@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//nexifyy.com/wp-content/themes/woodmart/fonts/woodmart-font-3-300.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Josefin Sans", 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: "Outfit", 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: "Josefin Sans", 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(47,189,193);
	--wd-alternative-color: rgb(23,36,42);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(30,115,190);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(23,36,42);
	--btn-accented-bgcolor-hover: rgb(47,189,193);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(69,150,71);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(211,25,25);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-radius: 0px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
: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) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.save-percent {
    background-color: #2bbfc2;  /* bright red background */
    color: #fff;                /* white text */
    font-weight: bold;
    padding: 3px 7px;
    border-radius: 4px;
    margin-left: 8px;
    font-size: 0.9em;
    display: inline-block;
    vertical-align: middle;
}
h2, h3, h4, h5, h6, .products-title {
   font-weight: 700;
    font-size: 16px;
}
/* ------------- SPEED BOOSTER – SAFE FOR LOGO ------------- */

/* Sirf content images ko fade-in dein (logo & header images skip) */
img[loading="lazy"]:not(.site-logo):not(.logo):not(.header-logo):not(.wd-logo):not(.woodmart-logo):not(.whb-logo):not(#logo):not([data-logo="true"]) {
  opacity: 0;
  transition: opacity .25s ease-in;
}
img.is-lazy-loaded {
  opacity: 1 !important;
}

/* Heavy animations ko globally OFF na karein.
   Sirf un users ke liye jinhon ne motion kam rakha ho (best practice) */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Font swap for faster text paint (agar aapke @font-face rules hain) */
@font-face {
  font-family: SystemFallback;
  src: local("Arial");
  font-display: swap;
}

/* CLS kam karne ke liye images ko block-level aur max-width 100% */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Lazy background placeholder (optional) */
.lazy-bg {
  background-color: rgba(0,0,0,.04);
}
[class*="wd-swatches"] {
    --wd-swatch-size: 50px;
    --wd-swatch-w: 1em;
    --wd-swatch-h: 1em;
    --wd-swatch-text-size: 16px;
    --wd-swatch-h-sp: 15px;
    --wd-swatch-v-sp: 10px;
    --wd-swatch-inn-sp: .001px;
    --wd-swatch-brd-color: var(--brdcolor-gray-200);
}
