.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:400px;max-width:92vw;background:#fff;box-shadow:-2px 0 12px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eceff1}.cart-drawer__title{margin:0;font-size:20px}.cart-drawer__close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px}.cart-drawer__free-shipping{padding:14px 20px;border-bottom:1px solid #eceff1}.cart-drawer__free-shipping-message{margin:0 0 8px;font-size:14px}.cart-drawer__progress-track{height:6px;border-radius:3px;background:#eceff1;overflow:hidden}.cart-drawer__progress-fill{height:100%;width:0%;background:#2e7d32;transition:width .3s ease}.cart-drawer__free-shipping--unlocked .cart-drawer__progress-fill{background:#2e7d32}.cart-drawer__items{flex:1;overflow-y:auto;padding:10px 20px}.cart-drawer__item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid #f2f2f2;position:relative}.cart-drawer__item-image img{width:64px;height:64px;object-fit:cover;border-radius:4px}.cart-drawer__item-info{flex:1}.cart-drawer__item-title{font-size:14px;font-weight:600}.cart-drawer__item-variant{font-size:12px;color:#666;margin-top:2px}.cart-drawer__item-price{font-size:13px;margin-top:4px}.cart-drawer__item-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-drawer__qty-btn{width:26px;height:26px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;line-height:1}.cart-drawer__item-remove{background:none;border:none;font-size:18px;cursor:pointer;color:#999;padding:4px}.cart-drawer__empty{padding:30px 20px;text-align:center}.cart-drawer__footer{border-top:1px solid #eceff1;padding:16px 20px 20px}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;font-size:16px;font-weight:600;margin-bottom:6px}.cart-drawer__policies{font-size:12px;color:#666;margin:0 0 14px}.cart-drawer__view-cart{display:block;text-align:center;margin-bottom:10px}.cart-drawer__checkout{display:block;width:100%;text-align:center}html.cart-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/11/assets/cart-drawer.css.map */
