section img[src *= 'd63d9f41-f244-487e-bbfe-20701f9a428d'] {
    max-width: 900px;
    margin-inline: auto;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.banner-entry {
    height: 400px;
    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;
}
section.s-block.s-block--banners.container .banner-entry {
    background-color: transparent !important;
}
@media(min-width:768px) and (max-width:1200px){
    .banner-entry{
        height: 290px;
    }
}
@media(max-width:768px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .banner-entry{
        height: 300px;
        grid-column: span 2;
    }
    .banner-entry:last-child{
        grid-column: 2/4;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .banner-entry {
        height: 300;
        margin-top: 5%;
        grid-column: span 1 !important;
    }
}

/* About Store */
.about-store h2 {
    font-size: 16px;
    line-height: 1.5rem;
}

/* products */
.s-block--best-offers h2 {
    line-height: 2rem;
}

/* Categories List Start 2 & 3 */
section:nth-child(3 of .s-block.s-block--banners.container) {
    margin-top: 0.5rem;
}
section:nth-child(2 of .s-block.s-block--banners.container) .grid,
section:nth-child(3 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry,
section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
    height: 600px;
    background-color:unset;
    transition: 0.2s;
    grid-column: span 1;
}
.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;
}
section.s-block.s-block--banners.container .banner-entry {
    background-color: transparent !important;
}
@media(min-width:768px) and (max-width:1200px){
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry,
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 450px;
    }
}
@media(max-width:768px) {
    section:nth-child(2 of .s-block.s-block--banners.container) .grid,
    section:nth-child(3 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 0.25rem;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry,
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 300px;
    }
}
@media(max-width: 576px) {
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry,
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 165px;
    }
}

/* Title */
section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title * {
    padding: 0;
}
body.index section.s-block--best-offers h2 {
    font-size: 28px;
    text-align: center;
}
body.index section.s-block--best-offers h2::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 3px solid #1E1E1E;
    outline: 12px solid #fff;
    border-radius: 50%;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 40%);
}
body.index section.s-block--best-offers h2::after {
    content: "";
    width: 300px;
    margin-inline: auto;
    height: 2px;
    background-color: #1E1E1E;
    display: block;
    margin-top: 18px;
}
/* products */
.s-block--best-offers .s-slider-block__title-left {
    display: none;
}
.s-block--best-offers .s-slider-block__title {
    justify-content: center;
}
.s-block--best-offers .s-slider-block__title * {
    padding: 0;
}
@media (max-width: 768px) {
    body.index section.s-block--best-offers h2 {
        font-size: 20px;
    }
    body.index section.s-block--best-offers h2::after {
        width: 200px;
    }
}
/* Title - Theme Code Editing */
.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
    border: unset;
}