.section-heading-container {
    margin: 36px 0px 10px 0px;
    justify-content: left;
    align-items: flex-start;
}

.section-heading {
    font-size: 20px;
}

.section-heading::after {
    width: 0%;
}

.sh-product-card {
    border: 0px solid #E5E5E5 !important;
    border-radius: 4px !important;    
}

@media (max-width: 768px) {
  .sh-product-card {
    border: 1px solid #E5E5E5 !important;
  }
}

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

.pr-image {
    border-radius: 4px;
}

.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;
}

.pr-outlined-button {
    background-color: #37b97b;
    border: 0px;
    color: white;
    padding: 2px 8px;
}

.pr-outlined-button:hover {
    background-color: var(--button-main);
}

.cat-card-img {
    border-radius: 4px;
}

.sh-row-title-divider {
   display: none !important
}

.pr-long-card{
    padding:0px;
}

.pr-card-content{
  padding:4px 8px;
}