.sh-product-card {
    border: 0.0625rem solid #ECECEC;
    box-shadow: 0 0.25rem 0.25rem 0 #ececec
}

.sh-product-card-discount-tag {
    background-color: #9D0000 !important;
    font-weight: 400 !important;
    left: auto !important;
    top: 12px;
    right: -38px;
    width: 130px;
    text-align: center;
    font-weight: 500;
    transform: rotate(45deg);

}
.sh-product-discount-tag {
    background-color: #9D0000 !important;
    color: FFFFFF !important;
    font-weight: 400 !important;
}

.sh-header-main {
  background-color: #ffffff;
}
.cat-card-img {
  background: #fceac6;
}

.section-heading::after{
display: none;
}

  .app-bar .logo {
    height: 44px !important;
  }
 
  @media (min-width:768px){
    .cat-section .w-full{
      width:36% !important;
    } 
    .cat-section .md\:grid-cols-6 {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
