/** Shopify CDN: Minification failed

Line 1839:15 Unterminated string token

**/


/* CSS from section stylesheet tags */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
.footer-dark {
  background: #0a2320;
  color: #e0f7fa;
  padding: 2.5rem 0 0.5rem 0;
  font-family: inherit;
}
.footer-dark__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
  padding: 0 2rem;
}
.footer-dark__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer-dark__brand {
  gap: 0.5rem;
}
.footer-dark__logo {
  width: 120px;
  height: auto;
  display: block;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0,191,174,0.10);
  margin-bottom: 0.3rem;
}
.footer-dark__desc {
  color: #7adfc5;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.85;
}
.footer-dark__title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #e0f7fa;
  margin-bottom: 0.2rem;
}
.footer-dark__link {
  color: #e0f7fa;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.92;
  transition: color 0.18s;
  border-radius: 6px;
  padding: 0.1em 0.2em;
}
.footer-dark__link:hover {
  color: #00bfae;
  background: #00332e;
}
.footer-dark__newsletter {
  gap: 0.5rem;
}
.footer-dark__form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}
.footer-dark__input {
  flex: 1;
  border: none;
  border-radius: 999px;
  padding: 0.7em 1.2em;
  font-size: 1rem;
  background: #00332e;
  color: #e0f7fa;
  box-shadow: 0 2px 8px 0 rgba(0,191,174,0.10);
  outline: none;
  transition: box-shadow 0.18s;
}
.footer-dark__input:focus {
  box-shadow: 0 4px 16px 0 rgba(0,191,174,0.18);
}
.footer-dark__newsletter-accent {
  font-size: 1.08rem;
  font-weight: 700;
  color: #00bfae;
  margin-bottom: 0.1rem;
}
.footer-dark__newsletter-bonus {
  font-size: 0.98rem;
  color: #e0f7fa;
  opacity: 0.95;
  margin-bottom: 0.3rem;
}
.footer-dark__btn {
  border: none;
  background: #00bfae;
  color: #00332e;
  font-size: 1.3rem;
  border-radius: 999px;
  padding: 0.5em 1.3em;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0,191,174,0.18);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  font-weight: 700;
}
.footer-dark__btn:hover {
  background: #00332e;
  color: #00bfae;
  box-shadow: 0 6px 24px 0 rgba(0,191,174,0.22);
}
.footer-dark__note {
  font-size: 0.92rem;
  color: #7adfc5;
  opacity: 0.85;
}
.footer-dark__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #00332e;
  margin-top: 2.5rem;
  padding: 0.7rem 2rem 0.2rem 2rem;
  font-size: 0.98rem;
  color: #e0f7fa;
  opacity: 0.85;
}
.footer-dark__btn {
  outline: none;
}
.footer-dark__btn:focus {
  box-shadow: 0 0 0 4px #00bfae55, 0 2px 8px 0 rgba(0,191,174,0.18);
  z-index: 2;
}
.footer-dark__btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px 0 rgba(0,191,174,0.22);
}
.footer-dark__btn:hover,
.footer-dark__btn:focus-visible {
  background: #00332e;
  color: #00bfae;
  box-shadow: 0 6px 24px 0 rgba(0,191,174,0.22);
  transform: translateY(-2px) scale(1.05);
}
@media (max-width: 900px) {
  .footer-dark__container {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  .footer-dark__container {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 0 0.5rem;
  }
  .footer-dark__bottom {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.7rem 0.5rem 0.2rem 0.5rem;
  }
}
@media (max-width: 700px) {
  .footer-dark__btn { width: 100%; text-align: center; }
}
.site-header--dark {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(10, 35, 32, 0.92);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: 0 2px 24px 0 rgba(0,191,174,0.10);
  transition: background 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
  overflow: visible;
}
.site-header__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2.2rem;
}
.site-header__logo-img {
  width: 120px;
  height: auto;
  display: block;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0,191,174,0.13);
  padding: 2px 0 2px 0;
}
.site-header__nav {
  display: flex;
  gap: 2.2rem;
}
.site-header__link {
  color: #e0f7fa;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.08rem;
  position: relative;
  padding: 0.2em 0.1em;
  transition: color 0.18s;
}
.site-header__link:hover {
  color: #00bfae;
}
.site-header__actions {
  display: flex;
  gap: 1.2rem;
}
.site-header__icon {
  background: rgba(0, 51, 46, 0.7);
  border-radius: 50%;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(0,191,174,0.08);
  transition: background 0.18s, box-shadow 0.18s;
}
.site-header__icon:hover {
  background: #00bfae;
}
.site-header__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 900px) {
  .site-header__container {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    gap: 0 !important;
  }
  .site-header__logo {
    order: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__actions {
    order: 2;
    gap: 1.2rem;
  }
  .site-header__nav {
    display: none !important;
  }
}
@keyframes slideInMenu {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes fadeInMenu {
  from { opacity: 0; }
  to { opacity: 1; }
}
.mobile-menu-drawer {
  animation: fadeInMenu 0.3s ease-out;
}
.mobile-menu-content {
  animation: slideInMenu 0.4s ease-out;
}
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
.kits-page.section-padding {
  padding: 3rem 0 2rem 0;
}
.page-header.center {
  text-align: center;
  margin-bottom: 2.5rem;
}
.kits-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.kits-subtitle {
  color: var(--text-secondary, #6b7280);
  font-size: 1.1rem;
  margin-bottom: 0;
}
.kits-collections-grid {
  max-width: 1200px;
  margin: 0 auto;
}
.grid--kits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.2rem;
}
.collection-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(22,163,74,0.07);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.collection-card__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.collection-card__image-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.collection-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-card__image--placeholder {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #e5e7eb, #e5e7eb 20px, #f3f4f6 20px, #f3f4f6 40px);
  border-radius: 0.7rem 0.7rem 0 0;
}
.collection-card__content {
  padding: 1.3rem 1.2rem 1.5rem 1.2rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.collection-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.collection-card__desc {
  color: var(--text-secondary, #6b7280);
  font-size: 1rem;
  margin-bottom: 1.1rem;
}
.collection-card__cta {
  display: inline-block;
  background: var(--primary-green, #16a34a);
  color: #fff;
  font-weight: 600;
  padding: 0.6em 1.3em;
  border-radius: 999px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(22,163,74,0.10);
  transition: background 0.18s;
  margin-top: auto;
}
.collection-card__link:hover .collection-card__cta,
.collection-card__link:focus .collection-card__cta {
  background: #15803d;
}
.kits-empty {
  text-align: center;
  color: #888;
  font-size: 1.1rem;
  margin: 2.5rem 0;
}
@media (max-width: 700px) {
  .kits-title { font-size: 1.4rem; }
  .grid--kits { gap: 1.2rem; }
  .collection-card__content { padding: 1rem 0.7rem 1.1rem 0.7rem; }
}
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }

/* CSS from block stylesheet tags */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }

/* CSS from snippet stylesheet tags */
/* Hero Section - Version améliorée */
.accessoires-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.accessoires-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.accessoires-hero__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.accessoires-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  backdrop-filter: blur(1px);
}

.accessoires-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #1a1a1a;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.accessoires-hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(255,255,255,0.8);
  line-height: 1.1;
  color: #1a1a1a;
}

.accessoires-hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  margin-bottom: 2rem;
  opacity: 0.9;
  text-shadow: 0 1px 4px rgba(255,255,255,0.8);
  color: #333;
}

