.customer-feedbacks{position:relative}.customer-feedbacks__container{width:100%;margin-left:auto;margin-right:auto}.customer-feedbacks__container--default{max-width:var(--page-width)}.customer-feedbacks__container--wide{max-width:var(--feedback-wide-width)}.customer-feedbacks__container--full{max-width:none;padding-left:2rem;padding-right:2rem}.customer-feedbacks__header{max-width:82rem;margin-bottom:2.8rem}.customer-feedbacks__header--left{margin-right:auto}.customer-feedbacks__header--center{margin-left:auto;margin-right:auto;text-align:center}.customer-feedbacks__eyebrow{margin:0 0 .8rem;font-size:1.2rem;font-weight:600;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.customer-feedbacks__heading{margin:0}.customer-feedbacks__description{margin-top:1.2rem}.customer-feedbacks__description>*:first-child{margin-top:0}.customer-feedbacks__description>*:last-child{margin-bottom:0}.customer-feedbacks__summary{margin-bottom:3.2rem}.customer-feedbacks__summary--left{text-align:left}.customer-feedbacks__summary--center{text-align:center}.customer-feedbacks__summary-stars{display:inline-flex;gap:.2rem;margin-bottom:.6rem}.customer-feedbacks__summary-star{font-size:2rem;line-height:1}.customer-feedbacks__summary-star--filled{color:#c79a3b}.customer-feedbacks__summary-star--empty{color:rgba(var(--color-foreground),.2)}.customer-feedbacks__summary-text{margin:0;opacity:.8}.customer-feedbacks__grid{display:grid;grid-template-columns:repeat(var(--feedback-columns-mobile),minmax(0,1fr));gap:var(--feedback-card-gap);width:100%}.customer-feedbacks__item{min-width:0;height:100%}.customer-feedback-card{display:flex;flex-direction:column;height:100%;padding:var(--feedback-card-padding);color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),var(--feedback-border-opacity));border-radius:var(--feedback-card-radius);box-shadow:0 .8rem 2.4rem rgba(0,0,0,var(--feedback-shadow-opacity))}.customer-feedback-card--soft{background:rgba(var(--color-foreground),.035)}.customer-feedback-card--minimal{padding-left:0;padding-right:0;border:0;border-radius:0;box-shadow:none;background:transparent}.customer-feedback-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;margin-bottom:1.6rem}.customer-feedback-card__stars{display:inline-flex;flex-wrap:nowrap;gap:.2rem}.customer-feedback-card__star{font-size:var(--feedback-star-size);line-height:1}.customer-feedback-card__star--filled{color:#c79a3b}.customer-feedback-card__star--empty{color:rgba(var(--color-foreground),.18)}.customer-feedback-card__verified{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem .8rem;font-size:1.1rem;font-weight:600;line-height:1.2;border-radius:999px;background:rgba(var(--color-foreground),.06)}.customer-feedback-card__verified-icon{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;font-size:1rem;border-radius:50%;color:rgb(var(--color-background));background:rgb(var(--color-foreground))}.customer-feedback-card__title{margin:0 0 1rem;font-size:2rem;line-height:1.3}.customer-feedback-card__content{margin-bottom:2rem;font-size:1.5rem;line-height:1.7}.customer-feedback-card__content>*:first-child{margin-top:0}.customer-feedback-card__content>*:last-child{margin-bottom:0}.customer-feedback-card__author{display:flex;align-items:center;gap:1.2rem;margin-top:auto}.customer-feedback-card__photo{flex:0 0 var(--feedback-photo-size);width:var(--feedback-photo-size);height:var(--feedback-photo-size);overflow:hidden;border-radius:50%;background:rgba(var(--color-foreground),.05)}.customer-feedback-card__photo-image{display:block;width:100%;height:100%;object-fit:cover}.customer-feedback-card__author-info{min-width:0}.customer-feedback-card__name{margin:0;font-weight:600;line-height:1.4}.customer-feedback-card__location,.customer-feedback-card__date{margin:.2rem 0 0;font-size:1.2rem;line-height:1.4;opacity:.65}.customer-feedback-card__product{display:flex;align-items:center;gap:1.2rem;margin-top:2rem;padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.customer-feedback-card__product-image-link{display:block;flex:0 0 6rem;width:6rem;height:6rem;overflow:hidden;border-radius:.8rem}.customer-feedback-card__product-image{display:block;width:100%;height:100%;object-fit:cover}.customer-feedback-card__product-info{min-width:0}.customer-feedback-card__product-label{display:block;margin-bottom:.3rem;font-size:1.1rem;line-height:1.3;opacity:.6}.customer-feedback-card__product-title{color:inherit;font-weight:600;line-height:1.4;text-decoration:none}.customer-feedback-card__product-title:hover{text-decoration:underline;text-underline-offset:.3rem}.customer-feedbacks__footer{margin-top:3.2rem}.customer-feedbacks__footer--left{text-align:left}.customer-feedbacks__footer--center{text-align:center}.customer-feedbacks__empty{padding:3rem;text-align:center;border:.1rem dashed rgba(var(--color-foreground),.25);border-radius:var(--feedback-card-radius)}.customer-feedbacks__empty-title{margin:0 0 .8rem}.customer-feedbacks__empty-text{margin:0;opacity:.7}@media screen and (min-width:750px){.customer-feedbacks__grid{grid-template-columns:repeat(var(--feedback-columns-desktop),minmax(0,1fr))}}@media screen and (max-width:989px){.customer-feedbacks__container--wide{max-width:none}}@media screen and (max-width:749px){.customer-feedbacks__container--full{padding-left:1.5rem;padding-right:1.5rem}.customer-feedbacks__header{margin-bottom:2.4rem}.customer-feedback-card{padding:max(1.6rem,calc(var(--feedback-card-padding) * .75))}.customer-feedback-card__top{flex-direction:column;align-items:flex-start}.customer-feedback-card__title{font-size:1.8rem}.customer-feedback-card__content{font-size:1.4rem}}@media screen and (prefers-reduced-motion:reduce){.customer-feedback-card__product-title{scroll-behavior:auto}}.customer-feedbacks__empty{width:100%;max-width:var(--feedback-empty-width);margin-left:auto;margin-right:auto;padding:var(--feedback-empty-padding);text-align:center;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:var(--feedback-empty-radius);background:rgba(var(--color-foreground),.025)}.customer-feedbacks__empty--left{text-align:left}.customer-feedbacks__empty--center{text-align:center}.customer-feedbacks__empty-stars{margin-bottom:1.6rem;color:#c79a3b;font-size:3rem;line-height:1;letter-spacing:.15em}.customer-feedbacks__empty-title{margin:0;font-size:3rem;line-height:1.25}.customer-feedbacks__empty-text{max-width:56rem;margin:1.2rem auto 0;opacity:.75}.customer-feedbacks__empty--left .customer-feedbacks__empty-text{margin-left:0}.customer-feedbacks__empty-button{margin-top:2.4rem}@media screen and (max-width:749px){.customer-feedbacks__empty{padding:max(2.4rem,calc(var(--feedback-empty-padding) * .65))}.customer-feedbacks__empty-stars,.customer-feedbacks__empty-title{font-size:2.4rem}}.customer-feedbacks__summary-stars{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem}.customer-feedbacks__summary-label{margin-left:.5rem;color:rgb(var(--color-foreground));font-size:1.5rem;line-height:1.4}.customer-feedbacks__summary-text{margin-top:.6rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/customer-feedback.css.map */
