/** Shopify CDN: Minification failed

Line 206:14 Unexpected "}"

**/

     @media screen and (max-width: 749px) {
     .product__media-list .product__media-item {
       width: calc(100% - 0% +  var(--grid-mobile-horizontal-spacing) - var(--grid-mobile-horizontal-spacing)) !important;
     }
       .thumbnail {
         left: 2px;
     }
       .product__media-list .media>* {
         overflow: hidden;
     }
       
          .product__media-list .media>* {
         border-radius: 0;
     }
          .product__media-list video {
         border-radius: 0;
     }
       

    .lumin-slider.slider.slider--mobile {
       scroll-padding-left: 0rem !important;
      }
     .grid--peek.slider--mobile {
      margin: auto;
      width: 100%;
  }
}
  

   .product__media-wrapper {
   padding-left: 0;
  padding-bottom: 1rem;
   }
  @media screen and (max-width: 749px) {
  .slider.slider--mobile .slider__slide {
      padding-top: 0 !important;
  }
  }

    .container-text {
        position: relative;
        top: -30px;
        text-align: center;
        width: calc(100% + 30px* 2);
        left: -30px;
        padding: 3px;
        margin:0;
        margin-bottom: calc(10px - 30px);
        background: #212121;
        border-radius: 16px;
        color: #ffffff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
       @media screen and (max-width: 600px){
    .container-text { 
      border-radius: 6px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      top: -14px;
      text-align: center;
      width: calc(100% + 14px* 2);
      left: -14px;
      margin:0;
      margin-bottom: calc(10px - 14px);
    }
       }
    
     
       
      @media screen and (min-width: 601px) {
    .lumin-container {
    border: 1px solid #ffffff;
    border-radius: 16px;
    background: #ffffff;
    padding: 30px !important;
    }
      }
        
    

.section-kanso-pdp {
    padding-top: 0px;
    padding-bottom: 36px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 8px;
      padding-bottom: 76px;
    }
  }

   @media screen and (max-width: 749px) {
      .quick-add-modal__content-info .product__media-list .product__media-item {
       width: 100% !important;
     }
   }
      

                            .star-rating-short .star-short {
                              width: 24px;
                              height: 24px;
                              margin-right: 2px;
                              vertical-align: text-bottom;
                            }
                          

  .lyv-benefits {
    max-width: 640px;
    margin: 0 auto;
    padding: 4px 0;
  }
  .lyv-benefits__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .lyv-benefits__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 0;
  }
  .lyv-benefits__icon {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1e6b1e;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lyv-benefits__icon svg {
    width: 15px;
    height: 15px;
  }
  .lyv-benefits__text {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    color: #1a1a1a;
  }
  .lyv-benefits__text strong {
    font-weight: 700;
    color: #1a1a1a;
  }

  @media (max-width: 600px) {
    .lyv-benefits__item { gap: 11px; padding: 3px 0; }
    .lyv-benefits__icon { width: 22px; height: 22px; }
    .lyv-benefits__icon svg { width: 13px; height: 13px; }
    .lyv-benefits__text { font-size: 13.5px; }
  }


                     :root {
                        --lm-button-box: 31,29,36;
                  }
                  .lm-main-button {
                      background-color: #1f1d24;
                      background: ;
                      color: #ffffff;
                  }
                    .lm-main-button::after {
                      box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
                      rgba(var(--color-button-text), var(--border-opacity)),
                      0 0 0 var(--buttons-border-width) rgb(255 204 4 / 0%);
                    }
                   .lm-main-button:not([disabled]):hover:after {
                       box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
                      rgba(var(--color-button-text), var(--border-opacity)),
                      0 0 0 var(--buttons-border-width) rgb(255 204 4 / 0%);
                    }
                   
                    
                    .lm-main-button {
                        position: relative;
                        overflow: hidden;
                    }
                    
                    .lm-main-button::before {
                        content: '';
                        position: absolute;
                        z-index:0;
                        top: 0;
                        left: -105%;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
                        transform: skewX(-20deg);
                        transition: all 0.5s ease-in-out;
                    }
                    
                    .lm-main-button:hover::before {
                        left: 105%;
                    }
                    
              }
                  
                  

                  .list-payment-lm { display: flex;flex-wrap: wrap;padding-left: 0;justify-content:center;}
                

  .sticky-atc-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sticky-atc-mobile,
  .sticky-atc-desktop {
    width: 100%;
  }
  .link-faded {
  font-size: 12px;
  color: #212121;
  opacity: .7;
  transition: opacity .2s ease-in-out;
  }
  .truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  }
  .sticky-atc-price .price--on-sale .price-item--regular {
    color: #000000;
  }

  #selectedVariantImage-mobile,
  #selectedVariantImage-desktop {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sticky-atc {
    position: fixed;
    left: 10px;
    z-index: 3;
    width: 100%;
   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    padding: 10px;
    transition: top 0.3s ease-out, bottom 0.3s ease-out;
  }

  .sticky-atc.show {
    top: auto;
    bottom: auto;
  }

  .sticky-atc.always-visible {
    top: auto !important;
    bottom: auto !important;
  }

  .sticky-atc .sticky-atc-variant-selects {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sticky-atc-active-variant {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .sticky-atc-active-variant__option {
    font-size: 13px;
    color: #212121;
    margin-bottom:5px;
    line-height: 100%;
  }

  .sticky-atc-active-variant__option-name {
    font-weight: normal;
    margin-right: 5px;
  }

  .sticky-atc-active-variant__option-value {
    color: #212121;
    opacity: 0.6;
  }

  .sticky-atc-variants select {
    height: 3.2rem;
  }

  .sticky-atc-variants .product-form__input {
    margin: 0;
  }

  .sticky-atc-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .atc-button-container .form {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-form__buttons.sticky-product-form__buttons {
    width: 100%;
  }

  .atc-button-container .product-form__submit {
    margin: 0;
  }

  .atc-button-container .button {
    color: #FFFFFF;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius:80px;
  }
  .atc-button-container .button:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgb(255 204 4 / 0%);
  }
   .sticky-atc-image img {
     width: 50px;
     border-radius:100px;
   }

  @media (max-width: 749px) {
    .sticky-atc-desktop {
      display: none;
    }
     .sticky-atc {
       
      background-color: #ffffff;
      background-image: ;
       border: 1px solid #E6E6E6;
      
       border-radius: 72px;
    }

    .sticky-atc.show,
    .sticky-atc.always-visible {
      
        bottom: 8px !important;
        top: auto !important;
      
       width: calc(100% - 20px);
    }

    .sticky-atc-mobile-content {
      flex: 0 0 calc(100% - 30px - 40px - 40px);
    }

    .sticky-atc-mobile-flex {
      display: flex;
      align-items: center;
      gap: 15px;
      margin: 0;
      justify-content: space-between;
    }

    .sticky-atc-image {
      flex: 0 0 40px;
      max-width: 80px;
      line-height: 0;
    }
    .sticky-atc-image img {
     width: 40px;
     border-radius:100px;
   }

    .sticky-atc-title-mobile {
      font-weight: bold;
      font-style: normal;
      font-size: 1.5rem;
      margin-bottom: 5px;
      color: #212121;
      line-height:normal;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    }

    .sticky-atc .product-form__input--dropdown {
      width: 100%;
      max-width: none;
      display: flex;
      align-items: center;
    }

    .sticky-atc .product-form__input--dropdown .form__label {
      flex: 0 0 auto;
      width: 20%;
      margin-right: 10px;
      margin-bottom: 0;
      font-size: 1.2rem;
    }

    .sticky-atc .product-form__input--dropdown .select {
      flex: 1 1 auto;
    }

    .sticky-atc .product-form__input--dropdown select {
      width: 100%;
      height: 2.8rem;
    }

    .sticky-atc-variants {
      margin-bottom: 0;
      max-width: 40rem;
    }



    .sticky-atc-active-variant__option {
      display: block;
      line-height: normal;
    }

    .sticky-atc-active-variant__option-name,
    .sticky-atc-active-variant__option-value {
      display: inline-block;
    }

    .sticky-atc-price {
      justify-content: normal;
      
    }

    .sticky-atc-mobile .sticky-atc-price .price__container {
      color: #000000;
      font-size: 1.5rem;
      font-weight: normal;
      font-style: normal;
     /* margin-top: 3px;*/
    }

    .atc-button-container {
      margin: 0;
      
    }

    .atc-button-container .product-form__submit {
      margin: 0;
      
      width: 40px;
      height: 40px;
      max-height: 40px;
      padding: 0;
      min-width: 40px;
      min-height: 40px;
      border-radius: 100px;
      
    }
    .atc-button-container .product-form__submit svg {
      width: calc(40px/2);
      height: calc(40px/2);
    }

  }

  @media (min-width: 750px) {

    .sticky-atc {
      padding: 10px;
      width: 70%;
      max-width: 680px;
      border-radius: 80px;
      background-color: #ffffff;
      background-image: ;
      border: 1px solid #E6E6E6;
    }

    .sticky-atc-mobile {
      display: none;
    }

    .sticky-atc.show,
    .sticky-atc.always-visible {
      
        bottom: 20px !important;
        top: auto !important;
        right: 20px !important;
        left: 50% !important;
        translate: -50%;
      
    }

    .sticky-atc .content-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px;
    }

        .sticky-atc-desktop {
      display: flex;
      align-items: center;
      gap: 20px;
      grid-template-columns: 80px minmax(0, 1fr) auto;
      justify-content: space-between;
  }

    .sticky-atc-image {
      flex: 0 0 50px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #selectedVariantImage-desktop {
      height: 100%;
      object-fit: contain;
      max-width: 100%;
      max-height: 100%;
      width:100%;
    }

    .sticky-atc-title {
      /* flex: 0 0 25%; */
    }

    .sticky-atc-contents {
      flex: 0 0  calc(70% - 50px - 30px);
      overflow: hidden;
      display: flex;
      column-gap: 20px;
      align-items: center;
      justify-content: space-between;
    }

    .sticky-atc-price {
      flex: 0 0 15%;
    }

    /*.atc-button-container {
      flex: 0 0 30%;
      max-width: 200px;
    }*/

    .sticky-atc-title-desktop {
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      color: #212121;
      line-height: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    }

    .sticky-atc-desktop .sticky-atc-price .price__container {
      color: #000000;
      font-size: 1.5rem;
      font-weight: normal;
      font-style: normal;
    }

    .sticky-atc .sticky-atc-variant-selects {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
    }

    .sticky-atc .product-form__input--dropdown {
      flex: 1 1 auto;
      min-width: 50px;
      max-width: 250px;
    }

  }

  @media (min-width: 990px) {
    

    .sticky-atc-active-variant {
      gap: 0;
    }
  }

  @media (min-width: 750px) and (max-width: 1099px) {
      .sticky-atc-variants {
        flex: 0 0 40%;
      }
  }

.section-kanso-pdp {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }
.section-kanso-pdp {
    padding-top: calc(40px * 0.75);
    padding-bottom: calc(52px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 40px;
      padding-bottom: 52px;
    }
  }

  .lyvona-section {
    --lv-dark-green: #1f3a23;
    --lv-green:      #2e5233;
    --lv-cream:      #f3f1df;
    --lv-text:       #2b2b2b;
    --lv-text-soft:  #4a4a4a;

    /* Hérite des polices du thème Shopify */
    font-family: inherit;
    color: var(--lv-text);
    background: #ffffff;
    padding: 64px 20px;
  }

  .lyvona-section *,
  .lyvona-section *::before,
  .lyvona-section *::after {
    box-sizing: border-box;
  }

  .lyvona-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  /* ---- Colonne texte ---- */
  .lyvona-content {
    max-width: 520px;
  }

  .lyvona-content h2 {
    font-family: inherit;
    color: var(--lv-dark-green);
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
  }

  .lyvona-content h2 em {
    font-style: italic;
    font-weight: 700;
  }

  .lyvona-intro {
    color: var(--lv-text-soft);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 24px 0;
  }

  /* ---- Bloc des bénéfices ---- */
  .lyvona-benefits {
    background: var(--lv-cream);
    border-radius: 12px;
    padding: 24px 24px 20px 24px;
  }

  .lyvona-benefit {
    margin-bottom: 20px;
  }
  .lyvona-benefit:last-child {
    margin-bottom: 0;
  }

  .lyvona-benefit .icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lv-dark-green);
    margin-bottom: 8px;
  }
  .lyvona-benefit .icon svg {
    width: 22px;
    height: 22px;
  }

  .lyvona-benefit h3 {
    font-family: inherit;
    color: var(--lv-dark-green);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.3;
  }

  .lyvona-benefit p {
    color: var(--lv-text);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
  }

  /* ---- Colonne image ---- */
  .lyvona-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lyvona-image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    display: block;
  }

  /* ---- Tablette ---- */
  @media (max-width: 1024px) {
    .lyvona-wrapper {
      gap: 32px;
    }
  }

  /* ---- Mobile : image en dessous ---- */
  @media (max-width: 768px) {
    .lyvona-section {
      padding: 40px 16px;
    }
    .lyvona-wrapper {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .lyvona-content {
      max-width: 100%;
      order: 1;
    }
    .lyvona-image {
      order: 2;
    }
    .lyvona-content h2 {
      font-size: 22px;
      text-align: center;
    }
    .lyvona-intro {
      font-size: 14px;
      text-align: center;
    }
    .lyvona-benefits {
      padding: 20px 18px 16px 18px;
    }
    .lyvona-benefit h3 {
      font-size: 14.5px;
    }
    .lyvona-benefit p {
      font-size: 13px;
    }
  }

.section-kanso-pdp {
    padding-top: 27px;
    padding-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 36px;
      padding-bottom: 0px;
    }
  }
