.shoppable-video-slider{width:100%;max-width:var(--max-width);margin:var(--margin-top) auto var(--margin-bottom);padding:var(--padding-top) var(--padding-horizontal) var(--padding-bottom);font-family:inherit}.shoppable-video-slider-title{text-align:var(--title-alignment);color:var(--title-color);font-size:var(--title-size);font-weight:var(--title-weight);margin-bottom:var(--title-margin-bottom);line-height:1.2}.shoppable-video-slider-subtitle{text-align:var(--subtitle-alignment, left);color:var(--subtitle-color, #666666);font-size:var(--subtitle-size, 16px);font-weight:var(--subtitle-weight, 400);margin-top:var(--subtitle-margin-top, 8px);margin-bottom:var(--subtitle-margin-bottom, 20px);padding-top:var(--subtitle-padding-top, 0px);padding-bottom:var(--subtitle-padding-bottom, 0px);line-height:1.4;display:block!important;visibility:visible!important}.shoppable-video-slider-subtitle p{margin:0 0 .8em;color:inherit;font-size:inherit;font-weight:inherit;text-align:inherit}.shoppable-video-slider-subtitle p:last-child{margin-bottom:0}.shoppable-video-slider-subtitle strong{font-weight:600;color:inherit}.shoppable-video-slider-subtitle em{font-style:italic;color:inherit}.shoppable-video-slider-subtitle a{color:var(--accent-color);text-decoration:underline}.shoppable-video-slider-subtitle ul,.shoppable-video-slider-subtitle ol{margin:.5em 0;padding-left:1.5em;color:inherit}.shoppable-video-slider-subtitle li{margin-bottom:.3em;color:inherit}.shoppable-video-slider-container{position:relative;overflow:hidden;border-radius:var(--border-radius)}.shoppable-video-slider-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);gap:var(--video-gap)}.shoppable-video-slide{position:relative;flex:0 0 auto;width:var(--video-width);height:var(--video-height);border-radius:var(--video-border-radius);overflow:hidden;cursor:pointer;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;border:1px solid rgba(255,255,255,.1);animation:fadeInUp .6s ease forwards}.shoppable-video-slide:nth-child(2){animation-delay:.1s}.shoppable-video-slide:nth-child(3){animation-delay:.2s}.shoppable-video-slide:nth-child(4){animation-delay:.3s}.shoppable-video-slide:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.shoppable-video-slide video{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.shoppable-video-slide.autoplay-active video{z-index:3}.shoppable-video-slide.autoplay-active .shoppable-video-slide-overlay{opacity:0;z-index:2}.shoppable-video-slide.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;z-index:4}.shoppable-video-slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.4) 100%);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:2}.shoppable-video-slide:hover .shoppable-video-slide-overlay{opacity:1}.shoppable-video-play-button{width:50px;height:50px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,background .3s ease;box-shadow:0 6px 20px #0003}.shoppable-video-play-button:hover{transform:scale(1.1);background:#fff}.shoppable-video-play-button svg{width:20px;height:20px;fill:#333;margin-left:2px}.shoppable-slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:var(--nav-bg-color);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 6px 25px #00000026;opacity:.8}.shoppable-slider-nav:hover{background:var(--nav-hover-color);transform:translateY(-50%) scale(1.1);opacity:1}.shoppable-slider-nav.prev{left:-25px}.shoppable-slider-nav.next{right:-25px}.shoppable-slider-nav svg{width:20px;height:20px;fill:var(--nav-icon-color)}.shoppable-video-pagination{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.shoppable-pagination-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.shoppable-pagination-dot.active{background:var(--accent-color);transform:scale(1.3)}.shoppable-video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:1000;display:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:flex-end;align-items:center;padding:40px}.shoppable-video-modal.active{display:flex}.shoppable-video-modal-content{position:relative;width:400px;height:85vh;max-height:750px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:24px;overflow:hidden;box-shadow:0 25px 80px #0009;margin-right:50px;border:1px solid rgba(255,255,255,.1);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideIn{0%{transform:translate(100px) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.shoppable-video-modal-close{position:absolute;top:20px;right:20px;width:45px;height:45px;border-radius:50%;background:#fff3;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shoppable-video-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.shoppable-video-modal-close svg{width:22px;height:22px;fill:#fff}.shoppable-audio-control-icon{position:absolute;top:20px;left:20px;width:35px;height:35px;fill:#fff;cursor:pointer;transition:all .3s ease;z-index:15;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));opacity:.8}.shoppable-audio-control-icon:hover{opacity:1;transform:scale(1.1)}.shoppable-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:15;box-shadow:0 6px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden}.shoppable-modal-nav.show{opacity:1;visibility:visible}.shoppable-modal-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.shoppable-modal-nav.prev{left:15px}.shoppable-modal-nav.next{right:15px}.shoppable-modal-nav svg{width:18px;height:18px;fill:#333}.shoppable-modal-nav-icon{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;fill:#fff;cursor:pointer;transition:all .3s ease;opacity:0;visibility:hidden;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));z-index:1001}.shoppable-modal-nav-icon.show{opacity:.7;visibility:visible}.shoppable-modal-nav-icon:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.shoppable-modal-nav-icon.prev{left:40px;animation:slideLeft 2s ease-in-out infinite}.shoppable-modal-nav-icon.next{right:40px;animation:slideRight 2s ease-in-out infinite}@keyframes slideLeft{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(-8px)}}@keyframes slideRight{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(8px)}}.shoppable-video-modal-player{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.shoppable-video-modal-player video{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.shoppable-video-modal-player.slide-left video{transform:translate(-100%)}.shoppable-video-modal-player.slide-right video{transform:translate(100%)}.shoppable-video-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:500;z-index:5;display:none;background:#000000d9;padding:15px 25px;border-radius:30px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}.shoppable-video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#fffffff2;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 8px 25px #0000004d}.shoppable-video-play-overlay:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff}.shoppable-video-play-overlay svg{width:24px;height:24px;fill:#333;margin-left:3px}.shoppable-video-play-overlay.show{display:flex}.shoppable-video-progress-bar{position:absolute;top:0;left:0;right:0;width:100%;height:4px;background:#ffffff4d;z-index:20;cursor:pointer;display:block}.shoppable-video-progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--accent-color);width:0%;transition:width .1s linear;display:block}.shoppable-product-info{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(255,255,255,calc(var(--product-bg-opacity) / 100));border-radius:20px;padding:20px;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.shoppable-product-info:hover{transform:translateY(-3px)}.shoppable-product-slider-container{position:relative;overflow:hidden}.shoppable-product-slider-track{display:flex;transition:transform .3s ease;gap:0}.shoppable-product-slider-track[data-draggable=true]{cursor:grab}.shoppable-product-slider-track[data-draggable=true]:active{cursor:grabbing}.shoppable-product-card{flex:0 0 100%;width:100%;display:flex;align-items:center;gap:15px;padding:5px;opacity:0;animation:fadeInUp .4s ease forwards;box-sizing:border-box}.shoppable-product-image{width:55px;height:55px;border-radius:10px;object-fit:cover;background:#f8f8f8;border:1px solid rgba(0,0,0,.05);flex-shrink:0}.shoppable-product-details{flex:1;min-width:0}.shoppable-product-name{font-size:14px;font-weight:600;margin-bottom:6px;color:var(--product-title-color);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shoppable-product-price{display:flex;align-items:center;gap:10px;margin-bottom:8px}.shoppable-product-price .current-price{font-size:16px;font-weight:700;color:var(--price-color)}.shoppable-product-price .compare-price{font-size:14px;color:#999;text-decoration:line-through;font-weight:500}.shoppable-product-actions{display:flex;gap:8px;margin-top:8px}.shoppable-product-dots{display:flex;justify-content:center;gap:6px;margin-top:12px;opacity:0;transition:opacity .3s ease}.shoppable-product-info:hover .shoppable-product-dots{opacity:1}.shoppable-product-dot{width:6px;height:6px;border-radius:50%;background:#0000004d;cursor:pointer;transition:all .3s ease}.shoppable-product-dot.active{background:var(--accent-color);transform:scale(1.2)}.shoppable-shop-button{background:var(--button-bg-color);color:var(--button-text-color);border:none;padding:10px 20px;border-radius:25px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 20px #00000026;white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden}.shoppable-shop-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.shoppable-shop-button:hover:before{left:100%}.shoppable-shop-button:hover{background:var(--button-hover-color);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px #00000040}.shoppable-shop-button svg{width:14px;height:14px;fill:currentColor}.shoppable-view-product{flex:1;background:var(--button-bg-color)!important;color:var(--button-text-color)!important;font-size:13px!important;padding:10px 20px!important;justify-content:center}.shoppable-view-product:hover{background:var(--button-hover-color)!important}.shoppable-product-nav{position:absolute;top:50%;transform:translateY(-50%);width:35px;height:35px;border-radius:50%;background:#000000b3;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;opacity:0;visibility:hidden}.shoppable-product-info:hover .shoppable-product-nav{opacity:1;visibility:visible}.shoppable-product-nav:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.shoppable-product-nav.prev{left:-10px}.shoppable-product-nav.next{right:-10px}.shoppable-product-nav svg{width:16px;height:16px;fill:#fff}.shoppable-product-skeleton{display:flex;align-items:center;gap:15px;padding:15px;background:rgba(255,255,255,calc(var(--product-bg-opacity) / 100));border-radius:16px;animation:skeleton-loading 1.5s ease-in-out infinite;width:100%;box-sizing:border-box}.shoppable-skeleton-image{width:55px;height:55px;border-radius:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;flex-shrink:0}.shoppable-skeleton-content{flex:1;min-width:0}.shoppable-skeleton-title{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;margin-bottom:8px;animation:skeleton-shimmer 1.5s infinite}.shoppable-skeleton-price{height:12px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-loading{0%,to{opacity:1}50%{opacity:.7}}.shoppable-powered-by{position:absolute;bottom:12px;right:12px;background:var(--powered-by-bg-color);color:var(--powered-by-text-color);padding:6px 12px;border-radius:20px;font-size:11px;font-weight:500;display:flex;align-items:center;gap:6px;opacity:.9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shoppable-powered-by svg{width:12px;height:12px;fill:currentColor}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.shoppable-video-slider-container{margin:0 -10px}.shoppable-video-slider-track{padding:0 10px}.shoppable-video-slide{width:calc((100vw - 40px)/3.2);height:calc((100vw - 40px)/3.2*1.6);min-width:100px;min-height:160px}.shoppable-slider-nav{display:none}.shoppable-video-modal{justify-content:center;padding:30px 20px}.shoppable-video-modal-content{width:90%;max-width:380px;height:75vh;margin-right:0;border-radius:20px;animation:modalSlideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideUp{0%{transform:translateY(100px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.shoppable-modal-nav-icon{width:40px;height:40px}.shoppable-modal-nav-icon.prev{left:20px}.shoppable-modal-nav-icon.next{right:20px}.shoppable-modal-nav{display:none}.shoppable-audio-control-icon{width:30px;height:30px;top:15px;left:15px}.shoppable-product-info{left:15px;right:15px;padding:15px;border-radius:16px}.shoppable-product-card{padding:3px}.shoppable-product-actions{flex-direction:column;gap:6px}.shoppable-view-product{font-size:11px!important;padding:8px 16px!important}.shoppable-product-image{width:40px;height:40px}.shoppable-product-name{font-size:12px;line-height:1.2}.shoppable-product-dots{margin-top:8px}.shoppable-product-dot{width:5px;height:5px}.shoppable-product-nav{width:30px;height:30px}.shoppable-product-nav svg{width:14px;height:14px}.shoppable-video-play-overlay{width:50px;height:50px}.shoppable-video-play-overlay svg{width:20px;height:20px}.shoppable-video-play-button{width:40px;height:40px}.shoppable-video-play-button svg{width:16px;height:16px}.shoppable-video-slider-subtitle{font-size:var(--subtitle-size)!important;color:var(--subtitle-color)!important;text-align:var(--subtitle-alignment)!important;margin-top:var(--subtitle-margin-top)!important;margin-bottom:var(--subtitle-margin-bottom)!important}}@media (hover: none){.shoppable-video-slide:hover{transform:none;box-shadow:none}.shoppable-video-slide-overlay{opacity:1}.shoppable-video-play-button{background:#ffffffe6}.shoppable-product-nav{opacity:1;visibility:visible}.shoppable-product-dots{opacity:1}}video::-webkit-media-controls,video::-webkit-media-controls-panel,video::-webkit-media-controls-play-button,video::-webkit-media-controls-start-playback-button{display:none!important}.shoppable-video-slider button:focus,.shoppable-video-modal button:focus{outline:2px solid var(--accent-color);outline-offset:2px}@media (prefers-reduced-motion: reduce){.shoppable-video-slider-track,.shoppable-video-slide,.shoppable-modal-nav,.shoppable-product-slider-track,.shoppable-video-modal-content,.shoppable-modal-nav-icon.prev,.shoppable-modal-nav-icon.next{transition:none;animation:none}.shoppable-video-slide,.shoppable-product-card{animation:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/shoppable-video-slider.css.map */
