/* Mobile only: prevent horizontal scroll */
@media screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wrapper, .page, .content, .main-content-wrapper,
    .header, .menu, .filtr, #search_form {
        max-width: 100% !important;
        overflow-x: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .catalog {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    img, iframe, video, table {
        max-width: 100% !important;
        height: auto !important;
    }
}
