/* ============================================================
   OPENDRIVE — FICHE PRODUIT SINGLE
   ============================================================ */

.od-product-page {
  font-family: var(--od-font-body);
  color: var(--od-text);
  line-height: 1.6;
  font-size: 15px;
  background: white;
}
.od-product-page *, .od-product-page *::before, .od-product-page *::after { box-sizing: border-box; }
.od-product-page img { display: block; max-width: 100%; height: auto; }
.od-product-page button { font-family: inherit; cursor: pointer; }
.op-section-inner { max-width: 1440px; margin: 0 auto; }

/* HERO */
.op-hero { background: var(--od-bg-alt); padding: 32px 32px 60px; border-bottom: 1px solid var(--od-border); }
.op-hero-inner { max-width: 1440px; margin: 0 auto; }

.op-breadcrumb { font-size: 13px; color: var(--od-text-dim); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.op-breadcrumb a { color: var(--od-text-dim); text-decoration: none; transition: color 0.2s; }
.op-breadcrumb a:hover { color: var(--od-blue); }
.op-breadcrumb-sep { color: var(--od-text-muted); }
.op-breadcrumb-current { color: var(--od-text); font-weight: 600; }

.op-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* GALERIE */
.od-product-page .op-gallery {
  display: grid !important;
  grid-template-columns: 80px minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100%;
}
/* Cas une seule image : pas de colonne thumbs */
.od-product-page .op-gallery.op-gallery-solo {
  grid-template-columns: 1fr !important;
}
.od-product-page .op-gallery-thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 80px;
}
.od-product-page .op-gallery-thumb {
  aspect-ratio: 1;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  padding: 0;
  background: white;
  display: block;
}
.od-product-page .op-gallery-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.od-product-page .op-gallery-thumb.active { border-color: var(--od-red); }
.od-product-page .op-gallery-thumb:hover { border-color: var(--od-blue); }
.od-product-page .op-gallery-main {
  width: 100% !important;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--od-bg-dark);
  min-width: 0;
  height: 480px;
  max-height: 70vh;
}
@media (max-width: 1100px) {
  .od-product-page .op-gallery-main { height: 400px; }
}
@media (max-width: 700px) {
  .od-product-page .op-gallery-main { height: 280px; }
}
.od-product-page .op-gallery-main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.od-product-page .op-gallery-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--od-red); color: white;
  font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 6px;
  letter-spacing: 1px;
  z-index: 2;
  white-space: nowrap;
}
.od-product-page .op-gallery-badge.new { background: var(--od-blue); }

/* INFOS PRODUIT */
.op-product-info { padding: 4px 0; }
.op-product-meta-top { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--od-text-dim); flex-wrap: wrap; }
.op-product-meta-tag { background: white; border: 1px solid var(--od-border); padding: 5px 12px; border-radius: 100px; }
/* Badge Niveau — affiché avant le titre produit */
/* Ligne niveaux disponibles sur la fiche produit */
.op-niveaux-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.op-niveaux-label { font-family: var(--od-font-mono); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--od-text-dim); white-space: nowrap; }
.op-niveau-pill { background: var(--od-blue-soft); border: 1px solid rgba(30,90,232,0.2); color: var(--od-blue); font-family: var(--od-font-body); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 100px; white-space: nowrap; }
.op-product-title { font-family: var(--od-font-display); font-weight: 700; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--od-text); }
.op-product-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 14px; flex-wrap: wrap; }
.op-product-rating-stars { color: var(--od-red); letter-spacing: 1px; font-size: 16px; }
.op-product-rating-num { font-weight: 700; }
.op-product-rating-sep { width: 3px; height: 3px; border-radius: 50%; background: var(--od-text-muted); }
.op-product-rating-count { color: var(--od-text-dim); }
.op-product-rating-link { color: var(--od-blue); font-weight: 600; text-decoration: none; }
.op-product-pitch { font-size: 16px; color: var(--od-text-dim); line-height: 1.6; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--od-border); }
.op-product-pitch p { margin: 0 0 8px; }

