.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden , salla-slider.photos-slider .swiper-slide {
    padding: 0 !important;
}
.swiper-slide {
    width : 100% !important;
}
salla-slider.photos-slider .swiper-slide{
    margin:0px;
}
section.s-block:nth-of-type(1)  {
    margin-top:0px;
}
section.s-block.s-block--banners .container{
    display: flex;
    gap: 5px;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-4-photos{
    grid-template-columns:repeat(4,minmax(0,1fr));
    flex:0 0 100%;
    max-width:100%
}
.s-block--banners .banner-entry:nth-child(5n+1), .has-2-photos .banner-entry:nth-child(n), .has-4-photos .banner-entry:nth-child(n), .has-5-photos .banner-entry:nth-child(n+4) {
    grid-column: span 1 / span 2;
}
a.banner-entry{
    display:inline-block;
    background-color:transparent;
    border-radius:0px
}
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-6-photos {
    grid-template-columns:repeat(6,minmax(0,1fr));
    flex:0 0 100%;
    max-width:100%
}
.banner-entry a:before {
    background:transparent
}
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-3-photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex:0 0 100%;
    max-width:100%
}
@media only screen and (max-width: 600px) {
    .banner-entry{
    height: 63px;
    }
}
@media(min-width: 400px) and (max-width:600px) {
    .banner-entry{
        height: 69px;
    }
}
@media(min-width: 600px) and (max-width:760px) {
    .banner-entry{
        height: 107px;
    }
}
@media(min-width: 760px) and (max-width:875px) {
    .banner-entry{
        height: 130px;
    }
}
@media(min-width: 876px) and (max-width:1024px) {
    .banner-entry{
        height: 155px;
    }
}
section:nth-of-type(8) .container {
    max-width:100%;
    padding:0px;
}
#side-panel , .top-nav , .header-is-dark .main-nav-container .inner , .store-footer , .store-footer__top{
    background:#114680 !important; 
}