:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(45,79,48);
	--wd-text-font-size: 19px;
	--wd-title-font: "Onest", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Onest", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Onest", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Onest", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(45,79,48);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Onest", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(110,157,78);
	--wd-alternative-color: #214120;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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: left center;
}
.wd-footer {
	background-color: rgb(27,36,23);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: rgb(251,248,241);
}
.wd .product-label.out-of-stock {
	background-color: rgb(255,255,255);
	color: rgb(163,0,10);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
: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-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: 0px;
}

@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: rgb(251,248,241);
}

/* Кремовый фон sticky-меню после скролла (каталог и карточка товара) */
.whb-overcontent.whb-sticked .whb-general-header,
.single-product .whb-sticked .whb-general-header {
  background-color: #FAF8F1 !important;
}

/* === PAGE TITLE SIZE (desktop only) === */
@media (min-width: 1025px) {
  .wd-page-title {
    padding-block: 0 !important;
    padding-top: 170px !important;
    padding-bottom: 95px !important;
  }
  .wd-page-title .title {
    font-size: 68px !important;
    line-height: 82px !important;
    min-height: 82px !important;
    margin: 0 !important;
  }
}
/* === END PAGE TITLE SIZE === */

/* === PAGE TITLE MOBILE (stable narrow height, centered text) === */
@media (max-width: 1024px) {
  .wd-header-overlap .wd-page-title {
    padding-top: 68px !important;
    padding-bottom: 8px !important;
  }

  .wd-page-title {
    --wd-align: center;
    --wd-title-sp: 0;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }

  .wd-page-title .container {
    align-items: center !important;
    text-align: center !important;
    width: 100%;
    gap: 8px;
  }

  .wd-page-title .title {
    font-family: 'Onest', sans-serif !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .wd-page-title .wd-page-title-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Каталог: кнопка «Категории» в узкой шапке */
  .wd-page-title.wd-nav-accordion-mb-on:not(:has(.wd-nav-product-cat.categories-opened)) {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }

  .wd-page-title.wd-nav-accordion-mb-on .wd-btn-show-cat {
    margin: 0;
  }

  /* Каталог: при раскрытии категорий шапка может расти */
  .wd-page-title.wd-nav-accordion-mb-on:has(.wd-nav-product-cat.categories-opened) {
    height: auto !important;
    min-height: 150px !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
/* === END PAGE TITLE MOBILE === */

/* === PRODUCT GRID THUMB RATIO (vertical 3:4) === */
.wd-products .wd-product .wd-product-thumb,
.woocommerce ul.product_list_widget li a img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  display: block;
}

.wd-products .wd-product .wd-product-thumb :is(img, picture),
.woocommerce ul.product_list_widget li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* === END PRODUCT GRID THUMB RATIO === */

/* === SINGLE PRODUCT GALLERY 3:4 === */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .wd-gallery-thumb .wd-carousel-item {
  aspect-ratio: 3 / 4;
  height: auto !important;
  overflow: hidden;
}

.single-product .wd-gallery-thumb .wd-carousel-item img {
  width: 100%;
  height: 100% !important;
  margin-bottom: 0 !important;
  object-fit: cover;
}
/* === END SINGLE PRODUCT GALLERY 3:4 === */

/* === CATEGORY MASONRY-FIRST (homepage) === */
.home .wd-masonry-first .wd-col:not(.wd-wider) .wd-cat-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.home .wd-masonry-first .wd-col:not(.wd-wider) .wd-cat-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.home .wd-masonry-first .wd-col.wd-wider .wd-cat-thumb {
  overflow: hidden;
  display: block;
}

.home .wd-masonry-first .wd-col.wd-wider .wd-cat-thumb img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

/* Mobile: Packery masonry makes uneven rows when titles wrap — use CSS grid instead */
@media (max-width: 767.98px) {
  .home .wd-cats-element .products.wd-masonry,
  .home .wd-cats-element .products.wd-masonry-first {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--wd-gap-sm, 10px);
    row-gap: var(--wd-gap-sm, 10px);
    height: auto !important;
  }

  .home .wd-cats-element .products.wd-masonry > .wd-col,
  .home .wd-cats-element .products.wd-masonry-first > .wd-col {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    float: none !important;
    margin: 0 !important;
  }

  .home .wd-cats-element .products.wd-masonry > .wd-col.wd-wider,
  .home .wd-cats-element .products.wd-masonry-first > .wd-col.wd-wider {
    grid-column: 1 / -1;
  }

  .home .wd-cats-element .products.wd-masonry > .wd-col:not(.wd-wider) .wd-cat-thumb,
  .home .wd-cats-element .products.wd-masonry-first > .wd-col:not(.wd-wider) .wd-cat-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
  }

  .home .wd-cats-element .products.wd-masonry > .wd-col:not(.wd-wider) .wd-cat-thumb img,
  .home .wd-cats-element .products.wd-masonry-first > .wd-col:not(.wd-wider) .wd-cat-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .home .wd-cats-element .products.wd-masonry > .wd-col:not(.wd-wider) .wd-entities-title,
  .home .wd-cats-element .products.wd-masonry-first > .wd-col:not(.wd-wider) .wd-entities-title {
    min-height: 2.6em;
    line-height: 1.3;
  }
}
/* === END CATEGORY MASONRY-FIRST === */

