.logo-header img{
    width: 194px;
}

.cashPrice{
    color: #BEA075;
}

.installmentPrice{
    color: #747487;
}

.card-product .card-product-wrapper{
    aspect-ratio: 0;
}

.box-store{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flat-wrap-media-product .tf-product-media-main {
    border-radius: 12px;
    height: 684px;
}

.s-blog-single .content h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.s-blog-single {
    padding-top: 50px;
    padding-bottom: 30px;
}

.s-blog-single .content .text{
    margin-bottom: 20px;
}

.footer-logo{
    max-width: 195px;
}

.loobook-product::before{
    display: none;
}

.banner-lookbook .lookbook-item.position3{
    left: 41%;
    bottom: 75%;
}

.banner-lookbook .lookbook-item.position4{
    left: 58%;
    bottom: 57%;
}

.menu-item:hover .item-link{
    color: #BEA075 !important;
}

.tf-product-total-quantity{
    display: flex;
    align-items: center;
    gap: 30px;
}

.whatsapp-btn{
    background-color: #25D366;
    color: #FFF;
    border-color: #25D366;
}

.whatsapp-btn:hover{
    background-color: #20a350;
    color: #FFF;
    border-color: #20a350;
}

.showroom-btn{
    background-color: #BEA075;
    color: #FFF;
    border-color: #BEA075;
}

.showroom-btn:hover{
    background-color: #af8e5e;
    color: #FFF;
    border-color: #af8e5e;
}

.tf-page-title {
    padding: 34px 0px 0px 0px;
}

.slider-style-3 .content-slider {
    padding: 0px 40px;
}

.display-xl-2 {
    font-size: 50px;
    line-height: 60px;
}

.link:hover {
    color: #BEA075 !important;
}

.box-store:hover {
    background: #f3f3f3;
}

.pswp img {
    height: auto !important;
}

.mobileStickySupport{
    display: none;
}

h1{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.tf-product-info-wrap h1{
    font-size: 30px;
    line-height: 38px;
}

#popup {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
}

#close-btn {
    position: absolute;
    top: 10px; 
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    z-index: 9;
}

#popup img{
    max-width: 100%;
}

.swiper-wrapper .text-main{
    color: #262626 !important;
}

.selectCustom{
    font-family: "Poppins", sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 14px 20px;
    width: 100%;
    background: var(--white);
    color: #000;
    height: 50px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-default fieldset textarea{
    height: 100px !important;
}

.bg-bej{
    background-color: #D4C7B8 !important;
}

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

    .slider-style-3 .content-slider {
        padding: 0px 20px;
    }

    .display-xl-2 {
        font-size: 34px;
        line-height: 46.8px;
    }

}

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

    .flat-wrap-media-product .tf-product-media-main {
        height: auto;
    }

    .dropup .loobook-product {
        width: 40%;
    }

    .display-xl-2{
        font-size: 18px;
        line-height: 24px;
    }

    .banner-about {
        height: 150px;
    }

    .tf-btn{
        font-size: 12px;
        line-height: 24px;
        padding: 6px 14px;
    }

    .banner-lookbook .lookbook-item.position4{
        left: 72%;
    }

    .banner-lookbook .lookbook-item.position3 {
        left: 31%;
        bottom: 70%;
    }

    .banner-lookbook .lookbook-item.position2 {
        left: 10%;
    }

    .banner-lookbook .lookbook-item.position1 {
        bottom: 22%;
    }

    .slider-style-3 .content-slider {
        padding: 0px 10px;
    }

    .tf-page-title{
        padding: 20px 0px 0px 0px;
    }

    .sec-blog.space-blog {
        padding-top: 30px !important;
    }

    .slider-default .slider-wrap {
        height: 200px;
    }

    .tf-pin-btn span{
        width: 35px;
        height: 35px;
    }

    .mobileStickySupport{
        display: flex;
        position: sticky;
        bottom: 0px;
        left: 0;
        width: 100%;
        background: #FFF;
        padding: 10px 0;
        z-index: 9;
    }

    .tf-main-product .tf-product-total-quantity{
        display: none;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .tf-product-info-wrap h1{
        font-size: 22px;
        line-height: 30px;
    }
    

}