/* S: Product Page */
.swiper.additional-images {
    height: auto !important;
}
/* E: Product Page */

/* S: List */
.product-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.product-video .video-container {
    height: 100%;
}

.is-playing .product-video {
    display: block;
}

.product-video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
}

.product-video + .quickview-button {
    display: none !important;
}
/* E: List */

/* S: General */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    text-shadow: 0 0 5px #000;
    z-index: 99;
}
/* E: General */