/** Shopify CDN: Minification failed

Line 101:0 All "@import" rules must come first

**/
/* === PVU (Liquid perso) (ID: custom_liquid_XfMmed) === */
.pvu-highlight-magne {
  background: #F0F5F9;
  border: 1px solid #e1ecf4;
  border-left: 3px solid #265073;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 15px 0 15px;
  font-family: 'Montserrat', sans-serif;
}
.pvu-highlight-magne p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
}
.pvu-highlight-magne strong {
  color: #265073;
  font-weight: 600;
}
.pvu-first-line-magne {
  color: #265073;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pvu-highlight-magne {
    padding: 8px 12px;
    margin: 8px 0;
  }
  
  .pvu-highlight-magne p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .pvu-highlight-magne .line-break-magne {
    display: block;
    margin-top: 0px;
  }
}
.line-break-magne {
  display: block;
  margin-top: 0px;
}

/* === Bénéfices (Liquid perso) (ID: custom_liquid_XNNx6t) === */
.emoji-benefits-magne {
  padding: 10px 0;
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.emoji-benefits-magne ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emoji-benefits-magne li {
  font-size: 15px;
  line-height: 1.3;
  color: #262626;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.emoji-benefits-magne li:last-child {
  margin-bottom: 0;
}
.emoji-benefits-magne .emoji {
  font-size: 16px;
  flex-shrink: 0;
}
.emoji-benefits-magne .text {
  flex: 1;
}
@media (max-width: 768px) {
  .emoji-benefits-magne {
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  
  .emoji-benefits-magne li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .emoji-benefits-magne .emoji {
    font-size: 14px;
  }
}

/* === Sélecteur qté -10% (Liquid perso) (ID: custom_liquid_UQbCjJ) === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

        .custom-quantity-selector-magne {
            font-family: 'Montserrat', sans-serif;
            margin-top: -15px;
        }

        /* ── Titre ── */
        .section-title-magne {
            text-align: center;
            margin: 10px 0 12px;
        }

        .section-title-magne h3,
        .section-title-magne .title-text-magne {
          font-size: 18px;
          font-weight: 400;
          color: #265073;
          margin: 0;
        }

        /* ── Grille 3 cartes côte à côte ── */
        .quantity-options-magne {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        /* ── Chaque carte ── */
        .quantity-option-magne {
            position: relative;
            flex: 1;
            border: 2px solid #d1d5db;
            border-radius: 12px;
            padding: 14px 12px 12px;
            cursor: pointer;
            transition: all 0.25s ease;
            background: #f9fafb;
            opacity: 0.65;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 4px;
        }

        .quantity-option-magne input[type="radio"] {
            display: none;
        }

        .quantity-option-magne:hover {
            border-color: #265073;
            opacity: 1;
            box-shadow: 0 3px 10px rgba(38, 80, 115, 0.12);
        }

        .quantity-option-magne.selected {
            border-color: #265073;
            background: #F0F5F9;
            opacity: 1;
            box-shadow: 0 3px 10px rgba(38, 80, 115, 0.18);
        }

        /* ── Badge remise (coin haut droit) ── */
        .discount-badge-magne {
            position: absolute;
            top: -9px;
            right: -9px;
            background: #265073;
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            font-size: 10px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 6px rgba(38, 80, 115, 0.35);
            z-index: 3;
        }

        /* ── Contenu de la carte ── */
        .option-content-magne {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
        }

        /* On masque le wrapper header inutile en layout carte */
        .option-header-magne {
            display: contents;
        }

        .option-title-group-magne {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
        }

        .option-title-magne {
            font-size: 13px;
            font-weight: 700;
            color: #262626;
            margin: 0;
        }

        .option-note-magne {
            font-size: 11px;
            color: #265073;
            font-weight: 600;
        }

        /* ── Badges livraison / satisfait ── */
        .free-shipping-badge-magne,
        .satisfaction-badge-magne {
            font-size: 9px;
            font-weight: 600;
            padding: 2px 7px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 3px;
            white-space: nowrap;
            margin: 0;
        }

        .free-shipping-badge-magne {
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            color: #166534;
        }

        .satisfaction-badge-magne {
            background: #eff6ff;
            border: 1px solid #bfdbfe;
            color: #1e40af;
        }

        .free-shipping-badge-magne::before,
        .satisfaction-badge-magne::before {
            content: "✓";
            font-size: 8px;
            font-weight: 700;
        }

        /* Masquer les versions mobile-only sur desktop */
        .free-shipping-badge-magne.mobile-only,
        .satisfaction-badge-magne.mobile-only {
            display: none;
        }

        /* ── Prix ── */
        .option-pricing-magne {
            margin-top: 6px;
            width: 100%;
        }

        .price-container-magne {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        .current-price-magne {
            font-size: 18px;
            font-weight: 700;
            color: #265073;
            line-height: 1.1;
        }

        .original-price-magne {
            font-size: 11px;
            color: #999;
            text-decoration: line-through;
        }

        /* ── Séparateur ── */
        .subscription-separator-magne {
            height: 1px;
            background: #265073;
            opacity: 0.3;
            margin: 14px 0 0;
        }

        /* ── Titre abonnement ── */
        .subscription-section-title-magne {
            text-align: center;
            margin: 8px 0 6px;
        }

        .subscription-section-title-magne div {
            font-size: 12px;
            font-weight: 400;
            color: #265073;
        }

        /* ── Option abonnement : bandeau pleine largeur ── */
        .subscription-options-magne {
            display: flex;
        }

        .subscription-options-magne .quantity-option-magne {
            flex-direction: row;
            text-align: left;
            align-items: center;
            padding: 10px 14px;
            gap: 0;
            width: 100%;
        }

        .subscription-options-magne .option-content-magne {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .subscription-options-magne .option-title-group-magne {
            flex-direction: column;
            align-items: flex-start;
            gap: 1px;
        }

        .subscription-options-magne .option-title-magne {
            font-size: 13px;
        }

        .subscription-options-magne .option-note-magne {
            font-size: 10px;
            color: #888;
            font-weight: 400;
        }

        .subscription-options-magne .option-pricing-magne {
            margin-top: 0;
            margin-right: 28px;
        }

        .subscription-options-magne .price-container-magne {
            align-items: flex-end;
        }

        /* ── Responsive mobile ── */
        @media (max-width: 480px) {
            .quantity-options-magne {
                gap: 8px;
            }

            .section-title-magne .title-text-magne {
              font-size: 10px; /* ← ajuste */
            }

            .quantity-option-magne {
                padding: 12px 8px 10px;
            }

            .option-title-magne { font-size: 11px; }
            .current-price-magne { font-size: 15px; }
            .original-price-magne { font-size: 10px; }
            .option-note-magne { font-size: 9px; }
            .discount-badge-magne { width: 28px; height: 28px; font-size: 8px; top: -7px; right: -7px; }

            .free-shipping-badge-magne:not(.mobile-only),
            .satisfaction-badge-magne:not(.mobile-only) { display: none; }

            .subscription-options-magne .option-title-magne { font-size: 11px; }
            .subscription-options-magne .option-note-magne { font-size: 9px; }
            .subscription-section-title-magne div { font-size: 10px; }
        }

        /* ── Bandeau promo ── */
        .promo-banner-magne {
            background: linear-gradient(135deg, #f0fdf4, #dcfce7);
            border: 1.5px solid #16a34a;
            border-radius: 10px;
            padding: 8px 14px;
            margin-bottom: 12px;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
            color: #166534;
        }

        .promo-tag-magne {
            display: inline-block;
            background: #15803d;
            color: white;
            font-size: 14px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 20px;
            margin-right: 10px;
        }

        @media (max-width: 480px) {
            .promo-banner-magne { font-size: 13px; padding: 6px 10px; }
            .promo-tag-magne { font-size: 12px; }
        }

/* === Badge 30j (Liquid perso) (ID: custom_liquid_htpY8t) === */
/* --- Styles Originaux --- */
.guarantee-section-magne {
  margin-top: 40px;
  margin-bottom: 10px;
}
.guarantee-banner-magne {
  --brand: #265073;
  --bg-page: #FFFFFF;
  --cut-width: 60px;
  --cut-height: 110px;
  --icon-size: 125px;
  --text-offset: 105px;
  position: relative;
  display: block;
  background: transparent;
  color: var(--brand);
  border: 1.5px solid var(--brand);
  border-radius: 12px;
  padding: 10px 18px;
  margin: 0 auto;
  z-index: 0;
}
.guarantee-banner-magne::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--cut-width);
  height: var(--cut-height);
  background: var(--bg-page);
  z-index: 1;
  pointer-events: none;
}
.guarantee-icon-slot-magne {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-8%, -50%);
  z-index: 2;
  line-height: 0;
}
.guarantee-icon-magne {
    aspect-ratio: 1 / 1;
  width: var(--icon-size);
  height: auto;
  display: block;
}
.guarantee-content-magne {
  position: relative;
  z-index: 3;
  margin-left: var(--text-offset);
  line-height: 1.3;
  max-width: 640px;
}
.guarantee-title-magne {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #262626;
}
.guarantee-sub-magne {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 3px;
}
.guarantee-sub-magne a {
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer; /* Ajout pour indiquer que c'est cliquable */
}

@media (max-width: 480px) {
  .guarantee-banner-magne {
    --cut-width: 50px;
    --icon-size: 110px;
    --text-offset: 90px;
    padding: 10px 14px;
    border-radius: 10px;
  }
  .guarantee-title-magne { font-size: 15px; }
  .guarantee-sub-magne { font-size: 12px; }
}

/* === Infos livraison (Liquid perso) (ID: custom_liquid_abgFc4) === */
.shipping-info-magne {
  display: flex;
  gap: 12px;
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
}
.shipping-badge-magne {
  background: #F0F5F9;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 12px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shipping-badge-icon-magne {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.shipping-badge-text-magne {
  font-size: 15px;
  line-height: 1.3;
  color: #333;
}
.shipping-badge-text-magne strong {
  color: #265073;
  font-weight: 600;
}
@media (max-width: 768px) {
  .shipping-info-magne {
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
  }
  
  .shipping-badge-magne {
    padding: 6px 10px;
  }
  
  .shipping-badge-icon-magne {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .shipping-badge-text-magne {
    font-size: 14px;
  }
}

/* === Carrousel avis (Liquid perso) (ID: custom_liquid_aWnHqb) === */
.reviews-carousel-magne {
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
}

.reviews-container-magne {
  position: relative;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.quote-icon-magne {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

.reviews-track-magne {
  display: flex;
  transition: transform 0.4s ease;
  cursor: grab;
}

.reviews-track-magne.dragging {
  transition: none;
  cursor: grabbing;
}

.review-item-magne {
  min-width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  user-select: none;
}

.review-header-magne {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.review-avatar-magne {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #e1ecf4;
  object-fit: cover;
}

.review-name-magne {
  font-size: 14px;
  font-weight: 600;
  color: #265073;
  margin-top: -2px;
}

.review-stars-magne {
  color: #fbbf24;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: -13px;
}

.review-text-magne {
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  margin: 0;
  font-style: italic;
  text-align: left;
  flex: 1;
  max-width: 380px;
}

.carousel-controls-magne {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

.carousel-dot-magne {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-dot-magne.active {
  background: #265073;
}

.carousel-dot-magne:hover {
  background: #265073;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .reviews-carousel-magne {
    margin: 10px 0;
  }
  
  .review-item-magne {
    padding: 10px;
    gap: 12px;
  }
  
  .review-avatar-magne {
    width: 50px;
    height: 50px;
  }
  
  .review-name-magne {
    font-size: 12px;
    margin-top: -5px;
  }
  
  .review-text-magne {
    font-size: 12px;
    line-height: 1.4;
    max-width: 200px;
  }
  
  .review-stars-magne {
    font-size: 12px;
    margin-top: -12px;
  }
  
  .quote-icon-magne {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}

/* === Infos cure (Liquid perso) (ID: custom_liquid_DRRLbp) === */
.product-info-magne {
  padding: 12px 0;
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.product-info-magne ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info-magne li {
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info-magne li:last-child {
  margin-bottom: 0;
}

.product-info-magne .info-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.product-info-magne .text {
  flex: 1;
}

@media (max-width: 768px) {
  .product-info-magne {
    padding: 10px 0;
    margin: 12px 0;
  }
  
  .product-info-magne li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .product-info-magne .info-icon {
    width: 25px;
    height: 25px;
  }
}

/* === Section: custom_liquid_NUrcjV === */
.main-container-specific-magne {
    font-family: 'Montserrat', sans-serif;
    background: url('/cdn/shop/files/Background_accessibilite_magnesium.webp?v=1774135505') center/cover no-repeat;
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 1150px;
    margin: 20px auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    color: #262626;
    position: relative;
  }

  .blocks-overlay-magne {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    gap: 265px;
    position: relative;
    z-index: 1;
  }

  .text-block-magne {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 15px;
    flex: 1;
    min-width: 280px;
  }

  .text-block-magne h2,
  .text-block-magne .section-heading-magne {
    font-size: 32px;
    font-weight: regular;
    color: #265073;
    margin-bottom: 0px;
    text-align: center;
    margin-top: -5px;
  }

  .icon-row-magne {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ceque-magne .icon-item-magne {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ceque-magne .icon-item-magne:nth-child(3),
  .ceque-magne .icon-item-magne:nth-child(4) {
    margin-top: 20px;
  }

  .ceque-magne .icon-item-magne span {
    font-size: 15px;
  }

  .pourqui-magne .icon-row-magne {
    flex-direction: column;
    gap: 30px;
  }

  .pourqui-magne .icon-item-magne {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 15px;
  }

  .ceque-magne .icon-item-magne img,
  .pourqui-magne .icon-item-magne img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    box-sizing: content-box;
  }

  .cure-details-magne {
    margin-top: 25px;
    margin-bottom: -20px;
    padding: 10px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
  }

  .cure-group-left-magne,
  .cure-group-right-magne {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .cure-group-left-magne {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 0px;
  }

  .gelules-line-magne {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
  }

  .cure-icon-magne {
    aspect-ratio: 1 / 1; width: 65px; }

  .cure-text-magne {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gelules-texte-magne {
    font-size: 30px;
    margin-top: -10px;
  }

  .mois-texte-magne {
    font-size: 20px;
    margin-top: -11px;
  }

  .cure-note-magne {
    font-size: 18px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: -5px;
    margin-left: 10px;
  }

  .cure-group-right-magne {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: -150px;
    margin-right: 0px;
  }

  .mg-block-magne { text-align: center; }

  .mg-block-magne .mg-value-magne {
    font-size: 50px;
    font-weight: bold;
    color: #265073;
    margin-top: -15px;
    margin-bottom: -12px;
  }

  .mg-block-magne .mg-label-magne {
    font-size: 16px;
    margin-bottom: -2px;
  }

  .mg-block-magne .mg-note-magne {
    font-size: 12px;
    font-style: italic;
  }

  .b6-block-magne {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }

  .b6-icon-magne {
    aspect-ratio: 1 / 1; width: 50px; }

  .b6-text-magne {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .b6-text-magne .vitamine-magne {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .b6-text-magne .b6-magne {
    font-size: 45px;
    font-weight: bold;
    color: #265073;
  }

  /* ── MOBILE ── */
  @media (max-width: 768px) {

    .main-container-specific-magne {
      background: url('/cdn/shop/files/Background_accessibilite_mobile_magnesium.webp?v=1774136443') center/cover no-repeat;
      padding: 16px 12px;
      margin: 10px 10px;
      border-radius: 14px;
    }

    .blocks-overlay-magne {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
      margin-top: -8px;
    }

    .text-block-magne {
      width: 100%;
      padding: 12px;
      border-radius: 12px;
    }

    .text-block-magne .section-heading-magne {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 8px;
    }

    /* Ce que ça fait : 2 colonnes compactes */
    .ceque-magne .icon-item-magne {
      width: 45%;
      gap: 4px;
    }

    .ceque-magne .icon-item-magne:nth-child(3),
    .ceque-magne .icon-item-magne:nth-child(4) {
      margin-top: 10px;
    }

    .ceque-magne .icon-item-magne img {
      width: 44px;
      height: 44px;
      padding: 4px;
    }

    .ceque-magne .icon-item-magne span {
      font-size: 12px;
    }

    /* Pour qui : ligne horizontale compacte */
    .pourqui-magne .icon-row-magne {
      gap: 15px;
    }

    .pourqui-magne .icon-item-magne {
      gap: 10px;
    }

    .pourqui-magne .icon-item-magne img {
      width: 44px;
      height: 44px;
      padding: 4px;
      flex-shrink: 0;
    }

    .pourqui-magne .icon-item-magne span {
      font-size: 12px;
      line-height: 1.4;
    }

    /* Bloc cure */
    .cure-details-magne {
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: -10px;
      border-radius: 12px;
    }

    .cure-group-left-magne {
      width: 100%;
      margin-left: 0;
      align-items: center;
    }

    .gelules-line-magne {
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 8px;
    }

    .cure-icon-magne {
      width: 40px;
    }

    .gelules-texte-magne { font-size: 20px; margin-top: 0; }
    .mois-texte-magne { font-size: 14px; margin-top: -4px; }

    .cure-note-magne {
      font-size: 11px;
      text-align: center;
      margin-left: 0;
      margin-top: 4px;
      margin-bottom: 0;
    }

    .cure-group-right-magne {
      flex-direction: row;
      width: 100%;
      margin-left: 0;
      align-items: center;
      justify-content: space-around;
      gap: 0;
    }

    .mg-block-magne .mg-value-magne {
      font-size: 34px;
      margin-top: 0;
      margin-bottom: -6px;
    }

    .mg-block-magne .mg-label-magne { font-size: 11px; margin-bottom: 0; }
    .mg-block-magne .mg-note-magne { font-size: 10px; }

    .b6-block-magne {
      flex-direction: column;
      gap: 0;
    }

    .b6-icon-magne {
      width: 18px;
      margin-bottom: -4px;
      align-self: center;
    }

    .b6-text-magne .vitamine-magne {
      font-size: 13px;
      margin-top: 4px;
      margin-bottom: -10px;
    }

    .b6-text-magne .b6-magne {
      font-size: 30px;
    }
  }

/* === Section: custom_liquid_9twfyc === */
.icons-section-magne {
    max-width: 1150px;
    margin: 10px auto;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
  }

  .icons-grid-magne {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }

  .icon-badge-magne {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    text-align: center;
  }

  .icon-badge-magne img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .icon-badge-magne span {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
  }

  /* ── Mobile : 2 rangées de 3 ── */
  @media (max-width: 768px) {
    .icons-section-magne {
      margin: 10px 12px;
      padding: 0;
    }

    .icons-grid-magne {
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px 0;
    }

    .icon-badge-magne {
      flex: 0 0 33.33%;
      gap: 5px;
    }

    .icon-badge-magne img {
      width: 52px;
      height: 52px;
    }

    .icon-badge-magne span {
      font-size: 10px;
    }
  }

/* === Section: custom_liquid_3ANHDn === */
* { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: Georgia, 'Times New Roman', serif; background: #f9f8f5; padding: 20px 0 40px; }

  .what-is-section-title-magne {
    margin: 30px auto 10px;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    text-align: center;
    max-width: 1200px;
    padding: 0 30px;
  }

  .what-is-subtitle-magne {
    font-size: 19px;
    color: #265073;
    font-weight: 600;
    margin: 0px 0 5px;
    padding-left: 14px;
    border-left: 3px solid #265073;
    opacity: 0.85;
  }

  .what-is-block-magne {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    align-items: stretch;
    gap: 60px;
  }

  .what-is-image-col-magne {
    width: 42%;
    flex-shrink: 0;
  }

  .what-is-image-col-magne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
  }

  .what-is-text-col-magne {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  .what-is-intro-magne {
    font-size: 16px;
    color: #262626;
    line-height: 1.7;
  }

  .what-is-differentiator-magne {
    background: #f0f6fb;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .what-is-differentiator-magne p {
    font-size: 16px;
    color: #262626;
    line-height: 1.7;
  }

  .what-is-list-magne {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .what-is-list-magne li {
    font-size: 15px;
    color: #262626;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
  }

  .what-is-list-magne li::before {
    content: "✓";
    color: #265073;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  @media (max-width: 768px) {
    .what-is-section-title-magne { margin: 30px 10px 10px; font-size: 20px; }
    .what-is-subtitle-magne { font-size: 16px; }
    .what-is-intro-magne { font-size: 14px; }
    .what-is-differentiator-magne p { font-size: 14px; }
    .what-is-list-magne li { font-size: 14px; }
    .what-is-block-magne { flex-direction: column; gap: 20px; padding: 20px; }
    .what-is-image-col-magne, .what-is-text-col-magne { width: 100%; }
    .what-is-image-col-magne { height: 260px; }
  }

/* === Section: custom_liquid_MjKkGk === */
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 20px 0 40px;
  }

  /* ── H3 titre section ── */
  .compare-title-magne {
    font-size: 19px;
    color: #265073;
    font-weight: 600;
    margin: 0 0 14px;
    padding-left: 14px;
    border-left: 3px solid #265073;
    opacity: 0.85;
  }

  /* ── Conteneur principal ── */
  .compare-table-container-magne {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  .compare-table-wrapper-magne {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .compare-table-background-magne {
    background-color: #262626;
    border-radius: 10px;

  }

  /* ── Tableau ── */
  .compare-table-magne {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
  }

  .compare-table-magne th,
  .compare-table-magne td {
    padding: 14px 16px;
    border: 1px solid #3e3e3e;
    text-align: center;
    vertical-align: middle;
  }

  /* Première colonne alignée à gauche */
  .compare-table-magne th:first-child,
  .compare-table-magne td:first-child {
    text-align: left;
  }

  /* ── Coins arrondis ── */
  .compare-table-magne th:first-child { border-top-left-radius: 15px; }
  .compare-table-magne th:last-child  { border-top-right-radius: 15px; }
  .compare-table-magne tr:last-child td:first-child { border-bottom-left-radius: 15px; }
  .compare-table-magne tr:last-child td:last-child  { border-bottom-right-radius: 15px; }

  /* ── Header ── */
  .compare-header-row-magne th {
    font-size: 15px;
    font-weight: bold;
    background-color: #f0f5f9;
    color: #262626;
  }

  /* ── Cellules body ── */
  .compare-table-magne tbody tr td {
    font-size: 14px;
    font-weight: normal;
    color: #262626;
    line-height: 1.5;
  }

  /* ── Largeurs des colonnes ── */
  .col-compare-forme-magne        { width: 18%; }
  .col-compare-absorption-magne   { width: 14%; }
  .col-compare-biodispo-magne     { width: 18%; }
  .col-compare-digestif-magne     { width: 20%; }
  .col-compare-usage-magne        { width: 30%; }

  /* ── Mise en valeur ligne Bisglycinate ── */
  .compare-row-highlight-magne td {
    background-color: #ffffff;
  }

  /* ── Mobile : scroll + taille réduite ── */
  @media (max-width: 768px) {
    .compare-title-magne { font-size: 16px; }
    .compare-table-wrapper-magne {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .compare-table-background-magne {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .compare-table-magne {
      min-width: 560px;
    }

    .compare-table-magne th,
    .compare-table-magne td {
      padding: 8px 10px;
      font-size: 11px;
    }

    .compare-header-row-magne th {
      font-size: 11px;
    }

    .compare-table-magne tbody tr td {
      font-size: 11px;
    }
  }

/* === Section: custom_liquid_qVTCPU === */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; background: #f9f8f5; padding: 20px 0 40px; }

  /* ── Bloc principal ── */
  .why-choose-block-magne {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    margin-top: -10px;
    display: flex;
    align-items: stretch;
    gap: 60px;
    padding: 30px;
    box-sizing: border-box;
  }

  /* ── Colonne image (gauche, 55% comme code exemple 1) ── */
  .why-choose-image-col-magne {
    width: 55%;
  }

  .why-choose-image-col-magne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
  }

  /* ── Colonne droite ── */
  .why-choose-text-col-magne {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  /* ── H3 — cohérent avec what-is-subtitle-magne ── */
  .why-choose-title-magne {
    font-size: 19px;
    color: #265073;
    font-weight: 600;
    margin: 20px 0 14px;
    padding-left: 14px;
    border-left: 3px solid #265073;
    opacity: 0.85;
  }

  /* ── Texte intro ── */
  .why-choose-intro-magne {
    font-size: 16px;
    color: #262626;
    line-height: 1.7;
    margin-bottom: 6px;
  }

  /* ── Features (icône + titre + desc, empilé centré) ── */
  .why-choose-feature-magne {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 10px 20px;
  }

  .why-choose-icon-wrap-magne {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .why-choose-icon-wrap-magne img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .why-choose-feature-content-magne {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .why-choose-feature-title-magne {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
  }

  .why-choose-feature-desc-magne {
    font-size: 15px;
    color: #262626;
    line-height: 1.5;
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .why-choose-block-magne {
      flex-direction: column;
      gap: 20px;
      padding: 20px;
    }
 
    .why-choose-title-magne { font-size: 16px; }
    .why-choose-intro-magne { font-size: 14px; }
    .why-choose-feature-title-magne { font-size: 15px; }
    .why-choose-feature-desc-magne { font-size: 14px; }

    .why-choose-image-col-magne,
    .why-choose-text-col-magne {
      width: 100%;
    }

    .why-choose-image-col-magne img {
      height: auto;
    }

    .why-choose-text-col-magne {
      gap: 10px;
    }
  }

/* === Section: custom_liquid_eAwNKa === */
:root {
    --blue: #265073;
    --text-muted: #666;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    padding: 40px 20px;
  }

  /* ── Grille ── */
  .timeline-grid-magne {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
  }

  /* ── Flèche ── */
  .timeline-arrow-magne {
    flex-shrink: 0;
    opacity: 0.35;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
  }

  .timeline-arrow-magne svg { width: 20px; height: 20px; }

  /* ── Carte ── */
  .timeline-card-magne {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* ── Image desktop (cachée sur mobile) ── */
  .timeline-img-desktop-magne {
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* ── Image mobile (cachée sur desktop) ── */
  .timeline-img-mobile-magne {
    aspect-ratio: 175 / 361;
    display: none;
  }

  /* ── Texte ── */
  .timeline-info-magne {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  .timeline-duration-magne {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
  }

  .timeline-desc-magne {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.55;
    font-style: italic;
  }

  /* ── Mobile ── */
  @media (max-width: 600px) {
    .timeline-grid-magne {
      flex-direction: column;
      align-items: center;
      gap: 0;
      padding: 0 24px;
    }

    .timeline-card-magne {
      flex-direction: row;
      max-width: 100%;
      width: 100%;
      gap: 16px;
      align-items: center;
      text-align: left;
    }

    .timeline-img-desktop-magne { display: none; }

    .timeline-img-mobile-magne {
      display: block;
      flex-shrink: 0;
      width: 70px;
      max-width: 70px;
      height: auto;
    }

    .timeline-info-magne {
      align-items: flex-start;
      text-align: left;
    }

    .timeline-arrow-magne {
      padding-bottom: 0;
      transform: rotate(90deg);
      margin: -8px 0;
    }

    .timeline-duration-magne { font-size: 13px; }
    .timeline-desc-magne { font-size: 11px; }
  }

/* === Section: custom_liquid_pgtcrE === */
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  /* Titre de section */
  .section-title-benefits-magne {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
  }

  /* Bannière magnésium */
  .magne-banner {
    max-width: 1140px;
    width: 93%;
    margin: 0 auto 30px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
  }

  .magne-banner img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 767px) {
    .magne-banner {
      width: 88%;
    }

    .magne-banner img {
      height: auto;
    }

    .section-title-benefits-magne {font-size: 20px; }

  }

  /* Conteneur principal pour les 6 blocs */
  .benefits-container-6-magne {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .benefit-block-6-magne {
    display: flex;
    background-color: #F0F5F9;
    border-radius: 15px;
    padding: 20px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 105px;
  }

  .benefit-icon-6-magne {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }

  .benefit-icon-6-magne img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .benefit-content-6-magne {
    flex: 1;
  }

  .benefit-title-6-magne {
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 5px;
  }

  .benefit-description-6-magne {
    font-size: 13px;
    color: #262626;
  }

  @media (max-width: 768px) {
    .benefits-container-6-magne {
      margin-top: 0px;
      margin-bottom: -25px;
    }

    .benefit-block-6-magne {
      width: 46%;
      padding: 10px;
      flex-direction: column;
      text-align: center;
      height: auto;
    }

    .benefit-icon-6-magne {
      width: 60px;
      height: 60px;
      margin: 0 auto 10px auto;
    }

    .benefit-icon-6-magne img {
      width: 50px;
      height: 50px;
    }

    .benefit-title-6-magne,
    .benefit-description-6-magne {
      font-size: 10px;
    }
  }

/* === Section: custom_liquid_iVWdDL === */
.inf-compl-container-magne {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
  }

  .inf-compl-list-magne {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -30px;
  }

  .inf-compl-item-magne {
    background: #f0f5f9;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(38, 80, 115, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .inf-compl-item-magne:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .inf-compl-item-magne.active {
    background: #f0f5f9;
  }

  .inf-compl-question-magne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
    font-family: inherit;
  }

  .inf-compl-question-magne:hover {
    background: #f8fafc;
  }

  .inf-compl-item-magne.active .inf-compl-question-magne {
    background: #f0f5f9;
  }

  .inf-compl-question-content-magne {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .inf-compl-question-text-magne, 
  .inf-compl-question-text-div-magne {
    font-size: 18px;
    font-weight: 400;
    color: #265073;
    margin: 0;
  }

  .inf-compl-toggle-magne {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .inf-compl-toggle-magne.rotated {
    transform: rotate(45deg);
  }

  .inf-compl-answer-magne {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: transparent;
  }

  .inf-compl-answer-magne.active {
    max-height: 4000px;
    padding: 0 30px 25px 30px;
  }

  .inf-compl-answer-content-magne {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    padding-left: 5px;
  }

  .inf-compl-answer-content-magne h3 {
    font-size: 20px;
    font-weight: 600;
    color: #265073;
    margin: 25px 0 15px 0;
  }

  .inf-compl-answer-content-magne h3:first-child {
    margin-top: 0;
  }

  .inf-compl-answer-content-magne strong {
    color: #262626;
    font-weight: 700;
  }

  .inf-compl-answer-content-magne p {
    margin: 0 0 15px 0;
  }

  .inf-compl-answer-content-magne p:last-child {
    margin-bottom: 0;
  }

  .inf-compl-answer-content-magne ul {
    padding-left: 20px;
    margin: 0 0 15px 0;
  }

  .inf-compl-answer-content-magne ul li {
    margin-bottom: 6px;
  }

  /* Style pour la section sources */
  .inf-compl-sources-title-magne {
    font-size: 16px;
    font-weight: 600;
    color: #265073;
    margin: 30px 0 15px 0;
  }

  .inf-compl-sources-list-magne {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    font-weight: 400;
  }

  .inf-compl-sources-list-magne ol {
    margin: 0;
    padding-left: 20px;
  }

  .inf-compl-sources-list-magne li {
    margin-bottom: 8px;
  }

  .inf-compl-sources-list-magne a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .inf-compl-sources-list-magne a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .inf-compl-container-magne {
      padding: 20px 20px;
    }

	  .inf-compl-list-magne {
    margin-top: 0;
  }

    .inf-compl-question-magne {
      padding: 20px 20px;
    }

    .inf-compl-question-content-magne {
      gap: 12px;
    }

    .inf-compl-question-text-magne, 
    .inf-compl-question-text-div-magne {
      font-size: 16px;
    }

    .inf-compl-answer-magne.active {
      padding: 0 20px 20px 20px;
      max-height: 4000px;
    }

    .inf-compl-answer-content-magne {
      font-size: 14px;
      padding-left: 3px;
    }

    .inf-compl-answer-content-magne h3 {
      font-size: 18px;
    }
  }

  @media (max-width: 480px) {
    .inf-compl-question-magne {
      padding: 18px 15px;
    }

	  .inf-compl-list-magne {
    margin-top: 0;
  }

    .inf-compl-question-text-magne, 
    .inf-compl-question-text-div-magne {
      font-size: 15px;
    }

    .inf-compl-answer-magne.active {
      padding: 0 15px 18px 15px;
      max-height: 4000px;
    }

    .inf-compl-answer-content-magne {
      font-size: 14px;
      padding-left: 2px;
    }

    .inf-compl-answer-content-magne h3 {
      font-size: 16px;
    }
  }

/* === Section: custom_liquid_Lbai4B === */
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 20px 0 40px;
  }

  /* ── H2 ── */
  .posologie-section-title-magne {
    margin: 5px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    text-align: center;
  }

  /* ── Conteneur global de la section ── */
  .posologie-wrapper-magne {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* ── Paragraphe intro ── */
  .posologie-intro-magne {
    font-size: 16px;
    color: #262626;
    line-height: 1.7;
  }

  /* ── Label de sous-section ── */
  .posologie-label-magne {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 12px;
  }

  /* ── Blocs posologie (repris du code exemple) ── */
  .posologie-container-magne {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }

  .posologie-block-magne {
    display: flex;
    background-color: #F0F5F9;
    border-radius: 15px;
    padding: 10px;
    flex: 1;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .posologie-icon-magne {
    flex: 0 0 75px;
    margin-right: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .posologie-icon-magne img {
    width: 65px;
    height: 65px;
    object-fit: contain;
  }

  .posologie-content-magne {
    flex: 1;
  }

  .posologie-title-magne {
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 4px;
  }

  .posologie-description-magne {
    font-size: 14px;
    color: #262626;
    line-height: 1.5;
  }

  /* ── Bloc moment de prise : 3 cartes ── */
  .posologie-timing-magne {
    display: flex;
    gap: 20px;
    width: 100%;
  }

  .posologie-timing-card-magne {
    flex: 1;
    background-color: #F0F5F9;
    border-radius: 15px;
    padding: 15px 16px  15px 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .posologie-timing-icon-magne {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
  }

  .posologie-timing-title-magne {
    font-size: 14px;
    font-weight: bold;
    color: #265073;
    margin-bottom: -5px;
  }

  .posologie-timing-desc-magne {
    font-size: 14px;
    color: #262626;
    line-height: 1.6;
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {

    .posologie-section-title-magne { font-size: 20px; }
    .posologie-intro-magne { font-size: 14px; }

    .posologie-wrapper-magne {
      padding: 16px 20px;
      gap: 18px;
    }

    .posologie-block-magne {
      width: 100%;
      flex: unset;
      padding: 14px;
    }

    .posologie-container-magne {
      gap: 12px;
    }

    .posologie-timing-magne {
      flex-direction: column;
      gap: 12px;
    }
  }

/* === Section: custom_liquid_hJcUA4 === */
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  .section-container-specific-magne {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .table-h2-title-magne {
    margin: 5px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    text-align: center;
  }

  /* ─── TABLEAU ─── */
  .table-wrapper-specific-magne {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  .table-background-magne {
    background-color: #262626;
    border-radius: 10px;
    overflow: hidden;
  }

  .table-specific-magne {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
  }

  .table-specific-magne th, .table-specific-magne td {
    padding: 10px;
    border: 1px solid #3e3e3e;
    text-align: left;
  }

  .table-specific-magne th:first-child  { border-top-left-radius: 15px; }
  .table-specific-magne th:last-child   { border-top-right-radius: 15px; }
  .table-specific-magne tr:last-child td:first-child { border-bottom-left-radius: 15px; }
  .table-specific-magne tr:last-child td:last-child  { border-bottom-right-radius: 15px; }

  .header-row-magne th {
    font-weight: bold;
    font-size: 16px;
    background-color: #f0f5f9;
    color: #262626;
  }

  .row-1-magne td, .row-2-magne td {
    font-size: 14px;
    font-weight: normal;
    color: #262626;
  }

  .col-1-magne { width: 30%; }
  .col-2-magne { width: 50%; }
  .col-3-magne { width: 20%; }

  .table-notes-specific-magne {
    font-size: 12px;
    color: #262626;
    padding: 5px;
    margin-top: 5px;
    text-align: left;
  }

  /* ─── INGRÉDIENTS ACTIFS ─── */
  .ingredients-container-specific-magne {
    background-color: #f0f5f9;
    border-radius: 15px;
    padding: 10px 20px;
    flex: 1 1 45%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .ingredients-title-specific-magne {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 1.2;
    height: 30px;
  }

  .ingredients-flex-container-magne {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ingredient-block-specific-magne {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 45%;
  }

  .ingredient-icon-specific-magne {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .ingredient-icon-specific-magne img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .ingredient-name-specific-magne {
    font-size: 14px;
    font-weight: bold;
    color: #262626;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .ingredient-description-specific-magne {
    font-size: 11px;
    color: #262626;
    line-height: 1.2;
  }

  /* ─── RANGÉE BASSE ─── */
  .bottom-row-magne {
    flex: 1 1 100%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  /* Gauche 60% : Composition + Précautions */
  .text-blocks-wrapper-magne {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .text-block-specific-magne {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .text-title-specific-magne {
    font-size: 18px;
    font-weight: bold;
    color: #265073;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .text-description-specific-magne {
    font-size: 14px;
    color: #262626;
    line-height: 1.3;
  }

  /* Droite 40% : menus déroulants */
  .info-dropdown-container-magne {
    flex: 1 1 40%;
    padding: 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
  }

  .info-dropdown-list-magne {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .info-dropdown-item-magne {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(38, 80, 115, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .info-dropdown-item-magne:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .info-dropdown-item-magne.active-magne {
    background: #f0f5f9;
  }

  .info-dropdown-question-magne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
    font-family: inherit;
  }

  .info-dropdown-question-magne:hover { background: #f8fafc; }

  .info-dropdown-item-magne.active-magne .info-dropdown-question-magne {
    background: #f0f5f9;
  }

  .info-dropdown-question-content-magne {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .info-dropdown-icon-magne {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .info-dropdown-question-text-magne {
    font-size: 18px;
    font-weight: 600;
    color: #265073;
    margin: 0;
  }

  .info-dropdown-toggle-magne {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .info-dropdown-toggle-magne.rotated-magne {
    transform: rotate(45deg);
  }

  .info-dropdown-answer-magne {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .info-dropdown-answer-magne.open-magne {
    max-height: 500px;
    padding: 0 30px 25px 30px;
  }

  .info-dropdown-answer-content-magne {
    font-size: 14px;
    color: #262626;
    line-height: 1.7;
    padding-left: 39px;
  }

  .info-dropdown-answer-content-magne p { margin-bottom: 10px; }
  .info-dropdown-answer-content-magne p:last-child { margin-bottom: 0; }

  .info-dropdown-answer-content-magne a {
    color: #265073;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
  }
  .info-dropdown-answer-content-magne a:hover { text-decoration: underline; }
  .info-dropdown-answer-content-magne a:last-child { margin-bottom: 0; }

  .info-dropdown-answer-content-magne ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .info-dropdown-answer-content-magne ul li {
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 8px;
  }
  .info-dropdown-answer-content-magne ul li::before {
    content: '•';
    color: #265073;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -0.15em;
  }

  /* ─── MOBILE ─── */
  @media (max-width: 768px) {
    .section-container-specific-magne { padding: 8px 14px; gap: 12px; }
	.table-h2-title-magne { font-size: 20px; }

    .table-wrapper-specific-magne,
    .ingredients-container-specific-magne { max-width: 100%; margin: 0 auto; }

    .table-specific-magne th, .table-specific-magne td { font-size: 10px; padding: 6px 8px; }
    .table-notes-specific-magne { font-size: 9px; }

    .ingredients-container-specific-magne { padding: 8px 14px; }
    .ingredients-title-specific-magne { font-size: 12px; height: auto; margin-bottom: 8px; }
    .ingredient-icon-specific-magne { width: 44px; height: 44px; margin-bottom: 6px; }
    .ingredient-icon-specific-magne img { width: 36px; height: 36px; }
    .ingredient-name-specific-magne { font-size: 10px; }
    .ingredient-description-specific-magne { font-size: 9px; }

    .bottom-row-magne { flex-direction: column; gap: 12px; }
    .text-blocks-wrapper-magne { flex: 1 1 100%; gap: 4px; }
    .text-block-specific-magne { padding: 8px 14px; }
    .text-title-specific-magne { font-size: 12px; margin-bottom: 4px; }
    .text-description-specific-magne { font-size: 10px; line-height: 1.4; }

    .info-dropdown-question-magne { padding: 11px 14px; }
    .info-dropdown-question-content-magne { gap: 8px; }
    .info-dropdown-icon-magne { width: 16px; height: 16px; }
    .info-dropdown-question-text-magne { font-size: 13px; }
    .info-dropdown-toggle-magne { width: 14px; height: 14px; }
    .info-dropdown-answer-magne.open-magne { padding: 0 14px 12px 14px; max-height: 800px; }
    .info-dropdown-answer-content-magne { font-size: 11px; padding-left: 24px; line-height: 1.5; }
  }

/* === Section: custom_liquid_tTgzDd === */
.faq-container-magne {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
  }

  .faq-title-magne {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #265073;
    margin: 0 0 30px 0;
  }

  .faq-list-magne {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .faq-item-magne {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(38, 80, 115, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-item-magne:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .faq-item-magne.active {
    background: #f0f5f9;
  }

  .faq-question-magne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s ease;
    font-family: inherit;
  }

  .faq-question-magne:hover {
    background: #f8fafc;
  }

  .faq-item-magne.active .faq-question-magne {
    background: #f0f5f9;
  }

  .faq-question-content-magne {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .faq-icon-magne {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .faq-question-text-magne {
    font-size: 18px;
    font-weight: 600;
    color: #265073;
    margin: 0;
  }

  .faq-toggle-magne {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .faq-toggle-magne.rotated {
    transform: rotate(45deg);
  }

  .faq-answer-magne {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: transparent;
  }

  .faq-answer-magne.active {
    max-height: 600px;
    padding: 0 30px 25px 30px;
  }

  .faq-answer-content-magne {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    padding-left: 39px;
  }

  .faq-answer-content-magne strong {
    color: #262626;
    font-weight: 700;
  }

  .faq-answer-content-magne a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .faq-answer-content-magne a:hover {
    text-decoration: underline;
  }

  .faq-footer-text-magne {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
  }

  .faq-footer-text-magne a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .faq-footer-text-magne a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .faq-container-magne {
      padding: 20px 10px;
    }

    .faq-title-magne {
      font-size: 20px;
      margin-bottom: 30px;
    }

    .faq-question-magne {
      padding: 20px 20px;
    }

    .faq-question-content-magne {
      gap: 12px;
    }

    .faq-icon-magne {
      width: 20px;
      height: 20px;
    }

    .faq-question-text-magne {
      font-size: 16px;
    }

    .faq-answer-magne.active {
      padding: 0 20px 20px 20px;
      max-height: 800px;
    }

    .faq-answer-content-magne {
      font-size: 14px;
      padding-left: 32px;
    }

    .faq-footer-text-magne {
      font-size: 14px;
      margin-top: 25px;
    }
  }

  @media (max-width: 480px) {
    .faq-title-magne {
      font-size: 20px;
    }

    .faq-question-magne {
      padding: 18px 15px;
    }

    .faq-question-text-magne {
      font-size: 15px;
    }

    .faq-answer-magne.active {
      padding: 0 15px 18px 15px;
    }

    .faq-answer-content-magne {
      font-size: 13px;
      padding-left: 27px;
    }

    .faq-footer-text-magne {
      font-size: 12px;
      margin-top: 20px;
    }
  }

/* === Section: custom_liquid_NA4fWT === */
.title-related-product-magne {
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
  }

@media (max-width: 768px) {
  .title-related-product-magne { font-size: 20px; }
}

/* === Section: custom_liquid_qKTxWe === */
.sticky-atc-bar-magne {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .20s ease, transform .20s ease;
  }
  
  .sticky-atc-bar-magne.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  
  .sticky-atc-wrap-magne {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    backdrop-filter: blur(8px);
  }
  
  .sticky-atc-left-magne {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }
  
  .sticky-atc-title-magne {
    font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .sticky-atc-price-magne {
    font-size: 18px;
    font-weight: 700;
    color: #265073;
    white-space: nowrap;
  }
  
  .sticky-atc-right-magne {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }
  
  .sticky-atc-btn-magne {
    appearance: none;
    border: 0;
    border-radius: 12px;
    background: #265073;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 16px 28px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(38, 80, 115, 0.2);
  }
  
  .sticky-atc-btn-magne:hover:not([disabled]) {
    background: #1e3f57;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(38, 80, 115, 0.3);
  }
  
  .sticky-atc-btn-magne:active:not([disabled]) {
    transform: translateY(0);
  }
  
  .sticky-atc-btn-magne[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  /* Menu déroulant custom */
  .sticky-atc-select-wrapper-magne {
    position: relative;
    min-width: 190px;
  }
  
  .sticky-atc-select-magne {
    appearance: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #265073;
    background: #F0F5F9;
    border: 1px solid #265073;
    border-radius: 10px;
    padding: 12px 38px 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }
  
  .sticky-atc-select-magne:hover {
    background: #e5edf3;
    border-color: #1e3f57;
  }
  
  .sticky-atc-select-magne:focus {
    background: #e5edf3;
    border-color: #1e3f57;
    box-shadow: 0 0 0 3px rgba(38, 80, 115, 0.1);
  }
  
  .sticky-atc-select-wrapper-magne::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #265073;
    pointer-events: none;
    transition: transform 0.2s ease;
  }
  
  .sticky-atc-select-magne:focus + .sticky-atc-select-wrapper-magne::after,
  .sticky-atc-select-wrapper-magne:has(select:focus)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  
  @media (min-width: 768px) {
    .sticky-atc-bar-magne {
      left: calc(50% - 550px);
      right: auto;
      width: 1100px;
    }
  }
  
  @media (max-width: 767px) {
    .sticky-atc-wrap-magne {
      padding: 12px 14px;
      gap: 12px;
      border-radius: 12px;
      flex-direction: column;
      align-items: stretch;
    }
    
    .sticky-atc-left-magne {
      gap: 4px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    
    .sticky-atc-title-magne {
      font-size: 13px;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      flex: 0 0 auto;
    }
    
    .sticky-atc-price-magne {
      font-size: 13px;
      font-weight: 700;
      flex: 1 1 auto;
      text-align: right
    }
    
    .sticky-atc-right-magne {
      flex-direction: row;
      gap: 8px;
      width: 100%;
    }
    
    .sticky-atc-btn-magne {
      width: auto;
      padding: 11px 16px;
      font-size: 13px;
      border-radius: 10px;
      order: 2;
    }
    
    .sticky-atc-select-wrapper-magne {
      flex: 1;
      min-width: 0;
      order: 1;
    }
    
    .sticky-atc-select-magne {
      font-size: 12px;
      padding: 10px 32px 10px 12px;
      border-radius: 8px;
    }
    
    .sticky-atc-select-wrapper-magne::after {
      right: 10px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #265073;
    }
  }
