/* Presale UI Toggle - Controlled by site-config.json */
body:not(.presale-enabled) .presale-timers-container,
body:not(.presale-enabled) .presale-badge,
body:not(.presale-enabled) .phase-timer-container,
body:not(.presale-enabled) .production-timer-card,
body:not(.presale-enabled) .presale-subtitle,
body:not(.presale-enabled) #presale-section {
  display: none !important;
}

/* Force hide presale badges on product cards */
body:not(.presale-enabled) .product-chip--presale {
  display: none !important;
}
