/** Shopify CDN: Minification failed

Line 1774:26 Unexpected "/"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
/* Wrapper principal */
.halo-recently-viewed-popup.is-show{
    display:none!important;
}
.articleLookbook-des{
    font-size:14px!important;
}
#delivery-section {
  --ds-navy-blue: #0f172a;
  --ds-orange: #f97316;
  --ds-bg-light: #f9fafb;
  --ds-border: #e5e7eb;
  --ds-radius-lg: 12px;
  --ds-radius-full: 999px;
  --ds-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  color: #111827;
  font-size: 1.375rem; /* 22px base pour encore plus grand */
}

#delivery-section * {
  box-sizing: border-box;
}

/* Layout généraux */
#delivery-section .ds-grid {
  display: grid;
  gap: 2rem;
}

#delivery-section .ds-grid-2 {
  grid-template-columns: 1fr;
}

#delivery-section .ds-grid-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #delivery-section .ds-grid-2 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  #delivery-section .ds-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #delivery-section .ds-grid-2-50-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#delivery-section h2,
#delivery-section h3,
#delivery-section h4 {
  margin: 0;
}

#delivery-section h2 {
  font-size: 3.75rem; /* Encore plus grand */
  font-weight: 800;
  margin-bottom: 2.3rem;
  color: var(--ds-navy-blue);
  letter-spacing: -0.03em;
}

#delivery-section h3 {
  font-size: 2.7rem; /* Encore plus grand */
  font-weight: 800;
  margin-bottom: 1.35rem;
  color: var(--ds-navy-blue);
}

#delivery-section h4 {
  font-size: 2rem; /* Encore plus grand */
  font-weight: 700;
  color: var(--ds-navy-blue);
}

#delivery-section .ds-section {
  background: #ffffff;
  padding: 2.5rem 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
  #delivery-section .ds-section {
    padding: 3rem 2rem 3rem;
  }
}

/* Cartes / blocs */
#delivery-section .ds-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--ds-radius-lg);
  border: 1px solid var(--ds-border);
  padding: 2.4rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
  font-size: 1.25rem; /* Plus grand dans les cartes */
}

#delivery-section .ds-card-strong {
  border-width: 2px;
  border-color: var(--ds-orange);
}

#delivery-section .ds-card:hover {
  box-shadow: var(--ds-shadow-soft);
  transform: translateY(-4px);
  border-color: var(--ds-orange);
}

#delivery-section .ds-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--ds-orange);
  color: #ffffff;
  font-size: 1.35rem; /* Encore plus grand */
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#delivery-section .ds-card-header-icon {
  text-align: center;
  margin-bottom: 1.05rem;
  font-size: 4.5rem; /* Encore plus grand */
}

/* Zones de livraison (fond dégradé) */
#delivery-section .ds-card-gradient {
  background: linear-gradient(135deg, #eff6ff, #fff7ed);
  border-radius: var(--ds-radius-lg);
  padding: 2.4rem;
}

#delivery-section .ds-pill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 1.2rem 1.5rem;
  gap: 1rem;
}

#delivery-section .ds-pill-left {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.35rem; /* Plus grand */
  font-weight: 600;
}

#delivery-section .ds-pill-badge {
  font-size: 1.25rem; /* Plus grand */
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: var(--ds-radius-full);
  white-space: nowrap;
}

/* Couleurs badges */
#delivery-section .ds-badge-green {
  background: #dcfce7;
  color: #166534;
}

#delivery-section .ds-badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

#delivery-section .ds-badge-yellow {
  background: #fef9c3;
  color: #854d0e;
}

#delivery-section .ds-badge-orange {
  background: #ffedd5;
  color: #c05621;
}

#delivery-section .ds-badge-gray {
  background: #f3f4f6;
  color: #374151;
}

/* Formulaire */
#delivery-section .ds-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

#delivery-section .ds-form-group label {
  display: block;
  font-size: 1.25rem; /* Plus grand */
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #4b5563;
}

#delivery-section .ds-input,
#delivery-section .ds-select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 1.15rem 1.3rem;
  font-size: 1.35rem; /* Plus grand */
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  background-color: #ffffff;
}

#delivery-section .ds-input:focus,
#delivery-section .ds-select:focus {
  border-color: var(--ds-orange);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
}

#delivery-section .ds-helper-text {
  font-size: 1.25rem; /* Plus grand */
  color: #6b7280;
  text-align: center;
}