.accessoires-hero__cta {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  background: #16a34a;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.accessoires-hero__cta:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 25px rgba(22, 163, 74, 0.4);
  background: #15803d;
}

.accessoires-hero__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accessoires-hero__scroll-indicator:hover {
  transform: translateX(-50%) scale(1.1);
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid #1a1a1a;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  animation: scrollBounce 2s infinite;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

/* Intro SEO */
.accessoires-intro {
  padding: 4rem 0;
  background: #f8fafc;
}

.accessoires-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.accessoires-intro__text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #6b7280;
}

/* Contrôles unifiés - Version épurée */
.accessoires-controls-unified {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.controls-unified-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.controls-main {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.control-group {
  position: relative;
}

.control-group[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 1000;
}

.control-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 500;
}

.control-btn:hover {
  background: #f3f4f6;
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-1px);
}

.control-btn svg {
  transition: transform 0.3s ease;
}

.control-btn:hover svg {
  transform: scale(1.1);
}

.control-label {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.control-btn:hover .control-label,
.control-btn:focus .control-label {
  opacity: 1;
}

.products-counter {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 500;
}

/* Panels déroulants */
.control-panels {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.control-panel {
  display: none;
  padding: 2rem 0;
}

.control-panel.active {
  display: block;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}

.panel-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #374151;
}

.panel-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.panel-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.panel-content {
  padding: 0 2rem;
}

/* Filtres */
.filter-group {
  margin-bottom: 2rem;
}

.filter-label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-option {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: white;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.filter-option:hover {
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-1px);
}

.filter-option.active {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* Tri */
.sort-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sort-option {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.sort-option:hover {
  background: #f9fafb;
  border-color: #16a34a;
}

.sort-option.active {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* Vue */
.view-options {
  display: flex;
  gap: 1rem;
}

.view-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-option:hover {
  background: #f9fafb;
  border-color: #16a34a;
}

.view-option.active {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* Menu mobile */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: white;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.mobile-menu__header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #374151;
}

.mobile-menu__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-menu__close:hover {
  background: #f3f4f6;
  color: #374151;
}

.mobile-menu__nav {
  padding: 1rem 0;
}

.mobile-menu__link {
  display: block;
  padding: 1rem 1.5rem;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f3f4f6;
}

.mobile-menu__link:hover {
  background: #f9fafb;
  color: #16a34a;
}

/* Grille produits */
.accessoires-grid {
  padding: 3rem 0;
  background: #f8fafc;
}

.products-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.products-grid.grid-view {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.products-grid.list-view {
  grid-template-columns: 1fr;
}

.products-empty {
  text-align: center;
  padding: 4rem 0;
}

.empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.products-empty h3 {
  font-size: 1.5rem;
  color: #374151;
  margin-bottom: 0.5rem;
}

.products-empty p {
  color: #6b7280;
  margin-bottom: 2rem;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.pagination-btn {
  padding: 0.75rem 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-btn:hover {
  background: #f9fafb;
  border-color: #16a34a;
  color: #16a34a;
}

.pagination-info {
  color: #6b7280;
  font-size: 0.9rem;
}

/* Recommandations */
.accessoires-recommendations {
  background: rgba(10, 35, 32, 0.92);
  color: #fff;
  border-radius: 18px;
  margin: 3rem auto 0 auto;
  max-width: 1200px;
  box-shadow: 0 4px 32px 0 rgba(0,191,174,0.10);
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.recommendations-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
  display: block;
}
.kits-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0.38) 0%,rgba(0,191,174,0.52) 100%);
  z-index: 1;
}
.recommendations-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #fff;
}
.recommendations-subtitle {
  color: #e0f7fa;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.recommendations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
}
.recommendation-card {
  background: #fff;
  color: #222;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  padding: 1.5rem 1rem;
  transition: box-shadow 0.18s;
}
.recommendation-card:hover {
  box-shadow: 0 8px 32px rgba(0,191,174,0.18);
}

/* Animations */
@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}

@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); }
  40% { transform: rotate(45deg) translateY(-10px); }
  60% { transform: rotate(45deg) translateY(-5px); }
}

