.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 0px !important;    
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.405);
}
.sh-product-card-discount-tag {
background-color:#29A56C !important;
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
background-color:#29A56C !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
background-color:#f48387; 
    color:#fff;
border: 1px solid #f48387;
    
    fill: #fff;
    border-radius: 0px !important;
}
.sh-product-plus-minus-button:hover{
background-color:#f48387; 
    color:#fff;
border: 1px solid #f48387;
    
    fill: #fff;
    border-radius: 0px !important;
}
.sh-product-plus-minus-button-div {
color:#fff;
}
.sh-product-card-enquiry {
    border: 1px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
}
.sh-product-enquiry {
    border: 1px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
}
.sh-solid-button {
    border-radius: 0px;
}

.sh-row-title-divider {
   display: none !important
}
.sh-header-main
{
background-color:#fff;
color:#000;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-bottom-nav-main {
    background-color: #000;
}
/*.sh-home-product-container
{
background: radial-gradient(circle, #000, #f7f8fc);
color:#000;
}
.sh-categories-container
{
background: radial-gradient(circle, #000, #f7f8fc);

}*/
.section-heading
{
color:#000;
}
.sh-banner-collection-card {
	padding: 0px;
	margin-top: -25px;
	margin-bottom: -27px;
}
/*.sh-header-location-icon {
    fill: #fff !important;
}
.sh-header-account-icon {
    stroke: #fff !important;
}
.sh-header-cart-icon {
    stroke: #fff !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #fff!important;
}
.sh-header-search-icon {
    stroke: #fff !important;
}*/
.pr-long-col-content
{
justify-content: center;
align-items: center;
}
.sh-solid-button {
    border-radius: 0px;
    border:1px solid #F30020 !important;
    background-color: #fff;
    color: #F30020;
}
#cat-scroll-scroller
{justify-content: center;}


.cat-card:nth-child(9)::before {
  content: "OUR TOP PRODUCTS";
  display: block;
  font-size: 24px; /* Match the font size with your main heading */
  font-weight: bold; /* Match font weight */
  text-align: center;
  margin: 20px -22px; /* Adjust this for spacing above and below */
  color: #333; /* Set the desired text color */
  width: 100%;
  position:absolute;
  margin-top:-80px;
  font-weight: bold;
}

@media (min-width:600px){

.cat-card:nth-child(n+9) {
  padding-top: 120px;
}

}

.section-heading::after{
    display:none;
}


@media (max-width:600px){
    .cat-card:nth-child(9)::before {
    content: "OUR TOP PRODUCTS";
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 18px -22px;
    color: #333;
    width: 100%;
    position: absolute;
    margin-top: -44px;
    font-weight: bold;
}



.cat-card:nth-child(9),
.cat-card:nth-child(10) {
  padding-top: 60px;
}

}
