@font-face {
    font-family: 'Playfair Display';
    src: url(/fonts/playfair/Playfair-VariableFont_opsz,wdth,wght.ttf) format('truetype');
}

@font-face {
    font-family: 'Playfair-Italic';
    font-display: swap;
    src: url(/fonts/playfair/Playfair-VariableFont_opsz,wdth,wght.ttf) format('truetype');
}

@font-face {
    font-family: 'SourceSans Display';
    font-display: swap;
    src: url(/fonts/source-sans/SourceSans3-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: 'SourceSans Italic';
    font-display: swap;
    src: url(/fonts/source-sans/SourceSans3-Italic-VariableFont_wght.ttf) format('truetype');
}

/* Variables */

:root{
    --main-color: #292520; /* Variables */
    --bg-red: #991f27;
    --secundary-color: #b78f39;
    --third-color: #2f2e2d;
    --main-font: 'SourceSans Display';
    --secundary-font: 'Playfair Display';
}

/* Variables */


*{
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    text-decoration: none;
    /*list-style: none;*/
    box-sizing: border-box;
    color: var(--main-color);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--secundary-color);
    border-radius: 20px;
    border: 3px solid #FFF;
}

h1,h2,h3,h4, a{
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--main-font);
}

a:hover{
    color: var(--secundary-color);
}
.header-nav{
    #ht_menu{
        background-color: transparent;
    }

    .top-bar{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        font-weight: 400;
        min-height: 45px;
        text-align: center;
        margin-bottom: 10px;

        & span{
            display: inline-block;
            padding-inline: 20px;
            color: #fff;
            font-size: 16px;
            letter-spacing: 1.3px;
        }

        & :nth-child(2){
            border-left: 2px solid #fff;
        }
    }

    .top-bar-mobil{
        display: none;
    }

    .menu-hamburger{
        width: 30px;
    }

    .search{
        display: flex;
        border: 1.7px solid #6a6262;
        justify-content: space-between;
        position: relative;
        padding: 2px 10px;
        border-radius: 60px;
        background-color: #fff;

        & input{
            padding: 5px;
            color: var(--main-color);
            outline: none;
            background-color: transparent;
            border: none;
            width: 250px;

            &::placeholder{
                color: var(--main-color);
                font-weight: 400;
                font-size: 15px;
            }

            &:focus{
                border: none;
            }
        }
        & img{
            width: 20px;
        }
    }

    .logo a{
        font-size: 45px;
        font-weight: 700;
    }

    .icons img{
        width: 30px;
    }

    .page{
        display: block;
        font-weight: 500;
        font-size: 18px;
        margin-inline: 15px;
    }

    #ht_menu > div >a{
        font-weight: 500;
        font-size: 18px;
        font-family: var(--main-font);
    }

    #ht_menu {

        .megamenu-container{

            & a{
                font-weight: 400;
                line-height: 1.4px;
            }
        }
    }
}

.home-pg section.main-section,
.home-pg section.living-room-banner {
    background-repeat: no-repeat;
    background-size: cover;
}
.home-pg .main-section{
    aspect-ratio: 15 / 9;
}

.home-pg .furniture-banner h2{
    color: var(--main-color);
    font-family: var(--secundary-font);
    font-weight: 500;
    font-size: 95px;
    margin-bottom: 10px;
}

.home-pg .btn-main{
    background-color: var(--secundary-color);
    opacity: 0.8;
    display: inline-block;
    color: #fff;
    padding: 5px 50px;
    margin-inline: 20px;
    border-radius: 26px;
    font-size: 20px;
    font-weight: 400;
    transition: all ease-out 200ms;
}
.home-pg .btn-main:hover{
    opacity: 1;
}

.home-pg .living-room-banner {
    margin-top: 50px;
    background-image: url("/files/cms/living-room-furniture-bg.webp");
    aspect-ratio: 20 / 9;
    padding-top: 30px;
}

.home-pg .living-room-banner h2{
    font-family: var(--secundary-font);
    font-weight: 500;
    font-size: 75px;
    margin-bottom: 60px;
}

.home-pg .categories{
    margin-top: 50px;
}

.home-pg .category-info{
    max-width: 580px;
}

.home-pg .category-info h3{
    font-family: var(--secundary-font);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
    text-wrap: pretty;
}
.home-pg .category-info p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.home-pg .other-categories{
    margin-block: 50px;
}