/* Boutons */
#delivery-section .ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.45rem; /* Plus grand */
  padding: 1.35rem 2rem;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 180ms ease;
}

#delivery-section .ds-btn-primary {
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(234, 88, 12, 0.35);
}

#delivery-section .ds-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(234, 88, 12, 0.45);
  background: linear-gradient(90deg, #fb923c, #ea580c);
}

#delivery-section .ds-btn-secondary {
  background: var(--ds-navy-blue);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.35);
}

#delivery-section .ds-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.45);
}

/* Listes & texte */
#delivery-section .ds-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#delivery-section .ds-list li {
  font-size: 1.45rem; /* Plus grand */
  color: #4b5563;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  line-height: 1.8;
}

#delivery-section .ds-list li i {
  margin-top: 0.18rem;
}

#delivery-section .ds-text-sm {
  font-size: 1.4rem; /* Plus grand */
  color: #4b5563;
  line-height: 1.8;
}

#delivery-section .ds-text-xs {
  font-size: 1.15rem; /* Plus grand */
  color: #6b7280;
}

#delivery-section .ds-text-center {
  text-align: center;
}

#delivery-section .ds-text-accent {
  color: var(--ds-orange);
}

#delivery-section .ds-highlight {
  font-weight: 800;
  color: #16a34a;
  font-size: 2.15rem; /* Plus grand */
}

/* Blocs d’information */
#delivery-section .ds-info-block {
  background: #f9fafb;
  border-radius: var(--ds-radius-lg);
  padding: 2.2rem;
  font-size: 1.25rem; /* Plus grand */
}

#delivery-section .ds-info-accent {
  background: #eff6ff;
  border-left: 4px solid var(--ds-navy-blue);
  border-radius: 0.75rem;
  padding: 2.2rem;
  font-size: 1.25rem; /* Plus grand */
}

/* Flex utils */
#delivery-section .ds-flex {
  display: flex;
  align-items: center;
}

#delivery-section .ds-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#delivery-section .ds-gap-2 {
  gap: 0.8rem;
}

#delivery-section .ds-gap-3 {
  gap: 1.35rem;
}

#delivery-section .ds-gap-4 {
  gap: 1.5rem;
}

#delivery-section .ds-mb-1 {
  margin-bottom: 0.3rem;
}

#delivery-section .ds-mb-2 {
  margin-bottom: 0.8rem;
}

#delivery-section .ds-mb-3 {
  margin-bottom: 1.2rem;
}

#delivery-section .ds-mb-4 {
  margin-bottom: 1.6rem;
}

#delivery-section .ds-mb-6 {
  margin-bottom: 2rem;
}

#delivery-section .ds-mb-8 {
  margin-bottom: 2.7rem;
}

#delivery-section .ds-mt-8 {
  margin-top: 2.7rem;
}

/* Alignements spéciaux */
#delivery-section .ds-price {
  font-size: 3rem; /* Plus grand */
  font-weight: 800;
  color: var(--ds-orange);
}

#delivery-section .ds-price-free {
  font-size: 3rem; /* Plus grand */
  font-weight: 800;
  color: #16a34a;
}

/* Grid d’info à 3 colonnes */
@media (min-width: 768px) {
  #delivery-section .ds-grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }
}


/* garantie */
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
/* Wrapper principal */
#warranty-section {
  --ds-navy-blue: #0f172a;
  --ds-orange: #f97316;
  --ds-bg-light: #f9fafb;
  --ds-border: #e5e7eb;
  --ds-radius-lg: 12px;
  --ds-radius-full: 999px;
  --ds-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  font-size: 1.375rem; /* 22px base pour encore plus grand */
}

#warranty-section * {
  box-sizing: border-box;
}

/* Layout généraux */
#warranty-section .ds-grid {
  display: grid;
  gap: 2rem;
}

#warranty-section .ds-grid-2 {
  grid-template-columns: 1fr;
}

#warranty-section .ds-grid-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #warranty-section .ds-grid-2 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  #warranty-section .ds-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #warranty-section .ds-grid-2-50-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#warranty-section h2,
#warranty-section h3,
#warranty-section h4 {
  margin: 0;
}

#warranty-section h2 {
  font-size: 3.75rem; /* Encore plus grand */
  font-weight: 800;
  margin-bottom: 2.3rem;
  color: var(--ds-navy-blue);
  letter-spacing: -0.03em;
}

