
/* EAP v11.34 — Ofertas XML + blindaje de layout */
.offer-saving{
  display:inline-flex;
  gap:5px;
  align-items:center;
  margin:8px 0 4px;
  padding:7px 10px;
  border-radius:999px;
  background:#fff0f5;
  color:#a91d4e;
  font-size:11px;
  border:1px solid #f2cfdd;
}
.offer-saving strong{color:#8f1643}

/* La página de ofertas debe reservar su altura completa antes del footer. */
.eap-offers-page{
  position:relative;
  padding-bottom:80px;
}
.eap-offers-page .catalog-layout,
.eap-offers-page .eap-offers-layout{
  align-items:start;
}
.eap-offers-page .eap-catalog-results{
  min-width:0;
  min-height:360px;
}
.eap-offers-page .empty{
  box-sizing:border-box;
  min-height:300px;
  display:grid;
  place-content:center;
  justify-items:center;
  text-align:center;
}

@media (min-width:901px){
  /* El JS v10.41 activa sticky solo cuando cabe sin invadir el footer. */
  .eap-offers-page .filters-wrap:not(.eap-filter-sticky){
    position:relative!important;
    top:auto!important;
    align-self:start!important;
  }
}

@media (max-width:900px){
  .eap-offers-page{padding-bottom:48px}
  .eap-offers-page .eap-catalog-results{min-height:260px}
}

