/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 16:40:09 */
h1, h1 *, h2, h2 * {
  font-size: 34px !important;
  line-height: 1.3 !important;
}

/* 1 colonne produits sur mobile */
@media (max-width: 767px) {
  .col-xs-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* Anti-décalage horizontal */
html, body {
  overflow-x: hidden !important;
}
.woocommerce-shop ul.products,
.woocommerce-shop .products-loop,
.post-type-archive-product ul.products,
.post-type-archive-product .products-loop {
  display: none !important;
}