#warranty-section h3 {
  font-size: 2.7rem; /* Encore plus grand */
  font-weight: 800;
  margin-bottom: 1.35rem;
  color: var(--ds-navy-blue);
}

#warranty-section h4 {
  font-size: 2rem; /* Encore plus grand */
  font-weight: 700;
  color: var(--ds-navy-blue);
}

#warranty-section .ds-section {
  background: #ffffff;
  padding: 2.5rem 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
  #warranty-section .ds-section {
    padding: 3rem 2rem 3rem;
  }
}

/* Cartes / blocs */
#warranty-section .ds-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--ds-radius-lg);
  border: 1px solid var(--ds-border);
  padding: 2.4rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
  font-size: 1.25rem; /* Plus grand dans les cartes */
}

#warranty-section .ds-card-strong {
  border-width: 2px;
  border-color: var(--ds-orange);
}

#warranty-section .ds-card:hover {
  box-shadow: var(--ds-shadow-soft);
  transform: translateY(-4px);
  border-color: var(--ds-orange);
}

#warranty-section .ds-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--ds-orange);
  color: #ffffff;
  font-size: 1.35rem; /* Encore plus grand */
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#warranty-section .ds-card-header-icon {
  text-align: center;
  margin-bottom: 1.05rem;
  font-size: 4.5rem; /* Encore plus grand */
}

/* Zones de livraison (fond dégradé) */
#warranty-section .ds-card-gradient {
  background: linear-gradient(135deg, #eff6ff, #fff7ed);
  border-radius: var(--ds-radius-lg);
  padding: 2.4rem;
}

#warranty-section .ds-pill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 1.2rem 1.5rem;
  gap: 1rem;
}

#warranty-section .ds-pill-left {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.35rem; /* Plus grand */
  font-weight: 600;
}

#warranty-section .ds-pill-badge {
  font-size: 1.25rem; /* Plus grand */
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: var(--ds-radius-full);
  white-space: nowrap;
}

/* Couleurs badges */
#warranty-section .ds-badge-green {
  background: #dcfce7;
  color: #166534;
}

#warranty-section .ds-badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

#warranty-section .ds-badge-yellow {
  background: #fef9c3;
  color: #854d0e;
}

#warranty-section .ds-badge-orange {
  background: #ffedd5;
  color: #c05621;
}

#warranty-section .ds-badge-gray {
  background: #f3f4f6;
  color: #374151;
}

/* Formulaire */
#warranty-section .ds-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

#warranty-section .ds-form-group label {
  display: block;
  font-size: 1.25rem; /* Plus grand */
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #4b5563;
}

#warranty-section .ds-input,
#warranty-section .ds-select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 1.15rem 1.3rem;
  font-size: 1.35rem; /* Plus grand */
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  background-color: #ffffff;
}

#warranty-section .ds-input:focus,
#warranty-section .ds-select:focus {
  border-color: var(--ds-orange);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
}

#warranty-section .ds-helper-text {
  font-size: 1.25rem; /* Plus grand */
  color: #6b7280;
  text-align: center;
}

/* Boutons */
#warranty-section .ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.45rem; /* Plus grand */
  padding: 1.35rem 2rem;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 180ms ease;
}

#warranty-section .ds-btn-primary {
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(234, 88, 12, 0.35);
}

#warranty-section .ds-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(234, 88, 12, 0.45);
  background: linear-gradient(90deg, #fb923c, #ea580c);
}

#warranty-section .ds-btn-secondary {
  background: var(--ds-navy-blue);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.35);
}

#warranty-section .ds-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.45);
}

/* Listes & texte */
#warranty-section .ds-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#warranty-section .ds-list li {
  font-size: 1.45rem; /* Plus grand */
  color: #4b5563;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  line-height: 1.8;
}

#warranty-section .ds-list li i {
  margin-top: 0.18rem;
}

#warranty-section .ds-text-sm {
  font-size: 1.4rem; /* Plus grand */
  color: #4b5563;
  line-height: 1.8;
}

#warranty-section .ds-text-xs {
  font-size: 1.15rem; /* Plus grand */
  color: #6b7280;
}

#warranty-section .ds-text-center {
  text-align: center;
}

#warranty-section .ds-text-accent {
  color: var(--ds-orange);
}

#warranty-section .ds-highlight {
  font-weight: 800;
  color: #16a34a;
  font-size: 2.15rem; /* Plus grand */
}

