/* Fox Marine overlay for OC 3 default theme — mobile first */
:root {
  --fm-navy: #2c3e50;
  --fm-ink: #3a3f44;
  --fm-tan: #c4a35a;
  --fm-bg: #f4f4f2;
}
body { background: var(--fm-bg); color: var(--fm-ink); }
#top { background: var(--fm-navy); }
#top .container, #top a, #top .btn-link, #top .dropdown-toggle { color: #fff; }
#logo img { max-height: 56px; width: auto; }
#menu { background: var(--fm-navy); border: 0; min-height: 44px; }
#menu .nav > li > a { color: #fff; font-weight: 600; letter-spacing: .02em; }
#menu .nav > li > a:hover, #menu .nav > li.open > a { background: #1b2838; color: var(--fm-tan); }
.btn-primary { background: var(--fm-navy); border-color: var(--fm-navy); }
.btn-primary:hover { background: #1b2838; border-color: #1b2838; }
.product-thumb h4 a { color: var(--fm-navy); }
.product-thumb .price { color: var(--fm-tan); font-weight: 700; }
footer { background: var(--fm-navy); color: #ddd; }
footer a { color: #eee; }
@media (max-width: 767px) {
  #logo { text-align: center; margin: 8px 0; }
  #logo img { max-height: 48px; }
  #cart { margin-top: 8px; }
  #menu { margin-bottom: 0; }
  #menu .btn-navbar { background: var(--fm-tan); border: 0; color: #fff; }
  .product-layout { margin-bottom: 16px; }
  h1 { font-size: 22px; }
}
