.reels-testimonials{--rt-text-color: #36302a;--rt-brown: #53351d;--rt-gold: #936527;--rt-cream: #e5d4ba;--rt-card-radius: 17px;position:relative;width:100%;overflow:hidden}.reels-testimonials__inner{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}.reels-testimonials__container{width:100%;max-width:1400px;margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}@media screen and (min-width:990px){.reels-testimonials__container{padding-left:80px;padding-right:80px}}.reels-testimonials__header{text-align:center;margin-bottom:36px}.reels-testimonials__subheading{font-size:15px;letter-spacing:1.5px;text-transform:uppercase;color:var(--rt-gold);margin:0 0 10px;font-weight:500}.reels-testimonials__heading{color:var(--rt-brown);font-size:44px;line-height:52px;max-width:957px;width:100%;margin:auto}.reels-testimonials__reels{display:flex;align-items:stretch;justify-content:center;gap:24px;width:100%;margin-bottom:48px;box-sizing:border-box}@media screen and (max-width:989px){.reels-testimonials__reels{overflow-x:auto;justify-content:flex-start;padding-bottom:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.reels-testimonials__reels::-webkit-scrollbar{height:4px}.reels-testimonials__reels::-webkit-scrollbar-thumb{background:#53351d33;border-radius:4px}}.reels-testimonials__card{position:relative;flex:1 1 0;max-width:405px;min-width:280px;height:562px;border-radius:var(--rt-card-radius);overflow:hidden;background-color:#1a1a1a;cursor:pointer;box-shadow:0 10px 30px #00000014;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;scroll-snap-align:center}@media screen and (max-width:749px){.reels-testimonials__card{height:460px;min-width:260px;max-width:280px}}.reels-testimonials__card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #00000029}.reels-testimonials__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.reels-testimonials__image,.reels-testimonials__video-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.reels-testimonials__card:hover .reels-testimonials__image,.reels-testimonials__card:hover .reels-testimonials__video-preview{transform:scale(1.05)}.reels-testimonials__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#00000059);pointer-events:none;transition:opacity .3s ease}.reels-testimonials__card:hover .reels-testimonials__overlay{background:linear-gradient(180deg,#00000026,#00000073)}.reels-testimonials__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;box-shadow:0 4px 18px #00000040;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background .3s ease}.reels-testimonials__play-btn svg{width:20px;height:20px;margin-left:3px;fill:var(--rt-brown);transition:transform .2s ease}.reels-testimonials__card:hover .reels-testimonials__play-btn{transform:translate(-50%,-50%) scale(1.12);background:#fff}.reels-testimonials__card:hover .reels-testimonials__play-btn svg{transform:scale(1.08)}.reels-testimonials__card-caption{position:absolute;bottom:16px;left:20px;right:20px;color:#fff;font-size:15px;font-weight:500;text-shadow:0 2px 6px rgba(0,0,0,.6);z-index:2}.reels-testimonials__marquee-wrap{position:relative;width:100%;overflow:hidden;padding:10px 0;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.reels-testimonials__marquee{display:flex;width:max-content;-webkit-user-select:none;user-select:none}.reels-testimonials__marquee-track{display:flex;gap:32px;padding-right:32px;flex-shrink:0;animation:rt-marquee var(--marquee-duration, 35s) linear infinite;will-change:transform}.reels-testimonials__marquee-wrap.is-paused .reels-testimonials__marquee-track,.reels-testimonials__marquee-wrap:hover .reels-testimonials__marquee-track{animation-play-state:paused}@keyframes rt-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.reels-testimonials__item{width:360px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;color:var(--rt-text-color);text-align:left;word-break:break-word}.reels-testimonials__quote{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:22px;line-height:28px;font-weight:400;color:var(--rt-text-color);margin:0}.reels-testimonials__author{font-family:Beautiful Nostalgia,"IBM Plex Serif",Georgia,cursive,serif;font-size:20px;line-height:24px;color:var(--rt-text-color);margin:0;font-weight:400}@media screen and (max-width:749px){.reels-testimonials__item{width:290px}.reels-testimonials__quote{font-size:18px;line-height:24px}.reels-testimonials__author{font-size:17px;line-height:22px}}.reels-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.reels-modal.is-active{opacity:1;visibility:visible}.reels-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.reels-modal__dialog{position:relative;width:100%;max-width:420px;height:80vh;max-height:750px;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 25px 60px #0009;z-index:2;display:flex;align-items:center;justify-content:center;transform:scale(.94);transition:transform .3s cubic-bezier(.16,1,.3,1)}.reels-modal.is-active .reels-modal__dialog{transform:scale(1)}.reels-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;background:#fff3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,transform .2s ease}.reels-modal__close:hover{background:#fff6;transform:scale(1.08)}.reels-modal__close svg{width:20px;height:20px;fill:currentColor}.reels-modal__content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.reels-modal__content video,.reels-modal__content iframe{width:100%;height:100%;object-fit:cover;border:none}@media(prefers-reduced-motion:reduce){.reels-testimonials__marquee-track{animation:none}.reels-testimonials__marquee-wrap{overflow-x:auto}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-reels-testimonials.css.map */
