.brand-testimonials-section{padding-top:var(--padding-top, 80px);padding-bottom:var(--padding-bottom, 80px);background-color:var(--section-bg-color, transparent)}.brand-testimonials__wrapper{max-width:1400px;margin:0 auto;background-color:var(--card-bg-color, transparent);border-radius:var(--wrapper-radius, 0px);padding:0 24px}.brand-testimonials__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:32px}.brand-testimonials__header-content{max-width:650px}.brand-testimonials__eyebrow{color:#10b981;color:var(--eyebrow-color, #10B981);font-size:var(--eyebrow-size, 12px);font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}.brand-testimonials__title{font-size:var(--heading-size, 40px);font-weight:800;color:var(--heading-color, #111827);margin:0;line-height:1.25;letter-spacing:-.02em}.brand-testimonials__desc{font-size:var(--desc-size, 16px);color:var(--desc-color, #6B7280);margin-top:20px;margin-bottom:0;line-height:1.6}.brand-testimonials__nav{display:flex;gap:12px;padding-bottom:8px}.brand-testimonials__nav-btn{width:48px;height:48px;border-radius:50%;border:none;background-color:var(--nav-bg, #EFF6FF);color:var(--nav-color, #3B82F6);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.brand-testimonials__nav-btn:hover{background-color:var(--nav-bg-hover, #3B82F6);color:var(--nav-color-hover, #ffffff);transform:translateY(-2px)}.brand-testimonials__nav-btn svg{width:20px;height:20px;fill:currentColor}.brand-testimonials__track-container{overflow:hidden;margin:0 -12px;padding:0 12px}.brand-testimonials__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:32px}.brand-testimonials__track::-webkit-scrollbar{display:none}.brand-testimonial__card{flex:0 0 calc(33.333% - 16px);min-width:340px;scroll-snap-align:start;background-color:var(--item-bg-color, #F8FAFC);border-radius:var(--card-radius, 24px);padding:24px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.brand-testimonial__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000a}.brand-testimonial__image-wrapper{width:100%;aspect-ratio:4/3;border-radius:var(--img-radius, 16px);background-color:var(--img-wrapper-bg, #E2E8F0);margin-bottom:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.brand-testimonial__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.brand-testimonial__card:hover .brand-testimonial__image-wrapper img{transform:scale(1.05)}.brand-testimonial__stars{display:flex;gap:3px;margin-bottom:18px}.brand-testimonial__stars svg{width:16px;height:16px;color:var(--star-color, #FFC107)}.brand-testimonial__quote{font-size:var(--quote-size, 15px);font-weight:400;color:var(--quote-color, #4B5563);line-height:1.65;margin:0 0 28px;height:220px;overflow-y:auto;padding-right:12px}.brand-testimonial__quote::-webkit-scrollbar{width:4px}.brand-testimonial__quote::-webkit-scrollbar-track{background:transparent}.brand-testimonial__quote::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.brand-testimonial__quote::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.brand-testimonial__author{display:flex;align-items:center;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,0,0,.04)}.brand-testimonial__avatar{width:44px;height:44px;border-radius:50%;background-color:var(--img-wrapper-bg, #E2E8F0);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-testimonial__avatar img{width:100%;height:100%;object-fit:cover}.brand-testimonial__avatar-placeholder svg{width:22px;height:22px;color:#94a3b8}.brand-testimonial__author-info{display:flex;flex-direction:column}.brand-testimonial__author-name{font-weight:700;font-size:15px;color:var(--author-name-color, #111827);margin:0;letter-spacing:-.01em}.brand-testimonial__author-role{font-size:13px;font-weight:400;color:var(--author-role-color, #9CA3AF);margin:2px 0 0;display:flex;align-items:center;gap:4px}.brand-testimonial__verified-icon{width:14px;height:14px;color:#10b981;flex-shrink:0}@media(max-width:1024px){.brand-testimonial__card{flex:0 0 calc(50% - 12px)}}@media(max-width:767px){.brand-testimonials-section{padding-top:var(--padding-top-mobile, 48px);padding-bottom:var(--padding-bottom-mobile, 48px)}.brand-testimonials__wrapper{padding:0}.brand-testimonials__header{flex-direction:column;align-items:flex-start;gap:20px;padding:0 20px;margin-bottom:40px}.brand-testimonials__title{font-size:var(--heading-size-mobile, 32px)}.brand-testimonials__nav{display:none}.brand-testimonials__track-container{padding:0;margin:0}.brand-testimonials__track{padding:0 20px 24px;gap:16px;scroll-padding-left:20px}.brand-testimonial__card{flex:0 0 calc(85vw - 20px);min-width:280px;padding:24px;border-radius:20px}.brand-testimonial__image-wrapper{margin-bottom:20px;border-radius:12px}.brand-testimonial__quote{height:180px;font-size:14px}.mobile-scroll-indicator{position:absolute;right:25px;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--indicator-bg, rgba(255, 255, 255, .9));color:var(--indicator-color, #000);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000001f;z-index:10;cursor:pointer;animation:bounce-horizontal-indicator 2s infinite cubic-bezier(.4,0,.2,1)}@keyframes bounce-horizontal-indicator{0%,to{transform:translateY(-50%)}50%{transform:translate(8px,-50%)}}.mobile-scroll-indicator.is-hidden{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}}.brand-testimonials__track-container{position:relative}
/*# sourceMappingURL=/cdn/shop/t/4/assets/brand-testimonials.css.map */
