header .section__banner > * {
    background-image: url('/storage/assets/images/backgrounds/background_2.jpg');
}

.dropdown:not(:has(> .checkbox:checked ) ) > label:focus,
.dropdown:not(:has(> .checkbox:checked ) ) > label:hover,
.dropdown:has( > .checkbox:checked ) > label {
    background: #D0002C;
}