/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/*
 * IMPORTANT : Tous les styles WooCommerce / YITH / PEWC / quantity-table
 * ont été purgés pour ne pas interférer avec le plugin inkside-configurator.
 *
 * Les styles du thème (variables, layout, widgets Elementor) sont chargés
 * via main.css dans class-theme-setup.php.
 *
 * Les styles spécifiques au tableau de quantité sont dans quantity-table.css.
 */

/* Blog – suppression box-shadow sur images articles */
.ast-article-single img,
.ast-article-single figure {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.ast-article-single img {
  border-radius: 8px;
}

/* Titres produits catalogue */
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
  color: var(--ink-dark, #2c3e50);
  font-weight: 600;
}

/* Note remises quantité */
.ywdpd-table-discounts-note {
  color: red !important;
  font-weight: bold !important;
}
