/** Shopify CDN: Minification failed

Line 1886:7 Cannot use type selector "p" directly after nesting selector "&"

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

.mm-main-product-grid {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 175px;
}

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

/* 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;
}
#zoomSplide.mm-visible {
  opacity: 1;
  pointer-events: auto;
}
#zoomSplide .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#zoomSplide .splide__slide * {
  max-width: 100%;
  height: auto;
}
.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);
}
#zoomSplide .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);
}
#zoomSplide .splide__arrow svg {
  fill: white;
}

/* Media */
.mm-main-product-medias {
  position: relative;
}
.main-slider .splide__slide * {
  width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1/1;
  display: block;
}

.mm-main-product-medias li {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.mm-main-product-medias ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-main-product-medias .splide__arrow svg {
  fill: none;
  height: 12px;
}

.mm-main-product-medias .splide__arrow--next svg {
  position: relative;
  left: 1px;
}

.mm-main-product-medias .splide__arrow--prev svg {
  position: relative;
  right: 1px;
}

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

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

.mm-main-product-medias .splide__arrow--prev,
.mm-main-product-medias .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;
}

/* 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;
}
.mm-product-media-thumbnail-element > * {
  height: 75px;
  width: 75px;
  border-radius: 4px;
  object-fit: cover;
}
.mm-product-media-thumbnail-element.mm-active {
  border: 2.859px solid var(--Bleu-typo, #0f315e);
}
.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-main-product-medias .mm-pc-macaron {
  width: 97px;
  height: 97px;
}

/* Product form */

.mm-product-form form {
  position: sticky;
  top: 60px;
}

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

.mm-product-form-first {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  grid-gap: 5px;
  padding-top: 40px;
}

.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);
}

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

.mm-product-form-component {
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.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;
}
.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;
}

.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;
}

.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;
}

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

.mm-product-form-format:not(.selected):hover {
  border: 3px solid var(--brown-3);
}

.mm-product-form-format.selected {
  border: 3px solid var(--brown-3);
}

/* PRODUCT QUANTITY */
.mm-product-quantity {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
}
.mm-product-quantity button {
  height: 40px;
  width: 40px;
  background: #1b65d31a;
  padding: 4px 16px;
  color: var(--Bleu-typo, #0f315e);
  border: none;
  cursor: pointer;
}
.mm-product-quantity button.mm-apc-qtty-btn-minus {
  border-radius: 4px 0 0 4px;
}
.mm-product-quantity button.mm-apc-qtty-btn-plus {
  border-radius: 0 4px 4px 0;
}
.mm-product-quantity input {
  border: none;
  height: 40px;
  width: 40px;
  background: white;
  padding: 4px 16px;
  color: var(--Bleu-typo, #0f315e);
}
/* Pour les navigateurs WebKit (Chrome, Safari, Opera) */
.mm-product-quantity input[type="number"]::-webkit-inner-spin-button,
.mm-product-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Pour Firefox */
.mm-product-quantity input[type="number"] {
  -moz-appearance: textfield;
}

/* ALMA */
._TSkFv {
  width: unset !important;
}

/* 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 */
}

.rating-stars::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 */
}

.rating-stars::before,
.rating-stars::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;
}

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

/* text info */

.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;
}
.mm-product-text-info img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* 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;
}
.mm-product-alma-price svg {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

/* 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;
}

/* info  */

.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; /* 173.077% */
  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; /* 173.077% */
  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; /* 173.077% */
  letter-spacing: -0.32px;
  padding-left: 32px;
}

/* delivery */

.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; /* 161.538% */
  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;
}

/* 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;
}

/* 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;
}
*/

/* klarna */

.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; /* 210% */
  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;
}

/* variant-selector */
variant-selector {
  margin-bottom: 16px;
  grid-gap: 12px;
}
.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);
}

/* 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-product-size-chart-filter.mm-active {
  opacity: 1;
  pointer-events: auto;
}
.mm-product-size-chart-filter.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-slider .mm-product-size-chart-icon-close {
  position: absolute;
  top: 21px;
  right: 30px;
  cursor: pointer;
}

/* 🟣 MODIF CVE 🟣 */
.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;
}

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

.cve_productsize-chart-content p {
  padding: 0;
  margin: 0;
}

.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-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;
}
/* 🟣 FIN 🟣 */

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

.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;
}
.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;
}

/* Button */
.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;
}
/* Reassurance */

.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;
}

/* BLOCK INFO */
.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;
}

/* Faq */

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

/* 🟣 MODIF CVE 🟣 */
/* 💠💠💠💠 FAQ DESKTOP 💠💠💠💠 */
.mm-faq-product-container_desktop {
  display: flex;
}

.mm-faq-product-container_mobile {
  display: none;
}
/* 🟣 FIN 🟣 */

.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;
}

/* Judge Me */
.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;
}

/* Tags */
.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;
}

/* 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-main-product-sticky-cta-container.mm-cta-sticky {
  transform: translateY(0%);
}
.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-main-product-sticky-cta-container .mm-btn-primary {
  max-width: 390px;
  cursor: pointer;
}

/* 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;
  }
}

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

  /* 🟣 MODIF CVE 🟣 */
  /* 💠💠💠💠 SPLIDE ZOOM MOBILE 💠💠💠💠 */
  .mm-splide-zoom {
    height: 100vh;
    overflow: hidden;
  }
  /* 🟣 FIN 🟣 */

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

  /* 🟣 MODIF CVE 🟣 */
  /* 💠💠💠💠💠💠🐀𐂠💠💠💠💠💠💠𘁍EDIA MOBILE 💠💠💠💠 */
  .mm-product-media {
    width: 80%;
    height: 230px;
    top: 55px;
  }
  .mm-main-product-medias {
    width: 100vw;
    height: 230px;

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

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

  /* 🟣 MODIF CVE 🟣 */
  /* 💠💠💠💠 SPLIDE MOBILE 💠💠💠💠 */
  .mm-main-product-medias .splide {
    height: 230px !important;

    img,
    video {
      max-height: none !important;
      height: 230px;
      aspect-ratio: auto;
      object-fit: cover;
    }
  }

  .main-slider .splide__slide * {
    height: 100%;
  }
  /* 🟣 FIN 🟣 */

  /* 🟣 MODIF CVE 🟣 */
  /* 💠💠💠💠 FAQ MOBILE 💠💠💠💠 */
  .mm-faq-product-container_desktop {
    display: none;
  }

  .mm-faq-product-container_mobile {
    display: flex;
  }
  /* 🟣 FIN 🟣 */

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

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

  .rating-count a {
    font-size: 12px;
  }
  .mm-product-block-info-title {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .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;
  }
  .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;
  }

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

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

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

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

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

  /* 🟣 MODIF CVE 🟣 */
  /* 💠💠💠💠 INFOS TAILLES MOBILE 💠💠💠💠*/
  .cve_show-size-data-container {
    margin-block-start: 10px;
  }
}

/* 🟣 MODIF CVE 🟣 */
/* 💠💠💠💠 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);
  }
}

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

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

.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;
        }
      }
    }
  }
}

/* 💠💠💠💠 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);
      }
    }
  }
}

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