:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(232,189,150);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(178,138,91);
	--btn-accented-bgcolor-hover: rgb(178,115,42);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,249,247);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 5px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================
   1. ГОЛОВНА КНОПКА (Створити свою сумку)
========================================= */
a.btn.hero-btn-primary {
    border: 2px solid #e8bd96 !important; 
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
}

a.btn.hero-btn-primary:hover {
    background-color: #2b2422 !important;
    border-color: #e8bd96 !important; /* ОСЬ ФІКС: замість border-width вказано колір */
}

/* =========================================
   2. ДРУГОРЯДНА КНОПКА (Переглянути каталог)
========================================= */
a.btn.hero-btn-secondary:hover {
    background-color: rgba(43, 36, 34, 0.6) !important;
    color: #e8bd96 !important; 
}

/* =========================================
   3. Шапка сайту
========================================= */
.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
    color: #000000;
}

/* =========================================
   4. Заголовок hero
========================================= */
.hero-img-desctop {
    margin-top: 100px;
}

/* =========================================
   5. ДЕКОРАТИВНИЙ ЗАГОЛОВОК З ЛІНІЯМИ
========================================= */
.title-with-lines {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title-with-lines::before,
.title-with-lines::after {
    content: "";
    display: block;
    width: 40px; /* Довжина ліній (можеш збільшити/зменшити) */
    height: 2px; /* Товщина ліній */
    background-color: #e8bd96; /* Твій фірмовий колір */
    margin: 0 15px; /* Відстань між лінією та текстом */
}

/* =========================================
   6. ІНФОРМАТИВНИЙ БЛОК ПІД hero
========================================= */
.main_info_container {
	padding-left: 50px;
	padding-right: 50px;
}
.main_info_container_box {
	width: 200px;
	margin: 0 auto;
}

/* =========================================
   7. Home about
========================================= */
.home-about-left{
    display:flex;
    justify-content:flex-end;
}

.home-about-left > .vc_column-inner{
    max-width:800px;
    width:100%;
}

.home-about-right{
/*     min-height:700px; */
	  max-height: 800px;
    overflow:hidden;
}

.home-about-right > .vc_column-inner{
    height:100%;
}

.home-about-right .wpb_single_image,
.home-about-right img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.main_box-icon {
    padding: 10px;
	  margin-right: 20px;
}

.home-about-right .wpb_wrapper{
    width:100%;
    height:100%;
    display:flex;
}

.home-about-right .wd-image{
    width:100%;
    height:100%;
}

.home-about-right img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

@media (max-width: 1024px) {
    #wd-6a65b5e865481 .woodmart-title-container {
        line-height: 46px !important;
    }
    #wd-6a65b5e865481 {
        margin-bottom: 20px;
    }
    #wd-6a661d09f24e1 {
        margin-bottom: 0px;
    }
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px;
    }
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 25px;
    }
    #wd-6a662c2507bb2 {
        margin-bottom: 0px;
    }
    a.btn.hero-btn-primary {
        min-width: 250px;
    }
    #wd-6a662023da37b a {
        min-width: 250px;
        margin-bottom: 20px;
    }
	  .hero-img-desctop {
        margin-top: 100px;
	  }
}