/* Layout - Collection Slider*/
.collection_reels_section .normal_btn a {
    padding: 5px 0px !important;
}

.collection_reels_section .banner_btn {
    margin-top: 20px;
}

.collection_reels_section .collection_box {
    margin: 0 !important;
}

.collection_reels_section .container_2{
    margin: 0 16px;
    overflow: hidden;
}

.collection_reels_section .collection_swiper{
    margin-bottom: 0px;
}

#custom_popup_container{
    position: relative;
    height: 100%;
    overflow: hidden;
}

#custom_popup{
    position: fixed;
    top: 0;
    z-index: 100015;
    left: 0;
    margin: 16px;
    border-radius: 0;

    width: 369px !important;
    height: 656px !important;
}

#close_custom_popup{
    position: absolute;
    top: 16px !important;
    left: 8px !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .2);
    z-index: 999999 !important;
    transition: .15s;
    width: 40px !important;
    height: 40px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    cursor: pointer;
}

#custom_popup_controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none; 
}

#custom_popup_controls_2 {
    position: absolute;
    top: 50%;
    right: 8px;
    width: auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
}

#custom_popup_controls_2 #prev_btn{
    transform: rotate(180deg);
}

#custom_popup_controls_2 .action_btn{
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .2);
    z-index: 999999 !important;
    transition: .15s;
    width: 40px !important;
    height: 40px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    cursor: pointer;
}

.play_btn {
    cursor: pointer;
    pointer-events: auto; 
}

.custom_popup_video{
    height: unset;
}

.popup_progress{
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
    z-index: 999999 !important;
    transition: .15s;
}

.progress_filled{
    background-color: var(--white-color);
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 0;
    transition: all 0.16s linear;

}

.swiper-lazy-preloader {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 40px; 
    height: 40px; 
    animation: spin 1s linear infinite;
}

.hidden{
    display: none;
}

.prodDetail_custom_popup_related{
    position: absolute;
    bottom: 16px;

    max-height: 150px;
    width: 100%;
    padding: 8px;
}

.prodDetail_custom_popup_related_box{
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    max-height: 100px;
    z-index: 10;
    position: relative;

    max-height: 150px;
    overflow: hidden;
}

.custom_popup_related_img{
    /* max-width: 72px; */
    border-radius: 5px 0px 0px 5px;
    background: rgb(255, 255, 255);
}

.custom_popup_related_img img{
    width: 90px !important;
    height: 100px !important;

    object-fit: cover;
}

.custom_popup_related_content{
    text-transform: uppercase;
    padding: 8px;

    width: 100%;
}

.custom_popup_related_title,
.custom_popup_related_price{
    font-size: 12px;
    font-weight: var(--heading-font-weight);
    line-height: var(--line-height);
    text-align: left;
}

.custom_popup_related_btn{
    width: 100%;
    text-align: right;
}

.custom_popup_related_btn_box{
    font-size: 12px;
    font-weight: var(--heading-font-weight);
    line-height: var(--line-height);
    text-align: right;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 5px 8px;
    border-radius: 6px;
    display: inline-block;

    cursor: pointer;
}

.prodDetail_custom_popup_related_swiper .swiper-wrapper{
    width: fit-content;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 

.custom_popup_video{
    width: 100%;
    height: 100%;
    
    opacity: 1;
    transition: all .5s linear;
}

.custom_popup_content{
    width: 369px !important;
    height: 656px;

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(0, 0, 0, .6);

}

.custom_popup_swiper{
    width: 369px !important ;
    height: 656px;
}

.video-link .background-video{
    background: var(--light-grey-color-2); 
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
    max-height:656px; 
    position: relative;

    aspect-ratio: 9 / 16;
}

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

}

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

}

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

    #custom_popup {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
        margin: 0;

        min-width: 100%;
        min-height: 100%;
    }

    .custom_popup_content{
        width: 100% !important;
        height: 100%;

        overflow: hidden;
    }

    .custom_popup_swiper,
    .custom_popup_swiper .custom_popup_video_slide.swiper-slide {
        width: 100vw !important;
        height: 100% !important;
        /* height: 100vh !important; */
        max-height: 100% !important;
        max-width: 100vw !important;
    }

    #custom_popup_video,
    .custom_popup_video {
        width: 100%;
        /* height: 100vh; */
        /* min-height: 100%; */
        object-fit: cover;
        max-width: 100vw;
    }

    .prodDetail_custom_popup_related {
        bottom: 1%;
    }
}

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

}

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

}
