.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#ffffff;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#eeee22;
	background-image: none;
}

:root{
--wd-text-font:Arial, Helvetica, sans-serif;
--wd-text-font-weight:300;
--wd-text-color:#000000;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:#000000;
}
:root{
--wd-entities-title-font: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%);
}
:root{
--wd-alternative-font:Verdana, Geneva, sans-serif;
}
:root{
--wd-widget-title-font:Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:700;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#8224e3;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:'Arial Black', Gadget, sans-serif;
--wd-header-el-font-weight:900;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:#dd3333;
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#8224e3;
--wd-link-color-hover:#dd3333;
}
:root{
--btn-default-bgcolor:rgba(255,255,255,0.15);
}
:root{
--btn-default-bgcolor-hover:rgba(221,51,51,0.06);
}
:root{
--btn-shop-bgcolor:#dd3333;
}
:root{
--btn-shop-bgcolor-hover:#dd3333;
}
:root{
--btn-accent-bgcolor:#dd3333;
}
:root{
--btn-accent-bgcolor-hover:#dd3333;
}
:root{
--notices-success-bg:rgba(130,36,227,0.05);
}
:root{
--notices-success-color:rgba(130,36,227,0.04);
}
:root{
--notices-warning-bg:rgba(130,36,227,0.06);
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-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-shop-bottom-active: -1px;
				--btn-shop-brd-radius: 0.001px;
				--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
									--btn-accent-brd-radius: 0px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
				--btn-accent-box-shadow-active: none;
				--btn-accent-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-width: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]) {
				padding-left: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//pripoi.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.3") format("woff2");
}

/* === GLOBAL CANONICAL CSS FOR METALS === */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Sticky navigation */
.sticky-nav {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.95);
  padding: 12px 20px;
  border-bottom: 2px solid #3498db;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sticky-nav a {
  margin: 0 12px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}

.sticky-nav a:hover {
  background: #3498db;
  color: #fff;
}

/* Fade animation */
@media (prefers-reduced-motion: no-preference) {
  .fade-in {
    animation: fadeIn 0.6s ease-out;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Product cards */
.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 768px) {
  .sticky-nav { padding: 10px; }
  .sticky-nav a { margin: 0 6px; font-size: 14px; }
  h1 { font-size: 26px !important; }
  h2 { font-size: 20px !important; }
}

/* Print */
@media print {
  .sticky-nav { display: none; }
}
/* === PRODUCT CARD (USED IN "ЧАСТО ПОКУПАЮТ") === */

.pm-product-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  position: relative;
}

.pm-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
/* === PRODUCT CARD (USED IN "ЧАСТО ПОКУПАЮТ") === */
.pm-product-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  position: relative;
}

.pm-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* === BASIC STYLES === */
.sticky-nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-bottom: 2px solid #3498db;
  z-index: 1000;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sticky-nav a {
  margin: 0 15px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}

.sticky-nav a:hover {
  background: #3498db;
  color: white;
}

.breadcrumbs {
  margin: 20px 0 30px;
  padding: 12px 15px;
  background: #ecf0f1;
  border-radius: 8px;
  font-size: 15px;
  border-left: 4px solid #3498db;
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .sticky-nav { padding: 10px; }
  .sticky-nav a { margin: 0 8px; font-size: 14px; }
}
.fade-in {
  animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.sticky-nav {
  position: sticky;
  top: 80px; /* под хедер Woodmart */
  z-index: 50;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.sticky-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #2c3e50;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.25s ease;
}

.sticky-nav a:hover {
  background: #3498db;
  color: #fff;
}


