cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;pointer-events:none}cart-drawer.active{pointer-events:auto}cart-drawer #CartDrawer.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;pointer-events:none}cart-drawer.active #CartDrawer.cart-drawer{pointer-events:auto}cart-drawer .cart-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:100000}cart-drawer.active .cart-drawer__overlay{opacity:1;visibility:visible;pointer-events:auto}cart-drawer .drawer__inner{position:fixed;top:0;right:0;width:100%;max-width:460px;height:100%;box-shadow:-4px 0 24px #0000001f;border-radius:20px 0 0 20px;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:100001}@media screen and (min-width: 990px){cart-drawer .drawer__inner{width:min(460px,100vw);max-width:min(460px,100vw)}}cart-drawer.active .drawer__inner{transform:translate(0)}body.cart-drawer-open #MainContent,body.cart-drawer-open .announcement-bar-section,body.cart-drawer-open .utility-bar,body.cart-drawer-open header,body.cart-drawer-open .section-header,body.cart-drawer-open footer{filter:blur(6px);transition:filter .25s ease}cart-drawer .drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;font-family:var(--font-body-family),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}cart-drawer .drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}cart-drawer .drawer__heading{font-size:20px;font-weight:700;letter-spacing:.05em;margin:0;color:#111827;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .drawer__close{background:none;border:none;padding:8px;cursor:pointer;color:#666;border-radius:8px;transition:background .2s,color .2s}cart-drawer .drawer__close:hover{background:#f5f5f5;color:#1a1a1a}cart-drawer .cart-drawer__delivery-banner{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;margin:14px 24px 6px;border-radius:16px;background:linear-gradient(135deg,#222768,#2f2b78 55%,#1b1f55);box-shadow:0 14px 34px #22276838;flex-shrink:0}cart-drawer .cart-drawer__delivery-banner-icon{font-size:18px;flex-shrink:0;color:#fff}cart-drawer .cart-drawer__delivery-banner-text{font-size:13px;line-height:1.5;color:#ffffffdb}cart-drawer .cart-drawer__delivery-banner-text strong{color:#fff;font-weight:800}cart-drawer .cart-drawer__delivery-banner-title{display:block;font-size:13px;font-weight:850;letter-spacing:.01em;color:#fff;line-height:1.25}cart-drawer .cart-drawer__delivery-banner-subline{display:block;margin-top:2px;font-size:12px;font-weight:650;color:#fffc;line-height:1.25}cart-drawer .cart-drawer__savings-band{display:none}cart-drawer .cart-drawer__savings-label{font-weight:600;letter-spacing:.02em;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .cart-drawer__savings-amount{font-weight:700;font-size:16px;white-space:nowrap;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .drawer__contents{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 24px 24px}cart-drawer .drawer__cart-items-wrapper{overflow:visible}cart-drawer .cart-items thead{display:none}cart-drawer tbody.delivery-group{background:#fff;border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000a;margin-bottom:16px;overflow:hidden}cart-drawer .delivery-group__header td{padding:14px 16px;background:#fafafa;border-bottom:1px solid #eee}cart-drawer .delivery-group__summary{display:flex;align-items:center;gap:12px}cart-drawer .delivery-group__icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;background:#e8f4fd;color:#0ea5e9}cart-drawer .delivery-group__eta{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}cart-drawer .delivery-group__vendors{font-size:12px;color:#666;margin:2px 0 0}cart-drawer .cart-items{width:100%;table-layout:auto!important}cart-drawer .cart-items--grouped{border-spacing:0!important}cart-drawer .cart-items--grouped tbody.delivery-group{display:table-row-group}cart-drawer .cart-item{display:grid!important;grid-template-columns:80px minmax(0,1fr);grid-template-areas:"media details" "actions actions";gap:6px 10px;border:1px solid #eceff3;border-radius:14px;padding:10px;margin-bottom:10px;background:#fff;box-shadow:0 2px 8px #1118270a}cart-drawer .cart-item td{padding:0!important;border:0!important;min-width:0}cart-drawer .cart-item__media{grid-area:media;width:80px!important;min-width:80px!important}cart-drawer .cart-item__image{width:80px;max-width:80px;border-radius:10px;display:block}cart-drawer .cart-item__details{grid-area:details;width:auto!important;min-width:0!important}cart-drawer .cart-item__details>*{max-width:none!important}cart-drawer .cart-item__vendor{display:inline-block;font-size:10px;letter-spacing:.05em;color:#2f2b78;background:#ede9fe;padding:2px 8px;border-radius:4px;text-transform:uppercase;margin-bottom:3px!important;font-weight:700;line-height:1.4;font-family:var(--font-body-family),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}cart-drawer .cart-item__name{display:block;font-size:13px;font-weight:600;line-height:1.3;color:#111827;margin-bottom:4px!important;letter-spacing:0;text-transform:none;font-family:var(--font-body-family),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}cart-drawer .cart-item__details .cart-item__name{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important}cart-drawer .cart-item__details .product-option,cart-drawer .cart-item__details .cart-item__old-price,cart-drawer .cart-item__details .cart-item__final-price{font-family:var(--font-body-family),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}cart-drawer .cart-item__details .cart-item__discounted-prices{display:flex;flex-direction:column;gap:0;margin-bottom:3px}cart-drawer .cart-item__details .cart-item__old-price{font-size:12px;color:#9ca3af;font-weight:400;line-height:1.3}cart-drawer .cart-item__details .cart-item__final-price{font-size:15px;color:#111827;font-weight:800;line-height:1.3}cart-drawer .cart-item__details .product-option{font-size:11px;font-weight:500;color:#6b7280;line-height:1.3;margin-bottom:0}cart-drawer .cart-item__details dl{display:flex;flex-direction:column;gap:0;margin:2px 0 0}cart-drawer .cart-item__details dl .product-option{display:flex;align-items:baseline;gap:4px;font-size:11px;margin-bottom:0;line-height:1.5}cart-drawer .cart-item__details dl .product-option dt{color:#9ca3af;font-weight:500;font-size:10px}cart-drawer .cart-item__details dl .product-option dd{margin:0;color:#4b5563;font-weight:600}cart-drawer .cart-items--grouped .cart-item__name,cart-drawer .cart-items--grouped .product-option,cart-drawer .cart-items--grouped .cart-item__details,cart-drawer .cart-items--grouped .cart-item__details *{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word}cart-drawer .cart-item__details a.cart-item__name{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}cart-drawer .cart-item__totals{display:none!important}cart-drawer .cart-item__quantity{grid-area:actions;width:auto!important;padding-left:0!important}cart-drawer .cart-item__quantity quantity-popover,cart-drawer .cart-item__quantity quantity-popover>*{padding-left:0!important}cart-drawer .cart-item__quantity-wrapper{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start;gap:8px;align-items:center}cart-drawer .cart-item__quantity-wrapper .quantity-popover-container{order:1;padding:0!important;margin:0!important;flex:0 0 auto}cart-drawer .cart-item__quantity-wrapper .cart-item__save-later{order:2}cart-drawer .cart-item__quantity-wrapper cart-remove-button{order:3;flex:0 0 auto}cart-drawer .cart-item cart-remove-button{margin-left:0!important;width:auto!important}cart-drawer .cart-item cart-remove-button .cart-remove-button{display:inline-flex!important;align-items:center;justify-content:center;width:36px;height:36px;padding:0!important;border-radius:10px!important;background:#f3f4f6!important;border:1px solid #e5e7eb!important;box-shadow:none!important;color:#6b7280}cart-drawer .cart-item cart-remove-button .button{min-width:36px!important;min-height:36px!important;padding:0!important}cart-drawer .cart-item cart-remove-button .cart-remove-button:hover{background:#fee2e2!important;border-color:#fca5a5!important;color:#dc2626}cart-drawer .cart-item__save-later{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#2f2b78;text-decoration:none!important;white-space:nowrap!important;line-height:1}cart-drawer .cart-item__save-later:hover{background:#ede9fe;border-color:#c4b5fd}cart-drawer .quantity.cart-quantity{display:inline-flex!important;align-items:center;gap:1px;padding:2px!important;border-radius:8px!important;border:0!important;background:#f3f4f6!important;min-height:0!important;min-width:0!important;width:auto!important}cart-drawer .quantity__button:first-child{margin-left:0!important}cart-drawer .quantity__button:last-child{margin-right:0!important}cart-drawer .quantity__button{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;border-radius:6px!important;border:0!important;background:#f3f4f6!important;color:#111827;box-shadow:none!important;padding:0!important;font-size:1.2rem!important}cart-drawer .quantity__button:hover{background:#e5e7eb!important}cart-drawer .quantity__input{width:24px!important;min-width:24px!important;max-width:24px!important;height:28px!important;text-align:center;font-weight:700;font-size:12px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}cart-drawer .drawer__footer{flex-shrink:0;padding:20px 24px 24px;border-top:1px solid #f0f0f0;background:#fff}cart-drawer .cart-drawer__cta-bar{display:block!important;flex-direction:column!important;padding:12px 14px!important;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;margin-top:16px}cart-drawer .cart-drawer__total-display{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1 1 auto}cart-drawer .cart-drawer__total-label{font-size:10px;font-weight:700;letter-spacing:.06em;color:#6b7280;margin:0}cart-drawer .cart-drawer__total-value{font-size:16px;font-weight:600;color:#111827;white-space:normal;line-height:1.15;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .cart-drawer__proceed-btn{background:#0b0f19!important;color:#fff!important;border:0!important;box-shadow:0 14px 30px #0b0f1938!important;outline:none!important;padding:14px!important;font-weight:800!important;font-size:15px!important;border-radius:16px!important;white-space:nowrap;min-width:0;letter-spacing:0;flex-shrink:0;max-width:none;width:100%}cart-drawer .cart-drawer__proceed-btn:before,cart-drawer .cart-drawer__proceed-btn:after{content:none!important;display:none!important}cart-drawer .cart-drawer__proceed-btn:hover:not([disabled]){background:#111827!important;border-color:#111827!important;color:#fff!important}cart-drawer .cart-drawer__proceed-btn[disabled]{background:#d1d5db!important;border-color:#d1d5db!important;color:#6b7280!important;opacity:1;cursor:not-allowed}cart-drawer .cart-drawer__footer{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px}cart-drawer .savings-notification--drawer{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:9px 12px;border-radius:16px;background:#1f96581a;border:1px solid rgba(31,150,88,.25)}cart-drawer .savings-notification--drawer .savings-notification__icon{font-size:14px}cart-drawer .savings-notification--drawer .savings-notification__text{font-size:13px;font-weight:700;color:#1f9658;line-height:1.35}cart-drawer .price-breakdown--drawer{margin:0;padding:12px 0;border-radius:0;border:none;background:transparent}cart-drawer .price-breakdown__title{font-size:15px;font-weight:700;margin:0 0 10px;color:#111827;letter-spacing:.02em;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .price-breakdown__label-sub{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#6b7280;line-height:1.35}cart-drawer .price-breakdown__value--muted{color:#9ca3af;font-weight:600}cart-drawer .cart-drawer__delivery-highlight{margin-top:10px;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#f5f0ff,#efe7ff);border:1px solid #e3d6ff;display:flex;flex-wrap:wrap;align-items:center;gap:0 6px}cart-drawer .cart-drawer__delivery-highlight-line{font-size:12px;font-weight:700;color:#1f2151;line-height:1.4;white-space:nowrap}cart-drawer .cart-drawer__delivery-highlight-separator{font-size:12px;color:#8b7fc7;font-weight:700;line-height:1}cart-drawer .cart-drawer__delivery-highlight-line--muted{font-weight:600;color:#1f2151a6}cart-drawer .cart-drawer__trust-badges{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;margin:0 0 12px!important;width:100%!important;overflow:visible!important}cart-drawer .cart-drawer__trust-badge{display:inline-flex!important;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;font-size:12px;font-weight:600;letter-spacing:.01em;line-height:1.2;white-space:nowrap;flex:0 0 auto!important;max-width:none!important;overflow:visible!important}cart-drawer .price-breakdown--drawer .price-breakdown__line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #d5dbe5}cart-drawer .price-breakdown--drawer .price-breakdown__line:last-child{border-bottom:0}cart-drawer .price-breakdown--drawer .price-breakdown__label{font-size:13px;font-weight:500;color:#4b5563;line-height:1.35}cart-drawer .price-breakdown--drawer .price-breakdown__value{font-size:14px;font-weight:600;color:#111827;text-align:right;line-height:1.3;white-space:nowrap;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif}cart-drawer .price-breakdown--drawer .price-breakdown__total{margin-top:4px;padding-top:11px;border-top:1.5px solid #cbd5e1}cart-drawer .price-breakdown--drawer .price-breakdown__total .price-breakdown__label{font-size:14px;font-weight:700;color:#111827}cart-drawer .price-breakdown--drawer .price-breakdown__total .price-breakdown__value{font-size:18px;font-weight:800;color:#111827;font-family:var(--font-heading-family),var(--font-body-family),Inter,sans-serif;white-space:nowrap}cart-drawer .tax-note{margin:10px 2px 2px;font-size:12px;line-height:1.45;color:#6b7280;text-align:left}cart-drawer .drawer__inner-empty{display:flex;flex-direction:column;height:100%;padding:24px}cart-drawer .drawer__inner-empty .cart-drawer__warnings{flex:1;display:flex;flex-direction:column;justify-content:center}cart-drawer .cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:32px 24px;position:relative}cart-drawer .cart-drawer__empty-top{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}cart-drawer .cart-drawer__empty-top .drawer__heading{font-size:30px;font-weight:700;letter-spacing:.02em}cart-drawer .cart-drawer__empty-illustration{width:140px;height:112px;margin:0 auto 24px;flex-shrink:0}cart-drawer .cart-empty-illustration{width:100%;height:100%;color:#999}cart-drawer .cart-drawer__empty-close{position:static}cart-drawer .cart__empty-text{font-size:20px;font-weight:600;margin:0 0 8px;color:#1a1a1a}cart-drawer .cart-drawer__empty-subtext{font-size:14px;color:#666;line-height:1.5;margin:0 0 24px;max-width:260px}cart-drawer .cart-drawer__continue-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;background:#1a1a1a;color:#fff;border-radius:8px;transition:background .2s,transform .1s}cart-drawer .cart-drawer__continue-btn:hover{background:#333;color:#fff}@media screen and (max-width: 749px){cart-drawer #CartDrawer.cart-drawer{display:flex;justify-content:flex-end}cart-drawer .drawer__inner{left:auto;right:0!important;width:min(420px,92vw);max-width:92vw;margin:0!important;border-radius:16px 0 0 16px}cart-drawer .cart-drawer{max-width:100%}cart-drawer .drawer__header,cart-drawer .cart-drawer__delivery-banner,cart-drawer .cart-drawer__savings-band{padding-left:20px;padding-right:20px}cart-drawer .drawer__contents{padding-left:20px;padding-right:20px}cart-drawer .cart-drawer__cta-bar{display:block}cart-drawer .cart-drawer__total-display{flex-direction:column;align-items:flex-start;gap:1px}cart-drawer .cart-drawer__total-value{font-size:14px}cart-drawer .cart-drawer__proceed-btn{min-width:0;font-size:14px!important;padding:13px 12px!important;max-width:none;width:100%}cart-drawer .cart-item__totals,cart-drawer .cart-item__quantity{width:auto!important}cart-drawer .cart-item{grid-template-columns:64px minmax(0,1fr);gap:6px 8px;padding:10px;overflow:hidden}cart-drawer .cart-items--grouped .cart-item__details,cart-drawer .cart-items--grouped .cart-item__details *{overflow-wrap:break-word!important;word-break:normal!important}cart-drawer .cart-item__vendor{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}cart-drawer .cart-item__quantity{grid-column:1 / -1!important;padding-left:0!important;margin-left:0!important}cart-drawer .cart-item__media{width:64px!important;min-width:64px!important}cart-drawer .cart-item__image{width:64px;max-width:64px}cart-drawer .cart-item__quantity-wrapper{display:flex!important;align-items:center;justify-content:flex-start;gap:8px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;flex-wrap:wrap;row-gap:6px;padding:0!important;margin:0!important}cart-drawer .cart-item__quantity-wrapper .quantity-popover-container{flex:0 0 auto}cart-drawer .cart-item__quantity-wrapper .cart-item__save-later{margin-left:auto;flex:0 0 auto;max-width:100%}cart-drawer .cart-item__quantity-wrapper cart-remove-button{flex:0 0 auto;margin-left:0!important}cart-drawer .cart-item__quantity{padding-left:0!important;padding-right:0!important;margin:0!important}cart-drawer .cart-item__save-later{padding:6px 10px!important;font-size:11px!important;border-radius:8px!important}cart-drawer .cart-item cart-remove-button .cart-remove-button{width:30px;height:30px;border-radius:8px}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/cart-drawer-premium.css.map */