/* === GIFT CERTIFICATE PAGE (6205) === */
.page-id-6205 .promo-banner .banner-btn-wrapper,
.page-id-6205 .promo-banner .wd-promo-banner-link,
.postid-6205 .promo-banner .banner-btn-wrapper,
.postid-6205 .promo-banner .wd-promo-banner-link {
  display: none !important;
}

.page-id-6205 .promo-banner .banner-subtitle,
.postid-6205 .promo-banner .banner-subtitle {
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.page-id-6205 .promo-banner .banner-title,
.postid-6205 .promo-banner .banner-title {
  font-size: 42px !important;
  line-height: 1.1 !important;
}

.page-id-6205 .promo-banner .banner-inner,
.page-id-6205 .promo-banner .banner-inner p,
.postid-6205 .promo-banner .banner-inner,
.postid-6205 .promo-banner .banner-inner p {
  font-size: 18px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1199.98px) {
  .page-id-6205 .promo-banner .banner-title,
  .postid-6205 .promo-banner .banner-title {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .page-id-6205 .promo-banner .banner-inner,
  .page-id-6205 .promo-banner .banner-inner p,
  .postid-6205 .promo-banner .banner-inner,
  .postid-6205 .promo-banner .banner-inner p {
    font-size: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .page-id-6205 .promo-banner .banner-subtitle,
  .postid-6205 .promo-banner .banner-subtitle {
    font-size: 18px !important;
  }

  .page-id-6205 .promo-banner .banner-title,
  .postid-6205 .promo-banner .banner-title {
    font-size: 38px !important;
  }

  /* Hero card: WoodMart responsive sets inner to 14px — too small */
  .page-id-6205 .promo-banner .banner-inner,
  .page-id-6205 .promo-banner .banner-inner p,
  .postid-6205 .promo-banner .banner-inner,
  .postid-6205 .promo-banner .banner-inner p {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}
/* === END GIFT CERTIFICATE PAGE === */

/* === HOME / CERT CARD TEXT (mobile) === */
/* #wd-6a3e69a66fdbd: theme responsive = title 22px / inner 14px on ≤767 */
@media (max-width: 767.98px) {
  #wd-6a3e69a66fdbd .info-box-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  #wd-6a3e69a66fdbd .info-box-inner,
  #wd-6a3e69a66fdbd .info-box-inner p {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}
/* === END HOME / CERT CARD TEXT === */

/* === FOOTER BRAND (mobile + logo proportions) === */
.footer-column-1 .eurol-footer-brand-row.wpb_row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0;
}

.footer-column-1 .eurol-footer-brand-row > .wpb_column {
	width: auto !important;
	max-width: none !important;
}

.footer-column-1 .eurol-footer-brand-logo {
	flex: 0 0 auto;
	padding-right: 0 !important;
}

.footer-column-1 .eurol-footer-brand-name-col {
	flex: 1 1 auto;
	min-width: 0;
	margin-left: -6px !important;
	padding-left: 0 !important;
}

.footer-column-1 .eurol-footer-brand-logo .wd-image,
.footer-column-1 .eurol-footer-brand-logo a {
	display: block;
	line-height: 0;
	overflow: visible;
}

.footer-column-1 .eurol-footer-brand-logo img {
	width: 52px !important;
	height: auto !important;
	max-height: 70px !important;
	object-fit: contain !important;
}

.footer-column-1 .eurol-footer-brand-name-text p {
	font-size: 20px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	margin: 0 !important;
}

.footer-column-1 .eurol-footer-brand-desc {
	margin-top: 14px !important;
}

.footer-column-4 .eurol-footer-contacts-title,
.footer-column-4 .eurol-footer-contacts-title .title {
	text-align: left !important;
}

.footer-column-4 .eurol-footer-contacts-title {
	margin-bottom: 0 !important;
}

.footer-column-4 .eurol-footer-contacts-title .liner-continer {
	padding: 0 !important;
	border: none !important;
}

.footer-column-4 .eurol-footer-contacts-title .liner-continer::after,
.footer-column-4 .eurol-footer-contacts-title .liner-continer::before {
	display: none !important;
}

.footer-column-4 .eurol-footer-contacts-title .woodmart-title-container.title {
	display: block !important;
	margin: 0 0 20px 0 !important;
	color: var(--wd-widget-title-color) !important;
	text-transform: var(--wd-widget-title-transform, uppercase) !important;
	font-weight: var(--wd-widget-title-font-weight, 600) !important;
	font-style: var(--wd-widget-title-font-style, normal) !important;
	font-size: var(--wd-widget-title-font-size, 16px) !important;
	font-family: var(--wd-widget-title-font) !important;
	line-height: 1.2 !important;
}

.footer-column-4 #wd-eurol-footer-contacts-list,
.footer-column-4 #wd-eurol-footer-contacts-list .wd-list-content {
	font-size: var(--wd-text-font-size, 20px) !important;
	line-height: var(--wd-text-line-height, 1.6) !important;
}

.footer-column-4 #wd-eurol-footer-contacts-list .wd-icon img {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

@media (min-width: 768px) {
	.footer-column-1 .eurol-footer-brand-logo img {
		width: 56px !important;
		max-height: 76px !important;
	}

	.footer-column-1 .eurol-footer-brand-name-text p {
		font-size: 22px !important;
	}
}
/* === END FOOTER BRAND === */

/* === HOME WHY-US SCROLL TO CONTACT === */
#eurol-contact {
	scroll-margin-top: 120px;
}

#eurol-portfolio {
	scroll-margin-top: 120px;
}

#eurol-why-us .info-box-wrapper {
	cursor: pointer;
}

