/* Add custom CSS styles below */ 

/* start customize background-image*/
body#app {
    background-image: url(https://i.ibb.co/54vjx7Z/image.jpg);
    background-size: cover;
}
/* end customize background-image*/

/* start customize first banner*/
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
}
/* end customize first banner*/

/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 405px;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 135px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 105px;
}
}
/* end customize setion*/

/* start customize card*/
.s-product-card-content{
    background-color: var(--color-primary);
}
.s-product-card-content .s-button-primary-outline{
    color: #5cabbc;
    background-color: black;
}
 .s-product-card-content .s-product-card-content-title a{
    text-align: center;
    color:black;
}
 .s-product-card-content .s-product-card-price{
    margin: auto;
    color:black;
} 

/* end customize card*/

/* start customize banners*/

section.s-block.s-block--fixed-banner.wide-placeholder .container:not(section:last-of-type.s-block.s-block--fixed-banner.wide-placeholder .container){
    padding: 0;
    margin: 0;
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    background-color: unset;
}
.store-footer h3 {
    color: var(--color-primary);
}
/* end customize banners*/