/* === HEADER FIXES === */
/* For all screens smaller than desktop (md) */
@media (max-width: 991px) {
    .header_1 {
        position: static !important;
    }
    .header_1 .slogan,
    .header_1 .menu-only,
    .header_1 .address,
    .header_1 .phone-block .schedule,
    .header_1 .phone .dropdown {
        display: none;
    }
    .header_1 .logo-row .maxwidth-theme {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .header_1 .right-icons {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .header_1 .callback-block {
        margin-top: 5px;
    }
}

/* === CARD FIXES === */
@media (max-width: 991px) {
    /* Allow flex items to wrap on smaller screens */
    .row-eq-height {
        flex-wrap: wrap;
    }
    /* Universal card fixes for mobile/tablet */
    .product-block {
        height: auto;
        margin-bottom: 20px;
    }
    .product-block img {
        display: block;
        margin: 0 auto;
    }
}
