@media only screen and (max-width:768px) {
    #wide-nav {
        background: linear-gradient(180deg, #F2F2F2, rgba(211, 210, 211, 1));
    }

    #wide-nav input[type="search"] {
        background: #fff;
        box-shadow: none;
        border-radius: 3px;
        border: none;
    }

    form.cart {
        text-align: center;
    }

    .mfp-wrap .mfp-container .mfp-content {
        background: #fff;
    }

    .mfp-content {
        min-width: 100%;
    }

    .mfp-content #cart-popup,
    .mfp-content #product-sidebar,
    .mfp-content #main-menu {
        width: 85%;
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.45) 25px 0px 20px -20px;
        font-size: 1rem !important;
        opacity: none !important;
    }

    .mfp-content #main-menu a {
        font-size: 1rem;
        font-weight: normal;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .mfp-content #main-menu a svg {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
        stroke-width: 1.8;
        flex-shrink: 0;
    }

    /* 	Nút lọc */
    .category-filtering a {
        padding: 0.5rem 1rem;
        background: #1E5EBE;
        color: #fff !important;
        border-radius: 0rem;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    /* Icon Menu 2 gạch cách điệu */
    .icon-menu {
        display: inline-flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 14px;
        vertical-align: middle;
        color: #111;
    }

    .icon-menu:before,
    .icon-menu:after {
        content: '' !important;
        display: block;
        height: 2px;
        /* Đường gạch mỏng */
        background-color: currentColor;
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    .icon-menu:before {
        width: 100%;
        /* Gạch trên full */
    }

    .icon-menu:after {
        width: 60%;
        /* Gạch dưới ngắn hơn */
        align-self: flex-end;
        /* Canh lề phải để tạo sự cách điệu */
    }

    /* Hiệu ứng kéo dài gạch khi bấm/hover */
    a:hover .icon-menu:after,
    a:active .icon-menu:after {
        width: 100%;
    }

    .mfp-ready .mfp-close {
        width: 50px;
        height: 100vh !important;
    }

    .mfp-close svg {
        width: 40px;
        height: 40px;
        color: #dbdbdb;
    }

    .tabbed-content .nav li {
        flex: 0 0 50%;
    }

    .tabbed-content .nav li:nth-child(3) {
        flex: 0 0 100%;
    }

}