/** Shopify CDN: Minification failed

Line 97:0 All "@import" rules must come first

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

/* ============================================================
   MARGAUX PARIS - Estilo premium para Rich Text v54
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=Inter:wght@400;500;600;700;800&display=swap');

/* Heading "Notre Histoire" */
.rich-text__heading,
.rich-text h2.rich-text__heading,
.rich-text .h0,
.rich-text .h1,
.rich-text .h2,
.rich-text h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  color: #1a1a1a !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 22px 0 !important;
  text-transform: none !important;
  line-height: 1.15 !important;
}
@media screen and (min-width: 750px) {
  .rich-text__heading,
  .rich-text h2 {
    font-size: 40px !important;
    margin-bottom: 28px !important;
  }
}

/* Cuerpo del texto - DIV completo */
.rich-text__text,
.rich-text__text.rte {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #2a2a2b !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Cuerpo del texto - Párrafos */
.rich-text__text p,
.rich-text .rte p,
.rich-text__text.rte p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #2a2a2b !important;
  margin: 0 0 14px 0 !important;
}
@media screen and (min-width: 750px) {
  .rich-text__text p,
  .rich-text .rte p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 16px !important;
  }
}

/* Negritas dentro del texto */
.rich-text__text strong,
.rich-text strong,
.rich-text__text b,
.rich-text b {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: #0A0A0B !important;
}

/* Cursivas en dorado Playfair */
.rich-text__text em,
.rich-text em,
.rich-text__text i,
.rich-text i {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  color: #B8935A !important;
}

/* Último párrafo (firma "Margaux & Juliette") - destacado */
.rich-text__text p:last-of-type,
.rich-text .rte p:last-of-type {
  margin-top: 22px !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-size: 15px !important;
  color: #B8935A !important;
  line-height: 1.6 !important;
}
.rich-text__text p:last-of-type strong,
.rich-text .rte p:last-of-type strong {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #0A0A0B !important;
  font-size: 18px !important;
}
@media screen and (min-width: 750px) {
  .rich-text__text p:last-of-type {
    font-size: 16px !important;
  }
  .rich-text__text p:last-of-type strong {
    font-size: 20px !important;
  }
}
