@charset "UTF-8";
/* ==================================================
   CUSTOM OVERRIDES – SAFARI DRIVES
   This file contains ONLY intentional custom changes.
   Anything commented out is kept for rollback.
   ================================================== */
/* Optional: if your theme leaves an empty gap where the link was, uncomment this.
   (Use only if you actually see blank spacing in the top nav.)
*/
/*
.navPages-item:has(a[href*="/privacy-policy/"]),
.navPages-item:has(a[href*="/about-us/"]) {
  display: none !important;
}
*/
/* =========================
   CUSTOM OVERRIDES -DISABLED (Safari Drives)
   Owner: J R
   Date: 2026-01-09
   Purpose: Header navigation cleanup, leaves just contact us and shipping & returns in the top bar
   =========================
   
   Hide specific web pages from the HEADER navigation (top menu)
   Note: This does NOT delete the pages; they remain accessible and can still appear in the footer.
*/
/* .navPages a.navPages-action[href*="/privacy-policy/"],
.navPages a.navPages-action[href*="/about-us/"] {
  display: none !important;
}*/
/* Fallback: hide in any header/nav container */
/*
header a[href="https://www.safaridrives.co.uk/privacy-policy/"],
header a[href="https://www.safaridrives.co.uk/privacy-policy"],
header a[href*="safaridrives.co.uk/privacy-policy"],
header a[href="https://www.safaridrives.co.uk/about-us/"],
header a[href="https://www.safaridrives.co.uk/about-us"],
header a[href*="safaridrives.co.uk/about-us"] {
  display: none !important;
} */
/* =========================
   ACTIVE HEADER NAV HIDING
   Current production version.  All links removed from top bar.
   ========================= */
header a[href="https://www.safaridrives.co.uk/privacy-policy/"],
header a[href*="safaridrives.co.uk/privacy-policy"],
header a[href="https://www.safaridrives.co.uk/about-us/"],
header a[href*="safaridrives.co.uk/about-us"],
header a[href="https://www.safaridrives.co.uk/contact-us/"],
header a[href*="safaridrives.co.uk/contact-us"],
header a[href="https://www.safaridrives.co.uk/shipping-returns/"],
header a[href*="safaridrives.co.uk/shipping-returns"] {
  display: none !important; }
