/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3){
margin-top:0 !important;}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3) > div, #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div, #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div, section.s-block.s-block--features.container{
padding:0 !important;
margin:0 !important;
min-width:100% !important;
}
custom-salla-product-card {
    box-shadow: 0 0 10px #00000030;
}
.s-products-slider-card.swiper-slide {
    margin-bottom: 7px;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-price {
    font-size: 19px;
}
.footer-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}
.footer-img img {
    max-width: 150px;
}
.s-block--features__item p {
    display: none;
}
.sicon-store2:before {
    content: url('https://i.ibb.co/kH7Fv67/medal-1.png');
}
.sicon-shipping-fast:before {
    content: url('https://i.ibb.co/X8qChNv/trust-1-1.png');
}
.sicon-fire:before {
    content:  url('https://i.ibb.co/M6sN4HZ/shield-1.png');
}
.sicon-abc:before {
    content:  url('https://i.ibb.co/bJbxMzt/credit-card-1.png');
}
section.s-block.s-block--features.container > div {
    gap: 0;
    background:#f3f8ec !important;
}
.s-block--features__item .feature-icon {
    margin-bottom: .75rem;
    display: flex;
    height: unset;
     width: unset;
    align-items: center;
    justify-content: center;
    overflow: unset;
    border-radius: 0;
    background-color: unset!important;
    background-color: unset !important;
}
.s-block--features__item:hover {
    --tw-shadow: none;
    --tw-shadow-colored: none;
    box-shadow: none;
    box-shadow: none;
}
.s-block--features__item{
background:transparent;}

@media (min-width: 768px) {
    .md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 767px){
.s-block--features__item:last-child {
    grid-column: span 2/span 2;
}}