/*
Theme Name: Globo Sorpresas
Theme URI: https://globosorpresas.cl
Author: Globo Sorpresas
Author URI: https://globosorpresas.cl
Description: Theme WordPress custom pixel-perfect para Globo Sorpresas
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globo-sorpresas
Domain Path: /languages
*/

@import url('./assets/css/theme.css');

.theme-globo-sorpresas.woocommerce-shop.woocommerce-page #primary .products.columns-4 {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
}