.nx-product-videos__card {
    cursor: pointer
}

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

.nxProductVideosSwiper {
    width: 100vw;
    overflow: hidden
}

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

.nx-product-videos__card-product-content-wrap a {
    color: inherit
}

.nx-product-videos__card-product-content-wrap h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 14px
}

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

.nx-product-videos__card-product-price-wrap > div:first-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.nx-product-videos__card-product-price-wrap > 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
}

.nx-product-videos__card-product-price-wrap > div:nth-child(2) img {
    position: relative;
    top: 1px
}

.nxProductVideosSwiperNav {
    display: none
}

.nxProductVideosSwiperNav .swiper-button-next, .nxProductVideosSwiperNav .swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100%;
    border: 1px solid #0000001A;
    background-color: #fff;
    top: calc(50% - 50px) !important
}

.nxProductVideosSwiperNav {
    --swiper-navigation-size: 20px
}

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

    .nxProductVideosSwiper {
        max-height: 585.01px
    }
}

@media screen and (min-width: 1200px) {
    .nxProductVideosSwiperNav {
        display: block
    }

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

    .nxProductVideosSwiperNav .swiper-button-prev {
        left: -25px !important
    }

    .nxProductVideosSwiperNav .swiper-button-next {
        right: -40px !important
    }
}

@media screen and (min-width: 1400px) {
    .nxProductVideosSwiperNav .swiper-button-next {
        right: -15px !important
    }
}