/* Blocs d’information */
#warranty-section .ds-info-block {
  background: #f9fafb;
  border-radius: var(--ds-radius-lg);
  padding: 2.2rem;
  font-size: 1.25rem; /* Plus grand */
}

#warranty-section .ds-info-accent {
  background: #eff6ff;
  border-left: 4px solid var(--ds-navy-blue);
  border-radius: 0.75rem;
  padding: 2.2rem;
  font-size: 1.25rem; /* Plus grand */
}

/* Flex utils */
#warranty-section .ds-flex {
  display: flex;
  align-items: center;
}

#warranty-section .ds-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#warranty-section .ds-gap-2 {
  gap: 0.8rem;
}

#warranty-section .ds-gap-3 {
  gap: 1.35rem;
}

#warranty-section .ds-gap-4 {
  gap: 1.5rem;
}

#warranty-section .ds-mb-1 {
  margin-bottom: 0.3rem;
}

#warranty-section .ds-mb-2 {
  margin-bottom: 0.8rem;
}

#warranty-section .ds-mb-3 {
  margin-bottom: 1.2rem;
}

#warranty-section .ds-mb-4 {
  margin-bottom: 1.6rem;
}

#warranty-section .ds-mb-6 {
  margin-bottom: 2rem;
}

#warranty-section .ds-mb-8 {
  margin-bottom: 2.7rem;
}

#warranty-section .ds-mt-8 {
  margin-top: 2.7rem;
}

/* Alignements spéciaux */
#warranty-section .ds-price {
  font-size: 3rem; /* Plus grand */
  font-weight: 800;
  color: var(--ds-orange);
}

#warranty-section .ds-price-free {
  font-size: 3rem; /* Plus grand */
  font-weight: 800;
  color: #16a34a;
}

/* Grid d'info à 3 colonnes */
@media (min-width: 768px) {
  #warranty-section .ds-grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }
}

/* =============================================================================
   WARRANTY SECTION - Styles personnalisés
   ============================================================================= */

/* Wrapper principal */
#warranty-section {
  --ws-navy-blue: #0f172a;
  --ws-orange: #f97316;
  --ws-bg-light: #f9fafb;
  --ws-border: #e5e7eb;
  --ws-radius-lg: 12px;
  --ws-radius-full: 999px;
  --ws-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  font-size: 1.375rem;
}

#warranty-section * {
  box-sizing: border-box;
}

/* Layout généraux - Réutilisation des patterns delivery */
#warranty-section .ws-grid {
  display: grid;
  gap: 2rem;
}

#warranty-section .ws-grid-2 {
  grid-template-columns: 1fr;
}

#warranty-section .ws-grid-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #warranty-section .ws-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #warranty-section .ws-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #warranty-section .ws-grid-2-50-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#warranty-section h2,
#warranty-section h3,
#warranty-section h4 {
  margin: 0;
}

#warranty-section h2 {
  font-size: 3.75rem;
  font-weight: 800;
  margin-bottom: 2.3rem;
  color: var(--ws-navy-blue);
  letter-spacing: -0.03em;
}

#warranty-section h3 {
  font-size: 2.7rem;
  font-weight: 800;
  margin-bottom: 1.35rem;
  color: var(--ws-navy-blue);
}

#warranty-section h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ws-navy-blue);
}

#warranty-section .ws-section {
  background: #ffffff;
  padding: 2.5rem 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
  #warranty-section .ws-section {
    padding: 3rem 2rem 3rem;
  }
}

/* Banner principal avec dégradé bleu */
#warranty-section .ws-banner-gradient {
  background: linear-gradient(90deg, #2563eb, #1e40af);
  color: #ffffff;
  border-radius: var(--ws-radius-lg);
  padding: 2.4rem;
}

#warranty-section .ws-banner-icon {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}

#warranty-section .ws-banner-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

#warranty-section .ws-banner-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

/* Cartes - Réutilisation des patterns delivery */
#warranty-section .ws-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--ws-radius-lg);
  border: 2px solid var(--ws-border);
  padding: 2.4rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
  font-size: 1.25rem;
}

#warranty-section .ws-card:hover {
  box-shadow: var(--ws-shadow-soft);
  transform: translateY(-4px);
  border-color: var(--ws-orange);
}

#warranty-section .ws-card-header-icon {
  text-align: center;
  margin-bottom: 1.05rem;
  font-size: 4.5rem;
}

