/* ============================================================
   HERBSTSTART · apotheke-alte-spinnerei
   ============================================================ */
.as-promo-bar{
    position:sticky; top:0; z-index:1200;
    background:linear-gradient(90deg,#1f4d3d 0%,#2e7d5b 55%,#1f4d3d 100%);
    border-bottom:2px solid #f0c36d;
    box-shadow:0 2px 10px rgba(0,0,0,.16);
    color:#fff; -webkit-font-smoothing:antialiased;
}
.as-promo-bar__inner{
    max-width:1200px; margin:0 auto; padding:11px 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:.06em;
    text-transform:uppercase; text-align:center; line-height:1.3;
}
.as-promo-bar__icon{ font-size:17px; line-height:1; }
.as-promo-bar__text b{ color:#f0c36d; font-weight:800; }
.as-promo-bar__badge{
    background:#f0c36d; color:#173a2e;
    font-weight:800; padding:3px 13px; border-radius:20px;
    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){
    .as-promo-bar__inner{ font-size:11px; gap:8px; padding:8px 10px; letter-spacing:.02em; }
    .as-promo-bar__badge{ display:none; }
}

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

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