/** Shopify CDN: Minification failed

Line 21:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.wc-banner-hero,
.wc-banner-hero * {
  box-sizing: border-box;
}

.wc-banner-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--wc-banner-bg);
  color: var(--wc-banner-dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
}
.wc-banner-hero {
  position: relative;
  z-index: 5;
  overflow: visible;
}
.wc-banner-hero__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.wc-banner-hero__seo-heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wc-banner-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff8f2;
}

.wc-banner-hero__picture {
  display: block;
  width: 100%;
}

.wc-banner-hero__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.wc-banner-hero__actions {
  position: relative;
  z-index: 20;
  display: grid;
  width: calc(100% - 28px);
  max-width: 430px;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: -28px auto -28px;
  padding: 0;
}

.wc-banner-hero__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.wc-banner-hero__button:active {
  transform: translateY(3px);
}

.wc-banner-hero__button--primary {
  border: 2px solid var(--wc-banner-dark);
  background: var(--wc-banner-pink);
  color: #ffffff;
  box-shadow: 4px 5px 0 var(--wc-banner-dark);
}

.wc-banner-hero__button--primary:active {
  box-shadow: 2px 2px 0 var(--wc-banner-dark);
}

.wc-banner-hero__button--secondary {
  border: 1px solid rgba(8, 8, 8, 0.13);
  background: rgba(255, 255, 255, 0.94);
  color: var(--wc-banner-dark);
  box-shadow: 0 10px 28px rgba(8, 8, 8, 0.08);
}

.wc-banner-hero__arrow {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease;
}

@media screen and (min-width: 750px) {
  .wc-banner-hero {
    padding: 0;
    background: #FFB4C0;
  }

  .wc-banner-hero__inner {
    max-width: 1920px;
  }

  .wc-banner-hero__image {
    width: 100%;
    max-height: none;
    object-fit: contain;
  }

  @media screen and (min-width: 750px) {
  .wc-banner-hero__actions {
    display: flex;
    width: auto;
    max-width: none;
    justify-content: center;
    gap: 12px;
    margin-top: -14px;
    padding: 0 30px 28px;
  }
}

  .wc-banner-hero__button {
    min-width: 210px;
    min-height: 56px;
    padding: 18px 28px;
    font-size: 14px;
  }

  .wc-banner-hero__button:hover {
    transform: translateY(-4px);
  }

  .wc-banner-hero__button:hover .wc-banner-hero__arrow {
    transform: translateX(5px);
  }

  .wc-banner-hero__button--primary:hover {
    box-shadow:
      4px 8px 0 var(--wc-banner-dark),
      0 16px 35px #FCD0D1;
  }
}

@media screen and (max-width: 370px) {
  .wc-banner-hero__actions {
    grid-template-columns: 1fr;
  }

  .wc-banner-hero__button {
    min-height: 50px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-banner-hero__button,
  .wc-banner-hero__arrow {
    transition: none;
  }
}
html {
  scroll-behavior: smooth;
}

#wc-zones {
  scroll-margin-top: 20px;
}
/* Correction mobile : boutons Hero entièrement visibles */
@media screen and (max-width: 749px) {
  .wc-banner-hero {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .wc-banner-hero__inner {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    background: #FCC7CB;
  }

  .wc-banner-hero__actions {
    position: relative;
    z-index: 5;
    display: grid;
    width: calc(100% - 28px);
    max-width: 430px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;

    /* Aucune marge négative */
    margin: 0 auto;
    padding: 16px 0 28px;
  }
  @media screen and (max-width: 780px) {
  .wc-banner-hero__actions {
    background: #FCC7CB;
  }
}

  .wc-banner-hero__button {
    position: relative;
    z-index: 6;
    min-height: 52px;
  }
}