/* ===== Lišta v horní části přes celou šířku ===== */
.site-msg.information {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    background: #ff1818;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    left: 0 !important;
}

/* centrovaný obsah */
.site-msg.information > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

/* text část lišty */
.site-msg.information .text {
    flex: 1;
    padding: 10px 0;
}

/* ===== Křížek úplně vpravo okna ===== */
.site-msg.information .close.js-close-information-msg {
    position: fixed;
    right: 10px;
    top: 10px;
    transform: none;
    background: transparent;
    filter: invert(1); /* zesvětlí ikonku */
    z-index: 99999;
}

/* ===== Obsah promo lišty ===== */
#promo-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.promo-bar__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

/* odpočet */
.promo-bar__countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.promo-bar__unit {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    min-width: 40px;
}

.promo-bar__value {
    font-weight: 700;
}

.promo-bar__label {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* oddělovač : */
.promo-bar__separator {
    font-weight: 700;
    font-size: 18px;
}

/* ===== Tlačítko přímo u odpočtu ===== */
.promo-bar__btn {
    margin-left: 10px;
    padding: 6px 12px;
    background: #ff5959;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}

.promo-bar__btn:hover {
    background: #ff7777;
}
.site-msg.information { bottom: 0; } #promo-bar { display: flex; align-items: center; gap: 20px; width: 100%; flex-wrap: nowrap; justify-content: center; } .site-msg.information .close.js-close-information-msg { right: 15px; top: 20px; }
@media (max-width: 768px) {
#promo-bar {
    gap: 10px !important;
    flex-wrap: wrap !important;
}
.promo-bar__countdown {
    align-items: center;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.site-msg.information .close.js-close-information-msg {
    position: absolute !important;
}
}