.elementor-widget-product-detail-video .video-wrapper {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}

.elementor-widget-product-detail-video .product-video {
    max-width: 1004px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    column-gap: 131px;
    row-gap: 20px;
    justify-content: space-between;
}

.elementor-widget-product-detail-video .product-video .content {
    max-width: 386px;
    width: 100%;
    position: relative;
    top: -100px;
}

.elementor-widget-product-detail-video .product-video .content .text {
    margin-top: 51px;
    padding-left: 5px;
}

.elementor-widget-product-detail-video .product-video .content .text p {
    margin-bottom: 20px;
}

.elementor-widget-product-detail-video .video-wrapper video,
.elementor-widget-product-detail-video .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.elementor-widget-product-detail-video .video-overlay {
    width: 100%;
    height: 0;
    padding-bottom: 138.197%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
}

.elementor-widget-product-detail-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.elementor-widget-product-detail-video .product-video .video {
    max-width: 521px;
    width: 100%;
    flex-shrink: 0;
}

.elementor-widget-product-detail-video .play-button:focus,
.elementor-widget-product-detail-video .play-button:hover {
    background: transparent;
}

.elementor-widget-product-detail-video .video-wrapper .video-overlay:not(.play):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.elementor-widget-product-detail-video .video-wrapper .video--youtube-overlay:before {
    display: none !important;
}


@media only screen and (max-width: 1441px) {
    .elementor-widget-product-detail-video .product-video {
        max-width: 1004px;
    }

    .elementor-widget-product-detail-video .product-video .video {
        max-width: 482px;
    }

    .elementor-widget-product-detail-video .product-video .content {
        top: -123px;
    }
}

@media only screen and (max-width: 1280px) {
    .elementor-widget-product-detail-video .product-video {
        margin-top: 150px;
    }

    .elementor-widget-product-gallery-sliders .gallery--slider .swiper-slide .bg-image {
        height: 100%;
    }
}

@media only screen and (max-width: 1024px) {

    .elementor-widget-product-detail-video .video-wrapper,
    .elementor-widget-product-detail-video .video-overlay {
        height: 100%;
    }

    .elementor-widget-product-detail-video .video-overlay {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {

    .elementor-widget-product-detail-video .product-video {
        flex-direction: column;
        margin-top: 0;
    }

    .elementor-widget-product-detail-video .product-video .video,
    .elementor-widget-product-detail-video .product-video .content,
    .elementor-widget-product-detail-video .product-video {
        max-width: 100%;
    }

    .elementor-widget-product-detail-video .product-video .content {
        order: 2;
        top: 0;
    }

    .elementor-widget-product-detail-video .video-overlay {
        padding-bottom: 58.197%;
        height: inherit;
    }
}

@media only screen and (max-width: 767.98px) {

    .elementor-widget-product-detail-video .product-video h3 {
        margin-top: 55px;
    }

    .elementor-widget-product-detail-video .product-video .content .text {
        margin-top: 47px;
        padding-left: 0px;
    }

    .elementor-widget-product-detail-video .product-video {
        margin-top: 0;
    }

    .elementor-widget-product-detail-video .video-overlay {
        padding-bottom: 78.197%;
    }
}

@media only screen and (max-width: 570.98px) {
    .elementor-widget-product-detail-video .video-overlay {
        padding-bottom: 138.197%;
    }
}