.product-video-list{gap:5px;display:flex}.product-video-item{background:0 0;border-radius:100%;padding:2px}.product-video-item.active{background:linear-gradient(320deg,#3d4eac 16%,#b733ae 46%,#da9f33 87%)}.product-video-link{border:3px solid #0000;border-radius:100%;width:48px;height:48px;display:flex;overflow:hidden}.product-video-item.active .product-video-link{border-color:#fff}.product-video-link .image-wrapper{background:var(--colorImageBg)}.product-video-link video{object-fit:cover;width:100%;height:100%}.product-video-popup{z-index:99;pointer-events:none;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.product-video-popup-card{pointer-events:all;width:100%;max-width:400px;max-height:100%;margin-top:auto;margin-left:auto;padding:20px;transition:all .3s linear 50ms;overflow:auto}.video-popup-open .product-video-popup-card{animation:.3s linear fade-up}@keyframes fade-up{0%{opacity:0;visibility:hidden;transform:translateY(30%)}to{opacity:1;visibility:visible;transform:translateY(0%)}}.product-video-popup-inner{background-color:var(--primaryColorBody);border-radius:15px;position:relative;overflow:hidden;box-shadow:0 0 10px #0000004d}.product-video-popup-content video{width:100%;height:100%}.product-video-popup-close{z-index:1;cursor:pointer;color:#fff;background:#00000063;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:8px;left:8px}.product-video-popup-close svg{fill:currentColor;width:14px;height:14px}