.popular-video-modal .modal-header {
    border-bottom: none;
    flex-shrink: 2;
    padding: 0;
}

.popular-video-modal .modal-header .arm-icon-close {
    z-index: 4;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    color: black;
    padding: 4px;
    top: 15px;
    right: 8px;
}

.popular-video-modal .modal-header .arm-icon-close:before {
    color: #000000;
    opacity: 0.8;
}

.popular-video-modal .modal-body {
    padding: 0;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.popular-video-modal .modal-body::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    position: relative;
    background: #000000;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-wrapper {
    width: calc(100vw - 100px);
    height: calc((100vw - 100px) * 1.775);
    background: #000000;
    display: block;
    margin: 0 auto;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-scroll-wrapper .video-scroll-overlay {
    width: calc(100vw - 100px);
    height: calc(((100vw - 100px) * 1.775) - 80px);
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-scroll-wrapper .video-mute {
    position: absolute;
    right: 15px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.80);
    width: 24px;
    height: 24px;
    z-index: 3;
    border-radius: 50px;
    padding: 2px 4px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-scroll-wrapper .video-mute:before {
    color: var(--color__white);
    font-size: 16px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-wrapper .video-image {
    width: 100%;
}


.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-wrapper {
    padding: 10px 16px 40px;

}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-title {
    color: var(--color__black);
    font-family: var(--font-family__noto-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item {
    display: flex;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item:nth-child(n+2) {
    margin-top: 30px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-img-wrapper {
    margin-right: 10px;
    width: 130px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info {
    width: calc(100% - 140px);
    overflow: hidden;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-title {
    color: var(--color__black);
    font-family: var(--font-family__noto-sans);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-price {
    color: var(--color__black);
    font-family: var(--font-family__noto-sans);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-color {
    margin-top: 6px;
    color: var(--color__black);
    font-family: var(--font-family__noto-sans);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-color-count {
    color: #666666;
    font-family: var(--font-family__noto-sans);
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-list {
    white-space: nowrap;
    margin-top: 4px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 0px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .init-swiper .video-product-variant-list {
    overflow-y: unset;
}


.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #DDD;
    padding: 5px;
    margin-right: 6px;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option.show-variant-title {
    padding: 8px 7px;
    width: unset;
    height: unset;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option .variant-label {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option.show-variant-title .variant-image,
.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option .variant-label {
    display: none;
}

.popular-video-modal .modal-body .popular-video-modal-list-item .video-product-list-item .video-product-info .video-product-variant-option.show-variant-title .variant-label {
    display: block;
}


@media all and (max-width: 400px) {

}

@media all and (min-width: 1024px) {
    .popular-video-modal .modal-dialog {
        width: 640px;
        height: 100%;
        margin: 0 auto;
    }

    .popular-video-modal .modal-body .popular-video-modal-list-item .video-wrapper {
        background: var(--color__black);
        width: 100%;
        height: 624px;
    }

    .popular-video-modal .modal-body .popular-video-modal-list-item .video-wrapper .video-image {
        width: 464px;
        margin: 0 auto;
        display: block;
    }

    .popular-video-modal .modal-header .arm-icon-close {
        right: 26px;
        padding: 8px;
    }

    .popular-video-modal .modal-body .popular-video-modal-list-item .video-scroll-wrapper .video-mute {
        right: 26px;
        bottom: 25px;
        width: 32px;
        height: 32px;
        padding: 6px 8px;
    }

}

@media all and (min-width: 2048px) {
    .popular-video-modal .modal-dialog {
        width: 40%;
    }

    .popular-video-modal .modal-body .popular-video-modal-list-item .video-wrapper {
        height: calc(100vh - 320px);
    }
}





















