:root {
  --button-main: #c7a058 !important;
}
.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.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: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 4px !important;
}
.sh-solid-button {
  border-radius: 4px;
}

.sh-category-card > a > div {
  padding: 6px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.sh-category-card > a > div:hover {
  border: 1px solid #29a56c !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #ecffec !important;
}
.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #fffceb !important;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #feefea !important;
}
.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}
.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}
.sh-header-search-box {
  background-color: #f5f5f5 !important;
  border-radius: 8px !important;
}

.section-heading::after {
  background: none !important;
}
.sh-product-card-name {
  font-weight: 600 !important;
}
.sh-product-card-price {
  color: black !important;
}
.pr-outlined-button {
  border-color: #c7a058 !important;
  color: #c7a058 !important;
}
.pr-card-action-enquiry {
  border: 1px solid #c7a058 !important;
}
.whatsapp-enq-button-icon {
  fill: #c7a058 !important;
}
.section-heading {
  color: black !important;
}
.section-heading-viewall {
  color: black !important;
}
.sh-product-card {
  border: none !important;
}
.sh-solid-button {
  background-color: #c7a058 !important;
  border: 1px solid #c7a058 !important;
}
.footer-row-title {
  color: #fff !important;
}
.sh-footer-icon {
  display: none !important;
}
.sh-product-card-discount-tag {
  background-color: #045b49 !important;
  color: #fff !important;
}
@media screen and (min-width: 560px) {
  #categories > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* ✅ last row bhi center hoga */
    gap: 16px; /* optional spacing between cards */
  }

  .sh-category-card {
    flex: 0 1 189px; /* ✅ har card ka fixed width */
    max-width: 189px;
  }
}
.solid-button__disabled_btn {
  color: #fff !important;
}
.bottom-nav__app__bar {
  background: #045b49 !important;
}
.sh-bottom-nav-unselected {
  color: #fff !important;
  stroke: #fff !important;
}
