/* Add custom CSS styles below */ 

body {

    background-color: rgb(252 232 200 / 39%);
}

.two-row .banner-entry:first-child {

    grid-row: span 1/span 2;
  
}

.sm\:gap-8 {
    width: 100%;
}

.sm\:gap-8 {
    grid-template-columns: repeat(2, 2fr);
    display: grid;
    justify-content: cover;
    width: 100%;
}
salla-slider.photos-slider .swiper-slide {
    width: 72%;
}

.store-footer__inner {
    background-color: #69715c;
}
.store-footer {
    background-color: rgb(252 232 200);
}
.bg-inherit {
    background-color: #fce8c8;
}
.sicon-user-circle:before {
    color: #69715c;
}

.sicon-shopping-bag:before{
    color: #69715c;
}


.store-footer__inner{
	background-image : url(https://i.postimg.cc/dV5TNDmD/Asset-1.png);
	background-repeat : no-repeat;
	filter: alpha(opacity=31) ;
    background-position-x: 10%;
    background-position-y: +10%;
}
.md\:grid-cols-3 {

}