/* ====================== HEADER MAKEOVER ====================== */ .header, .shopify-section-header, .header-wrapper { background: #000 !important; border-bottom: 1px solid rgba(255,255,255,0.15); position: sticky; top: 0; z-index: 60; padding: 10px 0; } /* Navigation Links */ .header__inline-menu, .list-menu { display: flex; justify-content: center; gap: 50px; /* spacing between links */ } .header__menu-item, .list-menu__item { color: #fff !important; text-decoration: none; font-family: 'Bebas Neue', 'Montserrat Extra Bold', sans-serif; font-size: 22px; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s ease; } /* Hover + Active Link */ .header__menu-item:hover, .list-menu__item:hover { color: #FF1493 !important; /* your hot pink */ transform: scale(1.05); } /* Adjust logo alignment */ .header__heading, .header__heading-link { display: flex; justify-content: center; align-items: center; } .header__heading a, .header__heading-link { color: #fff !important; font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 1px; text-transform: uppercase; } /* Mobile menu */ @media (max-width: 900px) { .header__menu-item, .list-menu__item { font-size: 18px; letter-spacing: 1.5px; } }