:root {
    --content-max-width: 1600px;
}

.menu_button_wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-item span[title="Maszyny dostępne od ręki"] {
    color: #c4102e;
}

@media (min-width: 757px) {
    :root {
        --products-grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}