/** Shopify CDN: Minification failed

Line 585:9 Cannot use type selector "p" directly after nesting selector "&"
Line 1617:1 Unexpected "/"
Line 1686:1 Unexpected "/"
Line 1785:1 Unexpected "/"
Line 1918:1 Unexpected "/"

**/
.mm-section-product {
  background: #f9f6f2;
}

.product__info-container {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  grid-gap: 5px;
  padding-top: 40px;

  /* > * {
    margin: 0;
    padding: 0;
  } */
}

/* ▣▣▣▣▣▣▣▣▣▣ ZOOM ▣▣▣▣▣▣▣▣▣▣ */
#zoomSplide {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;

  &.mm-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .splide__slide * {
    max-width: 100%;
    height: auto;
  }

  .splide__arrow {
    background: rgba(0, 0, 0, 0.8);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px rgba(255, 255, 255, 0.3);
  }

  .splide__arrow svg {
    fill: white;
  }

  .mm-splide-zoom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px rgba(255, 255, 255, 0.3);
  }
}

/* ▣▣▣▣▣▣▣▣▣▣ SIZE CHART ▣▣▣▣▣▣▣▣▣▣ */
.mm-product-size-chart-filter {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
  transition: 1s cubic-bezier(0.55, 0, 0.12, 1);
  opacity: 0;
  pointer-events: none;

  &.mm-active {
    opacity: 1;
    pointer-events: auto;
  }
  &.mm-active + .mm-product-size-chart-slider {
    transform: translateX(0%);
  }
}

