:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(89,89,89);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 4px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(11,81,67);
	--wd-link-color-hover: rgb(8,56,47);
}
.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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:#FAFAFA;
	--wd-bordered-bg:#FAFAFA;
}
: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(255,255,255);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 58px;
	text-transform: capitalize;
	color: rgb(8,56,47);
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
	color: rgb(0,0,0);
}
html .wd-product .price, html .product.wd-product del, html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price, html .product-image-summary-wrap .summary-inner > .price del, html .wd-single-price .price del, html .product-image-summary-wrap .variations_form .woocommerce-variation-price .price, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price, html .product-image-summary-wrap .variations_form .woocommerce-variation-price > .price del, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price del, html .product-quick-view .summary-inner > .price, html .product-quick-view .summary-inner > .price del, html .product-quick-view .variations_form .woocommerce-variation-price .price {
	color: rgb(0,0,0);
}
html .btn.wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 14px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-offset-v: 20px;
	--wd-arrow-color: rgb(11,81,67);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgb(11,81,67);
	--wd-arrow-bg: rgb(244,244,244);
	--wd-arrow-bg-hover: rgb(11,81,67);
	--wd-arrow-bg-dis: rgb(244,244,244);
	--wd-arrow-radius: 21px;
}
.wd-nav-scroll {
	--wd-nscroll-drag-bg: rgb(11,81,67);
	--wd-nscroll-drag-bg-hover: rgb(11,81,67);
}
.wd .product-label.onsale {
	background-color: rgb(235,101,52);
}
.wd .product-label.new {
	background-color: rgb(235,101,52);
}
.wd .product-label.featured {
	background-color: rgb(231,27,47);
}
.wd .product-label.out-of-stock {
	background-color: rgb(231,27,47);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 36px;
	}

}
:root{
--wd-container-w: 1564px;
--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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(225,237,235);
}

/* Homepage only: page ID 199 + home for safety */

/* DESKTOP: always solid white */
@media (min-width: 1025px) {
  body.home .whb-header,
  body.home .whb-general-header,
  body.home .whb-main-header,
  body.home .whb-header-bottom,
  body.page-id-199 .whb-header,
  body.page-id-199 .whb-general-header,
  body.page-id-199 .whb-main-header,
  body.page-id-199 .whb-header-bottom {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: none !important;
  }

  body.home .whb-general-header .wd-tools-icon,
  body.home .whb-general-header .whb-text-element,
  body.home .whb-header-bottom .menu > li > a,
  body.page-id-199 .whb-general-header .wd-tools-icon,
  body.page-id-199 .whb-general-header .whb-text-element,
  body.page-id-199 .whb-header-bottom .menu > li > a {
    color: #111111 !important;
  }
}

