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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgba(51,51,51,0.98);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgba(0, 0, 0, 0.83);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(51,51,51);
	--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: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgba(51,51,51,0.95);
	--wd-alternative-color: #ff012f;
	--wd-link-color: rgba(51,51,51,0.93);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,1,47);
	--btn-accented-bgcolor-hover: rgb(255,1,47);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(224,173,65);
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(0,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 30px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(221,113,116);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	:root {
		--wd-widget-title-font-size: 16px;
	--wd-header-el-font-size: 14px;
	}

}
: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: 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: 12px;
}

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

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


/* ============================================================
   PARCHEMOS — CSS FINAL APROBADO
   Basado en clases reales del tema Woodmart
   Pegar en: Apariencia → Personalizar → CSS adicional
   ============================================================ */

/* ── FUENTE ── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ============================================================
   CARD COMPLETA
   ============================================================ */

.wd-product.product-grid-item {
  background: #fff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10) !important;
  border: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  padding: 0 !important;
}

.wd-product.product-grid-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.15) !important;
}

/* ============================================================
   BADGES ARRIBA — "Experiencia Picante" y "Edición Limitada"
   Usan .parche-duracion-experiencia y el stock badge
   ============================================================ */

/* Contenedor de los dos badges — grid 2 columnas */
.wd-product .product-element-top {
  position: relative !important;
}

/* Badge de categoría del tipo (Reto Picante, Ed. Limitada, etc.)
   En Woodmart esto viene de .parche-duracion-experiencia */
.wd-product .parche-duracion-experiencia.loop-badge {
  display: block !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  padding: 6px 10px !important;
  border-radius: 100px !important;
  letter-spacing: 0.3px !important;
  text-align: center !important;
  background: #FFF4E6 !important;
  color: #D4700A !important;
  border: 1px solid #FFD9A0 !important;
  margin: 0 !important;
}

