/* Add custom CSS styles below */ 
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
/*element list */
.s-block--banners > .grid a.banner-entry {
        grid-row: span 1 / span 2 ;
}
@media(min-width:768px){
   .s-block--banners > .grid {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        margin: auto;
        gap:10px !important;
    } 
    .s-block--banners > .grid a.banner-entry {
        height:300px;
       
    }
}
@media(max-width:768px){
    .s-block--banners > .grid {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:10px !important;
    }
    .s-block--banners > .grid a.banner-entry {
        height:100px;
    }
}
/*--------products--------*/
.s-block--best-offers.container button{
   background-color:#086AC1;
   color:white;
}
.store-footer__inner {
    background-color: #086AC1 !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #086AC1 !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}