.sh-header-main {
    background-color: #ffffff ;
    color: #ffffff ;
}
.sh-header-location-icon {
    fill: #68a33c ;
}
.sh-header-account-icon {
    stroke: #68a33c ;
}
.sh-header-cart-icon {
    stroke: #68a33c ;
    fill: none 
}
.sh-header-arrow-icon {
    fill: #68a33c ;
}
.sh-header-search-icon {
    stroke:#68a33c ;
}
.sh-header-cart-badge {
    background-color: #68a33c ;
    color: #FFFFFF ;
}
.sh-bottom-nav-main {
    background-color: #f5f5f5 ;
    color: #68a33c ;
}
.sh-bottom-nav-selected {
    stroke: #68a33c ;
    color: #68a33c ;
    fill: none ;
}
.sh-bottom-nav-unselected {
    stroke: #4a4a4a ;
    color: #4a4a4a ;
}
.sh-bottom-nav-cart-badge {
    background-color: #68a33c ;
    color: #FFFFFF ;
}
.sh-product-wishlist-desktop {
    border-color: #68a33c ;
}
.sh-product-share-icon {
    stroke: #68a33c ;
}
.sh-product-card-price {
    color: #000000 ;
}
.sh-product-card-mrp {
    color: #8e8c93 ;
}
.sh-product-card-name {
    color: #000000 ;
    font-weight: 400 ;
}
.sh-product-card-discount-tag {
    background-color: #68a33c ;
    color: #ffffff ;
    font-weight: 400 ;
    border-radius: 20px ;
    right: 10px ;
    top: 10px ;
    left: auto ;
}
.sh-product-discount-tag {
    background-color: #68a33c ;
    color: #ffffff ;
    font-weight: 400 ;
    border-radius: 50% ;
}
.sh-product-social-button {
    background-color: #68a33c ;
    fill: #ffffff ;
}
.sh-product-wishlisted-icon {
    fill: #68a33c ;
}
.sh-product-not-wishlisted-icon {
    stroke: #690C0C ;
}
.sh-footer-main {
    background-color: #68a33c ;
    color: #ffffff ;
}
.sh-footer-icon {
    color: #000000 ;
}
.sh-outlined-button {
    border-radius: 0px ;
}
.sh-solid-button {
    border-radius: 20px ;
    color: #ffffff ;
    background-color: #68a33c ;
    fill: none ;
    border: 1px solid #68a33c ;
}
.sh-product-plus-minus-button {
    background-color: #ffffff ;
    color: #eb1a23 ;
    border-radius: 20px ;
    fill: #fff9ee ;
    border-color:#eb1a23 ;
   
}
.sh-product-buy-now-button {
    color: #ffffff ;
    background-color: #68a33c ;
    border-radius: 20px ;
}
.sh-categories-container {
    background-color: #ffffff 
}

.sh-product-card-enquiry {
   background-color: #ffffff ;
   color: #68a33c ;
   border: 1px solid #68a33c;
    
   }





#sh-footer-copyright::before {
  content: "Disclaimer: The information on www.vinnerhealthcare is for general knowledge only and not a substitute for medical advice. Products and statements are not evaluated by any medical authority and are not intended to diagnose, treat, cure, or prevent any disease. Always consult your doctor before use. Results may vary person to person.";
  display: block;
/*  background-color: #26a269; /* Green background */*/
  color: #ffffff;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

/* 📱 Responsive for mobile */
@media (max-width: 768px) {
  #sh-footer-copyright::before {
    font-size: 12px;
    padding: 10px 12px;
  }
}


