.testimonials{margin:1.5rem 0;padding:1.5rem;background:var(--bg-alt,#fff);border-radius:var(--shape-panel-radius,.75rem);box-shadow:var(--shadow)}.testimonials-carousel-container{position:relative}.testimonials-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:.5rem 0;scrollbar-width:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonial-card{min-height:200px;padding:1rem;border:1px solid var(--border,#e5e7eb);border-radius:var(--shape-card-radius,.5rem);background:var(--bg,#fff);display:flex;flex-direction:column;gap:.5rem}.testimonial-header{display:flex;gap:.75rem;align-items:center}.testimonial-product-link{flex-shrink:0}.testimonial-product-img{width:48px;height:48px;object-fit:cover;border-radius:4px;display:block;background:var(--bg-secondary,#f3f4f6)}.testimonial-customer-avatar{flex-shrink:0}.testimonial-avatar-img{width:48px;height:48px;object-fit:cover;border-radius:50%;display:block;background:var(--bg-secondary,#f3f4f6)}.testimonial-avatar-initials{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.02em;user-select:none}.testimonial-customer{font-weight:600;font-size:.85rem;color:var(--text,#1f2937)}.testimonial-rating{color:#f59e0b;font-size:.9rem}.testimonial-comment{margin:0;font-style:italic;color:var(--text,#1f2937);font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;border-left:3px solid var(--primary,#2563eb);padding-left:.5rem}.testimonial-footer{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted,#6b7280);margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border,#e5e7eb)}.testimonial-product-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}@media(max-width:768px){.testimonials-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.testimonial-card{flex:0 0 280px;scroll-snap-align:start;min-height:auto}}