/* Shared across every customer-facing page; never wrap or crop the offer. */
html body .site-promo-bar.site-promo-bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0 8px;
  gap: 0;
  background: #344d40;
  color: #fff;
  box-shadow: none;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(11.5px, 3.2vw, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

html body .site-promo-bar.site-promo-home { background: #a95334; }
html body .site-promo-text { display: block; white-space: nowrap; }
html body .site-promo-fixed { position: fixed; inset: 0 0 auto; z-index: 101; }
body[data-site-promo-offset] { margin-top: 34px; }
body[data-site-promo-offset] #mainNav,
body:has(.cuotas-banda.site-promo-bar) #mainNav { top: 34px !important; }
body:has(> .site-promo-bar) > .project-header { top: 34px; }

@media (max-width: 600px) {
  .circuit-detail .product-menu { top: 98px; }
}