/* Responsive */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  
  .controls-main {
    display: none;
  }
  
  .products-counter {
    font-size: 0.8rem;
  }
  
  .accessoires-hero__content {
    padding: 1rem;
  }
  
  .accessoires-hero__title {
    font-size: 2rem;
  }
  
  .accessoires-hero__subtitle {
    font-size: 1rem;
  }
  
  .control-panels {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .control-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }
  
  .products-grid.grid-view {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.accessoires-product-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.accessoires-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(22, 163, 74, 0.15);
  border-color: #16a34a;
}

/* Badges */
.product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge--best-seller {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.badge--eco {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.badge--new {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.badge--sale {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

/* Image Container */
.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.product-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.product-image__main,
.product-image__hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-image__hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
}

.accessoires-product-card:hover .product-image__main {
  transform: scale(1.1);
}

.accessoires-product-card:hover .product-image__hover {
  opacity: 1;
}

.product-image__placeholder {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.product-image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Quick Actions */
.product-quick-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.accessoires-product-card:hover .product-quick-actions {
  opacity: 1;
  transform: translateX(0);
}

.quick-action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.quick-action-btn:hover {
  background: white;
  color: #16a34a;
  transform: scale(1.1);
}

/* Bouton "Voir le produit" - Remplace le bouton "Ajouter" flottant */
.product-view-overlay {
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(.4,0,.2,1);
  z-index: 3;
}
.product-image-container:hover .product-view-overlay,
.product-image-container:focus-within .product-view-overlay {
  opacity: 1;
  pointer-events: auto;
}
.product-view-btn.kits-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#00e6b2 0%,#1de9b6 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 2em;
  box-shadow: 0 2px 12px rgba(22,163,74,0.12);
  padding: 0.85em 2em;
  border: none;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  min-width: 180px;
  min-height: 44px;
  cursor: pointer;
  text-decoration: none;
}
.product-view-btn.kits-hero-cta:hover,
.product-view-btn.kits-hero-cta:focus {
  background: linear-gradient(90deg,#16a34a 0%,#15803d 100%);
  box-shadow: 0 4px 18px rgba(22,163,74,0.18);
  transform: translateY(-2px) scale(1.04);
}
@media (max-width: 700px) {
  .product-view-overlay {
    position: static;
    opacity: 1 !important;
    pointer-events: auto;
    justify-content: stretch;
    margin-top: 0.5em;
  }
  .product-view-btn.kits-hero-cta {
    width: 100%;
    min-width: 0;
    font-size: 1em;
    padding: 1em 0.5em;
  }
}

/* Product Info */
.product-info {
  padding: 1.5rem;
}

.product-meta {
  margin-bottom: 1rem;
}

.product-vendor {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.product-title-link {
  color: #374151;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-title-link:hover {
  color: #16a34a;
}

.product-specs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.product-spec {
  font-size: 0.8rem;
  color: #6b7280;
  background: #f3f4f6;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Pricing */
.product-pricing {
  margin-bottom: 1.5rem;
}

.product-price-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-price--compare {
  font-size: 0.9rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.product-price--current {
  font-size: 1.2rem;
  font-weight: 700;
  color: #16a34a;
}

.product-discount {
  font-size: 0.8rem;
  color: white;
  background: #ef4444;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

/* Actions */
.product-actions {
  margin-top: auto;
}

.product-actions__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--add-to-cart {
  background: #f3f4f6;
  color: #374151;
}

.btn--add-to-cart:hover:not(:disabled) {
  background: #e5e7eb;
  transform: translateY(-1px);
}

.btn--add-to-cart:disabled {
  background: #9ca3af;
  color: #6b7280;
  cursor: not-allowed;
}

.btn--buy-now {
  background: #16a34a;
  color: white;
}

.btn--buy-now:hover {
  background: #15803d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .product-image {
    height: 240px;
  }
  
  .product-info {
    padding: 1rem;
  }
  
  .product-title {
    font-size: 1rem;
  }
  
  .product-actions__buttons {
    flex-direction: column;
  }
  
  .product-view-overlay {
    padding: 1.5rem 0.75rem 0.75rem;
  }
  
  .product-view-btn {
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
  }
}

/* Animation d'apparition */
.accessoires-product-card {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-callout {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  position: relative;
  overflow: hidden;
}

.article-callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2316a34a' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.callout-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.callout-content {
  background: white;
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.1);
  text-align: center;
  position: relative;
  border: 1px solid rgba(22, 163, 74, 0.1);
}

.callout-icon {
  color: #16a34a;
  margin-bottom: 1.5rem;
  animation: float 3s ease-in-out infinite;
}

.callout-quote {
  margin: 0;
  padding: 0;
  border: none;
}

.quote-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #065f46;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
}

.quote-text::before {
  content: '"';
  font-size: 4rem;
  color: #16a34a;
  position: absolute;
  top: -1rem;
  left: -2rem;
  opacity: 0.3;
  font-family: serif;
}

.quote-text::after {
  content: '"';
  font-size: 4rem;
  color: #16a34a;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  opacity: 0.3;
  font-family: serif;
}

.quote-author {
  margin-top: 1rem;
}

.quote-author cite {
  font-style: normal;
  font-weight: 600;
  color: #16a34a;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
}

.quote-author cite::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 700;
}

.callout-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.decoration-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #16a34a, transparent);
}

.decoration-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .article-callout {
    padding: 2rem 0;
  }
  
  .callout-content {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  
  .quote-text {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  
  .quote-text::before,
  .quote-text::after {
    display: none;
  }
  
  .decoration-line {
    width: 40px;
  }
}
.article-content-enhanced {
  padding: 3rem 0;
  background: #fafafa;
}

.article-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.article-content__main {
  background: white;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
  font-size: 1.1rem;
  color: #374151;
}

.article-content__main h1,
.article-content__main h2,
.article-content__main h3,
.article-content__main h4,
.article-content__main h5,
.article-content__main h6 {
  color: #16a34a;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  scroll-margin-top: 100px;
}

.article-content__main h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.5rem;
}

.article-content__main h3 {
  font-size: 1.4rem;
  color: #059669;
}

.article-content__main h4 {
  font-size: 1.2rem;
  color: #047857;
}

.article-content__main p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.article-content__main p:first-of-type {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4b5563;
  border-left: 4px solid #16a34a;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.article-content__main ul,
.article-content__main ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.article-content__main li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.article-content__main ul li {
  list-style: none;
  position: relative;
}

.article-content__main ul li::before {
  content: "✓";
  color: #16a34a;
  font-weight: bold;
  position: absolute;
  left: -1.5rem;
}

.article-content__main blockquote {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-left: 4px solid #16a34a;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
  font-style: italic;
  font-size: 1.1rem;
  color: #065f46;
  position: relative;
}

.article-content__main blockquote::before {
  content: """;
  font-size: 4rem;
  color: #16a34a;
  position: absolute;
  top: -1rem;
  left: 1rem;
  opacity: 0.3;
}

.article-content__main img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 2rem 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.article-content__main img:hover {
  transform: scale(1.02);
}

.article-content__main a {
  color: #16a34a;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.article-content__main a:hover {
  border-bottom-color: #16a34a;
}

.article-content__main strong {
  color: #065f46;
  font-weight: 700;
}

.article-content__main em {
  color: #047857;
  font-style: italic;
}

.article-content__main code {
  background: #f3f4f6;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #dc2626;
}

.article-content__main pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.article-content__main pre code {
  background: none;
  color: inherit;
  padding: 0;
}

/* Sidebar */
.article-content__sidebar {
  position: sticky;
  top: 2rem;
  height: fit-content;
}

.article-toc {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.toc-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toc-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.toc-nav a {
  color: #6b7280;
  text-decoration: none;
  padding: 0.5rem 0;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  line-height: 1.4;
}

.toc-nav a:hover {
  color: #16a34a;
  background: #f0fdf4;
  padding-left: 0.5rem;
}

.toc-nav a.active {
  color: #16a34a;
  background: #f0fdf4;
  font-weight: 600;
  padding-left: 0.5rem;
}

.toc-nav a[data-level="h2"] {
  font-weight: 600;
  color: #374151;
}

.toc-nav a[data-level="h3"] {
  padding-left: 1rem;
  font-size: 0.9rem;
}

.toc-nav a[data-level="h4"] {
  padding-left: 2rem;
  font-size: 0.85rem;
}

@media (max-width: 1024px) {
  .article-content__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .article-content__sidebar {
    position: static;
    order: -1;
  }
  
  .article-toc {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .article-content-enhanced {
    padding: 2rem 0;
  }
  
  .article-content__main {
    padding: 2rem 1.5rem;
    font-size: 1rem;
  }
  
  .article-content__main h2 {
    font-size: 1.5rem;
  }
  
  .article-content__main h3 {
    font-size: 1.3rem;
  }
  
  .article-content__main p:first-of-type {
    font-size: 1.1rem;
  }
  
  .article-content__main blockquote {
    padding: 1.5rem;
    font-size: 1rem;
  }
}
.article-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 3rem;
}

.article-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.article-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.article-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 0;
  color: white;
}

.article-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.article-hero__category .category-tag {
  background: rgba(22, 163, 74, 0.9);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-hero__reading-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.reading-time__icon {
  font-size: 1.1rem;
}

.article-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}

.article-hero__author {
  display: flex;
  align-items: center;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.author-initial {
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}

.author-details {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.author-name {
  font-weight: 600;
  font-size: 1.1rem;
}

.article-date {
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .article-hero {
    min-height: 60vh;
  }
  
  .article-hero__content {
    padding: 2rem 0;
  }
  
  .article-hero__meta {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .article-hero__title {
    margin-bottom: 1.5rem;
  }
  
  .author-avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .author-initial {
    font-size: 1rem;
  }
}
.article-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22, 163, 74, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.article-reading-progress.visible {
  transform: translateY(0);
}

.reading-progress__bar {
  height: 3px;
  background: #e5e7eb;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  width: 0%;
  transition: width 0.3s ease;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
}

.reading-progress__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.reading-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.reading-percentage {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.percentage-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #16a34a;
}

.percentage-label {
  font-size: 0.9rem;
  color: #6b7280;
}

.reading-time-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.time-icon {
  font-size: 1rem;
}

.reading-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  background: white;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.action-btn:hover {
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15);
}

.share-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}

.share-dropdown.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.share-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.share-option:hover {
  background: #f9fafb;
  color: #16a34a;
}

.share-option.facebook:hover {
  color: #1877f2;
}

.share-option.twitter:hover {
  color: #1da1f2;
}

.share-option.linkedin:hover {
  color: #0077b5;
}

.share-option.copy-link:hover {
  color: #16a34a;
}

.share-option svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .reading-progress__content {
    padding: 0.8rem 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  
  .reading-stats {
    gap: 1rem;
  }
  
  .reading-actions {
    width: 100%;
    justify-content: center;
  }
  
  .action-btn {
    flex: 1;
    justify-content: center;
  }
  
  .share-dropdown {
    right: -1rem;
    min-width: 180px;
  }
}
.article-related-posts {
  padding: 4rem 0;
  background: white;
}

.related-posts__header {
  text-align: center;
  margin-bottom: 3rem;
}

.related-posts__title {
  font-size: 2rem;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 0.5rem;
}

.related-posts__subtitle {
  color: #6b7280;
  font-size: 1.1rem;
}

.related-posts__carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #374151;
}

.carousel-btn:hover {
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn--prev {
  left: 0;
}

.carousel-btn--next {
  right: 0;
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel-container {
  overflow: hidden;
  border-radius: 1rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 2rem;
}

.related-post-card {
  flex: 0 0 calc(33.333% - 1.33rem);
  min-width: 300px;
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(22, 163, 74, 0.1);
}

.related-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.15);
}

.post-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.post-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-card:hover .post-img {
  transform: scale(1.05);
}

.post-placeholder {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 163, 74, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.related-post-card:hover .post-overlay {
  opacity: 1;
}

.read-more {
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
}

.post-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.post-date {
  color: #6b7280;
}

.post-category {
  background: #f0fdf4;
  color: #16a34a;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

.post-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.8rem;
  line-height: 1.4;
  flex-grow: 1;
}

.post-excerpt {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.post-reading-time {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #6b7280;
  font-size: 0.85rem;
}

.reading-icon {
  font-size: 0.9rem;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.author-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}

.author-name {
  color: #6b7280;
  font-size: 0.85rem;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #16a34a;
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .related-post-card {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .article-related-posts {
    padding: 2rem 0;
  }
  
  .related-posts__title {
    font-size: 1.5rem;
  }
  
  .related-posts__carousel {
    padding: 0 1rem;
  }
  
  .carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .related-post-card {
    flex: 0 0 100%;
    min-width: 280px;
  }
  
  .carousel-track {
    gap: 1rem;
  }
}
.article-related-products {
  padding: 4rem 0;
  background: #f8fafc;
}

.related-products__header {
  text-align: center;
  margin-bottom: 3rem;
}

.related-products__title {
  font-size: 2rem;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 0.5rem;
}

.related-products__subtitle {
  color: #6b7280;
  font-size: 1.1rem;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.related-product-card {
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(22, 163, 74, 0.1);
}

.related-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.15);
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-product-card:hover .product-img {
  transform: scale(1.05);
}

.product-placeholder {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #dc2626;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-info {
  padding: 1.5rem;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.price-old {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 0.9rem;
}

.price-current {
  color: #16a34a;
  font-weight: 700;
  font-size: 1.1rem;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.stars {
  display: flex;
  gap: 0.1rem;
}

.star {
  color: #d1d5db;
  font-size: 0.9rem;
}

.star.filled {
  color: #fbbf24;
}

.star.half {
  color: #fbbf24;
  opacity: 0.7;
}

.rating-count {
  color: #6b7280;
  font-size: 0.8rem;
}

.product-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-tag {
  background: #f0fdf4;
  color: #16a34a;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.product-actions {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  gap: 0.8rem;
}

.btn-quick-view,
.btn-add-to-cart {
  flex: 1;
  padding: 0.8rem;
  border: none;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-quick-view {
  background: #f3f4f6;
  color: #374151;
}

.btn-quick-view:hover {
  background: #e5e7eb;
}

.btn-add-to-cart {
  background: #16a34a;
  color: white;
}

.btn-add-to-cart:hover:not(:disabled) {
  background: #15803d;
  transform: translateY(-2px);
}

.btn-add-to-cart:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.related-products__footer {
  text-align: center;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #16a34a;
  color: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(22, 163, 74, 0.3);
}

@media (max-width: 768px) {
  .article-related-products {
    padding: 2rem 0;
  }
  
  .related-products__title {
    font-size: 1.5rem;
  }
  
  .related-products__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0 1rem 2rem;
  }
  
  .product-actions {
    flex-direction: column;
  }
}
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* Hero Section - Version améliorée */
.kits-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kits-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.kits-hero__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.kits-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  backdrop-filter: blur(1px);
}

.kits-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #1a1a1a;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.kits-hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(255,255,255,0.8);
  line-height: 1.1;
  color: #1a1a1a;
}

.kits-hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  margin-bottom: 2rem;
  opacity: 0.9;
  text-shadow: 0 1px 4px rgba(255,255,255,0.8);
  color: #333;
}

.kits-hero__cta {
  font-size: 1.1rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  background: #16a34a;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.kits-hero__cta:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 25px rgba(22, 163, 74, 0.4);
  background: #15803d;
}

.kits-hero__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kits-hero__scroll-indicator:hover {
  transform: translateX(-50%) scale(1.1);
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border: 2px solid #1a1a1a;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  animation: scrollBounce 2s infinite;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

/* Contrôles unifiés */
.kits-controls-unified {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.controls-unified-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.controls-main {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.control-group {
  position: relative;
}

.control-group[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 1000;
}

.control-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 500;
}

.control-btn:hover {
  background: #f3f4f6;
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-1px);
}

.control-btn svg {
  transition: transform 0.3s ease;
}

.control-btn:hover svg {
  transform: scale(1.1);
}

.control-label {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.control-btn:hover .control-label,
.control-btn:focus .control-label {
  opacity: 1;
}

.kits-counter {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 500;
}

/* Panels déroulants */
.control-panels {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.control-panel {
  display: none;
  padding: 2rem 0;
}

.control-panel.active {
  display: block;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}

.panel-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #374151;
}

.panel-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.panel-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.panel-content {
  padding: 0 2rem;
}

/* Filtres */
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.filter-option:hover {
  background: #f9fafb;
  border-color: #16a34a;
  color: #16a34a;
}

.filter-option.active {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* Recherche */
.search-input-wrapper {
  display: flex;
  gap: 0.5rem;
}

.search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.search-btn {
  padding: 0.75rem 1rem;
  background: #16a34a;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background: #15803d;
}

/* Tri */
.sort-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sort-option {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.sort-option:hover {
  background: #f9fafb;
  border-color: #16a34a;
}

.sort-option.active {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* Grille des kits */
.kits-grid {
  padding: 3rem 0;
  background: #f8fafc;
}

.kits-list {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.kits-list.grid-view {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.kits-list.list-view {
  grid-template-columns: 1fr;
}

.kits-empty {
  text-align: center;
  padding: 4rem 0;
}

.empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.kits-empty h3 {
  font-size: 1.5rem;
  color: #374151;
  margin-bottom: 0.5rem;
}

.kits-empty p {
  color: #6b7280;
  margin-bottom: 2rem;
}

/* Comparateur */
.kits-comparator {
  padding: 4rem 0;
  background: white;
}

.comparator-header {
  text-align: center;
  margin-bottom: 3rem;
}

.comparator-title {
  font-size: 2rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}

.comparator-subtitle {
  color: #6b7280;
  font-size: 1.1rem;
}

.comparator-table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.comparator-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.comparator-header-cell {
  padding: 1.5rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  font-weight: 600;
  color: #374151;
}

.kit-comparison-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.kit-comparison-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.kit-comparison-header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.kit-price {
  font-size: 0.9rem;
  color: #16a34a;
  font-weight: 600;
}

.comparator-feature {
  padding: 1rem 1.5rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #374151;
}

.comparator-value {
  padding: 1rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
}

.comparator-value.savings {
  color: #16a34a;
  font-weight: 600;
}

/* CTA final */
.kits-final-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: white;
  text-align: center;
}

.final-cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.final-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.final-cta-message {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  background: white;
  color: #16a34a;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}

@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); }
  40% { transform: rotate(45deg) translateY(-10px); }
  60% { transform: rotate(45deg) translateY(-5px); }
}

/* Responsive */
@media (max-width: 768px) {
  .controls-main {
    display: none;
  }
  
  .kits-counter {
    font-size: 0.8rem;
  }
  
  .kits-hero__content {
    padding: 1rem;
  }
  
  .kits-hero__title {
    font-size: 2rem;
  }
  
  .kits-hero__subtitle {
    font-size: 1rem;
  }
  
  .control-panels {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .control-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }
  
  .kits-list.grid-view {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  
  .comparator-table-wrapper {
    font-size: 0.8rem;
  }
  
  .comparator-header-cell,
  .comparator-feature,
  .comparator-value {
    padding: 0.75rem;
  }
  
  .final-cta-title {
    font-size: 2rem;
  }
  
  .final-cta-message {
    font-size: 1rem;
  }
}