/* KEY POINTS */
.op-key-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--od-border); }
.op-key-point { display: flex; gap: 12px; align-items: flex-start; }
.op-key-point-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--od-blue-soft); color: var(--od-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.op-key-point-icon.red { background: var(--od-red-soft); color: var(--od-red); }
.op-key-point-icon svg { width: 20px; height: 20px; }
.op-key-point-label { font-size: 11px; font-weight: 600; color: var(--od-text-dim); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.op-key-point-value { font-size: 14px; font-weight: 700; color: var(--od-text); line-height: 1.3; }

/* PRICE BOX */
.op-price-box { background: white; border: 1px solid var(--od-border); border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.op-price-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; flex-wrap: wrap; gap: 12px; }
.op-price-label { font-size: 12px; font-weight: 600; color: var(--od-text-dim); text-transform: uppercase; letter-spacing: 1px; }
.op-price-info { font-size: 12px; color: var(--od-text-dim); margin-top: 4px; }
.op-price-values { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.op-price-old { font-size: 18px; color: var(--od-text-dim); text-decoration: line-through; font-weight: 500; }
.op-price-old .woocommerce-Price-amount { color: inherit; font-size: inherit; }
.op-price-old .woocommerce-Price-currencySymbol { color: inherit; }
.op-price-new { font-family: var(--od-font-display); font-size: 36px; font-weight: 700; color: var(--od-text); letter-spacing: -0.02em; }
.op-price-new .cur { font-size: 22px; color: var(--od-red); margin-left: 2px; }
.op-price-discount { background: var(--od-red); color: white; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.5px; }

/* QUANTITÉ + BOUTON */
.op-qty-row { display: flex; gap: 12px; margin-bottom: 16px; }
.op-qty-selector { display: flex; align-items: center; border: 1px solid var(--od-border); border-radius: 8px; overflow: hidden; }
.op-qty-btn { width: 44px; height: 44px; background: white; color: var(--od-text); font-size: 18px; font-weight: 600; transition: background 0.2s; border: none; padding: 0; }
.op-qty-btn:hover { background: var(--od-bg-alt); }
.op-qty-input { width: 50px; height: 44px; border: none; border-left: 1px solid var(--od-border); border-right: 1px solid var(--od-border); text-align: center; font-size: 14px; font-weight: 600; font-family: inherit; }
.op-qty-input::-webkit-outer-spin-button, .op-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.op-qty-input { -moz-appearance: textfield; }
.op-btn-cart { flex: 1; background: var(--od-red); color: white; padding: 14px 24px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; border-radius: 8px; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; border: none; }
.op-btn-cart:hover { background: var(--od-red-hover); transform: translateY(-1px); }
.op-btn-cart svg { width: 18px; height: 18px; }

.op-reassure-mini { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding-top: 16px; border-top: 1px solid var(--od-border); font-size: 11px; color: var(--od-text-dim); text-align: center; }
.op-reassure-mini-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.op-reassure-mini-icon { width: 28px; height: 28px; color: var(--od-blue); }
.op-reassure-mini-icon svg { width: 100%; height: 100%; }
.op-reassure-mini-text { line-height: 1.3; font-weight: 600; color: var(--od-text); }

/* SECTIONS */
.op-section { padding: 80px 32px; }
.op-section.alt { background: var(--od-bg-alt); }
.op-section-title { font-family: var(--od-font-display); font-weight: 700; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 12px; color: var(--od-text); }
.op-section-title .accent { color: var(--od-red); }
.op-section-eyebrow { font-family: var(--od-font-mono); font-size: 11px; font-weight: 600; color: var(--od-red); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 10px; }
.op-section-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--od-red); }

/* DESCRIPTION + INCLUS */
.op-desc-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; margin-top: 40px; align-items: start; }
.op-desc-content p { font-size: 16px; color: var(--od-text-dim); line-height: 1.7; margin-bottom: 16px; }
.op-desc-content p:last-child { margin-bottom: 0; }
.op-desc-content strong { color: var(--od-text); font-weight: 700; }
.op-included-card { background: white; border: 1px solid var(--od-border); border-radius: 12px; padding: 28px; }
.op-included-card h3 { font-family: var(--od-font-display); font-size: 18px; font-weight: 700; margin: 0 0 16px; letter-spacing: -0.01em; color: var(--od-text); }
.op-included-list { list-style: none; padding: 0; margin: 0; }
.op-included-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; font-size: 14px; color: var(--od-text); border-bottom: 1px solid var(--od-border); }
.op-included-list li:last-child { border-bottom: none; }
.op-included-list li::before { content: ''; width: 18px; height: 18px; border-radius: 50%; background: #16A34A; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 12px; background-position: center; background-repeat: no-repeat; margin-top: 2px; }
.op-included-list li.no::before { background: var(--od-text-muted); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); }
.op-included-list li.no { color: var(--od-text-dim); }

