/* peg-perego-cz-cz — tenant overrides (shared rules in tenant-shared.css) */
:root {
    --primary-color: #e80000;
    --white-color: #fff;
    --black-color: #000;
    --header-bg: var(--primary-color);
    --nav-bg: var(--primary-color);
    --hover-accent-bg: #060e37;
    --hover-accent-stroke: #060e37;
    --search-border-color: var(--primary-color);
    --category-border-color: #3B3B3B;
    --logo-mobile-width: 140px;
}
.leftBoxContainer a.category-top {
    color: var(--white-color);
}
/* .categories and #top_bottom .top-block.right a use secondary color */
.categories,
#top_bottom .top-block.right a {
    background: #060e37;
}
#top_bottom .top-block.right a {
    color: var(--white-color);
}
/* Banner bottom — red matching H90 */
#bottom-0 .banner_bottom_out {
    background-color: var(--primary-color);
}
/* #novinky-akce, #next-listing a:hover use secondary instead of header-bg */
#novinky-akce,
#next-listing a:hover {
    background: #060e37;
}
/* Extra selectors colored with secondary color */
.odber-novinek-bottom .button-odber:hover,
#top-block a,
#top-block span,
.top-block a,
.top-block span,
#top-search-menu .top-block span,
#top-search-menu .top-block a,
#top-kosik span.kosik-price,
#top-kosik span.kosik-price a,
#top-mujucet a {
    color: #060e37;
}
#bottom-0 .banner_bottom_out a.banner_bottom_a:hover,
#top_bottom .top-block a:hover {
    color: var(--black-color);
}
/* Logo mobile also has min-width */
@media (max-width: 1024px) {
    .linkHomePage a img {
        min-width: 140px;
    }
}
