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

#app > div.app-inner.flex.flex-col.min-h-full{
background-color: #FFFAF0;
}

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

/*categories*/
section.s-block.s-block--banners.container > div > a:nth-child(1){
grid-row: unset;
}
.banner-entry.square-photos{
height:250px;
}
section.s-block.s-block--banners.container > div{
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: unset;
}
@media screen and (min-width: 750px) and (max-width: 900px){
.banner-entry.square-photos{
height:200px;
}
}
@media screen and (min-width: 575px) and (max-width: 749px){
.banner-entry.square-photos{
height:150px;
}
}
@media screen and (max-width: 574px){
.banner-entry.square-photos{
height:150px;
}
section.s-block.s-block--banners.container > div{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
}
/**/

/*products*/
.s-slider-block__title{
display: none;
}
.s-button-primary-outline{
background-color: #000 !important;
color: #fff;
}
.s-product-card-content{
background-color: #FFFAF0;
}
.s-products-slider-card{
box-shadow: black 0px 0px 2px 0px;
border-radius: 0.5rem;
margin: 10px;
}
/**/

/*footer*/
footer > div.store-footer__inner{
background-image: linear-gradient(to right, #888383, #0A0A0A);
color: #FFF;
}
footer{
background-color: #000 !important;
}
footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p{
color: #FFF;
}
.banner-entry h3.text-with-border {
  border: none;
  border-width: 0;
}
.banner-entry h3 {
    justify-content: flex-end;
    color: #000;
    opacity: 1;
}
.banner-entry:hover h3 {
transform: unset !important;
}
.banner-entry::after {
    background: transparent;
}
.banner-entry:hover::after {
  background: transparent;
}
.banner-entry .lazy__bg  {
    height: 80%;
}

/**/