/* Add custom CSS styles below */ 
.index section.s-block.s-block--fixed-banner.wide-placeholder.s-block--anime .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-button-primary {

    color: #fff;
}

.card-title-is-bold .product-entry__title ,
.sale-price {
    text-align: center;
}
.store-footer {
 
    background-color: #fff;
    color: #1e1e1e;
}
/*
.product-entry {
box-shadow:5px 5px 7px #ddd;
padding:5px
}*/