/* Add custom CSS styles below */ 
.flex.text-\[\#f11e1e\].flex-grow.shrink-0 {
    display: none;
}

.product-card__promotion{
    background-color: #736a4b !important;
    border-radius: 7px;
}
p.product-card__subtitle.text-sm.text-store-text-secondary.leading-6.mb-2\.5{
color: #736a4b !important
}
.promotion-title{
   background-color: #736a4b !important;
    border-radius: 7px;
}
.store-footer__inner {
    background-color: #3b3b3b;
}footer.store-footer svg path {
    color: #3b3b3b;
}
.product-card__image {
    height: fit-content !important;
}
div#wa-selia {
    background-color: #736a4b;
}
h2.text-center.text-store-text-primary.text-2xl.lg\:text-3xl.font-bold.leading-tight {
    display: none;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary {
    display: none;
}
a.banner.banner--fixed.overflow-hidden img {
    margin-bottom: -33px;
}
.product-card__promotion {
    margin-top: -15px;
    margin-left: -10px;
}
.product-card__image {
    padding-top: 10px;
}
@media only screen and (max-width: 600px){
.product-card__actions {
    display: flex;
}}