/* Categories List Start */
section:nth-child(1 of .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;
}
a.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
a.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;
}

/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
    height: 640px;
}

@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 265px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 440px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 135px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 340px;
    }
}
@media(max-width: 480px){
    a.banner-entry{
        height: 80px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 240px;
    }
}
/* Categories List End */

/* footer - mob */
@media (max-width: 768px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
    footer .container.grid  {
        grid-template-columns: 1fr;
    }
}
/* edit pathname in product page */
salla-breadcrumb .s-breadcrumb-item a,
salla-breadcrumb .s-breadcrumb-item,
.s-breadcrumb-arrow path {
    color: #fff;
    fill: #fff;
}
body.cart .mb-2.md\:mb-10.w-full.flex.items-center.justify-center {
    background-image: none !important;
}
body.cart salla-breadcrumb .s-breadcrumb-item a, body.cart li.s-breadcrumb-item, body.cart .s-breadcrumb-arrow path {
    color: #000 !important;
    fill: #000 !important;
}
body.cart .mb-2.md\:mb-10.w-full.flex.items-center.justify-center {
    height: 100px !important;
}