/* Header Color Update */
.sh-header-main {
  background-color: #f3f4ef !important;
}

.app-bar-main {
  background-color: #f3f4ef !important;
}

.header-mobile-sidemenu__head__container {
  background-color: #f3f4ef !important;
}

/* Add to Cart Button Alignment Fix */
.sh-product-plus-minus-button {
  background-color: #2b5e23;
  color: #fff;
  border: 1px solid #2b5e23 !important;
  border-radius: 4px !important;
 }

.sh-product-plus-minus-button:hover {
  background-color: #2b5e23;
  color: #fff;
  border: 1px solid #2b5e23 !important;
}

/* Buy Now Button Consistency (if needed) */
.sh-solid-button {
  border-radius: 4px;
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
 
 }

.sh-solid-button:hover {
  background-color: #5d8019 !important;
  color: #ffffff !important;
}

/* Optional: Ensuring both buttons sit side by side with spacing */
.product-action-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .sh-product-plus-minus-button,
  .sh-solid-button {
    width: 100% !important;
    max-width: none;
  }
  .product-action-buttons {
    flex-direction: column;
  }
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}