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

:root {
	--wd-text-font: "Lato", 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: "Lato", 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: "Lato", 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(251,188,52);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(251,188,52);
	--btn-default-bgcolor-hover: rgb(251,188,52);
	--btn-accented-bgcolor: rgb(251,188,52);
	--btn-accented-bgcolor-hover: rgb(251,188,52);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@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;
}
}


/* Estilos Modernos para Rich-e */
  .riche-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #374151;
    line-height: 1.6;
  }
  
  .riche-hero { text-align: center; padding: 2rem 0; }
  
  .riche-badge {
    background: linear-gradient(90deg, #4F46E5, #7C3AED);
    color: #ffffff;
    padding: 0.35rem 1rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  .riche-wrapper h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin: 2.5rem 0 1rem 0;
    line-height: 1.2;
  }

  .riche-hero h2 { margin-top: 0; }
  
  .riche-wrapper p.lead {
    font-size: 1.2rem;
    color: #4B5563;
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
  }

  /* Grid de Tarjetas (Cards) */
  .riche-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
  }
  
  .riche-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
  }
  
  .riche-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #D1D5DB;
  }
  
  .riche-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EEF2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    color: #4F46E5;
  }
  
  .riche-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem 0;
  }
  
  .riche-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #6B7280;
  }

  /* Pasos Numerados Modernos */
  .riche-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    counter-reset: custom-counter;
  }

  .riche-steps li {
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
  }

  .riche-steps li::before {
    counter-increment: custom-counter;
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: -0.2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #4F46E5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
  }

  /* Preguntas Frecuentes */
  .riche-faq {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 2rem;
    margin: 2.5rem 0;
    border: 1px solid #F3F4F6;
  }

  .riche-faq h3 {
    font-size: 1.1rem;
    color: #4F46E5;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem 0;
  }

  .riche-faq h3:first-of-type { margin-top: 1rem; }
  .riche-faq p { margin-top: 0; margin-bottom: 1.5rem; color: #4B5563; }

  /* Banner Destacado Oscuro */
  .riche-banner-dark {
    background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }
  
  .riche-banner-dark strong { color: #A78BFA; }
  .riche-banner-dark h3 { color: #ffffff; font-size: 1.8rem; font-weight: 800; margin: 0 0 1rem 0; }
  .riche-banner-dark p { color: #D1D5DB; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }

/* Estilos para la Descripción Corta de Rich-e (Mini-Cards) */
.riche-short-wrap {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #4B5563;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.riche-short-intro {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

.riche-mini-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.riche-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}

.riche-mini-card:hover {
  background: #ffffff;
  border-color: #4F46E5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.riche-mini-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #EEF2FF;
  color: #4F46E5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.riche-mini-text {
  flex-grow: 1;
}

.riche-mini-text strong {
  display: block;
  color: #111827;
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.riche-mini-text span {
  font-size: 0.85rem;
  color: #6B7280;
}
/*addon woocommerce*/

/* Estilos Modernos para Rich-e Addons - Tema Naranja (#FF9E00) */
  .riche-wrapper { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #374151; line-height: 1.6; }
  .riche-hero { text-align: center; padding: 2rem 0; }
  
  .riche-badge { 
    background: linear-gradient(90deg, #FF9E00, #E88D00); 
    color: #ffffff; 
    padding: 0.35rem 1rem; 
    border-radius: 30px; 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    display: inline-block; 
    margin-bottom: 1rem; 
  }
  
  .riche-wrapper h2 { font-size: 2rem; font-weight: 800; color: #111827; margin: 2.5rem 0 1rem 0; line-height: 1.2; }
  .riche-hero h2 { margin-top: 0; }
  .riche-wrapper p.lead { font-size: 1.2rem; color: #4B5563; max-width: 800px; margin: 0 auto 1.5rem auto; }
  .riche-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; align-items: stretch; }
  
  /* ANTI-WORDPRESS: Oculta párrafos vacíos */
  .riche-grid > p, .riche-grid > br { display: none !important; }
  
  .riche-card { background: #ffffff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 2rem 1.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); transition: all 0.3s ease; display: flex; flex-direction: column; }
  .riche-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); border-color: #FF9E00; }
  
  .riche-icon-wrap { 
    width: 48px; height: 48px; border-radius: 12px; 
    background: #FFF4E5; /* Naranja muy suave para el fondo del icono */
    display: flex; align-items: center; justify-content: center; 
    margin-bottom: 1.2rem; color: #FF9E00; 
  }
  
  .riche-card h3 { font-size: 1.15rem; font-weight: 700; color: #111827; margin: 0 0 0.75rem 0; }
  .riche-card p { margin: 0; font-size: 0.95rem; color: #6B7280; flex-grow: 1; }
  .riche-steps { list-style: none; padding: 0; margin: 2rem 0; counter-reset: custom-counter; }
  .riche-steps li { position: relative; padding-left: 3.5rem; margin-bottom: 1.5rem; font-size: 1.05rem; }
  
  .riche-steps li::before { 
    counter-increment: custom-counter; content: counter(custom-counter); 
    position: absolute; left: 0; top: -0.2rem; width: 2.5rem; height: 2.5rem; 
    background: #FF9E00; color: white; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    font-weight: bold; font-size: 1.1rem; 
  }
  
  .riche-faq { background: #F9FAFB; border-radius: 16px; padding: 2rem; margin: 2.5rem 0; border: 1px solid #F3F4F6; }
  .riche-faq h3 { font-size: 1.1rem; color: #FF9E00; font-weight: 700; margin: 1.5rem 0 0.5rem 0; }
  .riche-faq h3:first-of-type { margin-top: 1rem; }
  .riche-faq p { margin-top: 0; margin-bottom: 1.5rem; color: #4B5563; }
  
  .riche-banner-dark { 
    background: linear-gradient(135deg, #111827 0%, #1F2937 100%); 
    border-radius: 16px; padding: 3rem 2rem; margin: 3rem 0; 
    text-align: center; color: #ffffff; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); 
  }
  .riche-banner-dark h3 { color: #ffffff; font-size: 1.8rem; font-weight: 800; margin: 0 0 1rem 0; }
  .riche-banner-dark p { color: #D1D5DB; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }