/* commone css  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.style_products__container {
    max-width: 1320px;
    width: 100%;
    padding: 0 19.5px;
    margin: 0 auto;
    /* box-shadow: 0 0 1px black; */
}


/* tabs css--------------------------------------------------------------   */

.style_products_popup {
    display: none;
}

.hide_overflow {
    overflow: hidden;
    height: 100vh;
    padding-bottom: unset;
}

.style_products {
    margin-bottom: 150px;
}

.product_actual-title {
    margin: 0px;
    padding: 0px;
    color: #202020;
    font-family: BioRhyme;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

/* tabs */

.tabs {
    text-align: center;
}


.tab-list {
    box-sizing: border-box;
    max-width: 636px;
    width: 100%;
    height: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    margin: 50px auto;
}

/* .all_products-Btn, .furniture_Btn, .lights_Btn, .rugs_Btn, .wallpapers_Btn, .color_swatches-Btn { */
.tab-list .all_btn {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border-style: none;

    background-color: white;
    color: #696969;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23PX;
    opacity: 0.7;
    position: relative;
}

.data_outer-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* .data_outer-container>.all_products-Btn, .furniture_Btn, .lights_Btn, .rugs_Btn, .wallpapers_Btn, .color_swatches-Btn { */
.tab-list .all_btn {
    padding-bottom: 20px;
}

.data_outer-container a{
    max-width: 413px;
    width: 100%;
}
/* .style_products .tabs_product {
    max-width: 413px;
    width: 100%;
} */

.product_img {
    width: 100%;
    height: 305px;
}

.product_img__resizeIcon {
    display: none;
}

.product_desp {
    padding-top: 16px;
    color: #202020;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tab-list .all_btn.active {
    color: #323232;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    opacity: 1;
}

.tab-list .all_btn.active:after{
    content : "";
    width : 16px;
    height : 2px;
    position : absolute;
    top : 0;
    left : 0;
    background : #feaa06;
}


.style_products__disclaimer {
    margin-top: 150px;
    margin-bottom: 150px;
}

.style_products__disclaimer h2 {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #202020;
}

.style_products__disclaimer p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #323232;
}

/* mobile-view */

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

    .style_products {
        position: relative;
        margin-bottom: 100px;
    }

    .style_products__container {
        max-width: 375px;
    }

    .product_actual-title {
        font-size: 22px;
        line-height: 31px;
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }

    .outer_container {
        gap: 36px;
    }


    /* tabs */

    .tab-list {
        padding: 0px;
        gap: 24px;
        align-items: flex-start;
        margin: 44px auto;
        margin-bottom: 35px;
        box-sizing: border-box;
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        max-width: 370px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 36px;
    }



    .tab-list::-webkit-scrollbar {
        width: 12px;
    }

    .tab-list::-webkit-scrollbar-thumb {
        background-color: transparent;
    }



    /* .all_products-Btn, .furniture_Btn, .lights_Btn, .rugs_Btn, .wallpapers_Btn, .color_swatches-Btn { */
    .tab-list .all_btn {
        padding-top: 4px;
        height: 28px;
        padding-bottom: 0px;
    }

    .data_outer-container {
        max-width: 336px;
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;

    }

    .tab-list .all_btn.active{
        color: #202020;
    }

    .tab-list .all_btn.active:after{
        background : #F6AC1D;
    }

    .style_products .tabs_product {
        width: 47.024%;
    }
    /* .style_products .tabs_product {
        width: 47.024%;
    } */

    .product_img__wrapper {
        position: relative;
        height: 158px;
    }

    .product_img {
        width: 100%;
        height: 158px;
        border-radius: 6px;
    }

    .product_img__resizeIcon {
        position: absolute;
        left: 8px;
        bottom: 8px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: block;
    }

    .product_desp {
        padding-top: 16px;
        max-width: 157.5px;
        width: 100%;
        color: #202020;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16.8px;
        text-transform: capitalize;
        margin-bottom: unset;
    }


    .style_products_popup {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background: #191919d4;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .style_products_popup__img_wrapper {
        position: relative;
        width: 100%;
    }

    .style_products_popup__image {
        max-width: 375px;
        width: 100%;
        height: 293px;
        margin: 0 auto;
        display: block;
    }

    .style_products_popup_cross_icon {
        width: 48px;
        height: 48px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -80px;
    }

    .style_products__disclaimer {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .style_products__disclaimer h2 {
        font-size: 26px;
        line-height: 33.8px;
        text-align: center;
        color: #323232;
    }
    
    .style_products__disclaimer p {
        color: #323232;
    }

}
@media screen and (max-width : 374.9px){
    .data_outer-container a{
        width: 46.7%;
    }
    /* .style_products .tabs_product {
        width: 46.7%;
    } */
}