body,
.s-block--tabs-produtcs{
    background-color: #ffffff;
}

/* Hero section */
#main-content > section:nth-child(2) {
  margin: 0;
}
#main-content > section:nth-child(2) > div {
  max-width: 100%;
  padding: 0;
}
#main-content > section:nth-child(2) > div img {
  border-radius: 0px;
}

/* Categories Slied */
salla-slider.photos-slider .swiper-slide {
  width: 25%;
  left: 35%;
}
@media (max-width: 768px) {
  salla-slider.photos-slider .swiper-slide {
  width: 50%;
  left: 25%;
}
}
/* Hero section */
#main-content > section:nth-child(2) {
  margin: 0;
}
#main-content > section:nth-child(2) > div {
  padding: 0;
}
#main-content > section:nth-child(2) > div img {
  border-radius: 0px;
}

/* Categories Slied */
salla-slider.photos-slider .swiper-slide {
  width: 25%;
  left: 35%;
}
@media (max-width: 768px) {
  salla-slider.photos-slider .swiper-slide {
  width: 50%;
  left: 25%;
}
}
.s-slider-block__title-nav button,
.swiper-pagination-bullet,
.s-slider-block__title-left /* apply on title of section */ {
  display: none;
}

/* Titles of sections */
.s-block__title,
.s-slider-block__title,
.s-product-card-content-main, /* This for the content on the product card */
.s-product-card-content-sub {
  text-align: center;
  justify-content: center;
}
.s-slider-blocktitle-right,
.s-slider-block__title-right h2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
}
h2 {
  font-size: 38px !important;
  color: #EF7E3A;
}

/* Tab buttons */
button.tab-trigger {
  color: #EF7E3A !important;
  /* width: 250px; */
  border-radius: 5px;
}
button.tab-trigger:hover,
button.tab-trigger.is-active {
  color: #fff !important;
}

/* Footer */
.store-footer__inner {
  background-color: #EF7E3A !important;
  color: #ffffff !important;
}
.store-footer__inner .container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .store-footer__inner .container {
    grid-template-columns: 1fr;
    justify-items: center;  
    text-align: center;  
  }
}
.store-footer__inner .flex.items-center {
  background-image: url('https://cdn.files.salla.network/homepage/190348654/61950248-c1b6-4153-9d41-e553716b2ada.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  color: #ffffff00;
  margin-bottom: 20px; 
}
@media (max-width: 768px) {
    .flex.items-center {
      justify-content: center;
    }
}