/* Add custom CSS styles below */ 
* Add custom CSS styles below */
.text-center {
    text-align: right;
}

.text-3xl {
    font-size: 1.1rem;
}
.s-block {
    margin-top: 0rem;
}    
    .px-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
    .gap-x-6 {
    column-gap: 0.4rem;
}
    .border-2 {
    border-width: 0px;
}
.product-card{
border: 1px solid #ececec;
}