.mmd-reels{position:relative;padding:56px 20px 64px;overflow:hidden;background:var(--mmd-reels-bg, #4f97c9)}.mmd-reels__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(-45deg,var(--mmd-reels-pattern-color, #ffffff) 0px,var(--mmd-reels-pattern-color, #ffffff) 2px,transparent 2px,transparent 26px);opacity:var(--mmd-reels-pattern-opacity, .14);pointer-events:none}.mmd-reels__container{position:relative;max-width:1100px;margin:0 auto;text-align:center}.mmd-reels__heading{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:28px;color:var(--mmd-reels-heading-color, #ffffff);margin:0 0 10px}.mmd-reels__subheading{font-size:14.5px;line-height:1.6;color:var(--mmd-reels-subheading-color, #eaf3fb);max-width:520px;margin:0 auto 36px}.mmd-reels__track-wrap{position:relative;overflow:hidden}.mmd-reels__track{display:flex;align-items:center;gap:14px;padding:20px 0;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;width:max-content;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.mmd-reels__track:active{cursor:grabbing}.mmd-reels__slide{flex:0 0 auto;width:130px;height:300px;border-radius:16px;overflow:hidden;cursor:pointer;position:relative;transition:width .4s cubic-bezier(.22,.61,.36,1),height .4s cubic-bezier(.22,.61,.36,1),opacity .4s ease,filter .4s ease,transform .4s cubic-bezier(.22,.61,.36,1),box-shadow .4s ease;opacity:.6;filter:brightness(.8);box-shadow:0 4px 10px #0000001a}.mmd-reels__slide.is-active{width:260px;height:400px;opacity:1;filter:brightness(1);cursor:default;transform:translateY(-8px);box-shadow:0 20px 40px #00000047}.mmd-reels__track.is-dragging .mmd-reels__slide{transition:none}.mmd-reels__media{position:relative;width:100%;height:100%;background:var(--mmd-reels-card-bg, #79b1d6)}.mmd-reels__video,.mmd-reels__poster{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;display:block;pointer-events:none}.mmd-reels__poster--placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.mmd-reels__poster--placeholder svg{width:100%;height:100%}.mmd-reels__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;border:none;background:var(--mmd-reels-play-bg, rgba(20, 30, 40, .45));color:var(--mmd-reels-play-icon, #ffffff);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .25s ease,transform .2s ease}.mmd-reels__play:hover{transform:translate(-50%,-50%) scale(1.08)}.mmd-reels__slide.is-playing .mmd-reels__play{opacity:0;pointer-events:none}.mmd-reels__play-icon{width:18px;height:18px;margin-left:2px}.mmd-reels__rating{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:center;gap:3px;padding:12px 0;background:linear-gradient(to top,var(--mmd-reels-rating-overlay, rgba(0, 0, 0, .55)),transparent)}.mmd-reels__star{width:14px;height:14px;color:var(--mmd-reels-star-empty, rgba(255, 255, 255, .35))}.mmd-reels__star.is-filled{color:var(--mmd-reels-star-filled, #d6f24a)}.mmd-reels__slide.is-active .mmd-reels__star{width:18px;height:18px}.mmd-reels__progress{position:absolute;top:10px;left:10px;right:10px;height:3px;border-radius:999px;background:var(--mmd-reels-progress-track, rgba(255, 255, 255, .3));overflow:hidden;opacity:0;transition:opacity .3s ease}.mmd-reels__slide.is-active .mmd-reels__progress{opacity:1}.mmd-reels__progress-bar{height:100%;width:0%;background:var(--mmd-reels-progress-fill, #ffffff);border-radius:999px}.mmd-reels__dots{display:flex;align-items:center;gap:8px}.mmd-reels__dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:var(--mmd-reels-dot-color, rgba(255, 255, 255, .4));cursor:pointer;transition:transform .25s ease,background .25s ease,width .25s ease}.mmd-reels__dot.is-active{width:20px;border-radius:999px;background:var(--mmd-reels-dot-active-color, #ffffff)}.mmd-reels__nav{display:flex;justify-content:center;gap:18px;margin-top:28px}.mmd-reels__arrow{width:36px;height:36px;border-radius:50%;border:none;background:var(--mmd-reels-arrow-bg, rgba(255, 255, 255, .9));color:var(--mmd-reels-arrow-icon, #1a3556);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.mmd-reels__arrow:hover{opacity:.85;transform:scale(1.06)}.mmd-reels__arrow-icon{width:18px;height:18px}@media screen and (max-width:700px){.mmd-reels{padding:44px 14px 48px}.mmd-reels__slide{width:84px;height:210px}.mmd-reels__slide.is-active{width:190px;height:300px}.mmd-reels__track{gap:8px}.mmd-reels__heading{font-size:22px;margin-bottom:8px}.mmd-reels__subheading{font-size:13px;margin-bottom:24px}.mmd-reels__star{width:11px;height:11px}.mmd-reels__slide.is-active .mmd-reels__star{width:15px;height:15px}}@media screen and (max-width:420px){.mmd-reels__slide{width:58px;height:160px}.mmd-reels__slide.is-active{width:150px;height:240px}.mmd-reels__play{width:32px;height:32px}.mmd-reels__play-icon{width:14px;height:14px}.mmd-reels__arrow{width:32px;height:32px}.mmd-reels__dots{gap:6px}.mmd-reels__dot{width:6px;height:6px}.mmd-reels__dot.is-active{width:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/reels-carousel.css.map */
