.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.sh-categories-container>div>h2 {
  display: none !important;
}

.sh-categories-container>div>hr {
  display: none !important;
}

.sh-banner-collection-card>a>div>div>p {
  display: none;
}

.sh-banner-collection-card>a>div>div>p>svg {
  display: none;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}

/*product card*/
.sh-product-card {
  border:1px solid #CDCDCD;
  border-radius: 4px;
}

/* Enhanced Discount Tag */
.sh-product-card-discount-tag {
  background: linear-gradient(
    90deg,
    #d4af37,
    #f3c13a
  ); /* Subtle gold gradient */
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.sh-product-plus-minus-button {
  background: #ffffff !important;
}

.sh-product-card-enquiry{
  background: #ffffff !important;
}

#footer {
 background: #F7F7F7;
 color:#000;
}




/* Buy Now Button */
/*.sh-product-buy-now-button {
  color: #ffffff;
  background-color: #3F6649;
  transition: all 0.3s ease;
  border:none;
}
.sh-product-buy-now-button:hover {
  background-color: #2A4C3D !important;
  transform: translateY(-2px);
}*/

/* Plus/Minus Button */
./*sh-product-plus-minus-button {
  background-color: #2A4C3D;
  color: #fff;
  border: 1px solid #2A4C3D;
  transition: all 0.3s ease;
}*/
