.customer-reviews__head{max-width:72rem;margin:0 auto 5rem;text-align:center}.customer-reviews__kicker{font-family:var(--font-heading-family);font-weight:700;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;color:var(--cr-accent)}.customer-reviews__heading{font-family:var(--font-heading-family);font-weight:900;font-size:clamp(3rem,3.8vw,4.8rem);letter-spacing:-.02em;line-height:1.02;margin:1.4rem 0 0;color:rgb(var(--color-foreground))}.customer-reviews__summary{display:grid;grid-template-columns:1fr 1.3fr;gap:4.6rem;align-items:center;margin-bottom:4.6rem}.customer-reviews__score{text-align:center}.customer-reviews__score-value{font-family:var(--font-heading-family);font-weight:900;font-size:7.2rem;line-height:.9;color:rgb(var(--color-foreground))}.customer-reviews__stars{color:var(--cr-star);letter-spacing:.1rem}.customer-reviews__score .customer-reviews__stars{font-size:2.2rem;margin:.6rem 0}.customer-reviews__score small{color:rgba(var(--color-foreground),.65)}.customer-reviews__dist{display:flex;flex-direction:column;gap:.8rem}.customer-reviews__dist-row{display:flex;align-items:center;gap:1.2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.65);width:100%;appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:.3rem 0;text-align:left;font-family:inherit;cursor:default;border-radius:.6rem;transition:color .15s ease}.customer-reviews__dist-row:not([disabled]){cursor:pointer}.customer-reviews__dist-row:not([disabled]):hover{color:rgb(var(--color-foreground))}.customer-reviews__dist-row:not([disabled]):hover .customer-reviews__bar{border-color:var(--cr-star)}.customer-reviews__dist-row:focus-visible{outline:.2rem solid var(--cr-accent);outline-offset:.3rem}.customer-reviews__dist-row[aria-pressed=true]{color:rgb(var(--color-foreground))}.customer-reviews__dist-row[aria-pressed=true] .customer-reviews__bar{border-color:var(--cr-accent)}.customer-reviews__dist-row[aria-pressed=true] .customer-reviews__bar-fill{background:var(--cr-accent)}.customer-reviews__filterbar{display:flex;align-items:center;gap:1.4rem;margin:0 0 2.4rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.customer-reviews__filterbar[hidden]{display:none}.customer-reviews__clear{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;font:inherit;font-weight:700;color:var(--cr-accent);text-decoration:underline;text-underline-offset:.2rem;cursor:pointer}.customer-reviews__clear:focus-visible{outline:.2rem solid var(--cr-accent);outline-offset:.3rem}.customer-reviews__dist-row>span:first-child{flex:0 0 3.4rem}.customer-reviews__dist-row>span:last-child{flex:0 0 3.4rem;text-align:right}.customer-reviews__bar{flex:1;height:.9rem;background:rgba(var(--color-foreground),.08);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.6rem;overflow:hidden}.customer-reviews__bar-fill{display:block;height:100%;background:var(--cr-star)}.customer-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.customer-reviews__grid--2{grid-template-columns:repeat(2,1fr)}.customer-reviews__grid--4{grid-template-columns:repeat(4,1fr)}.customer-reviews__card{background:var(--cr-card);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.4rem;overflow:hidden;display:flex;flex-direction:column}.customer-reviews__image{aspect-ratio:5 / 4;background:rgba(var(--color-foreground),.06);overflow:hidden}.customer-reviews__image img{width:100%;height:100%;object-fit:cover;object-position:center 14%}.customer-reviews__body{padding:2rem}.customer-reviews__body .customer-reviews__stars{font-size:1.4rem}.customer-reviews__card-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.7rem;margin:.9rem 0 .7rem;color:rgb(var(--color-foreground))}.customer-reviews__card-text{font-size:1.4rem;color:rgba(var(--color-foreground),.65);margin:0;text-wrap:pretty}.customer-reviews__who{margin-top:1.4rem;font-size:1.25rem;color:rgba(var(--color-foreground),.65);display:flex;justify-content:space-between;align-items:center;gap:1rem}.customer-reviews__who strong{color:rgb(var(--color-foreground))}.customer-reviews__verified{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-button));font-weight:700;font-size:1.1rem;padding:.3rem .8rem;border-radius:.6rem;white-space:nowrap}@media screen and (max-width:989px){.customer-reviews__summary{grid-template-columns:1fr;gap:2.6rem}.customer-reviews__grid,.customer-reviews__grid--4{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.customer-reviews__head{margin:0 0 2.2rem;text-align:left}.customer-reviews__heading{font-size:2.4rem}.customer-reviews__summary{grid-template-columns:auto 1fr;gap:1.8rem;align-items:center;background:var(--cr-card);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.6rem;padding:1.8rem;margin-bottom:1.6rem}.customer-reviews__score-value{font-size:4.6rem}.customer-reviews__score .customer-reviews__stars{font-size:1.6rem;margin:.3rem 0}.customer-reviews__score small{font-size:1.2rem}.customer-reviews__dist{gap:.6rem}.customer-reviews__dist-row{font-size:1.1rem;gap:.8rem}.customer-reviews__dist-row>span:first-child{flex:0 0 2.6rem}.customer-reviews__dist-row>span:last-child{display:none}.customer-reviews__bar{height:.7rem}.customer-reviews__grid,.customer-reviews__grid--2,.customer-reviews__grid--4{position:relative;display:flex;gap:1.3rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -1.5rem;padding:.2rem 1.5rem .4rem}.customer-reviews__grid::-webkit-scrollbar{display:none}.customer-reviews__card{flex:0 0 84%;scroll-snap-align:center}.customer-reviews__image{aspect-ratio:16 / 10}.customer-reviews__body{padding:1.6rem}.customer-reviews__body .customer-reviews__stars{font-size:1.3rem}.customer-reviews__card-title{font-size:1.55rem;margin:.7rem 0 .6rem}.customer-reviews__card-text{font-size:1.3rem}.customer-reviews__who{margin-top:1.2rem;font-size:1.15rem}}.customer-reviews{scroll-margin-top:10rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-customer-reviews.css.map */
