body {
  background: white;
}
.store-header{
      background: #60300D;
  color: white;
}
#mainnav{
    background: #60300D;
}
.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;
}
.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(2) .container {
  max-width: 500px;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section:nth-of-type(3){
max-width: 390px;
}
section:nth-of-type(3).s-block {
  margin-top: 1rem;
}
.s-slider-block__title h2 {
  border-bottom: 3px solid;
  font-size: 26px;
  width: 227px;
  height: 60px;
  color: black;
}
.s-slider-block__display-all {
  border: 1px solid black;
  height: 33px;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  color: black;
  padding-top: 5px;
}

.s-slider-block__title {
  margin-bottom: 1rem;
}
.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-button-btn {
  border-radius: 10px;
  background: #60300D;
  color: white;
  border: none;
}
section:nth-of-type(9) .container {
  padding: unset;
  max-width: 100%;
}
.s-reviews-header {
  font-size: 35px;
  width: 300px;
  text-align: center;
  color: black;
}

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

.s-reviews-testimonial {
  background: #60300D;
  
}

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

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

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

.footer-is-light .store-footer .store-footer__inner {
  background: #60300D;
  color: white;
}
.footer-is-light .store-footer{
     background: #60300D;

 }
.copyright-text p{
  color:white !important;
}