/* Blocs d'information avec bordures colorées */
#warranty-section .ws-info-box {
  border-radius: var(--ws-radius-lg);
  padding: 2.2rem;
  font-size: 1.25rem;
  border-left: 4px solid;
}

#warranty-section .ws-info-box-green {
  background: #f0fdf4;
  border-left-color: #22c55e;
}

#warranty-section .ws-info-box-red {
  background: #fef2f2;
  border-left-color: #ef4444;
}

#warranty-section .ws-info-box-blue {
  background: #eff6ff;
  border-left-color: #3b82f6;
}

#warranty-section .ws-info-box-orange {
  background: #fff7ed;
  border-left-color: var(--ws-orange);
}

#warranty-section .ws-info-box-title {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

#warranty-section .ws-info-box-title-green {
  color: #166534;
}

#warranty-section .ws-info-box-title-red {
  color: #991b1b;
}

/* Étapes numérotées */
#warranty-section .ws-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#warranty-section .ws-step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

#warranty-section .ws-step-number {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.5rem;
}

#warranty-section .ws-step-number-orange {
  background: var(--ws-orange);
}

#warranty-section .ws-step-number-navy {
  background: var(--ws-navy-blue);
}

#warranty-section .ws-step-content {
  flex: 1;
}

#warranty-section .ws-step-title {
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.6rem;
  color: var(--ws-navy-blue);
}

/* Listes & texte - Réutilisation des patterns delivery */
#warranty-section .ws-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#warranty-section .ws-list li {
  font-size: 1.45rem;
  color: #4b5563;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  line-height: 1.8;
}

#warranty-section .ws-list li i {
  margin-top: 0.18rem;
}

#warranty-section .ws-text-sm {
  font-size: 1.4rem;
  color: #4b5563;
  line-height: 1.8;
}

#warranty-section .ws-text-center {
  text-align: center;
}

#warranty-section .ws-contact-highlight {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ws-orange);
  margin-bottom: 0.5rem;
}

/* Boutons - Réutilisation des patterns delivery */
#warranty-section .ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.45rem;
  padding: 1.35rem 2rem;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 180ms ease;
}

#warranty-section .ws-btn-primary {
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(234, 88, 12, 0.35);
}

#warranty-section .ws-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(234, 88, 12, 0.45);
  background: linear-gradient(90deg, #fb923c, #ea580c);
}

#warranty-section .ws-btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.35);
}

#warranty-section .ws-btn-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.45);
  background: #20ba5a;
}

/* Flex utils - Réutilisation des patterns delivery */
#warranty-section .ws-flex {
  display: flex;
  align-items: center;
}

#warranty-section .ws-flex-col {
  display: flex;
  flex-direction: column;
}

#warranty-section .ws-gap-2 {
  gap: 0.8rem;
}

#warranty-section .ws-mb-3 {
  margin-bottom: 1.2rem;
}

#warranty-section .ws-mb-4 {
  margin-bottom: 1.6rem;
}

#warranty-section .ws-mb-8 {
  margin-bottom: 2.7rem;
}

#warranty-section .ws-mt-4 {
  margin-top: 1.6rem;
}

/* =============================================================================
   BANNER SECTION - Styles personnalisés pour le banner de promotion
   ============================================================================= */

/* Wrapper principal */
#banner-section {
  --bs-navy-blue: #0f172a;
  --bs-blue-900: #1e3a8a;
  --bs-orange: #f97316;
  --bs-orange-400: #fb923c;
  --bs-orange-500: #f97316;
  --bs-orange-100: #ffedd5;
  --bs-orange-600: #ea580c;
  --bs-red-500: #ef4444;
  --bs-gray-700: #374151;
  --bs-radius-lg: 12px;
  --bs-radius-full: 999px;
  --bs-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

#banner-section * {
  box-sizing: border-box;
}

/* Carte principale */
#banner-section .bs-card {
  background: #ffffff;
  border-radius: var(--bs-radius-lg);
  box-shadow: var(--bs-shadow-xl);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Container du banner */
#banner-section .bs-container {
  position: relative;
  min-height: 450px;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #dbeafe 100%);
}

/* Image de fond */
#banner-section .bs-bg-image {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url('https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?w=800&auto=format&fit=crop');
  opacity: 0.85;
}

