/*
  Custom override stylesheet for Nippon Paint SG
  - Loaded after main theme CSS (style.css)
  - Use this file for site- or environment-specific overrides so your changes
    are not lost during merges or theme updates.

  Tips:
  - Prefer more specific selectors or :where() resetting to avoid !important.
  - Keep overrides grouped by feature/page with clear comments.
  - Example:

  .product-card .price { font-weight: 700; }
  @media (min-width: 992px) {
    .header .nav > li > a { padding: 12px 18px; }
  }
*/

/* Footer recognition marks (ported from latest 2025-11-13 changes) */
.recognition_marks{
  border-top: 1px solid #DDD;
  padding-top: 20px;
}

/* Ensure nav items are visible on search pages */
.search .nav-item {
  opacity: 1 !important;
}

/* Ensure header is visible on search pages */
.search header {
  display: block !important;
}

