/* Add custom CSS styles below */ 
body {
    background-color: #f0edea;
}

.s-product-card-content-title a {
    text-align: center;
}

.s-product-card-content-subtitle {
    text-align: center;
}


.s-product-card-price {
    text-align: center;
}

.s-product-card-content-sub {
    justify-content: center;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(208 201 190);
}
.footer-is-light .store-footer {
    color: #4f473c;
}

.footer-is-light .store-footer {
    background-color: #9d968a;
}

.s-comments-product {
    background-color: #fefdfc;
}


.s-comments-product {
    background-color: #ffffff;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 10px #f0edea;
    border-radius: 30px;
}

.s-product-card-promotion-title {
    background-color: #204f49;
    color: rgb(198 216 214);
}