.woocommerce-product-gallery .lgw-wgv-video-slide {
    background: #f6f7f9;
}

.single-product .cocoon-product-images .woocommerce-product-gallery__wrapper {
    height: min(78vh, 660px);
    min-height: 600px;
    overflow: hidden;
    background: #000;
}

.single-product .cocoon-product-images .woocommerce-product-gallery__image {
    height: 100%;
    background: #000;
}

.single-product .cocoon-product-images .woocommerce-product-gallery__image > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.single-product .cocoon-product-images .woocommerce-product-gallery__image img.attachment-shop_single,
.single-product .cocoon-product-images .woocommerce-product-gallery__image img.size-shop_single {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.woocommerce-product-gallery .lgw-wgv-video-link {
    display: block;
    width: 100%;
    cursor: default;
}

.woocommerce-product-gallery .lgw-wgv-video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    background: #000;
    object-fit: contain;
}

.woocommerce-product-gallery .lgw-wgv-active-video-panel {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    float: none;
    clear: both;
    margin: 0;
}

.woocommerce-product-gallery .lgw-wgv-active-video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: contain;
}

.woocommerce-product-gallery .lgw-wgv-video-slide {
    display: none;
}

.woocommerce-product-gallery__wrapper.lgw-wgv-video-mode {
    display: block;
    overflow: hidden;
}

.woocommerce-product-gallery__wrapper.lgw-wgv-video-mode .lgw-wgv-hidden-slide,
.woocommerce-product-gallery__wrapper.lgw-wgv-video-mode .lgw-wgv-video-slide {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.woocommerce-product-gallery .flex-control-thumbs .lgw-wgv-video-thumb {
    position: relative;
}

.woocommerce-product-gallery .flex-control-thumbs .lgw-wgv-video-thumb::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(17, 24, 39, .82);
    pointer-events: none;
}

.woocommerce-product-gallery .flex-control-thumbs .lgw-wgv-video-thumb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    z-index: 1;
    pointer-events: none;
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 92px;
    cursor: pointer;
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    min-height: 0;
    border: 1px solid #d7dce2;
    background: #f6f7f9;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb.lgw-wgv-is-active .lgw-wgv-theme-thumb-button {
    border-color: #111827;
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button span,
#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .84);
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button.lgw-wgv-has-poster span {
    background: rgba(17, 24, 39, .72);
}

#product-thumbnails .thumbnails .lgw-wgv-theme-thumb-button::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    z-index: 1;
}

@media (max-width: 767px) {
    .single-product .cocoon-product-images .woocommerce-product-gallery__wrapper {
        height: min(72vh, 560px);
        min-height: 420px;
    }
}

#product-thumbnails .thumbnails > div {
    overflow: hidden;
}

#product-thumbnails .thumbnails > div:not(.lgw-wgv-theme-thumb) {
    max-width: 92px;
    aspect-ratio: 1 / 1.08;
}

#product-thumbnails .thumbnails > div:not(.lgw-wgv-theme-thumb) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}
