
@media all and (max-width: 1200px) and (min-width: 1000px) {
    .container_16 > .grid_4 {
        display: none;
    }
    .container_12, .container_16 {
        width: auto;
    }
    .option_product_li {
        /* width: 242px; */
        width: unset;
        left: 0;
    }
}