/* store-oldlinks.css — restore the 1998 Netscape / Adobe Dreamweaver default
   link palette across every anchor on the site. Overrides the monotone CSS
   for text links. Chips, buttons, cards keep their UI treatment. */

/* --- Prose + navigation + product-name text links get the retro palette --- */
a:link {
  color: #0000EE !important;   /* classic unvisited blue */
  text-decoration: underline !important;
}
a:visited {
  color: #551A8B !important;   /* classic purple */
}
a:hover {
  color: #0000EE !important;
  text-decoration: underline !important;
}
a:active {
  color: #EE0000 !important;   /* classic active red */
}

/* --- Elements we explicitly DON'T want blue: keep them as monotone UI --- */
#cri-finder-links a,
#cri-finder-links a:link,
#cri-finder-links a:visited,
#cri-finder-links a:hover,
#cri-finder-links a:active {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
#cri-finder-links a:hover {
  color: #ffffff !important;
}

/* Chips (IC Finder + Medicine Finder facet buttons) — they're buttons, not
   text links, so keep monotone. */
.chip,
.chip:link,
.chip:visited,
.chip:hover,
.chip:active {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.chip.on,
.chip.on:link,
.chip.on:visited,
.chip.on:hover,
.chip.on:active {
  color: #ffffff !important;
}

/* Product cards (finder, random-strip, shop tab) — the whole tile is a link
   but reads as a card, not a text link. Keep monotone, no underline. */
a.card,
a.card:link,
a.card:visited,
a.card:hover,
a.card:active,
a.shop-card,
a.shop-card:link,
a.shop-card:visited,
a.shop-card:hover,
a.shop-card:active {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

/* Magento product-list-item card links — same treatment as above */
.product-item-link,
.product-item-link:link,
.product-item-link:visited,
.product-item-link:hover,
.product-item-link:active,
.product-item-photo,
.product-item-photo:link,
.product-item-photo:visited,
.product-item-photo:hover,
.product-item-photo:active {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

/* Primary "Proceed to Checkout" / "Add to Cart" buttons keep their ink plate */
.action.primary,
.action.primary:link,
.action.primary:visited,
.action.primary:hover,
.action.primary:active,
.action.tocart,
.action.tocart:link,
.action.tocart:visited,
.action.tocart:hover,
.action.tocart:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Nav menu items — treat as chrome, not prose links */
.nav-sections a,
.nav-sections a:link,
.nav-sections a:visited,
.nav-sections a:hover,
.nav-sections a:active,
.crione-nav-links a,
.crione-nav-links a:link,
.crione-nav-links a:visited {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

/* Site header top-strip (Welcome, Sign In, Channel pill etc.) — keep monotone */
.header.links a,
.header.links a:link,
.header.links a:visited,
.header.links a:hover,
.header.links a:active {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

/* Sale ribbon at the very top — it's a colored banner, not a link */
.crione-sale-ribbon a,
.crione-sale-ribbon a:link,
.crione-sale-ribbon a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Tag cloud individual tags: keep as blue links (they ARE links to search)
   which matches the retro vibe nicely — no override needed. */
