/* Fiches et catégorie SUPER SPARROW sur mon-choix.fr — système visuel des fiches Klostain / Pro Breeze. */
.ssx-product, .ssx-category {
  --ssx-ink: #193044;
  --ssx-blue: #075de5;
  --ssx-blue-dark: #054bb9;
  --ssx-pale: #edf4fc;
  --ssx-line: #dce5ee;
  --ssx-muted: #52677a;
  --ssx-green: #12734a;
  --ssx-amber: #f4a51c;
  --ssx-radius: 18px;
}

/* ------------------------------------------------------------- résumé --- */
.ssx-product .product-entry-wrapper { align-items: start; }
.ssx-product .summary .entry-title { font-size: clamp(27px, 2.6vw, 38px); line-height: 1.15; margin-bottom: 12px; text-wrap: balance; letter-spacing: -.02em; }
.ssx-product .summary .product_meta { display: none; }
.ssx-kicker { margin: 0 0 12px; font-size: 12px; color: var(--ssx-blue); font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ssx-rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 18px; font-size: 15px; color: var(--ssx-muted); font-weight: 600; }
.ssx-stars { color: var(--ssx-amber); font-size: 19px; letter-spacing: 2px; }
.ssx-product .woocommerce-product-details__short-description p { font-size: 18px; line-height: 1.6; color: var(--ssx-ink); font-weight: 500; margin: 0 0 18px; }
.ssx-benefits { list-style: none !important; padding: 0 !important; margin: 0 0 22px !important; display: grid; gap: 10px; }
.ssx-benefits li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; font-size: 16px; line-height: 1.5; color: var(--ssx-ink); margin: 0 !important; }
.ssx-benefits li span { color: var(--ssx-green); font-weight: 800; }

