.woocommerce-product-gallery .ivpgv-gallery-item {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #fff;
}

.woocommerce-product-gallery .ivpgv-video-frame.is-poster-ready,
.woocommerce-product-gallery .ivpgv-video-frame.is-poster-ready .ivpgv-video {
    cursor: pointer !important;
}

.woocommerce-product-gallery .ivpgv-video-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
}

.woocommerce-product-gallery .ivpgv-video-frame.has-play-overlay::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.woocommerce-product-gallery .ivpgv-video-frame.has-play-overlay::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 3;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid #111;
    transform: translate(-38%, -50%);
    pointer-events: none;
}

.woocommerce-product-gallery .ivpgv-video-frame.has-play-overlay.is-playing::before,
.woocommerce-product-gallery .ivpgv-video-frame.has-play-overlay.is-playing::after {
    opacity: 0;
}

.woocommerce-product-gallery .ivpgv-video-frame.has-play-button::before,
.woocommerce-product-gallery .ivpgv-video-frame.has-play-button::after {
    display: none;
}

.woocommerce-product-gallery .ivpgv-video-frame .ivpgv-play-button,
.woocommerce-product-gallery .ivpgv-video-frame button.ivpgv-play-button {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    z-index: 30 !important;
    display: block !important;
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    outline: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transform: translate(-50%, -50%) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.woocommerce-product-gallery .ivpgv-video-frame .ivpgv-play-button::before,
.woocommerce-product-gallery .ivpgv-video-frame button.ivpgv-play-button::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid #111;
    transform: translate(-35%, -50%);
}

.woocommerce-product-gallery .ivpgv-video-frame .ivpgv-play-button:hover,
.woocommerce-product-gallery .ivpgv-video-frame button.ivpgv-play-button:hover {
    background: #fff !important;
    transform: translate(-50%, -50%) scale(1.04) !important;
}

.woocommerce-product-gallery .ivpgv-video-frame.is-playing .ivpgv-play-button {
    display: none !important;
}

.woocommerce-product-gallery.ivpgv-video-is-active .woocommerce-product-gallery__trigger,
.shopengine-product-image.ivpgv-video-is-active .shopengine-product-image-toggle,
.shopengine-product-image:has(.woocommerce-product-gallery.ivpgv-video-is-active) .shopengine-product-image-toggle {
    display: none !important;
}

.woocommerce-product-gallery .ivpgv-video,
.woocommerce-product-gallery .ivpgv-embed,
.woocommerce-product-gallery .ivpgv-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery .ivpgv-video {
    position: relative;
    z-index: 1;
    cursor: auto !important;
    pointer-events: auto !important;
    object-fit: contain;
    background: #fff;
}

.woocommerce-product-gallery .ivpgv-video:hover::-webkit-media-controls-panel,
.woocommerce-product-gallery .ivpgv-video:focus::-webkit-media-controls-panel,
.woocommerce-product-gallery .ivpgv-video-frame:hover .ivpgv-video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.woocommerce-product-gallery .ivpgv-embed iframe {
    border: 0;
}

.woocommerce-product-gallery .ivpgv-video-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.flex-control-thumbs li.ivpgv-video-thumb {
    position: relative;
    overflow: visible;
}

.flex-control-thumbs li.ivpgv-video-thumb::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.flex-control-thumbs li.ivpgv-video-thumb::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #111;
    transform: translate(-36%, -50%);
    pointer-events: none;
}
