.testimonials{width:100%}.testimonials-wrapper{padding-left:1.5rem;padding-right:1.5rem;margin:0 auto}@media screen and (min-width:750px){.testimonials-wrapper{padding-left:5rem;padding-right:5rem}}.testimonials__container{padding:5rem 0;display:flex;flex-direction:column;align-items:center}.testimonials__header{text-align:center;margin-bottom:5rem;max-width:65rem}.testimonials__title{font-size:2.8rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 1.2rem;letter-spacing:-.02em}.testimonials__subtitle{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.45}.testimonials__line-decorator{width:60px;height:3px;background-color:#f58809;margin:1.5rem auto 0;border-radius:2px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;width:100%;position:relative}.testimonials__grid.slider{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.testimonials__grid.slider::-webkit-scrollbar{display:none}.testimonials__grid.slider .testimonials__card{scroll-snap-align:start}@media screen and (min-width:990px){.testimonials__grid.slider .testimonials__card{flex:0 0 calc((100% - 6rem) / 3)}}@media screen and (min-width:750px)and (max-width:989px){.testimonials__grid.slider .testimonials__card{flex:0 0 calc((100% - 3rem)/2)}}@media screen and (max-width:749px){.testimonials__grid.slider .testimonials__card{flex:0 0 85%;scroll-snap-align:center;max-width:38rem}}.testimonials__card{display:flex;flex-direction:column;justify-content:space-between;padding:3.5rem 3rem;border-radius:16px;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.05);transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;z-index:2;box-shadow:0 4px 20px #00000005}@supports (backdrop-filter: blur(12px)){.testimonials__card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.testimonials__card:hover{transform:translateY(-6px);background-color:rgba(var(--color-foreground),.04);border-color:#f588094d;box-shadow:0 20px 40px #0000001f}.testimonials__stars{display:flex;flex-direction:row;gap:.3rem;margin-bottom:2rem;color:#f58809}.testimonials__stars svg{width:1.8rem;height:1.8rem;fill:currentColor;stroke:none}.testimonials__quote{font-size:1.45rem;font-style:italic;line-height:1.6;color:rgba(var(--color-foreground),.8);margin:0 0 3rem;flex-grow:1;position:relative}.testimonials__quote:before{content:'"';font-family:Georgia,serif;font-size:4rem;position:absolute;top:-1.5rem;left:-1rem;color:#f5880926;line-height:1}.testimonials__author{display:flex;flex-direction:column;gap:.6rem;border-top:1px solid rgba(var(--color-foreground),.08);padding-top:1.8rem}.testimonials__author-meta{display:flex;justify-content:space-between;align-items:flex-start}.testimonials__author-details{display:flex;flex-direction:column;gap:.2rem}.testimonials__name{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));margin:0;letter-spacing:-.01em}.testimonials__role{font-size:1.25rem;color:rgba(var(--color-foreground),.55);margin:0}.testimonials__verified{display:flex;align-items:center;gap:.4rem;font-size:1.15rem;font-weight:600;color:#2e7d32;background:#2e7d320f;padding:.4rem .8rem;border-radius:20px;border:1px solid rgba(46,125,50,.12);white-space:nowrap}.testimonials__verified svg{width:1.2rem;height:1.2rem;stroke:currentColor;fill:none;stroke-width:3px}@media screen and (max-width:989px){.testimonials__grid{gap:2rem}.testimonials__card{padding:3rem 2.2rem}.testimonials__quote{font-size:1.35rem}}@media screen and (max-width:749px){.testimonials__grid{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.testimonials__grid::-webkit-scrollbar{display:none}.testimonials__card{flex:0 0 85%;scroll-snap-align:center;padding:3rem 2.5rem;max-width:38rem}.testimonials__container{padding:4rem 0}.testimonials__header{margin-bottom:4rem}.testimonials__title{font-size:2.4rem}.testimonials__author-meta{flex-direction:column;gap:1rem;align-items:flex-start}}.testimonials slider-component{position:relative;width:100%;display:block}@media screen and (min-width:750px){.testimonials .slider-buttons{display:flex;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%);width:100%;left:0;pointer-events:none;z-index:10}.testimonials .slider-button{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%)}.testimonials .slider-button--prev{left:1.5rem}.testimonials .slider-button--next{right:1.5rem}.testimonials .slider-counter{display:none}}.testimonials .slider-button{background:rgba(var(--color-background),.7);border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));box-shadow:0 4px 12px #0000000d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.testimonials .slider-button:hover:not([disabled]){background:#f58809;border-color:#f58809;color:#fff;box-shadow:0 8px 24px #f588094d}@media screen and (min-width:750px){.testimonials .slider-button:hover:not([disabled]){transform:translateY(-50%) scale(1.08)}}.testimonials .slider-button[disabled]{opacity:.3;cursor:not-allowed;background:rgba(var(--color-background),.3);border-color:rgba(var(--color-foreground),.05);box-shadow:none}.testimonials .slider-button .icon{width:1.2rem;height:1.2rem}@media screen and (max-width:749px){.testimonials .slider-buttons{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2.5rem}.testimonials .slider-counter{font-size:1.4rem;color:rgba(var(--color-foreground),.7);font-weight:500}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-testimonials.css.map */
