/** Shopify CDN: Minification failed

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

**/
/* === PVU (Liquid perso) (ID: custom_liquid_XfMmed) === */
.pvu-highlight-magne-d3 {
  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-d3 p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
}
.pvu-highlight-magne-d3 strong {
  color: #265073;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pvu-highlight-magne-d3 {
    padding: 8px 12px;
    margin: 8px 0;
  }
  
  .pvu-highlight-magne-d3 p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .pvu-highlight-magne-d3 .line-break-magne-d3 {
    display: block;
    margin-top: 0px;
  }
}
.line-break-magne-d3 {
  display: block;
  margin-top: 0px;
}

/* === Bénéfices (Liquid perso) (ID: custom_liquid_XNNx6t) === */
.emoji-benefits-magne-d3 {
  padding: 10px 0;
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.emoji-benefits-magne-d3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emoji-benefits-magne-d3 li {
  font-size: 15px;
  line-height: 1.3;
  color: #262626;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.emoji-benefits-magne-d3 li:last-child {
  margin-bottom: 0;
}
.emoji-benefits-magne-d3 .emoji {
  font-size: 16px;
  flex-shrink: 0;
}
.emoji-benefits-magne-d3 .text {
  flex: 1;
}

.legend-magne-d3 {
  font-size: 12px;
  font-style: italic;
  color: #262626;
  margin-top: 3px;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .emoji-benefits-magne-d3 {
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  
  .emoji-benefits-magne-d3 li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .emoji-benefits-magne-d3 .emoji {
    font-size: 14px;
  }

  .legend-magne-d3 {
    font-size: 10px;
  }
}

/* === Sélecteur qté -10% (Liquid perso) (ID: custom_liquid_3hADmk) === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

        .custom-quantity-selector-magne-d3 {
            font-family: 'Montserrat', sans-serif;
            margin-top: -15px;
        }

        /* ── Titre ── */
        .section-title-magne-d3 {
            text-align: center;
            margin: 10px 0 12px;
        }

        .section-title-magne-d3 .title-text-magne-d3 {
            font-size: 15px;
            font-weight: 400;
            color: #265073;
            margin: 0;
        }

        /* ── Grille 3 cartes côte à côte ── */
        .quantity-options-magne-d3 {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        /* ── Chaque carte ── */
        .quantity-option-magne-d3 {
            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-d3 input[type="radio"] { display: none; }

        .quantity-option-magne-d3:hover {
            border-color: #265073;
            opacity: 1;
            box-shadow: 0 3px 10px rgba(38, 80, 115, 0.12);
        }

        .quantity-option-magne-d3.selected {
            border-color: #265073;
            background: #F0F5F9;
            opacity: 1;
            box-shadow: 0 3px 10px rgba(38, 80, 115, 0.18);
        }

        /* ── Badge remise ── */
        .discount-badge-magne-d3 {
            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-d3 {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
        }

        .option-header-magne-d3 { display: contents; }

        .option-title-group-magne-d3 {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
        }

        .option-title-magne-d3 {
            font-size: 13px;
            font-weight: 700;
            color: #262626;
            margin: 0;
        }

        .option-note-magne-d3 {
            font-size: 11px;
            color: #265073;
            font-weight: 600;
        }

        /* ── Badges ── */
        .free-shipping-badge-magne-d3,
        .satisfaction-badge-magne-d3 {
            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-d3 {
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            color: #166534;
        }

        .satisfaction-badge-magne-d3 {
            background: #eff6ff;
            border: 1px solid #bfdbfe;
            color: #1e40af;
        }

        .free-shipping-badge-magne-d3::before,
        .satisfaction-badge-magne-d3::before {
            content: "✓";
            font-size: 8px;
            font-weight: 700;
        }

        .free-shipping-badge-magne-d3.mobile-only,
        .satisfaction-badge-magne-d3.mobile-only { display: none; }

        /* ── Prix ── */
        .option-pricing-magne-d3 {
            margin-top: 6px;
            width: 100%;
        }

        .price-container-magne-d3 {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        .current-price-magne-d3 {
            font-size: 18px;
            font-weight: 700;
            color: #265073;
            line-height: 1.1;
        }

        .original-price-magne-d3 {
            font-size: 11px;
            color: #999;
            text-decoration: line-through;
        }

        /* ── Séparateur ── */
        .subscription-separator-magne-d3 {
            height: 1px;
            background: #265073;
            opacity: 0.3;
            margin: 14px 0 0;
        }

        /* ── Titre abonnement ── */
        .subscription-section-title-magne-d3 {
            text-align: center;
            margin: 8px 0 6px;
        }

        .subscription-section-title-magne-d3 div {
            font-size: 12px;
            font-weight: 400;
            color: #265073;
        }

        /* ── Option abonnement : bandeau pleine largeur ── */
        .subscription-options-magne-d3 { display: flex; }

        .subscription-options-magne-d3 .quantity-option-magne-d3 {
            flex-direction: row;
            text-align: left;
            align-items: center;
            padding: 10px 14px;
            gap: 0;
            width: 100%;
        }

        .subscription-options-magne-d3 .option-content-magne-d3 {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .subscription-options-magne-d3 .option-title-group-magne-d3 {
            flex-direction: column;
            align-items: flex-start;
            gap: 1px;
        }

        .subscription-options-magne-d3 .option-title-magne-d3 { font-size: 13px; }

        .subscription-options-magne-d3 .option-note-magne-d3 {
            font-size: 10px;
            color: #888;
            font-weight: 400;
        }

        .subscription-options-magne-d3 .option-pricing-magne-d3 {
            margin-top: 0;
            margin-right: 28px;
        }

        .subscription-options-magne-d3 .price-container-magne-d3 { align-items: flex-end; }

        /* ── Bandeau promo ── */
        .promo-banner-magne-d3 {
            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-d3 {
            display: inline-block;
            background: #15803d;
            color: white;
            font-size: 14px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 20px;
            margin-right: 10px;
        }

        /* ── Responsive mobile ── */
        @media (max-width: 480px) {
            .quantity-options-magne-d3 { gap: 8px; }
            .quantity-option-magne-d3 { padding: 12px 8px 10px; }
            .option-title-magne-d3 { font-size: 11px; }
            .current-price-magne-d3 { font-size: 15px; }
            .original-price-magne-d3 { font-size: 10px; }
            .option-note-magne-d3 { font-size: 9px; }
            .discount-badge-magne-d3 { width: 28px; height: 28px; font-size: 8px; top: -7px; right: -7px; }
            .free-shipping-badge-magne-d3:not(.mobile-only),
            .satisfaction-badge-magne-d3:not(.mobile-only) { display: none; }
            .section-title-magne-d3 .title-text-magne-d3 { font-size: 10px; }
            .subscription-options-magne-d3 .option-title-magne-d3 { font-size: 11px; }
            .subscription-options-magne-d3 .option-note-magne-d3 { font-size: 9px; }
            .subscription-section-title-magne-d3 div { font-size: 10px; }
            .promo-banner-magne-d3 { font-size: 13px; padding: 6px 10px; }
            .promo-tag-magne-d3 { font-size: 12px; }
        }

/* === Badge 30j (Liquid perso) (ID: custom_liquid_htpY8t) === */
/* --- Styles Originaux --- */
.guarantee-section {
  margin-top: 40px;
  margin-bottom: 10px;
}
.guarantee-banner {
  --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::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 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-8%, -50%);
  z-index: 2;
  line-height: 0;
}
.guarantee-icon {
    aspect-ratio: 1 / 1;
  width: var(--icon-size);
  height: auto;
  display: block;
}
.guarantee-content {
  position: relative;
  z-index: 3;
  margin-left: var(--text-offset);
  line-height: 1.3;
  max-width: 640px;
}
.guarantee-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #262626;
}
.guarantee-sub {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 3px;
}
.guarantee-sub a {
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer; /* Ajout pour indiquer que c'est cliquable */
}

@media (max-width: 480px) {
  .guarantee-banner {
    --cut-width: 50px;
    --icon-size: 110px;
    --text-offset: 90px;
    padding: 10px 14px;
    border-radius: 10px;
  }
  .guarantee-title { font-size: 15px; }
  .guarantee-sub { font-size: 12px; }
}

/* --- NOUVEAU : Styles pour le Pop-up --- */
.guarantee-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Fond noir semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0; /* Caché par défaut */
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.guarantee-popup-overlay.active {
  opacity: 1; /* Visible quand la classe .active est ajoutée */
  visibility: visible;
}
.guarantee-popup-container {
  background-color: #fff;
  padding: 40px 25px 25px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh; /* Hauteur max pour éviter de déborder */
  overflow-y: auto; /* Permet de scroller si le contenu est long */
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.guarantee-popup-overlay.active .guarantee-popup-container {
  transform: scale(1);
}
.guarantee-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.guarantee-popup-close:hover {
  color: #333;
}
.guarantee-popup-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #265073; /* Bleu demandé */
  margin-bottom: 15px;
}
.guarantee-popup-text {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #262626; /* Gris foncé demandé */
  font-size: 1em;
  line-height: 1.6;
}
.guarantee-popup-text p {
  margin-bottom: 10px;
}
.guarantee-popup-text p:last-child {
  margin-bottom: 0;
}

/* Responsive pour le Pop-up */
@media (max-width: 640px) {
  .guarantee-popup-container {
    padding: 35px 20px 20px 20px;
  }
  .guarantee-popup-title {
    font-size: 1.1em;
  }
  .guarantee-popup-text {
    font-size: 0.9em;
  }
}

/* === 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-d3 {
  padding: 12px 0;
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.product-info-magne-d3 > ul.main-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info-magne-d3 .main-list li {
  font-size: 18px;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info-magne-d3 .main-list li:last-child {
  margin-bottom: 0;
}

.product-info-magne-d3 .info-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.product-info-magne-d3 .text {
  flex: 1;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.product-info-magne-d3 > ul.sub-list {
  margin: 0 0 0 43px;
  padding-left: 30px;
  list-style: disc !important;
  list-style-position: outside !important;
}

.product-info-magne-d3 > ul.sub-list li {
  display: list-item !important;
  list-style: disc !important;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin-bottom: 4px;
}

.product-info-magne-d3 > ul.sub-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-info-magne-d3 {
    padding: 10px 0;
    margin: 12px 0;
  }

  .product-info-magne-d3 .main-list li {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .product-info-magne-d3 .info-icon {
    width: 25px;
    height: 25px;
  }

  .product-info-magne-d3 > ul.sub-list {
    margin-left: 33px;
  }

  .product-info-magne-d3 > ul.sub-list li {
    font-size: 12px;
  }
}

/* === Contenu, Origine & Certificat (Liquid perso) (ID: custom_liquid_TyhGPg) === */
.info-dropdown-container-magne-d3 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
  }

  .info-dropdown-list-magne-d3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .info-dropdown-item-magne-d3 {
    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-d3:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .info-dropdown-item-magne-d3.active {
    background: #f0f5f9;
  }

  .info-dropdown-question-magne-d3 {
    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-d3:hover {
    background: #f8fafc;
  }

  .info-dropdown-item-magne-d3.active .info-dropdown-question-magne-d3 {
    background: #f0f5f9;
  }

  .info-dropdown-question-content-magne-d3 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .info-dropdown-icon-magne-d3 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .info-dropdown-question-text-magne-d3 {
    font-size: 18px;
    font-weight: 600;
    color: #265073;
    margin: 0;
  }

  .info-dropdown-toggle-magne-d3 {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .info-dropdown-toggle-magne-d3.rotated {
    transform: rotate(45deg);
  }

  .info-dropdown-answer-magne-d3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: transparent;
  }

  .info-dropdown-answer-magne-d3.active {
    max-height: 600px;
    padding: 0 30px 25px 30px;
  }

  .info-dropdown-answer-content-magne-d3 {
    font-size: 14px;
    color: #262626;
    line-height: 1.7;
    padding-left: 39px;
  }

  .info-dropdown-answer-content-magne-d3 strong {
    color: #262626;
    font-weight: 700;
  }
  
  .info-dropdown-answer-content-magne-d3 p {
      margin-bottom: 10px;
  }
  
  .info-dropdown-answer-content-magne-d3 p:last-child {
      margin-bottom: 0;
  }

  .info-dropdown-answer-content-magne-d3 a {
    color: #265073;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
  }

  .info-dropdown-answer-content-magne-d3 a:hover {
    text-decoration: underline;
  }
  
  .info-dropdown-answer-content-magne-d3 a:last-child {
    margin-bottom: 0;
  }
  
  /* --- Listes à puces --- */
  .info-dropdown-answer-content-magne-d3 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .info-dropdown-answer-content-magne-d3 ul li {
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 8px;
  }

  .info-dropdown-answer-content-magne-d3 ul li::before {
    content: '•';
    color: #265073;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -0.15em;
  }
  
  .info-dropdown-answer-content-magne-d3 ul ul {
    margin-top: 8px;
    margin-left: 20px;
  }

  @media (max-width: 768px) {
    .info-dropdown-container-magne-d3 {
      padding: 10px 0px;
    }
    .info-dropdown-question-magne-d3 {
      padding: 20px 20px;
    }
    .info-dropdown-question-content-magne-d3 {
      gap: 12px;
    }
    .info-dropdown-icon-magne-d3 {
      width: 20px;
      height: 20px;
    }
    .info-dropdown-question-text-magne-d3 {
      font-size: 16px;
    }
    .info-dropdown-answer-magne-d3.active {
      padding: 0 20px 20px 20px;
      max-height: 800px;
    }
    .info-dropdown-answer-content-magne-d3 {
      font-size: 14px;
      padding-left: 32px;
    }
  }

  @media (max-width: 480px) {
    .info-dropdown-question-magne-d3 {
      padding: 18px 15px;
    }
    .info-dropdown-question-text-magne-d3 {
      font-size: 15px;
    }
    .info-dropdown-answer-magne-d3.active {
      padding: 0 15px 18px 15px;
    }
    .info-dropdown-answer-content-magne-d3 {
      font-size: 13px;
      padding-left: 27px;
    }
  }

/* === Section: custom_liquid_NUrcjV === */
.section-title-accessibilite-magne-d3 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }

  .main-container-specific-magne-d3 {
    font-family: 'Montserrat', sans-serif;
    background: url('/cdn/shop/files/Section_accessibilite_pack_Sommeil_Immunite.png?v=1758274116') 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;
  }

  /* Bandeau ajouté au-dessus */
  .top-strip-magne-d3 {
    margin-top: -25px;
    margin-bottom: 35px;
    padding: 14px 18px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    text-align: center;
  }
  .top-strip-item-magne-d3 {
    flex: 1;
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
  }

  .blocks-overlay-magne-d3 {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    gap: 265px;
    position: relative;
    z-index: 1;
  }

  .text-block-magne-d3 {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 15px;
    flex: 1;
    min-width: 280px;
  }

  .text-block-magne-d3 h2,
  .text-block-magne-d3 .section-heading-magne-d3 {
    font-size: 32px;
    font-weight: regular;
    color: #265073;
    margin-bottom: 0px;
    text-align: center;
    margin-top: -5px;
  }

  .icon-row-magne-d3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ceque-magne-d3 .icon-item-magne-d3 {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ceque-magne-d3 .icon-item-magne-d3:nth-child(3),
  .ceque-magne-d3 .icon-item-magne-d3:nth-child(4) {
    margin-top: 20px;
  }

  .ceque-magne-d3 .icon-item-magne-d3 span { font-size: 15px; }

  .pourqui-magne-d3 .icon-row-magne-d3 { flex-direction: column; gap: 30px; }

  .pourqui-magne-d3 .icon-item-magne-d3 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 15px;
  }

  .ceque-magne-d3 .icon-item-magne-d3 img,
  .pourqui-magne-d3 .icon-item-magne-d3 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    box-sizing: content-box;
  }

  /* ==== Bloc cure fusionné ==== */
  .cure-details-magne-d3 {
    margin-top: 15px;
    margin-bottom: -25px;
    padding: 10px 10px 5px 10px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
  }

  .cure-groups-magne-d3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
  }

  .cure-group-left-magne-d3,
  .cure-group-right-magne-d3 {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .cure-title-magne-d3 {
    font-size: 18px;
    font-weight: 600;
    color: #265073;
    margin-bottom: 8px;
    margin-left: 100px;
    width: 100%;
    text-align: left;
  }

  .gelules-line-magne-d3 { display: flex; align-items: flex-start; gap: 10px; text-align: left; }
  .cure-icon-magne-d3 { width: 65px; }
  .cure-text-magne-d3 { display: flex; flex-direction: column; justify-content: center; }
  .gelules-texte-magne-d3 { font-size: 30px; margin-top: -10px; }
  .mois-texte-magne-d3 { font-size: 20px; margin-top: -11px; }

  .mg-block-magne-d3 { text-align: center; }
  .mg-block-magne-d3 .mg-value-magne-d3 { font-size: 50px; font-weight: bold; color: #265073; margin-top: -15px; margin-bottom: -12px; }
  .mg-block-magne-d3 .mg-label-magne-d3 { font-size: 16px; margin-bottom: -2px; }
  .mg-block-magne-d3 .mg-note-magne-d3 { font-size: 12px; font-style: italic; }

  .b6-block-magne-d3 { display: none; }

  /* D3 posologie styles */
  .gelules-line-d3-magne-d3 { display: flex; align-items: flex-start; gap: 10px; text-align: left; }
  .cure-icon-d3-magne-d3 { width: 65px; margin-top: 0px; }
  .cure-text-d3-magne-d3 { display: flex; flex-direction: column; justify-content: center; margin-top: -5px; }
  .gelules-texte-d3-magne-d3 { font-size: 24px; margin-top: -10px; }
  .exposition-texte-d3-magne-d3 { font-size: 14px; margin-top: -12px; margin-bottom: 5px; }
  .mois-texte-d3-magne-d3 { font-size: 20px; margin-top: -11px; }

  /* Note fusionnée */
  .cure-note-merged-magne-d3 {
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: #262626;
  }

  .pilulier-mobile-magne-d3 { display: none; }

  @media (max-width: 768px) {
    .main-container-specific-magne-d3 {
      background: url('/cdn/shop/files/Background_accessibilite_mobile_magnesium.png?v=1747695728') center/cover no-repeat;
      padding: 40px 20px;
    }

    .top-strip-magne-d3 { gap: 12px; padding: 12px 14px; }
    .top-strip-item-magne-d3 { font-size: 11px; }

    .blocks-overlay-magne-d3 { flex-direction: column; align-items: stretch; gap: 20px; }
    .text-block-magne-d3 { width: 100%; margin: 0; }
    .text-block-magne-d3 h2, .text-block-magne-d3 .section-heading-magne-d3 { font-size: 26px; }

    .ceque-magne-d3 .icon-item-magne-d3 img,
    .pourqui-magne-d3 .icon-item-magne-d3 img { width: 60px; height: 60px; padding: 5px; }
    .ceque-magne-d3 .icon-item-magne-d3 span, .pourqui-magne-d3 .icon-item-magne-d3 span { font-size: 11px; }

    .cure-groups-magne-d3 { flex-direction: column; align-items: center; gap: 16px; }
    .cure-group-left-magne-d3, .cure-group-right-magne-d3 { width: 100%; margin-left: 0; align-items: center; }

    .cure-title-magne-d3 { font-size: 16px; margin-bottom: 6px; text-align: center; margin-left: 0; }

    .gelules-line-magne-d3 { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
    .cure-text-magne-d3 { align-items: center; }
    .cure-icon-magne-d3 { width: 50px; margin-top: -5px; }
    .gelules-texte-magne-d3 { font-size: 28px; }
    .mois-texte-magne-d3 { font-size: 18px; }

    .mg-block-magne-d3 .mg-value-magne-d3 { font-size: 50px; }
    .mg-block-magne-d3 .mg-label-magne-d3 { font-size: 18px; margin-bottom: -5px; }
    .mg-block-magne-d3 .mg-note-magne-d3 { font-size: 13px; }

    .gelules-line-d3-magne-d3 { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
    .cure-icon-d3-magne-d3 { width: 50px; margin-top: -5px; }
    .gelules-texte-d3-magne-d3 { font-size: 26px; }
    .exposition-texte-d3-magne-d3 { font-size: 14px; }
    .mois-texte-d3-magne-d3 { font-size: 18px; margin-top: -5px; margin-bottom: -5px; }

    .cure-note-merged-magne-d3 { font-size: 14px; margin-top: 5px; }

    .pilulier-mobile-magne-d3 { display: flex; justify-content: center; margin: 0; }
    .pilulier-mobile-magne-d3 img { width: 250px; height: auto; }
  }

/* === Section: custom_liquid_pgtcrE === */
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  /* Bannière magnésium */
  .banner-magne-d3 {
    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;
  }

  .banner-magne-d3 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 767px) {
    .banner-magne-d3 {
      width: 88%;
    }

    .banner-magne-d3 img {
      height: auto;
    }
  }

  /* Conteneur principal pour les 6 blocs */
  .benefits-container-6-magne-d3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .benefit-block-6-magne-d3 {
    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-d3 {
    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-d3 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .benefit-content-6-magne-d3 {
    flex: 1;
  }

  .benefit-title-6-magne-d3 {
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 5px;
  }

  .benefit-description-6-magne-d3 {
    font-size: 13px;
    color: #262626;
  }

  @media (max-width: 768px) {
    .benefits-container-6-magne-d3 {
      margin-top: 0px;
      margin-bottom: -25px;
    }

    .benefit-block-6-magne-d3 {
      width: 46%;
      padding: 10px;
      flex-direction: column;
      text-align: center;
      height: auto;
    }

    .benefit-icon-6-magne-d3 {
      width: 60px;
      height: 60px;
      margin: 0 auto 10px auto;
    }

    .benefit-icon-6-magne-d3 img {
      width: 50px;
      height: 50px;
    }

    .benefit-title-6-magne-d3,
    .benefit-description-6-magne-d3 {
      font-size: 10px;
    }
  }

/* === Section: custom_liquid_iVWdDL === */
.inf-compl-container-magne-d3 {
    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-d3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -30px;
  }

  .inf-compl-item-magne-d3 {
    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-d3:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .inf-compl-item-magne-d3.active {
    background: #f0f5f9;
  }

  .inf-compl-question-magne-d3 {
    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-d3:hover {
    background: #f8fafc;
  }

  .inf-compl-item-magne-d3.active .inf-compl-question-magne-d3 {
    background: #f0f5f9;
  }

  .inf-compl-question-content-magne-d3 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .inf-compl-question-text-magne-d3 {
    font-size: 18px;
    font-weight: 400;
    color: #265073;
    margin: 0;
  }

  .inf-compl-toggle-magne-d3 {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .inf-compl-toggle-magne-d3.rotated {
    transform: rotate(45deg);
  }

  .inf-compl-answer-magne-d3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: transparent;
  }

  .inf-compl-answer-magne-d3.active {
    max-height: 4000px;
    padding: 0 30px 25px 30px;
  }

  .inf-compl-answer-content-magne-d3 {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    padding-left: 5px;
  }

  .inf-compl-answer-content-magne-d3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #265073;
    margin: 25px 0 15px 0;
  }

  .inf-compl-answer-content-magne-d3 h3:first-child {
    margin-top: 0;
  }

  .inf-compl-answer-content-magne-d3 strong {
    color: #262626;
    font-weight: 700;
  }

  .inf-compl-answer-content-magne-d3 p {
    margin: 0 0 15px 0;
  }

  .inf-compl-answer-content-magne-d3 p:last-child {
    margin-bottom: 0;
  }

  /* Style pour la section sources */
  .inf-compl-sources-title-magne-d3 {
    font-size: 16px;
    font-weight: 600;
    color: #265073;
    margin: 30px 0 15px 0;
  }

  .inf-compl-sources-list-magne-d3 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    font-weight: 400;
  }

  .inf-compl-sources-list-magne-d3 ol {
    margin: 0;
    padding-left: 20px;
  }

  .inf-compl-sources-list-magne-d3 li {
    margin-bottom: 8px;
  }

  .inf-compl-sources-list-magne-d3 a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .inf-compl-sources-list-magne-d3 a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .inf-compl-container-magne-d3 {
      padding: 20px 10px;
    }
	
	  .inf-compl-list-magne-d3 {
    margin-top: 0;
  }

    .inf-compl-question-magne-d3 {
      padding: 20px 20px;
    }

    .inf-compl-question-content-magne-d3 {
      gap: 12px;
    }

    .inf-compl-question-text-magne-d3 {
      font-size: 16px;
    }

    .inf-compl-answer-magne-d3.active {
      padding: 0 20px 20px 20px;
      max-height: 4000px;
    }

    .inf-compl-answer-content-magne-d3 {
      font-size: 14px;
      padding-left: 3px;
    }

    .inf-compl-answer-content-magne-d3 h3 {
      font-size: 18px;
    }
  }

  @media (max-width: 480px) {
  
		.inf-compl-list-magne-d3 {
		margin-top: 0;
		 }
  
    .inf-compl-question-magne-d3 {
      padding: 18px 15px;
    }

    .inf-compl-question-text-magne-d3 {
      font-size: 15px;
    }

    .inf-compl-answer-magne-d3.active {
      padding: 0 15px 18px 15px;
      max-height: 4000px;
    }

    .inf-compl-answer-content-magne-d3 {
      font-size: 13px;
      padding-left: 2px;
    }

    .inf-compl-answer-content-magne-d3 h3 {
      font-size: 16px;
    }
  }

/* === Section: custom_liquid_HANKVb === */
.magne-dual-block-d3 {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    margin-top: -10px;
    display: flex;
    align-items: stretch;
    gap: 60px;
    padding: 30px;
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }

  .magne-block-left-d3 {
    width: 55%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
  }

  .magne-block-image-d3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
  }

  .magne-block-right-d3 {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .magne-feature-d3 {
    text-align: center;
  }

  .magne-feature-icon-d3 {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
  }

  .magne-feature-title-d3 {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    margin: 5px 0;
  }

  .magne-feature-description-d3 {
    font-size: 16px;
    color: #262626;
    margin: 0;
  }

  @media (max-width: 768px) {
    .magne-dual-block-d3 {
      flex-direction: column;
      gap: 20px;
      padding: 20px;
    }

    .magne-block-left-d3,
    .magne-block-right-d3 {
      width: 100%;
    }

    .magne-block-right-d3 {
      gap: 0px;
    }

    .magne-block-left-d3 {
      aspect-ratio: 4 / 3;
    }

    .magne-block-image-d3 {
      height: auto;
    }

    .magne-feature-d3 {
      padding: 10px 20px;
    }
  }

/* === Section: custom_liquid_Lbai4B === */
/* Styles de base */
  body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  .section-title-posologie-magne-d3 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
  }

  /* Conteneur principal pour les 2 blocs */
  .posologie-container-magne-d3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Style des blocs de posologie */
  .posologie-block-magne-d3 {
    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;
  }

  /* Icône/image */
  .posologie-icon-magne-d3 {
    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-d3 img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    border-radius: 0;
  }

  /* Texte */
  .posologie-content-magne-d3 { flex: 1; }

  .posologie-title-magne-d3 {
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 0px;
  }

  .posologie-description-magne-d3 {
    font-size: 15px;
    color: #262626;
  }

  /* Variantes desktop/mobile pour le texte */
  .poso-desktop-magne-d3 { display: inline; }
  .poso-mobile-magne-d3  { display: none; }

  /* Style pour mobile */
  @media (max-width: 768px) {
    .posologie-container-magne-d3 {
      margin-top: 0px;
      margin-bottom: -25px;
      gap: 10px;
    }
    .posologie-block-magne-d3 {
      width: calc(50% - 10px);
      padding: 10px;
      height: auto;
      flex-direction: column;
      text-align: center;
    }
    .posologie-icon-magne-d3 {
      flex: 0 0 60px;
      margin-right: 0;
      margin-bottom: 5px;
      background-color: #ffffff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .posologie-icon-magne-d3 img { width: 50px; height: 50px; }
    .posologie-title-magne-d3 { font-size: 11px; margin-bottom: 5px; }
    .posologie-description-magne-d3 { font-size: 9px; }

    /* inversion d’affichage */
    .poso-desktop-magne-d3 { display: none; }
    .poso-mobile-magne-d3  { display: inline; }
  }

/* === Section: custom_liquid_nmGftF === */
/* Styles de base */
  body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  /* Conteneur principal pour centrer le bloc */
  .benefits-container-magne-d3 {
    display: flex;
    justify-content: center;
    padding: 20px;
    max-width: 1200px;
    margin: -15px auto; /* Ajuste l'espacement en haut et en bas */
  }

  /* Style pour le bloc de l'image unique */
  .full-width-block-magne-d3 {
    background-color: #ffffff;
    border-radius: 15px;
    width: calc(100% - 40px);
    max-width: 1200px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }

  /* Style de l'image */
  .full-width-block-magne-d3 img {
    width: 100%; /* Taille par défaut sur PC */
    height: auto;
    max-width: none; /* Empêche la réduction excessive */
  }

  /* Style pour mobile avec personnalisation */
  @media (max-width: 768px) {
    .full-width-block-magne-d3 {
      overflow-x: auto; /* Permet le défilement horizontal */
      border-radius: 0;
      -webkit-overflow-scrolling: touch; /* Défilement fluide sur iOS */
    }
    .full-width-block-magne-d3 img {
      width: 1000px; /* Taille fixe sur mobile, modifiable */
      max-width: none; /* Empêche l'adaptation automatique */
      height: auto; /* Garde les proportions */
    }
  }

/* === Section: custom_liquid_hJcUA4 === */
/* Styles de base */
  body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
  }

  .section-container-specific-magne-d3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-title-magne-d3 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
    color: #265073;
    font-weight: 400;
  }

  /* Conteneur pour le tableau avec fond séparé */
  .table-wrapper-specific-magne-d3 {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Fond et arrondi pour le tableau uniquement */
  .table-background-magne-d3 {
    background-color: #262626;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
  }

  /* Style du tableau */
  .table-specific-magne-d3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
  }

  /* Style pour toutes les cellules */
  .table-specific-magne-d3 th, .table-specific-magne-d3 td {
    padding: 10px;
    border: 1px solid #3e3e3e;
    text-align: left;
  }

  /* Coins arrondis spécifiques */
  .table-specific-magne-d3 th:first-child {
    border-top-left-radius: 15px; /* Coin haut gauche */
  }

  .table-specific-magne-d3 th:last-child {
    border-top-right-radius: 15px; /* Coin haut droit */
  }

  .table-specific-magne-d3 tr:last-child td:first-child {
    border-bottom-left-radius: 15px; /* Coin bas gauche */
  }

  .table-specific-magne-d3 tr:last-child td:last-child {
    border-bottom-right-radius: 15px; /* Coin bas droit */
  }

  /* Style par ligne */
  .header-row-magne-d3 th {
    font-weight: bold;
    font-size: 16px;
    background-color: #f0f5f9;
    color: #262626;
  }

  .row-1-magne-d3 td {
    font-size: 14px;
    font-weight: normal;
    color: #262626;
  }

  .row-2-magne-d3 td {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #262626;
  }

  /* Largeur des colonnes */
  .col-1-magne-d3 { width: 30%; }
  .col-2-magne-d3 { width: 50%; }
  .col-3-magne-d3 { width: 20%; }

  /* Bloc de notes sous le tableau */
  .table-notes-specific-magne-d3 {
    font-size: 12px;
    color: #262626;
    padding: 5px;
    margin-top: 5px;
    background-color: transparent;
    text-align: left;
  }

  /* Bloc d'ingrédients actifs */
  .ingredients-container-specific-magne-d3 {
    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-d3 {
    font-size: 22px;
    font-weight: bold;
    color: #262626;
    line-height: 1.2;
    text-align: left;
    height: 40px;
    margin-bottom: 15px;
  }

  /* Conteneur pour les deux blocs d'ingrédients actifs */
  .ingredients-flex-container-magne-d3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .ingredient-block-specific-magne-d3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    width: 220px;
    max-width: 225px;
  }

  .ingredient-icon-specific-magne-d3 {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .ingredient-icon-specific-magne-d3 img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .ingredient-content-specific-magne-d3 {
    flex: 1;
  }

  .ingredient-name-specific-magne-d3 {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .ingredient-description-specific-magne-d3 {
    font-size: 14px;
    color: #262626;
    line-height: 1.2;
  }

  /* Blocs Composition et Précautions d'emploi */
  .text-blocks-wrapper-magne-d3 {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    max-width: 1200px;
    margin: -10px auto 0 auto;
    gap: 5px;
  }

  .text-block-specific-magne-d3 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .text-title-specific-magne-d3 {
    font-size: 18px;
    font-weight: bold;
    color: #265073;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .text-description-specific-magne-d3 {
    font-size: 14px;
    color: #262626;
    line-height: 1.3;
  }

  /* Ajustements pour mobile */
  @media (max-width: 768px) {
    .section-container-specific-magne-d3 {
      padding: 10px 20px;
    }

    .table-wrapper-specific-magne-d3,
    .ingredients-container-specific-magne-d3 {
      max-width: 100%;
      margin: 0 auto;
    }

    .table-specific-magne-d3 th, .table-specific-magne-d3 td {
      font-size: 10px;
      padding: 8px;
    }

    .table-notes-specific-magne-d3 {
      font-size: 9px;
    }

    .ingredients-title-specific-magne-d3 {
      font-size: 13px;
	  margin-bottom: 0;
    }

    .ingredient-icon-specific-magne-d3 {
      width: 60px;
      height: 60px;
      background-color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }

    .ingredient-icon-specific-magne-d3 img {
      width: 50px;
      height: 50px;
    }

    .ingredient-name-specific-magne-d3 {
      font-size: 11px;
	  margin-bottom: 10px;
    }

    .ingredient-description-specific-magne-d3 {
      font-size: 9px;
    }

    /* Force 2 colonnes en mobile, même avec max-width desktop */
    .ingredients-flex-container-magne-d3 {
      justify-content: center;
      gap: 16px;
    }
    .ingredient-block-specific-magne-d3 {
      flex: 0 1 calc(50% - 16px);
      max-width: none;
      width: auto;
    }
  }

  /* Micro-mobile */
  @media (max-width: 480px) {
    .ingredients-flex-container-magne-d3 {
      gap: 12px;
    }
    .ingredient-block-specific-magne-d3 {
      flex: 0 1 calc(50% - 12px);
    }
    .ingredient-icon-specific-magne-d3 {
      width: 56px;
      height: 56px;
      margin-bottom: 8px;
    }
    .ingredient-icon-specific-magne-d3 img {
      width: 46px;
      height: 46px;
    }
	    .ingredients-title-specific-magne-d3 {
	  margin-bottom: -15px;;
    }
  }

/* === Section: custom_liquid_tTgzDd === */
.faq-container-magne-d3 {
    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-d3 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #265073;
    margin: 0 0 40px 0;
  }

  .faq-list-magne-d3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .faq-item-magne-d3 {
    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-d3:hover {
    box-shadow: 0 6px 20px rgba(38, 80, 115, 0.15);
    transform: translateY(-2px);
  }

  .faq-item-magne-d3.active {
    background: #f0f5f9;
  }

  .faq-question-magne-d3 {
    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-d3:hover {
    background: #f8fafc;
  }

  .faq-item-magne-d3.active .faq-question-magne-d3 {
    background: #f0f5f9;
  }

  .faq-question-content-magne-d3 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
  }

  .faq-icon-magne-d3 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .faq-question-text-magne-d3 {
    font-size: 18px;
    font-weight: 600;
    color: #265073;
    margin: 0;
  }

  .faq-toggle-magne-d3 {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .faq-toggle-magne-d3.rotated {
    transform: rotate(45deg);
  }

  .faq-answer-magne-d3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: transparent;
  }

  .faq-answer-magne-d3.active {
    max-height: 600px;
    padding: 0 30px 25px 30px;
  }

  .faq-answer-content-magne-d3 {
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    padding-left: 39px;
  }

  .faq-answer-content-magne-d3 strong {
    color: #262626;
    font-weight: 700;
  }

  .faq-answer-content-magne-d3 a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .faq-answer-content-magne-d3 a:hover {
    text-decoration: underline;
  }

  .faq-footer-text-magne-d3 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
  }

  .faq-footer-text-magne-d3 a {
    color: #265073;
    text-decoration: none;
    font-weight: 400;
  }

  .faq-footer-text-magne-d3 a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .faq-container-magne-d3 {
      padding: 20px 10px;
    }

    .faq-title-magne-d3 {
      font-size: 24px;
      margin-bottom: 30px;
    }

    .faq-question-magne-d3 {
      padding: 20px 20px;
    }

    .faq-question-content-magne-d3 {
      gap: 12px;
    }

    .faq-icon-magne-d3 {
      width: 20px;
      height: 20px;
    }

    .faq-question-text-magne-d3 {
      font-size: 16px;
    }

    .faq-answer-magne-d3.active {
      padding: 0 20px 20px 20px;
      max-height: 800px;
    }

    .faq-answer-content-magne-d3 {
      font-size: 14px;
      padding-left: 32px;
    }

    .faq-footer-text-magne-d3 {
      font-size: 14px;
      margin-top: 25px;
    }
  }

  @media (max-width: 480px) {
    .faq-title-magne-d3 {
      font-size: 20px;
    }

    .faq-question-magne-d3 {
      padding: 18px 15px;
    }

    .faq-question-text-magne-d3 {
      font-size: 15px;
    }

    .faq-answer-magne-d3.active {
      padding: 0 15px 18px 15px;
    }

    .faq-answer-content-magne-d3 {
      font-size: 13px;
      padding-left: 27px;
    }

    .faq-footer-text-magne-d3 {
      font-size: 12px;
      margin-top: 20px;
    }
  }

/* === Section: custom_liquid_b6GN7z === */
.title-related-product-magne-d3 {
    font-size: 25px;
    color: #265073;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
  }

/* === Section: custom_liquid_kRRtqG === */
.sticky-atc-bar-magne-d3 {
    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-d3.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  
  .sticky-atc-wrap-magne-d3 {
    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-d3 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }
  
  .sticky-atc-title-magne-d3 {
    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-d3 {
    font-size: 18px;
    font-weight: 700;
    color: #265073;
    white-space: nowrap;
  }
  
  .sticky-atc-right-magne-d3 {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }
  
  .sticky-atc-btn-magne-d3 {
    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-d3:hover:not([disabled]) {
    background: #1e3f57;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(38, 80, 115, 0.3);
  }
  
  .sticky-atc-btn-magne-d3:active:not([disabled]) {
    transform: translateY(0);
  }
  
  .sticky-atc-btn-magne-d3[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  /* Menu déroulant custom */
  .sticky-atc-select-wrapper-magne-d3 {
    position: relative;
    min-width: 190px;
  }
  
  .sticky-atc-select-magne-d3 {
    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-d3:hover {
    background: #e5edf3;
    border-color: #1e3f57;
  }
  
  .sticky-atc-select-magne-d3:focus {
    background: #e5edf3;
    border-color: #1e3f57;
    box-shadow: 0 0 0 3px rgba(38, 80, 115, 0.1);
  }
  
  .sticky-atc-select-wrapper-magne-d3::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-d3:focus + .sticky-atc-select-wrapper-magne-d3::after,
  .sticky-atc-select-wrapper-magne-d3:has(select:focus)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  
  @media (min-width: 768px) {
    .sticky-atc-bar-magne-d3 {
      left: calc(50% - 550px);
      right: auto;
      width: 1100px;
    }
  }
  
  @media (max-width: 767px) {
    .sticky-atc-wrap-magne-d3 {
      padding: 12px 14px;
      gap: 12px;
      border-radius: 12px;
      flex-direction: column;
      align-items: stretch;
    }
    
    .sticky-atc-left-magne-d3 {
      gap: 4px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }

    .sticky-atc-title-magne-d3 {
      font-size: 13px;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      flex: 0 0 auto;
    }

    .sticky-atc-price-magne-d3 {
      font-size: 13px;
      font-weight: 700;
      flex: 1 1 auto;
      text-align: right;
    }

    .sticky-atc-right-magne-d3 {
      flex-direction: row;
      gap: 8px;
      width: 100%;
    }

    .sticky-atc-btn-magne-d3 {
      width: auto;
      flex-shrink: 0;
      padding: 11px 16px;
      font-size: 13px;
      border-radius: 10px;
      order: 2;
    }

    .sticky-atc-select-wrapper-magne-d3 {
      flex: 1;
      min-width: 0;
      order: 1;
    }
    
    .sticky-atc-select-magne-d3 {
      font-size: 12px;
      padding: 10px 32px 10px 12px;
      border-radius: 8px;
    }
    
    .sticky-atc-select-wrapper-magne-d3::after {
      right: 10px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #265073;
    }
  }
