section.s-block-fullscreen-banners h2 {
    font-size: 44px;
}
section.s-block-fullscreen-banners p {
    font-size: 26px;
    margin-block: 32px 8px;
    max-width: 700px;
    line-height: 40px;
}
section.s-block-fullscreen-banners .floating-wrapper {
    top: 65%;
}
@media (max-width: 576px) {
    section.s-block-fullscreen-banners h2 {
        font-size: 26px;
    }
    section.s-block-fullscreen-banners p {
        font-size: 15px;
        margin-block: 12px 0px;
        max-width: 700px;
        line-height: 30px;
    }
    section.s-block-fullscreen-banners .floating_text {
        padding-inline: 0;
    }
}
@media only screen and (max-width: 492px) {
    #app #fullscreen-banner-0 .bg__image {
        height: 300px !important;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
.banner-entry:hover {
    transform: scale(1.04)
}
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){
    .banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    .banner-entry{
        height: 250px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .banner-entry{
        height: 250px;
    }
}
/* Categories List End */

/* wide banner */
.banner--fixed img {
    background-color: transparent;
}

/*  */
section.spm-block.dm-text-main .spm__overlay--active {
    background:transparent;
}

/* products */
custom-salla-product-card {
    background-color: #eeeeee;
}
custom-salla-product-card h3 {
    color: var(--color-primary) !important;
}
custom-salla-product-card .price-wrapper * {
    color: #fe7500 !important;
}
#app salla-add-product-button button[product-id].s-button-primary {
    background-color: var(--color-primary);
}
.product-block__info {
    padding-inline: 10px;
}

/* know-more all */
section.know-more .more-btn {
    display: none;
}

/* Footer */
.footer-is-dark .store-footer__inner {
    background-color: #5b1ba6;
}