.section-kanso-pdp {
    padding-top: calc(40px * 0.75);
    padding-bottom: calc(52px  * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 40px;
      padding-bottom: 52px;
    }
  }

  .lv-timeline-section {
    --lv-dark-green:  #1f3a23;
    --lv-green:       #2e5233;
    --lv-lime:        #d8f57a;
    --lv-line:        #2e5233;
    --lv-text:        #2b2b2b;
    --lv-text-soft:   #4a4a4a;

    font-family: inherit;
    color: var(--lv-text);
    background: #ffffff;
    padding: 64px 20px;
  }

  .lv-timeline-section *,
  .lv-timeline-section *::before,
  .lv-timeline-section *::after {
    box-sizing: border-box;
  }

  .lv-timeline-wrapper {
    max-width: 820px;
    margin: 0 auto;
  }

  /* ---- En-tête ---- */
  .lv-timeline-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .lv-timeline-header h2 {
    font-family: inherit;
    color: var(--lv-dark-green);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
  }

  .lv-timeline-header h2 .lv-script {
    font-family: "Caveat", "Brush Script MT", cursive;
    font-weight: 700;
    font-size: 1.05em;
    margin-left: 6px;
    font-style: normal;
    color: var(--lv-dark-green);
  }

  .lv-timeline-header p {
    color: var(--lv-text-soft);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 540px;
  }

  /* ---- Liste timeline ---- */
  .lv-timeline-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* Ligne verticale */
  .lv-timeline-list::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: var(--lv-line);
  }

  .lv-timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 28px;
  }
  .lv-timeline-item:last-child {
    margin-bottom: 0;
  }

  /* Cercle vert foncé avec icône */
  .lv-timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--lv-dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 0 0 4px #ffffff;
  }
  .lv-timeline-icon svg {
    width: 20px;
    height: 20px;
  }

  /* Pastille temps */
  .lv-timeline-badge {
    display: inline-block;
    background: var(--lv-lime);
    color: var(--lv-dark-green);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
  }

  /* Contenu texte */
  .lv-timeline-text p {
    color: var(--lv-text);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px 0;
  }
  .lv-timeline-text p:last-child {
    margin-bottom: 0;
  }

  /* ---- Mobile ---- */
  @media (max-width: 768px) {
    .lv-timeline-section {
      padding: 48px 16px;
    }
    .lv-timeline-header {
      margin-bottom: 28px;
    }
    .lv-timeline-header h2 {
      font-size: clamp(30px, 9vw, 40px);
      line-height: 1.15;
    }
    .lv-timeline-header h2 .lv-script {
      display: block;
      margin: 6px 0 0 0;
      font-size: 1.2em;
    }
    .lv-timeline-header p {
      font-size: 14px;
    }

    .lv-timeline-list::before {
      left: 17px;
    }
    .lv-timeline-item {
      padding-left: 52px;
      margin-bottom: 24px;
    }
    .lv-timeline-icon {
      width: 36px;
      height: 36px;
    }
    .lv-timeline-icon svg {
      width: 18px;
      height: 18px;
    }
    .lv-timeline-badge {
      font-size: 12.5px;
      padding: 4px 12px;
    }
    .lv-timeline-text p {
      font-size: 13.5px;
    }
  }

.section-kanso-pdp {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }
.section-kanso-pdp {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }
.jdgm-cards-carousel.jdgm-hidden,.jdgm-videos-carousel.jdgm-hidden,.jdgm-testimonials-carousel.jdgm-hidden{display:none}
.section-kanso-pdp {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-kanso-pdp {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }