.video-testimonials-carousel{position:relative;overflow:hidden}.video-testimonials__header{margin-bottom:4rem}.video-testimonials__header.text-left{text-align:left}.video-testimonials__header.text-center{text-align:center}.video-testimonials__header.text-right{text-align:right}.video-testimonials__subheading{margin:1rem 0 0;color:rgba(var(--color-foreground),.7);font-weight:500;text-transform:uppercase;letter-spacing:.1em}.video-testimonials__heading{margin:0;color:rgb(var(--color-heading));font-weight:700;line-height:1.2}.video-testimonials__slider-wrapper{position:relative}.video-testimonials__slider{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 1rem 2rem;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;overscroll-behavior-x:contain}.video-testimonials__slider::-webkit-scrollbar{display:none}.video-testimonials__slide{flex:0 0 auto;scroll-snap-align:start;width:280px;transition:transform .3s ease}.video-testimonials__slide:hover{transform:translateY(-5px)}.video-testimonials__video-container{background:rgb(var(--color-background));border-radius:2rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:box-shadow .3s ease}.video-testimonials__video-container:hover{box-shadow:0 20px 40px #00000026}.video-testimonial{display:block;width:100%}.video-testimonial__media{position:relative;aspect-ratio:9/16;background:#000;overflow:hidden}.video-testimonial__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;z-index:5}.video-testimonial__poster.hidden{opacity:0;pointer-events:none}.video-testimonial__media video{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;image-rendering:high-quality;backface-visibility:hidden;transform:translateZ(0)}.video-testimonial__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:opacity .3s ease,transform .3s ease;z-index:10;pointer-events:auto;-webkit-user-select:none;user-select:none}.video-testimonial__play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-testimonial__play-button:active{transform:translate(-50%,-50%) scale(.95)}.video-testimonial__media video:not([data-playing])~.video-testimonial__play-button{opacity:1;pointer-events:auto}.video-testimonial__media video[data-playing]~.video-testimonial__play-button{opacity:0;pointer-events:none}.video-testimonial__info{padding:1.5rem;text-align:center}.video-testimonial__name{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:rgb(var(--color-foreground))}.video-testimonial__title{margin:0 0 1rem;font-size:.9rem;color:rgba(var(--color-foreground),.7)}.video-testimonial__rating{display:flex;justify-content:center;gap:.2rem}.star{font-size:1.2rem;color:rgba(var(--color-foreground),.2);transition:color .2s ease}.star--filled{color:#4c6762}.video-testimonials__navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:3}.video-testimonials__nav-button{pointer-events:all;width:50px;height:50px;border-radius:50%;border:none;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-testimonials__nav-button:hover{background:rgb(var(--color-background));transform:scale(1.1);box-shadow:0 6px 20px #0003}.video-testimonials__nav-button:active{transform:scale(.95)}.video-testimonials__nav-button--prev{margin-left:-25px}.video-testimonials__nav-button--next{margin-right:-25px}.video-testimonials__nav-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media screen and (max-width: 1200px){.video-testimonials__slide{width:260px}}@media screen and (max-width: 989px){.video-testimonials__header{margin-bottom:3rem}.video-testimonials__slider{gap:1.5rem;padding:0 .5rem 2rem}.video-testimonials__slide{width:240px}.video-testimonials__navigation{display:none}.video-testimonials__slider::-webkit-scrollbar{display:block;height:6px}.video-testimonials__slider{scrollbar-width:thin}.video-testimonials__slider::-webkit-scrollbar-track{background:#0000001a}.video-testimonials__slider::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}}@media screen and (max-width: 749px){.video-testimonials__header{margin-bottom:2rem}.video-testimonials__slider{gap:1rem;padding:0 1rem 1.5rem}.video-testimonials__slide{width:220px}.video-testimonials__video-container{border-radius:1.5rem}.video-testimonial__info{padding:1rem}.video-testimonial__name{font-size:1rem;color:rgb(var(--color-foreground))}.video-testimonial__title{font-size:.85rem;color:rgba(var(--color-foreground),.7)}}@media screen and (max-width: 480px){.video-testimonials__slide{width:200px}.video-testimonials__slider{padding:0 .5rem 1rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-testimonials__slide{animation:slideInUp .6s ease forwards}.video-testimonials__slide:nth-child(1){animation-delay:.1s}.video-testimonials__slide:nth-child(2){animation-delay:.2s}.video-testimonials__slide:nth-child(3){animation-delay:.3s}.video-testimonials__slide:nth-child(4){animation-delay:.4s}.video-testimonials__slide:nth-child(5){animation-delay:.5s}.video-testimonials__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6)}@media screen and (min-width: 990px){.video-testimonials__slider{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.video-testimonials__slider::-webkit-scrollbar{display:block;height:6px}.video-testimonials__slider::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.video-testimonials__slider::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.video-testimonials__slider::-webkit-scrollbar-thumb:hover{background:#00000080}}.video-testimonial:focus,.video-testimonials__nav-button:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media (prefers-reduced-motion: reduce){.video-testimonials__slider{scroll-behavior:auto}.video-testimonials__slide{animation:none;transition:none}.video-testimonials__slide:hover{transform:none}.video-testimonials__nav-button,.video-testimonials__video-container{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/section-video-testimonials-carousel.css.map */
