.nx-product-videos__card {
    cursor: pointer
}

.nx-product-videos__card-video-wrap iframe {
    height: 480px;
    pointer-events: none;
    max-width: 100%
}

.nxProductVideosSwiper {
    overflow: hidden;
    .swiper-pagination{
        margin-top: 30px;
        position: relative;
    }
}

.nx-product-videos__card-product-content-wrap {
    padding: 1rem;
    border: 1px solid #f3f3f3;
    border-top: none
}


.nx-product-videos__card-product-content-wrap h3 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #000;
    a {
        color: inherit;
    }
}

.nx-product-videos__card-product-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;

    & > div:first-child {
        font-size: 15px;
        font-weight: 700;
        line-height: 16px;

        a {
            color: inherit;

            del {
                font-weight: normal;
                margin-right: 8px;
            }

            ins {
                color: var(--w-product-card-price-color, #000);
                font-weight: var(--w-product-card-price-font-weight, 600);
            }
        }
    }

    & > div:nth-child(2) {
        border: 1px solid #d6d6d6;
        padding: 7px 10px;
        font-size: 13px;
        font-weight: 700;
        line-height: 15.23px;
        letter-spacing: .26072070002555847px;
        text-align: left;

        img {
            position: relative;
            top: 1px
        }

    }
}


@media screen and (min-width: 768px) {
    .nx-product-videos__card {
        /*max-width: 270px*/
    }

    .nxProductVideosSwiper {
        /*max-height: 585.01px*/
    }
}

@media screen and (min-width: 1200px) {


    .nx-product-videos__card-video-wrap iframe {
        max-width: 271px
    }

}

@media screen and (min-width: 1400px) {
}