.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;
}
.sh-product-plus-minus-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  fill: #fff;
}

.sh-product-plus-minus-button:hover {
  background-color: #e29178;
  color: #fff;
  border: 1px solid #e29178;
  border-radius: 6px;
  fill: #fff;
}
.sh-product-card .sh-product-plus-minus-button {
  background-color: #f6740c;
  color: #fff;
  border: 1px solid #f6740c;
  border-radius: 6px;
}

.sh-product-card {
  box-shadow: 0 3px 10px #eef6fe;
}
.cat-card .cat-card-img-rounded {
  border-radius: 50%;
  border: 1px solid #02b544;
}
.sh-footer-main {
  background-color: #fff;
  color: #000;
}
.section-heading-container {
  margin: 2px 0px;
}
.prod-collection-container .sh-prod-grid-collection-card {
  padding-bottom: 2px;
}
@media screen and (max-width: 640px) {
  .prod-collection-container .view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0;
    position: "static";
  }
}
a#sh-footer-git-mobile::after {
  content: "+91-7499193542";
  margin-top: -8px;
  display: block;
}
main:has(> .section-1 > .LargeCategoriesCardV1-component) {
  display: flex;
  flex-direction: column;
}
main:has(> .section-1 > .LargeCategoriesCardV1-component) > .section-1 {
  order: -1;
  margin-top: 24px;
}
