section:has(div.firbanner) {
    margin-top:0 !important;
}
#main-content > section.s-block.s-block--features > div.grid .feature-icon {
    background: #af9179 !important;
    border: 5px solid #fff !important;
}
custom-salla-product-card .product-block__info.pb-1 {
    display:flex !important;
    flex-direction:column;  
}
custom-salla-product-card button.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-center {
    width:100% !important;
}
custom-salla-product-card salla-add-product-button.w-full.aaliicon-add-to-cart-outer.hydrated {
    width:100% !important;
}

custom-salla-product-card .price-wrapper {
    font-size:25px;
}
custom-salla-product-card .btn.btn--floated.btn--add-to-cart.btn--add-to-cart {
    margin-inline: 11px;
}

#main-content > section.s-block--banners:not(.sq-awesome-banners) > div.grid{
    display:flex !important;
    justify-content:center;
    align-items:center;
    gap:10 px !important;
    flex-wrap:nowrap !important;

}
#main-content > section.s-block--banners:not(.sq-awesome-banners) > div.grid div.banner-entry {
    flex-basis:20%;
    background:transparent !important;
    height:350px;
}
#main-content > section.s-block--banners:not(.sq-awesome-banners) > div.grid div.banner-entry div {
    background-size:contain !important;
    background-repeat:no-repeat;
    background-position:center;
    
}


@media(max-width:992px){
    #main-content > section.s-block--banners:not(.sq-awesome-banners) > div.grid div.banner-entry {
    flex-basis:20%;
    background:transparent !important;
    height:150px;
}
}