/* Háttérszín */
body {
  background-color: #f5f0e6 !important;
}

/* Fejléc és menü */
header, .main-navigation {
  background-color: #d9b48f !important;
}
.main-navigation a {
  color: #f5f0e6 !important;
}
.main-navigation a:hover {
  color: #3d7ea6 !important; /* tengerkék hover */
}

/* Gombok */
button, .btn, .add-to-cart {
  background-color: #c96e36 !important;
  color: #ffffff !important;
  border: none !important;
}
button:hover, .btn:hover, .add-to-cart:hover {
  background-color: #f4f1e0 !important; /* tengerkék hover */
}

/* Termékdobozok */
.product-box {
  border: 1px solid #e4d7c7 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Termékcímek */
.product-title a {
  color: #8f9779 !important; /* olívazöld */
}
.product-title a:hover {
  color: #c96e36 !important;
}

/* Lábléc */
footer {
  background-color: #d9b48f !important;
  color: #f5f0e6 !important;
}
footer a {
  color: #f5f0e6!important;
}
footer a:hover {
  color: #3d7ea6 !important;
}