.hero-stories{position:relative;z-index:0;isolation:isolate;background:var(--hs-cream);--hs-gutter: 20px}.hero-stories__wrap{display:block}.hero-stories__stories{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:linear-gradient(160deg,#3a3226,#1c1712);touch-action:pan-y;user-select:none;-webkit-user-select:none}.hero-stories__slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero-stories__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .45s cubic-bezier(.4,0,.2,1)}.hero-stories__slide.is-active{opacity:1;pointer-events:auto}.hero-stories__slide>img,.hero-stories__slide>video{width:100%;height:100%;object-fit:cover;display:block}@keyframes hs-slide-zoom{0%{transform:scale(1)}to{transform:scale(var(--zoom-scale, 1.08))}}.hero-stories__slide--zoom>img{transform-origin:center}.hero-stories__slide--zoom.is-active>img{animation:hs-slide-zoom linear both;animation-duration:var(--dur, 5s)}@media(prefers-reduced-motion:reduce){.hero-stories__slide--zoom.is-active>img{animation:none}}.hero-stories__slide .placeholder-svg{width:100%;height:100%}.hero-stories__stories:before,.hero-stories__stories:after{content:"";position:absolute;left:0;right:0;z-index:2;pointer-events:none}.hero-stories__stories:before{top:0;height:120px;background:linear-gradient(to bottom,rgba(28,23,18,.55),transparent)}.hero-stories__stories:after{bottom:0;height:180px;background:linear-gradient(to top,rgba(28,23,18,.62),transparent)}.hero-stories__progress{position:absolute;top:12px;left:12px;right:12px;z-index:4;display:flex;gap:4px}.hero-stories__progress-bar{flex:1;height:2.5px;border-radius:999px;background:#ffffff52;overflow:hidden}.hero-stories__progress-fill{display:block;height:100%;width:100%;background:#fff;transform:scaleX(0);transform-origin:left}.hero-stories__progress-bar.is-done .hero-stories__progress-fill{transform:scaleX(1)}.hero-stories__progress-bar.is-running .hero-stories__progress-fill{animation:hero-stories-fill linear forwards;animation-duration:var(--dur, 5s)}@keyframes hero-stories-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-stories__pause{position:absolute;top:28px;right:12px;z-index:5;width:34px;height:34px;border-radius:50%;border:0;background:#2d2a266b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.hero-stories__pause .ico-play{display:none}.hero-stories__stories.is-paused .hero-stories__pause .ico-play{display:block}.hero-stories__stories.is-paused .hero-stories__pause .ico-pause{display:none}.hero-stories__tap{position:absolute;top:0;bottom:0;z-index:3;width:32%;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.hero-stories__tap--prev{left:0}.hero-stories__tap--next{right:0}.hero-stories__pill{position:absolute;left:12px;right:12px;bottom:14px;z-index:5;display:flex;align-items:center;gap:10px;padding:7px 7px 7px 8px;background:#f9f7f4d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;text-decoration:none;box-shadow:0 4px 12px #2d2a261f;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.hero-stories__pill:hover{transform:translateY(-2px) scale(1.015);background:#f9f7f4f5;box-shadow:0 8px 22px #2d2a2633}.hero-stories__pill:hover .hero-stories__pill-cta{filter:brightness(.85)}}.hero-stories__pill-thumb{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none;background:#e8dcc8}.hero-stories__pill-txt{flex:1;min-width:0}.hero-stories__pill-name{font-family:var(--hs-font-body);font-size:12.5px;line-height:1.25;font-weight:500;color:var(--hs-heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.hero-stories__pill-meta{font-family:var(--hs-font-accent);font-size:10.5px;color:var(--hs-price);margin-top:2px;display:block}.hero-stories__pill-cta{font-family:var(--hs-font-accent);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;background:var(--hs-dark);color:var(--hs-dark-text);padding:9px 15px;border-radius:999px;flex:none}.hero-stories__intro{padding:24px var(--hs-gutter) 0}.hero-stories__meta{display:flex;flex-direction:column;gap:12px;margin:0 0 18px}.hero-stories__eyebrow{font-family:var(--hs-font-accent);font-size:var(--hs-eyebrow-size, 11px);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--hs-lead);margin:0}.hero-stories__judge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1.5px dashed rgba(45,42,38,.16);border-radius:999px;font-family:var(--hs-font-accent);font-size:var(--hs-judge-size, 11px);letter-spacing:.04em;color:#9b968f}.hero-stories__app-block{flex-shrink:0;min-width:160px;transform:scale(1.3);transform-origin:right center}@media(max-width:899px){.hero-stories__app-block{transform-origin:center}}.hero-stories__heading{font-family:var(--hs-font-display);font-size:clamp(30px,8.6vw,38px);line-height:1.06;letter-spacing:-.01em;font-weight:500;margin:0 0 14px;color:var(--hs-heading)}.hero-stories__heading em{font-style:italic;color:inherit}.hero-stories__lead{font-family:var(--hs-font-body);font-size:14.5px;font-weight:300;line-height:1.7;color:var(--hs-lead);margin:0 0 22px;max-width:34em}.hero-stories__lead p{margin:0 0 .6em}.hero-stories__lead p:last-child{margin-bottom:0}.hero-stories__cta{display:flex;flex-direction:column;gap:10px;padding:0 var(--hs-gutter)}.hero-stories__btn{font-family:var(--hs-font-accent);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:16px 26px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;transition:background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}.hero-stories__btn--dark{background:var(--hs-dark);color:var(--hs-dark-text);border:1.5px solid var(--hs-dark)}.hero-stories__btn--ghost{background:transparent;color:var(--hs-ghost-border);border:1.5px solid var(--hs-ghost-border)}@media(hover:hover){.hero-stories__btn--dark:hover{background-color:transparent;border-color:var(--hs-ghost-border);color:var(--hs-ghost-border)}.hero-stories__btn--ghost:hover{background-color:var(--hs-dark);border-color:var(--hs-dark);color:var(--hs-dark-text)}}.hero-stories__btn:focus-visible{outline:2px solid var(--hs-accent);outline-offset:3px}.hero-stories__reviews{margin:26px 0 0;padding:0 var(--hs-gutter);display:flex;align-items:center;gap:12px}.hero-stories__rv-arrow{display:none;width:36px;height:36px;border-radius:50%;border:0;flex:none;background:#fff;box-shadow:0 4px 12px #2d2a261f;color:var(--hs-heading);align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.hero-stories__rv-arrow:hover{background:var(--hs-dark);color:var(--hs-dark-text)}.hero-stories__rv-view{flex:1;min-width:0;overflow:hidden;padding:14px 0;margin:-14px 0;touch-action:pan-y}.hero-stories__rv-track{display:flex;align-items:stretch;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.hero-stories__rv-card{flex:0 0 100%;min-width:0;max-width:100%;overflow:hidden;background:var(--hs-card-bg);border:1px solid rgba(45,42,38,.12);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:14px}.hero-stories__rv-body{display:flex;gap:14px;align-items:center;min-width:0}.hero-stories__rv-body>div{min-width:0}.hero-stories__rv-ava-link{flex:none;display:block}.hero-stories__rv-ava{width:44px;height:44px;border-radius:10px;flex:none;background:#e8dcc8;object-fit:cover;display:block}.hero-stories__rv-name{display:flex;align-items:center;gap:6px;font-family:var(--hs-font-body);font-size:16px;font-weight:600;margin-bottom:4px;color:var(--hs-heading)}.hero-stories__rv-verified{flex:none;color:var(--hs-accent)}.hero-stories__stars{color:var(--hs-accent);font-size:17px;letter-spacing:2px;margin-bottom:8px}.hero-stories__rv-txt{font-family:var(--hs-font-body);font-size:15px;line-height:1.55;color:var(--hs-lead)}.hero-stories__rv-product{display:flex;align-items:baseline;gap:6px;min-width:0;margin-top:2px;margin-left:58px;text-decoration:none}.hero-stories__rv-product-name{font-family:var(--hs-font-accent);font-size:11.5px;font-weight:500;color:#9b968f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.hero-stories__rv-product-sep{flex:none;font-size:11.5px;color:#2d2a2640}.hero-stories__rv-product-price{font-family:var(--hs-font-accent);font-size:11.5px;font-weight:600;color:var(--hs-price);flex:none}.hero-stories__rv-dots{display:flex;gap:7px;justify-content:center;padding:14px 0 40px}.hero-stories__rv-dot{width:6px;height:6px;border-radius:50%;border:0;padding:0;background:#2d2a2629;cursor:pointer;transition:background .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1)}.hero-stories__rv-dot.is-active{background:var(--hs-review-indicator);width:18px;border-radius:999px}@media(max-width:899px){.hero-stories__wrap{display:flex;flex-direction:column}.hero-stories__content,.hero-stories__intro{display:contents}.hero-stories__stories{order:1}.hero-stories__heading{order:2;padding:22px var(--hs-gutter) 0;margin:0}.hero-stories__lead{order:3;padding:0 var(--hs-gutter);margin:10px 0 0}.hero-stories__cta{order:4}.hero-stories__reviews{order:5}.hero-stories__rv-dots{order:6}.hero-stories__meta{order:7}.hero-stories__cta{flex-direction:row;gap:10px;margin:18px 0 0;padding:0 var(--hs-gutter)}.hero-stories__btn{flex:1;min-width:0;padding:14px 10px;font-size:10.5px;letter-spacing:.1em;white-space:nowrap;overflow:hidden}.hero-stories__btn-label{overflow:hidden;text-overflow:ellipsis}.hero-stories__btn-arrow{display:none}.hero-stories__reviews{margin:22px 0 0}.hero-stories__rv-view{padding:0;margin:0}.hero-stories__rv-card{background:transparent;border:none;border-radius:0;padding:0;gap:12px}.hero-stories__rv-body{gap:12px;align-items:center}.hero-stories__rv-ava{width:38px;height:38px}.hero-stories__rv-product{margin-left:50px}.hero-stories__rv-body>div{display:flex;flex-direction:column;min-width:0}.hero-stories__rv-name{order:1;margin:0 0 4px;font-size:15px}.hero-stories__stars{order:2;margin:0 0 6px;font-size:16px}.hero-stories__rv-txt{order:3;font-size:14.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-stories__rv-dots{padding:14px 0 0}.hero-stories__meta{margin:22px 0 0;padding:18px var(--hs-gutter) 36px;border-top:1px solid rgba(45,42,38,.1);align-items:center;text-align:center}.hero-stories__eyebrow{justify-content:center}.hero-stories__judge,.hero-stories__app-block{align-self:center}}@media(min-width:900px){.hero-stories{padding-left:40px;padding-right:40px}.hero-stories__wrap{max-width:1280px;margin:0 auto;padding:56px 0;display:grid;grid-template-columns:minmax(320px,400px) 1fr;gap:64px;align-items:center}.hero-stories__stories{aspect-ratio:3 / 4;border-radius:16px;box-shadow:0 2px 12px #2d2a260f}.hero-stories__content{min-width:0}.hero-stories__intro{padding:0}.hero-stories__meta{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;min-width:0}.hero-stories__heading{font-size:clamp(44px,4.4vw,64px);margin-bottom:20px}.hero-stories__lead{font-size:17px;margin-bottom:32px}.hero-stories__cta{flex-direction:row;padding:0}.hero-stories__btn{justify-content:center}.hero-stories__reviews{margin:36px 0 0;padding:0}.hero-stories__rv-arrow{display:flex}.hero-stories__rv-dots{justify-content:center;padding:16px 0 0;margin:0}}@media(prefers-reduced-motion:reduce){.hero-stories__slide,.hero-stories__rv-track{transition:none}.hero-stories__progress-bar.is-running .hero-stories__progress-fill{animation:none;transform:scaleX(1)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hero-stories.css.map */
