/*
Theme Name: L'Atelier Gutenberg Child
Template: latelier-gutenberg
Description: Thème enfant pour personnalisations custom
Version: 1.0
*/

/* === CORRECTION IMAGES PRODUITS RECHERCHE === */
/* Surcharge theme.css ligne 1276 - images boutique et recherche */
.woocommerce ul.products li.product a img {
  border-radius: 8px 8px 0 0;
  clip-path: inset(0 round 8px 8px 0 0);
  -webkit-clip-path: inset(0 round 8px 8px 0 0);
  margin: 0;
}

.woocommerce ul.products li.product {
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce ul.products li.product > a {
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

/* === SHOP LAYOUT BLOCK IMAGES === */
/* Surcharge theme.css ligne 1937 */
.latelier-shop-layout__products .wc-block-product img {
  border-radius: 8px 8px 0 0;
  clip-path: inset(0 round 8px 8px 0 0);
  -webkit-clip-path: inset(0 round 8px 8px 0 0);
}
