:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(59,49,45);
	--wd-text-font-size: 14px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(59,49,45);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(59,49,45);
	--wd-entities-title-color-hover: rgb(164, 90, 77);
	--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(164,90,77);
	--wd-alternative-color: rgb(216,165,143);
	--btn-default-font-weight: 600;
	--btn-default-font-size: 16px;
	--btn-default-bgcolor: rgb(164,90,77);
	--btn-default-bgcolor-hover: rgb(142,70,61);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(216,165,143);
	--btn-accented-bgcolor-hover: rgb(201,142,120);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(243,236,229);
	--notices-success-color: rgb(111,138,94);
	--notices-warning-bg: rgb(248,239,227);
	--notices-warning-color: rgb(164,90,77);
	--wd-link-color: rgb(141,63,57);
	--wd-link-color-hover: rgb(164,90,77);
	--wd-link-decor-style-hover: solid;
	--wd-link-decor-color-hover: rgb(164,90,77);
}
.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(249,245,239);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,239);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(59,49,45);
	--wd-form-placeholder-color: rgb(154,144,136);
	--wd-form-brd-color: rgb(229,219,210);
	--wd-form-brd-color-focus: rgb(164,90,77);
	--wd-form-bg: rgb(255,253,251);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 35px;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1320px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

.site-logo .wd-logo img{
    transform-origin:center;
    animation:lpsLogoIntro 1.2s ease;
    transition:transform .8s cubic-bezier(.22,.61,.36,1);
}

.site-logo .wd-logo:hover img{
    transform:rotate(360deg);
}

@keyframes lpsLogoIntro{
    from{
        transform:rotate(-180deg);
        opacity:.2;
    }
    to{
        transform:rotate(0);
        opacity:1;
    }
}

.whb-general-header{
    padding:18px 0;
    background:transparent !important;
}

.whb-general-header > .container{
    background:rgba(255,255,255,.82);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(110,63,48,.14);
    border-radius:28px;

    box-shadow:0 24px 70px rgba(91,52,40,.12);

    padding:0 34px;
}

.whb-general-header .whb-flex-row{
    min-height:82px;
}

header {
    background: radial-gradient(circle at top right, rgba(217, 151, 106, .22), transparent 34%), linear-gradient(135deg, #fffaf6, #f7ded2) !important;
}

/* Кнопка */

.whb-hidden-lg .wd-header-mobile-nav > a{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    border-radius:50%;
    border:1px solid rgba(110,63,48,.14);

    box-shadow:0 12px 30px rgba(91,52,40,.10);
}

/* Убираем все внутренние фоны */

.whb-hidden-lg .wd-header-mobile-nav .wd-tools-icon,
.whb-hidden-lg .wd-header-mobile-nav .wd-tools-icon::before,
.whb-hidden-lg .wd-header-mobile-nav .wd-tools-icon::after{
    background:transparent !important;
    box-shadow:none !important;
}

/* Сам SVG */

.whb-hidden-lg .wd-header-mobile-nav svg{
    width:22px;
    height:22px;
    stroke:#3b2620;
    fill:none;
}

.wd-nav-mobile.wd-active{
    display:none !important;
}

.widgetarea-mobile{
	padding:0 !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	.whb-row.whb-general-header.whb-not-sticky-row.whb-with-bg.whb-border-fullwidth.whb-color-dark.whb-flex-flex-middle {
    padding: 10px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.whb-row.whb-general-header.whb-not-sticky-row.whb-with-bg.whb-border-fullwidth.whb-color-dark.whb-flex-flex-middle {
    padding: 10px;
}
}

@media (max-width: 576px) {
	.whb-row.whb-general-header.whb-not-sticky-row.whb-with-bg.whb-border-fullwidth.whb-color-dark.whb-flex-flex-middle {
    padding: 10px;
}
}

