@media screen and (max-width: 992px) {
    .sidebar--filter {
        margin-bottom: 30px;
    }
}

.widget__header {
    padding-top: 35px !important;

    @media screen and (max-width: 768px) {
        padding-top: 10px !important;
    }
}

.widget__title {
    justify-content: left !important;
    margin-bottom: 10px;

    @media screen and (max-width: 400px) {
        display: grid !important;
        grid-template-areas:
            "logo text1"
            "text2 text2";
        gap: 4px 8px;
        align-items: center;
    }
}

.widget__logo {
    grid-area: logo;
}

.widget__title-text:not(.widget__title-text-second) {
    grid-area: text1;

    @media screen and (max-width: 400px) {
        margin-left: -40px;
    }
}

.widget__title-text-second {
    grid-area: text2;
}

.order-with-delivery-form__submit:hover {
    cursor: pointer;
}

.header__banner {
    background-image: url('/wp-content/uploads/2025/12/header-banner-20.jpg'); !important;
}