/*
 Theme Name:   D'Amour et de Lumière
 Theme URI:    https://damouretdelumiere.com
 Description:  Thème enfant Divi personnalisé pour D'Amour et de Lumière
 Author:       CapteurDigital
 Author URI:   https://capteurdigital.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  damour-child
*/

/* ══════ IMPORT DIVI PARENT ══════ */
@import url("../Divi/style.css");

/* ══════ GOOGLE FONTS ══════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Outfit:wght@300;400;500;600&display=swap');

/* ══════ VARIABLES ══════ */
:root {
  --gold: #c8a96e;
  --gold-light: #e8d5a8;
  --gold-dark: #a07d3f;
  --cream: #faf6f0;
  --warm-white: #fefcf9;
  --stone-dark: #2a2118;
  --stone-medium: #5c4a3a;
  --stone-light: #8c7a6a;
  --rose: #c4918a;
  --amethyst: #7b6b8a;
  --text-body: #4a3f35;
  --text-muted: #8a7e72;
}

/* ══════ HEADER — Fond blanc permanent ══════ */
#main-header,
#main-header.et-fixed-header,
.et-l--header #main-header {
  background-color: #fff !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  opacity: 1 !important;
}

/* ══════ VARIATIONS PRODUIT ALIGNÉES ══════ */
table.variations {
  width: 100%;
  border-collapse: collapse;
}

table.variations td.label {
  vertical-align: middle !important;
  text-align: right !important;
  padding-right: 15px !important;
  width: 50%;
}

table.variations td.value {
  vertical-align: middle !important;
  text-align: left !important;
  padding: 6px 0 !important;
}

table.variations td.value select {
  width: 160px;
  height: 38px;
}