body {
  background-color: #fff !important;
}

/* Banners */
.s-block--fixed-banner:first-of-type .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;
}

/**/
.s-slider-container .swiper-wrapper {
    margin-bottom:20px;
  display: grid !important;
  grid-template-columns: repeat(8,  1fr);
  gap: 20px !important;
  width: 100% !important;
}


.s-slider-container .swiper-slide {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.zina-categories-category .w-28 {
  width: 100% !important;
  height: 180px !important;

}


.zina-categories-category .w-full {
  width: 100% !important;

  height: 100% !important;
  background-size: contain !important;
  background-position: center !important;
}

  @media(max-width:986px){
    .s-slider-container .swiper-wrapper {
  display: flex !important;

}
  }




/* ==== FOOTER GLOBAL BACKGROUND ==== */
.zina-store-footer .store-footer__inner {
    background-color: #FFF4E9 !important;
    color: var(--footer-text-color) !important;
}

/* ==== COPYRIGHT AREA ==== */
.zina-store-footer .zina-footer-copyright .copyright-text p {
    color: #fff !important;
    margin-bottom: 0 !important;
}

.zina-store-footer .zina-footer-copyright .copyright-text p {
    color: #fff !important;
    margin-bottom: 0 !important;
}

.zina-store-footer .zina-footer-copyright .copyright-text  a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* ==== LOGO AREA IMAGE UNDER THE TITLE ==== */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/xdDFZGth/u0v9Ae-W4Moa-Pw2bmd-Bweul-Rcsr-W08ta-ZY2g-St0Mf-2.png");
  display: block;
  background-size: contain;
  width: 250px;
  height: 100px;
  background-repeat: no-repeat;
  margin-top: 10px;
}


@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.store-footer__inner .container > div {

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner >div a h3{
    display: none !important;
  
}

/* COPYRIGHT AREA BACKGROUND */
.store-footer__inner + .zina-footer-copyright {
  background-color: #010073 !important;
}