/* ============================================================
   LETNÁ AKCIA −10 %  ·  lekarenonline.com
   Promo styling (banner, badges, price tags). Remove the
   <link> to promo.css + the PCashPost $discount line to disable.
   ============================================================ */

/* ---- Sticky top promo bar ---- */
.promo-bar{
    position: sticky;
    top: 0;
    z-index: 1200;
    background: linear-gradient(90deg,#0c5a41 0%,#12805e 50%,#0c5a41 100%);
    border-bottom: 2px solid #d4af37;
    box-shadow: 0 2px 12px rgba(0,0,0,.18);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.promo-bar__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 11px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: Arial, "Segoe UI", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-align: center;
}
.promo-bar__icon{ font-size: 18px; line-height: 1; }
.promo-bar__text b{ color: #ffe6a3; font-weight: 800; }
.promo-bar__badge{
    background: linear-gradient(180deg,#f0d489,#d4af37);
    color: #123527;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: .04em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
    white-space: nowrap;
}
@media (max-width: 680px){
    .promo-bar__inner{ font-size: 11.5px; gap: 9px; padding: 9px 10px; letter-spacing: .04em; }
    .promo-bar__badge{ display: none; }
}

/* ---- Circular −10% badge on product images ---- */
.our-products-img{ position: relative; }
.product-left .carousel-thumbnail-container{ position: relative; }
.promo-badge{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 6;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 32% 28%, #f2d488 0%, #d9a83a 55%, #c2912b 100%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-8deg);
    box-shadow: 0 4px 10px rgba(0,0,0,.28), inset 0 0 0 2px rgba(255,255,255,.55);
}
.promo-badge--product{
    top: 16px;
    right: 16px;
    width: 66px;
    height: 66px;
    font-size: 17px;
}
@media (max-width: 680px){
    .promo-badge{ width: 46px; height: 46px; font-size: 13px; }
    .promo-badge--product{ width: 54px; height: 54px; font-size: 14px; }
}

/* ---- Inline "−10 %" pill in the price table ---- */
.table-product .promo-tag{
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #0e6b4f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    border-radius: 12px;
    vertical-align: middle;
    white-space: nowrap;
}

/* ---- Per-pill old / new prices in the table ---- */
.table-product .old-pp{
    text-decoration: line-through;
    color: #9aa0a6;
    font-size: 14px;
    padding-right: 5px;
}
.table-product .new-pp{
    color: #0e6b4f;
    font-weight: 700;
}

/* ---- Product page "select" price block ---- */
.select-price-qlt-product .old-price{
    text-decoration: line-through;
    color: #9aa0a6;
    padding-right: 6px;
}
.select-price-qlt-product .new-price{
    color: #ff3100;
    font-weight: 700;
}

/* ---- Front card: emphasise discounted "from" price ---- */
.our-products-price .new-price{
    color: #0e6b4f;
    font-weight: 800;
}

/* ---- Cart: savings line + old price ---- */
.order-table .old-price{ color: #9aa0a6; padding-right: 6px; }
.order-savings{
    display: block;
    margin: 4px 0 8px;
    color: #0e6b4f;
    font-weight: 700;
    letter-spacing: .02em;
}
