@media (max-width: 768px) {
/* sjednocení layoutu pro všechny varianty */
.benefitBanner .benefitBanner__item,
.benefitBanner .benefitBanner__link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    text-decoration: none;
    padding: 1px;
}

/* obrázek */
.benefitBanner .benefitBanner__picture {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

/* velikost ikon */
.benefitBanner .benefitBanner__picture img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
}

/* text */
.benefitBanner .benefitBanner__content {
    flex: 1 1 auto !important;
    text-align: left !important;
}


/* nadpis */
.benefitBanner .benefitBanner__title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
    margin-top: 2px;
}

/* popis */
.benefitBanner .benefitBanner__data {
    font-size: 13px;
    line-height: 1.4;
}
}
.homepage-group-title.homepage-products-heading-79 {
    margin-top: 0px !important;
}
.top-nav-button-login {
    outline: none !important;
}

.top-nav-button-login:focus,
.top-nav-button-login:focus-visible,
.top-nav-button-login:active {
    outline: none !important;
}
option[value='75'] {
    display: none;
}
.top-brands-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.top-brands-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.top-brands-header a {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.top-brands-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.top-brands-item {
    flex: 0 0 auto;
    width: 160px;
    text-align: center;
    text-decoration: none;

}

.top-brands-item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 8px;
    background: none;
    border-radius: 100px;
}

.top-brands-item span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
/* === MOBILNÍ VERZE – vzhled jako Shoptet kategorie === */
@media (max-width: 768px) {

    .top-brands {
        background: #f2f2f2;
        padding: 1.5rem 1rem;
        margin: 0 auto 3rem;
    }

    .top-brands-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .top-brands-header h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: .5rem;
        text-align: left !important;
    }

    .top-brands-header a {
        position: static;
        display: inline-block;
        font-size: .9rem;
        text-align: right;
    }

    /* GRID jako b-category */
    .top-brands-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        justify-items: center;
        overflow: hidden;
    }

    .top-brands-item {
        width: 100%;
        max-width: 120px;
    }

    .top-brands-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .top-brands-item span {
        font-size: .85rem;
        margin-top: .4rem;
        display: block;
    }
}
/* Změna barvy textu v benefitech na bílou */
.benefitBanner .benefitBanner__title,
.benefitBanner .benefitBanner__data {
    color: #fff !important;
}

/* Pokud jsou tam odkazy (např. u Heureky), obarvíme je také */
.benefitBanner a.benefitBanner__link {
    color: #000000 !important;
    text-decoration: none; /* Volitelné: odstraní podtržení */
}

/* Volitelné: Jemný stín pod textem pro lepší čitelnost, pokud by bylo pozadí světlé */
.benefitBanner__content {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
/* Nastavení šedého pozadí pro lištu benefitů */
.benefitBanner {
    background: #222 !important; /* Šedé pozadí */
    padding: 25px 15px !important;       /* Odsazení obsahu od okrajů */
    margin-top: 20px !important;          /* Mezera nad lištou */
    margin-bottom: 20px !important;       /* Mezera pod lištou */
    border-radius: 20px !important;                   /* Volitelné: zaoblení rohů */
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;                      /* Aby se na mobilu naskládaly pod sebe */
}

/* Úprava jednotlivých položek uvnitř, aby na šedé lépe vynikly */
.benefitBanner__item {
    padding: 10px;
}