healthx-cart-drawer,.hx-cd-dialog{--color-accent: 232 112 58 !important}.hx-cd-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:399;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.hx-cd-backdrop.is-open{opacity:1;visibility:visible}.hx-cd-dialog{position:fixed;top:0;right:0;bottom:0;width:min(42rem,92vw);height:100dvh;max-height:100dvh;background:rgb(var(--color-background));z-index:400;display:flex;flex-direction:column;border:none;margin:0;padding:0;outline:none;border-radius:2rem 0 0 2rem;overflow:hidden;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);box-shadow:-8px 0 48px #0000002e,-2px 0 12px #00000014}.hx-cd-dialog.is-open{transform:translate(0)}.hx-cd-dialog.is-closing{transform:translate(100%);transition:transform .25s ease-in}.hx-cd-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:5.6rem;padding:0 2rem;border-bottom:2px solid #E8703A;border-radius:2rem 0 0}.hx-cd-header__title{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1;margin:0}.hx-cd-header__count{font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;color:rgb(var(--color-foreground) / .55);margin-left:.3rem}.hx-cd-header__close{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));border-radius:var(--radius-full);transition:background .15s ease;flex-shrink:0;margin-right:-.8rem}.hx-cd-header__close:hover{background:rgb(var(--color-background2))}.hx-cd-header__close svg{width:2rem;height:2rem;pointer-events:none}.hx-cd-progress{flex-shrink:0;padding:1rem 2rem 1.4rem;border-bottom:1px solid rgb(var(--color-line-border))}.hx-cd-progress__copy{font-family:var(--font-body-family);font-size:1.3rem;font-weight:400;color:rgb(var(--color-foreground) / .75);margin:0 0 .8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.hx-cd-progress__copy strong{font-weight:600;color:rgb(var(--color-foreground))}.hx-cd-progress__track-wrap{position:relative;padding-bottom:2.6rem}.hx-cd-progress__track{position:relative;height:.6rem;background:rgb(var(--color-line-border));border-radius:9999px;overflow:visible}.hx-cd-progress__fill{height:100%;background:rgb(var(--color-accent));border-radius:9999px;width:0%;transition:width .6s cubic-bezier(.4,0,.2,1);max-width:100%}.hx-cd-progress__milestone{position:absolute;top:50%;transform:translate(-50%) translateY(-50%);display:flex;flex-direction:column;align-items:center}.hx-cd-progress__milestone-dot{width:1.2rem;height:1.2rem;border-radius:9999px;background:rgb(var(--color-line-border));border:2px solid rgb(var(--color-background));transition:background .4s ease;position:relative;z-index:1}.hx-cd-progress__milestone.is-reached .hx-cd-progress__milestone-dot{background:rgb(var(--color-accent))}.hx-cd-progress__milestone.just-reached .hx-cd-progress__milestone-dot{animation:hx-milestone-pop .4s ease forwards}@keyframes hx-milestone-pop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.hx-cd-progress__milestone-footer{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.2rem;white-space:nowrap}.hx-cd-progress__milestone-footer svg{width:1.2rem;height:1.2rem;color:rgb(var(--color-foreground) / .4);display:block}.hx-cd-progress__milestone.is-reached .hx-cd-progress__milestone-footer svg{color:rgb(var(--color-accent))}.hx-cd-progress__milestone-label{font-family:var(--font-body-family);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--color-foreground) / .45);line-height:1}.hx-cd-progress__milestone.is-reached .hx-cd-progress__milestone-label{color:rgb(var(--color-accent))}.hx-cd-items{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;min-height:0}.hx-cd-items::-webkit-scrollbar{width:3px}.hx-cd-items::-webkit-scrollbar-track{background:transparent}.hx-cd-items::-webkit-scrollbar-thumb{background:rgb(var(--color-accent));border-radius:9999px}.hx-cd-item{position:relative;display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem 2rem;border-bottom:1px solid rgb(var(--color-line-border));transition:opacity .2s ease}.hx-cd-item:last-of-type{border-bottom:none}.hx-cd-item.is-loading{opacity:.5;pointer-events:none}.hx-cd-item.is-removing{opacity:0;max-height:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden;border:none;transition:opacity .28s ease,max-height .28s ease,padding .28s ease}.hx-cd-item__image-link{flex-shrink:0;display:block;line-height:0}.hx-cd-item__image{width:8rem;height:8rem;border-radius:var(--radius-xs);object-fit:cover;display:block}.hx-cd-item__body{flex:1;min-width:0;display:flex;flex-direction:column}.hx-cd-item__name{font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:break-word;text-decoration:none;margin-bottom:.6rem}.hx-cd-item__name:hover{text-decoration:underline}.hx-cd-item__variant{width:100%;max-width:100%;height:2.8rem;font-family:var(--font-body-family);font-size:1.2rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background2));border:1px solid rgb(var(--color-line-border));border-radius:var(--radius-input);padding:0 .8rem;margin-bottom:.8rem;cursor:pointer;-webkit-appearance:auto;appearance:auto}.hx-cd-item__variant:focus{outline:2px solid rgb(var(--color-accent));outline-offset:1px}.hx-cd-item__variant-static{font-family:var(--font-body-family);font-size:1.2rem;color:rgb(var(--color-foreground) / .5);margin-bottom:.8rem;line-height:1.4}.hx-cd-item__qty{display:inline-flex;align-items:center;height:3.4rem;background:rgb(var(--color-background2));border-radius:9999px;width:fit-content;overflow:hidden}.hx-cd-item__qty-btn{display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background .15s ease;flex-shrink:0}.hx-cd-item__qty-btn:hover{background:rgb(var(--color-line-border))}.hx-cd-item__qty-btn svg{width:1.6rem;height:1.6rem;pointer-events:none;display:block}.hx-cd-item__qty-num{font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));min-width:2.8rem;text-align:center;-webkit-user-select:none;user-select:none;line-height:1}.hx-cd-item__qty-error{font-family:var(--font-body-family);font-size:1.2rem;color:rgb(var(--color-error-text));margin-top:.4rem;display:none}.hx-cd-item__qty-error.is-visible{display:block}.hx-cd-item__pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding-top:.2rem;min-width:5.6rem;padding-right:2rem}.hx-cd-item__price{font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;color:rgb(var(--color-pr-price, var(--color-foreground)));white-space:nowrap;line-height:1.3}.hx-cd-item__compare-price{font-family:var(--font-body-family);font-size:1.2rem;font-weight:400;color:rgb(var(--color-foreground) / .45);text-decoration:line-through;white-space:nowrap;line-height:1.3}.hx-cd-item__remove{position:absolute;top:.6rem;right:.6rem;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground) / .35);border-radius:9999px;transition:color .15s ease,background .15s ease}.hx-cd-item__remove:hover{color:rgb(var(--color-foreground));background:rgb(var(--color-background2))}.hx-cd-item__remove svg{width:1.4rem;height:1.4rem;pointer-events:none}.hx-cd-item__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;pointer-events:none}.hx-cd-item.is-loading .hx-cd-item__spinner{display:flex}.hx-cd-spinner{width:2rem;height:2rem;border:2px solid rgb(var(--color-line-border));border-top-color:rgb(var(--color-accent));border-radius:9999px;animation:hx-spin .6s linear infinite}@keyframes hx-spin{to{transform:rotate(360deg)}}.hx-cd-upsell{border-top:1px solid rgb(var(--color-line-border))}.hx-cd-upsell__label{display:block;font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--color-foreground) / .45);padding:1.2rem 2rem .6rem}.hx-cd-upsell__card{display:flex;align-items:center;gap:1.2rem;padding:.4rem 2rem 1.4rem}.hx-cd-upsell__img{width:6rem;height:6rem;border-radius:var(--radius-xs);object-fit:cover;flex-shrink:0}.hx-cd-upsell__info{flex:1;min-width:0}.hx-cd-upsell__name{font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 .2rem}.hx-cd-upsell__price{font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;color:rgb(var(--color-pr-price, var(--color-foreground)));margin:0}.hx-cd-upsell__add{flex-shrink:0;height:3.2rem;padding:0 1.4rem;border:1.5px solid rgb(var(--color-button));background:transparent;color:rgb(var(--color-button));border-radius:9999px;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}.hx-cd-upsell__add:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.hx-cd-upsell__add:disabled{opacity:.6;cursor:default}.hx-cd-upsell__add.is-added{background:#16a34a;border-color:#16a34a;color:#fff}.hx-cd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;flex:1}.hx-cd-empty__icon{width:4.8rem;height:4.8rem;color:rgb(var(--color-foreground) / .25);margin-bottom:1.6rem}.hx-cd-empty__title{font-family:var(--font-heading-family);font-size:2rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .8rem}.hx-cd-empty__body{font-family:var(--font-body-family);font-size:1.4rem;color:rgb(var(--color-foreground) / .55);margin:0 0 2.4rem;line-height:1.5}.hx-cd-empty__cta{display:inline-flex;align-items:center;height:4.4rem;padding:0 2.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:var(--radius-button);font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.hx-cd-empty__cta:hover{opacity:.88}.hx-cd-toast{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:1.3rem;padding:1rem 1.6rem;border-radius:var(--radius-button);white-space:nowrap;display:flex;align-items:center;gap:1.2rem;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s ease}.hx-cd-toast.is-visible{opacity:1;pointer-events:auto;animation:hx-toast-in .2s ease-out forwards}.hx-cd-toast.is-hiding{animation:hx-toast-out .2s ease-in forwards}@keyframes hx-toast-in{0%{opacity:0;transform:translate(-50%) translateY(.6rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes hx-toast-out{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(.6rem)}}.hx-cd-toast__undo{background:none;border:none;color:#86efac;font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.hx-cd-footer{flex-shrink:0;border-top:1px solid rgb(var(--color-line-border));background:rgb(var(--color-background))}.hx-cd-totals{border-bottom:1px solid rgb(var(--color-line-border))}.hx-cd-totals__toggle-row{display:flex;align-items:center;gap:.4rem;height:4.8rem;padding:0 2rem;cursor:pointer;-webkit-user-select:none;user-select:none}.hx-cd-totals__label{font-family:var(--font-body-family);font-size:1.3rem;font-weight:400;color:rgb(var(--color-foreground) / .65);flex:1}.hx-cd-totals__chevron-btn{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground) / .45);border-radius:9999px;flex-shrink:0;padding:0}.hx-cd-totals__chevron-btn svg{width:1.6rem;height:1.6rem;transition:transform .3s ease}.hx-cd-totals.is-open .hx-cd-totals__chevron-btn svg{transform:rotate(180deg)}.hx-cd-totals__amount{font-family:var(--font-body-family);font-size:1.7rem;font-weight:700;color:rgb(var(--color-foreground));white-space:nowrap}.hx-cd-totals__breakdown{max-height:0;overflow:hidden;transition:max-height .3s ease}.hx-cd-totals.is-open .hx-cd-totals__breakdown{max-height:24rem}.hx-cd-totals__row{display:flex;justify-content:space-between;align-items:center;padding:.3rem 2rem;min-height:3rem}.hx-cd-totals__row-label{font-family:var(--font-body-family);font-size:1.3rem;color:rgb(var(--color-foreground) / .55)}.hx-cd-totals__row-value{font-family:var(--font-body-family);font-size:1.3rem;color:rgb(var(--color-foreground) / .55);white-space:nowrap}.hx-cd-totals__row-value--green{color:#16a34a!important}.hx-cd-totals__row--auto .hx-cd-totals__row-value{color:#16a34a}.hx-cd-totals__row--auto.is-hidden{display:none}.hx-cd-totals__row--tax .hx-cd-totals__row-value{color:rgb(var(--color-foreground) / .35);font-style:italic}.hx-cd-totals__divider{margin:.4rem 2rem;height:1px;background:rgb(var(--color-line-border))}.hx-cd-totals__grand-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 2rem 1.2rem}.hx-cd-totals__grand-label,.hx-cd-totals__grand-value{font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.hx-cd-savings{padding:0 2rem .8rem;display:none}.hx-cd-savings.has-savings{display:block}.hx-cd-savings__pill{display:inline-flex;align-items:center;background:#22c55e1a;border-radius:9999px;padding:.5rem 1.2rem}.hx-cd-savings__text{font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;color:#16a34a;white-space:nowrap}.hx-cd-checkout{padding:1.2rem 2rem calc(1.2rem + env(safe-area-inset-bottom,0px))}.hx-cd-checkout__btn{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;height:5.4rem;background:#e8703a;color:#fff;border:none;border-radius:9999px;font-family:var(--font-body-family);font-size:1.6rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:opacity .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 4px 16px #0000002e}.hx-cd-checkout__btn:hover{opacity:.92;box-shadow:0 6px 20px #00000038}.hx-cd-checkout__btn:active{transform:scale(.985)}.hx-cd-checkout__btn.is-loading{opacity:.7;pointer-events:none}.hx-cd-checkout__btn-spinner,.hx-cd-checkout__btn.is-loading .hx-cd-checkout__btn-text{display:none}.hx-cd-checkout__btn.is-loading .hx-cd-checkout__btn-spinner{display:flex}.hx-cd-checkout__trust{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.hx-cd-checkout__trust-text{font-family:var(--font-body-family);font-size:1.1rem;color:rgb(var(--color-foreground) / .45);white-space:nowrap}.hx-cd-checkout__trust-dot{width:.25rem;height:.25rem;border-radius:9999px;background:rgb(var(--color-foreground) / .3);flex-shrink:0}@media(max-width:768px){.hx-cd-dialog{width:94vw;border-radius:1.6rem 0 0 1.6rem}.hx-cd-header{height:5.2rem;padding:0 1.6rem;border-radius:1.6rem 0 0}.hx-cd-header__title{font-size:1.6rem}.hx-cd-header__close{margin-right:-.4rem}.hx-cd-progress{padding:.8rem 1.6rem 1.2rem}.hx-cd-item{padding:1.4rem 1.6rem;gap:1rem}.hx-cd-item__image{width:7rem;height:7rem}.hx-cd-item__name{font-size:1.3rem}.hx-cd-item__price{font-size:1.4rem}.hx-cd-item__pricing{padding-right:1.6rem;min-width:5rem}.hx-cd-item__remove{top:.4rem;right:.4rem}.hx-cd-upsell__label{padding:1rem 1.6rem .6rem}.hx-cd-upsell__card{padding:.4rem 1.6rem 1.2rem}.hx-cd-totals__toggle-row{padding:0 1.6rem}.hx-cd-totals__row{padding:.3rem 1.6rem}.hx-cd-totals__divider{margin:.4rem 1.6rem}.hx-cd-totals__grand-row{padding:.4rem 1.6rem 1rem}.hx-cd-savings{padding:0 1.6rem .8rem}.hx-cd-checkout{padding:1rem 1.6rem calc(1rem + env(safe-area-inset-bottom,0px))}.hx-cd-checkout__btn{height:4.8rem;font-size:1.5rem}.hx-cd-toast{bottom:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/healthx-cart-drawer.css.map */
