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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(57,57,57);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(57,57,57);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(57,57,57);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open 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(249,12,22);
	--wd-alternative-color: rgb(248,231,19);
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgb(130,36,227);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://casawurm.com.ar/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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: url(https://casawurm.com.ar/wp-content/uploads/2021/09/retail-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(38,25,25);
	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;
}
.product-labels .product-label.onsale {
	background-color: rgb(63,204,100);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 630px;
}
:root{
--wd-container-w: 1222px;
--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: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.d-none {
  display: none;
}

.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) :is(picture, img) {
  width: 100%;
  aspect-ratio: 197 / 254;
  object-fit: contain;
  object-position: center;
} /**
 * ESTILOS GLOBALES DEL CONTENEDOR
 */
.custom-price-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  width: 100%;
}

.price-and-badge {
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-red {
  color: #e31a1a;
  font-weight: 800;
}

.badge-off {
  background-color: #fff0f0;
  color: #e31a1a;
  border-radius: 6px;
  font-weight: 700;
}

/**
 * 1. DISEÑO PARA LA CARD (CATÁLOGO / SHOP)
 * Todo más pequeño y compacto
 */
.price-card-style {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto 10px auto;
  text-align: center; /* Centrado para la card */
}

/* Precio de lista en la card */
.price-card-style .label-lista {
  font-size: 14px;
  color: #444;
  display: block;
  margin-bottom: 4px;

  & .amount {
    color: #444;
  }
}

.price-card-style .label-pago {
  font-size: 11px;
  font-weight: 600;
  color: #444;
  display: block;
  line-height: 1.2;
}

.price-card-style .price-and-badge {
  justify-content: center;
  margin: 0;
}

.price-card-style .price-red {
  font-size: 20px;
}

.price-card-style .badge-off {
  font-size: 10px;
  padding: 2px 5px;
}

.price-card-style .price-box-transferencia {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.price-card-style .title-cuotas {
  font-size: 12px;
  color: #666;
  display: block;
}

.price-card-style .val-cuotas {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: justify;

  & .amount {
    color: black;
  }
}

.price-box-cuotas {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;

  & svg {
    color: #446e9f;
  }
}

/**
 * 2. DISEÑO PARA SINGLE PRODUCT (PÁGINA INDIVIDUAL)
 * Diseño grande y detallado con cajas separadas
 */
.price-full-style {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #f8f8f887;
  overflow: hidden;
}
.price-full-style .price-box-transferencia {
  padding: 0 16px 16px;
  border-bottom: none;
}

.price-full-style .label-lista {
  color: #666;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
  padding: 16px 16px 10px;
}

.price-full-style .label-pago {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  display: block;
}

.price-full-style .price-and-badge {
  margin: 0 0 5px 0;
}

.price-full-style .price-red {
  font-size: 32px;
}

.price-full-style .badge-off {
  padding: 4px 8px;
  font-size: 14px;
}

/* Caja verde de ahorro solo en single product */
.price-full-style .savings-notice {
  background-color: #f1f9f4;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 229px;
}

.price-full-style .savings-notice::before {
  content: "$";
  color: #27ae60;
  display: inline-flex;
  line-height: 1;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 2px;
}

.price-full-style .savings-notice p {
  margin: 0;
  color: #27ae60;
  font-size: 14px;
  width: calc(100% - 22px - 8px);
  line-height: 1.2;

  & .amount {
    color: #27ae60;
  }
}

.price-full-style .price-box-cuotas {
  padding: 20px;
  border-top: solid 1px #e0e0e0;
  justify-content: flex-start;
}

.price-full-style .title-cuotas {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: block;
}

.price-full-style .val-cuotas {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 0;

  & .amount {
    color: black;
  }
}

.price-full-style .sub-cuotas {
  font-size: 13px;
  color: #777;
}

/* Trigger de opciones de pago */
.ver-opciones-trigger {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
}
/* ... resto de estilos de single product se mantienen ... */
@media (min-width: 1025px) {
	.noproductosheader p{
	    font-size: 0.9rem;
}

.noproductosheader p a:hover{
		    text-decoration: underline;
}
}

