@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//atelierwatch.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(18,18,18)№;
	--wd-text-font-size: 16px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--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(138,106,69);
	--wd-alternative-color: rgb(40,35,29);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(14,90,67);
	--btn-accented-bgcolor-hover: rgb(8,61,47);
	--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 bottom;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-grid-item .wd-add-btn a, .single_add_to_cart_button, .wd-product.wd-hover-fw-button .wd-add-btn>a {
	font-weight: 300;
	font-size: 16px;
	text-transform: inherit;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: #F5F1EA;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	.product-grid-item .wd-add-btn a, .single_add_to_cart_button, .wd-product.wd-hover-fw-button .wd-add-btn>a {
		font-size: 16px;
	}

}

@media (max-width: 768.98px) {
	.product-grid-item .wd-add-btn a, .single_add_to_cart_button, .wd-product.wd-hover-fw-button .wd-add-btn>a {
		font-size: 14px;
	}

}
:root{
--wd-container-w: 1222px;
--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-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

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


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

.header-text {
    font-size: 17px;
    color: #f5f0ea;
}

.header-phone {
    font-size: 17px;
    color: #f5f0ea;
}

.header-phone:hover {
	color: white;
}

.nav-link-text {
	font-size: 17px;
   font-weight: 400;
}

/* WoodMart: ровные карточки товаров в каталоге, сетках и каруселях */
.wd-products .product-grid-item {
	height: 100%;
}

/* Внутренняя обертка карточки */
.wd-products .product-grid-item .product-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Нижняя часть карточки */
.wd-products .product-grid-item .product-element-bottom {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

/* Название товара: максимум 2 строки + одинаковая высота */
.wd-products .product-grid-item .wd-entities-title {
	line-height: 1.3;
	min-height: 2.6em;
	margin-bottom: 8px;
}

/* Обрезка длинного названия с троеточием */
.wd-products .product-grid-item .wd-entities-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Цена: фиксируем место */
.wd-products .product-grid-item .price {
	min-height: 1.5em;
	margin-bottom: 0;
}

/* Кнопка покупки прижимается вниз */
.wd-products .product-grid-item .wd-add-btn {
	margin-top: auto;
}m .wd-add-btn,
.woocommerce-shop .wd-products .product-grid-item .wd-add-btn {
    margin-top: auto;
}