/* WHY-US: spacing around white cards on beige (esp. mobile) */
#eurol-why-us .wd-info-box.box-style-bg-hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 768px) {
	#eurol-why-us .vc_column-inner[class*="vc_custom_"] {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 24px !important;
	}
}

/* === HOME TOP PROMO BANNERS === */
.home #wd-61090bd89ddb2 .promo-banner.banner-mask .wrapper-content-banner {
	background-color: rgba(0, 0, 0, 0.08) !important;
}

.home #wd-61090bd89ddb2 .promo-banner.banner-mask[class*="banner-hover-zoom"]:hover .wrapper-content-banner {
	background-color: rgba(0, 0, 0, 0.16) !important;
}

.home #wd-61090bd89ddb2 .promo-banner .banner-image :is(img, picture) {
	filter: brightness(1.04) saturate(1.02);
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(1) .wrapper-content-banner {
	justify-content: flex-end !important;
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(1) .content-banner {
	text-align: right !important;
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(2) .wrapper-content-banner {
	justify-content: center !important;
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(2) .content-banner {
	text-align: center !important;
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(3) .wrapper-content-banner {
	justify-content: flex-start !important;
}

.home #wd-61090bd89ddb2 .wpb_column:nth-child(3) .content-banner {
	text-align: left !important;
}
/* === END HOME TOP PROMO BANNERS === */

/* === HOME SECTION INTRO TEXT (after_title under section headings) === */
.home .title-after_title {
	font-size: 20px !important;
	line-height: 1.6 !important;
}
/* === END HOME SECTION INTRO TEXT === */

/* === HOME SECTION LABELS (subtitle lines — unified) === */
.home .title-subtitle {
	color: #83b735 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

/* Промо-баннеры КАТАЛОГ/УСЛУГИ/ПОРТФОЛИО — исходный стиль темы (не трогаем) */
.home #wd-61090bd89ddb2 :is(.banner-subtitle, .banner-title) {
	color: revert !important;
	font-family: revert !important;
	font-weight: revert !important;
	text-transform: revert !important;
	font-style: revert !important;
	font-size: revert !important;
	line-height: revert !important;
}

/* КАТАЛОГ РАСТЕНИЙ + ПОЧЕМУ ВЫБИРАЮТ НАС — как «Наши услуги»: alt, 18/28 */
.home :is(#wd-610903e32c1bf, #wd-5bae41fbec832) .title-subtitle {
	color: #83b735 !important;
	font-family: var(--wd-alternative-font) !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	font-size: 18px !important;
	line-height: 28px !important;
}

@media (max-width: 1199.98px) {
	.home :is(#wd-610903e32c1bf, #wd-5bae41fbec832) .title-subtitle {
		font-size: 13px !important;
		line-height: 23px !important;
	}
}
/* === END HOME SECTION LABELS === */

/* === DELIVERY PAGE BODY TEXT === */
.page-id-6200 #wd-5bae428a3f9a8 .title-after_title,
.page-id-6200 #wd-6a550dea64fb3 .title-after_title {
	font-size: 20px !important;
	line-height: 1.6 !important;
}

#wd-6109062e349e5.wd-text-block,
#wd-6109062e349e5.wd-text-block p {
	font-size: 20px !important;
	line-height: 1.6 !important;
}
/* === END DELIVERY PAGE BODY TEXT === */

/* === DELIVERY PAGE PAYMENT METHODS === */
.page-id-6200 .eurosad-payment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 0 0 28px;
}