.mm-product-size-chart-slider {
  position: fixed;
  top: 0;
  right: 0;
  width: 441px;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  background: #f9f6f2;
  padding: 21px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 32px;
  text-align: center;
  z-index: 9999;
  overflow-y: auto;
  transition: 1s cubic-bezier(0.55, 0, 0.12, 1);
  transform: translateX(110%);

  .mm-product-size-chart-icon-close {
    position: absolute;
    top: 21px;
    right: 30px;
    cursor: pointer;
  }

  .mm-product-size-chart-title {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-family: Helsinki;
    font-size: 37px;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
  }

  .mm-product-size-chart-img {
    width: 100%;
    height: auto;
  }

  .mm-product-size-chart-text {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    line-height: 21.3px;
  }
}
/* ▣▣▣▣▣▣▣▣▣▣ MEDIAS ▣▣▣▣▣▣▣▣▣▣ */
.mm-main-product-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  gap: 175px;

  .mm-product-media {
    width: calc(50% - 87px);
    z-index: 1;
    position: sticky;
    top: 120px;
  }

  .mm-main-product-medias {
    position: relative;

    .splide__slide * {
      width: 100%;
      height: auto;
      max-height: 100%;
      aspect-ratio: 1/1;
      display: block;
    }

    li {
      width: 100%;
      overflow: hidden;
      border-radius: 8px;
    }

    /* .cve_container {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  position: relative;
}
 */
    ul li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .splide__arrow svg {
      fill: none;
      height: 12px;
    }

    .splide__arrow--next svg {
      position: relative;
      left: 1px;
    }

    .splide__arrow--prev svg {
      position: relative;
      right: 1px;
    }

    .mm-product-medias {
      .splide__arrow--prev {
        left: calc(50% - 50px);
      }

      .splide__arrow--next {
        right: calc(50% - 50px);
      }
    }

    .splide__arrow--prev,
    .splide__arrow--next {
      bottom: 24px;
      top: unset;
      background: white;
      opacity: 1;
    }

    .mm-main-product-medal-elem {
      position: absolute;
      bottom: 24px;
      right: 24px;
      height: 97px;
      width: 97px;
      border-radius: 50%;
      background: white;
      object-fit: contain;
    }

    .mm-product-media-counter {
      position: absolute;
      bottom: 37px;
      left: 50%;
      transform: translateX(-50%);
      background: white;
      padding-right: 3px;
      padding-left: 3px;
      border-radius: 5px;
    }

    .mm-pc-macaron {
      width: 97px;
      height: 97px;
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ THUMBNAIL ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-media-thumbnail {
    display: flex;
    justify-content: center;
    grid-gap: 4px;
    padding-top: 4px;
    flex-wrap: wrap;

    .mm-product-media-thumbnail-element {
      border: 2.859px solid #f9f6f2;
      height: 87px;
      width: 87px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      transition: 0.3s;

      > * {
        height: 75px;
        width: 75px;
        border-radius: 4px;
        object-fit: cover;
      }
      &.mm-active {
        border: 2.859px solid var(--Bleu-typo, #0f315e);
      }
    }
  }
}

/* ▣▣▣▣▣▣▣▣▣▣ PRODUCT FORM ▣▣▣▣▣▣▣▣▣▣ */
.mm-product-form {
  form {
    position: sticky;
    top: 60px;
  }

  .mm-product-form-contener {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mm-product-form-second {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #f7f4e6;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  }

  /* ▣▣▣▣▣▣▣▣▣▣ BLOC INFO COMPLET ▣▣▣▣▣▣▣▣▣▣ */
  /* danc snippets/bloc-info-complet.liquid */

  /* ▣▣▣▣▣▣▣▣▣▣ PICTO ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-picto {
    display: flex;
    flex-direction: column;
    padding: 16px 0px;
    grid-gap: 8px;

    .mm-product-picto-contener {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .mm-product-picto-title {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 17px;
      font-weight: 700;
      line-height: 23.3px;
    }

    .mm-product-picto-image {
      width: 24px;
      height: 24px;
    }

    .mm-product-picto-image img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.6;
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ PICTO REASSURANCE ▣▣▣▣▣▣▣▣▣▣ */
  .cve_picto-reassurance {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    grid-gap: 8px;
    margin: 0 auto;

    ._container {
      display: flex;
      flex-direction: row;
      gap: 12px;

      img {
        filter: grayscale(100%);
        opacity: 0.6;
      }

      ._texts {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 5px;

        p {
          line-height: 16px;
          margin: 0;
          color: var(--Bleu-typo, #0f315e);

          &._title {
            font-size: 17px;
            font-weight: 600;
          }

          &._subtitle {
            font-size: 17px;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
          }
        }
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ FAQ ▣▣▣▣▣▣▣▣▣▣ */
  .mm-faq-product-container {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    width: 100%;
    margin-bottom: 8px;

    .mm-faq-product-divider {
      display: block !important;
      width: 100%;
      height: 1px;
      background: #c9c9c9;
    }

    .mm-faq-product-question-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
    }
    .mm-faq-product-question-header svg {
      transform-origin: center;
    }
    .mm-faq-product-question-header-title {
      display: flex;
      align-items: center;
      grid-gap: 15px;
    }
    .mm-faq-product-question-header-title img {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
    .mm-faq-product-question-header-title p {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
    }

    .mm-faq-product-question-header + .mm-faq-product-question-reponse {
      display: none;
    }
    .mm-faq-product-question-header.mm-active svg {
      transform: rotate(180deg);
    }
    .mm-faq-product-question-header.mm-active
      + .mm-faq-product-question-reponse {
      display: block;
    }
    .mm-faq-product-question-reponse * {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 14px;
      line-height: 18px;
    }
    .mm-faq-product-question-reponse p {
      margin-bottom: 8px;
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ OPTION LONGUEUR MANCHES DESKTOP ▣▣▣▣▣▣▣▣▣▣ */
  .cve_option-longueur-manches_container {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    text-align: center;
    margin-block-end: 7px;

    .cve_option-longueur-manches_item-wrapper {
      padding: 0;
      border: none;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      grid-gap: 12px 24px;
    }

    .cve_option-longueur-manches-title {
      margin-block: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 15px;
      font-weight: 600;
      line-height: 25.3px;
      letter-spacing: 0.15px;

      span {
        color: var(--GRIS, #a1a1a1);
      }
    }

    .cve_option-longueur-manches_title-display {
      position: relative;
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-family: Helsinki;
      font-size: 35px;
      font-weight: 500;
      line-height: 34px;
      letter-spacing: -0.35px;
      text-transform: uppercase;
      opacity: 0.22;
      transition: 0.3s;
      cursor: pointer;
      text-decoration: none;

      &:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #0f315e;
        border-radius: 3px;
        bottom: 0;
        left: 0;
        opacity: 0;
      }

      &:hover {
        opacity: 0.4;
      }

      &.mm-disabled {
        opacity: 0.1;
        text-decoration: line-through;
      }
    }

    .cve_option-longueur-manches_title-display_active {
      opacity: 1;

      &:after {
        opacity: 1;
      }

      &.mm-disabled {
        opacity: 0.5;
        text-decoration: line-through;
        text-decoration-color: var(--Bleu-typo, #0f315e);
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ INFOS TAILLES DESKTOP ▣▣▣▣▣▣▣▣▣▣ */
  #SizeData {
    display: none;
  }
  .cve_show-size-data-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0 30px;

    .cve_show-size-data-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: 10px;

      &:last-of-type {
        margin-bottom: 20px;
      }

      .cve_show-size-data {
        margin-block: 0;
        color: var(--Bleu-typo, #0f315e);
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.15px;

        &p {
          margin: 5px;
        }

        span {
          color: var(--GRIS, #a1a1a1);
        }
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ TEXT INFO ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-form-text-info {
    margin-left: -12px;
    width: calc(100% + 24px);

    .mm-product-text-info {
      margin: 0;
      display: flex;
      grid-gap: 10px;
      align-items: center;
      justify-content: center;
      background: rgba(27, 101, 211, 0.1);
      padding: 4px 16px;
      color: var(--Bleu-typo, #0f315e);
      font-size: 12px;
      font-weight: 800;
      line-height: 25.3px;
      letter-spacing: 0.12px;
      text-transform: uppercase;
      img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ TITLE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-title {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-family: Helsinki;
    font-size: 37px;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ SUBTITLE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-subtitle {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-family: Helsinki;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ RATING ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-form-rating {
    top: -2px;
    position: relative;
    display: inline-block;

    .rating {
      display: flex;
      align-items: center;
      grid-gap: 5px;
      font-size: 23px; /* Taille des étoiles */
    }

    .rating-stars {
      position: relative;
      display: inline-block;
      width: 88px; /* Largeur des étoiles */
      height: 18px; /* Hauteur des étoiles */
      overflow: hidden;
      font-size: 18px;
    }

    .rating-stars {
      &::before {
        content: "★★★★★"; /* Étoiles pleines */
        color: #ccc; /* Couleur des étoiles vides */
      }

      &::after {
        content: "★★★★★"; /* Étoiles vides */
        position: absolute;
        overflow: hidden;
        color: #ffd442; /* Couleur des étoiles */
        --percent: calc((var(--rating_value) * 100% / var(--rating_max)));
        clip-path: inset(
          0 calc(100% - var(--percent)) 0 0
        ); /* Clip-path pour cacher les étoiles */
      }

      &::before,
      &::after {
        height: 100%;
        width: 100%;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        align-items: center;
        letter-spacing: 2px;
      }
    }

    .rating-count {
      margin: 0;

      a {
        display: block;
        color: var(--Bleu-typo, #0f315e);
        font-size: 13px;
        font-weight: 500;
        line-height: 25.3px;
        text-decoration-line: underline;
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ PRICE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-price {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    padding-bottom: 9px;

    .mm-product-price-with-compare {
      display: flex;
      flex-direction: column;
    }

    .mm-product-compare-at-price s {
      text-decoration: line-through;
      text-decoration-thickness: 1px;
      text-decoration-color: var(--GRIS, #a1a1a1);
      font-size: 22px;
    }

    .mm-product-price-with-compare * {
      color: var(--GRIS, #a1a1a1);
    }
    .mm-product-price-price * {
      color: var(--Bleu-typo, #0f315e);
      font-size: 25px;
      font-weight: 700;
      line-height: 1;
    }

    .mm-product-alma-price {
      margin: 0;
      color: var(--GRIS, #a1a1a1);
      font-size: 15px;
      font-style: italic;
      font-weight: 500;
      line-height: 18px;
      svg {
        margin-left: 4px;
        position: relative;
        top: 1px;
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ VARIANT PICKER ▣▣▣▣▣▣▣▣▣▣ */
  variant-selector {
    margin-bottom: 16px;
    grid-gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;

    &.cve_featured-product-variant-picker {
      .cve_featured-product-variant-picker_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 12px;
        text-align: center;

        .__label {
          color: var(--Bleu-typo, #0f315e) !important;
          font-size: 15px !important;
          font-weight: 600 !important;
          line-height: 25.3px !important;
          letter-spacing: 0.15px !important;
          margin: 0;

          span {
            color: var(--GRIS, #a1a1a1) !important;
          }
        }

        fieldset {
          padding: 0;
          border: none;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: wrap;
          grid-gap: 12px 24px;

          .cve_featured-product-variant-options_container {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;

            input {
              position: absolute;
              visibility: hidden;
            }

            label:not(.swatch-input__label) {
              color: var(--Bleu-typo, #0f315e);
              font-family: Helsinki;
              font-size: 35px;
              font-weight: 500;
              line-height: 34px;
              letter-spacing: -0.35px;
              text-transform: uppercase;
              opacity: 0.22;
              transition: 0.3s;
              cursor: pointer;

              &::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 3px;
                background: #0f315e;
                border-radius: 3px;
                bottom: 0;
                left: 0;
                opacity: 0;
              }
            }

            input:checked {
              + .cve_featured-product-variant-swatch-input {
                border: solid 2.5px #0f315e;
                padding: 2px;
                border-radius: 50%;
                width: 45px;
                height: 45px;
              }

              + label {
                opacity: 1;

                &::after {
                  opacity: 1;
                }
              }
            }

            .cve_featured-product-variant-swatch-input {
              border-radius: 50%;

              .cve_featured-product-variant-swatch {
                cursor: pointer;
              }
            }
          }
        }
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ PRODUCT QUANTITY ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-quantity {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
    align-content: center;
    margin: 0 auto;
    padding-bottom: 1.5em;

    button {
      height: 40px;
      width: 40px;
      background: #1b65d31a;
      padding: 4px 16px;
      color: var(--Bleu-typo, #0f315e);
      border: none;
      cursor: pointer;

      &.mm-apc-qtty-btn-minus {
        border-radius: 4px 0 0 4px;
      }

      &.mm-apc-qtty-btn-plus {
        border-radius: 0 4px 4px 0;
      }
    }

    input {
      border: none;
      height: 40px;
      width: 40px;
      background: white;
      padding: 4px 16px;
      color: var(--Bleu-typo, #0f315e);

      /* ▣▣▣▣▣▣▣▣▣▣ Pour les navigateurs WebKit (Chrome, Safari, Opera) ▣▣▣▣▣▣▣▣▣▣ */
      &[type="number"]::-webkit-inner-spin-button,
      &[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      /* ▣▣▣▣▣▣▣▣▣▣ Pour Firefox ▣▣▣▣▣▣▣▣▣▣ */
      &[type="number"] {
        -moz-appearance: textfield;
      }
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ SI STOCK OU NON DESKTOP ▣▣▣▣▣▣▣▣▣▣ */
  .cve_stock {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;

    p {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      text-align: center;
      font-size: 15px;
      line-height: 19px;
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ BUY BUTTON ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-buy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    /* margin-bottom: 32px; */
    grid-gap: 8px;
  }

  .mm-product-counter-mobile {
    display: none;
  }

  .mm-product-cta.mm-disabled {
    cursor: unset;
  }

  .mm-product-cta.mm-disabled .mm-btn-primary {
    background-color: lightgray;
    color: gray;
    pointer-events: none;
    cursor: unset;
  }

  .mm-product-cta-info p {
    margin: 0px;
    color: var(--Bleu-typo, #0f315e);
    text-align: center;
    font-size: 15px;
    line-height: 19px;

    /* modif NGA 25/03/2025 */
    padding-bottom: 16px;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ SIZE CHART ▣▣▣▣▣▣▣▣▣▣ */
  .mm-productsize-chart-container {
    /* Permet de changer la couleur de la mascotte, par défaut : rose : f17db8  */
    --couleur-perso: #f17db8;

    border: rgba(27, 101, 211, 0.1) solid 2px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: end;
    /* padding: 0 20px; */
    padding: 0 50px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;

    .cve_productsize-chart-content {
      display: flex;
      flex-direction: column;
      align-content: center;
      padding: 5px;
      justify-content: center;
      margin: 0 auto;
      cursor: pointer;

      p {
        padding: 0;
        margin: 0;
      }
    }

    svg,
    .cve_productsize-chart-content svg {
      flex-shrink: 0;
      /* width: 100px; */
      max-height: 2.2em;
      width: auto;
      align-self: center;
      position: absolute;
      left: 5px;
    }

    .mm-product-text-size-chart {
      margin: 0;
      display: inline-block;
    }

    .cve_product-size-chart-text {
      font-size: 12px;
      line-height: 16px;
      color: var(--Bleu-typo, #0f315e);
    }

    .cve_product-size-chart-text-link {
      font-size: 14px;
      color: var(--Bleu-typo, #0f315e);
      font-weight: 800;
      display: inline-block;
      line-height: 20px;
      text-decoration: underline;
    }
    .cve_product-size-chart-text-link:hover {
      text-decoration: none;
    }

    .cve_btn-white {
      padding: 10px 20px;
      color: #1b2c5e;
      text-transform: uppercase;
      background-color: #fff;
      border-radius: 10px;
    }

    .mm-product-text-size-chart-info {
      margin: 0 auto 12px;
      max-width: 214px;
      color: var(--GRIS, #a1a1a1);
      text-align: center;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      line-height: 16px; /* 160% */
      letter-spacing: 0.1px;
      text-transform: uppercase;
    }
  }

  /* ▣▣▣▣▣▣▣▣▣▣ CROSS-SELL ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-form-cross-sell {
    margin-bottom: 32px;

    .mm-product-form-cross-sell-title {
      max-width: 270px;
      margin: 0 auto 16px;
      color: var(--Bleu-typo, #0f315e);
      text-align: center;
      font-size: 17px;
      font-weight: 700;
      line-height: 23.3px; /* 137.059% */
    }
    .mm-product-form-cross-sell-product {
      display: flex;
      flex-direction: column;
      grid-gap: 4px;
    }
    .mm-product-cross-sell-item input {
      opacity: 0;
      height: 1px;
      width: 1px;
      position: absolute;
    }
    .mm-product-cross-sell-item-card {
      cursor: pointer;
      padding: 5px 14px;
      border-radius: 5px;
      background: var(--Blanc, #fff);
      display: flex;
      grid-gap: 12px;
      align-items: center;
    }
    .mm-product-cross-sell-item-check-elem {
      margin-right: 8px;
      height: 24px;
      width: 24px;
      flex-shrink: 0;
      border: solid 1px #d1d1d1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }
    .mm-product-cross-sell-item-check-elem svg {
      opacity: 0;
      transition: 0.3s;
    }
    .mm-product-cross-sell-item
      input:checked
      + .mm-product-cross-sell-item-card
      .mm-product-cross-sell-item-check-elem {
      border: solid 1px #ffd442;
      background: #ffd442;
    }
    .mm-product-cross-sell-item
      input:checked
      + .mm-product-cross-sell-item-card
      .mm-product-cross-sell-item-check-elem
      svg {
      opacity: 1;
    }
    .mm-product-cross-sell-item-image {
      width: 72px;
      height: 72px;
      flex-shrink: 0;
      border-radius: var(--12, 12px);
      background: url(<path-to-image>) lightgray 24.257px 14.816px / 32.62%
        58.846% no-repeat;
      object-fit: cover;
    }
    .mm-product-cross-sell-item-content {
      display: flex;
      flex-direction: column;
      grid-gap: 4px;
    }
    .mm-product-cross-sell-item-title {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 15px;
      font-weight: 800;
      line-height: 18.3px;
      letter-spacing: 0.15px;
      text-transform: uppercase;
    }
    .mm-product-cross-sell-item-price {
      margin: 0;
      color: var(--Bleu-typo, #0f315e);
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
    }
    .mm-product-cross-sell-item-price s {
      color: var(--GRIS, #a1a1a1);
      padding-left: 3px;
    }
  }
}

/* ▣▣▣▣▣▣▣▣▣▣ STICKY CTA ▣▣▣▣▣▣▣▣▣▣ */
.mm-main-product-sticky-cta-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 12px;
  transform: translateY(110%);
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;

  .mm-product-sticky-cta-title {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-family: Helsinki;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
  }

  .mm-product-sticky-cta-subtitle {
    margin: 0;
    color: var(--Bleu-typo, #0f315e);
    font-family: Helsinki;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
  }

  .mm-btn-primary {
    max-width: 390px;
    cursor: pointer;
  }
}
.mm-main-product-sticky-cta-container.mm-cta-sticky {
  transform: translateY(0%) !important;
}

/* ▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣ */
/* ▣▣▣▣▣▣▣▣▣▣ RESPONSIVE ▣▣▣▣▣▣▣▣▣▣ */
/* ▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣ */

@media (min-width: 768px) {
  .mm-product-form-variant-value {
    max-width: 170px;
    position: relative;
  }

  .mm-product-form-component {
    margin-bottom: 8px;
  }

  .mm-variant-duree {
    margin-bottom: 7.5px;
  }

  .mm-variant-free-delivery {
    position: absolute;
    bottom: 10px;
  }
}

variant-selector {
  padding-bottom: 8px;
}

  /* ▣▣▣▣▣▣▣▣▣▣ FAQ DESKTOP ▣▣▣▣▣▣▣▣▣▣ */
  .mm-faq-product-container_desktop {
    display: flex !important;
  }

  .mm-faq-product-container_mobile {
    display: none !important;
  }

@media (max-width: 896px) {
  .mm-main-product-grid {
    flex-direction: column !important;
    grid-gap: 24px !important;
    padding: 0 !important;
  }
  .mm-product-form-first {
    padding-top: 0px !important;
  }

  .mm-splide-zoom-close {
    top: 10px !important;
    right: 10px !important;
  }
  #zoomSplide .splide__arrow--prev {
    left: 10px !important;
  }
  #zoomSplide .splide__arrow--next {
    right: 10px !important;
  }

  .mm-main-product-medal-elem {
    width: 74px !important;
    height: 74px !important;
    right: 50px !important;
    bottom: 15px !important;
  }
  .mm-product-media-thumbnail {
    display: none !important;
  }
  .mm-product-media-counter {
    bottom: 18px !important;
    font-size: 12px !important;
  }
  .mm-main-product-medias .splide__arrow--prev,
  .mm-main-product-medias .splide__arrow--next {
    bottom: 2px !important;
  }

  /* FORM */
  .mm-product-form {
    padding: 0 12px !important;
    width: 100% !important;
  }
  .mm-product-form-first {
    margin: 0 auto !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ TITLE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-title {
    font-size: 32px !important;
    line-height: 34px !important; /* 97.143% */
    letter-spacing: -0.35px !important;
  }
  .mm-product-subtitle {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .rating-count a {
    font-size: 12px !important;
  }
  .mm-product-block-info-title {
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }
  .mm-product-price-price *,
  .mm-product-picto-title,
  .mm-product-block-info-text,
  .mm-product-form-cross-sell-title,
  .mm-product-cross-sell-item-price {
    font-size: 15px !important;
  }
  .mm-product-alma-price,
  .mm-product-form-variant-option > label,
  .mm-product-text-info,
  .mm-product-cta-info p,
  .mm-product-cross-sell-item-title,
  .mm-product-compare-at-price s {
    font-size: 14px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ SIZE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-size-chart-slider {
    width: 100% !important;
    border-radius: 0 !important;
    grid-gap: 16px !important;
  }
  .mm-product-size-chart-title {
    font-size: 35px !important;
    line-height: 34px !important; /* 97.143% ▣▣▣▣▣▣▣▣▣▣ */
    letter-spacing: -0.35px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ CTA ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-buy {
    padding-top: 4px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ BLOCK INFO ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-block-info-title {
    font-size: 19px !important;
    line-height: 20px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ STICKY CTA ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-sticky-cta-infos {
    display: none !important;
  }
  .mm-main-product-sticky-cta-container .mm-btn-primary {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cve_featured-product-variant-picker {
    margin-bottom: 4px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .cve_featured-product-variant-picker form {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ SPLIDE ZOOM MOBILE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-splide-zoom {
    height: 100vh !important;
    overflow: hidden !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ MEDIA MOBILE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-product-media {
    width: 80% !important;
    height: 230px !important;
    top: 55px !important;
  }
  .mm-main-product-medias {
    width: 100vw !important;
    height: 230px !important;

    li {
      border-radius: 0 !important;
      height: 230px !important;
      width: 85vw !important !important;
    }
  }
  .mm-main-product-medias .mm-pc-macaron {
    width: 60px !important;
    height: 60px !important;
    right: 20px !important;
    bottom: 20px !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ FAQ MOBILE ▣▣▣▣▣▣▣▣▣▣ */
  .mm-faq-product-container_desktop {
    display: none !important;
  }

  .mm-faq-product-container_mobile {
    display: flex !important;
  }

  /* ▣▣▣▣▣▣▣▣▣▣ INFOS TAILLES MOBILE ▣▣▣▣▣▣▣▣▣▣*/
  .cve_show-size-data-container {
    margin-block-start: 10px !important;
  }
}

#shopify-section-template--24813438632260__main .mm-product-form-component {
  padding-bottom: 4px !important;
}

.mm-product-form-component_image_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-block: 16px;
  width: 100%;
}

.mm-product-form_icon {
  height: 28px;
  width: auto;
  margin-right: 8px;
}

/* ▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* ▣▣▣▣▣▣▣▣▣▣ AUTRES ▣▣▣▣▣▣▣▣▣▣*/
/* ▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.mm-product-form-component-format {
  justify-content: center;
}

.mm-product-form-format {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--beige);
  border: 3px solid transparent;
  font-size: 16px;
  line-height: 24px;
  margin: 0 4px;
  font-weight: 500;

  &:not(.selected):hover {
    border: 3px solid var(--brown-3);
  }

  &.selected {
    border: 3px solid var(--brown-3);
  }
}

.mm-product-form-component-format-title {
  margin-right: 12px;
}

._TSkFv {
  width: unset !important;
}

.mm-product-info {
  display: flex;
  padding: 16px 0px;
  flex-direction: column;
  border-bottom: 1px solid #f7f4e6;
}

.mm-product-info-title {
  display: flex;
  justify-content: space-around;
  gap: 32px;
}

.mm-product-info-title-item {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  color: #1d3126;
  opacity: 0.6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
}

.mm-product-info-title-item.active {
  background: #f7f4e6;
  opacity: 1;
}

.mm-product-info-contener {
  padding-top: 9px;
  position: relative;
}

.mm-product-info-contener-item {
  display: none;
}

.mm-product-info-contener-item.active {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 12px;
}

.mm-product-info-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mm-product-info-description {
  padding-left: 16px;
}

.mm-product-info-description p {
  padding-left: 32px;
}

.mm-product-info-description * {
  color: #1d3126;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: -0.32px;
  margin-bottom: 7px;
  margin-top: 0;
}
.mm-product-info-description strong {
  color: #1d3126;
  font-family: "Montserrat", sans-serif;
  font-size: 13px !important;
  line-height: 22.5px !important;
  letter-spacing: -0.32px;
}

.mm-product-info-contener-item b,
.mm-product-info-contener-item strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.mm-product-info-contener-item ul {
  list-style-type: none;
  margin: 0;
}

.mm-product-info-contener-item li {
  position: relative;
  padding-left: 32px;
}
.mm-product-info-contener-item li::before {
  content: "";
  padding-left: 64px;
  height: 12px;
  width: 14px;
  top: 6px;
  left: -30px;
  position: absolute;
  background-position: center;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" fill="none"><path fill="%233A6CF6" fill-rule="evenodd" d="M13.69.15a.75.75 0 0 1 .14 1.05l-8 10.5a.75.75 0 0 1-1.13.08L.2 7.28a.75.75 0 0 1 1.06-1.06l3.9 3.9L12.64.3a.75.75 0 0 1 1.05-.15Z" clip-rule="evenodd"/></svg>');
}

.mm-product-info-contener-item li strong {
  font-weight: 600;
}

.mm-product-info-contener-item {
  overflow: hidden;
  transition: height 0.3s ease;
}

.mm-description-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.mm-read-additional {
  display: inline;
  position: relative;
  cursor: pointer;
  width: fit-content;

  color: #1d3126;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  letter-spacing: -0.32px;
}
.mm-read-additional::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
*/ #toggleButton {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #1d3126;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  letter-spacing: -0.32px;
  padding-left: 32px;
}

.mm-product-delivery {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 12px;
  justify-content: center;
}

.mm-product-delivery p {
  color: #1d3126;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.28px;
}

.mm-product-delivery p strong {
  font-weight: 700;
}

.mm-product-delivery-info {
  position: relative;
}
.mm-product-delivery-info-popup {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dae3f3;
  box-shadow: 0 6px 24px #0000001a;
  padding: 16px;
  width: 200px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}

.mm-product-delivery-info:hover .mm-product-delivery-info-popup {
  opacity: 1;
  visibility: visible;
}
.mm-product-delivery-info:hover .mm-product-delivery-info-popup:before {
  content: "▼";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #dae3f3;
}
*/

/* ▣▣▣▣▣▣▣▣▣▣ Klaviyo ▣▣▣▣▣▣▣▣▣▣ */

/* .mm-product-klaviyo {
  margin-bottom: -20px;
  padding-top: 20px;
}

.mm-product-klaviyo form {
  box-sizing: inherit !important;
  padding: 0 !important;
  max-width: inherit !important;
  height: 100% !important;
}
.mm-product-klaviyo form > div {
  justify-content: inherit !important;
  min-height: inherit !important;
}

.mm-product-klaviyo form .needsclick * {
  color: #1d3216;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px; // 173.077%
  letter-spacing: -0.32px;
}

.mm-product-klaviyo form .needsclick input {
  width: 100% !important;
  border: 1px solid rgb(0, 0, 0) !important;
}

.mm-product-klaviyo form .needsclick input::placeholder {
  color: #1d3216 !important; // Couleur du placeholder en rouge
}

.needsclick.kl-private-reset-css-Xuajs1[type="button"] {
  width: 40px !important;
  top: -54px !important;
  right: 10px !important;
} */

 .mm-product-klarna {
  margin-top: 4px;
}
klarna-placement {
  margin: 0;
}

.mm-product-klarna *::part(osm-container),
.mm-product-klarna *::part(osm-logo) {
  color: black;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: -0.28px;
  border: 0;
  padding: 0;
  padding-top: 5px;
}

.mm-product-klarna *::part(osm-cta) {
  color: rgba(29, 50, 22, 0.5);
  font-weight: 500;
  text-decoration: none;
}

.mm-product-form-variant-option {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  text-align: center;
}
.mm-product-form-variant-option > label {
  color: var(--Bleu-typo, #0f315e);
  font-size: 15px;
  font-weight: 600;
  line-height: 25.3px;
  letter-spacing: 0.15px;
}
.mm-product-form-variant-option > label span {
  color: var(--GRIS, #a1a1a1);
}
.mm-product-form-variant-values {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 12px 24px;
}
*/ .mm-product-option-value-swatch-container {
  border: solid 3px #f9f6f2;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mm-product-option-value-swatch-container img,
.mm-product-option-value-swatch-container > div {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: block !important;
}
.mm-product-form-variant-value input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
}
.mm-product-form-variant-value
  input:checked
  + label
  .mm-product-option-value-swatch-container {
  border: solid 3px #0f315e;
}

.mm-product-option-value-container-size {
  position: relative;
  margin: 0;
  color: var(--Bleu-typo, #0f315e);
  font-family: Helsinki;
  font-size: 35px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.35px;
  text-transform: uppercase;
  opacity: 0.22;
  transition: 0.3s;
  cursor: pointer;
}
.mm-product-option-value-container-size:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #0f315e;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.mm-product-option-value-container-size:hover {
  opacity: 0.4;
}
.mm-product-form-variant-value
  input:checked
  + label
  .mm-product-option-value-container-size {
  opacity: 1;
}
.mm-product-form-variant-value
  input:checked
  + label
  .mm-product-option-value-container-size:after {
  opacity: 1;
}

.mm-product-form-variant-value input.mm-disabled + label {
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-color: var(--Bleu-typo, #0f315e);
}
.mm-main-product-button-container .slider-reassurance {
  margin-top: 12px;
  margin-bottom: 8px;
}

.mm-main-product-button-container .mm-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
}

.mm-main-product-button-container .mm-btn-primary s {
  font-size: 14px;
}

.mm-product-form-reassurance_icon {
  height: 28px;
  width: auto;
  margin-right: 15px;
}

.mm-product-form-reassurance-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mm-product-form-reassurance-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--brown-1);
}

.mm-product-form-component.slider-reassurance .splide__pagination {
  left: unset;
  bottom: unset;
  right: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mm-product-form-reassurance-paiement {
  display: flex;
  align-items: center;
}

.mm-product-form-reassurance-paiement > *:not(:last-child) {
  margin-right: 8px;
}
*/ .mm-product-block-info {
  margin-bottom: 32px;
  border-radius: 5px;
  background: #e4e8ef;
  padding: 19.329px 28.279px 0px 0px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  grid-gap: 26px;
}
.mm-product-block-info svg {
  flex-shrink: 0;
}
.mm-product-block-info-title {
  margin: 0;
  color: var(--Bleu-typo, #0f315e);
  font-family: Helsinki;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}
.mm-product-block-info-text {
  margin: 0;
  color: var(--Bleu-typo, #0f315e);
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  line-height: 21.3px;
  margin-bottom: 16px;
}

.mm-product-form .jdgm-prev-badge__text {
  color: #1d3126;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 1.5px;
  margin-left: 5px;

  display: flex;
  align-items: flex-end;
  position: relative;
  top: 1px;
}

.mm-product-form .jdgm-preview-badge .jdgm-star.jdgm-star {
  padding-right: 3px !important;
  font-size: 21px;
}

.jdgm-prev-badge {
  display: flex !important;
}

.jdgm-prev-badge__stars {
  height: 16px;
  display: flex;
  align-items: center;
}

.jdgm-widget.jdgm-widget {
  padding-bottom: 8px;
}

.shopify-app-block {
  margin-bottom: 8px;
}

.mm-main-product-tags-container {
  left: 12px;
  top: 12px;
  z-index: 1;
}

.mm-main-product-tag-container {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.mm-main-product-tag {
  font-size: 13px;
  /* font-weight: 400; */
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  border-radius: 2px;
}
