/* Add custom CSS styles below */ 
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}
/****/

/* grid 1 madia */
a.banner-entry {
  height: 500px;
  background-color: unset;
}
section:nth-child(1 of .s-block--banners) .grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
  height: unset;
}


section:nth-child(1 of .s-block--banners) .banner-entry {
  height: 350px;
}
/* grid 1 madia */

/* grid 2 madia */

section:nth-child(2 of .s-block--banners) .banner-entry {
  height: 290px;
}
/* grid 2 */

section:nth-child(2 of .s-block--banners) .grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(3) {

  height: 100%;
  gap: 0;
}

/* grid 2 */


@media (max-width: 767px) {
section:nth-child(1 of .s-block--banners) .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

section:nth-child(1 of .s-block--banners) .banner-entry {
    height: 180px;
    grid-column: 2 span;
}

section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
    height: unset;
    grid-column: 2/4;
}


/*****/
section:nth-child(2 of .s-block--banners) .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

section:nth-child(2 of .s-block--banners) .banner-entry {
    height: 150px;
    grid-column: 2 span;
}

section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(4) {
    height: unset;
    grid-column: 2/4;
}
/***/


  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/
}