.hb-card,.hb-section *{box-sizing:border-box}.hb-card{--hb-accent: rgb(var(--color-secondary-button-text));--hb-accent-soft: rgba(var(--color-secondary-button-text), .08);--hb-border: rgba(var(--color-foreground), .14);position:relative;display:block;margin:1.6rem 0;padding:1.6rem;border:.1rem solid var(--hb-border);border-radius:1.6rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hb-icon{display:inline-flex;width:2.4rem;height:2.4rem;flex:0 0 auto;color:var(--hb-accent, currentColor)}.hb-icon svg{width:100%;height:100%}.hb-eyebrow{margin:0 0 .4rem;color:var(--hb-accent);font-size:1.2rem;font-weight:750;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.hb-muted{color:rgba(var(--color-foreground),.7)}.hb-verified-store{display:flex;align-items:flex-start;gap:1.2rem;margin:1.2rem 0;padding:1.2rem 1.4rem;border:.1rem solid color-mix(in srgb,var(--hb-accent) 28%,transparent);border-radius:1.4rem;background:var(--hb-accent-soft);color:#123b22}.hb-verified-store .hb-icon{width:3rem;height:3rem;margin-top:.1rem}.hb-verified-store__content{min-width:0;flex:1 1 auto}.hb-verified-store__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.hb-verified-store__title{margin:0;color:inherit;font-size:1.55rem;font-weight:780;line-height:1.25}.hb-verified-store__pill{padding:.25rem .7rem;border-radius:999px;background:var(--hb-accent);color:#fff;font-size:1rem;font-weight:750;letter-spacing:.04em;line-height:1.4;text-transform:uppercase}.hb-verified-store__text{margin:.35rem 0 0;color:inherit;font-size:1.3rem;line-height:1.45;opacity:.84}.hb-verified-store__link{color:inherit;font-weight:650;text-underline-offset:.2rem}.hb-bundle__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.hb-bundle__title,.hb-trust__title,.hb-timeline__title{margin:0;font-size:1.8rem;font-weight:780;line-height:1.25}.hb-bundle__subtitle{margin:.4rem 0 0;font-size:1.3rem;line-height:1.45}.hb-deals{display:grid;gap:.9rem}.hb-deal{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:6.4rem;padding:1.1rem;border:.15rem solid var(--hb-border);border-radius:1.2rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.hb-deal:hover{transform:translateY(-.1rem);border-color:color-mix(in srgb,var(--hb-accent) 45%,transparent)}.hb-deal:has(input:focus-visible){outline:.2rem solid var(--hb-accent);outline-offset:.2rem}.hb-deal:has(input:checked){border-color:var(--hb-accent);background:var(--hb-accent-soft);box-shadow:0 0 0 .1rem var(--hb-accent)}.hb-deal input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hb-deal__radio{display:grid;width:2rem;height:2rem;place-items:center;border:.15rem solid rgba(var(--color-foreground),.35);border-radius:50%;background:rgb(var(--color-background))}.hb-deal__radio:after{width:1rem;height:1rem;border-radius:50%;background:var(--hb-accent);content:"";opacity:0;transform:scale(.5);transition:opacity .16s ease,transform .16s ease}.hb-deal:has(input:checked) .hb-deal__radio{border-color:var(--hb-accent)}.hb-deal:has(input:checked) .hb-deal__radio:after{opacity:1;transform:scale(1)}.hb-deal__name{display:block;font-size:1.45rem;font-weight:730;line-height:1.25}.hb-deal__note{display:block;margin-top:.25rem;color:rgba(var(--color-foreground),.68);font-size:1.2rem;line-height:1.35}.hb-deal__price{text-align:right}.hb-deal__total{display:block;font-size:1.35rem;font-weight:760;white-space:nowrap}.hb-deal__compare{display:block;color:rgba(var(--color-foreground),.55);font-size:1.1rem;text-decoration:line-through;white-space:nowrap}.hb-deal__badge{position:absolute;top:-.8rem;right:1rem;padding:.25rem .7rem;border-radius:999px;background:var(--hb-accent);color:rgb(var(--color-button-text));font-size:1rem;font-weight:750;letter-spacing:.02em;line-height:1.3}.hb-bundle__addons{display:grid;gap:.8rem;margin-top:1.4rem;padding-top:1.4rem;border-top:.1rem solid var(--hb-border)}.hb-bundle__addons-title{margin:0 0 .2rem;font-size:1.4rem;font-weight:740}.hb-addon{display:grid;grid-template-columns:auto 5.2rem minmax(0,1fr);align-items:center;gap:1rem;padding:.8rem;border:.1rem solid var(--hb-border);border-radius:1.1rem;background:rgba(var(--color-foreground),.02)}.hb-addon__check{width:1.8rem;height:1.8rem;margin:0;accent-color:var(--hb-accent)}.hb-addon__image{width:5.2rem;height:5.2rem;object-fit:cover;border-radius:.8rem;background:rgba(var(--color-foreground),.06)}.hb-addon__body{min-width:0}.hb-addon__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.hb-addon__title{overflow:hidden;font-size:1.3rem;font-weight:680;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.hb-addon__price{flex:0 0 auto;font-size:1.2rem;font-weight:680}.hb-addon__select{width:100%;min-height:3.4rem;margin-top:.5rem;padding:.55rem 2.8rem .55rem .8rem;border:.1rem solid var(--hb-border);border-radius:.7rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.15rem}.hb-bundle__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.3rem;font-size:1.35rem}.hb-bundle__summary-price{font-size:1.7rem;font-weight:780}.hb-bundle__button,.hb-cart-upsell__button{position:relative;display:inline-flex;width:100%;min-height:4.8rem;align-items:center;justify-content:center;gap:.8rem;margin-top:1.1rem;padding:1rem 1.6rem;border:0;border-radius:var(--buttons-radius, .8rem);background:var(--hb-accent);color:rgb(var(--color-button-text));cursor:pointer;font:inherit;font-size:1.45rem;font-weight:760;line-height:1.2}.hb-bundle__button[disabled],.hb-cart-upsell__button[disabled]{cursor:wait;opacity:.65}.hb-bundle__spinner{display:none;width:1.7rem;height:1.7rem;border:.2rem solid rgba(255,255,255,.45);border-top-color:rgb(var(--color-button-text));border-radius:50%;animation:hb-spin .7s linear infinite}.hb-bundle.is-loading .hb-bundle__spinner{display:inline-block}.hb-bundle__error{margin:.8rem 0 0;color:#b42318;font-size:1.2rem}.hb-bundle__fine-print{margin:.7rem 0 0;font-size:1.05rem;line-height:1.4;text-align:center}.hb-native-buy-hidden{display:none!important}.hb-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.2rem}.hb-trust-item{padding:1rem .7rem;border-radius:1rem;background:rgba(var(--color-foreground),.035);text-align:center}.hb-trust-item .hb-icon{width:2.6rem;height:2.6rem;margin-bottom:.5rem}.hb-trust-item strong,.hb-trust-item span{display:block}.hb-trust-item strong{font-size:1.18rem;line-height:1.25}.hb-trust-item span{margin-top:.25rem;color:rgba(var(--color-foreground),.65);font-size:1.05rem;line-height:1.35}.hb-payment-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem;margin:1.2rem 0 0;padding:1rem 0 0;border-top:.1rem solid var(--hb-border);list-style:none}.hb-payment-list svg{width:auto;height:2.2rem}.hb-urgency{overflow:hidden}.hb-urgency__row{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.hb-urgency__row+.hb-urgency__row{margin-top:1rem;padding-top:1rem;border-top:.1rem solid var(--hb-border)}.hb-urgency__copy{min-width:0;flex:1 1 auto}.hb-urgency__copy strong,.hb-urgency__copy span{display:block}.hb-urgency__copy strong{font-size:1.3rem}.hb-urgency__copy span{margin-top:.2rem;font-size:1.12rem}.hb-countdown{display:flex;width:100%;justify-content:flex-end;gap:.4rem;padding-left:3.3rem;font-variant-numeric:tabular-nums}.hb-countdown__unit{min-width:3.7rem;padding:.55rem .45rem;border-radius:.7rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.25rem;font-weight:760;text-align:center}.hb-stockbar{overflow:hidden;height:.55rem;margin-top:.7rem;border-radius:999px;background:rgba(var(--color-foreground),.12)}.hb-stockbar__fill{display:block;width:var(--hb-stock-percent, 35%);height:100%;border-radius:inherit;background:var(--hb-accent);transition:width .22s ease}.hb-timeline{margin-top:1.2rem}.hb-timeline__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.3rem}.hb-timeline__step{position:relative;min-width:0;padding-right:1rem;text-align:center}.hb-timeline__step:not(:last-child):after{position:absolute;top:1.25rem;left:calc(50% + 1.7rem);width:calc(100% - 3.4rem);border-top:.15rem dashed color-mix(in srgb,var(--hb-accent) 45%,transparent);content:""}.hb-timeline__dot{position:relative;z-index:1;display:grid;width:2.7rem;height:2.7rem;margin:0 auto .7rem;place-items:center;border-radius:50%;background:var(--hb-accent-soft);color:var(--hb-accent)}.hb-timeline__dot .hb-icon{width:1.7rem;height:1.7rem}.hb-timeline__step strong,.hb-timeline__step span{display:block}.hb-timeline__step strong{font-size:1.15rem;line-height:1.3}.hb-timeline__step span{margin-top:.3rem;color:rgba(var(--color-foreground),.65);font-size:1.02rem;line-height:1.35}.hb-sticky-atc{position:fixed;display:block;z-index:44;right:0;bottom:0;left:0;visibility:hidden;padding:.8rem max(1.4rem,env(safe-area-inset-right)) calc(.8rem + env(safe-area-inset-bottom)) max(1.4rem,env(safe-area-inset-left));border-top:.1rem solid rgba(0,0,0,.12);background:rgba(var(--color-background),.96);box-shadow:0 -.8rem 2.4rem #00000014;opacity:0;transform:translateY(105%);transition:visibility .22s ease,opacity .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.hb-sticky-atc.is-visible{visibility:visible;opacity:1;transform:translateY(0)}.hb-sticky-atc__inner{display:flex;max-width:var(--page-width);align-items:center;gap:1rem;margin:0 auto}.hb-sticky-atc__image{width:4.8rem;height:4.8rem;flex:0 0 auto;border-radius:.8rem;object-fit:cover}.hb-sticky-atc__meta{min-width:0;flex:1 1 auto}.hb-sticky-atc__title,.hb-sticky-atc__variant{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-sticky-atc__title{font-size:1.25rem;font-weight:720}.hb-sticky-atc__variant{margin-top:.15rem;color:rgba(var(--color-foreground),.65);font-size:1.05rem}.hb-sticky-atc__price{flex:0 0 auto;font-size:1.35rem;font-weight:740}.hb-sticky-atc__button{min-height:4.4rem;padding:.9rem 1.7rem;border:0;border-radius:var(--buttons-radius, .8rem);background:var(--hb-accent);color:rgb(var(--color-button-text));cursor:pointer;font:inherit;font-size:1.25rem;font-weight:750}.hb-cart-tools{--hb-accent: rgb(var(--color-secondary-button-text));display:block;padding:1.2rem 1.5rem 0}.hb-cart-progress{padding:1.1rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.1rem;background:rgba(var(--color-foreground),.025)}.hb-cart-progress__text{margin:0 0 .7rem;font-size:1.2rem;line-height:1.35;text-align:center}.hb-cart-progress__track{overflow:hidden;height:.8rem;border-radius:999px;background:rgba(var(--color-foreground),.12)}.hb-cart-progress__fill{display:block;width:var(--hb-progress, 0%);height:100%;border-radius:inherit;background:var(--hb-accent);transition:width .24s ease}.hb-cart-upsells{margin-top:1rem}.hb-cart-upsells__title{margin:0 0 .7rem;font-size:1.3rem;font-weight:730}.hb-cart-upsell{display:grid;grid-template-columns:4.8rem minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.75rem 0;border-top:.1rem solid rgba(var(--color-foreground),.1)}.hb-cart-upsell__image{width:4.8rem;height:4.8rem;border-radius:.7rem;object-fit:cover}.hb-cart-upsell__meta{min-width:0}.hb-cart-upsell__meta strong,.hb-cart-upsell__meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-cart-upsell__meta strong{font-size:1.15rem}.hb-cart-upsell__meta span,.hb-cart-upsell__select{font-size:1.05rem}.hb-cart-upsell__select{max-width:100%;margin-top:.3rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hb-cart-upsell__button{width:auto;min-height:3.4rem;margin:0;padding:.6rem 1rem;font-size:1.05rem}.hb-section{--hb-accent: rgb(var(--color-secondary-button-text));--hb-accent-soft: rgba(var(--color-secondary-button-text), .08);color:rgb(var(--color-foreground))}.hb-section__inner{padding-top:var(--hb-padding-top, 3.6rem);padding-bottom:var(--hb-padding-bottom, 3.6rem)}.hb-section__heading{max-width:72rem;margin:0 auto 2.4rem;text-align:center}.hb-section__heading h2{margin:0}.hb-section__heading p{margin:.8rem 0 0}.hb-icon-grid{display:grid;grid-template-columns:repeat(var(--hb-columns, 4),minmax(0,1fr));gap:1.2rem}.hb-icon-card{padding:1.8rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.4rem;background:rgb(var(--color-background));text-align:center}.hb-icon-card .hb-icon{width:3.6rem;height:3.6rem;margin-bottom:.9rem}.hb-icon-card h3{margin:0;font-size:1.55rem}.hb-icon-card p{margin:.55rem 0 0;font-size:1.25rem;line-height:1.5}.hb-comparison-wrap{overflow-x:auto;border:.1rem solid rgba(var(--color-foreground),.13);border-radius:1.6rem;background:rgb(var(--color-background))}.hb-comparison{width:100%;min-width:62rem;border-collapse:collapse}.hb-comparison th,.hb-comparison td{padding:1.4rem 1.6rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);text-align:center}.hb-comparison th:first-child,.hb-comparison td:first-child{width:42%;text-align:left}.hb-comparison thead th:nth-child(2),.hb-comparison tbody td:nth-child(2){background:var(--hb-accent-soft)}.hb-comparison thead th:nth-child(2){color:var(--hb-accent)}.hb-comparison tr:last-child td{border-bottom:0}.hb-comparison__yes{color:var(--hb-accent);font-weight:760}.hb-testimonials{display:grid;grid-template-columns:repeat(var(--hb-columns, 3),minmax(0,1fr));gap:1.4rem}.hb-testimonial{display:flex;min-height:100%;flex-direction:column;padding:1.8rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.4rem;background:rgb(var(--color-background))}.hb-testimonial__stars{color:rgb(var(--color-button));font-size:1.55rem;letter-spacing:.12em}.hb-testimonial blockquote{margin:1rem 0 1.4rem;font-size:1.35rem;line-height:1.55}.hb-testimonial__author{display:flex;align-items:center;gap:.8rem;margin-top:auto}.hb-testimonial__avatar{width:4.2rem;height:4.2rem;border-radius:50%;object-fit:cover}.hb-testimonial__author strong,.hb-testimonial__author span{display:block}.hb-testimonial__author span{color:var(--hb-accent);font-size:1.05rem;font-weight:650}.hb-before-after{position:relative;display:block;overflow:hidden;max-width:var(--hb-max-width, 90rem);aspect-ratio:var(--hb-aspect, 16 / 10);margin:0 auto;border-radius:1.8rem;background:rgba(var(--color-foreground),.06);-webkit-user-select:none;user-select:none}.hb-before-after img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hb-before-after__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(var(--color-foreground),.05)}.hb-before-after__after{clip-path:inset(0 0 0 var(--hb-position, 50%))}.hb-before-after__range{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;cursor:ew-resize;opacity:0}.hb-before-after__divider{position:absolute;z-index:2;top:0;bottom:0;left:var(--hb-position, 50%);width:.3rem;background:rgb(var(--color-background));box-shadow:0 0 .8rem #00000040;transform:translate(-50%)}.hb-before-after__handle{position:absolute;top:50%;left:50%;display:grid;width:4.4rem;height:4.4rem;place-items:center;border:.2rem solid #fff;border-radius:50%;background:var(--hb-accent);color:rgb(var(--color-button-text));font-size:1.7rem;font-weight:760;transform:translate(-50%,-50%)}.hb-before-after__label{position:absolute;z-index:2;top:1.2rem;padding:.45rem .8rem;border-radius:999px;background:#0000009e;color:rgb(var(--color-button-text));font-size:1.1rem;font-weight:700}.hb-before-after__label--before{left:1.2rem}.hb-before-after__label--after{right:1.2rem}.hb-marquee{overflow:hidden;padding:1.1rem 0;background:var(--hb-accent);color:rgb(var(--color-button-text))}.hb-marquee__track{display:flex;width:max-content;animation:hb-marquee var(--hb-speed, 28s) linear infinite}.hb-marquee:hover .hb-marquee__track{animation-play-state:paused}.hb-marquee__group{display:flex;align-items:center;flex-shrink:0}.hb-marquee__item{display:inline-flex;align-items:center;gap:.65rem;padding:0 2.3rem;font-size:1.25rem;font-weight:720;white-space:nowrap}.hb-marquee__item .hb-icon{color:inherit}@keyframes hb-spin{to{transform:rotate(360deg)}}@keyframes hb-marquee{to{transform:translate(-50%)}}@media screen and (max-width:749px){.hb-card{padding:1.3rem}.hb-deal{grid-template-columns:auto minmax(0,1fr)}.hb-deal__price{grid-column:2;text-align:left}.hb-deal__total,.hb-deal__compare{display:inline;margin-right:.5rem}.hb-trust-grid{grid-template-columns:1fr}.hb-trust-item{display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;text-align:left}.hb-trust-item .hb-icon{grid-row:span 2;margin:0}.hb-countdown__unit{min-width:3.3rem}.hb-timeline__step{padding-right:.4rem}.hb-timeline__step strong{font-size:1.05rem}.hb-timeline__step span{font-size:.92rem}.hb-sticky-atc__price{display:none}.hb-sticky-atc__image{width:4.2rem;height:4.2rem}.hb-sticky-atc__button{padding-inline:1.2rem}.hb-icon-grid,.hb-testimonials{grid-template-columns:1fr}.hb-before-after{border-radius:1.2rem}}@media(prefers-reduced-motion:reduce){.hb-deal,.hb-deal__radio:after,.hb-sticky-atc,.hb-cart-progress__fill,.hb-stockbar__fill{transition:none}.hb-marquee__track{animation-play-state:paused}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/hb-sales-booster.css.map */
