/*
Theme Name: Electom
Theme URI: https://demo.themexbd.com/rtl/electom/
Author: wpexpert
Author URI: https://www.templatemonster.com/authors/wpexpert/
Description: Electom - Electric Services WordPress Theme
Version: 1.0.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: Electom
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
@media (max-width: 991px) {
.electom-header-top {
    background-repeat: inherit !important;
    }

}
/* --- Forza layout a LISTA (1 colonna) su shop e categorie --- */
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
  /* caso temi con CSS grid */
  display: grid !important;
  grid-template-columns: 1fr !important;
}

/* copertura anche per temi che usano float/flex */
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  flex: 0 0 100% !important;
  clear: both !important;
}

/* opzionale: compatta gli spazi tra i prodotti */
.woocommerce ul.products li.product {
  margin: 0 0 24px !important;
}

/* (facoltativo) nascondi il toggle griglia/lista, se presente */
.view-mode,
.gridlist-toggle,
.products-tools .view-as { display: none !important; }
