html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    font-family: 'Inter', sans-serif;
    color: #9C968B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    scroll-behavior: smooth;
    background: #161313;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1302px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form button,
.wc-block-cart__submit-container a,
.product__form .cart button,
.link,
.btn-3,
.btn-2,
.btn,
.wc-block-components-checkout-place-order-button,
input#searchsubmit,
button{
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .2s ease;
    color: #9C968B;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
}
.link:hover{
    color: #B69243;
}
.wc-block-components-checkout-place-order-button,
input#searchsubmit,
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form button,
.wc-block-cart__submit-container a,
.product__form .cart button,
.btn{
    min-width: 175px;
    min-height: 52px;
    padding: 10px;
    transition: all .2s ease;
    border: 1px solid #B69243;
}
.wc-block-components-checkout-place-order-button:hover,
input#searchsubmit:hover,
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form button:hover,
.wc-block-cart__submit-container a:hover,
.product__form .cart button:hover,
.btn:hover{
    background-color: #B69243;
    color: #fff;
}
.btn-3,
.btn-2{
    padding: 15px 0;
    position: relative;
    text-align: left;
    justify-content: start;
    max-width: max-content;
    gap: 7px;
}
.btn-3::before,
.btn-2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #B69243;
    transition: all .3s ease;
}
.btn-3::before{
    width: 100%;
}
.btn-3:hover,
.infoBlock__item:hover .btn-2,
.product__item:hover .btn-2,
.btn-2:hover{
    color: #B69243;
}
.infoBlock__item:hover .btn-2::before,
.product__item:hover .btn-2::before,
.btn-2:hover::before{
    width: 100%;
}
.btn-icon::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    min-width: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/icon/btn-icon.png');
    transition: all .2s ease;
}
.infoBlock__item:hover .btn-2.btn-icon::after,
.product__item:hover .btn-2.btn-icon::after,
.btn-icon:hover::after{
    background-image: url('../img/icon/btn-icon-hover.png');
    transform: translateX(4px);
}
.btn-3{

}
textarea,
textarea::placeholder,
input,
input::placeholder{
    color: #4C453A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
textarea,
input{
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: #9C968B;
    padding: 10px 16px;
    border: 1px solid #4C453A;
    background: #161313;
}
textarea{
    resize: none;
    height: 250px;
}
h2{
    color: #937C5C;
    font-family: "Gilda Display", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px; /* 100% */
}
h3{
    color: #937C5C;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px; /* 100% */
}
h4{
    color: #B69243;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
}
h5{
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 24px;
    line-height: 26px; /* 108.333% */
}
main.main{
    margin-top: 110px;
    overflow: hidden;
}
@media (max-width: 1279px) {
    .container{
        max-width: 1024px;
    }
}
@media (max-width: 767px) {
    h2{
        font-size: 40px;
    }
    main.main{
        margin-top: 60px;
    }
}
.header__top-menu,
.header__top-inner{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}
.header__top-inner{
    padding: 5px 0;
    min-height: 40px;
}
.header__top-menu li a{
    color: #4C453A;
    transition: all .2s ease;
}
.footer__menu li a:hover,
.menu-item-has-children:hover > a,
.menu__content-block ul li a:hover,
.menu-item a:hover,
.header__lang-selected:hover,
.header__lang-content a:hover,
.header__top-menu li a:hover{
    color: #B69243;
}
.header__lang{
    position: relative;
}
.header__lang-selected{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #4C453A;
    cursor: pointer;
    transition: all .2s ease;
}
.header__lang.active .header__lang-content{
    display: flex;
    z-index: 10;
}
.menu-item-has-children a span,
.header__lang-selected::after{
    content: '';
    background-image: url('../img/icon/drop-down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 13px;
    min-width: 13px;
    height: 6px;
    transition: background-image .2s ease;
}
.menu-item-has-children a span{
    background-image: url('../img/icon/drop-down-second.png');
}
.menu-item-has-children:hover > a span,
.menu-item-has-children a:hover span,
.header__lang-selected:hover::after{
    background-image: url('../img/icon/drop-down-active.png');
}

.header__lang-content{
    position: absolute;
    top: calc(100% + 10px);
    left: -15px;
    right: 0;
    display: none;
    flex-direction: column;
    background-color: #120F0F;
    width: max-content;
}
.header__lang-content a{
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    width: 100%;
    color: #9C968B;
    transition: all .2s ease;
}
.header__top{
    background: #120F0F;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #161313;
}
.header__inner{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 210px;
}
.header__logo img{
    width: 100%;
}
.header__menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.menu__content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    top: 0;
    left: 0;
    right: 0;
    padding: 19px 0 24px;
    top: 100%;
    border-top: 1px solid #4C453A;
    background: #1B1818;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu__content-box{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 27px;
}
.menu__content-block{
    display: flex;
    flex-direction: column;
}
.menu__content-block h4{
    min-height: 40px;
    display: flex;
    align-items: center;
}
.menu__content-block ul{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.menu__content-block ul li a{
    color: #9C968B;
}
.menu-item a{
    transition: all .2s ease;
}
.header__content{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 303px;
}
.header__search-open{
    display: none;
}
.header__search{
    width: 100%;
    max-width: 227px;
    position: relative;
}
.product__form .cart button::after,
.wishlist-btn,
.product__buy::after,
.header__liked,
.header__cart,
.header__search-open,
.header__search-btn{
    transition: all .2s ease;
    background-image: url('../img/icon/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.product__form .cart button::after,
.product__buy::after{
    content: '';
    display: inline-block;
}
.wishlist-btn,
.header__liked{
    background-image: url('../img/icon/liked.png');
}
.wishlist-btn:hover,
.header__liked:hover{
    background-image: url('../img/icon/liked-hover.png');
}
.wishlist-btn.active{
    background-image: url('../img/icon/liked-active.png');
}
.product__form .cart button::after,
.product__buy::after,
.header__cart{
    background-image: url('../img/icon/cart.png');
}
.product__form .cart button:hover::after,
.product__buy:hover::after{
    background-image: url('../img/icon/cart-hover-white.png');
}
.product__form .cart button::after:hover,
.header__cart:hover{
    background-image: url('../img/icon/cart-hover.png');
}
.header__cart{
    position: relative;
}
.header__cart span{
    position: absolute;
    top: -2px;
    right: -4px;
    border-radius: 50%;
    background: #A34848;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 9px;
    font-weight: 700;
    line-height: 8px;
    min-width: 12px;
}
.header__search-open:hover,
.header__search-btn:hover{
    background-image: url('../img/icon/search-hover.png');
}
.header__search-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.header__search-input{
    padding-right: 45px;
}
.header__burger,
.header__menu-close{
    display: none;
}
.menu__content-block.active ul{
    display: flex;
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .header__inner{
        gap: 10px;
    }
    .header__content{
        max-width: max-content;
    }
    .header__search{
        display: none;
        position: absolute;
        z-index: 10;
    }
    .header__search-open{
        display: flex;
    }
    .header__search.active{
        display: flex;
        top: calc(100% + 5px);
        left: 16px;
        right: 16px;
        max-width: none;
        width: auto;
    }
}
@media (min-width: 1024px) {
    .menu-item-has-children:hover > a span{
        transform: rotate(180deg);
    }
    .menu-item-has-children > a{
        display: flex;
        align-items: center;
        gap: 4px;
        transition: all .2s ease;
        position: relative;
    }
    .menu-item-has-children > a::before{
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -40px;
    }
    .menu-item-has-children > a::after{
        opacity: 0;
        pointer-events: none;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='15' viewBox='0 0 28 15' fill='none'%3E%3Cpath d='M14 0L26.1244 11.25H1.87564L14 0Z' fill='%231B1818'/%3E%3Cpath d='M2 11L14 1L25.5 11' stroke='%234C453A'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 15px;
        position: absolute;
        top: 35px;
        z-index: 10;
    }
    .menu-item-has-children:hover > a::after{
        opacity: 1;
    }
    .menu-item-has-children:hover .menu__content{
        opacity: 1;
        pointer-events: all;
    }
}
@media (max-width: 1023px) {
    .menu-item.menu-item-has-children.active a span{
        transform: rotate(180deg);
    }
    .header__menu{
        position: fixed;
        inset: 0;
        flex-direction: column;
        background-color: #0D0B0B;
        padding: 40px;
        overflow: auto;
        z-index: 20;
        transform: translateX(100%);
        transition: all .3s ease;
    }
    .header__menu ul{
        flex-direction: column;
        align-items: center;
    }
    .header__menu-close{
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
    }
    .menu__content-block ul{
        display: none;
    }
    .header__top-menu, .header__top-inner{
        gap: 15px;
    }
    .menu-item{
        width: 100%;
    }
    .menu-item a{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .menu__content-block h4{
        justify-content: center;
        min-height: auto;
        gap: 10px;
    }
    .menu__content-block h4::after {
        content: '';
        background-image: url('../img/icon/drop-down.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 13px;
        min-width: 13px;
        height: 6px;
        transition: background-image .2s ease;
    }
    .menu__content{
        display: none;
        margin-top: 20px;
        position: initial;
        opacity: 1;
        max-height: none;
        pointer-events: all;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .menu__content-box{
        grid-template-columns: 1fr;
    }
    .menu-item.active .menu__content{
        display: flex;
    }
    .menu-item-has-children a span, .header__lang-selected::after {
        background-size: 13px;
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .header__burger,
    .header__menu-close{
        display: flex;
    }
    .header__menu.active{
        transform: translateX(0%);
    }
    .menu__content-block h4{
        cursor: pointer;
    }
    .header__content{
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .header__logo{
        max-width: 160px;
    }
    .header__top{
        display: none;
    }
    .header__top-inner{
        order: 1;
        padding: 0;
        min-height: auto;
        flex-direction: column;
    }
    .header__lang-selected,
    .header__top-menu li a{
        color: #9C968B;
    }
    .header__lang-content{
        position: initial;
        margin-top: 10px;
    }
    .header__lang-selected{
        justify-content: center;
    }
    .header__menu ul{
        gap: 25px;
    }
}
/* footer */
.footer{
    padding-top: 60px;
    background: #120F0F;
    margin-top: 100px;
}
.footer__top{
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(76, 69, 58, 0.30);;
}
.footer__top-inner{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}
.footer__logo{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 190px;
}
.footer__logo img{
    width: 100%;
}
.footer__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 61px;
    width: 100%;
    max-width: 873px;
}
.footer__name{
    min-height: 42px;
}
.footer__menu li a{
    min-height: 40px;
    display: flex;
    align-items: center;
    transition: all .2s ease;
}
.footer__inner{
    margin-top: 52px;
}
.footer__feedback{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 447px;
    margin: 0 auto;
}
.footer__feedback-title{
    text-align: center;
}
.footer__feedback-form{
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
}
.wpcf7-form-control-wrap{
    height: auto;
}
.footer__feedback-form .wpcf7-not-valid-tip{
    position: absolute;
    top: calc(100% + 10px);
    font-size: 12px;
    left: 0;
}
.footer__feedback-form + .wpcf7-response-output{
    margin: 40px 0 0 0 !important;
    padding: 10px 10px !important;
    font-size: 13px !important;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    margin: 0;
}
.footer__feedback-input{
    height: 100%;
    width: 100%;
}
.footer__feedback-btn{
    width: 100%;
    max-width: 147px;
}
.footer__socials{
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer__socials-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: all .2s ease;
}
.footer__socials-link img{
    width: 100%;
    height: auto;
}
.footer__socials-link:hover{
    transform: scale(1.1);
}
.footer__end{
    background-color: #0D0B0B;
    padding: 24px 0;   
    margin-top: 50px;
}
.footer__end-copy{
    text-align: center;
    color: #4C453A;
    font-size: 12px;
    line-height: 15px; /* 125% */
}
@media (max-width: 1023px) {
    .footer__box{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .footer__top-inner{
        flex-direction: column;
    }
    .footer__logo{
        margin: 0 auto;
    }
    .footer__feedback-btn{
        min-width: auto;
        max-width: 130px;
    }
}
/* hero */
.hero__slide-inner{
    width: 100%;
    max-width: 584px;
    background: rgba(18, 15, 15, 0.80);
    padding: 27px 21px 30px 36px;
}
.hero__slide-name{
    color: #B69243;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h1,
.hero__slide-title{
    color: #937C5C;
    font-family: "Gilda Display", sans-serif;
    font-size: 77px;
    font-weight: 400;
    line-height: 80px; /* 103.896% */
}
.hero__slide-descr{
    margin-top: 20px;
}
.hero__slide-btn{
    margin-top: 20px;
}
.hero__slide{
    position: relative;
    z-index: 1;
    min-height: 606px;
    display: flex;
    flex-direction: column;
}
.hero__slide .container{
    margin-top: auto;
    max-width: 1180px;
}
.hero__slide-bg{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 36px 0 0 36px;
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1292px;
    height: 560px;
    top: 0;
    right: 0;
}
.hero__slide-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero{
    position: relative;
}
.hero__bottom{
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.hero__bottom .container{
    height: 100%;
}
.hero__inner{
    position: relative;
    height: 100%;
    width: 100%;
}
.hero__slider-next,
.hero__slider-prev{
    pointer-events: all;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
.hero__slider-next{
    left: initial;
    right: 0;
}
.hero__slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 13px;
    position: absolute;
    right: 0;
    left: initial;
    z-index: 10;
    pointer-events: all;
}

.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    border: 1px solid #4C453A;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
}
.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #B69243;
    background: #B69243;
}
.slider-btn-prev,
.slider-btn-next{
    width: 36px;
    height: 60px;
    display: flex;
    align-items: center;
    min-width: 36px;
    background-image: url('../img/icon/slider-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 32px;
    background-color: rgba(18, 15, 15, 0.80);
    transition: all .2s ease;
}
.slider-btn-next{
    transform: scaleX(-1);
}
.hero__slider-next.slider-btn-next{
    transform: translateY(-50%) scaleX(-1);
}
.slider-btn-prev:hover,
.slider-btn-next:hover{
    background-color: #120F0F;
    background-image: url('../img/icon/slide-btn-hover.png');
}
@media (max-width: 1279px) {
    .hero__slide-bg{
        max-width: 850px;
    }
    .hero__slide .container{
        max-width: 900px;
    }
}
@media (max-width: 1023px) {
    .hero__slide .container {
        max-width: 660px;
    }
    .hero__slide-bg{
        max-width: 630px;
    }
    h1,
    .hero__slide-title {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1023px) {
    h1,
    .hero__slide-title {
        font-size: 50px;
        line-height: normal;
    } 
}
/* sliderblock */
.sliderblock{
    padding: 56px 0 53px;
}
.sliderblock .container{
    max-width: 1906px;
}
.sliderblock__title{
    text-align: center;
}
.sliderblock__content{
    margin-top: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}
.sliderblock__slider{
    overflow: hidden;
    width: 100%;
}
.sliderblock__slider .swiper-wrapper{
    align-items: stretch;
	height: auto !important;
}
.product__item{
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    position: relative;
    transition: all .5s ease;
}
.product__item-image{
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 238px;
    height: 238px;
    width: 100%;
}
.product__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.product__item:hover{
    background-color: rgba(18, 15, 15, 0.80);
}
.product__item:hover .product__item-image img{
    transform: scale(1.1);
}
.product__item-content{
    padding: 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product__item-title{
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
}
.product__item-descr{
    margin-top: 10px;
}
.product__item-date{
    margin-top: 20px;
    color: #4C453A;
    margin-bottom: 20px;
}
.product__item-price{
    margin-top: 20px;
    line-height: 20px;
}
.product__item-btn{
    margin-top: auto;
}
.sliderblock__slider-pagination{
    margin: 20px auto 0;
}
@media (max-width: 767px) {
    .sliderblock__content{
        gap: 0;
    }
    .sliderblock__slider .swiper-wrapper {
        align-items: start;
    }
}
/* prodblock */
.prodblock{
    padding: 68px 0 80px;
}
.prodblock-bg{
    background-color: #120F0F;
}
.prodblock__top{
    padding: 0 36px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.prodblock__block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.prodblock__item{
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    transition: all .5s ease;
}
.prodblock__item-image{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 301px;
    width: 100%;
}
.prodblock__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.prodblock__item:hover{
    background-color: rgba(18, 15, 15, 0.80);
}
.prodblock__item:hover .prodblock__item-image img{
    transform: scale(1.1);
}
.prodblock__item-content{
    padding: 34px 30px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}
.prodblock__item-title{
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
}
.prodblock__item-descr{
    margin-top: 10px;
}
.prodblock__item-date{
    margin-top: 10px;
    color: #4C453A;
    margin-bottom: 20px;
}
.prodblock__item-bottom{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.prodblock__item-btn{
    width: 100%;
}
.prodblock__item-info{
    background-image: url('../img/icon/info-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    min-width: 30px;
}
.prodblock__item-info:hover{
    background-image: url('../img/icon/info-icon-hover.png');
}
.prodblock__btn{
    display: none;
}
@media (max-width: 1023px) {
    .prodblock__block{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .prodblock__top{
        flex-direction: column;
        padding: 0;
    }
    .prodblock__top .prodblock__btn{
        display: none;
    }
    .prodblock__title{
        text-align: center;
    }
    .prodblock__block{
        margin-top: 40px;
    }
    .prodblock__btn{
        display: flex;
        padding: 20px;
        max-width: max-content;
        margin: 20px auto 0;
    }
    .prodblock__block{
        grid-template-columns: 1fr;
    }
    .prodblock__item-image{
        height: 270px;
    }
}
/* banner */
.banner{
    padding: 50px 0;
}
.banner__inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-height: 250px;
}
.banner__bg{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-height: 670px;
    height: auto;
}
.banner__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner__bg::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(266.2% 99.49% at 0.52% 1.6%, rgba(22, 19, 19, 0.80) 0%, rgba(22, 19, 19, 0.00) 100%);
}
.banner__title{
    top: 34px;
    left: 47px;
    position: absolute;
    color: #B69243;
    z-index: 2;
}
.banner__content{
    width: 100%;
    max-width: 330px;
    padding: 35px 40px;
    background-color: #4C453A;
    height: auto;
}
.banner__descr{
    color: #fff;
    text-align: center;
}
.banner__btn{
    margin-top: 40px;
}
@media (max-width: 767px) {
    .banner__inner{
        flex-direction: column;
    }
    .banner__bg{
        height: 200px;
    }
}
/* infoBlock */
.infoBlock{
    padding: 114px 0;
}
.infoBlock-bg{
    background-color: #120F0F;
}
.infoBlock__block{
    display: flex;
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    flex-direction: column;
    gap: 60px;
    border-radius: 36px;
    overflow: hidden;
}
.infoBlock__item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.infoBlock__item-image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 478px;
    height: auto;
    overflow: hidden;
}
.infoBlock__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.infoBlock__item-content{
    min-height: 376px;
    padding: 17px 33px 20px 36px;
    width: 100%;
    max-width: 527px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.infoBlock__item-title{
    color: #937C5C;
    font-family: "Gilda Display", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px; /* 100% */
}
.infoBlock__item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.infoBlock__item:nth-of-type(2n) .infoBlock__item-content{
    padding: 17px 50px 20px 20px;
}
.infoBlock__item-date{
    margin-top: 5px;
    color: #4C453A;
    font-size: 12px;
    line-height: 15px; /* 125% */
}
.infoBlock__item-descr{
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-width: 100%;
    margin-bottom: 20px;
}
.infoBlock__item-btn{
    margin-top: auto;
}
.infoBlock__item:hover .infoBlock__item-image img{
    transform: scale(1.1);
}
@media (max-width: 767px) {
    .infoBlock__item:nth-of-type(2n),
    .infoBlock__item{
        flex-direction: column;
    }
    .infoBlock__item-image{
        height: 270px;
    }
    .infoBlock__item-content{
        padding: 20px 30px;
        min-height: auto;
    }
    .infoBlock__item-btn {
        margin-top: 10px;
    }
}
/* simpleblock */
.simpleblock__inner{
    padding: 60px 0;
}
.simpleblock-line .simpleblock__inner{
    border-top: 1px solid rgba(76, 69, 58, 0.30);;
}
.simpleblock__title{
    text-align: center;
}
.simpleblock__block{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
    max-width: 1243px;
    margin: 35px auto 0;
    width: 100%;
    border-radius: 36px 36px 0 0;
    overflow: hidden;
}
.simpleblock__item-image{
    height: 435px;
    overflow: hidden;
    display: flex;
	width: 100%;
    align-items: center;
}
.simpleblock__item-image a{
    display: flex;
	width: 100%;
    align-items: center;
}
.simpleblock__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.simpleblock__item:hover .simpleblock__item-image img{
    transform: scale(1.1);
}
.simpleblock__item-title{
    margin-top: 18px;
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 24px;
    line-height: 26px; /* 108.333% */
}
.simpleblock__item{
    width: 100%;
}
@media (max-width: 1023px) {
    .simpleblock__block{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .simpleblock__block{
        grid-template-columns: 1fr;
    }
    .simpleblock__item-image{
        height: 270px;
    }
}
/* blockinfo */
.blockinfo{
    margin: 50px 0 80px;
}
.blockinfo__inner{
    width: 100%;
    max-width: 1278px;
    background-color: #120F0F;
    padding: 39px 36px 39px 90px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}
.blockinfo__content{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.blockinfo__image{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 688px;
}
.blockinfo__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blockinfo__content{
    width: 100%;
    max-width: 400px;
}
.blockinfo__title{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 26px;
}
.blockinfo__title::after{
    content: '';
    width: 40px;
    height: 1px;
    background-color: #B69243;
    min-width: 40px;
    display: inline-block;   
}
.blockinfo__content p + p{
    margin-top: 20px;
}
.blockinfo__btn{
    margin-top: 80px;
    width: 100%;
    max-width: 212px;
}
@media (max-width: 767px) {
    .blockinfo__inner {
        padding: 20px;
        gap: 40px;
        flex-direction: column-reverse;
    }
    .blockinfo__btn{
        margin-top: 60px;
    }
}
/* feedback */
.feedback{
    margin: 80px 0;
}
.feedback__title{
    text-align: center;
}
.feedback__form{
    width: 100%;
    max-width: 530px;
    margin: 20px auto 0;
}
.form-label{
    padding: 8px 16px;
    color: #9C968B;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: inline-block;
}
.form-area{
    position: relative;
    overflow: hidden;
}
.form-error{
    position: absolute;
    top: -100%;
    right: 5px;
    color: #A34848;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px; /* 150% */
    text-transform: uppercase;
    transition: all .4s ease;
}
.form-block + .form-block{
    margin-top: 20px;
}
.form-agreed{
    padding: 13px 19px 0 16px;
    color: #4C453A;
    font-size: 12px;
    line-height: 15px; /* 125% */
}
.form-btn{
    margin: 30px auto 0;
}
.form-area.error .form-error{
    top: 3px;
}
@media (max-width: 1279px) {

}

.swiper-button-lock{
    display: none !important;
}


.search-page {
    padding-bottom: 100px;
}
.search-page__count {
    margin-top: 20px;
}
.search-page__results {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}
.search-result__title {
    font-size: 32px;
    line-height: normal;
}
.search-result__excerpt {
    margin-top: 10px;
}
.search-result__excerpt mark {
    background-color: #937C5C;
    color: #161313;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    transition: all .2s ease;
}
.search-result__excerpt mark:hover {
    background-color: #a68a70;
    box-shadow: 0 0 8px rgba(147, 124, 92, 0.3);
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.nav-links > *{
    transition: all .2s ease;
}
.current,
.nav-links a:hover {
    color: #937C5C;
}
.search-result__read-more{
    margin-top: 10px;
}
.search-page__no-results{
    margin: 30px 0 0;
}
.search-page__no-results form{
    margin: 40px 0 0;
}
form#searchform {
    margin: 40px 0 0;
    width: 100%;
    max-width: 590px;
}
form#searchform div{
    display: flex;
    align-items: stretch;
}
.search-page__no-results h2{
    margin-bottom: 20px;
}
/* article */
.article{
    padding-bottom: 150px;
}
.article__date{
    color: #4C453A;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; /* 125% */
}
.article__title{
    margin-top: 10px;
    text-align: center;
}
.article__content{
    margin-top: 40px;
    border-radius: 36px;
    overflow: hidden;
}
.wp-block-image{
    display: flex;
    align-items: center;
    width: 100%;
}
.wp-block-image img{
    width: 100%;
    height: auto;
}
.article__content > *:not(.wp-block-image.size-large){
    max-width: 800px;
    margin: 0 auto;
}
.article__content > .wp-block-image{
    margin: 48px 0;
}
.article__content > .wp-block-image:first-child{
    margin-top: 0;
}
.is-layout-flex.wp-block-group-is-layout-flex{
    display: flex;
    align-items: start;
    gap: 33px;
    margin: 30px auto !important;
}
.wp-block-image{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 50px auto !important;
    width: 100%;
}
.wp-block-group.is-layout-flex.wp-block-group-is-layout-flex .wp-block-image{
    min-width: 390px;
    max-width: 390px;
    width: 100%;
    margin: 0 !important;
    gap: 12px;
}
.wp-block-image .wp-element-caption{
    font-size: 12px;
    line-height: 15px; /* 125% */
}
.article__content > img:first-of-type{
    max-width: 100% !important; 
    height: auto;
    margin: 0 0 50px !important;
}
.article__content *{
    line-height: 28px;
}
.article__content strong{
    color: #C0BCB6;
}
.article__content > p:first-of-type::first-letter {
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 50px;
    margin-right: 8px;
    line-height: 40px; /* 80% */
}
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 767px) {
    .article__content {
        margin-top: 30px;
        border-radius: 24px;
    }
    .is-layout-flex.wp-block-group-is-layout-flex{
        flex-direction: column;
    }
    .wp-block-group.is-layout-flex.wp-block-group-is-layout-flex .wp-block-image{
        margin: 0 auto !important;
        min-width: auto;
    }
    .article__content > .wp-block-image {
        margin: 25px 0;
    }
}
/* product */
.product{
    margin-top: 30px;
}
.product__top{
    display: flex;
    align-items: start;
    gap: 50px;
}
.product__images{
    width: 100%;
    max-width: 794px;
    display: flex;
    align-items: stretch;
    gap: 26px;
}
.product__images-small{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.product__images-small .swiper-wrapper{
    align-items: stretch;
    height: 100%;
}
.product__images-slider{
    width: 100%;
    overflow: hidden;
}
.product__images-small .swiper-slide,
.product__slide{
    display: flex;
    width: 100%;
    align-items: center;
}
.product__slide{
    overflow: hidden;
    border-radius: 36px;
}
.product__images-small .swiper-slide img,
.product__slide img{
    width: 100%;
    height: auto;
}
.product__images-small .swiper-slide{
    max-height: 111px;
    cursor: pointer;
    height: 111px;
}
.product__images-left{
    height: 723px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 111px;
    min-width: 111px;
}
.product__images-prev{
    transform: rotate(90deg);
}
.product__images-next{
    transform: rotate(-90deg);
}
.product__content{
    margin-top: 47px;
    max-width: 398px;
    width: 100%;
}
.product__title{
    color: #937C5C;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px; /* 100% */   
}
.product__descr {
    margin-top: 20px;
    line-height: 20px;
}
.product__price{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product__price-title{
    line-height: 20px; /* 125% */
}
.product__price-descr{
    font-size: 30px;
    font-weight: 400;
    line-height: 30px; /* 100% */
}
.product__form{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}
.product__form .cart{
    width: 100%;
}
.product__form .cart button{
    width: 100%;
    gap: 10px;
    position: relative;
    background-color: transparent !important;
    color: #9C968B !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
}
.product__form .cart button:hover{
    background-color: #B69243 !important;
    color: #fff !important;
}
.wishlist-btn{
    max-width: max-content;
}


.product__list{
    margin-top: 23px;
}
.product__list li{
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    line-height: 15px; /* 125% */
}
.product__list li::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='13' height='13' rx='6.5' stroke='%23B69243'/%3E%3Cpath d='M4.42871 7.00552L6.13827 8.93791L9.57071 5.0625' stroke='%23B69243' stroke-width='1.19072' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.product__list li + li{
    margin-top: 15px;
}
.product__bottom{
    margin-top: 77px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.product__bottom-content{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 20px;
}
.product__bottom-content li{
    padding-left: 25px;
    position: relative;
}
.product__bottom-content li::before{
    content: '';
    position: absolute;
    left: 9px;
    top: 7px;
    border-radius: 50%;
    background: #9C968B;
    width: 6px;
    height: 6px;
}
.product__bottom-content li + li{
    margin-top: 10px;
}
.product__bottom-steps{
    display: grid;
    grid-template-columns: repeat(5, 109px);
    gap: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product__steps-item{
    position: relative;
    padding: 26px 10px 0;
}
.product__steps-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid #4C453A;
    width: 16px;
    height: 16px;
}
.product__steps-descr{
    text-align: center;
    color: #4C453A;
    line-height: 20px; /* 125% */
}
.product__bottom-content p strong{
    color: #C0BCB6;
}
.product__steps-item.active::before{
    background-color: #B69243;
    border-color: #B69243;
}
.product__steps-item.active .product__steps-descr{
    color: #B69243;
}
.product__steps-item::after{
    content: '';
    position: absolute;
    top: 9px;
    left: 74px;
    width: 70px;
    height: 1px;
    background-color: rgba(76, 69, 58, 0.40);;
}
.product__steps-item:last-of-type::after{
    content: none;
}
@media (max-width: 1279px) {
    .product__images {
        max-width: 554px;
    }
    .product__images-left{
        height: 610px;
    }
}
@media (max-width: 1023px) {
    .product__top{
        flex-direction: column;
    }
    .product__content{
        max-width: 100%;
        margin: 0;
    }
    .product__bottom {
        margin-top: 70px;
        padding-left: 0;
        gap: 60px;
    }
    .product__images {
        max-width: 650px;
    }
}
@media (max-width: 767px) {
    .product__images-left {
        height: 350px;
        gap: 10px;
        max-width: 70px;
        min-width: 70px;
    }
    .product__images-small .swiper-slide {
        max-height: 70px;
        height: 70px;
    }
    .product__images{
        gap: 5px;
    }
    .product__top{
        gap: 40px;
    }
    .product__bottom-steps{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .product__steps-item::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 7px;
        width: 1px;
        height: calc(100% - 5px);
        background-color: rgba(76, 69, 58, 0.40);
    }
    .product__steps-item {
        position: relative;
        padding: 0 0 0 30px;
    }
    .product__steps-descr{
        text-align: left;
    }
    .product__steps-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 10px;
        border: 1px solid #4C453A;
        width: 16px;
        height: 16px;
    }
    .product__slide{
        border-radius: 24px;
    }
}
/* catalog */
.catalog{
    padding-bottom: 150px;
}
.catalog__top{
    padding: 107px 40px 42px;
    position: relative;
    z-index: 1;
    width: auto;
    overflow: hidden;
    border-radius: 0 0 36px 36px;
    margin: 0 -40px;
}
.catalog__top-content{
    width: 100%;
    padding: 25px;
    max-width: 437px;
    background: rgba(18, 15, 15, 0.80);
}
.catalog__top-title{
    color: #937C5C;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px; /* 100% */
    position: relative;
}
.catalog__top-title::after{
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #B69243;
    width: 53px;
    bottom: -10px;
}
.catalog__top-descr{
    margin-top: 41px;
}
.catalog__top-bg{
    position: absolute;
    z-index: -1;
    inset: 0;
    display: flex;
    align-items: center;
}
.catalog__top-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.catalog__slider-content{
    width: 100%;
    margin: 35px 0 42px;
    display: flex;
    align-items: center;
    gap: 36px;
}
.catalog__slide-image{
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.catalog__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.catalog__slide-image a{
    display: flex;
    align-items: center;
}
.catalog__slide-title{
    margin-top: 12px;
    color: #9C968B;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    transition: all .2s ease;
}
.catalog__slider{
    overflow: hidden;
    width: 100%;
}
.catalog__slide:hover .catalog__slide-image img{
    transform: scale(1.1);
}
.catalog__slide:hover .catalog__slide-title{
    color: #B69243;
}

.breadcrumbs li,
.breadcrumbs{
    display: flex;
    align-items: center;
    gap: 9px;
}
.breadcrumbs{
    flex-wrap: wrap;
}
.breadcrumbs li a,
.breadcrumbs li:not(:first-of-type):before{
    content: '/';
    display: inline-block;
    color: #4C453A;
    line-height: 20px; /* 125% */
}
.breadcrumbs li a{
    transition: all .2s ease;
    display: flex;
    align-items: center;
    max-width: max-content;
}
.breadcrumbs li:last-of-type a,
.breadcrumbs li a:hover{
    color: #6C6459;
}
.catalog__info{
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(76, 69, 58, 0.30);
    border-bottom: 1px solid rgba(76, 69, 58, 0.30);
    padding: 13px 9px;
}
.catalog__info-showed{
    line-height: 20px;
}
.catalog__info-content{
    width: 100%;
    max-width: 447px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.catalog__create-row,
.catalog__create-box,
.catalog__select-name,
.catalog__filter-show,
.catalog__price-select{
    border: 1px solid #4C453A;
    background: #161313;
    transition: all .2s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    min-width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    gap: 4px;
    padding: 8px;
    color: #6C6459;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; /* 125% */
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}
.catalog__create-row:hover,
.catalog__create-box:hover,
.catalog__select-name:hover,
.catalog__filter-show:hover,
.catalog__price-select:hover{
    color: #9C968B;
    border-color: #6C6459;
}
.catalog__price-select.active{
    display: none;
}
.catalog__price-select{
    min-width: 58px;
}
.catalog__price-select img{
    width: 12px;
    height: auto;
}
.catalog__create-box{
    background-image: url('../img/icon/grid.png');
}
.catalog__create-row{
    background-image: url('../img/icon/menu.png');
}
.catalog__create-box.active,
.catalog__create-box:hover{
    background-image: url('../img/icon/gird-hover.png');
}
.catalog__create-row.active,
.catalog__create-row:hover{
    background-image: url('../img/icon/menu-hover.png');
}
.catalog__filter-show,
.catalog__select-name{
    min-width: 124px;
    justify-content: space-between;
    user-select: none;
}
.catalog__filter-title::after,
.catalog__filter-show::after,
.catalog__select-name::after{
    content: '';
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url('../img/icon/filter.png');
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image .2s ease;
    background-size: contain;
}
.catalog__filter-show:hover::after{
    background-image: url('../img/icon/filter-hover.png');
}
.catalog__filter-show:hover::after{
    background-image: url('../img/icon/filter-hover.png');
}
.catalog__filter-title::after,
.catalog__filter-title:hover::after,
.catalog__select-name:hover::after{
    background-image: url('../img/icon/drop-down-second.png');
}   
.catalog__filter-title::after{
    width: 13px;
    height: 13px;
    min-width: 13px;
}
.catalog__filter-title:hover::after,
.catalog__select-name::after{
    background-image: url('../img/icon/drop-down.png');
    width: 13px;
    height: 13px;
    min-width: 13px;
}
.catalog__select{
    position: relative;
}
.catalog__select:not(.is-active) .catalog__select-content{
    display: none;
}
.catalog__select-content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 3px 8px 3px 10px;
    background-color: #120F0F;
}
.catalog__select-content label{
    cursor: pointer;
}
.catalog__select-content label span{
    color: #6C6459;
    font-size: 12px;
    min-height: 28px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    transition: all .2s ease;
    line-height: 15px; /* 125% */
}
.catalog__select-content label input{
    display: none;
}
.catalog__select-content label input:checked + span,
.catalog__select-content label span:hover{
    color: #9C968B;
}
.catalog__content{
    margin-top: 30px;
    display: flex;
    align-items: start;
    gap: 70px;
}
.catalog__filter{
    width: 100%;
    max-width: 230px;
}
.catalog__filter:not(.active){
    display: none;
}
.catalog__filter-search{
    position: relative;
}
.catalog__filter-input{
    padding-right: 45px;
}
.catalog__filter-search{
    margin-bottom: 20px;
}
.catalog__filter-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    background-image: url('../img/icon/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.catalog__filter-button:hover{
    background-image: url('../img/icon/search-hover.png');
}
.catalog__filter-reset{
    color: #6C6459;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    padding: 4px 8px;
    gap: 5px;
    margin: 20px 0;
}
.catalog__filter-reset::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cg clip-path='url(%23clip0_47_1909)'%3E%3Cpath d='M1.26064 8.58999L8.60457 1.24593' stroke='%236C6459' stroke-width='1.44599' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.26425 1.24281L8.60832 8.58675' stroke='%236C6459' stroke-width='1.44599' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_47_1909'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog__filter-reset:hover{
    color: #9C968B;
}
.catalog__filter-title{
    color: #9C968B;
    cursor: pointer;
    user-select: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
    padding: 17px 4px 17px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(76, 69, 58, 0.30);
    transition: all .2s ease;
}
.catalog__filter-more{
    display: none;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.catalog__filter-block.is-active .catalog__filter-title::after{
    transform: rotate(180deg);
}
.catalog__filter-title:hover{
    color: #6C6459;
}
.catalog__filter-block.is-active .catalog__filter-more{
    display: flex;
}
.form-checkbox{
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.form-checkbox input{
    display: none;
}
.form-checkbox span{
    cursor: pointer;
    transition: all .2s ease;
    line-height: 20px;
}
.form-checkbox span:hover{
    color: #6C6459;
}
.form-checkbox span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='%23161313'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%236C6459'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.form-checkbox input:checked + span::before{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='%23B69243'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%23B69243'/%3E%3Cg clip-path='url(%23clip0_46_1788)'%3E%3Cpath d='M6.14795 10.0092L8.71229 12.9078L13.8609 7.09473' stroke='white' stroke-width='1.19072' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_1788'%3E%3Crect width='12' height='12' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.catalog__block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
    border-radius: 36px;
    overflow: hidden;
}
.catalog__block .product__item{
    overflow: initial;
}
.catalog__block .product__item-image {
    height: 334px;
}
.catalog__block .product__item-content {
    padding: 22px 17px;
}
.catalog__block .product__item-title h3{
    color: #B69243;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
    transition: all .2s ease;
}
.catalog__block .product__item-title h3:hover{
    color: #C0BCB6;
}
.catalog__block .product__item-descr{
    color: #6C6459;
    margin-bottom: 20px;
}
.catalog__block .product__item-btn::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url('../img/icon/cart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog__block .product__item:hover .product__item-btn::after{
    background-image: url('../img/icon/cart-hover.png');
}
.catalog__block .product__item-price{
    margin-top: auto;
}
.catalog__block.product__item-btn{
    margin-top: 0;
}
.catalog__more{
    margin: 52px auto 0;
    max-width: 200px;
    width: 100%;
}
.catalog__pages{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog__pages{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog__pages-prev span,
.catalog__pages-next span{
    width: 12px;
    height: 27px;
    min-width: 12px;
    background-size: contain;
    background-color: transparent;
}
.catalog__pages-prev,
.catalog__pages-next{
    padding: 12px 12px 12px 10px;
    gap: 12px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 16px;
    background: rgba(18, 15, 15, 0.80);
}
.catalog__pages-prev::before,
.catalog__pages-next::after{
    width: 12px;
    height: 27px;
    display: inline-block;
    content: '';
    min-width: 12px;
    background-image: url('../img/icon/slider-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease;
}
.catalog__pages-next::after{
    transform: scaleX(-1);
}
.catalog__pages-prev:hover::before,
.catalog__pages-next:hover::after{
    background-image: url('../img/icon/slide-btn-hover.png');
}
.catalog__pages a:hover,
.catalog__pages a.active,
.catalog__pages-prev:hover,
.catalog__pages-next:hover{
    color: #B69243;
}
.catalog__pages span,
.catalog__pages a{
    height: 52px;
    padding: 5px;
    min-width: 36px;
    transition: all .2s ease;
    line-height: 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(18, 15, 15, 0.80);
}
.catalog__block-row{
    grid-template-columns: 1fr !important;
}
.catalog__block-row .product__item{
    flex-direction: row;
}
.catalog__block-row .product__item .product__item-image {
    height: 250px;
    max-width: 360px;
}
.catalog__block-row .product__item .product__item-descr{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-width: 100%;
}
.catalog__result{
    width: 100%;
}
@media (max-width: 1279px) {
    .catalog__block{
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog__block-row .product__item .product__item-image {
        height: 270px;
    }
    .catalog__filter:not(.active) + .catalog__result .catalog__block {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1023px) {
    .catalog__block{
        grid-template-columns: 1fr;
    }
    .catalog__block-row .product__item .product__item-image {
        height: 290px;
        max-width: 200px;
    }
    .catalog__filter:not(.active) + .catalog__result .catalog__block {
        grid-template-columns: repeat(2, 1fr);
    }
}
.catalog__filter-close{
    display: none;
}
@media (max-width: 767px) {
    .catalog__info{
        flex-direction: column;
        align-items: start;
    }
    .catalog__info-content{
        flex-wrap: wrap;
        gap: 20px;
    }
    .catalog__content{
        flex-direction: column;
    }
    .catalog__filter:not(.active) + .catalog__result .catalog__block{
        grid-template-columns: 1fr;
    }
    .catalog__block-row .product__item .product__item-image {
        height: 320px;
        max-width: 150px;
    }
    .catalog__block .product__item-image {
        height: 254px;
    }
    .catalog__slider-content{
        gap: 5px;
    }
    .catalog__slide-image {
        height: 120px;
    }
    .catalog__filter{
        position: fixed;
        inset: 0;
        background-color: #1B1818;
        width: 100%;
        max-width: 100%;
        z-index: 111;
        padding: 32px;
        overflow: auto;
    }
    .catalog__filter-close{
        display: flex;
        margin-left: auto;
        margin-bottom: 20px;
    }
}
.catalog__filter-reset.is-hidden {
    display: none;
}

/* WooCommerce Styles */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}
.wc-block-components-quantity-selector,
.woocommerce-breadcrumb {
    display: none;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    transition: all .2s ease;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-3-columns{
    margin-top: 40px;
}
.wp-block-separator.has-alpha-channel-opacity.is-style-dots{
    margin: 40px 0;
}
.wc-block-grid__product-title {
    color: #B69243;
    font-family: "Gilda Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}
.wc-block-grid__product-price.price {
    color: #4C453A;
    margin-bottom: 20px;
}

/* blogs */
.blog__posts{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.blog__post{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.blog__post-image{
    display: flex;
    align-items: center;
    width: 100%;
    height: 238px;
    min-width: 238px;
    overflow: hidden;
}
.blog__post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.blog__post-content{
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blog__post-title {
    color: #937C5C;
    font-family: "Gilda Display", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}
.blog__post-date{
    margin-top: 5px;
    color: #4C453A;
    font-size: 12px;
    line-height: 15px; /* 125% */
}
.blog__post-message{
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: 100%;
    margin-bottom: 20px;
}
.blog__post-image:hover img{
    transform: scale(1.1);
}
.blog__controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}
.blog__more {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    padding: 12px 24px;
    background: rgba(18, 15, 15, 0.80);
    color: #FFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all .2s ease;
}

.blog__more:hover {
    background: #B69243;
    color: #FFF;
}
.blog__pages {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.blog__pages-prev span,
.blog__pages-next span {
    width: 12px;
    height: 27px;
    min-width: 12px;
    background-size: contain;
    background-color: transparent;
}
.blog__pages-prev,
.blog__pages-next {
    padding: 12px 12px 12px 10px;
    gap: 12px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 16px;
    background: rgba(18, 15, 15, 0.80);
    border: none;
    color: #FFF;
    cursor: pointer;
    transition: all .2s ease;
}
.blog__pages-prev::before,
.blog__pages-next::after {
    width: 12px;
    height: 27px;
    display: inline-block;
    content: '';
    min-width: 12px;
    background-image: url('../img/icon/slider-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease;
}
.blog__pages-next::after {
    transform: scaleX(-1);
}
.blog__pages-prev:hover::before,
.blog__pages-next:hover::after {
    background-image: url('../img/icon/slide-btn-hover.png');
}
.blog__page-link {
    height: 52px;
    padding: 5px;
    min-width: 36px;
    transition: all .2s ease;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: rgba(18, 15, 15, 0.80);
    border-radius: 4px;
}
.blog__page-link:hover,
.blog__page-link.active {
    color: #B69243;
}
.blog__pages span {
    height: 52px;
    padding: 5px;
    min-width: 36px;
    transition: all .2s ease;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
}
@media (max-width: 1024px) {    
    
}
@media (max-width: 767px) {

}

.wc-block-components-checkbox__input[type="checkbox"],
.wc-block-components-radio-control__input[type="radio"] {
    width: 20px;
    max-width: 20px;
    padding: 0;
}

.exkluz-auction__stat-value{
    font-size: 14px;
    line-height: normal;
}
.exkluz-auction__buynow > span{
    display: flex;
    flex-direction: column;
}

.cartpage__content {
    margin-top: 30px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: normal;
    color: green;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 30px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-top: 30px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-top: 30px;
    border-spacing: 0px;
    border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    border: 1px solid #fff !important;
}
.woocommerce .woocommerce-customer-details address{
    line-height: 30px;
    margin-top: 30px;
    border: 1px solid #fff !important;
}
.woocommerce .woocommerce-order-details :last-child,
.woocommerce-table__product-table.product-total{
    text-align: right;
}
td.woocommerce-table__product-name.product-name,
th.woocommerce-table__product-name.product-name {
    text-align: left;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.swiper-pagination-lock{
    display: none !important;
}
.feedback__form {
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    top: initial;
    transform: translateY(-50%);
    left: 5px;
    margin: 0;
    bottom: 0;
}