:root{--cart-red: #cf3b37;--cart-green: #0a8f63;--cart-bg: #f4f5f7;--card-bg: #ffffff;--card-border: #e8e8e8;--muted: #777}cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;pointer-events:none;z-index:1000}cart-drawer.active,cart-drawer[open],cart-drawer.is-open{pointer-events:auto}cart-drawer .drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;display:flex;justify-content:flex-end;background-color:#00000073;transition:visibility var(--duration-default, .2s) ease,opacity var(--duration-default, .2s) ease;opacity:1;visibility:visible}cart-drawer .drawer__inner{position:relative;z-index:2;height:100%;width:420px;max-width:calc(100vw - 24px);padding:0 16px;background:var(--cart-bg);border:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default, .25s) ease;-webkit-overflow-scrolling:touch}cart-drawer.active .drawer__inner,cart-drawer[open] .drawer__inner,cart-drawer.is-open .drawer__inner{transform:translate(0)}cart-drawer #CartDrawer-Overlay,cart-drawer .cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:transparent;opacity:0;pointer-events:none}cart-drawer.active #CartDrawer-Overlay,cart-drawer[open] #CartDrawer-Overlay,cart-drawer.is-open #CartDrawer-Overlay{opacity:1;pointer-events:auto}cart-drawer .drawer__header{position:sticky;top:0;z-index:3;margin:0 -16px;padding:14px 16px;background:var(--cart-red);color:#fff;display:flex;justify-content:space-between;align-items:center}cart-drawer .drawer__heading{margin:0;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff;font-size:1.6rem}cart-drawer .drawer__heading .drawer__count{display:none!important}cart-drawer .drawer__close{min-width:44px;min-height:44px;position:static;color:#fff;opacity:.9}cart-drawer .drawer__close:hover{opacity:1}cart-drawer .drawer__close svg{width:22px;height:22px}cart-drawer .drawer__close--text{position:absolute;top:10px;right:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#000;font-size:28px;line-height:1;cursor:pointer;z-index:3}cart-drawer .drawer__close--text span{pointer-events:none}cart-drawer .drawer__close--text:hover{opacity:.8}cart-drawer .drawer__close--text:focus-visible{outline:2px solid #000;outline-offset:2px;border-radius:4px}cart-drawer cart-drawer-items{overflow:auto;flex:1;padding-top:12px}cart-drawer cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer cart-drawer-items::-webkit-scrollbar-thumb{background-color:#00000059;border-radius:100px}cart-drawer cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}cart-drawer .cart-items,cart-drawer tbody{display:block;width:100%}cart-drawer thead{display:none}cart-drawer .cart-item{position:relative;display:grid!important;grid-template-columns:96px 1fr auto;grid-template-rows:auto auto;gap:14px;align-items:start;width:100%;margin:0 0 14px;padding:16px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;box-shadow:0 2px 6px #0000000a}cart-drawer .cart-item:last-child{margin-bottom:12px}cart-drawer .cart-item__media{grid-row:1 / 3}cart-drawer .cart-item__image{width:96px;height:auto;border-radius:10px;display:block}cart-drawer .cart-item__details{grid-column:2 / 3;grid-row:1 / 2}cart-drawer .cart-item__details .caption-with-letter-spacing{font-size:.95rem;letter-spacing:.08em;color:#8a8a8a;text-transform:uppercase}cart-drawer .cart-item__name{font-weight:800;margin:2px 0 6px}cart-drawer .cart-item__totals{grid-column:3 / 4;grid-row:1 / 2;text-align:right;white-space:nowrap}cart-drawer .cart-item__totals .price{font-weight:800}cart-drawer .cart-item__old-price{font-weight:700}cart-drawer .cart-item__save{margin:4px 0 0;font-weight:800;color:var(--cart-green)}cart-drawer .cart-items .cart-item__quantity{grid-column:2 / 4;grid-row:2 / 3;padding-top:0;display:flex;align-items:center;gap:12px}cart-drawer .cart-quantity{display:inline-flex;align-items:center;border:1px solid var(--card-border);border-radius:10px;background:#fff;padding:2px}cart-drawer .cart-quantity .quantity__button{width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer;color:#111}cart-drawer .cart-quantity .quantity__button .svg-wrapper svg{width:20px;height:20px;display:block}cart-drawer .cart-quantity .quantity__input{width:64px;height:40px;border:0;text-align:center;font-weight:800;font-size:1.6rem}cart-drawer .cart-item cart-remove-button{position:absolute;top:10px;right:10px;z-index:2}cart-drawer .cart-item cart-remove-button .button{min-width:36px;min-height:36px;padding:0;border:1px solid #e6e6e6;background:#f5eeee;border-radius:10px;color:#111}cart-drawer .quantity__button .svg-wrapper,cart-drawer .quantity__button svg,cart-drawer .quantity__button .qty-fallback{pointer-events:none}cart-drawer .discounts{margin:6px 0 0}cart-drawer .unit-price{margin-top:6px;color:var(--muted)}cart-drawer .cart-drawer__footer{margin-top:8px}cart-drawer .totals{display:flex;align-items:center;justify-content:space-between}cart-drawer .totals__total{margin:0;font-size:1.6rem}cart-drawer .totals__total-value{font-size:1.8rem;font-weight:800}cart-drawer .drawer__footer{position:sticky;bottom:0;z-index:3;margin:0 -16px;padding:12px 8px 14px;background:var(--cart-bg);border-top:1px solid var(--card-border)}cart-drawer .cart__ctas{margin-top:10px}cart-drawer .cart__checkout-button.button{width:100%;background:var(--cart-green);border-color:var(--cart-green);color:#fff;font-weight:800;font-size:1.5rem;border-radius:10px;padding:12px 16px}cart-drawer .cart__checkout-button.button:hover{filter:brightness(.95)}cart-drawer .tax-note{margin:8px 0 12px;color:var(--muted)}cart-drawer .klarna-placement,cart-drawer .klarna-placement[data-key],cart-drawer klarna-placement[data-key]{display:block;margin:10px 0 0}cart-drawer.is-empty .drawer__header{display:flex!important}cart-drawer.is-empty .drawer__contents,cart-drawer.is-empty .cart-drawer__form,cart-drawer.is-empty .cart-drawer__footer,cart-drawer.is-empty .cart__ctas,cart-drawer.is-empty .free-ship,cart-drawer.is-empty .cart-free-ship,cart-drawer.is-empty .cart-drawer__klarna{display:none!important}cart-drawer.is-empty .drawer__inner{display:flex;flex-direction:column;padding:0}cart-drawer.is-empty .drawer__inner-empty{flex:1;padding:16px;background:var(--cart-bg);display:flex;align-items:flex-start;justify-content:center}cart-drawer.is-empty .cart-drawer__warnings{width:100%;max-width:560px}cart-drawer.is-empty .cart-drawer__empty-content{background:#fff;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 2px 6px #0000000a;padding:24px 18px 20px;text-align:center;margin:8px auto 0}cart-drawer.is-empty .cart__empty-text{margin:0 0 14px;font-weight:800;font-size:1.8rem;color:#111}cart-drawer.is-empty .cart-drawer__empty-content .drawer__close{display:none!important}cart-drawer.is-empty .cart-drawer__empty-content .button{display:inline-block;width:100%;background:#000;color:#fff;border:1px solid #000;border-radius:12px;padding:14px 16px;font-weight:800;text-decoration:none}cart-drawer.is-empty .cart-drawer__empty-content .button:hover{filter:brightness(.92)}cart-drawer.is-empty .cart__login-title,cart-drawer.is-empty .cart__login-paragraph{display:none!important}.mobile-facets__wrapper{position:relative;z-index:1002}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-cart-drawer.css.map */
