body{
  background-color:  white;
}

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

.main-menu #more-menu-dropdown>.sub-menu{
  color: black;
}
.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 2px solid white;
    padding-bottom: 1rem;
}
.s-product-card-entry {
   box-shadow: 0 0 10px black;
    margin: 10px;
    height: 95%;
}


.s-button-primary-outline {
background-color: #1D3B39;
  color: white;
  border: none;
}
.s-button-primary-outline:hover {
  background-color: #1D3B39;
  color: white;
  border: none;}

.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header {
    font-size: 1.8rem;
  color: white;
  background-image: url(https://imglink.cc/cdn/_TtRlA734n.png);
  background-repeat: no-repeat;
  padding: 10px 80px;
}

.s-reviews-testimonial__info h2{
  color: white;
}
.s-reviews-testimonial {
   background-color: #1D3B39;
}
.s-reviews-testimonial__icon svg {
    fill: white;
}
.s-rating-stars-small svg{
  fill: white;
}

.s-reviews-testimonial__text p{
  color: white;
}
.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 20px;
}
 
  .footer-is-light .store-footer .store-footer__inner {
  background-color: #1D3B39;
  color: white;
}