.customer-reviews__container{text-align:center}.customer-reviews__header{margin-bottom:3.2rem}.customer-reviews__heading{font-family:var(--font-heading-family);font-size:2.6rem;letter-spacing:.02em;margin:0 0 .8rem;color:rgb(var(--color-foreground));scroll-margin-top:10rem}.customer-reviews__summary{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap}.customer-reviews__summary-stars{display:inline-flex;align-items:center}.customer-reviews__summary-text{font-family:var(--font-body-family);font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.customer-reviews__rating{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.customer-reviews__stars{display:inline-flex;align-items:center}.customer-reviews__rating-text{font-family:var(--font-body-family);font-size:1.3rem;line-height:1;color:rgba(var(--color-foreground),.7)}.customer-reviews--list .customer-reviews__list{display:flex;flex-direction:column;max-width:78rem;margin:0 auto;text-align:left}.customer-reviews--list .customer-reviews__item{display:flex;gap:2rem;padding:2.8rem 0;border-top:.1rem solid rgba(var(--color-foreground),.08)}.customer-reviews--list .customer-reviews__item:last-child{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.customer-reviews--list .customer-reviews__photo{flex-shrink:0;width:9rem;height:9rem;border-radius:.6rem;overflow:hidden}.customer-reviews--list .customer-reviews__photo img{width:100%;height:100%;object-fit:cover;display:block}.customer-reviews__item-top{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}.customer-reviews__author{font-family:var(--font-body-family);font-weight:600;font-size:1.5rem;color:rgb(var(--color-foreground))}.customer-reviews__date{font-family:var(--font-body-family);font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.customer-reviews__title{font-family:var(--font-heading-family);font-size:1.7rem;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.customer-reviews__text{font-family:var(--font-body-family);font-size:1.5rem;line-height:1.6;margin:0;color:rgba(var(--color-foreground),.85)}.customer-reviews--grid .customer-reviews__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:left}.customer-reviews--grid .customer-reviews__item{background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.08);border-radius:.6rem;padding:2.4rem 2.2rem;display:flex;flex-direction:column;gap:.4rem;transition:box-shadow .2s ease,transform .2s ease}.customer-reviews--grid .customer-reviews__item:hover{box-shadow:0 .6rem 1.8rem #12121214;transform:translateY(-.2rem)}.customer-reviews--grid .customer-reviews__photo{width:100%;aspect-ratio:4 / 3;border-radius:.4rem;overflow:hidden;margin-bottom:1.2rem}.customer-reviews--grid .customer-reviews__photo img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:989px){.customer-reviews--grid .customer-reviews__list{grid-template-columns:repeat(2,1fr)}}.customer-reviews__photo{cursor:zoom-in}.customer-reviews__photo img{transition:transform .2s ease}.customer-reviews__photo:hover img{transform:scale(1.03)}.customer-reviews--carousel .customer-reviews__photo{width:100%;aspect-ratio:4 / 3;max-height:20rem;border-radius:.6rem;overflow:hidden;margin-top:1.2rem}.customer-reviews--carousel .customer-reviews__photo img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:749px){.customer-reviews--carousel .customer-reviews__photo{max-height:13rem}}.customer-reviews__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;background:#121212d9;padding:4rem 2rem;cursor:zoom-out}.customer-reviews__lightbox.is-open{display:flex}.customer-reviews__lightbox img{max-width:min(90vw,60rem);max-height:85vh;width:auto;height:auto;border-radius:.6rem;box-shadow:0 1rem 4rem #0006}.customer-reviews__lightbox-close{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.customer-reviews__lightbox-close:hover{background:#ffffff4d}.customer-reviews__carousel-viewport{overflow:hidden;cursor:grab;touch-action:pan-y;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.customer-reviews__carousel-viewport:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.4);outline-offset:.2rem}.customer-reviews__carousel-viewport.is-dragging{cursor:grabbing}.customer-reviews__track{display:flex;gap:2rem;width:max-content;will-change:transform}.customer-reviews__carousel-viewport.is-dragging .customer-reviews__track{transition:none}.customer-reviews__track *{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.customer-reviews--carousel .customer-reviews__item{flex:0 0 auto;width:34rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.08);border-radius:.6rem;padding:2.4rem 2.2rem;display:flex;flex-direction:column;gap:.4rem;text-align:left}@media screen and (max-width:749px){.customer-reviews--carousel .customer-reviews__item{width:26rem}}.customer-reviews__form-wrap{max-width:56rem;margin:4rem auto 0;padding-top:4rem;border-top:.1rem solid rgba(var(--color-foreground),.08);text-align:left}.customer-reviews__form-heading{font-family:var(--font-heading-family);font-size:2.1rem;margin:0 0 .6rem;text-align:center;color:rgb(var(--color-foreground))}.customer-reviews__form-note{font-family:var(--font-body-family);font-size:1.4rem;color:rgba(var(--color-foreground),.65);text-align:center;margin:0 0 2.4rem}.customer-reviews-form__success{font-family:var(--font-body-family);font-size:1.5rem;text-align:center;color:rgb(var(--color-foreground))}.customer-reviews-form__error{font-family:var(--font-body-family);font-size:1.4rem;color:#b3261e;margin:0 0 1.6rem}.customer-reviews-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media screen and (max-width:590px){.customer-reviews-form__row{grid-template-columns:1fr}}.customer-reviews-form__field{margin-bottom:1.6rem}.customer-reviews-form__field label,.customer-reviews-form__label{display:block;font-family:var(--font-body-family);font-size:1.3rem;margin-bottom:.5rem;color:rgba(var(--color-foreground),.8)}.customer-reviews-form__field input[type=text],.customer-reviews-form__field input[type=email],.customer-reviews-form__field textarea{width:100%;font-family:var(--font-body-family);font-size:1.5rem;padding:1.1rem 1.2rem;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.customer-reviews-form__field textarea{resize:vertical}.customer-reviews-form__stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.3rem;font-size:2.6rem}.customer-reviews-form__stars input{position:absolute;opacity:0;pointer-events:none}.customer-reviews-form__stars label{cursor:pointer;color:rgba(var(--color-foreground),.25);margin:0}.customer-reviews-form__stars input:checked~label,.customer-reviews-form__stars label:hover,.customer-reviews-form__stars label:hover~label{color:#c4b49a}.customer-reviews-form__submit{font-family:var(--font-body-family);font-size:1.4rem;letter-spacing:.04em;text-transform:uppercase;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:1.4rem 3.2rem;border-radius:.4rem;cursor:pointer}.customer-reviews-form__submit:hover{opacity:.85}@media screen and (max-width:749px){.customer-reviews--grid .customer-reviews__list{grid-template-columns:1fr}.customer-reviews--list .customer-reviews__item{flex-direction:column;gap:1.2rem}.customer-reviews--list .customer-reviews__photo{width:100%;height:auto;aspect-ratio:4 / 3;max-height:15rem}.customer-reviews__heading{font-size:2.1rem}}
/*# sourceMappingURL=/cdn/shop/t/122/assets/component-customer-reviews.css.map */