/* Wrap de badges arriba — creamos la fila de 2 con los elementos disponibles */
.wd-product .wrapp-product-price {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* Los dos badges en grid */
.wd-product .product-element-bottom::before {
  content: '' !important;
  display: block !important;
}

/* Badge "Disponible" — se convierte en badge de Experiencia Picante */
.wd-product .wd-product-stock.in-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFF0EE !important;
  color: #E8230A !important;
  border: 1px solid #FFCFC9 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  padding: 6px 10px !important;
  border-radius: 100px !important;
  letter-spacing: 0.3px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

/* Fila superior de badges — grid 2 cols */
.wd-product .product-rating-price {
  padding: 14px 14px 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  align-items: start !important;
}

/* Precio — ocultar del área de badges, mover al footer */
.wd-product .price {
  display: none !important;
}

/* ============================================================
   IMAGEN — con margen y border-radius, sin deformar
   ============================================================ */

.wd-product .product-element-top {
  padding: 12px 14px 0 !important;
}

.wd-product .product-image-link {
  display: block !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #F5F5F5 !important;
}

.wd-product .product-image-link img {
  width: 100% !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.wd-product:hover .product-image-link img {
  transform: scale(1.04) !important;
}

/* ============================================================
   ANFITRIÓN + CATEGORÍA — fila con badge a la derecha
   ============================================================ */

.wd-product .wd-product-cats {
  display: flex !important;
  align-items: center !important;
  padding: 14px 16px 0 !important;
  margin: 0 !important;
  gap: 8px !important;
}

/* "Comida" badge a la derecha */
.wd-product .wd-product-cats a {
  margin-left: auto !important;
  background: #FFF4E6 !important;
  color: #D4700A !important;
  border: 1px solid #FFD9A0 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  padding: 5px 12px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* ============================================================
   TÍTULO
   ============================================================ */

.wd-product .wd-entities-title {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.4px !important;
  line-height: 1.15 !important;
  padding: 6px 16px 0 !important;
  margin: 0 !important;
}

.wd-product .wd-entities-title a {
  color: #111 !important;
  text-decoration: none !important;
}

.wd-product .wd-entities-title a:hover {
  color: #E8230A !important;
}

/* ============================================================
   SUBTÍTULO (incluye) — .parchemos-card-subtitle
   ============================================================ */

.wd-product .parchemos-card-subtitle {
  margin: 8px 16px 0 !important;
  background: #F9F9F9 !important;
  border: 1px solid #EBEBEB !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 0.8rem !important;
  color: #444 !important;
  line-height: 1.5 !important;
  display: block !important;
}

/* ============================================================
   BARRA DE CALOR — pseudo-elemento después del título
   ============================================================ */

.wd-product .wd-entities-title::after {
  content: '' !important;
  display: block !important;
  height: 4px !important;
  border-radius: 100px !important;
  background: linear-gradient(to right, #E8230A, #FF6B1A, #FFD60A) !important;
  opacity: 0.7 !important;
  margin-top: 10px !important;
}

/* ============================================================
   TABLA DE ATRIBUTOS — grid 2x2
   ============================================================ */

.wd-product .fade-in-block {
  padding: 0 16px !important;
  margin-top: 12px !important;
}

.wd-product .woocommerce-product-attributes {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  border: 1px solid #EBEBEB !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border-collapse: unset !important;
  border-spacing: 0 !important;
}

.wd-product .woocommerce-product-attributes tbody {
  display: contents !important;
}

.wd-product .woocommerce-product-attributes-item {
  display: contents !important;
}

.wd-product .woocommerce-product-attributes-item__label,
.wd-product .woocommerce-product-attributes-item__value {
  padding: 10px 14px !important;
  border-bottom: 1px solid #EBEBEB !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.wd-product .woocommerce-product-attributes-item__label {
  border-right: 1px solid #EBEBEB !important;
}

/* Quitar borde bottom de las últimas 2 celdas */
.wd-product .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__label,
.wd-product .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__value {
  border-bottom: none !important;
}

/* Icono del atributo */
.wd-product .wd-attr-name-img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 4px !important;
}

/* Label (Plan, Personas, etc.) */
.wd-product .wd-attr-name-label {
  font-size: 0.67rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #AAAAAA !important;
  vertical-align: middle !important;
}

/* Valor (Burrito, 1, Fontibón, Bogotaco) */
.wd-product .woocommerce-product-attributes-item__value .wd-attr-term p {
  margin: 0 !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.wd-product .woocommerce-product-attributes-item__value a {
  color: #E8230A !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* ============================================================
   BOTONES — footer de la card
   ============================================================ */

.wd-product .wd-bottom-actions {
  padding: 14px 16px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

/* "Leer más" — botón secundario */
.wd-product .wd-add-btn .button {
  background: transparent !important;
  border: 1.5px solid #E0E0E0 !important;
  color: #555 !important;
  border-radius: 100px !important;
  font-size: 0.83rem !important;
  font-weight: 700 !important;
  padding: 10px 18px !important;
  box-shadow: none !important;
  transition: all 0.18s !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.wd-product .wd-add-btn .button:hover {
  border-color: #111 !important;
  color: #111 !important;
  background: transparent !important;
}

/* "Vista rápida" — botón principal ROJO */
.wd-product .quick-view-button {
  background: #E8230A !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-size: 0.83rem !important;
  font-weight: 800 !important;
  padding: 10px 20px !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(232,35,10,0.35) !important;
  transition: all 0.18s !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.wd-product .quick-view-button::after {
  content: '🔥' !important;
}

.wd-product .quick-view-button:hover {
  background: #b81a07 !important;
  transform: scale(1.03) !important;
  color: #fff !important;
}

/* ============================================================
   PRECIO — mostrar en el footer junto a los botones
   ============================================================ */

.wd-product .product-rating-price .wrapp-product-price .price {
  display: block !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: -0.8px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Reposicionar el precio al lado izquierdo del footer */
.wd-product .product-element-bottom {
  display: flex !important;
  flex-direction: column !important;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  .wd-product.product-grid-item {
    border-radius: 18px !important;
  }
}