/* Add custom CSS styles below */ 
body{
background-color: white;
}
.banner--fixed img,.banner-entry{
    background-color: transparent;
}
.s-product-card-entry button{
    color: black;
    background-color: var(--color-primary);
    border: none;
}
.s-slider-block__title{
display: none;
}
.s-products-slider-card{
padding:10px;
}
.s-products-slider-card .s-product-card-entry{
 box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.s-product-card-entry button:hover{
   color:black;
   opacity: 1;
}
.store-footer .store-footer__inner{
    background-color: var(--color-primary) !important;
}
section:first-of-type{
margin:0;
}
section:first-of-type .container{
 max-width: unset;
 padding:0;
}
section:first-of-type img{
border-radius: unset
}
section:nth-of-type(2) .container{
display: flex;
justify-content: center;
}
section:nth-of-type(2) .container img{
max-width: 600px;
}
section:nth-of-type(3) div{
 grid-template-columns: auto auto auto;
}
section:nth-of-type(3){
max-width: 600px;
}
.s-contacts-icon{
border: 1px solid black;
}