/* Review and editorial product stories. All slides share the stage's tallest height. */
.clarity-hero-product{margin:28px 0 40px;padding:clamp(20px,2.5vw,30px);border:1px solid #eadfe1;border-radius:26px;background:linear-gradient(120deg,#fbf5f3 0%,#f8f3f2 60%,#f5eff1 100%);color:#29242b}
.clarity-hero-product__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.clarity-hero-product__section-title{margin:0;color:#705d67;font-size:clamp(13px,1.2vw,17px);font-weight:750;letter-spacing:0;line-height:1.35}
.clarity-hero-product__controls{display:flex;align-items:center;gap:5px;flex:0 0 auto}
.clarity-hero-product__control{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #d9cdd3;border-radius:50%;background:#fff9;color:#322832;font-size:22px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.clarity-hero-product__control:hover{background:#fff;border-color:#77656d}
.clarity-hero-product__count{min-width:48px;text-align:center;color:#534750;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}
.clarity-hero-product__count-divider{padding:0 4px;color:#a0919a}
.clarity-hero-product__stage{display:grid;min-width:0;touch-action:pan-y}
.clarity-hero-product__slide{grid-area:1/1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.94fr);grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"story media" "product media";column-gap:clamp(24px,3.6vw,52px);min-width:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .35s ease}
.clarity-hero-product__slide.is-active{visibility:visible;opacity:1;pointer-events:auto}
.clarity-hero-product__story{grid-area:story;align-self:center;min-width:0;padding:8px 0 18px}
.clarity-hero-product__story-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-bottom:18px}
.clarity-hero-product__story-label{color:#805e6b;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.clarity-hero-product__review-score{color:#62464f;font-size:14px;font-weight:750;white-space:nowrap}
.clarity-hero-product__review-score span{color:#9b665b;font-size:18px}
.clarity-hero-product__quote{margin:0;padding:0;border:0}
.clarity-hero-product__quote p,.clarity-hero-product__editorial{max-width:620px;margin:0;color:#302830;font-size:clamp(26px,2.5vw,39px);font-weight:600;line-height:1.22;letter-spacing:-.025em;text-wrap:pretty}
.clarity-hero-product__quote footer,.clarity-hero-product__story-author{margin:24px 0 0;color:#6c5e66;font-size:14px;font-style:normal;font-weight:600;line-height:1.4}
.clarity-hero-product__quote footer{display:flex;align-items:center;flex-wrap:wrap;gap:4px 14px;background:none}
.clarity-hero-product__quote footer a{display:inline-flex;align-items:center;min-height:32px;color:#654b59;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.clarity-hero-product__media{grid-area:media;position:relative;display:block;min-width:0;height:clamp(360px,34vw,450px);overflow:hidden;border:1px solid #eee8e7;border-radius:20px;background:#fff}
.clarity-hero-product__media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.clarity-hero-product__media:hover img{transform:scale(1.025)}
.clarity-hero-product__sale-badge{position:absolute;top:14px;left:14px;z-index:1;display:inline-flex;align-items:center;min-height:26px;padding:3px 10px;border:1px solid #e7cbd2;border-radius:999px;background:#fbf0f2;color:#85364d;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}
.clarity-hero-product__product{grid-area:product;min-width:0;padding:16px 0 4px;border-top:1px solid #e4d8dc}
.clarity-hero-product__title{margin:0;color:#29242b;font-size:clamp(18px,1.65vw,23px);font-weight:750;line-height:1.25;letter-spacing:-.015em}
.clarity-hero-product__description{margin:4px 0 0;color:#6c5e66;font-size:14px;line-height:1.35}
.clarity-hero-product__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}
.clarity-hero-product__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px}
.clarity-hero-product__old-price{color:#80747b;font-size:15px;font-weight:600;text-decoration-thickness:1px}
.clarity-hero-product__price{color:#262129;font-size:24px;font-weight:800;line-height:1.2}
.clarity-hero-product__price.is-sale{color:#85364d}
.clarity-hero-product__cta{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:44px;padding:8px 3px;color:#383039;font-size:14px;font-weight:750;line-height:1.2;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;white-space:nowrap}
.clarity-hero-product__cta:hover{color:#85364d;text-decoration:underline}
.clarity-hero-product__dots{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:4px}
.clarity-hero-product__dot{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer}
.clarity-hero-product__dot span{display:block;width:9px;height:9px;border-radius:50%;background:#c9b9c1;transition:width .2s ease,background .2s ease,border-radius .2s ease}
.clarity-hero-product__dot.is-active span{width:22px;border-radius:9px;background:#6f5763}
.clarity-hero-product a:focus-visible,.clarity-hero-product button:focus-visible{outline:3px solid #6c346e;outline-offset:3px}
.clarity-hero-product__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:991px){.clarity-hero-product__slide{grid-template-columns:minmax(0,1fr) minmax(0,.84fr);column-gap:22px}.clarity-hero-product__quote p,.clarity-hero-product__editorial{font-size:clamp(23px,2.8vw,30px)}}
@media(max-width:767px){
 .clarity-hero-product{margin:24px 0 32px;padding:16px;border-radius:22px}
 .clarity-hero-product__header{gap:6px;margin-bottom:11px}
 .clarity-hero-product__section-title{min-width:0;font-size:12px;letter-spacing:0}
 .clarity-hero-product__controls{gap:2px}
 .clarity-hero-product__control{width:44px;height:44px;font-size:20px}
 .clarity-hero-product__count{min-width:40px;font-size:11px}
 .clarity-hero-product__slide{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"story" "media" "product";row-gap:0}
 .clarity-hero-product__story{align-self:start;min-height:154px;padding:0 2px 14px}
 .clarity-hero-product__story-meta{gap:5px 12px;margin-bottom:9px}
 .clarity-hero-product__story-label{font-size:11px;letter-spacing:.08em}
 .clarity-hero-product__review-score{font-size:12px}
 .clarity-hero-product__review-score span{font-size:15px}
 .clarity-hero-product__quote p,.clarity-hero-product__editorial{font-size:clamp(18px,5vw,22px);line-height:1.25;letter-spacing:-.018em}
 .clarity-hero-product__quote footer,.clarity-hero-product__story-author{margin-top:5px;font-size:12px}
 .clarity-hero-product__media{width:100%;height:clamp(295px,92vw,365px);border-radius:17px}
 .clarity-hero-product__slide[data-hero-product-id="2367"] .clarity-hero-product__media img{transform:scale(1.2)}
 .clarity-hero-product__slide[data-hero-product-id="2367"] .clarity-hero-product__media:hover img{transform:scale(1.2)}
 .clarity-hero-product__sale-badge{top:12px;left:12px;min-height:24px;padding:3px 9px;font-size:12px}
 .clarity-hero-product__product{padding:11px 2px 0;border:0}
 .clarity-hero-product__title{font-size:17px;line-height:1.22}
 .clarity-hero-product__description{margin-top:3px;font-size:12px}
 .clarity-hero-product__bottom{justify-content:flex-start;gap:0;margin-top:4px}
 .clarity-hero-product__old-price{font-size:13px}
 .clarity-hero-product__price{font-size:21px}
 .clarity-hero-product__cta{min-width:88px;min-height:44px;font-size:13px}
 .clarity-hero-product__dots{display:none}
}
@media(max-width:360px){.clarity-hero-product{padding:14px}.clarity-hero-product__quote p,.clarity-hero-product__editorial{font-size:18px}.clarity-hero-product__story{min-height:165px}}
@media(prefers-reduced-motion:reduce){.clarity-hero-product__slide,.clarity-hero-product__media img,.clarity-hero-product__control,.clarity-hero-product__dot span{transition:none}}
