.top-navbar {
  display: none;
}
#mainnav,
.main-nav-container.fixed-pinned .inner{
    height: unset !important;
}
i.sicon-menu {
  color: #fff;
}

/* Spacings */
.app-inner section {
    margin-block: 2rem;
}

section.main-bannar-0 {
    margin-top: 3%;
}
section.main-bannar-0 h1 {
    color: #fff;
}
@media (max-width: 1024px) {
  section.main-bannar-0 {
      margin-top: 10%;
  }
}

/* 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;
}
a.banner-entry {
    height: 400px;
    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;
}

@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 355px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 220px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    a.banner-entry{
        height: 250px;
    }
}
/* Categories List End */


/* Center Mobile Footer */
@media (max-width: 1024px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
}