.elementor-878 .elementor-element.elementor-element-cd6a7c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:080px;--margin-bottom:300px;--margin-left:0px;--margin-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-73e0bd3 *//* ===============================
   VARIABLES DE MARCA (AISLADAS)
   =============================== */
.scv3{
  --brand: #EA7600;
  --brand-soft: #FFF3E6;
  --text-main: #111;
  --border-main: #111;
}

/* ===============================
   BASE
   =============================== */
.scv3{
  font-weight: 400;
  color: var(--text-main);
}

.scv3 *{
  box-sizing: border-box;
}

/* ===============================
   CARDS GENERALES
   =============================== */
.scv3 .scv3-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--border-main);
  border-radius: 16px;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;

  color: var(--text-main);
  font-weight: 600; /* SEMIBOLD */

  transition:
    background .15s ease,
    border-color .15s ease,
    box-shadow .15s ease,
    transform .1s ease;
}

/* Título y meta */
.scv3 .scv3-card-title{
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600; /* SEMIBOLD */
  color: var(--text-main);
}

.scv3 .scv3-card-meta{
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--text-main);
  opacity: .7;
}

/* ===============================
   HOVER (LIMPIO, LEGIBLE)
   =============================== */
.scv3 .scv3-card:hover{
  background: var(--brand-soft);
  border-color: var(--border-main);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

/* ===============================
   ACTIVO / SELECCIONADO
   =============================== */
.scv3 .scv3-card.is-active{
  background: var(--brand-soft);
  border-color: var(--border-main);
  box-shadow: 0 0 0 1px var(--border-main) inset;
}

/* Check ✓ discreto */
.scv3 .scv3-card.is-active::after{
  content: "✓";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--border-main);
  color: #fff;

  font-size: 13px;
  font-weight: 600;
}

/* ===============================
   GRIDS
   =============================== */
.scv3-grid{
  display: grid;
  gap: 12px;
}

.scv3-grid-cats{
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.scv3-grid-provinces{
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.scv3-grid-products{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===============================
   BARRA INFERIOR
   =============================== */
.scv3-bar{
  position: sticky;
  bottom: 0;
  z-index: 9;

  background: #fff;
  border: 1px solid var(--border-main);
  border-radius: 18px;
  padding: 14px 16px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;

  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.scv3-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 12px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;

  border: 1px solid var(--border-main);
  background: #fff;
  color: var(--text-main);
}

.scv3-price{
  font-size: 20px;
  font-weight: 600;
  color: var(--text-main);
}

.scv3-sub{
  font-size: 12px;
  font-weight: 400;
  opacity: .7;
}

/* ===============================
   CTA
   =============================== */
.scv3-btn{
  border: 1px solid var(--border-main);
  border-radius: 14px;
  padding: 12px 18px;

  background: var(--border-main);
  color: #fff;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  transition: background .15s ease, transform .1s ease;
}

.scv3-btn:hover{
  background: #000;
  transform: translateY(-1px);
}

.scv3-btn:disabled{
  background: #ddd;
  border-color: #ddd;
  color: #666;
  cursor: not-allowed;
  transform: none;
}

/* ===============================
   WARNINGS
   =============================== */
.scv3-warn{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #b10000;
}

/* ===============================
   NEUTRALIZAR THEME
   =============================== */
.scv3 button,
.scv3 button:hover,
.scv3 button:focus{
  color: inherit;
  outline: none;
}/* End custom CSS */