.customer-reviews{overflow:hidden}.customer-reviews__wrapper{display:flex;flex-direction:column;gap:4rem}.customer-reviews__header{text-align:center}.customer-reviews__heading{margin:0;color:rgb(var(--color-foreground));font-weight:700;letter-spacing:-.03em;line-height:1.1}.customer-reviews__subheading{text-align:center;margin-top:1rem}.customer-reviews__subheading-text{margin:0;color:rgba(var(--color-foreground),.65);font-size:1.6rem;line-height:1.5;font-weight:400}slider-component{position:relative;display:block}.customer-reviews__grid{display:flex;gap:2.5rem;margin:0;list-style:none;padding:0;justify-content:center;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-reviews__grid::-webkit-scrollbar{display:none}@media screen and (max-width: 749px){.customer-reviews__grid{flex-wrap:nowrap;padding:0 1.5rem;gap:1.5rem;justify-content:flex-start}}@media screen and (min-width: 750px){.customer-reviews__grid{gap:3rem;flex-wrap:wrap;overflow-x:visible;scroll-snap-type:none}}@media screen and (max-width: 989px){.customer-reviews__heading{font-size:calc(var(--font-heading-scale) * 2.4rem)}}@media screen and (min-width: 990px){.customer-reviews__grid{gap:3rem}.customer-reviews__wrapper{gap:5rem}}.customer-reviews__item{display:flex;min-width:0}@media screen and (max-width: 749px){.customer-reviews__item{flex:0 0 calc(100% - 3rem);min-width:calc(100% - 3rem);max-width:40rem;scroll-snap-align:center}}@media screen and (min-width: 750px){.customer-reviews__item{flex:1 1 calc(50% - 1.5rem);max-width:40rem;scroll-snap-align:start}}@media screen and (min-width: 990px){.customer-reviews__item{flex:0 1 32rem;max-width:36rem}.customer-reviews__grid--2-col .customer-reviews__item{flex:0 1 38rem;max-width:42rem}.customer-reviews__grid--4-col .customer-reviews__item{flex:0 1 26rem;max-width:28rem}}.customer-reviews__card{display:flex;flex-direction:column;padding:3.5rem 2.5rem;border:1px solid #F4EFE8!important;background:linear-gradient(135deg,#f5faf9,#fffcf5);border-radius:1.2rem;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000000a;min-height:32rem}.customer-reviews__card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f;border-color:rgba(var(--color-foreground),.12)}.customer-reviews__rating{display:flex;gap:.5rem;justify-content:center;padding:1rem;background:#fff;border:1px solid #f4efe8;border-radius:.8rem;margin-bottom:.5rem}.customer-reviews__star{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.customer-reviews__star .svg-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customer-reviews__star svg{width:1.8rem;height:1.8rem;fill:#2a9d8f;filter:drop-shadow(0 1px 2px rgba(42,157,143,.2))}.customer-reviews__text{margin:0;color:rgba(var(--color-foreground),.8);font-size:1.5rem;line-height:1.6;text-align:center;flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 0;min-height:10rem}.customer-reviews__text p{margin:0}.customer-reviews__text--truncated{display:-webkit-box;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}.customer-reviews__product{display:flex;justify-content:center;padding-top:1rem;padding-bottom:1rem;border-top:.1rem solid rgba(var(--color-foreground),.08);margin-top:auto}.customer-reviews__product-link,.customer-reviews__product-title{font-size:1.3rem;line-height:1.4;color:rgba(var(--color-foreground),.55);font-style:italic;font-weight:500}.customer-reviews__product-link{text-decoration:none;transition:color .2s ease}.customer-reviews__product-link:hover{color:#2a9d8f;text-decoration:underline;text-underline-offset:.3rem}.customer-reviews__author{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem}.customer-reviews__name{margin:0;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:700;line-height:1.4;letter-spacing:-.01em}.customer-reviews__verified{display:flex;align-items:center;gap:.4rem;color:#2a9d8f;font-size:1.3rem;line-height:1.4;font-weight:500}.customer-reviews__verified .svg-wrapper{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center}.customer-reviews__verified svg{width:1.2rem;height:1.2rem;fill:currentColor}.customer-reviews__footer{text-align:center;max-width:80rem;margin:0 auto;padding-top:1rem}.customer-reviews__supporting-text{color:rgba(var(--color-foreground),.65);margin:0;font-size:1.4rem;line-height:1.6}.customer-reviews__supporting-text p{margin:0}.slider-buttons{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}@media screen and (min-width: 750px){.slider-buttons{display:none}}.slider-button{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:50%;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.75);cursor:pointer;transition:all .2s ease}.slider-button:hover:not([disabled]){background-color:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.25);color:rgb(var(--color-foreground))}.slider-button[disabled]{opacity:.3;cursor:not-allowed}.slider-button--prev .icon-caret{transform:rotate(90deg)}.slider-button--next .icon-caret{transform:rotate(-90deg)}.slider-button .icon-caret{width:1.2rem;height:1.2rem}.slider-counter{display:flex;align-items:center;gap:.5rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem;font-weight:500;min-width:5rem;justify-content:center}.slider-counter--current{font-weight:700;color:rgb(var(--color-foreground))}.slider-mobile-gutter{padding:0}@media screen and (max-width: 749px){.customer-reviews__wrapper{gap:3rem}.customer-reviews__card{padding:2.5rem 2rem;min-height:30rem}.customer-reviews__subheading-text{font-size:1.5rem}.customer-reviews__text{font-size:1.4rem;min-height:9rem}.customer-reviews__name{font-size:1.4rem}.customer-reviews__verified,.customer-reviews__product-link,.customer-reviews__product-title{font-size:1.2rem}}.color-scheme-1 .customer-reviews__heading,.color-scheme-1 .customer-reviews__name{color:#1a1a1a}.color-scheme-1 .customer-reviews__text{color:#1a1a1acc}.color-scheme-1 .customer-reviews__subheading-text,.color-scheme-1 .customer-reviews__supporting-text{color:#1a1a1aa6}.color-scheme-1 .customer-reviews__product-link,.color-scheme-1 .customer-reviews__product-title{color:#1a1a1a8c}.color-scheme-1 .customer-reviews__product-link:hover{color:#2a9d8f}@media (prefers-reduced-motion: no-preference){.customer-reviews__item{animation:fadeInUp .5s ease-out backwards}.customer-reviews__item:nth-child(1){animation-delay:.1s}.customer-reviews__item:nth-child(2){animation-delay:.2s}.customer-reviews__item:nth-child(3){animation-delay:.3s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-customer-reviews.css.map */
