body{
  background-color:  white;
}

section:nth-of-type(1) {
    margin: unset;
}
section:nth-of-type(1) .container {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(2) .container {
    max-width: 600px;
}
section:nth-of-type(3) {
    margin-top: 1rem;
   max-width: 700px;
  padding: 1rem;
}
section:nth-of-type(10) .container {
    max-width: unset;
    padding: unset;
}
sect

.main-menu #more-menu-dropdown>.sub-menu{
  color: black;
}
.two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
     
}
section:nth-of-type(3) div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.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: #705637;
  color: white;
  border: none;
}
.s-button-primary-outline:hover {
  background-color: #705637;
  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: black;
}

.s-reviews-testimonial__info h2{
  color: white;
}
.s-reviews-testimonial {
   background-color: #705637;
}
.s-reviews-testimonial__icon svg {
    fill: white;
}
.s-rating-stars-small svg{
  fill: white;
}
.md\:flex{
  background-color: #705637;
  color: white;
  max-width: 100%;
}
.md\:flex .container{
  max-width: unset;
  padding: : unset;
}
.copyright-text p{
  color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: white;
  
}