.page-id-6200 .eurosad-payment-col {
	padding: 24px 28px;
	background: #f8f8f8;
	border-radius: 4px;
}

.page-id-6200 .eurosad-payment-col h4 {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(129, 129, 129, 0.25);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.page-id-6200 .eurosad-payment-item + .eurosad-payment-item {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(129, 129, 129, 0.15);
}

.page-id-6200 .eurosad-payment-item strong {
	font-weight: 600;
}

.page-id-6200 .eurosad-payment-item {
	line-height: 1.6;
}

.page-id-6200 .eurosad-payment-erip {
	margin: 0 0 20px;
	padding: 20px 24px;
	background: #f8f8f8;
	border-left: 3px solid #83b735;
}

.page-id-6200 .eurosad-payment-erip ul,
.page-id-6200 .eurosad-erip-codes {
	margin: 12px 0 0;
	padding-left: 0;
}

.page-id-6200 .eurosad-erip-codes > div + div {
	margin-top: 6px;
}

.page-id-6200 .eurosad-erip-code {
	color: #83b735;
	font-weight: 700;
}

.page-id-6200 .eurosad-payment-note {
	margin: 0;
}

@media (max-width: 767.98px) {
	.page-id-6200 .eurosad-payment-grid {
		grid-template-columns: 1fr;
	}
}
/* === END DELIVERY PAGE PAYMENT METHODS === */

/* === HEADER DROPDOWN MENU FONT === */
/* Desktop dropdown: keep readable size. */
.whb-header .wd-dropdown-menu .wd-sub-menu li > a {
	font-size: 20px !important;
	line-height: 1.45 !important;
	font-family: var(--wd-text-font, 'Onest', sans-serif) !important;
	font-weight: 600 !important;
}

/* Mobile slide-out: same size as main; not bold. */
.whb-header .wd-nav-mobile > li > a,
.mobile-nav .wd-nav-mobile > li > a,
.whb-header .wd-nav-mobile .wd-sub-menu li > a,
.mobile-nav .wd-nav-mobile .wd-sub-menu li > a,
.mobile-nav .wd-sub-menu li > a {
	font-size: var(--wd-header-el-font-size, 15px) !important;
	line-height: 1.45 !important;
	font-family: var(--wd-header-el-font, 'Onest', sans-serif) !important;
	font-weight: 400 !important;
}
/* === END HEADER DROPDOWN MENU FONT === */

/* === VACANCIES PAGE LOGO (mobile) === */
@media (max-width: 767.98px) {
	.page-id-6199 .wpb_single_image .vc_single_image-img[src*="logo_icon_tree"] {
		width: 70px !important;
		max-width: 70px !important;
		height: auto !important;
		max-height: 98px !important;
	}
}
/* === END VACANCIES PAGE LOGO === */

/* === MOBILE CATALOG FILTERS (toggle button near sorting) === */
@media (min-width: 1025px) {
	body.woocommerce:not(.single-product) .filters-area,
	body.woocommerce:not(.single-product) .wd-filter-buttons {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	body.woocommerce:not(.single-product) .wd-show-sidebar-btn,
	body.woocommerce:not(.single-product) .wd-sidebar-opener.wd-filter-icon {
		display: none !important;
	}

	body.woocommerce:not(.single-product) .wd-filter-buttons {
		margin-inline-start: auto;
	}

	body.woocommerce:not(.single-product) .shop-loop-head .wd-shop-tools:last-child {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
		width: 100%;
	}
}
/* === END MOBILE CATALOG FILTERS === */

/* === SERVICE PAGES — hub (6133) + child pages (parent-pageid-6133) === */
.page-id-6133 .wd-menu-price .menu-price-details,
.parent-pageid-6133 .wd-menu-price .menu-price-details {
	font-style: normal !important;
}

.page-id-6133 .woodmart-title-container .subtitle,
.parent-pageid-6133 .woodmart-title-container .subtitle {
	font-style: normal !important;
}

/* FA check — описания работ на подстраницах (не в .menu-price-title) */
.parent-pageid-6133 .wd-menu-price .menu-price-details::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	content: "\f058";
	margin-right: 8px;
	color: #83b735;
	font-size: 14px;
}

.parent-pageid-6133 .wd-menu-price .menu-price-title::before {
	content: none !important;
	display: none !important;
}

.parent-pageid-6133 .wd-menu-price .menu-price-price:empty {
	display: none !important;
}

/* Hub service tiles — no FA icons before titles */
.page-id-6133 .wd-promo-banner .banner-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.page-id-6133 .wd-promo-banner .banner-title::before {
	content: none !important;
	display: none !important;
}
/* === END SERVICE PAGES === */

/* === END HOME WHY-US SCROLL TO CONTACT === */

/* === PARTNERS FORM INPUT TEXT SIZE === */
/* Values inside fields were ~14px; align closer to theme text (20px). */
.page-id-6198 .partner-form {
	--wd-form-height: 48px;
}

.page-id-6198 .partner-form input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.page-id-6198 .partner-form select.wpcf7-form-control,
.page-id-6198 .partner-form textarea.wpcf7-form-control,
.page-id-6198 .wpcf7 input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.page-id-6198 .wpcf7 select.wpcf7-form-control,
.page-id-6198 .wpcf7 textarea.wpcf7-form-control {
	font-size: 20px !important;
	line-height: 1.4 !important;
}

@media (max-width: 767.98px) {
	.page-id-6198 .partner-form {
		--wd-form-height: 46px;
	}

	.page-id-6198 .partner-form input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.page-id-6198 .partner-form select.wpcf7-form-control,
	.page-id-6198 .partner-form textarea.wpcf7-form-control,
	.page-id-6198 .wpcf7 input.wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.page-id-6198 .wpcf7 select.wpcf7-form-control,
	.page-id-6198 .wpcf7 textarea.wpcf7-form-control {
		font-size: 18px !important;
	}
}
/* === END PARTNERS FORM INPUT TEXT SIZE === */

/* === SEARCH INPUT TEXT SIZE === */
/* Typed query in fullscreen search was hard to read (Cormorant + 20px on ≤1024). */
.wd-search-full-screen .searchform input[type="text"],
.wd-search-full-screen .searchform input.s {
	font-family: 'Onest', sans-serif !important;
	font-size: 64px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: #333333 !important;
}

.wd-search-full-screen .searchform input[type="text"]::placeholder,
.wd-search-full-screen .searchform input.s::placeholder {
	color: #767676 !important;
	opacity: 1;
}

.wd-search-full-screen .wd-suggestion .wd-entities-title,
.wd-search-full-screen .wd-suggestion .price {
	font-size: 18px !important;
	line-height: 1.35 !important;
}

.wd-search-full-screen .wd-all-results,
.wd-search-full-screen .wd-search-info-text,
.wd-search-full-screen .wd-not-found-msg {
	font-size: 18px !important;
}

/* Mobile header search form (icon / dropdown) — theme default input is 14px */
.wd-header-search-mobile .searchform input[type="text"],
.wd-header-search-mobile .searchform input.s,
.wd-search-form .searchform input[type="text"],
.wd-search-form .searchform input.s,
.wd-search-dropdown input[type="text"] {
	font-family: 'Onest', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	color: #333333 !important;
}

@media (max-width: 1024px) {
	.wd-search-full-screen .searchform input[type="text"],
	.wd-search-full-screen .searchform input.s {
		font-size: 32px !important;
	}

	.wd-search-full-screen .wd-suggestion .wd-entities-title,
	.wd-search-full-screen .wd-suggestion .price {
		font-size: 16px !important;
	}

	.wd-search-full-screen .wd-all-results,
	.wd-search-full-screen .wd-search-info-text,
	.wd-search-full-screen .wd-not-found-msg {
		font-size: 16px !important;
	}
}

@media (max-width: 767.98px) {
	.wd-search-full-screen .searchform input[type="text"],
	.wd-search-full-screen .searchform input.s {
		font-size: 28px !important;
	}

	.wd-header-search-mobile .searchform input[type="text"],
	.wd-header-search-mobile .searchform input.s,
	.wd-search-form .searchform input[type="text"],
	.wd-search-form .searchform input.s,
	.wd-search-dropdown input[type="text"] {
		font-size: 16px !important;
	}
}
/* === END SEARCH INPUT TEXT SIZE === */

/* === PRODUCT ACTION TOOLTIP TEXT SIZE === */
/* Hover bubbles on compare / wishlist / quick-view were 12px. */
.tooltip .tooltip-inner,
.wd-tltp .tooltip .tooltip-inner {
	font-size: 16px !important;
	line-height: 1.35 !important;
	max-width: 280px;
	padding: 8px 16px;
}

@media (max-width: 767.98px) {
	.tooltip .tooltip-inner,
	.wd-tltp .tooltip .tooltip-inner {
		font-size: 15px !important;
	}
}
/* === END PRODUCT ACTION TOOLTIP TEXT SIZE === */

/* === WISHLIST EMPTY HEART (logo dark green) === */
.wd-empty-wishlist .wd-empty-block-title:before {
	color: #2c4c30 !important;
}
/* === END WISHLIST EMPTY HEART === */@media (min-width: 1025px) {
	.footer-container .widget_nav_menu ul li a {
    font-size: 15px !important;
}
/* Для компьютера: уменьшаем отступы между строчками */
.footer-container .widget_nav_menu ul li {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-bottom: 0 !important;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.footer-container .widget_nav_menu ul li a, 
.footer-container .wd-widget-text,
.footer-container .wd-sub-menu li a,
.footer-container .wd-sub-menu li,
.wd-html-block .widget_nav_menu ul li a {
    font-size: 15px !important;
}
/* Для телефона: делаем строчки в выпадающем меню плотнее */
.footer-container .widget_nav_menu ul li,
.footer-container .wd-sub-menu li {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-bottom: 0 !important;
}
}

@media (max-width: 576px) {
	.footer-container .widget_nav_menu ul li a, 
.footer-container .wd-widget-text,
.footer-container .wd-sub-menu li a,
.footer-container .wd-sub-menu li,
.wd-html-block .widget_nav_menu ul li a {
    font-size: 15px !important;
}
/* Для телефона: делаем строчки в выпадающем меню плотнее */
.footer-container .widget_nav_menu ul li,
.footer-container .wd-sub-menu li {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-bottom: 0 !important;
}
}