/* Overlay avec dégradé */
#banner-section .bs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(248, 250, 252, 0.98) 0%, rgba(248, 250, 252, 0.85) 50%, transparent 100%);
}

/* Contenu principal */
#banner-section .bs-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 450px;
  padding: 3rem 0;
}

#banner-section .bs-content-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
}

#banner-section .bs-content-inner {
  max-width: 68rem;
}

/* Icône avec dégradé */
#banner-section .bs-icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#banner-section .bs-icon {
  background: linear-gradient(135deg, var(--bs-orange-500), var(--bs-orange-400));
  color: #ffffff;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

/* Titres */
#banner-section h3 {
  font-size: 4.8rem;
  font-weight: 900;
  color: var(--bs-blue-900);
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

#banner-section h4 {
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--bs-blue-900);
  margin-bottom: 1.5rem;
  margin-top: 0;
}

#banner-section .bs-text-gradient {
  background: linear-gradient(135deg, var(--bs-orange-500), var(--bs-orange-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Badge de date */
#banner-section .bs-date-badge {
  display: inline-block;
  background: #fff7ed;
  color: var(--bs-orange-600);
  padding: 0.75rem 1.5rem;
  border-radius: var(--bs-radius-lg);
  font-weight: 700;
  font-size: 2.125rem;
  margin-bottom: 1.5rem;
  border: 2px solid var(--bs-orange-100);
}

/* Texte descriptif */
#banner-section .bs-description {
  color: #475569;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  max-width: 36rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Bouton principal */
#banner-section .bs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--bs-orange-500), var(--bs-orange-600));
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: var(--bs-radius-full);
  font-weight: 700;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background 180ms ease;
  box-shadow: 0 15px 35px rgba(234, 88, 12, 0.4);
  text-transform: capitalize;
}

#banner-section .bs-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(234, 88, 12, 0.5);
  background: linear-gradient(135deg, var(--bs-orange-400), var(--bs-orange-500));
}

/* Badge "OFFERTA LIMITATA" */
#banner-section .bs-badge-limited {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--bs-red-500);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: var(--bs-radius-full);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  #banner-section h3 {
    font-size: 3.5rem;
  }

  #banner-section h4 {
    font-size: 2.25rem;
  }

  #banner-section .bs-bg-image {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  #banner-section .bs-container {
    min-height: 400px;
  }

  #banner-section .bs-content {
    min-height: 400px;
    padding: 2rem 0;
  }

  #banner-section .bs-content-wrapper {
    padding: 0 1.5rem;
  }

  #banner-section h3 {
    font-size: 3rem;
  }

  #banner-section h4 {
    font-size: 1.875rem;
  }

  #banner-section .bs-icon {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }

  #banner-section .bs-description {
    font-size: 1.125rem;
  }

  #banner-section .bs-btn {
    font-size: 1.125rem;
    padding: 0.875rem 2rem;
  }

  #banner-section .bs-badge-limited {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    top: 1rem;
    right: 1rem;
  }

  #banner-section .bs-bg-image {
    opacity: 0.4;
    background-position: center bottom;
  }

  #banner-section .bs-overlay {
    background: linear-gradient(to bottom, rgba(248, 250, 252, 0.95) 0%, rgba(248, 250, 252, 0.85) 100%);
  }
}

@media (max-width: 480px) {
  #banner-section h3 {
    font-size: 2.8rem;
  }

  #banner-section h4 {
    font-size: 1.5rem;
  }

  #banner-section .bs-content-wrapper {
    padding: 0 1rem;
  }

  #banner-section .bs-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
  }

  #banner-section .bs-date-badge {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }

  #banner-section .bs-description {
    font-size: 1rem;
  }
}


/* =============================================================================
   TRUST BANNER SECTION - Section des garanties et valeurs
   ============================================================================= */

/* Wrapper principal */
#trust-banner-section {
  --tb-blue-900: #1e3a8a;
  --tb-blue-200: #bfdbfe;
  --tb-orange-500: #f97316;
  --tb-white: #ffffff;
  color: #111827;
}

#trust-banner-section * {
  box-sizing: border-box;
}

/* Section principale */
#trust-banner-section .tb-section {
  padding: 4rem 0;
  background: var(--tb-blue-900);
}

/* Container */
#trust-banner-section .tb-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Grid layout */
#trust-banner-section .tb-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  #trust-banner-section .tb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #trust-banner-section .tb-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Carte individuelle */
#trust-banner-section .tb-card {
  text-align: center;
}

