
body.overflow-hidden{overflow:hidden}
cart-drawer{position:fixed;inset:0;z-index:1000;visibility:hidden;pointer-events:none;color:#2c3e50;font-family:Poppins,Arial,sans-serif;font-size:14px;line-height:1.5}
cart-drawer.active{visibility:visible;pointer-events:auto}
cart-drawer *,cart-drawer *:before,cart-drawer *:after{box-sizing:border-box}
cart-drawer #CartDrawer{position:absolute;inset:0}
cart-drawer .cart-drawer__overlay{position:absolute;inset:0;background:#0006;opacity:0;transition:opacity .25s}
cart-drawer.active .cart-drawer__overlay{opacity:1}
cart-drawer .drawer__inner{position:absolute;right:0;top:0;height:100%;width:460px;max-width:100%;padding:0 24px;background:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s;box-shadow:-6px 0 30px #0002;overflow:hidden}
cart-drawer.active .drawer__inner{transform:translateX(0)}
cart-drawer .drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid #ddd}
cart-drawer .drawer__heading{font-size:24px;margin:0}
cart-drawer .drawer__close{border:0;background:none;padding:10px;cursor:pointer;color:inherit;line-height:0}
cart-drawer .drawer__close svg{width:20px;height:20px}
cart-drawer cart-drawer-items{display:block;flex:1;overflow:auto;min-height:0}
cart-drawer .cart-items{width:100%;border-collapse:collapse;table-layout:fixed}
cart-drawer thead{display:none}
cart-drawer .cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:24px 0;border-bottom:1px solid #ddd;position:relative}
cart-drawer .cart-item td{padding:0}
cart-drawer .cart-item__media{grid-column:1;grid-row:1 / 3}
cart-drawer .cart-item__image{width:80px;height:auto;border-radius:8px;display:block}
cart-drawer .cart-item__details{grid-column:2;font-size:13px;overflow-wrap:anywhere}
cart-drawer .cart-item__details>*{margin:0 0 6px}
cart-drawer .cart-item__name{font-size:14px;font-weight:700;color:inherit;text-decoration:none}
cart-drawer .cart-item__totals{grid-column:3;text-align:right;font-size:13px}
cart-drawer .cart-item__quantity{grid-column:2 / 4}
cart-drawer .cart-item__old-price{color:#777;display:block;font-size:12px}
cart-drawer .cart-item__discounted-prices{display:flex;flex-direction:column}
cart-drawer .cart-item__discounted-prices dd{margin:0}
cart-drawer .product-option{font-size:12px}
cart-drawer .cart-item__quantity-wrapper{display:flex;gap:12px;align-items:center}
cart-drawer .quantity{display:flex;border:1px solid #aaa;border-radius:4px;width:120px;height:38px}
cart-drawer .quantity__button{width:36px;flex-shrink:0;border:0;background:transparent;color:inherit;padding:10px;cursor:pointer}
cart-drawer .quantity__button svg{width:12px;height:12px}
cart-drawer .quantity__input{width:44px;min-width:0;border:0;text-align:center;padding:0;font:inherit;-moz-appearance:textfield}
cart-drawer .quantity__input::-webkit-inner-spin-button{appearance:none}
cart-drawer cart-remove-button button{background:none;border:0;padding:8px;cursor:pointer;color:inherit}
cart-drawer cart-remove-button svg{width:18px;height:18px}
cart-drawer .drawer__footer{padding:20px 0 max(20px,env(safe-area-inset-bottom));border-top:1px solid #ddd}
cart-drawer .totals{display:flex;justify-content:space-between;align-items:center;gap:10px}
cart-drawer .totals h2,cart-drawer .totals p{margin:0;font-size:18px}
cart-drawer .tax-note{display:block;margin:12px 0;font-size:11px;color:#666}
cart-drawer .button{display:flex;align-items:center;justify-content:center;background:#1a5276;color:white;padding:14px;border:0;border-radius:6px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}
cart-drawer .cart__checkout-button{width:100%;font-size:16px}
cart-drawer .list-unstyled{list-style:none;padding:0;margin:4px 0}
cart-drawer .discounts{font-size:11px;color:#227550}
cart-drawer .discounts svg{width:12px;height:12px;vertical-align:middle;margin-right:4px}
cart-drawer .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
cart-drawer .hidden,.vh-form .hidden{display:none!important}
cart-drawer .drawer__inner-empty{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}
cart-drawer.is-empty .drawer__header,cart-drawer.is-empty cart-drawer-items,cart-drawer.is-empty .drawer__footer{display:none}
cart-drawer .drawer__inner-empty .drawer__close{position:absolute;top:20px;right:20px}
cart-drawer .cart__empty-text{font-size:24px}
cart-drawer .cart-item__error:has(.cart-item__error-text:empty){display:none}
cart-drawer .cart-item__error{display:flex;gap:6px;color:#b22;font-size:12px}
cart-drawer .icon-error{width:14px;height:14px}
cart-drawer .cart__items--disabled{pointer-events:none;opacity:.5}
cart-drawer .loading__spinner{position:absolute;width:20px;height:20px;right:0;top:0}
.vh-form .loading__spinner{width:18px;height:18px;display:inline-block;vertical-align:middle;margin-left:8px}
.vh-form .loading__spinner svg,cart-drawer .loading__spinner svg{width:100%;height:100%;animation:vh-spin 1s linear infinite}
.vh-form .loading__spinner circle{stroke:currentColor}
.vh-form button[aria-disabled=true]{opacity:.7;pointer-events:none}
.product-form__error-message-wrapper{color:#b22;font-size:14px}
@keyframes vh-spin{to{transform:rotate(360deg)}}
@media(max-width:480px){cart-drawer .drawer__inner{width:100%;padding:0 18px}}
@media(prefers-reduced-motion:reduce){cart-drawer .drawer__inner,cart-drawer .cart-drawer__overlay{transition:none}}

#cart-icon-bubble .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#cart-icon-bubble .cart-count-bubble{position:absolute;right:-8px;top:-6px;border-radius:50%;min-width:16px;height:16px;background:#1a5276;color:white;text-align:center;font-size:10px;line-height:16px}
