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

/*Hero*/
section:nth-child(4){
margin: unset;
}
section:nth-child(4) > div , section:nth-child(9) > div , section:nth-child(11) > div{
padding: unset;
max-width: unset;
}
/*subHero*/
section:nth-child(5) > div{
max-width: 600px;
}
/**/

/*categories*/
.banner-entry.square-photos:first-child{
grid-row: unset;
}
.banner-entry.square-photos{
height: 250px;
}
section:nth-child(6) > div {
grid-template-columns: repeat(5, minmax(0, 1fr));
gap : unset;
}

@media screen and (min-width: 1080px) and (max-width: 1300px){
.banner-entry.square-photos{
height: 200px;
}
section:nth-child(6) > div {
gap : 0.5rem;
}
}

@media screen and (min-width: 768px) and (max-width: 1079px){
.banner-entry.square-photos{
height: 150px;
}
section:nth-child(6) > div {
gap : 0.5rem;
}
}

@media screen and (min-width: 500px) and (max-width: 767px){
.banner-entry.square-photos{
        height: 110px;
        flex-basis: 125px;
}
section:nth-child(6) > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
}

@media screen and (max-width: 499px){
.banner-entry.square-photos{
        height: 110px;
        flex-basis: 125px;
}
section:nth-child(6) > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
}
/**/

/*products*/
.s-slider-block__title{
display: none;
}
.s-product-card-price{
color: #000;
}
.s-button-primary-outline , .s-button-primary-outline:hover{
background-color: #98AEA2;
color: #000;
border: unset;
}
/**/

/*Footer*/
footer > div.store-footer__inner{
    background-image: linear-gradient(to right, #98AEA2, #637E6F) !important;
    color: #FFF;
}

footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p{
color: #000;
font-size: 18px;
font-weight: 700;
}
/**/