:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", 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-alternative-font: "'MS Sans Serif', Geneva, sans-serif", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", 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: "Manrope", 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(27,71,93);
	--wd-alternative-color: rgb(142,189,157);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(27,71,93);
	--btn-accented-bgcolor-hover: rgb(0,61,91);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(244,165,28);
	--wd-link-color-hover: rgb(244,155,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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: rgb(27,71,93);
	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;
}
.wd .product-label.onsale {
	background-color: rgb(214, 207, 149);
}
.wd .product-label.new {
	background-color: rgb(142,189,157);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

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


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

/* Shop & carousels – move badges to top-right */
.woocommerce ul.products li.product .onsale,
.products .product .onsale,
.product-grid-item .onsale {
  left: auto !important;
  right: 12px !important;
  top: 12px !important;
}

/* If WoodMart wraps labels in a container, push that to the right too */
.product-grid-item .product-labels,
.woocommerce ul.products li.product .product-labels {
  left: auto !important;
  right: 12px !important;
}

/* Single product page badge (optional) */
.single-product .onsale {
  left: auto !important;
  right: 12px !important;
  top: 12px !important;
}

/* Container form styling */
div[class^="sib_signup_box_inside_"] form {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto; /* input grows, button auto */
  column-gap: 12px;
  align-items: center;
}

/* Make the two <p> wrappers behave and remove margins */
div[class^="sib_signup_box_inside_"] form > p {
  margin: 0 !important;
  width: auto !important;
}

/* Hide the raw "Email Address*" text, keep input visible */
div[class^="sib_signup_box_inside_"] p.sib-email-area {
  font-size: 0;
}

/* EMAIL field (pill) */
div[class^="sib_signup_box_inside_"] p.sib-email-area input[type="email"] {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  width: 100% !important; /* fills the grid column */
  min-width: 0;           /* allow shrink inside grid */
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .35);
  color: #fff;
  border-radius: 5px;
  outline: none;
}

div[class^="sib_signup_box_inside_"] p.sib-email-area input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .75);
}

/* SUBSCRIBE button (pill + green) */
div[class^="sib_signup_box_inside_"] input.sib-default-btn[type="submit"], 
div[class^="sib_signup_box_inside_"] form > p + p input[type="submit"] {
  justify-self: start; /* natural width, no stretching */
  display: inline-block !important;
  width: auto !important;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  margin: 0 !important;
  border: 0;
  border-radius: 5px;
  background: #a6cfb3;
  color: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
}

/* Put captcha below the row */
div[class^="sib_signup_box_inside_"] #sib_captcha {
  grid-column: 1 / -1; /* full row below */
  margin-top: 12px;
}

/* Mobile: stack neatly */
@media (max-width: 767px) {
  div[class^="sib_signup_box_inside_"] form {
    grid-template-columns: 1fr; /* stack */
    row-gap: 10px;
  }

  /* FIX: don't let the invisible reCAPTCHA take a grid slot */
  div[class^="sib_signup_box_inside_"] .invi-recaptcha {
    display: none !important;
  }

  /* (Safety) make sure the submit isn't forced full-width by theme styles */
  div[class^="sib_signup_box_inside_"] input[type="submit"] {
    width: auto !important;
    display: inline-block !important;
  }
}@media (min-width: 1025px) {
	/* Ensure the inner text input respects the new border thickness if using split styles */
.whb-row .wd-search-form input[type="text"],
.whb-row .wd-search-form input[type="search"] {
    border-width: 1px !important; 
}

/* Adjust the search button border thickness to match perfectly */
.whb-row .wd-search-form .searchsubmit {
    border-width: 1px !important;
}
}

