/* 2025-09-04/Stefan: Centrera logotypen över katalogträdet även i scrolläge */
@media print, screen and (min-width: 64em) {
    .header-sticky.is_sticky .header__bottom .header__content {
        grid-template-columns: 20.625rem auto 1fr;
    }
}

.footer .cell {
    display: block !important;
}

.footer__links {
    color: #fff;
}

.prod-nav {
    color: black;
}

.prod-nav__linkText img {
    width: 1.8rem;
}

.grid-container .render-body{
margin-top: 3em;
}

/* 2025-08-14/Stefan: Gråa aldrig ut trädkategorier utan lagerlagda produkter */
.prod-nav__linkText {
    opacity: 1.0 !important;
}

/* 2025-09-04/Stefan: Ändra storlekarna på logotyperna i footern */
.footer--slim .footer__auto-logo {
    width: 250px;
    /*max-width: 250px;*/
    max-height: 40px;
}

.footer--slim .footer__big-logo {
    margin-top: -7px;
    max-height: 44px;
}
