.vh-cd-overlay{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#00304973;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-tap-highlight-color:transparent;cursor:pointer}.vh-cd-overlay.is-open{opacity:1;visibility:visible}.vh-cd{position:fixed;top:0;right:0;bottom:0;z-index:1051;width:420px;max-width:100vw;display:flex;flex-direction:column;background:#fff;box-shadow:-6px 0 32px #0030491f;transform:translate(100%);pointer-events:none;overflow:hidden;-webkit-font-smoothing:antialiased;color:#1f2937}.vh-cd--ready{transition:transform .35s cubic-bezier(.32,.72,0,1);will-change:transform}.vh-cd.is-open{transform:translate(0);pointer-events:auto}.vh-cd *,.vh-cd *:before,.vh-cd *:after{box-sizing:border-box}.vh-cd button{cursor:pointer}.vh-cd a{text-decoration:none;color:inherit}.vh-cd img{display:block;max-width:100%}.vh-cd__header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #d6e5ed;flex-shrink:0}.vh-cd__title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#003049;line-height:1.2;margin:0}.vh-cd__title-count{min-width:28px;height:28px;border-radius:50%;background:#d6e5ed;color:#003049;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 9px;line-height:1}.vh-cd__title-count--empty{background:#d6e5ed;color:#669bbc}.vh-cd__close{width:34px;height:34px;border:none;background:#eff5f8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#669bbc;line-height:1;transition:background .2s ease,color .2s ease,transform .2s ease;flex-shrink:0;padding:0}.vh-cd__close:hover{background:#d6e5ed;color:#003049;transform:rotate(90deg)}.vh-cd__close svg{width:20px;height:20px}.vh-cd__bundle{padding:10px 15px;background:#eff5f8;border-bottom:1px solid #d6e5ed;flex-shrink:0}.vh-cd__bundle-msg{font-size:13px;font-weight:700;color:#003049;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between}.vh-cd__bundle-msg strong{font-weight:800}.vh-cd__bundle-track{position:relative;height:28px;border-radius:16px;background:#d6e5ed;overflow:hidden}.vh-cd__bundle-fill{display:block!important;position:absolute;top:0;left:0;bottom:0;border-radius:16px;background:linear-gradient(90deg,#003049,#2a6f97);transition:width .5s cubic-bezier(.4,0,.2,1)}.vh-cd__bundle-nodes{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0 5px;z-index:2}.vh-cd__bn{display:flex;align-items:center;gap:5px;position:relative}.vh-cd__bn:nth-child(2){justify-content:center}.vh-cd__bn:nth-child(3){justify-content:flex-end}.vh-cd__bn-pip{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative}.vh-cd__bn-pip svg{width:11px;height:11px}.vh-cd__bn-pip--done{background:#ffffff40}.vh-cd__bn-pip--active{background:#fff}.vh-cd__bn-pip--next{background:#fff;border:2.5px solid #669bbc}.vh-cd__bn-pip--future{background:#ffffff73;border:2px solid rgba(120,160,180,.45)}.vh-cd__bn-tag{font-size:11px;font-weight:700;white-space:nowrap}.vh-cd__bn-tag--on-fill{color:#fff}.vh-cd__bn-tag--on-fill-dim{color:#ffffffbf}.vh-cd__bn-tag--next{color:#003049;font-weight:800}.vh-cd__bn-tag--future{color:#46697a}.vh-cd__bn-pip--pop{transition:none;animation:vh-cd-pop .4s ease-in-out}@keyframes vh-cd-pop{0%{scale:1}45%{scale:1.22}to{scale:1}}.vh-cd__bn-dot{width:7px;height:7px;border-radius:50%;background:#669bbc;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vh-cd__bn-dot--sm{width:5px;height:5px;background:#78a0b499}.vh-cd__sparkle{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff;pointer-events:none;z-index:5;animation:vh-cd-sparkle .5s ease-out forwards}@keyframes vh-cd-sparkle{0%{opacity:1;transform:rotate(var(--sp-a)) translateY(0) scale(1)}to{opacity:0;transform:rotate(var(--sp-a)) translateY(-18px) scale(.2)}}.vh-cd__bundle-flash{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:16px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:vh-cd-flash .8s ease-out forwards;pointer-events:none;z-index:3;display:block!important}@keyframes vh-cd-flash{0%{transform:translate(-100%);opacity:1}to{transform:translate(100%);opacity:0}}.vh-cd__items{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.vh-cd__item{display:flex;gap:10px;padding:15px;border-bottom:1px solid #eff5f8;transition:opacity .2s ease}.vh-cd__item-img-wrap{width:80px;height:80px;flex-shrink:0}.vh-cd__item-img-wrap a{display:block;width:100%;height:100%}.vh-cd__item-img{width:100%;height:100%;border-radius:16px;background:#eff5f8;object-fit:cover;border:1.5px solid #d6e5ed;content-visibility:auto}.vh-cd__item-mid{flex:1;min-width:0;display:flex;flex-direction:column}.vh-cd__item-title{font-size:15px;font-weight:600;color:#003049;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vh-cd__item-title a{color:inherit}.vh-cd__item-title a:hover{text-decoration:underline}.vh-cd__item-price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;padding-top:2px;gap:1px}.vh-cd__price-compare{font-size:14px;color:#669bbc;text-decoration:line-through;line-height:1.2}.vh-cd__price-now{font-size:18px;font-weight:700;color:#003049;line-height:1.2}.vh-cd__price-save{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 8px;border-radius:8px;margin-top:3px;white-space:nowrap}.vh-cd__item-variants{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px;max-width:100%;overflow:hidden}.vh-cd__item-var{display:inline-flex;align-items:center;height:30px;border:1.5px solid #d6e5ed;border-radius:12px;background:#eff5f8;overflow:hidden;max-width:100%;cursor:pointer;transition:border-color .2s ease;position:relative}.vh-cd__item-var:hover{border-color:#669bbc}.vh-cd__item-var:focus-within{border-color:#003049}.vh-cd__item-var-label{font-size:12px;color:#669bbc;font-weight:600;padding:0 0 0 10px;white-space:nowrap;flex-shrink:0;pointer-events:none;position:relative;z-index:1}.vh-cd__item-var-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:16px;z-index:2}.vh-cd__item-var-value{font-size:12px;color:#003049;font-weight:600;padding:0 4px;white-space:nowrap;overflow:hidden;max-width:130px;margin-right:20px;text-overflow:clip;pointer-events:none;position:relative;z-index:1}.vh-cd__item-var--overflow .vh-cd__item-var-value{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 16px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 16px),transparent)}.vh-cd__item-var-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1}.vh-cd__item-var-arrow svg{width:9px;height:6px;display:block}.vh-cd__item-var:has(.vh-cd__item-var-select:disabled){cursor:default;pointer-events:none}.vh-cd__item-var:has(.vh-cd__item-var-select:disabled) .vh-cd__item-var-value{padding-right:10px;margin-right:0}.vh-cd__item-row{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:8px}.vh-cd__qty{display:flex;align-items:center;border:1.5px solid #d6e5ed;border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s ease}.vh-cd__qty:hover{border-color:#669bbc}.vh-cd__qty:focus-within{border-color:#003049}.vh-cd__qty-btn{width:34px;height:32px;border:none;background:transparent;font-size:18px;color:#669bbc;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease}.vh-cd__qty-btn:hover{background:#eff5f8;color:#003049}.vh-cd__qty-btn:disabled{opacity:.25;cursor:not-allowed}.vh-cd__qty-input{width:28px;text-align:center;border:none;border-left:1.5px solid #d6e5ed;border-right:1.5px solid #d6e5ed;font-size:16px;font-weight:700;background:transparent;padding:0;height:32px;line-height:32px;-moz-appearance:textfield;color:#003049}.vh-cd__qty-input::-webkit-inner-spin-button,.vh-cd__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vh-cd__item-remove{width:32px;height:32px;border:none;background:#eff5f8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#669bbc;padding:0;transition:background .2s ease,color .2s ease,transform .2s ease}.vh-cd__item-remove:hover{background:#fecaca;color:#dc2626;transform:scale(1.1)}.vh-cd__item-remove svg{width:14px;height:14px}.vh-cd__footer{margin:0 10px;flex-shrink:0;border-radius:16px}.vh-cd__dc-section{padding:0 10px;background:#eff5f8;border-radius:16px 16px 0 0;border-bottom:1px solid #d6e5ed}.vh-cd__discount-toggle{display:flex;align-items:center;justify-content:space-between;padding:10px 0;cursor:pointer;border:none;background:none;width:100%;font-size:15px;color:#669bbc;font-weight:600;transition:color .2s ease}.vh-cd__discount-toggle:hover,.vh-cd__discount-toggle.is-open{color:#003049}.vh-cd__discount-toggle:hover .vh-cd__dc-tag,.vh-cd__discount-toggle.is-open .vh-cd__dc-tag{fill:#003049}.vh-cd__discount-toggle:hover .vh-cd__dc-chevron,.vh-cd__discount-toggle.is-open .vh-cd__dc-chevron{stroke:#003049}.vh-cd__dc-tag{fill:#669bbc;transition:fill .2s ease;width:13px;height:13px;flex-shrink:0}.vh-cd__dc-chevron{width:10px;height:6px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),stroke .2s ease;stroke:#669bbc;fill:none;stroke-width:2;stroke-linecap:round}.vh-cd__discount-toggle.is-open .vh-cd__dc-chevron{transform:rotate(180deg)}.vh-cd__discount-row{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease,opacity .2s ease;opacity:0;display:flex;flex-wrap:wrap;gap:6px 6px;row-gap:0;padding:0}.vh-cd__discount-row.is-open{max-height:52px;opacity:1;padding:0 0 10px}.vh-cd__discount-row.is-open.has-error{max-height:80px}.vh-cd__discount-input{flex:1;min-width:50%;padding:0 14px;height:38px;border:1.5px solid #d6e5ed;border-radius:12px;font-size:16px;outline:none;color:#003049;background:#fff;transition:border-color .2s ease}.vh-cd__discount-input:focus{border-color:#003049}.vh-cd__discount-input::placeholder{color:#669bbc}.vh-cd__discount-apply{height:38px;padding:0 20px;background:#003049d6;color:#fff;border:none;border-radius:999px;font-size:15px;font-weight:600;transition:background .2s ease;flex-shrink:0}.vh-cd__discount-apply:hover{background:#003049}.vh-cd__discount-apply:disabled{opacity:.5;cursor:not-allowed}.vh-cd__discount-apply svg{width:16px;height:16px;display:none}.vh-cd__discount-apply[data-state=loading] span{display:none}.vh-cd__discount-apply[data-state=loading] .vh-cd__dc-spin{display:block;animation:vh-cd-spin .6s linear infinite}.vh-cd__discount-apply[data-state=done] span{display:none}.vh-cd__discount-apply[data-state=done] .vh-cd__dc-check{display:block}.vh-cd__discount-apply[data-state=done]{background:#0a8754}.vh-cd__discount-error{width:100%;overflow:hidden;max-height:0;padding:0;margin-top:-6px;transition:max-height .25s ease,padding .25s ease,margin .25s ease}.has-error .vh-cd__discount-error{max-height:40px;padding-top:6px;margin-top:0}.vh-cd__discount-error-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#b91c1c;background:#fef2f2;padding:3px 10px;border-radius:8px;animation:vh-cd-error-in .2s ease}.vh-cd__discount-error-pill svg{width:10px;height:10px;flex-shrink:0}@keyframes vh-cd-error-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vh-cd__discount-error-pill.vh-cd--fade-out{animation:vh-cd-error-out .25s ease forwards}@keyframes vh-cd-error-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.vh-cd__savings-section{padding:5px 10px;background:#eff5f8;border-bottom:1px solid #d6e5ed}.vh-cd__savings-row{display:flex;justify-content:space-between;align-items:center}.vh-cd__savings-label{display:flex;align-items:center;gap:4px;font-size:16px;color:#15803d;font-weight:600;flex-wrap:wrap}.vh-cd__savings-codes{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.vh-cd__savings-code{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 8px;border-radius:8px}.vh-cd__savings-code svg{width:9px;height:9px;flex-shrink:0}.vh-cd__savings-code-remove{border:none;background:none;color:#15803d;cursor:pointer;font-size:14px;padding:0;margin-left:2px;line-height:1;transition:opacity .15s ease;display:inline;vertical-align:middle}.vh-cd__savings-amount{font-size:18px;color:#15803d;font-weight:700;white-space:nowrap}.vh-cd__total-section{padding:5px 10px;background:#eff5f8;border-radius:0 0 16px 16px}.vh-cd__total{display:flex;justify-content:space-between;align-items:baseline}.vh-cd__total-label{font-size:18px;color:#003049;font-weight:600}.vh-cd__total-amount{font-size:20px;color:#003049;font-weight:800;letter-spacing:-.3px}.vh-cd__checkout-wrap{padding:5px 10px 0;flex-shrink:0}.vh-cd__checkout-wrap:has(~.vh-cd__dynamic-pay shopify-accelerated-checkout-cart:not(:empty)){padding-bottom:0}.vh-cd__checkout{display:block;width:100%;padding:16px;background:#003049d6;color:#fff;border:none;border-radius:12px;font-size:18px;height:51.75px;font-weight:700;text-align:center;transition:background .2s ease}.vh-cd__checkout:hover{background:#003049}.vh-cd__checkout:disabled{opacity:.6;cursor:not-allowed}.vh-cd__dynamic-pay{flex-shrink:0;overflow:hidden}.vh-cd__dynamic-pay form{margin:0;padding:0;border:none}.vh-cd__dynamic-pay-inner{display:flex;gap:5px;padding:0 10px;overflow:hidden}#vh-cd .dynamic-checkout__content{flex:1;width:100%;margin:0;padding:0}#vh-cd .dynamic-checkout__content>*{margin:0;padding:0}#vh-cd shopify-accelerated-checkout-cart{display:block;width:100%;height:0;overflow:hidden;margin-top:0}#vh-cd shopify-accelerated-checkout-cart:not(:empty){height:auto}#vh-cd shopify-accelerated-checkout-cart:not(:empty){margin-top:5px;max-height:38px}#vh-cd shopify-accelerated-checkout-cart.vh-cd__pay--single{max-height:46px}#vh-cd shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size: 38px;--shopify-accelerated-checkout-button-border-radius: 12px}#vh-cd shopify-accelerated-checkout-cart shopify-google-pay-button,#vh-cd shopify-accelerated-checkout-cart shopify-apple-pay-button,#vh-cd shopify-accelerated-checkout-cart shopify-shop-pay-button,#vh-cd shopify-accelerated-checkout-cart shopify-paypal-button{display:block;width:100%}#vh-cd .vh-cd__dynamic-pay .shopify-payment-button__button{border-radius:8px!important}#vh-cd .vh-cd__dynamic-pay .shopify-payment-button__button--unbranded{background:#1a1a1a!important;color:#fff!important;border-radius:8px!important}.vh-cd__trust{display:flex;align-items:center;justify-content:center;gap:15px;padding:2.5px 10px;padding-bottom:calc(2.5px + env(safe-area-inset-bottom,0px));flex-shrink:0}.vh-cd__trust-item{display:flex;align-items:center;gap:5px;font-size:13px;color:#4a6d82;font-weight:500;white-space:nowrap}.vh-cd__trust-item svg{width:15px;height:15px;flex-shrink:0}.vh-cd__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;overflow-y:auto}.vh-cd__empty-img{width:180px;opacity:.8}.vh-cd__empty-title{font-size:20px;color:#003049;font-weight:700;margin:0 0 4px}.vh-cd__empty-sub{font-size:16px;color:#4a6d82;margin:0 0 16px;line-height:1.5}.vh-cd__empty-btn{padding:16px 40px;background:#003049d6;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;transition:background .2s ease}.vh-cd__empty-btn:hover{background:#003049}.vh-cd__loading{flex:1;display:flex;align-items:center;justify-content:center}.vh-cd__spinner{width:24px;height:24px;border:2px solid #d6e5ed;border-top-color:#003049;border-radius:50%;animation:vh-cd-spin .6s linear infinite}@keyframes vh-cd-spin{to{transform:rotate(360deg)}}.vh-cd__item--updating{opacity:.4;pointer-events:none}html.vh-cd-open{overflow:hidden!important;scrollbar-gutter:stable!important}@media(max-width:749px){.vh-cd{width:100vw;height:100dvh}.vh-cd__title{font-size:18px}.vh-cd__item-title{font-size:14px}.vh-cd__price-now,.vh-cd__savings-amount{font-size:16px}.vh-cd__total-amount,.vh-cd__checkout,.vh-cd__empty-title{font-size:18px}.vh-cd__item-var{max-width:100%}.vh-cd__item-var-value{max-width:110px}.vh-cd__empty-rec-mode .vh-satc__body,.vh-cd__empty-rec-mode .vh-satc__title{max-width:none}.vh-cd__savings-code{font-size:10px}}.vh-cd__empty-rec{width:100%;margin-bottom:16px}.vh-cd__empty-rec-mode{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;opacity:1!important;pointer-events:auto!important;transition:none!important}.vh-cd__empty-rec-mode .vh-satc__pill{box-shadow:none;width:100%;border-radius:16px;justify-content:space-between}.vh-cd__empty-rec-mode .vh-satc__atc:hover:not(:disabled){box-shadow:none}.vh-cd__empty-rec-satc .vh-satc__mix-arrow{display:none}
/*# sourceMappingURL=/cdn/shop/t/27/assets/vh-cart-drawer.css.map */
