/* Add custom CSS styles below */ 
body{
background-color: transparent !important;
}
img , a{
border-radius: unset !important;
background-color: transparent !important;
}

/*full-width-banners*/
section:nth-child(4){
margin: unset;
}
section:nth-child(4) > div , section:nth-child(10) > div{
padding: unset;
max-width: unset;
}
/**/

/*banners*/
section:nth-child(5) > div{
max-width: 550px;
}
/**/

/*Categories*/
.banner-entry.square-photos:first-child{
grid-row: unset;
}
.banner-entry.square-photos{
height: 250px !important;
} 
section.s-block.s-block--banners.container > div{
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: unset !important;
}

@media screen and (max-width: 550px){
section.s-block.s-block--banners.container > div{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: unset !important;
}
}
/**/

/*product*/
.s-product-card-price{
color: #A89F3A;
}
.s-button-primary-outline , .s-button-primary-outline:hover{
background-image: linear-gradient(to right, #8E1617, #B91D1E);
color: #FFF;
opacity: unset;
}
/**/

/*footer*/
footer > div.store-footer__inner , footer{
background-image: linear-gradient(to right, #8E1617, #B91D1E);
color: #FFF;
}
footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p{
color: #FFF;
font-size: 18px;
font-weight: 700;
}
/**/