/* -------------------------------------------------------------- offre --- */
.ssx-offer { background: var(--ssx-pale); border-radius: var(--ssx-radius); padding: 24px; margin: 8px 0 22px; }
.ssx-offer-label { display: block; font-size: 15px; font-weight: 750; color: var(--ssx-ink); margin: 0 0 12px; }
.ssx-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.ssx-chip {
  display: inline-flex; align-items: center; justify-content: center; min-width: 76px; min-height: 42px; padding: 8px 14px;
  border: 1.5px solid var(--ssx-line); border-radius: 10px; background: #fff; color: var(--ssx-ink) !important;
  font-size: 15px; font-weight: 700; text-decoration: none !important; transition: border-color .15s, box-shadow .15s, transform .15s;
}
.ssx-chip:hover { border-color: var(--ssx-blue); box-shadow: 0 3px 10px #075de51f; transform: translateY(-1px); }
.ssx-product a.ssx-cta {
  display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%;
  background: var(--ssx-blue); color: #fff !important; min-height: 58px; padding: 15px 26px; border-radius: 11px;
  font-size: 18px; line-height: 1.3; font-weight: 750; text-decoration: none !important;
  box-shadow: 0 6px 16px #075de52e; transition: background .18s, transform .18s;
}
.ssx-product a.ssx-cta::after { content: '→'; font-size: 22px; font-weight: 400; }
.ssx-product a.ssx-cta:hover { background: var(--ssx-blue-dark); transform: translateY(-2px); }
.ssx-product a.ssx-cta:focus-visible, .ssx-chip:focus-visible, .ssx-size:focus-visible, .ssx-jumps a:focus-visible { outline: 3px solid #719fe3; outline-offset: 3px; }
.ssx-live { margin: 12px 0 0 !important; font-size: 13.5px; line-height: 1.5; color: var(--ssx-ink); text-align: center; }
.ssx-reassure { margin: 4px 0 0 !important; font-size: 12px; line-height: 1.5; color: var(--ssx-muted); text-align: center; }

/* Bandeau d'offre dans le contenu. */
.ssx-band { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--ssx-pale); border-radius: var(--ssx-radius); padding: 28px 34px; margin: 56px 0; }
.ssx-band strong { display: block; font-size: 21px; line-height: 1.3; color: var(--ssx-ink); margin-bottom: 6px; }
.ssx-band p { margin: 0 !important; font-size: 15.5px; line-height: 1.6; color: var(--ssx-muted); max-width: 60ch; }
.ssx-band a.ssx-cta { width: auto; min-width: 260px; }
.ssx-band[data-ssx-position=final] { background: var(--ssx-ink); }
.ssx-band[data-ssx-position=final] strong { color: #fff; }
.ssx-band[data-ssx-position=final] p { color: #c9d6e2; }

/* ---------------------------------------------------------- éditorial --- */
.ssx-editorial { color: var(--ssx-ink); font-size: 17px; line-height: 1.8; max-width: 1200px; margin: auto; }
.ssx-editorial p { max-width: 68ch; margin: 0 0 16px; }
.ssx-editorial h2 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.2; font-weight: 750; margin: 0 0 18px; color: var(--ssx-ink); letter-spacing: -.02em; text-wrap: balance; }
.ssx-editorial h3 { font-size: 19px; line-height: 1.35; font-weight: 750; margin: 0 0 12px; color: var(--ssx-ink); }
.ssx-editorial section { scroll-margin-top: 120px; }
.ssx-eyebrow { display: block; font-size: 12px; color: var(--ssx-blue); letter-spacing: .09em; text-transform: uppercase; font-weight: 750; margin-bottom: 8px; }

.ssx-jumps { display: flex; gap: 24px; flex-wrap: wrap; padding: 16px 0; border-block: 1px solid var(--ssx-line); margin: 0 0 48px; }
.ssx-jumps a { font-size: 14px; font-weight: 650; color: var(--ssx-muted) !important; text-decoration: none !important; }
.ssx-jumps a:hover { color: var(--ssx-blue) !important; }

/* Verdict */
.ssx-verdict { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; margin: 0 0 64px; }
.ssx-verdict-text { font-size: 21px !important; line-height: 1.55; font-weight: 550; }
.ssx-uses { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 18px; }
.ssx-uses b { font-size: 13px; color: var(--ssx-muted); text-transform: uppercase; letter-spacing: .06em; margin-right: 4px; }
.ssx-uses span { background: #fff; border: 1px solid var(--ssx-line); border-radius: 999px; padding: 5px 13px; font-size: 14px; font-weight: 650; }
.ssx-proscons { display: grid; gap: 16px; }
.ssx-pros, .ssx-cons { border-radius: 16px; padding: 22px 24px; }
.ssx-pros { background: #eaf7f0; }
.ssx-cons { background: #fdf5e6; }
.ssx-pros ul, .ssx-cons ul { list-style: none !important; margin: 0 !important; padding: 0 !important; display: grid; gap: 8px; }
.ssx-pros li, .ssx-cons li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.55; margin: 0 !important; }
.ssx-pros li::before { content: '✓'; position: absolute; left: 0; color: var(--ssx-green); font-weight: 800; }
.ssx-cons li::before { content: '!'; position: absolute; left: 4px; color: #b36b00; font-weight: 800; }

/* Récit illustré */
.ssx-story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin: 0 0 64px; }
.ssx-story figure { margin: 0; border-radius: 22px; overflow: hidden; background: #f5f7f9; }
.ssx-story figure img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.ssx-story.ssx-reverse figure { order: 2; }
.ssx-highlight { margin-top: 22px; border-left: 3px solid var(--ssx-blue); padding: 8px 0 8px 18px; font-size: 17px; line-height: 1.5; font-weight: 650; }

/* Contenances */
.ssx-sizes { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; margin: 22px 0 14px; }
.ssx-size {
  display: flex; flex-direction: column; gap: 10px; padding: 20px 18px; border: 1.5px solid var(--ssx-line); border-radius: 16px;
  background: #fff; text-decoration: none !important; color: var(--ssx-ink) !important; scroll-margin-top: 140px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.ssx-size:hover { border-color: var(--ssx-blue); box-shadow: 0 6px 18px #075de51f; transform: translateY(-2px); }
.ssx-size-v { font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.ssx-size-btn { font-size: 14px; font-weight: 750; color: var(--ssx-blue); }
.ssx-size-btn::after { content: ' →'; }
.ssx-size:target { border-color: var(--ssx-amber); background: #fff8e6; box-shadow: 0 0 0 4px #f4a51c33; }
.ssx-note { font-size: 13px !important; color: var(--ssx-muted); }

/* Tableaux */
.ssx-table { overflow-x: auto; margin: 18px 0 8px; }
.ssx-table table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 0; }
.ssx-table th, .ssx-table td { padding: 14px 13px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--ssx-line); line-height: 1.5; }
.ssx-table thead th { font-weight: 750; white-space: nowrap; }
.ssx-table tbody tr:nth-child(odd) { background: #f5f8fb; }
.ssx-table tr.ssx-current { background: var(--ssx-pale) !important; }
.ssx-table tr.ssx-current th { color: var(--ssx-blue); }
.ssx-table a { font-weight: 700; color: var(--ssx-blue) !important; text-decoration: none !important; }
.ssx-table a:hover { text-decoration: underline !important; }
.ssx-yes { color: var(--ssx-green); font-weight: 700; }
.ssx-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; background: var(--ssx-blue); color: #fff; border-radius: 6px; padding: 2px 7px; margin-left: 6px; vertical-align: 2px; }

/* Caractéristiques */
.ssx-spec-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; margin: 64px 0; align-items: start; }
.ssx-spec-section figure { margin: 0; }
.ssx-spec-section img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 16px; background: #fff; border: 1px solid var(--ssx-line); }
.ssx-spec-section figcaption { font-size: 12.5px; color: var(--ssx-muted); margin-top: 8px; }
.ssx-spec-section .ssx-table tbody th { width: 38%; font-weight: 650; color: var(--ssx-muted); }

/* FAQ */
.ssx-faq details { border-bottom: 1px solid var(--ssx-line); padding: 16px 0; }
.ssx-faq summary { cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 18px; }
.ssx-faq summary::-webkit-details-marker { display: none; }
.ssx-faq summary::after { content: '+'; font-size: 22px; color: var(--ssx-blue); line-height: 1; }
.ssx-faq details[open] summary::after { content: '−'; }
.ssx-faq details p { margin: 10px 0 0 !important; color: var(--ssx-muted); }

/* ---------------------------------------------------- galerie carrée --- */
.ssx-product .woocommerce-product-gallery .flexy-view { height: auto !important; overflow: hidden; }
.ssx-product .woocommerce-product-gallery .flexy-view img { aspect-ratio: 1/1 !important; object-fit: contain !important; }
.ssx-product .woocommerce-product-gallery__image { background: #fff; }
.ssx-product .woocommerce-product-gallery .flexy-pills { display: block !important; height: auto !important; }
.ssx-product .woocommerce-product-gallery .flexy-pills ol { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 8px !important; margin: 12px 0 0 !important; padding: 0 !important; list-style: none !important; }
.ssx-product .woocommerce-product-gallery .flexy-pills li { width: auto !important; height: auto !important; margin: 0 !important; cursor: pointer; }
.ssx-product .woocommerce-product-gallery .flexy-pills .ct-media-container { display: block !important; width: 100% !important; height: auto !important; aspect-ratio: 1; }
.ssx-product .woocommerce-product-gallery .flexy-pills img { width: 100% !important; height: 100% !important; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.ssx-product .woocommerce-product-gallery .flexy-pills li.active img { outline: 2px solid var(--ssx-blue); outline-offset: -2px; }

/* ----------------------------------------------------------- catégorie --- */
.ssx-category .products .product img { aspect-ratio: 1; object-fit: contain; background: #fff; }
.ssx-cat-intro { max-width: 760px; margin: 0 auto; }
.ssx-cat-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.ssx-cat-links a { background: #fff; border: 1px solid var(--ssx-line); border-radius: 999px; padding: 6px 14px; font-size: 14px; font-weight: 650; color: var(--ssx-ink) !important; text-decoration: none !important; }
.ssx-cat-links a:hover { border-color: var(--ssx-blue); color: var(--ssx-blue) !important; }
.mc-cat-seo .ssx-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 18px 0 26px; }
.mc-cat-seo .ssx-guide > div { background: #f5f8fb; border-radius: 16px; padding: 20px 22px; }
.mc-cat-seo .ssx-guide h3 { margin-top: 0 !important; }
.mc-cat-seo .ssx-table { font-size: 14.5px; }

@media (max-width: 900px) {
  .ssx-verdict, .ssx-story, .ssx-spec-section, .mc-cat-seo .ssx-guide { grid-template-columns: 1fr; gap: 28px; }
  .ssx-story.ssx-reverse figure { order: 0; }
  .ssx-band { grid-template-columns: 1fr; padding: 24px; }
  .ssx-band a.ssx-cta { width: 100%; min-width: 0; }
  .ssx-verdict-text { font-size: 19px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .ssx-chip, .ssx-size, .ssx-product a.ssx-cta { transition: none !important; }
}
.mc-cat-seo #ssx-compare, .mc-cat-seo #ssx-cat-faq { margin-top: 44px; scroll-margin-top: 120px; }
.mc-cat-seo #ssx-guide { scroll-margin-top: 120px; }
