/* Add custom CSS styles below */ 
button, .btn-primary, .add-to-cart {
  background-color: #b78e5c !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
}

button:hover, .btn-primary:hover, .add-to-cart:hover {
  background-color: #a37d4d !important;
  color: #fff !important;
  
  img, .product-card, .banner {
  border-radius: 10px !important;
}

img, .product-card, .banner {
  border-radius: 10px !important;
}
body {
  background-color: #f9f8f6 !important;
}
.product-title, h1, h2, h3 {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  color: #2e2e2e !important;
}
.product-card img:hover {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
}
.toast-success {
  background-color: #b78e5c !important;
  color: white !important;
  border-radius: 8px !important;
  font-size: 15px !important;
}