img.grayscale {

 filter: gray;
  -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
  filter: none !important;
  -webkit-filter: grayscale(0%) !important;
  opacity: 100% !important;
}

#feature_products_1 img, #products-index img {
  /* width: 100%; */
  height: 25rem !important;
  object-fit: cover !important;
}


[data-bs-theme="dark"] .navbar, [data-bs-theme="dark"] .topbar 
[data-bs-theme="light"] .navbar, [data-bs-theme="light"] .topbar 
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
}

[data-bs-theme="dark"] .sticky-area input.form-control {
    background-color: #f8f9fa;
    background-color: #ad0606 !important;
}

.hero .card-title, .hero .hero-link {
    color: #c00 !important;
}