.todayonlinesale-header-navigation-panel { align-items: center; justify-content: flex-end; display: flex; }
.todayonlinesale-header-navigation-list { gap: 12px; padding: 0; display: flex; margin: 0; list-style: none; }
.todayonlinesale-header-wrapper { box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.05); z-index: 9999; background-color: #ffffff; width: 100%; position: sticky; top: 0; }
@font-face { font-display: swap; font-style: normal; font-weight: 100 900; src: url('/fonts/GoogleSans-VariableFont_GRAD,opsz,wght.ttf') format('truetype-supports-variations'),
         url('/fonts/GoogleSans-VariableFont_GRAD,opsz,wght.ttf') format('truetype'); font-family: 'Google Sans'; }
.todayonlinesale-header-brand-label { font-size: 1.5rem; margin: 0; letter-spacing: -0.5px; color: #000000; font-weight: 900; }
.todayonlinesale-header-logo { max-height: 60px; }
.todayonlinesale-header-navigation-anchor:hover { background-color: #e4e4e7; }
.todayonlinesale-header-navigation-item { align-items: center; display: flex; }
.todayonlinesale-header-body { max-width: 1600px; height: 80px; display: flex; padding: 0 24px; justify-content: space-between; margin: 0 auto; align-items: center; }
.todayonlinesale-header-navigation-anchor { letter-spacing: 0.1px; border-radius: 999px; text-decoration: none; display: inline-block; color: #18181b; transition: background-color 0.2s ease, color 0.2s ease; font-weight: 500; background-color: #f4f4f5; padding: 10px 22px; font-size: 0.9rem; }
.todayonlinesale-header-brand-portal { display: flex; align-items: center; gap: 12px; text-decoration: none; }
@media (max-width: 768px) {
  .todayonlinesale-header-brand-label { display: none; }
  .todayonlinesale-header-navigation-list { gap: 8px; }
  .todayonlinesale-header-navigation-anchor { padding: 8px 16px; font-size: 0.85rem; }
  .todayonlinesale-header-body { height: 70px; padding: 0 16px; }
}