.home-pg .columns-3-grip{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.home-pg .columns-3-grip article a{
    display: block;
}

.home-pg .columns-3-grip article a figcaption{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}



.product-details{
    & .shop-content:not(.fa) {
        font-family: var(--main-font) !important;
    }
    a.btn-pink{
        background-color: var(--secundary-color);
    }
    .btn-gray:hover{
        background-color: var(--secundary-color);
    }

    .shop-content{
        p{
            font-weight: 400;
        }

        .ht-product-pricing{
            .out-of-stock{
                background-color: var(--secundary-color);
            }
        }

        .ht-add-cart-container{
            .ht-product-pricing .availability>span {
                background-color: var(--secundary-color);
                border: none;
            }
            button.ht-add-to-cart {
                background-color: transparent;
                border: 2px solid var(--secundary-color);

                &:hover {
                    background-color: var(--secundary-color);
                    & i,span{
                        color: #fff;
                    }
                }
            }
        }

        .ht-accordion{
            & > div.block {
                .ht-a-content{
                    font-weight: 400;
                }
            }
        }
    }

    .owl-buttons{
        i {
            color: #fff;
        }
    }
}

.product-details .limit-qty-container h5{
    font-family: var(--main-font) !important;
}

.product-title{
    text-align: initial;
    margin-bottom: 30px;
}

.product-title h2 span{
    font-family: var(--secundary-font) !important;
    text-transform: none;
    font-style: italic;
    font-size: 36px;
}

.rsUni .rsThumbsArrowIcn{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0px 0px 3px #636363);
    background-repeat: no-repeat;
}

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn{
    background-image: url('/img/svg/thumbs-down-arrow.svg');
    transform: rotate(180deg);
    background-position: 1px 1px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn{
    background-position: 2px 2px;
    top: 20%;
    left: 48%;
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn{
    background-image: url("");
}



.footer-area{
    background-color: var(--main-color);
}

.footer-top{
    background-color: var(--third-color);
}

.footer-area .footer-bottom{
    background-color: #2f2e2d;
}

.footer-area .content {
    max-width: 100%;
    height: 40px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    border-radius: 60px;
    overflow: hidden;
}

.footer-area .subscription {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-area .subscription .add-email{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-area .subscription .submit-email {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 100px;
    border: none;
    border-radius: 60px;
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    overflow: hidden;
    background: var(--secundary-color);
    color: #FFFFFF;
    transition: width .35s ease-in-out,
    background .35s ease-in-out;
}

.footer-area .subscription.done .submit-email {
    width: calc(100% - 2px);
    background: var(--secundary-color);
}

.footer-area .subscription .submit-email .before-submit,
.footer-area .subscription .submit-email .after-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ededed;
    font-weight: 600;
    line-height: 38px;
    transition: visibility .35s ease-in-out,
    opacity .35s ease-in-out;
}

.footer-area .subscription.done .submit-email .before-submit,
.footer-area .subscription:not(.done) .submit-email .after-submit {
    visibility: hidden;
    opacity: 0;
}

.footer-area .subscription .submit-email .after-submit {
    transition-delay: .35s;
}

.footer-area .subscription:not(.done) .submit-email .before-submit,
.footer-area .subscription.done .submit-email .after-submit {
    visibility: visible;
    opacity: 1;
}

.footer-area .footer-copyright{
    font-size: 12px;
}

/*render products*/
.single-product .p-image{
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ededed;
    background-color: transparent;
}
.single-product .product-content{
    padding-top: 10px;
}
.products-list>.product .swatches-colors{
    margin-top: 10px;
    margin-bottom: 0;
}
.swatches-colors > a{
    border-radius: 50%;
    border: none;
}

.swatches-colors .more-action{
    display: inline-block;
    vertical-align: baseline;
    width: 55px;
    border-radius: 0;
}

/*
Search
*/
form#header_search_form {
    position: relative;
}
#search_results {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    width: 500px;
    background: #FFF;
    padding: 0;
    -webkit-box-shadow: 0px 10px 23px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 23px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 23px -15px rgba(0,0,0,0.75);
    z-index: 88888;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}
#search_results::-webkit-scrollbar {
    width: 12px;
}

#search_results::-webkit-scrollbar-track {
    background: #FFF;
}
#search_results::-webkit-scrollbar-thumb {
    background-color: #b78f39;
    border-radius: 20px;
    border: 3px solid #FFF;
}
#search_results.open {
    display: unset;
    padding: 25px 15px;
}
#search_results .results-overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#search_results .results-overview>div {
    font-size: 12px;
    color: #8a8a8a;
}
#search_results p.name, #search_results .price{
    font-size: 16px;
    font-weight: 700;
    margin: 0 !important;
    color: var(--secundary-color);
}
/*#search_results p.sku {*/
/*    font-size: 16px;*/
/*    margin: 0;*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    color: #b78f39;*/
/*}*/

