/** Shopify CDN: Minification failed

Line 122:11 Expected ":"
Line 124:0 Expected "}" to go with "{"

**/
/* ==============================
   RELAXA – STYLE FINAL PREMIUM
   Compatible Dawn
============================== */

/* TYPOGRAPHIE GÉNÉRALE */
body {
  letter-spacing: 0.15px;
}

/* HERO */
.banner__heading {
  font-weight: 600;
  line-height: 1.15;
}

.banner__text {
  font-size: 1.1rem;
  opacity: 0.95;
  margin-top: 12px;
}

/* BOUTONS */
.button,
.button--primary {
  background-color: #4A77A8 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  font-weight: 600;
  transition: all 0.25s ease;
}

.button:hover,
.button--primary:hover {
  background-color: #3f6792 !important;
  transform: translateY(-1px);
}

/* SECTIONS TEXTE */
.rich-text {
  padding-top: 64px;
  padding-bottom: 64px;
}

.rich-text h2 {
  margin-bottom: 18px;
}

.rich-text p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* MULTI-COLONNES */
.multicolumn-card__info h3 {
  font-weight: 600;
}

.multicolumn-card__info p {
  opacity: 0.9;
}

/* FAQ / ACCORDÉON */
.accordion summary {
  font-weight: 600;
}

.accordion__content {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .banner__heading {
    font-size: 2rem;
  }

  .rich-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ==============================
   PAGE PRODUIT – RELAXA
   Optimisé pour Dawn
============================== */

/* 1️⃣ TITRE PRODUIT */
.product__title h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* 2️⃣ PRIX – plus lisible */
.price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* 3️⃣ DESCRIPTION COURTE (sous le prix) */
.product__description p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* 4️⃣ BOUTON AJOUTER AU PANIER */
.product-form__submit {
  backgroun

