/* Add custom CSS styles below */ 
.product-card{
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 12px;
}
.product-card__image img{
  background-color: #fdf5ef;
}

.s-block--stats  .md\:w-1\/4 {
      
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 12px;
        padding: 22px;
        margin: 7px;
    }
.s-block--stats .w-1\/2 {
        width: 44%;
   
}
.s-block--stats .text-2xl {
    font-size: 1.0rem;
}

 .s-block--stats .text-store-text-secondary {
    
    display: none;
}


/*circle-links-2*/
.circle-links-2 .grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.circle-links-2 .text-base {
    font-size: 13px;
}
.circle-links-2 .mt-4 {
    margin-top: 0;
}