/* =============================================================================
   fa_preorder — countdown.css — Design : Dark épuré
   ============================================================================= */

/* ── Commun ──────────────────────────────────────────────────────────────────── */

.preorder-block {
  margin: 1.25rem 0;
  font-family: "sinter", Arial, sans-serif;
}

/* Jauge */
.preorder-gauge {
  margin-bottom: 1rem;
}
.preorder-gauge__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #696969; /* ratio 5.08:1 ✓ AA — était #7a7a7a (4.29:1 ✗) */
  margin-bottom: 0.4rem;
}
.preorder-gauge__header .material-icons {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 0.25rem;
  color: #234d86;
}
.preorder-gauge__bar {
  height: 8px;
  background: #e8e8e8;
  border-radius: 99px; 
  overflow: hidden;
}
.preorder-gauge__fill {
  height: 100%;
  background: linear-gradient(90deg, #234d86, #234d86);
  border-radius: 99px;
  transition: width 0.6s ease; 
}
.preorder-validated {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #2e7d32; 
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* ── Timer ───────────────────────────────────────────────────────────────────── */
.product-prices div{

  margin-bottom: 0;
}

.preorder-timer {
  padding: 0.75rem 0 0.75rem 1.25rem;
  border-left: 4px solid #234d86;
  border-radius: 8px 0 0 8px;
  margin-bottom: 1rem !important;
}

.preorder-timer__label {
  color: #696969; /* ratio 5.08:1 ✓ AA — était #7a7a7a (4.29:1 ✗) */
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.preorder-timer__label .material-icons {
  font-size: 0.85rem;
  color: #234d86;
  display: none; /* aria-hidden="true" — décoratif, contraste insuffisant (3.24:1) */
}

div.preorder-timer__grid {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

.preorder-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.5rem;
}

.preorder-timer__num {
  font-size: 2rem;
  font-weight: 600;
  color: #232323;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.preorder-timer__lbl {
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #696969; /* ratio 5.08:1 ✓ AA — était #7a7a7a (4.29:1 ✗) */
  font-weight: 600;
  margin-top: 0.2rem;
}

.preorder-timer__sep {
  font-size: 2.5rem;
  font-weight: 200;
  color: #e8e8e8;
  line-height: 1;
  padding: 0 0.1rem;
  margin-bottom: 0.6rem;
  align-self: flex-end;
}
 