/* Icône circulaire */
#trust-banner-section .tb-icon {
  background: var(--tb-orange-500);
  color: var(--tb-white);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  transition: transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
}

#trust-banner-section .tb-card:hover .tb-icon {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4);
}

/* Titre de la carte */
#trust-banner-section .tb-title {
  color: var(--tb-white);
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* Description */
#trust-banner-section .tb-description {
  color: var(--tb-blue-200);
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}

/* Responsive - Ajustements */
@media (max-width: 767px) {
  #trust-banner-section .tb-section {
    padding: 3rem 0;
  }

  #trust-banner-section .tb-grid {
    gap: 2.5rem;
  }
}

@media (max-width: 480px) {
  #trust-banner-section .tb-section {
    padding: 2.5rem 0;
  }

  #trust-banner-section .tb-container {
    padding: 0 1rem;
  }

  #trust-banner-section .tb-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }

  #trust-banner-section .tb-title {
    font-size: 1.4rem;
  }

  #trust-banner-section .tb-description {
    font-size: 1.4rem;
  }
}

/*  banner slider */

.hs-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.8s ease-out;
}
.hs-badge-new {
  background: #f97316;
  color: var(--hs-white);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}
.hs-badge-promo {
  background: #ef4444;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hs-text-small {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 2rem;
  opacity: 0.8;
}
.hs-text-cyan {
  color: #fffff;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
/* custome page css  */


  /* --- CONFIGURATION GLOBALE DES PAGES LÉGALES --- */
  .legal-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* Ou la police de votre thème */
    color: #333;
    line-height: 1.6;
  }

  /* Titre Principal */
  .legal-page-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a; /* Votre Bleu Foncé */
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* Intro */
  .legal-intro {
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  /* Sections (H2 + Texte) */
  .legal-section {
    margin-bottom: 35px;
  }

  .legal-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #1e3a8a; /* Votre Bleu Foncé */
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid #dc2626; /* Votre Rouge (Offres/Prix) */
  }

  .legal-text {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 15px;
    text-align: justify;
  }

  /* Boîte d'information Entreprise */
  .company-info-box {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
    margin-top: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }

  .company-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 15px;
    border-bottom: 2px solid #fbbf24; /* Votre Jaune (Offres) */
    display: inline-block;
    padding-bottom: 5px;
  }

  .company-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .company-detail-item {
    flex: 1 1 300px; /* Responsive */
  }

  .detail-label {
    font-weight: bold;
    color: #111;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .detail-value {
    color: #555;
    font-size: 15px;
  }
  
  .detail-value a {
      color: #dc2626;
      text-decoration: none;
  }
  .detail-value a:hover {
      text-decoration: underline;
  }

  /* Responsive Mobile */
  @media (max-width: 600px) {
    .legal-page-title { font-size: 24px; }
    .legal-subtitle { font-size: 18px; }
    .company-info-box { padding: 15px; }
  }

 /* Style spécifique pour la grille de prix livraison */
  .shipping-rates-box {
    background-color: #f0f9ff; /* Bleu très clair */
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
  }
  
  .shipping-rate-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0f2fe;
    padding: 10px 0;
    font-size: 15px;
  }
  
  .shipping-rate-item:last-child {
    border-bottom: none;
  }

  .shipping-rate-label { font-weight: 500; color: #1e3a8a; }
  .shipping-rate-price { font-weight: 700; color: #dc2626; }

  /* Offre Promo */
  .promo-box {
    background-color: #fffbeb; /* Jaune très clair */
    border: 1px solid #fcd34d;
    color: #92400e;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
  }
* Boîte Info Entreprise */
  .company-info-box {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
    margin-top: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }

  .company-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 15px;
    border-bottom: 2px solid #fbbf24; /* Jaune */
    display: inline-block;
    padding-bottom: 5px;
  }

  .company-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .company-detail-item {
    flex: 1 1 300px;
  }

  .detail-label {
    font-weight: bold;
    color: #111;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .detail-value { color: #555; font-size: 15px; }
  .detail-value a { color: #dc2626; text-decoration: none; }
  .detail-value a:hover { text-decoration: underline; }

  @media (max-width: 600px) {
    .legal-page-title { font-size: 24px; }
    .legal-subtitle { font-size: 18px; }
    .shipping-rate-item { flex-direction: column; gap: 5px; }
  }