:root{--boxfc-safe:env(safe-area-inset-bottom, 0px);--boxfc-gap:18px;--boxfc-reserve:190px}.boxfc-wrap,.boxfc-wrap *{box-sizing:border-box}.boxfc-wrap{position:fixed;right:18px;bottom:calc(var(--boxfc-gap) + var(--boxfc-safe));z-index:999999;display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:min(358px, calc(100vw - 36px))}.boxfc-wrap.is-hydrating{visibility:hidden;opacity:0;pointer-events:none}.boxfc-wrap.is-hidden,.boxfc.is-hidden{display:none!important}.boxfc-shipping{display:flex;flex-direction:column;gap:12px;width:100%;min-height:89px;padding:16px;color:#111625;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 12px rgb(0 0 0 / .08);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.boxfc-shipping.is-complete{border-color:#d4edda}.boxfc-shipping__heading{display:flex;align-items:center;gap:8px;width:100%;min-width:0;font-size:13px;font-weight:600;line-height:normal}.boxfc-shipping__heading>span:last-child{min-width:0}.boxfc-shipping__heading strong{font-weight:800}.boxfc-shipping__heading--pending strong{color:#2b8a3e;white-space:nowrap}.boxfc-shipping__heading--complete{display:none;color:#2b8a3e}.boxfc-shipping.is-complete .boxfc-shipping__heading--pending,.boxfc-shipping.is-complete .boxfc-shipping__labels--pending{display:none}.boxfc-shipping.is-complete .boxfc-shipping__heading--complete,.boxfc-shipping.is-complete .boxfc-shipping__labels--complete{display:flex}.boxfc-shipping__truck{display:grid;flex:0 0 18px;width:18px;height:18px;place-items:center;color:#2b8a3e}.boxfc-shipping__check{display:grid;flex:0 0 20px;width:20px;height:20px;color:#2b8a3e;background:#d4edda;border-radius:50%;place-items:center}.boxfc-shipping__truck svg,.boxfc-shipping__check svg{display:block}.boxfc-shipping__progress{display:flex;flex-direction:column;gap:4px;width:100%}.boxfc-shipping__track{width:100%;height:8px;overflow:hidden;background:#e2e8f0;border-radius:4px}.boxfc-shipping__fill{display:block;height:100%;background:linear-gradient(4deg,#52b788 25%,#2b8a3e 75%);border-radius:inherit;transition:width 320ms ease}.boxfc-shipping__labels{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;color:#64748b;font-size:11px;font-weight:500;line-height:normal;white-space:nowrap}.boxfc-shipping__labels>strong{color:#2b8a3e;font-weight:600}.boxfc-shipping__labels--complete{display:none;justify-content:flex-start}.boxfc-drawer{width:100%;max-height:0;overflow:hidden;visibility:hidden;opacity:0;transform:translateY(12px);transform-origin:bottom;pointer-events:none;transition:max-height 360ms cubic-bezier(.22,1,.36,1),opacity 180ms ease,transform 260ms cubic-bezier(.22,1,.36,1),visibility 0s linear 360ms}.boxfc-wrap.is-open .boxfc-drawer{max-height:calc(100dvh - 225px - var(--boxfc-safe));visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:0s}.boxfc-drawer__content{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto auto;gap:14px;width:100%;max-height:calc(100dvh - 225px - var(--boxfc-safe));padding:16px;overflow:hidden;color:#111625;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 14px 40px rgb(15 23 42 / .18);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.boxfc-drawer__header,.boxfc-drawer__total,.boxfc-drawer__discount{display:flex;align-items:center;justify-content:space-between;gap:12px}.boxfc-drawer__header>strong{color:#111625;font-size:17px;font-weight:800;line-height:1.2}.boxfc-drawer__header>span{color:#64748b;font-size:12px;font-weight:600}.boxfc-drawer__items{display:grid;gap:8px;min-height:0;padding-right:3px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#b8c6d5 #fff0;scrollbar-width:thin}.boxfc-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:8px;background:#f7faf9;border:1px solid #edf2f0;border-radius:14px;transition:opacity 160ms ease}.boxfc-item.is-updating{opacity:.5;pointer-events:none}.boxfc-item__image{display:block;width:52px;height:52px;overflow:hidden;background:#fff;border-radius:10px}.boxfc-item__image img{display:block;width:100%;height:100%;object-fit:contain}.boxfc-item__details{display:grid;gap:4px;min-width:0}.boxfc-item__name{display:-webkit-box;overflow:hidden;color:#111625;font-size:12px;font-weight:750;line-height:1.25;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.boxfc-item__name:hover,.boxfc-item__name:focus-visible{color:#2b8a3e}.boxfc-item__controls{display:inline-grid;grid-template-columns:24px minmax(24px,auto) 24px;align-items:center;justify-self:start;overflow:hidden;background:#fff;border:1px solid #dbe4e1;border-radius:999px}.boxfc-item__quantity-button{display:grid;width:24px;height:24px;padding:0;color:#174f2a;font:800 15px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff0;border:0;cursor:pointer;place-items:center;transition:color 140ms ease,background-color 140ms ease}.boxfc-item__quantity-button:hover,.boxfc-item__quantity-button:focus-visible{color:#fff;background:#2b8a3e}.boxfc-item__quantity-button:disabled{color:#a8b5af;background:#fff0;cursor:not-allowed}.boxfc-item__quantity{min-width:24px;color:#111625;font-size:11px;font-weight:800;line-height:1;text-align:center}.boxfc-item__aside{display:grid;align-self:stretch;align-items:center;justify-items:end;gap:5px}.boxfc-item__price{color:#111625;font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap}.boxfc-item__remove{display:grid;width:28px;height:28px;padding:0;color:#fff;background:#dc2626;border:0;border-radius:50%;cursor:pointer;place-items:center;transition:color 140ms ease,background-color 140ms ease,transform 140ms ease}.boxfc-item__remove:hover,.boxfc-item__remove:focus-visible{color:#fff;background:#b91c1c;transform:scale(1.05)}.boxfc-cart-feedback{color:#2b8a3e;font-size:11px;font-weight:600;line-height:1.25}.boxfc-cart-feedback:empty{display:none}.boxfc-cart-feedback.is-error{color:#b42318}.boxfc-coupons{display:grid;gap:8px}.boxfc-coupons__applied{display:flex;flex-wrap:wrap;gap:6px}.boxfc-coupon{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 9px;color:#1f6f32;font-size:11px;font-weight:700;background:#e8f5eb;border-radius:999px}.boxfc-coupon button{display:grid;width:18px;height:18px;padding:0;color:inherit;font:inherit;line-height:1;background:rgb(43 138 62 / .12);border:0;border-radius:50%;cursor:pointer;place-items:center}.boxfc-coupon-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.boxfc-coupon-form input{width:100%;min-width:0;height:38px;padding:0 12px;color:#111625;font:600 12px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none}.boxfc-coupon-form input:focus{border-color:#2b8a3e;box-shadow:0 0 0 3px rgb(43 138 62 / .12)}.boxfc-coupon-form button{min-height:38px;padding:0 13px;color:#fff;font:700 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#111625;border:0;border-radius:10px;cursor:pointer}.boxfc-coupon-form button:disabled,.boxfc-coupon button:disabled{cursor:wait;opacity:.55}.boxfc-coupon-feedback{min-height:0;color:#2b8a3e;font-size:11px;font-weight:600;line-height:1.25}.boxfc-coupon-feedback:empty{display:none}.boxfc-coupon-feedback.is-error{color:#b42318}.boxfc-drawer__totals{display:grid;gap:6px;padding-top:12px;border-top:1px solid #e2e8f0}.boxfc-drawer__discount{color:#64748b;font-size:12px;line-height:1.2}.boxfc-drawer__discount strong{color:#2b8a3e}.boxfc-drawer__total{color:#111625;font-size:15px;font-weight:800;line-height:1.2}.boxfc-drawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:10px 16px;color:#fff;font-size:13px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;background:#2b8a3e;border-radius:12px;transition:background-color 160ms ease,transform 160ms ease}.boxfc-drawer__checkout:hover,.boxfc-drawer__checkout:focus-visible{color:#fff;background:#237332;transform:translateY(-1px)}.boxfc{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto 16px;align-items:center;gap:12px;width:100%;padding:12px 14px 12px 12px;overflow:hidden;color:#0b1b1c;font-family:inherit;text-align:left;text-decoration:none;background:linear-gradient(135deg,#9cc31a,#37b6b8);border:0;border-radius:999px;box-shadow:0 10px 30px rgb(0 0 0 / .18);transform:translateZ(0);cursor:pointer}.boxfc__bg{position:absolute;inset:0;background:center / cover no-repeat;opacity:1;pointer-events:none}.boxfc__icon{position:relative;display:grid;width:42px;height:42px;background:rgb(255 255 255 / .75);border-radius:999px;backdrop-filter:blur(6px);place-items:center}.boxfc__icon svg{display:block;fill:currentColor}.boxfc__meta{position:relative;display:grid;gap:2px;min-width:150px}.boxfc__title{font-size:13px;font-weight:800;line-height:1.1}.boxfc__total{font-size:13px;font-weight:700;line-height:1.1;opacity:.92}.boxfc__badge{position:relative;display:grid;min-width:26px;height:26px;padding:0 8px;color:#fff;font-size:12px;font-weight:900;background:rgb(0 0 0 / .72);border-radius:999px;place-items:center}.boxfc__chevron{position:relative;display:grid;width:16px;height:16px;place-items:center;transition:transform 240ms cubic-bezier(.22,1,.36,1)}.boxfc-wrap.is-open .boxfc__chevron{transform:rotate(180deg)}body.theme-nowosci .boxfc,body.theme-promocje .boxfc{color:rgb(255 255 255 / .92);background:linear-gradient(135deg,#0f1418,#1e2a33)}body.theme-nowosci .boxfc__icon,body.theme-promocje .boxfc__icon{background:rgb(255 255 255 / .14);backdrop-filter:blur(6px)}body.theme-nowosci .boxfc__badge,body.theme-promocje .boxfc__badge{color:rgb(255 255 255 / .95);background:rgb(255 255 255 / .22)}body.has-boxfc{padding-bottom:calc(var(--boxfc-reserve) + var(--boxfc-safe))}.boxfc.is-bounce{animation:boxfc-bounce 560ms cubic-bezier(.2,.9,.2,1);will-change:transform}@keyframes boxfc-bounce{0%{transform:translate3d(0,0,0) scale(1)}18%{transform:translate3d(0,-8px,0) scale(1.07)}42%{transform:translate3d(0,0,0) scale(.98)}64%{transform:translate3d(0,-3px,0) scale(1.02)}100%{transform:translate3d(0,0,0) scale(1)}}@media (max-width:520px){:root{--boxfc-gap:40px;--boxfc-reserve:215px}.boxfc-wrap{right:10px;width:min(358px, calc(100vw - 20px))}.boxfc-shipping{border-radius:18px}.boxfc-shipping__heading{align-items:flex-start}.boxfc-shipping__labels{gap:8px}.boxfc{grid-template-columns:36px minmax(0,1fr) auto 14px;gap:8px;padding:9px 10px 9px 9px}.boxfc-wrap.is-open .boxfc-drawer,.boxfc-drawer__content{max-height:calc(100dvh - 245px - var(--boxfc-safe))}.boxfc-drawer__content{gap:12px;padding:14px;border-radius:18px}.boxfc__icon{width:36px;height:36px}.boxfc__icon svg{width:20px;height:20px}.boxfc__meta{min-width:0}.boxfc__title,.boxfc__total{font-size:12px}.boxfc__badge{min-width:24px;height:24px;padding:0 7px;font-size:11px}.boxfc-item{grid-template-columns:46px minmax(0,1fr) auto;gap:8px;padding:7px}.boxfc-item__image{width:46px;height:46px}.boxfc-item__price{font-size:11px}}@media (max-width:340px){.boxfc-shipping__labels{white-space:normal}.boxfc-shipping__labels>span{text-align:right}.boxfc-coupon-form{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.boxfc-shipping__fill,.boxfc-drawer,.boxfc-item,.boxfc-item__remove,.boxfc-item__quantity-button,.boxfc__chevron,.boxfc-drawer__checkout{transition:none}.boxfc.is-bounce{animation:none}}