cart-drawer{--c-navy: #001971;--c-blue: #1D75FD;--c-eblue: #0047FC;--c-lemon: #F3C805;--c-sky: #F7F9FD;--c-sky2: #E4EDFA;--c-line: #0B1230;--c-soft: #DCE3EF;--c-ink: #0B1230;--c-muted: #5A6785;--c-font: "Figtree", -apple-system, "Segoe UI", sans-serif;--c-brand: "Baloo 2", "Trebuchet MS", sans-serif}cart-drawer .drawer__inner{display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;overflow:hidden!important;padding:0!important;background:#fff;font-family:var(--c-font)}cart-drawer .cart-drawer__form,cart-drawer form[action*="/cart"]{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}cart-drawer .drawer__header{flex:0 0 auto!important}cart-drawer .drawer__contents{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;padding:0!important}cart-drawer .drawer__footer{flex:0 0 auto!important;margin-top:0!important;position:static!important}cart-drawer .drawer__cart-items-wrapper{padding:12px 12px 6px!important;overflow:visible!important}@media(min-width:750px){cart-drawer .drawer__inner{max-width:440px}}cart-drawer .drawer__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px!important;margin:0!important;background:var(--c-navy);border-bottom:2px solid var(--c-line)}cart-drawer .drawer__heading{display:flex;align-items:center;gap:8px;margin:0!important;font-family:var(--c-brand);font-weight:800;font-size:17px!important;line-height:1.1;color:#fff!important}.ss-cart-badge{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;background:var(--c-lemon);color:#000;border:1.5px solid var(--c-line);border-radius:999px;font-family:var(--c-font);font-weight:900;font-size:11px;line-height:1}#CartDrawer .drawer__header .drawer__close,cart-drawer .drawer__header .drawer__close{position:static!important;inset:auto!important;top:auto!important;right:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:auto!important;min-width:0!important;height:38px!important;min-height:38px!important;padding:0 13px 0 11px!important;margin:0!important;flex:0 0 auto!important;align-self:center!important;background:var(--c-lemon)!important;color:#000!important;border:2px solid var(--c-line)!important;border-radius:999px!important;box-shadow:0 2px 0 var(--c-line)!important;overflow:visible!important;cursor:pointer;transition:transform .14s cubic-bezier(.2,.8,.3,1),box-shadow .14s ease,background .14s ease}#CartDrawer .drawer__header .drawer__close:after,cart-drawer .drawer__header .drawer__close:after{content:"Zamknij"!important;display:inline-block!important;position:static!important;font-family:var(--c-font);font-weight:900;font-size:11px;letter-spacing:.08em;text-transform:uppercase;line-height:1;color:#000}#CartDrawer .drawer__header .drawer__close:before,cart-drawer .drawer__header .drawer__close:before{content:none!important;display:none!important}#CartDrawer .drawer__header .drawer__close svg,cart-drawer .drawer__header .drawer__close svg{position:static!important;inset:auto!important;width:13px!important;height:13px!important;margin:0!important;padding:0!important;transform:none!important;flex:none}#CartDrawer .drawer__header .drawer__close svg path,#CartDrawer .drawer__header .drawer__close svg line,cart-drawer .drawer__header .drawer__close svg path,cart-drawer .drawer__header .drawer__close svg line{stroke:#000!important;stroke-width:2.6!important}#CartDrawer .drawer__header .drawer__close:hover,cart-drawer .drawer__header .drawer__close:hover{background:#ffd82b!important;transform:translateY(-1px)!important;box-shadow:0 3px 0 var(--c-line)!important}#CartDrawer .drawer__header .drawer__close:active,cart-drawer .drawer__header .drawer__close:active{transform:translateY(1px)!important;box-shadow:0 1px 0 var(--c-line)!important}#CartDrawer .drawer__header .drawer__close:focus-visible,cart-drawer .drawer__header .drawer__close:focus-visible{outline:3px solid #fff!important;outline-offset:2px!important}@media(max-width:359px){#CartDrawer .drawer__header .drawer__close:after,cart-drawer .drawer__header .drawer__close:after{font-size:10px;letter-spacing:.05em}#CartDrawer .drawer__header .drawer__close,cart-drawer .drawer__header .drawer__close{padding:0 10px 0 9px!important}}@media(prefers-reduced-motion:reduce){cart-drawer .drawer__header .drawer__close{transition:none!important}}cart-drawer .cart-items,cart-drawer .cart-items tbody,cart-drawer .cart-items tr,cart-drawer .cart-items td{display:block!important;width:100%!important;border:0!important;padding:0!important}cart-drawer .cart-items thead{display:none!important}cart-drawer .cart-item{position:relative;display:grid!important;grid-template-columns:96px minmax(0,1fr);grid-template-areas:"img name" "img meta" "img foot";align-content:start;column-gap:12px;row-gap:2px;padding:10px!important;margin:0 0 8px!important;background:#fff;border:2px solid var(--c-line);border-radius:14px;box-shadow:0 2px 0 var(--c-line);overflow:visible}cart-drawer .cart-item__media{grid-area:img;align-self:start;width:96px!important;height:96px!important;background:var(--c-sky);border:1.5px solid var(--c-soft);border-radius:11px;overflow:hidden;display:grid;place-items:center}cart-drawer .cart-item__image{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain;padding:4px;border-radius:0!important}cart-drawer .cart-item__details{grid-area:name;display:block!important;padding:0 30px 0 0!important;min-width:0}cart-drawer .cart-item__name{display:block;font-family:var(--c-brand)!important;font-weight:800!important;font-size:14.5px!important;line-height:1.15!important;color:var(--c-navy)!important;text-decoration:none!important;margin:0 0 1px!important}cart-drawer .product-option,cart-drawer .cart-item__details dl,cart-drawer .cart-item__details dd{margin:0!important;font-size:12px!important;line-height:1.3!important;color:var(--c-muted)!important;overflow-wrap:anywhere}cart-drawer .product-option dt{display:none!important}cart-drawer .cart-item__quantity{grid-area:foot;display:flex!important;align-items:center;justify-content:space-between;gap:8px;margin-top:6px!important;padding:0!important;width:100%!important;max-width:none!important}cart-drawer .cart-item__quantity-wrapper{margin:0!important}cart-drawer .cart-item__totals,cart-drawer .cart-item__price-wrapper{margin:0!important;text-align:right;font-family:var(--c-brand);font-weight:800;font-size:15px;color:var(--c-navy);white-space:nowrap}cart-drawer .cart-item__discounted-prices,cart-drawer .cart-item__old-price{font-size:12px}cart-drawer .quantity{display:inline-flex!important;align-items:center;width:auto!important;min-height:0!important;margin:0!important;background:var(--c-sky);border:1.5px solid var(--c-line)!important;border-radius:999px;overflow:hidden}cart-drawer .quantity:before,cart-drawer .quantity:after{display:none!important}cart-drawer .quantity__button{width:28px!important;height:28px!important;color:var(--c-navy)!important;background:transparent!important;border:0!important;transition:background .14s ease}cart-drawer .quantity__button:hover{background:var(--c-sky2)!important}cart-drawer .quantity__button svg{width:10px;height:10px}cart-drawer .quantity__input{width:30px!important;height:28px!important;padding:0!important;text-align:center;background:#fff!important;border-left:1.5px solid var(--c-soft)!important;border-right:1.5px solid var(--c-soft)!important;font-family:var(--c-brand);font-weight:800;font-size:13px;color:var(--c-navy)!important}cart-drawer cart-remove-button{position:absolute!important;top:8px;right:8px;margin:0!important}cart-drawer cart-remove-button .button{display:grid!important;place-items:center;width:26px!important;height:26px!important;min-width:0!important;min-height:0!important;padding:0!important;background:#fff!important;border:1.5px solid var(--c-soft)!important;border-radius:50%!important;color:var(--c-muted)!important;transition:color .15s ease,border-color .15s ease,background .15s ease}cart-drawer cart-remove-button .button:hover{background:#ffecec!important;border-color:#dc2626!important;color:#dc2626!important}cart-drawer cart-remove-button svg{width:13px;height:13px}cart-drawer .drawer__footer{padding:10px 12px 12px!important;background:var(--c-sky);border-top:2px solid var(--c-line)!important}cart-drawer .cart-drawer__totals,cart-drawer .totals,cart-drawer .tax-note,cart-drawer .cart__dynamic-checkout-buttons{display:none!important}#ss-insurance{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;margin:0 0 8px;background:#fff;border:1.5px solid var(--c-soft);border-radius:12px}.ss-ins-left{display:flex;align-items:center;gap:9px;min-width:0}.ss-ins-icon-wrap{display:grid;place-items:center;width:28px;height:28px;flex:none;background:var(--c-sky2);border-radius:50%;color:var(--c-eblue)}.ss-ins-title{margin:0;font-family:var(--c-brand);font-size:13px;font-weight:800;color:var(--c-navy);line-height:1.2}.ss-ins-desc{margin:1px 0 0;font-size:10.5px;line-height:1.3;color:var(--c-muted);max-width:24ch}.ss-ins-right{display:flex;align-items:center;gap:8px;flex:none}.ss-ins-price{font-family:var(--c-brand);font-size:13px;font-weight:800;color:var(--c-navy);white-space:nowrap}.ss-switch{position:relative;display:inline-block;width:38px;height:22px;flex:none}.ss-switch input{opacity:0;width:0;height:0;position:absolute}.ss-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#e7ecf6;border:1.5px solid var(--c-soft);border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease}.ss-slider:before{content:"";position:absolute;width:15px;height:15px;left:2px;top:2px;background:#fff;border:1.5px solid var(--c-soft);border-radius:50%;transition:transform .18s ease}.ss-switch input:checked+.ss-slider{background:var(--c-lemon);border-color:var(--c-line)}.ss-switch input:checked+.ss-slider:before{transform:translate(16px);border-color:var(--c-line)}.ss-switch input:focus-visible+.ss-slider{outline:2px solid var(--c-eblue);outline-offset:2px}cart-drawer .cart-item.ss-ins-row{display:none!important}#ss-summary{background:#fff;border:1.5px solid var(--c-soft);border-radius:12px;padding:9px 12px;margin:0 0 9px}.ss-sum-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:5px;font-size:12.5px;color:var(--c-muted);font-weight:600}.ss-sum-row[hidden]{display:none!important}.ss-sum-row span:last-child{color:var(--c-ink);font-weight:700;white-space:nowrap}.ss-sum-row--muted span:last-child{color:var(--c-muted);font-weight:600;font-size:11.5px}.ss-sum-total{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:7px;padding-top:7px;border-top:1.5px dashed var(--c-soft)}.ss-sum-total b{font-family:var(--c-brand);font-weight:800;font-size:14px;color:var(--c-navy)}.ss-sum-total strong{font-family:var(--c-brand);font-weight:800;font-size:19px;color:var(--c-eblue);white-space:nowrap}cart-drawer #CartDrawer-Checkout,cart-drawer .cart__checkout-button{width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 18px!important;background:var(--c-blue)!important;color:#fff!important;border:2px solid var(--c-line)!important;border-radius:999px!important;box-shadow:0 2px 0 var(--c-line)!important;font-family:var(--c-brand)!important;font-weight:800!important;font-size:16px!important;text-transform:uppercase;line-height:1!important;transition:transform .14s cubic-bezier(.2,.8,.3,1),box-shadow .14s ease,background .14s ease}cart-drawer #CartDrawer-Checkout:before,cart-drawer #CartDrawer-Checkout:after{display:none!important;box-shadow:none!important}cart-drawer #CartDrawer-Checkout:hover:not([disabled]){background:var(--c-eblue)!important;transform:translateY(-1px);box-shadow:0 3px 0 var(--c-line)!important}cart-drawer #CartDrawer-Checkout:active:not([disabled]){transform:translateY(1px);box-shadow:0 1px 0 var(--c-line)!important}cart-drawer #CartDrawer-Checkout[disabled]{background:#9fb6d8!important;box-shadow:0 1px 0 var(--c-line)!important;cursor:not-allowed}#ss-back{display:block;width:100%;margin:8px 0 0;padding:6px 0;background:none;border:0;font-family:var(--c-font);font-weight:700;font-size:12px;line-height:1.2;color:var(--c-muted);text-align:center;text-decoration:underline;text-underline-offset:3px;cursor:pointer}#ss-back:hover{color:var(--c-eblue)}#ss-secure{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:9px;color:var(--c-navy)}#ss-secure svg{flex:none;color:var(--c-eblue)}.ss-secure-title{margin:0;font-size:11.5px;font-weight:800;line-height:1.2}.ss-secure-desc{margin:0;font-size:10.5px;color:var(--c-muted);line-height:1.25}#ss-help{margin:6px 0 0;text-align:center;font-size:10.5px;line-height:1.4;color:var(--c-muted)}#ss-help a{color:var(--c-blue);font-weight:700;text-decoration:underline}cart-drawer .drawer__footer .payment-badges,cart-drawer .drawer__footer ul[class*=payment]{display:flex!important;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin:8px 0 0!important;padding:0;list-style:none}cart-drawer .drawer__footer .list-payment__item,cart-drawer .drawer__footer ul[class*=payment] li{margin:0!important;display:flex;align-items:center}cart-drawer .drawer__footer .payment-badges svg,cart-drawer .drawer__footer .payment-badges img,cart-drawer .drawer__footer ul[class*=payment] svg,cart-drawer .drawer__footer ul[class*=payment] img{width:28px!important;height:18px!important;object-fit:contain;border-radius:3px;background:#fff;border:1px solid var(--c-soft)}cart-drawer .drawer__inner-empty{padding:0!important;background:#fff!important;display:flex;flex-direction:column;height:100%}cart-drawer .cart-drawer__warnings{padding:0!important;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}cart-drawer .cart-drawer__empty-content{padding:22px 20px 30px!important}#ss-empty{text-align:center}#ss-empty-art{display:grid;place-items:center;width:96px;height:96px;margin:0 auto 14px;background:var(--c-sky);border:2px solid var(--c-line);border-radius:22px;box-shadow:0 3px 0 var(--c-line)}#ss-empty-art img{width:66px;height:auto;display:block}#ss-empty h3{margin:0 0 5px;font-family:var(--c-brand);font-weight:800;font-size:19px;color:var(--c-navy);line-height:1.15}#ss-empty p{margin:0 auto 16px;max-width:30ch;font-size:13px;line-height:1.45;color:var(--c-muted)}#ss-empty a.ss-empty-cta{display:inline-block;padding:12px 24px;background:var(--c-lemon);color:#000;border:2px solid var(--c-line);border-radius:999px;box-shadow:0 2px 0 var(--c-line);font-family:var(--c-brand);font-weight:800;font-size:15px;text-transform:uppercase;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease}#ss-empty a.ss-empty-cta:hover{transform:translateY(-1px);box-shadow:0 3px 0 var(--c-line)}cart-drawer .cart-drawer__empty-content .cart__login-title,cart-drawer .cart-drawer__empty-content .cart__login-paragraph,cart-drawer .cart-drawer__empty-content>.cart__empty-text,cart-drawer .cart-drawer__empty-content>.button--tertiary,cart-drawer .cart-drawer__empty-content>h2,cart-drawer .cart-drawer__empty-content>.cart-drawer__collection,cart-drawer .cart-drawer__empty-content>a.button{display:none!important}cart-drawer .ss-busy{opacity:.55;pointer-events:none}#ss-error{display:none;margin:0 0 8px;padding:8px 10px;background:#ffecec;border:1.5px solid #DC2626;border-radius:10px;font-size:12px;font-weight:700;color:#b91c1c}#ss-error.is-on{display:block}@media(max-width:359px){cart-drawer .cart-item{grid-template-columns:76px minmax(0,1fr)}cart-drawer .cart-item__media{width:76px!important;height:76px!important}cart-drawer .cart-item__name{font-size:13.5px!important}.ss-ins-desc{display:none}}@media(prefers-reduced-motion:reduce){cart-drawer #CartDrawer-Checkout,#ss-empty a.ss-empty-cta{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/ss-cart.css.map */
