.testimonial{margin:0 auto;overflow:hidden}.testimonial__header{margin-bottom:var(--spacing2x);display:flex;justify-content:space-between;align-items:center;position:relative}.testimonial__title-wrapper{display:flex;flex-direction:column;gap:.4rem}.testimonial__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--text-heading-4);line-height:1.2;margin:0;text-transform:uppercase}.testimonial__review-count{display:flex;align-items:center;gap:.8rem;font-family:var(--font-body-family);font-size:var(--text-body-sm);line-height:1.4;margin:0;color:var(--color-text)}.testimonial__review-count .testimonial__stars{display:flex;gap:.3rem}.testimonial__review-count .testimonial__star{width:16px;height:16px}.testimonial__review-count #y-badges{max-width:40px;flex-basis:40px}.testimonial__review-count #y-badges .y-badge{width:40px;height:24px}.testimonial__review-count #y-badges .y-badge-image,.testimonial__review-count #y-badges .y-badges-certified,.testimonial__review-count #y-badges .y-badge-stars,.testimonial__review-count #y-badges .y-powered-by{display:none}.testimonial__review-count #y-badges .y-badge-reviews{top:0;color:var(--color-text);font-family:var(--font-body-family);font-size:var(--text-body-primary);line-height:1.6}@media screen and (max-width: 989px){.testimonial__title{font-size:var(--text-heading-5)}}@media screen and (max-width: 749px){.testimonial__title{font-size:var(--text-heading-6)}}.testimonial__slider-wrapper{position:relative;display:block}.testimonial__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--spacing-base);padding-bottom:var(--spacing-base);width:100%;padding-left:0;margin-block:0;list-style:none}.testimonial__slider::-webkit-scrollbar{display:none}@media screen and (min-width: 750px){.testimonial__slider{gap:var(--spacing2x)}}.testimonial__slide{flex:0 0 auto;scroll-snap-align:start;scroll-snap-stop:always;width:calc(83.33% - var(--spacing-base))}@media screen and (min-width: 750px){.testimonial__slide{width:calc(45.45% - var(--spacing2x))}}@media screen and (min-width: 990px){.testimonial__slide{width:calc(45.45% - var(--spacing2x))}}.testimonial__card{background:var(--color-white);border:1px solid var(--grey-light);border-radius:8px;padding:var(--spacing2x);height:100%;display:flex;flex-direction:column;gap:var(--spacing2x)}@media screen and (max-width: 749px){.testimonial__card{padding:var(--spacing-base);gap:var(--spacing-base)}}.testimonial__content{flex:1;display:flex;flex-direction:column;gap:var(--spacing-base)}.testimonial__header-info{display:flex;align-items:flex-start;gap:var(--spacing-sm)}.testimonial__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.testimonial__icon svg{width:24px;height:24px}.testimonial__customer-info{flex:1;display:flex;align-items:center;gap:4px}.testimonial__customer-name{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--text-body-small);line-height:1.4;margin:0;color:var(--color-text)}.testimonial__stars{display:flex;align-items:center;gap:2px}.testimonial__star{width:16px;height:16px;flex-shrink:0}.endurelite-theme .testimonial__star path{fill:#2673b8}.endurelite-theme .testimonial__star.testimonial__star--empty path{stroke:#2673b8;fill:none}.testimonial__review-title{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--text-sub-heading-large);line-height:.9;margin:0;color:#1d1d1b}.endurelite-theme .testimonial__review-title{color:#000065}@media screen and (max-width: 749px){.testimonial__review-title{font-size:var(--text-body-primary)}}.testimonial__review-description{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:var(--text-body-small);line-height:1.6;color:#25252599}@media screen and (max-width: 749px){.testimonial__review-description{font-size:var(--text-body-xs)}}.testimonial__product{display:flex;align-items:center;gap:var(--spacing-base)}.testimonial__product-image{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#c2cacc40;overflow:hidden}.testimonial__product-image img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 749px){.testimonial__product-image{width:60px;height:60px}}.testimonial__product-info{flex:1;display:flex;flex-direction:column;gap:var(--spacing-sm)}.testimonial__product-title{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--text-body-small);line-height:1;margin:0;color:#1d1d1b}.endurelite-theme .testimonial__product-title{color:#000065}@media screen and (max-width: 749px){.testimonial__product-title{font-size:var(--text-body-xs)}}.testimonial__product-link{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--text-body-small);color:#000;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;display:inline-block}.testimonial__product-link:hover{color:var(--performance-main)}.endurelite-theme .testimonial__product-link{color:#000065}@media screen and (max-width: 749px){.testimonial__product-link{font-size:var(--text-body-xs)}}.testimonial__slider-buttons{display:flex;gap:1.2rem;position:absolute;right:0;margin:0!important;top:calc(var(--spacing2x) * -1);transform:translateY(-100%)}.testimonial__slider-button{background:#252525;color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;border:none}.testimonial__slider-button:hover:not(:disabled){background:#252525;color:#fff}.testimonial__slider-button:disabled,.testimonial__slider-button[disabled]{background:#c2cacc40;color:#c2cacc;cursor:not-allowed;pointer-events:none}.endurelite-theme .testimonial__slider-button{background:#000065}.endurelite-theme .testimonial__slider-button:hover:not(:disabled){background:#000065}.endurelite-theme .testimonial__slider-button:disabled,.endurelite-theme .testimonial__slider-button[disabled]{background:#c2cacc40}.testimonial__slider-button svg{width:20px;height:20px;color:#fff}.testimonial__slider-button:disabled svg,.testimonial__slider-button[disabled] svg{color:#c2cacc}@media screen and (max-width: 749px){.testimonial__slider-buttons{gap:.8rem}.testimonial__slider-button{width:32px;height:32px}.testimonial__slider-button svg{width:18px;height:18px}}.testimonial{padding-top:36px;padding-bottom:36px}.testimonial .page-width{position:relative}@media screen and (min-width: 750px){.testimonial{padding-top:52px;padding-bottom:52px}}
/*# sourceMappingURL=/cdn/shop/t/521/assets/section-testimonial.css.map */
