.brand-hero{background-color:var(--hero-bg, transparent);font-family:var(--brand-font-body);color:var(--brand-fg);display:flex;flex-direction:column;width:100%}.brand-hero__inner{flex:1 1 auto;display:flex;flex-direction:column;width:100%;max-width:var(--brand-container);margin-inline:auto;padding-inline:var(--brand-container-px);padding-block:0;gap:var(--brand-space-4)}.brand-hero__media{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:0}.brand-hero__media-frame{position:relative;width:100%;max-width:var(--hero-image-max-mobile, 420px);margin-inline:auto;background-color:var(--hero-image-bg, transparent);border-radius:var(--brand-radius-lg);overflow:hidden}.brand-hero__image{display:block;width:100%;height:auto}.brand-hero__overlay-badge{position:absolute;z-index:2;width:clamp(7rem,18%,14rem);pointer-events:none}.brand-hero__overlay-badge--top-left{top:var(--brand-space-4);left:var(--brand-space-4)}.brand-hero__overlay-badge--top-right{top:var(--brand-space-4);right:var(--brand-space-4)}.brand-hero__overlay-badge--bottom-left{bottom:var(--brand-space-4);left:var(--brand-space-4)}.brand-hero__overlay-badge--bottom-right{bottom:var(--brand-space-4);right:var(--brand-space-4)}.brand-hero__overlay-badge .ui-image{width:100%;height:auto;display:block}.brand-hero__caption{position:absolute;left:var(--brand-space-4);right:var(--brand-space-4);bottom:var(--brand-space-4);display:flex;align-items:center;gap:var(--brand-space-2);padding:var(--brand-space-3) var(--brand-space-4);background-color:var(--brand-bg);border-radius:var(--brand-radius-lg);font-size:var(--brand-fs-14);color:var(--brand-fg-muted);box-shadow:var(--brand-shadow-md);z-index:1}.brand-hero__caption-icon{width:2rem;height:2rem;flex-shrink:0}.brand-hero__content-wrap{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:0}.brand-hero__content{--hero-content-gap: var(--brand-space-3);width:100%;max-width:56rem;display:flex;flex-direction:column;gap:var(--hero-content-gap)}.brand-hero__trust{display:flex;align-items:center;gap:var(--brand-space-3)}.brand-hero__trust-avatars{display:flex;flex-shrink:0}.brand-hero__avatar{width:3.6rem;height:3.6rem;border-radius:50%;border:2px solid var(--brand-bg);object-fit:cover;margin-left:-.8rem}.brand-hero__avatar:first-child{margin-left:0}.brand-hero__trust-info{display:flex;flex-direction:column;gap:.2rem}.brand-hero__trust-stars{display:inline-flex;align-items:center;gap:.3rem;color:var(--brand-orange-500)}.brand-hero__trust-stars .ui-icon{width:1.6rem;height:1.6rem}.brand-hero__trust-star[data-empty=true] .ui-icon{opacity:.3}.brand-hero__trust-text{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--brand-space-1) var(--brand-space-2);font-size:var(--brand-fs-14);color:var(--brand-fg);line-height:1.4}.brand-hero__trust-rating{font-weight:var(--brand-fw-bold)}.brand-hero__trust-desc{color:var(--brand-fg-muted)}.brand-hero__heading{font-family:var(--brand-font-display);font-size:clamp(2.8rem,9.3vw,var(--brand-fs-display-2));font-weight:var(--brand-fw-bold);line-height:var(--brand-lh-tight);letter-spacing:var(--brand-ls-tight);margin:0}.brand-hero__heading--align-center{text-align:center}.brand-hero__heading-line{display:block}.brand-hero__feature{display:flex;align-items:center;gap:var(--brand-space-3);font-size:var(--brand-fs-16);font-weight:var(--brand-fw-regular);color:var(--brand-fg);line-height:1.4}.brand-hero__feature-text strong,.brand-hero__feature-text b{font-weight:var(--brand-fw-bold)}.brand-hero__feature-icon{width:2.4rem;height:2.4rem;flex-shrink:0;object-fit:contain}.brand-hero__subhead{margin:var(--brand-space-2) 0 0;font-size:var(--brand-fs-16);line-height:1.5;color:var(--brand-fg)}.brand-hero__subhead--regular{font-weight:var(--brand-fw-regular)}.brand-hero__subhead--medium{font-weight:var(--brand-fw-medium)}.brand-hero__subhead--semibold{font-weight:var(--brand-fw-semibold)}.brand-hero__subhead--bold{font-weight:var(--brand-fw-bold)}.brand-hero__pill-badge{align-self:center;display:inline-flex;align-items:center;padding:.6rem 1.6rem;border-radius:var(--brand-radius-pill);font-family:var(--brand-font-body);font-size:var(--brand-fs-12);font-weight:var(--brand-fw-bold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;margin-bottom:calc((var(--hero-content-gap) + 1.5rem) * -1);position:relative;z-index:2;box-shadow:var(--brand-shadow-sm)}.brand-hero__cta,.brand-hero__cta .ui-btn{width:100%}.brand-hero__note{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--brand-space-2);font-size:var(--brand-fs-14);color:var(--brand-fg);text-align:center;margin-top:calc(var(--hero-content-gap) * -1 + .6rem);align-self:stretch}.brand-hero__note-icon{width:1.6rem;height:1.6rem;flex-shrink:0}.brand-hero__note-text{display:inline-block}.brand-hero__note-link{color:var(--brand-link);text-decoration:underline;font-weight:var(--brand-fw-semibold)}.brand-hero__note-link:hover{color:var(--brand-link-hover)}.brand-hero__note-link--static{color:inherit;text-decoration:none}@media(max-width:389.98px){.brand-hero__trust{gap:var(--brand-space-2)}.brand-hero__avatar{width:3rem;height:3rem;margin-left:-.7rem}.brand-hero__trust-stars .ui-icon{width:1.4rem;height:1.4rem}.brand-hero__trust-text{flex-wrap:nowrap;gap:var(--brand-space-2);font-size:clamp(.95rem,3.1vw,1.4rem)}.brand-hero__trust-rating,.brand-hero__trust-desc{white-space:nowrap}}@media(min-width:990px){.brand-hero__inner{flex-direction:row;gap:var(--brand-space-8);padding-block:var(--brand-space-8)}.brand-hero--image-right .brand-hero__inner{flex-direction:row-reverse}.brand-hero__media,.brand-hero__content-wrap{flex:1 1 50%;max-width:50%}.brand-hero__media-frame{max-width:var(--hero-image-max, 600px)}.brand-hero__content{--hero-content-gap: var(--brand-space-5)}.brand-hero__heading{font-size:clamp(3.6rem,2vw + 2rem,5rem)}.brand-hero__note{align-self:stretch}.brand-hero__reviews{--review-slide-w: min(80rem, 64vw);margin-top:var(--brand-space-6);padding-block:var(--brand-space-8)}.brand-hero__review{padding:var(--brand-space-6) var(--brand-space-8)}}.brand-hero__reviews{--review-slide-w: min(46rem, calc(100vw - 4rem) );--review-gap: var(--brand-space-4);width:100%;margin-top:var(--brand-space-4);padding-block:var(--brand-space-6);overflow:hidden}.brand-hero__reviews-track{display:flex;gap:var(--review-gap);padding-block:var(--brand-space-3);transition:transform .45s ease;will-change:transform;touch-action:pan-y;-webkit-user-select:none;user-select:none}.brand-hero__review{flex:0 0 var(--review-slide-w);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--brand-space-2);padding:var(--brand-space-5);background-color:var(--review-card-bg, var(--brand-bg));border-top:1px solid var(--review-border-color, var(--brand-border));border-bottom:1px solid var(--review-border-color, var(--brand-border));border-left:var(--review-border-l, 2px) solid var(--review-border-color, var(--brand-border));border-right:var(--review-border-r, 6px) solid var(--review-border-color, var(--brand-border));border-radius:var(--brand-radius-xl);box-shadow:var(--brand-shadow-md);opacity:.45;transition:opacity .3s ease}.brand-hero__review.is-active{opacity:1}.brand-hero__review-title{margin:0;font-family:var(--brand-font-display);font-size:var(--brand-fs-16);font-weight:var(--brand-fw-bold);line-height:1.3}.brand-hero__review-quote{font-size:var(--brand-fs-14);line-height:1.6;color:var(--brand-fg)}.brand-hero__review-quote p{margin:0}.brand-hero__review-quote strong,.brand-hero__review-quote b{font-weight:var(--brand-fw-bold)}.brand-hero__review-author{display:flex;align-items:center;justify-content:center;gap:var(--brand-space-3);margin-top:var(--brand-space-1)}.brand-hero__review-meta{align-items:flex-start;text-align:left}.brand-hero__review-avatar{width:4.4rem;height:4.4rem;border-radius:50%;object-fit:cover;flex-shrink:0}.brand-hero__review-meta{display:flex;flex-direction:column;gap:.2rem}.brand-hero__review-stars{display:inline-flex;align-items:center;gap:.2rem}.brand-hero__review-stars .ui-icon{width:1.6rem;height:1.6rem}.brand-hero__review-star[data-empty=true] .ui-icon{opacity:.25}.brand-hero__review-name{font-size:var(--brand-fs-14);font-weight:var(--brand-fw-bold);color:var(--brand-fg)}.brand-hero__reviews-nav{display:flex;align-items:center;justify-content:center;gap:var(--brand-space-4);margin-top:var(--brand-space-4)}.brand-hero__reviews-arrow{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:none;border-radius:50%;background-color:transparent;color:var(--brand-fg);cursor:pointer;transition:color .15s ease,background-color .15s ease}.brand-hero__reviews-arrow:hover{color:var(--brand-fg-muted);background-color:var(--brand-border)}.brand-hero__reviews-arrow .ui-icon{width:2rem;height:2rem}.brand-hero__reviews-dots{display:inline-flex;align-items:center;gap:var(--brand-space-2)}.brand-hero__reviews-dot{width:1rem;height:1rem;padding:0;border:none;border-radius:50%;background-color:var(--brand-border-strong);opacity:.5;cursor:pointer;transition:opacity .15s ease,background-color .15s ease}.brand-hero__reviews-dot.is-active{opacity:1;background-color:var(--brand-fg)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-hero.css.map */
