/*
 Theme Name:   Glidex Child
 Theme URI:    https://wdtglidex.wpengine.com/
 Description:  Glidex Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     glidex
 Version:      1.0.0
 Tested up to: 6.2
 Requires PHP: 5.3
 Text Domain:  glidex-child
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/

@media only screen and (min-width: 1281px) and (max-width: 1540px) {
    .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}