/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}


#banner-design-2 .container div , #banner-design-3 .container div  { 
  height: 217px !important;
  padding:14px !important;
  border-radius:0 !important;
}

#banner-design-2 .btn--main ,#banner-design-3 .btn--main{
       display: none !important;
   }


@media (max-width:768px){
  #banner-design-2 .grid  .rounded ,#banner-design-3 .grid  .rounded  { 
    height: 125px !important;
  }

  
}
/*Catigories*/
@media (min-width: 1024px) {
    @media (min-width: 1280px) {
        .s-block--categories.is-grid [slot=items], .s-block--categories.is-grid .swiper-wrapper

 {
            grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
            padding-inline: 4rem !important;
        }
    }
}




/*footer*/

.store-footer__inner img {
  opacity: 0;
  width: 150px; 
  height: 70px;
  position: relative;
}

.store-footer__inner a.inline-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("https://i.postimg.cc/x8CB7sCR/Layer-1.png") no-repeat center;
  background-size: contain;
}