/* Add custom CSS styles below */ 
.store-footer__inner{
background-color: #24245a;
}
.promo_with_countdown .h-80 {
    height: 19.5rem;
}
.promo_with_countdown img {
    object-fit: contain;
}
@media(max-width: 767px){
.promo_with_countdown .h-80 {
    height: 15rem;
}
.promo_with_countdown img {
    object-fit: contain;
}
}
.s-block--fixed-banner .container {
    padding: 0;
    max-width: 100vw;
}
.product-card--primary-buttons button{
color:#fff !important;
}
.banner--fixed img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.banner--fixed img {
    border-radius: 0rem 
    }
 
.s-block--enhanced-features__item p {
   
    color: #e95b3c;
    }
    .s-block--enhanced-features__item{
    border-width: 0px;
    }
.store-footer {
    margin-top: 0rem;
}
.container { 
    padding-right: 0px;
    padding-left: 0px;
}
.store-footer {
    background-color: #24245a;
    }