@media screen and (max-width: 1365px) {
    .popup-content{
        width: 60%;
        height: 80%;
    }
}

@media screen and (width: 1280px) {
    .card img{
        height: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .popup-content{
        width: 80%;
        height: 80%;
    }

    .card img{
        height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .popup-content{
        width: 80%;
        height: 80%;
    }

    .popup-body{
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        height: calc(100% - 50px);
    }

    .popup-body .content{
        width: unset;
    }

    .popup-body .content_info{
        overflow: unset;
    }

    .content_image{
        height: 500px !important;
    }

    .content_info_lock .body{
        overflow: unset;
        height: unset;
    }
}

@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .category-bar {
        display: none; /* Ẩn mặc định */
    }

    .category-bar.active {
        display: block; /* Hiện khi bật */
    }

    .category-bar ul {
        display: block;
    }

    .category-bar li {
        display: block;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 680px) {
    .popup-content{
        width: 90%;
        height: 70%;
    }
}


@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .card img{
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .popup-content{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .form-password input{
        width: 250px;
    }

    .popup-product .popup-content{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}