/* ETAPES */
.op-steps { background: var(--od-bg-dark); color: white; padding: 100px 32px; position: relative; overflow: hidden; }
.op-steps::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(30,90,232,0.15), transparent 70%); pointer-events: none; }
.op-steps::after { content: ''; position: absolute; bottom: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(216,31,38,0.12), transparent 70%); pointer-events: none; }
.op-steps-inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; }
.op-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.op-step { background: rgba(255,255,255,0.04); border: 1px solid var(--od-border-dark); border-radius: 12px; padding: 28px; position: relative; overflow: hidden; }
.op-step-num { font-family: var(--od-font-display); font-size: 56px; font-weight: 700; color: var(--od-red); line-height: 1; letter-spacing: -0.04em; margin-bottom: 16px; opacity: 0.9; }
.op-step-title { font-family: var(--od-font-display); font-size: 18px; font-weight: 700; color: white; margin-bottom: 8px; letter-spacing: -0.01em; }
.op-step-desc { font-size: 13px; color: var(--od-text-muted); line-height: 1.6; margin-bottom: 12px; }
.op-step-time { font-family: var(--od-font-mono); font-size: 11px; font-weight: 600; color: var(--od-red); letter-spacing: 1px; text-transform: uppercase; }

/* AVIS */
.op-reviews-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 40px; margin-top: 40px; }
.op-reviews-summary { text-align: center; background: white; border: 1px solid var(--od-border); border-radius: 12px; padding: 32px; }
.op-reviews-summary-num { font-family: var(--od-font-display); font-size: 64px; font-weight: 700; color: var(--od-text); line-height: 1; letter-spacing: -0.03em; margin-bottom: 8px; }
.op-reviews-summary-num .total { color: var(--od-text-dim); font-size: 32px; }
.op-reviews-summary-stars { color: var(--od-red); font-size: 22px; letter-spacing: 3px; margin-bottom: 8px; }
.op-reviews-summary-text { font-size: 13px; color: var(--od-text-dim); }
.op-reviews-bars { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.op-reviews-bar-row { display: grid; grid-template-columns: 30px 1fr 40px; gap: 12px; align-items: center; }
.op-reviews-bar-label { font-weight: 600; color: var(--od-text); }
.op-reviews-bar-bg { height: 8px; background: var(--od-bg-alt); border-radius: 100px; overflow: hidden; }
.op-reviews-bar-fill { height: 100%; background: var(--od-red); border-radius: 100px; }
.op-reviews-bar-num { text-align: right; color: var(--od-text-dim); font-family: var(--od-font-mono); }

.op-reviews-empty { text-align: center; padding: 40px; background: white; border: 1px solid var(--od-border); border-radius: 12px; color: var(--od-text-dim); margin-bottom: 32px; }

.op-reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.op-review { background: white; border: 1px solid var(--od-border); border-radius: 10px; padding: 28px; }
.op-review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; flex-wrap: wrap; gap: 10px; }
.op-review-author { display: flex; gap: 12px; align-items: center; }
.op-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--od-blue-soft); color: var(--od-blue); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.op-review-name { font-weight: 700; font-size: 14px; }
.op-review-date { font-family: var(--od-font-mono); font-size: 11px; color: var(--od-text-muted); letter-spacing: 1px; text-transform: uppercase; }
.op-review-stars { color: var(--od-red); letter-spacing: 1px; font-size: 14px; }
.op-review-title { font-family: var(--od-font-display); font-size: 16px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.01em; color: var(--od-text); }
.op-review-text { font-size: 14px; color: var(--od-text-dim); line-height: 1.6; }
.op-review-verified { margin-top: 14px; font-size: 11px; color: #16A34A; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 4px; }

.op-reviews-more { text-align: center; margin-top: 32px; }
.op-btn-outline { background: white; color: var(--od-text); padding: 12px 24px; font-size: 13px; font-weight: 700; border: 1.5px solid var(--od-text); border-radius: 8px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.op-btn-outline:hover { background: var(--od-text); color: white; }

/* Cacher le formulaire de commentaire WP par défaut, on utilisera un bouton custom */
.op-review-form-hidden { display: none; }

/* FAQ */
.op-faq { max-width: 920px; margin: 40px auto 0; }
.op-faq-item { border-bottom: 1px solid var(--od-border); }
.op-faq-q { width: 100%; text-align: left; padding: 20px 0; font-family: var(--od-font-display); font-size: 17px; font-weight: 600; color: var(--od-text); letter-spacing: -0.01em; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; background: none; border: none; cursor: pointer; }
.op-faq-q:hover { color: var(--od-red); }
.op-faq-q::after { content: '+'; font-size: 22px; font-weight: 400; color: var(--od-red); transition: transform 0.3s; flex-shrink: 0; }
.op-faq-item.open .op-faq-q::after { transform: rotate(45deg); }
.op-faq-a { padding: 0 0 20px; font-size: 14px; color: var(--od-text-dim); line-height: 1.7; display: none; }
.op-faq-item.open .op-faq-a { display: block; }

/* STAGES SIMILAIRES */
.op-similar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.op-stage { background: white; border: 1px solid var(--od-border); border-radius: 10px; overflow: hidden; cursor: pointer; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.op-stage:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); border-color: var(--od-blue); color: inherit; }
.op-stage-img { aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--od-bg-dark); }
.op-stage-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.op-stage:hover .op-stage-img img { transform: scale(1.06); }
.op-stage-badge { position: absolute; top: 12px; left: 12px; background: var(--od-red); color: white; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.5px; }
.op-stage-body { padding: 16px 18px 18px; }
.op-stage-location { font-size: 11px; font-weight: 600; color: var(--od-text-dim); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.op-stage-title { font-family: var(--od-font-display); font-size: 15px; font-weight: 600; line-height: 1.3; margin-bottom: 10px; letter-spacing: -0.01em; color: var(--od-text); }
.op-stage-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--od-border); }
.op-stage-rating { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; }
.op-stage-rating .star { color: var(--od-red); }
.op-stage-price { font-family: var(--od-font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.op-stage-price .cur { color: var(--od-red); font-size: 13px; margin-left: 2px; }

/* CTA FINAL */
.op-cta-final { background: linear-gradient(135deg, var(--od-blue) 0%, var(--od-blue-hover) 100%); color: white; padding: 80px 32px; text-align: center; position: relative; overflow: hidden; }
.op-cta-final::before { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 70%); border-radius: 50%; transform: translate(30%, -30%); }
.op-cta-final-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.op-cta-final h2 { font-family: var(--od-font-display); font-weight: 700; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; color: white; }
.op-cta-final p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.op-btn-white { background: white; color: var(--od-bg-dark); padding: 16px 32px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; border-radius: 8px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.op-btn-white:hover { background: var(--od-red); color: white; transform: translateY(-1px); }
.op-btn-white svg { width: 18px; height: 18px; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .op-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .op-gallery { grid-template-columns: 1fr; }
  .op-gallery-thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .op-gallery-thumb { width: 80px; flex-shrink: 0; }
  .op-desc-layout { grid-template-columns: 1fr; gap: 40px; }
  .op-reviews-header { grid-template-columns: 1fr; gap: 32px; }
  .op-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .op-similar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .op-hero { padding: 24px 20px 36px; }
  .op-section { padding: 60px 20px; }
  .op-steps { padding: 60px 20px; }
  .op-key-points { grid-template-columns: 1fr; }
  .op-reassure-mini { grid-template-columns: 1fr; gap: 16px; }
  .op-steps-grid { grid-template-columns: 1fr; }
  .op-reviews-grid { grid-template-columns: 1fr; }
  .op-similar-grid { grid-template-columns: 1fr; }
  .op-similar-grid .op-stage:nth-child(n+3) { display: none; }
  .op-cta-final { padding: 60px 20px; }
}


/* ── Sélecteur de circuit sur la fiche produit ── */
.op-circuit-select-wrap {
  margin-bottom: 20px;
}
.op-circuit-select-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--od-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--od-text-dim);
  margin-bottom: 10px;
}
.op-circuit-select-label svg {
  width: 14px;
  height: 14px;
  stroke: var(--od-blue);
  flex-shrink: 0;
}
.op-circuit-select {
  width: 100%;
  background: var(--od-bg-alt);
  border: 1.5px solid var(--od-border);
  border-radius: 10px;
  padding: 13px 18px;
  font-family: var(--od-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--od-text);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.op-circuit-select:focus {
  border-color: var(--od-blue);
  box-shadow: 0 0 0 3px rgba(30, 90, 232, 0.12);
  background-color: #FFFFFF;
}
.op-circuit-select:required:invalid {
  color: var(--od-text-muted);
}
@media (max-width: 600px) {
  .op-circuit-select { font-size: 14px; padding: 12px 16px; }
}

/* ── Champ date sur la fiche produit ── */
.op-date-select-wrap {
  margin-bottom: 20px;
}
.op-date-info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #F5F7FA;
  border: 1.5px solid var(--od-border);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: var(--od-font-body);
  font-size: 14px;
  color: var(--od-text-dim);
  line-height: 1.5;
}
.op-date-info-box svg {
  flex-shrink: 0;
  stroke: var(--od-text-muted);
  margin-top: 1px;
}
.op-date-info-box--has-date {
  background: #EEF2FF;
  border-color: rgba(30,90,232,0.25);
  color: var(--od-text);
}
.op-date-info-box--has-date svg {
  stroke: var(--od-blue);
}
.op-date-info-box strong {
  font-weight: 700;
  color: var(--od-blue);
}