#search_results p.information, #search_results p.information span{
    color: #8a8a8a;
    font-size: 12px;
    margin: 0;
}

#search_results p.sub-title {
    font-size: 14px;
    margin: 0;
    color: #b78f39;
}
#search_results p.brand {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
#search_results a {
    display: inline-block;
}
#search_results img {
    width: unset !important;
}

a.ht-video-thumb {
    width: 230px;
    height: 150px;
}

a.ht-video-thumb>img.play-btn {
    width: 65px;
    height: 83px;
}


/*
modifier
*/

.title-font{
    font-family: var(--secundary-font);
    font-weight: 900 !important;
    font-size: 45px;
}

.ht-filters-btn-container button.ht-filters-btn,
.ht-filters-btn-container button.ht-mobile-filters-btn{
    background-color: var(--secundary-color) !important;
}

.ht-filters-btn-container button.ht-filters-btn div,
.ht-filters-btn-container button.ht-filters-btn div span,
.ht-filters-btn-container button.ht-filters-btn div path,
.ht-filters-btn-container button.ht-mobile-filters-btn div,
.ht-filters-btn-container button.ht-mobile-filters-btn div path,
.ht-filters-btn-container button.ht-mobile-filters-btn div span{
    color: white;
    fill: currentColor !important;
}


@media (width <= 1451px){
    .home-pg .main-section{
        aspect-ratio: 15 / 11;
    }
    .home-pg .living-room-banner h2{
        font-size: 65px;
        margin-bottom: 45px;
    }
}

@media (width <= 1199px){
    .home-pg.furniture-banner h2{
        font-size: 70px;
    }

    .header-nav{
        .search{
            max-width: 700px;
            margin: 0 auto;
        }
        & main h2{
            font-size: 70px;
        }
    }

    #search_results{
        width: 700px;
    }

}

@media (width <= 1000px) {

    .home-pg .main-section{
        aspect-ratio: 10 / 9;
    }

    .home-pg .living-room-banner h2{
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (width <= 850px) {

    .home-pg .category-info h3{
        font-size: 36px;
    }
    .home-pg .category-info p{
        font-size: 16px;
    }

}
@media (width <= 749px) {

    .home-pg .main-section{
        aspect-ratio: 2 / 3;
        background-position: center;
    }

    .home-pg .columns-3-grip{
        gap: 15px;
    }

    .home-pg.home-pg .btn-main {
        padding: 3px 30px;
        margin-inline: 20px;
        font-size: 18px;
    }

    #search_results{
        width: 100%;
    }
    #search_results p.name, #search_results .price{
        font-size: 13px;
        font-weight: 500;
    }
}

@media (width <= 649px) {

    .home-pg .living-room-banner {
        aspect-ratio: 11 / 9;
        background-position: center;
    }

    .home-pg.living-room-banner h2{
        font-size: 46px;
        margin-bottom: 18px;
    }

    .home-pg .category-info h3 {
        font-size: 28px;
    }

    .home-pg .category-info p {
        font-size: 14px;
    }

}

@media (width <= 549px) {

    .home-pg .furniture-banner h2{
        font-size: 74px;
    }

    .home-pg .living-room-banner{
        aspect-ratio: 7 / 9;
    }

    .home-pg .category-info{
        max-width: 340px;
        padding-block: 35px;
        padding-bottom: 0;
    }

    .home-pg .columns-3-grip{
        gap: 10px;
    }

    .home-pg .columns-3-grip article a figcaption{
        margin-top: 8px;
        font-size: 12px;
    }

    .header-nav{
        #top-bar-desktop{
            display: none;
        }
    }

    .header-nav{
        .top-bar.top-bar-mobil{
            display: flex;
        }
    }

    /*render products*/

    .swatches-colors:last-child{
        display: none;
    }
}







