@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//prokraski.pro/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
	font-display:block;
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(27,62,58);
	--wd-alternative-color: rgb(255,184,0);
	--wd-link-color: rgb(255,184,0);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(27,62,58);
	--btn-accented-bgcolor-hover: rgb(255,184,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://prokraski.pro/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://prokraski.pro/wp-content/uploads/2025/05/112.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(25,50,46);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(245,247,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}



/* =========================================================
   MAX CONTACT WIDGET
   ========================================================= */

/* Floating wrapper */
.max-contact-wrapper {
  position: fixed;
  left: 1px;
  bottom: calc(66px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;

  font-family: inherit;
  user-select: none;
  -webkit-user-select: none;
}

/* Invisible drag handle */
.max-contact-drag-handle {
  width: 100%;
  height: 12px;

  cursor: grab;
  touch-action: none;
}

.max-contact-drag-handle:active {
  cursor: grabbing;
}

/* Button and close button row */
.max-contact-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Main MAX button */
.max-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 38px;
  padding: 10px 15px;

  background-color: #1c3e3a;
  color: #ffffff;

  border: 1px solid #e74c3c;
  border-radius: 20px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;

  cursor: pointer;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}

/* MAX icon circle */
.max-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 22px;
  height: 22px;

  background-color: #ffffff;
  color: #1c3e3a;

  border-radius: 50%;

  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

/* Button text container */
.max-contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

/* Main button label */
.max-contact-title {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
}

/* Telephone number */
.max-contact-phone {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;

  transition: color 0.3s ease;
}

/* Main button hover */
.max-contact-button:hover {
  background-color: #e7be7a;
  color: #1c3e3a;
  border-color: #e74c3c;

  transform: translateY(-1px);

  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.max-contact-button:hover .max-contact-icon {
  background-color: #1c3e3a;
  color: #ffffff;
}

.max-contact-button:hover .max-contact-phone {
  color: rgba(28, 62, 58, 0.8);
}

/* Keyboard focus */
.max-contact-button:focus-visible {
  outline: 3px solid rgba(231, 190, 122, 0.6);
  outline-offset: 3px;
}

/* Close button */
.max-contact-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 30px;
  height: 30px;
  padding: 0;

  background-color: #1c3e3a;
  color: #e74c3c;

  border: none;
  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease;
}

.max-contact-close:hover {
  background-color: #e74c3c;
  color: #ffffff;
  transform: scale(1.05);
}

.max-contact-close:focus-visible {
  outline: 3px solid rgba(231, 76, 60, 0.35);
  outline-offset: 2px;
}

/* Reopen tab */
.max-contact-reopen {
  display: none;
  align-items: center;
  justify-content: center;

  min-width: 38px;
  min-height: 38px;
  padding: 7px 12px;

  background-color: #1c3e3a;
  color: #e74c3c;

  border: none;
  border-radius: 0 22px 22px 0;

  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease;
}

.max-contact-reopen:hover {
  background-color: #e7be7a;
  color: #1c3e3a;
  transform: translateX(2px);
}

.max-contact-reopen:focus-visible {
  outline: 3px solid rgba(231, 190, 122, 0.55);
  outline-offset: 2px;
}

/* Desktop adjustments */
@media (min-width: 768px) {
  .max-contact-wrapper {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .max-contact-button {
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 14px;
  }

  .max-contact-icon {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .max-contact-phone {
    font-size: 11px;
  }

  .max-contact-close {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .max-contact-reopen {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 14px;
    border-radius: 0 24px 24px 0;
    font-size: 18px;
  }
}

/* Small mobile screens */
@media (max-width: 420px) {
  .max-contact-button {
    max-width: calc(100vw - 50px);
    padding: 9px 12px;
  }

  .max-contact-title {
    font-size: 11px;
  }

  .max-contact-phone {
    font-size: 9px;
  }
}

/* Disable animations for reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  .max-contact-button,
  .max-contact-icon,
  .max-contact-phone,
  .max-contact-close,
  .max-contact-reopen {
    transition: none;
  }
}

/* ============================================
   MENU FIT 1025-1279px (prevent 2nd line wrap)
   ============================================ */
@media (min-width: 1025px) and (max-width: 1279px) {
  .wd-nav-main > li > a {
    padding: 0 6px !important;
    font-size: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1149px) {
  .wd-nav-main > li > a {
    padding: 0 5px !important;
    font-size: 11px;
    letter-spacing: 0;
  }
  .wd-nav-main {
    column-gap: 8px !important;
  }
}


/* ============================================
   PK HERO FULLBLEED (homepage hero + cards)
   ============================================ */
.elementor-element-936341d.e-con{--content-width:100% !important;max-width:100% !important}
.elementor-element-dbfd4f7{width:100% !important;max-width:100% !important}
.pk-hero,.pk-cats{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
.pk-cats{padding-left:max(30px,calc(50vw - 611px));padding-right:max(30px,calc(50vw - 611px))}
.wd-page-wrapper{overflow-x:clip}


/* ============================================
   MENU TRUE CENTER (offset catalog block) 1380px+
   ============================================ */
@media (min-width: 1380px) {
  .whb-header-bottom .wd-nav-main { position: relative; left: -145px; }
}
