.reel-slider .section-heading{margin-bottom:24px}.reel-slider .swiper-container{overflow:hidden;padding-bottom:4px}.reel-slider .swiper-wrapper{display:flex}.reel-card{display:flex;flex-direction:column;border-radius:var(--reel-radius, 12px);overflow:hidden;background:#fff;transition:box-shadow .3s}.reel-card:hover{box-shadow:0 6px 24px #0000001a}.reel-card__video{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;background:#111;cursor:pointer;border-radius:var(--reel-radius, 12px)}.reel-card__video video,.reel-card__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.reel-card__video iframe{pointer-events:none}.reel-card__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;transition:opacity .4s}.reel-card__poster.is-playing{opacity:0;pointer-events:none}.reel-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8e8e8}.reel-card__placeholder svg{width:60%;height:60%;opacity:.35}.reel-card__play{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .35s,transform .35s}.reel-card__play svg{width:22px;height:22px;fill:#fff;margin-left:2px}.reel-card__play--pause svg{margin-left:0}.reel-card__play.is-hidden{opacity:0;pointer-events:none}.reel-card:hover .reel-card__play:not(.is-hidden){transform:translate(-50%,-50%) scale(1.06)}.reel-card__mute{position:absolute;z-index:7;bottom:90px;right:12px;width:32px;height:32px;border-radius:50%;background:#00000073;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.reel-card__mute svg{width:16px;height:16px;fill:#fff}.reel-card__mute:hover{background:#000000a6}.reel-card__overlay{position:absolute;bottom:0;left:0;width:100%;height:45%;z-index:3;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);pointer-events:none}.reel-card__caption{position:absolute;bottom:80px;left:0;right:0;z-index:4;padding:0 14px 8px;color:#fff}.reel-card__caption-title{color:#fff;font-size:.85rem;font-weight:600;line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reel-card__caption-badge{display:inline-block;font-size:.6rem;text-transform:uppercase;letter-spacing:1.5px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:3px 8px;border-radius:3px;margin-bottom:6px}.reel-card__product{position:absolute;bottom:10px;left:10px;right:10px;z-index:6;display:flex;align-items:center;gap:10px;padding:10px;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:8px;border:none;text-decoration:none;color:inherit;cursor:pointer;text-align:left;font-family:inherit;transition:background .2s,transform .2s}.reel-card__product:hover{background:#fff;transform:translateY(-2px)}.reel-card__product-img{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#f0f0f0}.reel-card__product-info{flex:1;min-width:0;overflow:hidden}.reel-card__product-name{font-size:.78rem;font-weight:600;line-height:1.3;color:var(--g-color-heading, #282828);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:0}.reel-card__product-price{font-size:.75rem;color:var(--color-body-text, #555);margin-top:2px}.reel-card__product-price s{opacity:.55;margin-left:4px}.reel-card__product-arrow{flex-shrink:0;width:20px;height:20px;opacity:.35;transition:opacity .2s}.reel-card__product:hover .reel-card__product-arrow{opacity:.7}.reel-card__product-placeholder{padding:12px;text-align:center;font-size:.72rem;opacity:.45}.reel-slider .swiper-button-prev,.reel-slider .swiper-button-next{width:40px;height:40px;border-radius:50%;background:var(--g-color-heading, #282828);box-shadow:0 2px 10px #00000026;z-index:10;top:50%;transform:translateY(-50%);transition:box-shadow .3s,background .3s,opacity .3s}.reel-slider .swiper-button-prev:hover,.reel-slider .swiper-button-next:hover{box-shadow:0 4px 16px #00000040;background:#000}.reel-slider .swiper-button-prev:after,.reel-slider .swiper-button-next:after{font-size:14px;color:#fff;font-weight:700}.reel-slider .swiper-button-prev{left:-8px}.reel-slider .swiper-button-next{right:-8px}.reel-slider__dots-wrap{display:flex;justify-content:center;margin-top:20px}.reel-slider__dots{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#0000004d;border-radius:20px;width:auto}.reel-slider__dots .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#ffffff80;opacity:1;transition:background .3s ease,transform .3s ease;cursor:pointer}.reel-slider__dots .swiper-pagination-bullet-active{background:#fff;transform:scale(1.2)}.reel-slider .swiper-scrollbar{bottom:0;height:3px;background:#0000000f;border-radius:2px}.reel-slider .swiper-scrollbar-drag{background:var(--g-color-heading, #282828);border-radius:2px}@media(min-width:750px){.reel-slider .swiper-button-prev{left:-18px}.reel-slider .swiper-button-next{right:-18px}}@media(max-width:991px){.reel-card__product-img{width:42px;height:42px}.reel-card__product{gap:8px}}.reel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.reel-modal--open{opacity:1}.reel-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.reel-modal__container{position:relative;z-index:1;width:90vw;max-width:920px;height:85vh;max-height:640px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000040;transform:translateY(20px) scale(.97);transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.reel-modal--open .reel-modal__container{transform:translateY(0) scale(1)}.reel-modal__close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background:#00000080;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.reel-modal__close:hover{background:#000000bf}.reel-modal__inner{display:flex;height:100%}.reel-modal__video{flex:0 0 42%;max-width:42%;position:relative;background:#fff;overflow:hidden}.reel-modal__video video,.reel-modal__video iframe,.reel-modal__video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.reel-modal__mute{position:absolute;bottom:16px;right:16px;z-index:5;width:36px;height:36px;border-radius:50%;background:#00000073;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.reel-modal__mute:hover{background:#000000b3}.reel-modal__mute svg{width:18px;height:18px}.reel-modal__product{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.reel-modal__product-scroll{flex:1;overflow-y:auto;padding:24px 28px}.reel-modal__product-images{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.reel-modal__product-images::-webkit-scrollbar{display:none}.reel-modal__product-thumb{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;border:2px solid transparent;cursor:pointer;transition:all .2s;opacity:.6}.reel-modal__product-thumb:hover{opacity:.85}.reel-modal__product-thumb--active{border-color:var(--g-color-heading, #222);opacity:1}.reel-modal__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#999;margin:0 0 4px;font-weight:600}.reel-modal__product-title{font-size:1.15rem;font-weight:700;color:#111;margin:0 0 12px;line-height:1.3}.reel-modal__price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}.reel-modal__price-current{font-size:1.2rem;font-weight:700;color:var(--g-color-heading, #222)}.reel-modal__price-compare{font-size:.9rem;color:#aaa;text-decoration:line-through}.reel-modal__price-save{font-size:.72rem;font-weight:700;color:#fff;background:#e53e3e;padding:2px 8px;border-radius:4px}.reel-modal__desc{font-size:.82rem;color:#666;line-height:1.6;margin:0 0 18px}.reel-modal__option{margin-bottom:16px}.reel-modal__option-label{font-size:.78rem;font-weight:600;color:#444;margin:0 0 8px}.reel-modal__option-values{display:flex;flex-wrap:wrap;gap:8px}.reel-modal__option-btn{padding:7px 16px;border:1.5px solid #ddd;border-radius:8px;background:#fff;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .2s;color:#555}.reel-modal__option-btn:hover{border-color:#999;color:#222}.reel-modal__option-btn--active{background:var(--g-color-heading, #222);color:#fff;border-color:var(--g-color-heading, #222)}.reel-modal__view-btn{display:block;width:100%;padding:13px 20px;background:var(--g-color-heading, #222);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none;margin-top:4px}.reel-modal__view-btn:hover{opacity:.9;color:#fff}@media(max-width:990px){.reel-modal__container{width:94vw;height:88vh;max-height:none}.reel-modal__video{flex:0 0 38%;max-width:38%}.reel-modal__product-scroll{padding:20px 22px}}@media(max-width:749px){.reel-modal__container{width:100vw;height:100vh;max-width:100%;max-height:100%;border-radius:0}.reel-modal__inner{flex-direction:column}.reel-modal__video{flex:0 0 45%;max-width:100%}.reel-modal__product{flex:1}.reel-modal__product-scroll{padding:16px}.reel-modal__product-thumb{width:56px;height:56px}.reel-modal__product-title{font-size:1rem}.reel-modal__price-current{font-size:1.05rem}.reel-modal__close{top:8px;right:8px;width:32px;height:32px}}@media(max-width:749px){.reel-slider .swiper-container{overflow:visible}.reel-slider .swiper-button-prev,.reel-slider .swiper-button-next{display:none}.reel-card,.reel-card__video{border-radius:var(--reel-radius, 10px)}.reel-card__play{width:48px;height:48px}.reel-card__play svg{width:18px;height:18px}.reel-card__mute{width:28px;height:28px;bottom:78px;right:10px}.reel-card__mute svg{width:14px;height:14px}.reel-card__caption{padding:12px 10px}.reel-card__caption-title{font-size:.78rem}.reel-card__product{bottom:8px;left:8px;right:8px;padding:8px;gap:8px}.reel-card__product-img{width:36px;height:36px;border-radius:5px}.reel-card__caption{bottom:68px;padding:0 10px 6px}.reel-card__product-name{font-size:.72rem}.reel-card__product-price{font-size:.68rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/reel-video-slider.css.map */
