.testimonials{position:relative;width:100%}.testimonials__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.6rem;flex-wrap:wrap}.testimonials__header-text{flex:1 1 30rem}.testimonials__heading{margin:0 0 .8rem;color:var(--color-foreground, #111827);letter-spacing:-.02em}.testimonials__description{font-size:1.5rem;color:var(--color-muted-text, #6b7280);line-height:1.6;margin:0}.testimonials__header-actions{display:flex;align-items:center;gap:1.4rem;flex-shrink:0}.testimonials__nav{display:flex;align-items:center;gap:.8rem}.testimonials__arrow{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;border:1px solid var(--color-border, #e5e7eb);background-color:var(--color-background, #ffffff);color:var(--color-foreground, #111827);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);padding:0}.testimonials__arrow:hover:not(:disabled){border-color:var(--color-primary, #111827);background-color:#f9fafb;transform:translateY(-1px)}.testimonials__arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.testimonials__arrow svg{width:1.8rem;height:1.8rem}.testimonials__wrapper{position:relative;width:100%}.testimonials__track{display:flex;gap:2.4rem;overflow-x:auto;align-items:stretch;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;list-style:none;padding:.4rem 0 1rem;margin:0;scrollbar-width:none}.testimonials__track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 calc((100% - (2.4rem * (var(--columns-desktop, 3) - 1))) / var(--columns-desktop, 3));scroll-snap-align:start;display:flex;flex-direction:column;height:auto;padding:1.8rem 1.8rem 2.2rem;border-radius:8px;background-color:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 20px #00000008;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.testimonial-card__image-hero{position:relative;width:100%;aspect-ratio:var(--review-img-ratio, 4 / 5);border-radius:6px;overflow:hidden;margin-bottom:1.8rem;background-color:#f3f4f6;border:1px solid rgba(0,0,0,.05);cursor:pointer;padding:0;display:block;flex-shrink:0}.testimonial-card__hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.16,1,.3,1)}.testimonial-card__image-hero:hover .testimonial-card__hero-img{transform:scale(1.04)}.testimonial-card__image-hero--placeholder{cursor:default;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f8f9fa,#edeef0);border:1px dashed #d1d5db}.testimonial-card__placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:#9ca3af;text-align:center;padding:2rem}.testimonial-card__placeholder-icon{width:4.4rem;height:4.4rem;color:#6b7280;opacity:.6}.testimonial-card__placeholder-brand{font-family:var(--font-heading-family, serif);font-size:1.4rem;font-weight:100;letter-spacing:.22em;color:#374151;text-transform:uppercase;margin-top:.4rem}.testimonial-card__placeholder-hint{font-size:1.15rem;letter-spacing:.04em;color:#9ca3af;text-transform:uppercase}.testimonial-card__zoom-indicator{position:absolute;bottom:.8rem;right:.8rem;width:2.8rem;height:2.8rem;border-radius:50%;background:#111827bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:all .25s ease}.testimonial-card__zoom-indicator svg{width:1.4rem;height:1.4rem}.testimonial-card__image-hero:hover .testimonial-card__zoom-indicator{opacity:1;transform:translateY(0)}.testimonial-card__content{display:flex;flex-direction:column;flex-grow:1}.testimonial-card__stars{display:flex;align-items:center;gap:.3rem;color:#f59e0b;margin-bottom:1rem}.testimonial-card__star{width:1.5rem;height:1.5rem;fill:currentColor}.testimonial-card__headline{font-size:1.5rem;font-weight:100;color:var(--color-foreground, #111827);line-height:1.35;margin:0 0 .6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.testimonial-card__quote{font-size:1.35rem;line-height:1.55;color:#4b5563;margin:0 0 1.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:4.2rem}.testimonial-card__author-wrapper{display:flex;align-items:center;gap:1.2rem;padding-top:1.6rem;border-top:1px solid #f3f4f6;margin-top:auto}.testimonial-card__avatar{width:4rem;height:4rem;border-radius:50%;background-color:#111827;color:#fff;font-weight:100;font-size:1.35rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.testimonial-card__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.testimonial-card__author-info{display:flex;flex-direction:column;min-width:0}.testimonial-card__author-header{display:flex;align-items:center;gap:.6rem}.testimonial-card__author-name{font-size:1.4rem;font-weight:100;color:var(--color-foreground, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonial-card__badge-verified{display:inline-flex;align-items:center;gap:.3rem;font-size:1.1rem;font-weight:100;color:#059669;flex-shrink:0}.testimonial-card__badge-verified svg{width:1.2rem;height:1.2rem;fill:currentColor}.testimonial-card__product{font-size:1.2rem;color:var(--color-muted-text, #6b7280);margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonials__dots{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:2.8rem}.testimonials__dot{width:8px;height:8px;border-radius:50%;background-color:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.testimonials__dot--active{background-color:#111827;width:22px;border-radius:4px}.testimonials__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.testimonials__lightbox--active{opacity:1;visibility:visible}.testimonials__lightbox-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0a0f19d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.testimonials__lightbox-container{position:relative;z-index:2;max-width:52rem;width:90%;max-height:90vh;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000059;transform:scale(.95);transition:transform .3s cubic-bezier(.16,1,.3,1)}.testimonials__lightbox--active .testimonials__lightbox-container{transform:scale(1)}.testimonials__lightbox-close{position:absolute;top:1.2rem;right:1.2rem;z-index:3;width:3.6rem;height:3.6rem;border-radius:50%;background-color:#0009;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.testimonials__lightbox-close:hover{background-color:#000000e6}.testimonials__lightbox-close svg{width:1.8rem;height:1.8rem}.testimonials__lightbox-image-wrap{width:100%;max-height:65vh;background-color:#0f172a;display:flex;align-items:center;justify-content:center;overflow:hidden}.testimonials__lightbox-img{max-width:100%;max-height:65vh;object-fit:contain;display:block}.testimonials__lightbox-details{padding:1.8rem 2.4rem;background-color:#fff}.testimonials__lightbox-headline{font-size:1.6rem;font-weight:100;color:#111827;margin-bottom:.4rem}.testimonials__lightbox-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:1.3rem;color:#6b7280}.testimonials__lightbox-author{font-weight:500;color:#374151}.testimonials__lightbox-product{color:#9ca3af}@media screen and (max-width:989px){.testimonial-card{flex:0 0 calc((100% - 1.6rem)/2)}}@media screen and (max-width:749px){.testimonials{--pt: 3.2rem !important;--pb: 3.2rem !important}.testimonials__header{margin-bottom:1.6rem;gap:1rem}.testimonials__heading{font-size:1.9rem;margin-bottom:.5rem}.testimonials__description{font-size:1.3rem;line-height:1.45}.testimonials__nav{display:none}.testimonials__track{gap:.8rem;margin-inline:-.8rem;padding-inline:.8rem;scroll-padding-left:.8rem}.testimonial-card{flex:0 0 80%;padding:1.2rem}.testimonial-card__image-hero{aspect-ratio:4 / 3;margin-bottom:1.2rem}.testimonial-card__stars{margin-bottom:.7rem}.testimonial-card__headline{font-size:1.3rem}.testimonial-card__quote{font-size:1.2rem;margin-bottom:1.2rem;min-height:3.8rem}.testimonial-card__author-wrapper{gap:.8rem;padding-top:1rem}.testimonial-card__avatar{width:3.4rem;height:3.4rem;font-size:1.2rem}.testimonial-card__author-name{font-size:1.25rem}.testimonial-card__product,.testimonial-card .caption{font-size:1.1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-testimonials.css.map */
