.testimonials-section{padding:40px 0;background-color:var(--color-white)}.testimonials-section__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 2rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));color:var(--color-text);margin-bottom:3rem;text-align:center;letter-spacing:-.02em}@media only screen and (min-width:750px){.testimonials-section__title{font-size:calc(var(--font-heading-scale) * 2.4rem)}}.testimonials-section__title strong,.testimonials-section__title b{color:var(--color-accent);font-weight:var(--font-heading-weight)}.testimonials-slider-wrapper{position:relative;width:100%}.testimonials-slider-custom{position:relative;display:block;overflow:hidden;padding:0 4rem}@media screen and (min-width:750px){.testimonials-slider-custom{padding:0 5rem}}@media screen and (min-width:990px){.testimonials-slider-custom{padding:0 6rem}}.testimonials-grid-custom{display:grid!important;grid-template-columns:1fr!important;gap:2rem;list-style:none;margin:0;padding:0;transition:transform .5s ease;will-change:transform}.testimonials-grid-custom.testimonials-slider-active{display:flex!important;width:100%}.testimonials-grid-custom.testimonials-slider-active .testimonial-card-wrapper{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important;flex-shrink:0}.testimonials-section .testimonials-grid-custom:not(.testimonials-slider-active){grid-template-columns:1fr!important;display:grid!important}@media screen and (min-width:750px){.testimonials-grid-custom{grid-template-columns:repeat(2,1fr)!important;gap:2.5rem}.testimonials-grid-custom.testimonials-slider-active .testimonial-card-wrapper{flex:0 0 calc(50% - 1.25rem)!important;min-width:calc(50% - 1.25rem)!important;max-width:calc(50% - 1.25rem)!important}.testimonials-grid-custom:not(.testimonials-slider-active){grid-template-columns:repeat(2,1fr)!important;display:grid!important}}@media screen and (min-width:990px){.testimonials-grid-custom{grid-template-columns:repeat(3,1fr)!important;gap:3rem}.testimonials-grid-custom.testimonials-slider-active .testimonial-card-wrapper{flex:0 0 calc(33.333% - 2rem)!important;max-width:calc(33.333% - 2rem)!important;min-width:calc(33.333% - 2rem)!important}.testimonials-grid-custom:not(.testimonials-slider-active){grid-template-columns:repeat(3,1fr)!important;display:grid!important}}.testimonial-card-wrapper{list-style:none}.testimonial-card{background-color:var(--color-bg-light);border-radius:var(--border-radius-large);overflow:hidden;display:flex;flex-direction:column}.testimonial-card__image{width:100%;aspect-ratio:4/3;overflow:hidden;position:relative;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.testimonial-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.testimonial-card__image--placeholder{background-color:#e5e5e5}.testimonial-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.testimonial-card__placeholder svg{width:60px;height:60px}.testimonial-card__image:hover img{transform:scale(1.05)}.testimonial-card__image .testimonial-card__badge{position:absolute;bottom:10px;left:10px;display:inline-block;font-size:1rem;font-weight:700;color:var(--color-white);background-color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;padding:4px 10px;border-radius:3px}.testimonial-card__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.6rem 2rem 0}.testimonial-card__info{flex:1}.testimonial-card__name{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.5rem;color:var(--color-text)}@media only screen and (min-width:750px){.testimonial-card__name{font-size:1.6rem}}.testimonial-card__rating{display:flex;align-items:center}.star{color:#d4d4d4;font-size:1.5rem;margin-right:2px}.star--filled{color:#fbbf24}.testimonial-card__quote{font-size:1.5rem;line-height:calc(1 + .8 / var(--font-body-scale));color:var(--color-text);margin:0;padding:1.2rem 2rem 2rem;flex:1}@media only screen and (min-width:750px){.testimonial-card__quote{font-size:1.6rem}}.testimonials-slider{position:relative}.testimonials-slider__button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#fff;border:2px solid rgba(0,0,0,.2);border-radius:50%;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.testimonials-slider__button:hover{background-color:#f5f5f5;border-color:#0006;box-shadow:0 4px 16px #0003;transform:translateY(-50%) scale(1.05)}.testimonials-slider__button:hover svg{color:#000;opacity:.8}.testimonials-slider__button:active{transform:translateY(-50%) scale(.98);background-color:#e5e5e5}.testimonials-slider__button--prev{left:0}.testimonials-slider__button--next{right:0}.testimonials-slider__button svg{width:1.6rem;height:1.6rem;color:#000;transition:color .3s ease}.testimonials-slider__button--prev svg{transform:rotate(90deg)}.testimonials-slider__button--next svg{transform:rotate(-90deg)}.testimonials-slider--no-slider .testimonials-slider__button{display:none}.testimonials-slider__button:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media screen and (max-width:989px){.testimonials-section{padding:3rem 0}.testimonials-section__title{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:4rem}.testimonials-grid-custom:not(.testimonials-slider-active){grid-template-columns:1fr!important;gap:2rem;max-width:400px;margin:0 auto}.testimonials-grid-custom.testimonials-slider-active{gap:2rem}.testimonials-grid-custom.testimonials-slider-active .testimonial-card-wrapper{flex:0 0 100%;padding:0 1rem}.testimonials-slider-custom{padding:0 5rem}.testimonials-slider__button{width:4rem;height:4rem}.testimonials-slider__button--prev{left:0}.testimonials-slider__button--next{right:0}.testimonials-slider__button svg{width:1.4rem;height:1.4rem}}@media screen and (max-width:749px){.testimonials-slider-custom{padding:0 3.5rem}.testimonials-slider__button{width:3rem;height:3rem}.testimonials-slider__button svg{width:1.2rem;height:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-testimonials.css.map */
