/** Shopify CDN: Minification failed

Line 432:13 Unexpected "{"
Line 432:22 Expected ":"
Line 436:13 Unexpected "{"
Line 436:22 Expected ":"

**/
 
/* DESCRIPTION */
    #mm-po-content-container {
    max-height:500px;
    overflow:hidden;
    transition: max-height 0.4s ease;
    }
    #mm-po-content-container img {
    border-radius: 8px;
    }
    .read-more {
    margin: 15px 0;
    text-align: center;
    font-size: 20px;
    color: #E4680E;
    font-weight: bold;
    }
    #read-l {
    display:none;
    }
    .read-more:hover {
    cursor:pointer;
    }
    .border-more {
    border-top: 1px solid #E4680E;
    margin-top: 20px;
    }
   
/* produit complementaire*/
    .mm-product-complementary h2 {
    font-size: 20px;
    margin: 32px 0 4px;
    }
    .mm-product-complementary-grid {
    display: flex;
    grid-gap: 8px;
    align-items: center;          
    }
    .mm-product-complementary-grid > div {
    width: calc(50% - 18px);
    height: 100%;
    }
    .mm-product-complementary-grid > span{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px; 
    color: white;
    background: var(--black);
    }

    .mm-cp-card {
    border: solid 1px lightgray;
    border-radius: 6px;
    padding: 16px;
    }
    .mm-cp-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    }
    .mm-cp-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 8px;
    margin-bottom: 8px;
    }
    .mm-cp-price {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }
    .mm-cp-price s {
    opacity: .7;
    font-size: 12px;
    font-weight: 300;
    }
    .mm-cp-price span {
    line-height: 1.2;
    }
    .mm-cp-card p {
    margin: 0;
    font-weight: bold;
    color: var(--black);
    line-height: 1.2;
    }
    .mm-cp-card select {
    border: solid 1px lightgray;
    padding: 5px;
    width: 100%;
    }

    .mm-product-complementary .mm-btn-primary {
    width: 100%;
    margin-top: 8px;
    }
    .mm-product-complementary .mm-btn-primary s {
    opacity: .7;
    font-size: 14px;
    font-weight: 300;
    }
    .mm-product-complementary .mm-btn-primary span {
    color: white;
    }
 
 /* Bundle */
    .join-list {
    place-items: center;
    place-self: center;
    }
    .pillulier-offers-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    }

    .pillulier-offers {
    display: inline-flex;
    gap: 8px;
    align-items: flex-end;
    font-family: inherit;
    width:100%;
    }

    .pillulier-offer {
    position: relative;
    border: 2px solid #f28b25;
    border-radius: 12px;
    padding: 8px 18px;
    background: #ffffff;
    min-width: 120px;
    min-height: 60px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .pillulier-offer--active {
    background: #ffe6cc;
    }

    .pillulier-offer-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    }

    .pillulier-offer-qty {
    font-size: 14px;
    font-weight: 500;
    }

    .pillulier-offer-price {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    }

    .pillulier-offer-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f1e8;
    padding: 2px 8px;
    border-radius: 4px 4px 0 0;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    }
 /* avis */
    .mm-link-judgme {
      text-align:center;
    }
    /* button */
    .shopify-product-form .mm-btn-primary {
      width:100%;
    }
    .mm-po-textsupp {
      margin-top:8px;
      margin-bottom:8px;
      text-align:center;
    }
    

    /* MEDIA */
    .mm-product-medias {
      position: relative;
    }
      /*Fil d'ariane*/
    .mm-product-medias .mm-breadcrumb {
      margin-bottom: 8px;
    }
    

    .mm-product-media-elem {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 8px;
    }

  #thumbnail-slider {
  	width: 100%;
  }
  #thumbnail-slider.splide {
    margin-top: 8px;
  }

  #thumbnail-slider .splide__list {
    display: flex;
    max-width: 330px;
    gap: 8px;
  }

  #thumbnail-slider .splide__slide {
  	border: none;
  }

  #thumbnail-slider .splide__slide.is-active {
  	display: none;
  }

  #thumbnail-slider .splide__slide img {
  	height: 100px;
  	width: 100%;
  	border-radius:4px;
  }

  /* tag bio */
  .mm-product-medias .mm-pr-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 52px;
    padding: 0px 16px;
    line-height: 42px;
  }

  /* FORM */
  .mm-product-form {
    max-width: 500px;
    padding-top: 25px;
  }
  .mm-qtty-variant-container {
      margin-top: 8px;
      margin-bottom: 8px;
  }
  .component-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mm-product-form-component {
    flex-wrap: wrap;
    margin: 8px 0;
  }

  .mm-product-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: var(--black);
  }
  .mm-label-input-margin {
    margin-top: 7px;
  }
  /* Quantity */
  .mm-product-form-component.mm-quantity {
    margin-right: 20px;
  }
  .mm-product-form-component .mm-apc-qtty-btn {
    cursor: pointer;
    background: var(--black-100);
    border: 1px solid var(--black-300);
    border-radius: 42px;
    width: 30px;
    height: 30px;
    color: var(--black);
    font-weight: 400;
    padding: 0;
  }

  .mm-product-form-component .mm-apc-qtty-btn+input {
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  /* Product Price */
  .mm-product-compare-at-price p {
    margin-right: 12px;
    text-decoration-line: line-through;
  }
  .mm-product-price {
    font-size: 24px;
    line-height: 26px;
  }

  .mm-product-form-variant-option {
    position: relative;
    width: fit-content;
  }
  /*Variant*/
  .mm-variant-select-arrow {
    position: relative;
  }

  .mm-product-form-variant-option select{
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 188px;
    height: 36px;
    border: 1px solid var(--black-300);
    border-radius: 8px;
    padding: 8px 12px;
  }

  .mm-product-form-variant-option select+svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .mm-product-form-variant-values {
    display: flex;
  }
  .mm-product-form-variant-value {
    margin-right: 2rem;
  }

  /*list avantages*/
  .mm-product-list-avantages-container {
    list-style-type: none;
    background-color: var(--black-100);
    border-radius: 8px;
    max-width: 500px;
    padding: 15px 15px;
  }
  .mm-product-list-avantages-container li{
    margin-bottom: 16px;
  }
  .mm-product-list-avantages-container li:last-child{
    margin-bottom: 0px;
  }
  .mm-product-list-avantages-container li svg{
    margin-right: 11px;
  }

  /*Tags*/
  .mm-tags-container img {
    object-fit: contain;
    opacity: 0.7;
    margin-right: 24px;
    height: fit-content;
    max-width: 80px;
    width: 80px;
  }
  .mm-tags-container img:last-child {
    margin-right: 0px;
  }

  @media(max-width:900px) {
    .pillulier-offers {
    gap: 4px;
    width:100%;
    }
    .pillulier-offer {
    padding: 6px 10px;
    min-width: 100px;
    }
    .pillulier-offers-wrapper {
    margin-top:25px;
    }
    

    /*MEDIA*/
    .mm-product-medias {
      height: 480px;
      width: 100%;
    }

    /*mobile slider*/
    #mobile-slider {
      background-color: var(--black-200);
      height: 480px;
    }


    .splide__arrow {
      transition: opacity 0.5s;
    }

    .splide__arrow:disabled {
      opacity: 0;
    }

    .splide-{{ section.id }} .splide__arrow--prev {
      left: 1rem;
    }

    .splide-{{ section.id }} .splide__arrow--next {
      right: 1rem;
    }

    .mm-product-media-elem {
      border-radius: 0px;
    }

    .mm-media-one-container {
      width: 100%;
      height: 100%;
    }
    .mm-media-one img{
      object-fit: contain;
      width: 100%;
      height: 100%;
    }

    /*FORM*/
    .mm-product-form {
      padding-inline: 2rem;
      padding-top: 0;
      max-width: initial;
    }
    .mm-product-form-component {
      margin: 0;
    }
    .mm-pf-description-content {
    margin:0;
    }
    .mm-pf-description-content, .mm-dc-rea-container {
      margin-top: 8px;
      margin-bottom: 0;
    }

    .mm-qtty-variant-container, .mm-product-form-cta-container {
      margin-top: 24px;
    }
    .mm-qtty-variant-container {
      justify-content: space-between;
    }
    
    .mm-product-form-cta-container .mm-btn-primary {
      width: 100%;
      display: flex;
      align-items: center;
    }

    /*list avantages + tags*/
    .mm-product-list-avantages-container, .mm-tags-container  {
      margin-top: 32px;
      margin-bottom: 0;
      max-width: initial;
    }

    .mm-tags-container {
      justify-content: space-between;
    }

    /*CTA STICKY*/

    .mm-cta-sticky {
      display: none;
      background-color: white;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid var(--black-500);
      box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.07);
      z-index: 3;
      padding: 15px 16px 16px;
      max-width: none;
    }
    .mm-cta-sticky .mm-stars-wrap {
      white-space: nowrap;
    }

    .mm-cta-sticky .mm-qtty-variant-container {
      margin-top: 0;
    }

    .mm-cta-sticky .mm-qtty-variant-container label{
      display: none;
    }

    .mm-cta-sticky .mm-product-form-component .mm-apc-qtty-btn {
      width: 40px;
      height: 40px;
    }

    .mm-cta-sticky .mm-product-form-component .mm-apc-qtty-btn+input {
      height: 40px;
      font-size: 20px;
    }
    .mm-cta-sticky .mm-product-form-cta-container {
      margin-top: 8px;
    }
    .mm-cta-sticky .mm-product-form-cta-container button span{
      color: var(--white);
      margin-right: 3px;
    }
  }

  @media(max-width:425px) {
    /*MEDIA*/
    .mm-product-medias {
      height: 300px;
    }

    /*mobile slider*/
    #mobile-slider {
      background-color: var(--black-200);
      height: 300px;
    }
  }

  @media(max-width:400px) {
    .mm-dc-rea-container div:nth-child(2) {
      margin-left: 0;
    }
  }
  @media(max-width:375px) {
    .mm-product-form-variant-option {
        width: 100%;
    }
    .mm-product-form-variant-option select{
      width: 100%;
    }
  }