.sali-woo-video-slide-wrapper{position:relative;width:100%;background:#000;overflow:hidden;}.sali-woo-video-slide-inner{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;cursor:pointer;z-index:2;}.sali-woo-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity 0.2s ease,background 0.2s ease;z-index:2;}.sali-woo-video-slide-inner:hover .sali-woo-video-overlay{background:rgba(0,0,0,0.35);}.sali-woo-play-button{width:60px;height:60px;background:var(--sali-woo-play-bg,#ffffff);color:var(--sali-woo-play-color,#111111);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,0.3);transition:transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275);}.sali-woo-play-button svg{width:24px;height:24px;margin-left:3px;}.sali-woo-video-slide-inner:hover .sali-woo-play-button{transform:var(--sali-woo-play-hover-scale,scale(1.1));}.sali-shopee-lightbox-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999999;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}.sali-shopee-lightbox-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.82);backdrop-filter:blur(var(--sali-woo-modal-blur,10px));z-index:1;}.sali-shopee-lightbox-container{position:relative;background:#fff;width:92vw;height:86vh;max-width:1200px;max-height:800px;display:flex;flex-direction:row;box-shadow:0 20px 50px rgba(0,0,0,0.4);z-index:2;overflow:hidden;animation:saliModalZoomIn 0.22s cubic-bezier(0.1,0.9,0.2,1);}@keyframes saliModalZoomIn{from{transform:scale(0.96);opacity:0;}to{transform:scale(1);opacity:1;}}.sali-shopee-lightbox-left{flex:1;height:100%;background:#000;position:relative;display:flex;align-items:center;justify-content:center;}.sali-shopee-viewer-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}.sali-shopee-viewer-content img{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto;display:block;user-select:none;}.sali-shopee-viewer-content .plyr,.sali-shopee-viewer-content video,.sali-shopee-viewer-content iframe{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border:none;}#sali-shopee-lightbox .sali-shopee-nav{position:absolute !important;top:0 !important;height:100% !important;width:80px !important;background:transparent !important;border:none !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:100 !important;padding:0 !important;outline:none !important;box-shadow:none !important;}#sali-shopee-lightbox .sali-shopee-nav span{display:flex !important;align-items:center !important;justify-content:center !important;width:48px !important;height:80px !important;background-color:rgba(0,0,0,0.55) !important;color:#ffffff !important;font-size:38px !important;font-family:Arial,sans-serif !important;font-weight:300 !important;border-radius:6px !important;transition:background-color 0.2s,transform 0.15s !important;user-select:none !important;}#sali-shopee-lightbox .sali-shopee-nav:hover span{background-color:rgba(0,0,0,0.85) !important;transform:scale(1.06) !important;}#sali-shopee-lightbox .sali-shopee-nav-prev{left:0 !important;}#sali-shopee-lightbox .sali-shopee-nav-next{right:0 !important;}.sali-shopee-lightbox-right{width:350px;height:100%;background:#fff;display:flex;flex-direction:column;box-sizing:border-box;border-left:1px solid #e2e8f0;flex-shrink:0;position:relative;}.sali-shopee-right-header{position:relative;padding:24px;border-bottom:1px solid #f1f5f9;box-sizing:border-box;}.sali-shopee-product-title{margin:0;font-size:15px;font-weight:600;color:#1e293b;line-height:1.5;padding-right:40px;box-sizing:border-box;}#sali-shopee-lightbox .sali-shopee-close-btn{position:absolute !important;top:15px !important;right:15px !important;width:42px !important;height:42px !important;background-color:#f1f5f9 !important;border:1px solid #cbd5e1 !important;border-radius:50% !important;font-size:26px !important;color:#475569 !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;padding:0 !important;z-index:100 !important;transition:background-color 0.2s,color 0.2s,transform 0.15s !important;outline:none !important;box-shadow:none !important;}#sali-shopee-lightbox .sali-shopee-close-btn:hover{background-color:#cbd5e1 !important;color:#0f172a !important;transform:scale(1.05) !important;}.sali-shopee-thumbs-container{flex:1;overflow-y:auto;padding:20px;box-sizing:border-box;}.sali-shopee-thumbs-container::-webkit-scrollbar{width:6px;}.sali-shopee-thumbs-container::-webkit-scrollbar-track{background:#f1f5f9;}.sali-shopee-thumbs-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;}.sali-shopee-thumbs-container::-webkit-scrollbar-thumb:hover{background:#94a3b8;}.sali-shopee-thumbs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}.sali-shopee-thumb-card{aspect-ratio:1/1;border:2px solid #e2e8f0 !important;border-radius:6px;cursor:pointer;overflow:hidden;position:relative;background:#f8fafc;box-sizing:border-box;transition:border-color 0.2s,transform 0.2s;}.sali-shopee-thumb-card:hover{border-color:#ff5722 !important;transform:scale(1.02);}.sali-shopee-thumb-card.active{border-color:#ff5722 !important;box-shadow:0 4px 10px rgba(255,87,34,0.15);}.sali-shopee-thumb-card img{width:100%;height:100%;object-fit:cover;display:block;}.sali-shopee-thumb-card.is-video::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.15);z-index:1;}.sali-shopee-video-badge{position:absolute;bottom:4px;left:4px;right:4px;background:rgba(0,0,0,0.7);color:#fff;padding:2px 0;border-radius:3px;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:3px;line-height:1;z-index:2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}.sali-shopee-video-badge::before{content:"\f161";font-family:dashicons;font-size:8px;line-height:1;color:#fff;}#sali-shopee-lightbox .plyr--video{--plyr-color-main:#ff5722;}#sali-shopee-lightbox .plyr__control:focus,#sali-shopee-lightbox .plyr__control--focused{background:#ff5722 !important;color:#fff !important;}#sali-shopee-lightbox button,#sali-shopee-lightbox button:focus,#sali-shopee-lightbox button:active,#sali-shopee-lightbox a,#sali-shopee-lightbox a:focus,#sali-shopee-lightbox a:active,#sali-shopee-lightbox input,#sali-shopee-lightbox input:focus,#sali-shopee-lightbox input:active,#sali-shopee-lightbox [role="button"],#sali-shopee-lightbox .plyr__control,#sali-shopee-lightbox .plyr__control:focus,#sali-shopee-lightbox .plyr__control:active{outline:none !important;border:none !important;box-shadow:none !important;}@media (max-width:768px){.sali-shopee-lightbox-container{flex-direction:column;width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0;}.sali-shopee-lightbox-left{flex:1;min-height:50vh;}.sali-shopee-lightbox-right{width:100%;height:auto;max-height:50vh;border-left:none;border-top:1px solid #e2e8f0;}.sali-shopee-thumbs-grid{grid-template-columns:repeat(6,1fr);}.sali-shopee-nav{height:100% !important;width:50px !important;}#sali-shopee-lightbox .sali-shopee-nav span{width:32px !important;height:50px !important;font-size:24px !important;}}