 /* ===========================
     ESPACEFUEGO - CUSTOM STYLES
     =========================== */

  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&disp
  lay=swap');

  :root {
    --color-bg: #FAFAF8;
    --color-dark: #1A1A1A;
    --color-accent: #C45C26;
    --font-title: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', Helvetica, sans-serif;
  }

  body {
    background-color: #FAFAF8 !important;
    font-family: 'Inter', Helvetica, sans-serif !important;
  }

  h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: #1A1A1A !important;
  }

  /* Header */
  #header,
  #header .header-top,
  #header .header-nav,
  #header .header-top .container {
    background-color: #1A1A1A !important;
  }

  /* Menu */
  #header .top-menu a,
  #header .top-menu span,
  #header .top-menu > li > a {
    color: #ffffff !important;
  }
  #header .top-menu a:hover {
    color: #C45C26 !important;
  }

  /* Bouton ajouter au panier */
  button.btn.btn-primary.add-to-cart,
  button.btn-primary,
  .btn-primary,
  .add-to-cart,
  input[type="submit"].btn-primary {
    background-color: #C45C26 !important;
    border-color: #C45C26 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
  }

  button.btn.btn-primary.add-to-cart:hover,
  button.btn-primary:hover,
  .btn-primary:hover,
  .add-to-cart:hover {
    background-color: #a34d1f !important;
    border-color: #a34d1f !important;
    color: #ffffff !important;
  }

  /* Prix */
  .price,
  .current-price,
  .product-price,
  span.price,
  .current-price-value,
  .product-price .price {
    color: #C45C26 !important;
    font-weight: 700 !important;
  }

  /* Liens */
  a {
    color: #1A1A1A;
  }
  a:hover {
    color: #C45C26;
  }

  /* Footer */
  #footer {
    background-color: #1A1A1A !important;
    color: #aaaaaa !important;
  }
  #footer a {
    color: #aaaaaa !important;
  }
  #footer a:hover {
    color: #C45C26 !important;
  }