/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Thème enfant Kadence pour L'Aventurine
Author: Pierre & Inès
Author URI: https://laventurine-store.fr
Template: kadence
Version: 1.0.0
*/

/* --- NUMETTE-LIKE : minimal, luxe, aéré --- */

/* Liens sobres */
a { text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Titres plus élégants (moins gras) */
h1, h2, h3, h4 {
  letter-spacing: -0.02em;
}

/* Boutons : noir minimal */
.wp-block-button__link,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 6px;
  padding: 12px 18px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  box-shadow: none;
  transition: transform .12s ease, opacity .12s ease;
}

.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  opacity: .92;
  transform: translateY(-1px);
}

/* Cartes / produits : style clean */
.woocommerce ul.products li.product,
.wp-block-group,
.entry-content .wp-block-cover,
.entry-content .wp-block-image img {
  border-radius: 10px;
}

/* Images plus “premium” */
img {
  image-rendering: auto;
}

/* Espacement global (respiration) */
.site-content,
.entry-content {
  line-height: 1.65;
}

/* Menu / header : sobre */
.site-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
