@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bloom.localzmoton.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//bloom.localzmoton.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

: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: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(214,122,136);
	--wd-alternative-color: rgb(245,232,227);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(214,122,136);
	--btn-accented-bgcolor-hover: rgb(214,85,104);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(30,115,190);
	--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;
}
 {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.product-labels .product-label.onsale {
	background-color: rgb(214,122,136);
}
.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: 42px;
	}

}
:root{
--wd-container-w: 1440px;
--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: 0px;
}

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


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

/* ===== Card contenedor ===== */
.wd-product-wrapper.product-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important; /* pisa el height inline que trae cada card */
  box-sizing: border-box !important;
  padding: 15px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

/* Si el theme sigue metiendo height inline por JS, forzamos también acá */
.products .product,
.wd-product-wrapper {
  height: auto !important;
}

/* ===== Imagen: tamaño fijo, no se achica ni se estira ===== */
.wd-product-wrapper .wd-product-thumb {
  flex: 0 0 auto !important;
}

/* ===== Marca (si el theme la imprime, normalmente antes del h3) ===== */
.wd-product-wrapper .wd-product-brands-links {
  order: -1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888;
  margin: 8px 0 2px;
}

/* ===== Nombre del producto: ocupa el espacio flexible ===== */
.wd-product-wrapper .wd-entities-title {
  flex: 1 0 auto !important;              /* crece y empuja precio+botón al fondo */
  margin: 8px 0 0 !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.wd-product-wrapper .wd-entities-title a {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}

/* ===== Precio: fijo, pegado arriba del botón, sin saltos por sale/no-sale ===== */
.wd-product-wrapper .price {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  min-height: 44px !important;           /* iguala alto entre precio simple y precio con tachado */
  margin: 0 !important;
}

.wd-product-wrapper .price del {
  font-size: 13px !important;
  opacity: .6 !important;
}

.wd-product-wrapper .price ins {
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* ===== Botón: siempre al fondo ===== */
.wd-product-wrapper .wd-add-btn {
  flex: 0 0 auto !important;
  margin-top: 8px !important;
}

.wd-product-wrapper .wd-add-btn a {
  width: 100% !important;
  justify-content: center !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	.whb-row.whb-general-header.whb-sticky-row.whb-without-bg.whb-border-fullwidth.whb-color-dark.whb-flex-equal-sides {
    padding: 0px 20px;
}

		.cart-content-wrapper{
    padding:50px 20px;
}

	article#post-3 {
    padding: 0px 20px;
}
}

@media (max-width: 576px) {
	.whb-sticky-prepared {
    padding-top: 127px !important;
}
}

