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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//polarclima.bg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Exo 2", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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(0,123,196);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,123,196);
	--btn-accented-bgcolor-hover: rgb(0,106,169);
	--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: #111111;
	background-image: url(https://polarclima.bg/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://polarclima.bg/wp-content/uploads/2024/02/slide-1-scaled.png);
	background-size: cover;
	background-position: center top;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: rgb(249,249,249);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 0px;
}

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


/* ================================================================
   HM INFO BLOCKS — Paste into:
   Woodmart Theme → Appearance → Customize → Additional CSS
   (or WoodMart → Theme Settings → Custom CSS)
   ================================================================ */

/* ---------- Wrapper ---------- */
.hm-info-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ---------- Each item ---------- */
.hm-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 180px;
  padding: 18px 20px;
  border-right: 1px solid #ebebeb;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.hm-info-item:last-child {
  border-right: none;
}

.hm-info-item:hover {
  background: #f8f8f8;
}

/* ---------- Icon ---------- */
.hm-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-info-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.hm-info-item:hover .hm-info-icon img {
  transform: scale(1.1);
}

/* ---------- Text ---------- */
.hm-info-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hm-info-title {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hm-info-text {
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  line-height: 1.4;
}

/* ================================================================
   RESPONSIVE BREAKPOINTS
   ================================================================ */

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .hm-info-item {
    flex: 1 1 calc(33.333% - 2px);
    border-bottom: 1px solid #ebebeb;
  }
  .hm-info-item:nth-child(3) {
    border-right: none;
  }
  .hm-info-item:nth-child(4),
  .hm-info-item:nth-child(5),
  .hm-info-item:nth-child(6) {
    border-bottom: none;
  }
}

/* Mobile: 2 columns */
@media (max-width: 640px) {
  .hm-info-blocks {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hm-info-item {
    flex: 1 1 calc(50% - 2px);
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 12px;
    gap: 10px;
  }
  .hm-info-item:nth-child(even) {
    border-right: none;
  }
  .hm-info-item:nth-child(5),
  .hm-info-item:nth-child(6) {
    border-bottom: none;
  }
  .hm-info-item:nth-child(3) {
    border-right: 1px solid #ebebeb;
  }
  .hm-info-title {
    font-size: 11px;
  }
  .hm-info-text {
    font-size: 11px;
  }
}

/* Very small screens: stack fully */
@media (max-width: 360px) {
  .hm-info-item {
    flex: 1 1 100%;
    border-right: none;
  }
}
/* ================================================================
   END CSS
   ================================================================ */