
/* =========================================================
   CCK MOBILE MENU + IMAGE FIX
   Desktop/laptop layout is untouched.
   Applies only to screens 768px wide and under.
   ========================================================= */

.cck-mobile-menu-toggle {
    display: none;
}

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .cck-mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #111111;
        color: #ffffff;
        border: 0;
        padding: 15px 18px;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        cursor: pointer;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .mb-product-img img,
    .mb-new-prodimg img,
    .img-responsive,
    .mb-product-box img,
    .mb-prodimg img,
    .product-image img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}
