<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width: 992px) and (max-width: 1200px) { 
    .top_4 .sale_banners {
        padding: 0px;
    }
    
    .products .wrapper .inner {
        height: 420px;
    }
    .products .wrapper .inner .stars {
        bottom: 135px;
        left: 0px;
        margin: 0 auto;
        width: 100%;
    }
    .products .wrapper .inner .based {
        bottom: 120px;
        left: 0px;
        margin: 0 auto;
        width: 100%;   
    }
    .products .wrapper .inner .product-image {
        height: 220px;
    }
    .products .wrapper .inner .old_price {
        bottom: 85px;
    }
    .products .wrapper .inner .price {
        font-weight: normal;
        bottom: 55px;
    }
    .products .wrapper .inner a.product-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    
    .sale_banners img {
        max-width: 100%;
        max-height: 100%;
    }
    
    div.container.subcategories div.inner {
        height: 280px;
    }
    .navbar-nav&gt;li&gt;a  {
        font-size:10px
    }
    
    .products .wrapper .inner .product-image .product_image_real {
        max-height: 100%;
    }
}</pre></body></html>