/* MOBILE: transparent at load */
@media (max-width: 1024px) {
  body.home .whb-overcontent .whb-header,
  body.home .whb-overcontent .whb-general-header,
  body.home .whb-overcontent .whb-main-header,
  body.home .whb-overcontent .whb-row,
  body.page-id-199 .whb-overcontent .whb-header,
  body.page-id-199 .whb-overcontent .whb-general-header,
  body.page-id-199 .whb-overcontent .whb-main-header,
  body.page-id-199 .whb-overcontent .whb-row {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }

  /* kill pseudo layers if Woodmart adds them */
  body.home .whb-overcontent .whb-header:before,
  body.home .whb-overcontent .whb-header:after,
  body.home .whb-overcontent .whb-general-header:before,
  body.home .whb-overcontent .whb-general-header:after,
  body.page-id-199 .whb-overcontent .whb-header:before,
  body.page-id-199 .whb-overcontent .whb-header:after,
  body.page-id-199 .whb-overcontent .whb-general-header:before,
  body.page-id-199 .whb-overcontent .whb-general-header:after {
    background: transparent !important;
    opacity: 0 !important;
    box-shadow: none !important;
  }

  /* MOBILE: white once sticky */
  body.home .whb-sticked .whb-header,
  body.home .whb-sticked .whb-general-header,
  body.home .whb-sticked .whb-main-header,
  body.home .whb-sticked .whb-row,
  body.page-id-199 .whb-sticked .whb-header,
  body.page-id-199 .whb-sticked .whb-general-header,
  body.page-id-199 .whb-sticked .whb-main-header,
  body.page-id-199 .whb-sticked .whb-row {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important;
  }

  body.home .whb-sticked .wd-tools-icon,
  body.home .whb-sticked .whb-text-element,
  body.home .whb-sticked .woodmart-burger-icon .woodmart-burger,
  body.page-id-199 .whb-sticked .wd-tools-icon,
  body.page-id-199 .whb-sticked .whb-text-element,
  body.page-id-199 .whb-sticked .woodmart-burger-icon .woodmart-burger {
    color: #111111 !important;
  }
}
/* Homepage only - mobile icons white on load, black on sticky */
@media (max-width: 1024px) {
  /* initial transparent header state */
  body.home .whb-overcontent:not(.whb-sticked) .wd-tools-icon,
  body.home .whb-overcontent:not(.whb-sticked) .whb-mobile-right .wd-tools-icon,
  body.home .whb-overcontent:not(.whb-sticked) .whb-mobile-left .wd-tools-icon {
    color: #ffffff !important;
  }

  body.home .whb-overcontent:not(.whb-sticked) .woodmart-burger-icon .woodmart-burger,
  body.home .whb-overcontent:not(.whb-sticked) .woodmart-burger-icon .woodmart-burger:before,
  body.home .whb-overcontent:not(.whb-sticked) .woodmart-burger-icon .woodmart-burger:after {
    background-color: #ffffff !important;
  }

  /* sticky header state */
  body.home .whb-sticked .wd-tools-icon,
  body.home .whb-sticked .whb-mobile-right .wd-tools-icon,
  body.home .whb-sticked .whb-mobile-left .wd-tools-icon {
    color: #111111 !important;
  }

  body.home .whb-sticked .woodmart-burger-icon .woodmart-burger,
  body.home .whb-sticked .woodmart-burger-icon .woodmart-burger:before,
  body.home .whb-sticked .woodmart-burger-icon .woodmart-burger:after {
    background-color: #111111 !important;
  }
}
@media (max-width: 1024px) {
  #cat-mobile-fix,
  #cat-mobile-fix > .e-con-inner,
  #cat-mobile-fix .e-con-inner,
  #cat-mobile-fix .elementor-widget-wrap,
  #cat-mobile-fix .elementor-widget-container,
  #cat-mobile-fix .wd-carousel,
  #cat-mobile-fix .wd-carousel-wrap,
  #cat-mobile-fix .wd-carousel-inner,
  #cat-mobile-fix .swiper,
  #cat-mobile-fix .swiper-wrapper,
  #cat-mobile-fix .swiper-slide,
  #cat-mobile-fix .slick-list,
  #cat-mobile-fix .slick-track {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
  }

  #cat-mobile-fix .elementor-widget-container,
  #cat-mobile-fix .wd-carousel-inner,
  #cat-mobile-fix .wd-carousel-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }

  #cat-mobile-fix .wd-carousel::before,
  #cat-mobile-fix .wd-carousel::after,
  #cat-mobile-fix .wd-carousel-wrap::before,
  #cat-mobile-fix .wd-carousel-wrap::after,
  #cat-mobile-fix .elementor-widget-container::before,
  #cat-mobile-fix .elementor-widget-container::after {
    display: none !important;
    content: none !important;
  }

  #cat-mobile-fix .wd-carousel-item,
  #cat-mobile-fix .wd-cat,
  #cat-mobile-fix .wd-cats-element,
  #cat-mobile-fix .category-grid-item,
  #cat-mobile-fix .categories-grid {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .hs-mobile-archive-toolbar {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 14px 18px 14px 16px !important;
    margin: 0 -2px 12px !important;
    width: calc(100% + 4px) !important;
    max-width: calc(100% + 4px) !important;
    z-index: 60 !important;
  }

  .hs-mobile-archive-toolbar.elementor-sticky--effects {
    background: #fff !important;
  }

  /* Pull the sort icon further inside */
  .hs-mobile-archive-toolbar .woocommerce-ordering,
  .hs-mobile-archive-toolbar .wd-orderby {
    margin: 0 24px 0 0 !important;
  }

  .hs-mobile-archive-toolbar .orderby,
  .hs-mobile-archive-toolbar select.orderby {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 36px !important;
    color: transparent !important;
  }

  .hs-mobile-archive-toolbar .orderby option,
  .hs-mobile-archive-toolbar select.orderby option {
    color: #111 !important;
    background: #fff !important;
  }
}