/* ============================================================
   CAMPANHA DE OUTONO · farmacia-soares-correia
   ============================================================ */
.fs-promo-bar{
    position:sticky; top:0; z-index:1200;
    background:linear-gradient(90deg,#4a5320 0%,#6f7c2e 55%,#4a5320 100%);
    border-bottom:2px solid #e8d07a;
    box-shadow:0 2px 10px rgba(0,0,0,.16);
    color:#fff; -webkit-font-smoothing:antialiased;
}
.fs-promo-bar__inner{
    max-width:1200px; margin:0 auto; padding:9px 18px;
    display:flex; align-items:center; justify-content:center; gap:14px;
    font-family:Arial,"Segoe UI",Helvetica,sans-serif;
    font-size:14.5px; font-weight:600; letter-spacing:.11em;
    text-transform:uppercase; text-align:center; line-height:1.3;
}
.fs-promo-bar__icon{ font-size:17px; line-height:1; }
.fs-promo-bar__text b{ color:#e8d07a; font-weight:800; }
.fs-promo-bar__badge{
    background:#f0dd9c; color:#3c4319;
    font-weight:800; padding:3px 13px; border-radius:8px;
    font-size:12.5px; letter-spacing:.03em;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.4); white-space:nowrap;
}
@media (max-width:680px){
    .fs-promo-bar__inner{ font-size:11px; gap:8px; padding:8px 10px; letter-spacing:.02em; }
    .fs-promo-bar__badge{ display:none; }
}

/* зачёркнутая старая цена + метка скидки */
.fs-promo-old{
    text-decoration:line-through; color:#9aa0a6; font-weight:400;
    font-size:.85em; margin-right:6px; white-space:nowrap;
}
.fs-promo-tag{
    display:inline-block; background:#f4f5e6; color:#5f6b28;
    font-size:11px; font-weight:700; padding:2px 7px;
    border-radius:8px; margin-left:6px; white-space:nowrap;
}

/* круглая метка на карточке товара */
.fs-promo-badge{
    position:absolute; top:10px; right:10px;
    background:#f0dd9c; color:#3c4319;
    font-size:11.5px; font-weight:800; line-height:1;
    padding:7px 9px; border-radius:8px;
    box-shadow:0 2px 5px rgba(0,0,0,.22); z-index:3; pointer-events:none;
}
