.hv-cart-dialog{--hv-accent: #c7ad7f;--hv-accent-text: #101e3a;--hv-text: #101e3a;--hv-bg: #ffffff;--hv-footer-bg: #f2f2f2;--hv-announce-bg: #f7f2ea;--hv-announce-border: #c7ad7f;--hv-bar-track: #e2e2e2;--hv-bar-fill: #c7ad7f;--hv-bar-icon-done: #ffffff;--hv-bar-icon-todo: #4d4949;--hv-savings: #16a34a;--hv-switch-on: #16a34a;--hv-border: #eaeaea;--hv-muted: rgba(16, 30, 58, .4);--hv-font: var(--font-body--family, "Inter", sans-serif);--hv-font-brand: var(--font-heading--family, "Fraunces", serif);--color-background: var(--hv-bg);--color-foreground: var(--hv-text);background-color:var(--hv-bg);color:var(--hv-text);font-family:var(--hv-font);border-left:1px solid rgba(0,0,0,.06)}.hv-cart-dialog *{box-sizing:border-box}.hv-cart-dialog cart-drawer-component{--cart-drawer-padding: var(--theme-drawer-padding);--font-paragraph--line-height: 1;display:contents}.hv-cart{display:flex;flex-direction:column;height:100%;overflow:hidden;font-size:14px;line-height:1.3}.hv-cart>.cart-items-component{flex:1;min-height:0;height:auto}.hv-cart__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:20px;border-bottom:1px solid rgba(0,0,0,.1);background:var(--hv-bg)}@media screen and (min-width:750px){.hv-cart__header{padding:30px}}.hv-cart__brand{margin-inline:auto;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--hv-text);transform:translate(15px)}.hv-cart__logo{display:block;max-height:48px;width:auto;object-fit:contain}.hv-cart__wordmark{font-family:var(--hv-font-brand);font-weight:600;font-size:1.55rem;letter-spacing:.22em;text-transform:uppercase;line-height:1;padding-left:.22em}.hv-cart__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:0;background:#0000000d;cursor:pointer;transition:background-color .2s}.hv-cart__close:hover,.hv-cart__close:active{background:#00000014}.hv-cart__close svg{width:33%;height:33%;fill:#637381}.hv-cart__content{display:flex;flex-direction:column;flex-grow:1;min-height:0;padding:0;overflow-y:auto;background:var(--hv-bg);scrollbar-width:none}.hv-cart__content::-webkit-scrollbar{display:none}.hv-cart__main{display:flex;flex-direction:column;padding:0;overflow:visible}.hv-announce{text-align:center;background:var(--hv-announce-bg);border-top:1px solid var(--hv-announce-border);border-bottom:1px solid var(--hv-announce-border);padding:10px;font-size:13px;line-height:120%;text-wrap:balance;color:var(--hv-text)}.hv-announce p{margin:0}.hv-rewards{display:flex;flex-direction:column;text-align:center;padding:18px 30px 36px}.hv-rewards__msg{margin:0 0 20px;font-size:16px;line-height:1.35;color:var(--hv-text)}.hv-rewards__msg b{font-weight:700}.hv-bar{position:relative;display:flex;gap:6px;height:8px;width:100%}.hv-bar__seg{position:relative;flex:1 1 0;height:100%;background:var(--hv-bar-track);border-radius:4px}.hv-bar__fill{position:absolute;left:0;top:0;height:100%;background:var(--hv-bar-fill);border-radius:4px;transition:width .3s ease-in-out}.hv-bar__ms{position:absolute;right:12px;top:-11px;transform:translate(50%)}.hv-bar__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--hv-bar-track);fill:var(--hv-bar-icon-todo)}.hv-bar__icon.is-done{background:var(--hv-bar-fill);fill:var(--hv-bar-icon-done)}.hv-bar__icon svg{width:20px;height:20px}.hv-bar__label{position:absolute;top:100%;left:50%;width:80px;margin-top:2px;transform:translate(-50%);font-size:10px;line-height:1.2;text-align:center;color:var(--hv-text)}.hv-cart .cart-form{margin:0}.hv-items{list-style:none;margin:0;padding:0}.hv-item{display:flex;align-items:flex-start;gap:16px;padding:28px;border-bottom:1px solid var(--hv-border);color:var(--hv-text)}.hv-item[hidden]{display:none}@media screen and (max-width:749px){.hv-item{padding:24px 20px}}.hv-item__media{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:88px;height:88px}.hv-item__img{width:88px;height:88px;object-fit:contain;background:transparent}.hv-item__info{flex:1;min-width:0}.hv-item__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.hv-item__title{margin:0 0 4px;font-family:var(--hv-font);font-size:16px;font-weight:600;line-height:1.3;letter-spacing:0;text-transform:none;overflow-wrap:anywhere}.hv-item__title a{color:inherit;text-decoration:none}.hv-item__remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:none;cursor:pointer}.hv-item__remove svg{width:20px;height:20px;fill:#637381}.hv-item__variant{padding-bottom:4px;font-size:14px;line-height:1.2;color:var(--hv-muted)}.hv-item__pricing{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:4px;margin-bottom:4px}.hv-item__compare{font-size:14px;color:var(--hv-muted);text-decoration:line-through}.hv-item__price{font-size:15px;font-weight:500}.hv-item__savings{font-size:15px;font-weight:700;line-height:1.5;color:var(--hv-savings)}.hv-item__controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.hv-cart .quantity-selector-wrapper{gap:0}.hv-cart .quantity-selector.hv-qty{--quantity-selector-width: auto;display:inline-flex;flex:0 0 auto;align-self:auto;height:28px;border:1px solid #ccc;border-radius:4px;background:#fff;color:var(--hv-text);overflow:hidden}.hv-cart .quantity-selector.hv-qty :is(.quantity-minus,.quantity-plus){width:auto;height:100%;min-width:0;min-height:0;padding:4px 8px;border:0;border-radius:0;background:#fff;color:var(--hv-text)}.hv-cart .quantity-selector.hv-qty .quantity-minus{border-right:1px solid #ddd}.hv-cart .quantity-selector.hv-qty .quantity-plus{border-left:1px solid #ddd}.hv-cart .quantity-selector.hv-qty svg{width:12px;height:12px}.hv-cart .quantity-selector.hv-qty input[type=number]{width:40px;min-width:40px;height:100%;padding:4px;font-size:14px;text-align:center;border:0;outline:none;background:transparent;color:var(--hv-text)}.hv-cart .quantity-selector.hv-qty button:disabled{opacity:.5;cursor:not-allowed}.hv-tag{display:inline-flex;align-items:center;gap:2px;padding:2px 6px 2px 4px;border-radius:4px;background:#0000000d;color:#585858;font-size:13px}.hv-tag__icon{display:flex;align-self:flex-start;height:100%;margin-top:2px;margin-right:4px}.hv-tag__icon svg{width:16px;height:16px;fill:#585858}.hv-tag__text{font-size:13px;font-weight:600;line-height:1.6;text-transform:uppercase;white-space:nowrap}.hv-item__error{display:flex;width:100%;margin-top:8px}.hv-item__error.hidden{display:none}.hv-item__error .cart-item__error{display:flex;width:100%;padding:4px 0;font-size:13px;color:#b42318}.hv-footer{position:sticky;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:stretch;gap:0;margin-top:auto;padding:23px;border-top:1px solid rgba(0,0,0,.1);background:var(--hv-footer-bg);color:var(--hv-text)}.theme-drawer__dialog[cart-summary-sticky=false] .hv-footer{position:static}.hv-addon{display:flex;flex-direction:row;align-items:stretch;gap:20px;margin-bottom:16px;border-radius:8px}.hv-addon.is-busy{opacity:.6;pointer-events:none}.hv-addon__img{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.hv-addon__img img,.hv-addon__img svg{display:block;width:100%;height:100%;object-fit:contain}.hv-addon__content{flex:1;min-width:0;display:flex;flex-direction:column}.hv-addon__row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.hv-addon__title{font-size:16px;font-weight:600;line-height:1.3}.hv-addon__price{flex-shrink:0;line-height:1.6;white-space:nowrap}.hv-addon__compare{margin-right:8px;font-size:12px;font-weight:400;color:#b5b5b5;text-decoration:line-through}.hv-addon__amount{margin-right:4px;font-size:14px;font-weight:600}.hv-addon__desc{font-size:12px;line-height:1.3;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.hv-switch{position:relative;align-self:center;flex-shrink:0;display:inline-block;width:44px;height:24px;cursor:pointer}.hv-switch input{position:absolute;opacity:0;width:0;height:0;margin:0}.hv-switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:#e3e3e3;transition:background .2s}.hv-switch__slider:before{content:"";position:absolute;left:4px;top:4px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000014;transition:transform .2s}.hv-switch input:checked+.hv-switch__slider{background:var(--hv-switch-on)}.hv-switch input:checked+.hv-switch__slider:before{transform:translate(20px)}.hv-switch input:focus-visible+.hv-switch__slider{outline:2px solid var(--hv-text);outline-offset:2px}.hv-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;font-size:14px}.hv-summary__left{display:flex;align-items:center;flex-direction:row;gap:6px;min-width:0}.hv-summary__codes{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.hv-summary__amount{white-space:nowrap}.hv-summary--total{font-weight:600}.hv-checkout{display:block;width:100%;padding:14px;border:0;border-radius:0;background:var(--hv-accent);color:var(--hv-accent-text);font-family:var(--hv-font);font-size:15px;font-weight:600;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;text-align:center;cursor:pointer;transition:opacity .3s}.hv-checkout:hover{opacity:.85}.hv-checkout:disabled{opacity:.5;cursor:default}.hv-item.removing{overflow:hidden;animation:hv-remove-row calc(var(--animation-speed, .2s) * 2) var(--animation-easing, ease) forwards;animation-delay:var(--animation-speed, .2s)}@keyframes hv-remove-row{0%{height:var(--row-height)}to{opacity:0;height:0;padding-top:0;padding-bottom:0;border-color:transparent}}.hv-item.adding{interpolate-size:allow-keywords;overflow:hidden;animation:hv-add-row calc(var(--animation-speed, .2s) * 2) var(--animation-easing, ease) forwards}@keyframes hv-add-row{0%{opacity:0;height:0;padding-top:0;padding-bottom:0;border-color:transparent}to{opacity:1;height:auto}}.hv-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:40px 24px;text-align:center;background:var(--hv-bg)}.hv-cart__empty-title{margin:0 0 8px}.hv-cart__empty .cart-drawer__items{padding-inline:0}.hv-cart .cart-items-disabled{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hv-cart.css.map */
