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