.animated-testimonials{--text-foreground: #333333;--text-muted-foreground: #666666;--bg-secondary: #f3f4f6;--heading-color: #000000;display:none;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 990px){.animated-testimonials{display:flex;align-items:center;padding:4rem 1rem}}.animated-testimonials .text-foreground{color:var(--text-foreground)}.animated-testimonials .text-muted-foreground{color:var(--text-muted-foreground)}.animated-testimonials .bg-secondary{background-color:var(--bg-secondary)}.animated-testimonials .heading-color{color:var(--heading-color)}.animated-testimonials .grid{display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 990px){.animated-testimonials .grid{flex-direction:row;align-items:center;gap:2rem;padding:0 1rem}.animated-testimonials .grid>div{flex:1;width:50%;max-width:50%}}.animated-testimonials .testimonial-images{position:relative;height:450px;width:100%;padding:0 1.5rem;margin:0 auto;perspective:1000px}.animated-testimonials .testimonial-image{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(.95) translateZ(-100px);transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none;visibility:hidden;will-change:transform,opacity;perspective:1000px;backface-visibility:hidden}.animated-testimonials .testimonial-image.active{opacity:1;visibility:visible;transform:scale(1) translateZ(0) rotate(0);z-index:10;transition-delay:.05s;pointer-events:auto}.animated-testimonials .testimonial-image:not(.active){opacity:.7;visibility:visible;z-index:1}.animated-testimonials .testimonial-image:nth-child(2):not(.active){transform:scale(.92) translate(-6%) rotate(-5deg);opacity:.6;z-index:2}.animated-testimonials .testimonial-image:nth-child(3):not(.active){transform:scale(.88) translate(-12%) rotate(-8deg);opacity:.5;z-index:1}.animated-testimonials .testimonial-image.active:before,.animated-testimonials .testimonial-image.active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;border-radius:1.5rem;z-index:-1;transform:scale(.95) translateY(10px);opacity:.7;filter:blur(2px);transition:all .5s cubic-bezier(.4,0,.2,1)}.animated-testimonials .testimonial-image.active:after{transform:scale(.9) translateY(20px);opacity:.5;filter:blur(4px);transition-delay:.05s}.animated-testimonials .testimonial-image img{width:100%;height:100%;object-fit:cover;border-radius:1.5rem;box-shadow:0 10px 30px -5px #0000001a;transition:all .5s cubic-bezier(.4,0,.2,1)}.animated-testimonials .testimonial-content{display:flex;flex-direction:column;justify-content:center;height:100%}.animated-testimonials .testimonial-text{opacity:0;position:absolute;transform:translateY(20px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;width:100%}.animated-testimonials .testimonial-text.active{opacity:1;transform:translateY(0);position:relative;transition-delay:.1s}.animated-testimonials .testimonial-text h3{margin-bottom:.5rem}.animated-testimonials .testimonial-text .quote-text{display:block;margin-top:2rem;line-height:1.6;letter-spacing:.01em}.animated-testimonials .flex{display:flex;gap:1rem}.animated-testimonials button{cursor:pointer;border:none;background-color:var(--bg-secondary);border-radius:9999px;display:flex;align-items:center;justify-content:center}.animated-testimonials button.arrow-small{width:2.25rem;height:2.25rem}.animated-testimonials button.arrow-small .arrow-icon{width:1.125rem;height:1.125rem}.animated-testimonials button.arrow-medium{width:3rem;height:3rem}.animated-testimonials button.arrow-medium .arrow-icon{width:1.5rem;height:1.5rem}.animated-testimonials button.arrow-large{width:4rem;height:4rem}.animated-testimonials button.arrow-large .arrow-icon{width:2rem;height:2rem}.animated-testimonials button:hover svg{transition:transform .3s ease}.animated-testimonials button.prev-button:hover svg{transform:rotate(-12deg)}.animated-testimonials button.next-button:hover svg{transform:rotate(12deg)}.animated-testimonials .hero-style-heading{font-size:3.2rem;line-height:1.2}@media (min-width: 990px){.animated-testimonials .hero-style-heading{font-size:4.4rem;line-height:1.2}}.animated-testimonials .secondary-image-container{position:relative;margin-top:1.5rem;display:flex;align-items:flex-end;padding:5px}.animated-testimonials .secondary-testimonial-image{width:200px;height:200px;object-fit:cover;aspect-ratio:1 / 1;border-radius:.5rem;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transform-origin:center;cursor:pointer}.animated-testimonials .secondary-image-container:hover .secondary-testimonial-image{transform:scale(1.12);box-shadow:0 8px 20px #00000026;z-index:5}.animated-testimonials .secondary-image-container .testimonial-product-link .product-link-indicator{position:absolute;bottom:10px;right:10px;opacity:0;transform:translateY(5px);transition:all .3s ease-in-out;z-index:6}.animated-testimonials .secondary-image-container:hover .testimonial-product-link .product-link-indicator{opacity:1;transform:translateY(0)}.animated-testimonials .testimonial-product-link{position:relative;display:block;height:100%;width:100%;cursor:pointer;overflow:hidden}.animated-testimonials .testimonial-product-link:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000008;opacity:0;transition:opacity .3s ease;border-radius:1.5rem;pointer-events:none}.animated-testimonials .testimonial-product-link:hover:after{opacity:1}@keyframes fade-in{0%{opacity:0;filter:blur(3px);transform:translateY(5px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.animated-testimonials .max-w-sm{max-width:100%}@media (min-width: 990px){.animated-testimonials .md\:max-w-4xl{max-width:100%}.animated-testimonials .md\:px-8{padding-left:1rem;padding-right:1rem}.animated-testimonials .md\:pt-0{padding-top:0}}@media (min-width: 1024px){.animated-testimonials .lg\:px-12{padding-left:3rem;padding-right:3rem}}.animated-testimonials .mx-auto{margin-left:auto;margin-right:auto}.animated-testimonials .px-4{padding-left:1rem;padding-right:1rem}.animated-testimonials .py-20{padding-top:5rem;padding-bottom:5rem}.animated-testimonials .relative{position:relative}.animated-testimonials .w-full{width:100%}.animated-testimonials .absolute{position:absolute}.animated-testimonials .inset-0{top:0;right:0;bottom:0;left:0}.animated-testimonials .flex{display:flex}.animated-testimonials .justify-between{justify-content:space-between}.animated-testimonials .flex-col{flex-direction:column}.animated-testimonials .py-4{padding-top:1rem;padding-bottom:1rem}.animated-testimonials .text-xs{font-size:.75rem;line-height:1rem}.animated-testimonials .text-sm{font-size:.875rem;line-height:1.25rem}.animated-testimonials .text-base{font-size:1rem;line-height:1.5rem}.animated-testimonials .text-lg{font-size:1.125rem;line-height:1.75rem}.animated-testimonials .text-xl{font-size:1.25rem;line-height:1.75rem}.animated-testimonials .text-2xl{font-size:1.5rem;line-height:2rem}.animated-testimonials .text-3xl{font-size:1.875rem;line-height:2.25rem}.animated-testimonials .text-4xl{font-size:2.25rem;line-height:2.5rem}.animated-testimonials .font-bold{font-weight:700}.animated-testimonials .mt-8{margin-top:2rem}.animated-testimonials .gap-4{gap:1rem}.animated-testimonials .pt-12{padding-top:3rem}.animated-testimonials .rounded-full{border-radius:9999px}.animated-testimonials .items-center{align-items:center}.animated-testimonials .rounded-3xl{border-radius:1.5rem}.animated-testimonials .object-cover{object-fit:cover}.animated-testimonials .object-center{object-position:center}.animated-testimonials .testimonial-content{width:100%}.animated-testimonials .text-left{text-align:left}.animated-testimonials .text-center{text-align:center}.animated-testimonials .text-right{text-align:right}.animated-testimonials .justify-start{justify-content:flex-start}.animated-testimonials .justify-center{justify-content:center}.animated-testimonials .justify-end{justify-content:flex-end}
/*# sourceMappingURL=/cdn/shop/t/46/assets/animated-testimonials.css.map */
