
/*
 * v0.9.7 — todos os vídeos de produto usam a mesma caixa/player.
 */
.sf-product-page .sf-product-video-frame .edh-wcpl-video-shell {
    width: 100% !important;
    height: 100% !important;
    min-height: 520px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #21181b !important;
    border-radius: inherit !important;
}

.sf-product-page .sf-product-video-frame .edh-wcpl-native-product-video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 620px !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: #21181b !important;
    object-fit: contain !important;
}

.sf-product-page .sf-product-video-frame .edh-wcpl-video-shell-embed {
    position: relative !important;
    min-height: 520px !important;
}

.sf-product-page .sf-product-video-frame .edh-wcpl-product-video-embed,
.sf-product-page .sf-product-video-frame .edh-wcpl-oembed iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 520px !important;
    border: 0 !important;
    background: #21181b !important;
}

@media (max-width: 767px) {
    .sf-product-page .sf-product-video-frame .edh-wcpl-video-shell,
    .sf-product-page .sf-product-video-frame .edh-wcpl-video-shell-embed {
        min-height: 420px !important;
    }

    .sf-product-page .sf-product-video-frame .edh-wcpl-native-product-video {
        max-height: 72vh !important;
    }

    .sf-product-page .sf-product-video-frame .edh-wcpl-product-video-embed,
    .sf-product-page .sf-product-video-frame .edh-wcpl-oembed iframe {
        min-height: 420px !important;
    }
}
