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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(10,26,47);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(10,26,47);
	--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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(11,26,56);
	--wd-alternative-color: rgb(47,189,193);
	--btn-default-bgcolor: rgb(11,26,56);
	--btn-default-bgcolor-hover: rgb(47,189,193);
	--btn-accented-bgcolor: rgb(11,26,56);
	--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-link-color: rgb(11,26,56);
	--wd-link-color-hover: rgb(47,189,193);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--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-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: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-radius: 0px;
}
.wd-nav-scroll {
	--wd-nscroll-height: 0px;
	--wd-nscroll-width: 0%;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

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

}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--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;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================
   SALE BADGE (% OFF)
========================= */
.save-percent{
  background:#2bbfc2;
  color:#fff;
  font-weight:700;
  padding:3px 7px;
  border-radius:4px;
  margin-left:8px;
  font-size:12px;
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
  line-height:1;
}

/* =========================
   HEADINGS (global)
========================= */
h2, h3, h4, h5, h6, .products-title{
  font-weight:700;
  font-size:16px;
}

/* =========================
   SPEED BOOSTER – SAFE FOR LOGO
========================= */
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; }

@media (prefers-reduced-motion: reduce){
  *{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}

/* Optional fallback font (safe) */
@font-face{
  font-family:SystemFallback;
  src:local("Arial");
  font-display:swap;
}

/* Images layout stability */
img{
  display:block;
  max-width:100%;
  height:auto;
}
.lazy-bg{ background-color:rgba(0,0,0,.04); }

/* =========================
   WOODMART SWATCHES
========================= */
[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);
}

/* Hide RankMath GTIN (single product) */
.single-product .rank-math-gtin-wrapper{ display:none; }

/* Meta separators */
.product_meta > span:not(:last-child)::after{
  content:"|";
  margin:0 10px;
  color:#2bbfc2;
  font-weight:700;
  font-size:18px;
  line-height:1;
}

/* Sticky bar: hide quote + whatsapp (as you had) */
.wd-sticky-btn .ax-quote-get-quote-container,
.wd-sticky-btn .custom-whatsapp-button{
  display:none !important;
}

/* Sticky title truncate */
.wd-sticky-btn .wd-entities-title{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:400px;
}

/* =========================
   STOCK STATUS UI
========================= */
p.stock.wd-style-with-bg span{
  display:inline-block;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding:8px 14px;
  border-radius:6px;
  font-weight:600;
  text-align:center;
  min-width:80px;
  transition:all .3s ease;
  line-height:1.1;
}

p.stock.wd-style-with-bg.in-stock span{
  background:linear-gradient(135deg,#F1F7EB,#E8F5E9);
  color:#2E7D32;
  border:1px solid #C8E6C9;
  font-size:14px;
  box-shadow:0 2px 4px rgba(46,125,50,.1);
}

p.stock.wd-style-with-bg.available-on-backorder span{
  background:linear-gradient(135deg,#FFF8E1,#FFECB3);
  color:#FF8F00;
  border:1px solid #FFD54F;
  font-size:12px;
  box-shadow:0 2px 4px rgba(255,143,0,.1);
}

p.stock.wd-style-with-bg.out-of-stock span{
  background:linear-gradient(135deg,#FFEBEE,#FFCDD2);
  color:#C62828;
  border:1px solid #EF9A9A;
  font-size:12px;
  box-shadow:0 2px 4px rgba(198,40,40,.1);
}

p.stock.wd-style-with-bg.pre-order span{
  background:linear-gradient(135deg,#E3F2FD,#BBDEFB);
  color:#1565C0;
  border:1px solid #90CAF9;
  font-size:12px;
  box-shadow:0 2px 4px rgba(21,101,192,.1);
}

p.stock.wd-style-with-bg span::before{
  margin-right:6px;
  font-size:12px;
}

/* =========================
   BRANDS SPACING (tight)
========================= */
.wd-product-brands a{
  padding:3px 5px !important;
  margin:0 !important;
  line-height:normal !important;
}
.wd-product-brands{
  padding:0 !important;
  margin:0 !important;
}

/* =========================
   CUSTOM BADGES (DE-DUPED)
   - single clean version
========================= */
.my-custom-badges{
  display:flex;
  gap:8px;
  flex-wrap:nowrap;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  padding-bottom:4px;
  margin:6px 0 10px;
}
.my-custom-badges .my-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  border:1px solid currentColor;
  scroll-snap-align:start;
  white-space:nowrap;
}
.my-custom-badges::-webkit-scrollbar{ height:0; }
/* =========================
   WOODMART PRODUCT CARD PRICE (SHOP) - MOBILE FIX
========================= */

/* Make sure this targets WoodMart product cards */
.wd-product .price,
.product-grid-item .price{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:baseline !important;
  gap:4px !important;
}

/* Old price on its own line */
.wd-product .price del,
.product-grid-item .price del{
  flex:0 0 100% !important;
  opacity:.98 !important;
  font-size:11px !important;
  line-height:1.2 !important;
}

/* New price (sale/current) */
.wd-product .price ins,
.product-grid-item .price ins{
  text-decoration:none !important;
  font-weight:700 !important;
  font-size:14px !important;
  line-height:1.2 !important;
}

/* If product is NOT on sale (no ins tag), style amount too */
.wd-product .price > .amount,
.product-grid-item .price > .amount{
  font-weight:700 !important;
  font-size:14px !important;
  line-height:1.2 !important;
}

/* Currency symbol */
.wd-product .price .woocommerce-Price-currencySymbol,
.product-grid-item .price .woocommerce-Price-currencySymbol{
  font-size:.80em !important;
  margin-right:1px !important;
}

/* Prevent wrapping inside numbers */
.wd-product .price .amount,
.product-grid-item .price .amount{
  white-space:nowrap !important;
}

/* Smaller screens polish */
@media (max-width:480px){
  .wd-product .price,
  .product-grid-item .price{
    gap:2.5px !important;
  }

  .wd-product .price ins,
  .product-grid-item .price ins,
  .wd-product .price > .amount,
  .product-grid-item .price > .amount{
    font-size:10px !important;
  }

  .wd-product .price del,
  .product-grid-item .price del{
    font-size:10px !important;
  }
}


/* =========================
   WHATSAPP BUTTON (MOVED FROM PHP)
   - matches your old inline style
========================= */
form.cart{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.custom-whatsapp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100px;
  padding:0 8px;
  height:35px;
  font-size:15px;
  margin-bottom:-16px;
  font-weight:500;
  text-transform:uppercase;
  color:#fff;
  background:#0b1a38;
  text-decoration:none;
  border-radius:5px;
  transition:all .3s ease;
  box-sizing:border-box;
  white-space:nowrap;
}

.custom-whatsapp-button:hover{
  background:#2bbfc2;
  color:#0b1a38;
}

.custom-whatsapp-button .whatsapp-icon:before{
  content:"\f175";
  font-family:"woodmart-font";
  font-weight:400;
  font-size:16px;
  display:inline-block;
}

/* Mobile: button width auto so it doesn't break layout */
@media (max-width:480px){
  .custom-whatsapp-button{
    width:auto;
    padding:0 10px;
  }
