body{
  background-color: black;
  color: white;
}

#mainnav {
  background:black ;
}

.s-user-menu-login-btn svg {
  fill: white;
}

#s-cart-icon {
  fill: white;
}

.sicon-shopping-bag:before {
  color: white;
}

.s-cart-summary-total {
  color: white;
}

.sicon-sar:before {
  color: white;
}

#product-filter {
  color: black;

}
.product__description .ql-direction-rtl,
.product__description .ql-direction-rtl * {
  color: #fff !important;
}
.hydrated .text-xl,
.copyright-text p {
  color: white;
}
.mb-4,
.s-quantity-input-container,
.total-price {
  color: black !important;
}
.banner--fixed img,
.banner-entry {
  background-color: transparent;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container {
  padding: unset;
  max-width: 100%;
}

section:nth-of-type(10) .container {
  max-width: 900px;
}

section:nth-of-type(2) .container {
  max-width: 400px;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1/ span 1;
}

section:nth-of-type(3).s-block {
  margin-top: 1rem !important;
}

section:nth-of-type(3) {
  max-width: 850px;
}

section:nth-of-type(3).s-block {
  margin-top: 0rem;
}


 .s-slider-block__title h2 {
  border-bottom: 2px solid;
  font-size: 25px;
  padding-bottom: 15px
}


.s-button-btn {
  border-radius: 10px;
  background: #39A916;
  color: black;
  border: none;
}

.s-product-card-entry {
  box-shadow: 0px 0px 8.35px 0px #0000006e;
  padding: 1rem;
  border-radius: 24px;
  margin: 5px;
  height: 98%;
}

.carousel-slider .swiper {
  padding: 5px;
}

.s-reviews-header {
  line-height: unset;
  font-size: 29px;
  margin: 10px;
  color: white;
}

.s-reviews-header-wrapper {
  display: flex;
  justify-content: center;
  background: url("https://h.top4top.io/p_3853peps31.png") center center / contain no-repeat;
  margin-bottom: 19px;
}

.s-reviews-header-wrapper {
  display: flex;
  justify-content: center;
}

section:nth-of-type(9) .s-reviews-testimonial {
  background: #39A916;
}

.footer-is-light .store-footer .store-footer__inner {
  background: #39A916;
  color: white;
}

.s-reviews-testimonial {
  background: #39A916;
}

.s-reviews-testimonial * {
  color: #fff !important;
}

.s-reviews-testimonial svg {
  fill: #fff !important;
}

section:nth-of-type(9) .container {
  max-width: 900px;
}
@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .two-row .banner-entry:first-child {
    flex-basis: 45%;
    padding: 0;
  }

  .banner-entry.square-photos {
    flex-basis: 45%;
  }
}