/** Shopify CDN: Minification failed

Line 504:0 Unexpected "}"

**/
.cp-section {
  --cp-wine: #72194c;
  --cp-wine-dark: #3c1029;
  --cp-cream: #f7f3ef;
  --cp-ink: #261b21;
  padding-top: var(--cp-padding-top, 80px);
  padding-bottom: var(--cp-padding-bottom, 96px);
  overflow: hidden;
  color: var(--cp-ink);
  background: var(--cp-cream);
}

.cp-section * {
  box-sizing: border-box;
}

.cp-shell {
  width: min(calc(100% - 4rem), 124rem);
  margin-inline: auto;
}

.cp-section h1,
.cp-section h2,
.cp-section p {
  margin-top: 0;
}

.cp-section h1,
.cp-section h2 {
  font-family: var(--font-heading-family);
  letter-spacing: -.025em;
}

.cp-heading {
  max-width: 82rem;
  margin: 0 auto 5.6rem;
  text-align: center;
}

.cp-eyebrow {
  margin-bottom: 1.4rem;
  color: var(--cp-wine);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cp-title {
  margin-bottom: 2rem;
  color: var(--cp-ink);
  font-size: clamp(3.4rem, 4vw, 4.8rem);
  font-weight: 600;
  line-height: 1.08;
}

.cp-intro {
  max-width: 76rem;
  margin-inline: auto;
  color: rgba(38, 27, 33, .78);
  font-size: 1.7rem;
  line-height: 1.7;
}

.cp-intro p:last-child,
.cp-details__intro p:last-child,
.cp-details__note p:last-child,
.cp-form-card__intro p:last-child,
.cp-pickup .rte p:last-child {
  margin-bottom: 0;
}

.cp-response {
  width: fit-content;
  margin: 2.2rem auto 0;
  padding: .8rem 1.4rem;
  border-radius: 999px;
  color: var(--cp-wine);
  background: rgba(114, 25, 76, .08);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

.cp-main {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  box-shadow: 0 1.6rem 5rem rgba(38, 27, 33, .1);
}

.cp-details {
  padding: clamp(4rem, 5vw, 7rem);
  color: #fff;
  background: var(--cp-wine-dark);
}

.cp-details h2,
.cp-form-card h2,
.cp-pickup h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(2.6rem, 2.7vw, 3.4rem);
  font-weight: 600;
  line-height: 1.15;
}

.cp-details h2 {
  color: #fff;
}

.cp-details__intro {
  color: rgba(255, 255, 255, .8);
  font-size: 1.6rem;
  line-height: 1.7;
}

.cp-details__list {
  margin-top: 3.6rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.cp-detail {
  padding: 2.8rem 0;
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.cp-detail__icon {
  width: 4.4rem;
  height: 4.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  color: #fff;
}

.cp-detail__icon svg,
.cp-pickup__icon svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cp-detail__label {
  margin-bottom: .4rem;
  color: rgba(255, 255, 255, .7);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cp-detail__link,
.cp-detail__value {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.cp-detail__link {
  text-decoration-color: rgba(255, 255, 255, .42);
  text-underline-offset: .4rem;
  transition: opacity .2s ease;
}

.cp-detail__link:hover {
  opacity: .75;
}

.cp-detail__meta {
  margin: .7rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.4rem;
  line-height: 1.55;
}

.cp-details__note {
  margin-top: 3rem;
  color: rgba(255, 255, 255, .8);
  font-size: 1.45rem;
  line-height: 1.65;
}

.cp-form-card {
  padding: clamp(4rem, 5vw, 7rem);
  color: var(--cp-ink);
  background: #fff;
}

.cp-form-card h2 {
  color: var(--cp-ink);
}

.cp-form-card__intro {
  max-width: 62rem;
  color: rgba(38, 27, 33, .7);
  font-size: 1.55rem;
  line-height: 1.65;
}

.cp-form {
  margin-top: 3.2rem;
}

.cp-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

.cp-field {
  margin-bottom: 1.8rem;
}

.cp-field label {
  display: block;
  margin-bottom: .7rem;
  color: var(--cp-ink);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

.cp-field input,
.cp-field select,
.cp-field textarea {
  width: 100%;
  min-height: 5rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(38, 27, 33, .25);
  border-radius: 0;
  color: var(--cp-ink);
  background: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.5;
}

.cp-field textarea {
  min-height: 16rem;
  resize: vertical;
}

.cp-field input::placeholder,
.cp-field textarea::placeholder {
  color: rgba(38, 27, 33, .46);
}

.cp-field input:focus,
.cp-field select:focus,
.cp-field textarea:focus {
  border-color: var(--cp-wine);
  outline: 2px solid rgba(114, 25, 76, .2);
  outline-offset: 1px;
}

.cp-button {
  width: 100%;
  min-height: 5.2rem;
  padding: 1.3rem 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: .4rem;
  color: #fff;
  background: linear-gradient(90deg, #72194c, #a62d6d);
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.cp-button:hover {
  color: #fff;
  background: var(--cp-wine);
  transform: translateY(-2px);
}

.cp-button:focus-visible,
.cp-detail__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: .4rem;
}

.cp-form__privacy {
  margin: 1.5rem 0 0;
  color: rgba(38, 27, 33, .55);
  font-size: 1.2rem;
  line-height: 1.55;
  text-align: center;
}

.cp-form__success,
.cp-form__errors {
  margin-bottom: 2rem;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.55;
}

.cp-form__success {
  border: 1px solid #7ca17f;
  color: #2c5d33;
  background: #edf7ee;
}

.cp-form__errors {
  border: 1px solid rgba(165, 29, 53, .35);
  color: #8d1730;
  background: #fff2f4;
}

.cp-form__errors ul {
  margin-bottom: 0;
}

.cp-pickup {
  margin-top: 4rem;
  padding: clamp(3rem, 4vw, 4.8rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.8rem;
  border: 1px solid rgba(114, 25, 76, .14);
  background: rgba(255, 255, 255, .72);
}

.cp-pickup__icon {
  width: 5.2rem;
  height: 5.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cp-wine);
  background: rgba(114, 25, 76, .08);
}

.cp-pickup h2 {
  margin-bottom: 2rem;
  color: var(--cp-ink);
}

.cp-pickup__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem;
}

.cp-pickup .rte {
  color: rgba(38, 27, 33, .78);
  font-size: 1.5rem;
  line-height: 1.65;
}

.cp-pickup__note {
  margin-top: 1.8rem;
  font-size: 1.35rem !important;
}

.cp-button--secondary {
  width: auto;
  min-width: 17rem;
  color: var(--cp-wine);
  background: transparent;
  border-color: var(--cp-wine);
}

.cp-button--secondary:hover {
  color: #fff;
  background: var(--cp-wine);
}

@media screen and (max-width: 989px) {
  .cp-main {
    grid-template-columns: 1fr;
  }

  .cp-pickup {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cp-pickup .cp-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media screen and (max-width: 749px) {
  .cp-section {
    padding-top: min(var(--cp-padding-top, 80px), 64px);
    padding-bottom: min(var(--cp-padding-bottom, 96px), 64px);
  }

  .cp-shell {
    width: min(calc(100% - 3.2rem), 124rem);
  }

  .cp-heading {
    margin-bottom: 3.6rem;
  }

  .cp-title {
    font-size: 3.4rem;
  }

  .cp-intro {
    font-size: 1.6rem;
  }

  .cp-details,
  .cp-form-card {
    padding: 3.2rem 2.2rem;
  }

  .cp-form__row,
  .cp-pickup__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cp-pickup {
    padding: 2.8rem 2.2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cp-pickup__icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .cp-pickup .cp-button {
    width: 100%;
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cp-section *,
  .cp-section *::before,
  .cp-section *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* CONTACT — AJUSTEMENTS FINAUX */

/* En-tête principal */
.cp-heading {
  max-width: 78rem;
  margin-bottom: 4.8rem;
}

.cp-eyebrow {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

/* Titre principal */
.cp-title {
  margin-bottom: 1.8rem;
  font-size: clamp(3rem, 2.2vw, 3.8rem);
  font-weight: 600;
  line-height: 1.08;
}

/* Introduction sous le titre */
.cp-intro {
  max-width: 72rem;
  color: rgba(38, 27, 33, 0.82);
  font-size: 1.65rem;
  line-height: 1.65;
}

/* Délai de réponse */
.cp-section .cp-response {
  margin: 2.4rem auto 0;
  font-size: 1.5rem;
}
}

/* Titres des deux colonnes */
.cp-details h2,
.cp-form-card h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(2.7rem, 2vw, 3.2rem);
  font-weight: 600;
  line-height: 1.15;
}

/* Partie gauche sur fond prune */
.cp-details__intro {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
  line-height: 1.65;
}

.cp-detail__label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.3rem;
}

.cp-detail__link,
.cp-detail__value {
  font-size: 1.6rem;
}

.cp-detail__meta,
.cp-details__note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
}

/* Introduction du formulaire */
.cp-form-card__intro {
  color: rgba(38, 27, 33, 0.82);
  font-size: 1.55rem;
  line-height: 1.65;
}

/* Libellés des champs */
.cp-field label {
  color: var(--cp-ink);
  font-size: 1.4rem;
}

/* Contenu des champs */
.cp-field input,
.cp-field select,
.cp-field textarea {
  color: var(--cp-ink);
  font-size: 1.5rem;
}

/* Textes indicatifs des champs */
.cp-field input::placeholder,
.cp-field textarea::placeholder {
  color: rgba(38, 27, 33, 0.6);
}

.cp-section .cp-form__privacy {
  margin: 2.2rem 0 0;
  color: rgba(38, 27, 33, 0.7);
  font-size: 1.3rem;
}

/* Bloc retrait */
.cp-pickup h2 {
  margin-bottom: 1.8rem;
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.15;
}

.cp-pickup .rte {
  color: rgba(38, 27, 33, 0.84);
  font-size: 1.55rem;
}

.cp-pickup__note {
  color: rgba(38, 27, 33, 0.72);
  font-size: 1.55rem !important;
}

/* Animation pendant l’envoi */
.cp-button.is-loading {
  gap: 1rem;
  opacity: 0.85;
  cursor: wait;
  pointer-events: none;
}

.cp-button.is-loading::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  border: 0.2rem solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cp-loading-spin 0.7s linear infinite;
}

@keyframes cp-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Ajustements mobiles */
@media screen and (max-width: 749px) {
  .cp-heading {
    margin-bottom: 3.6rem;
  }

  .cp-title {
    font-size: 3rem;
  }

  .cp-details h2,
  .cp-form-card h2 {
    font-size: 2.7rem;
  }

  .cp-pickup h2 {
    font-size: 2.8rem;
  }
}