/* HEADER */

/* Navigation bar */

#header,
#header .header-nav,
#header .header-top {
  background: linear-gradient(90deg, #ffb347, #ff6a00) !important;
}

.product-miniature .product-title {
  color: #222 !important;
}

.category-name,
.product-category,
.card-title,
.product-miniature .product-title {
  color: #555 !important;
  font-weight: 600;
}

/* MENU TEXT */
#header a {
    color: #ffffff;
}

/* MENU HOVER */
#header a:hover {
    color: #D4AF37; /* gold */
}


/* FOOTER */
#footer {
    background-color: #1A1A1A;
}

/* FOOTER TEXT */
#footer, #footer a {
    color: #D4AF37;
}

/* =========================
   HEADER BACKGROUND (FORCE ORANGE)
========================= */
#header,
#header .header-nav,
#header .header-top {
  background: linear-gradient(90deg, #ffb347, #ff6a00) !important;
  border-bottom: 2px solid #f5b301 !important;
}

/* =========================
   REMOVE DARK BACKGROUND OVERRIDE
========================= */
#header .header-nav,
#header .header-top {
  background-color: transparent !important;
}

/* =========================
   MENU TEXT (WHITE)
========================= */
#header .header-nav a,
#header .header-top a {
  color: #ffffff !important;
}

/* =========================
   MENU HOVER (GOLD)
========================= */
.product-miniature .product-title:hover {
  color: #D4AF37 !important;
}

/* =========================
   CATEGORY / PRODUCT TEXT (DARK & CLEAR)
========================= */
.category-name,
.product-category,
.card-title,
.product-miniature .product-title {
  color: #444 !important;
  font-weight: 600;
}

/* =========================
   FOOTER (DARK + GOLD TEXT)
========================= */
#footer {
  background-color: #1A1A1A !important;
}

#footer,
#footer a {
  color: #D4AF37 !important;
}

