body{
  background-color: black;
}
.bg-inherit{
  background-color: white;
  color: black;
}
.top-navbar{
  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: 100%;
  padding: 1rem;
}

.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(5, minmax(0, 1fr));
}

.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 2px solid white;
    padding-bottom: 1rem;
}
.s-button-primary-outline {
    background: #BD7D4D;
    color: black;
  border: none;
}
.s-button-primary-outline:hover {
    background: #BD7D4D;
    color: black;
}

.s-product-card-entry  {
    box-shadow: 0 0 10px #ffffff;
    margin: 10px;
    height: 95%;
  background-color: black;
  color: white;
}
.s-product-card-content-title a{
  color: white;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header {
    font-size: 1.7rem;
    color: white;
   background-image: url(https://imglink.cc/cdn/UTLp1IHu6E.png);
  background-repeat: no-repeat;
  padding: 8px 123px;
}

.s-reviews-testimonial {
     background-color: #BD7D4D;
}
.s-rating-stars-small svg {
    fill:white;
}
.s-reviews-testimonial__icon svg {
    fill: white;
}
.footer-is-light .store-footer .store-footer__inner {
  background-color: #BD7D4D;
  color: white;
}
.s-reviews-testimonial__info h2{
  color: white;
} 
.s-reviews-testimonial__text p{
  color: white;
}

@media (max-width:768px){

    .s-block--banners .two-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px !important;   
        
    }

    .s-block--banners .banner-entry{
        width: 100%;
        margin: 0;
    }

    .s-block--banners .banner-entry .lazy__bg{
        width: 100%;
        height: 170px;
        background-size: cover !important;
        background-position: center;
        border-radius: unset;
    }

    
    .s-block--banners .banner-entry:last-child{
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 4px);
    }
}

.main-menu li>a:hover{
  color: white;
}
#best-offers-5-slider .s-slider-block__title{
  display: none;
}
#best-offers-8-slider .s-slider-block__title{
  display: none;
}
#best-offers-7-slider .s-slider-block__title{
  display: none;
}
.s-slider-block__display-all{
  border: 1px solid white;
  border-radius: 20px;
  padding: 10px 20px;
}
section:nth-of-type(7) {
    margin: unset;
}
section:nth-of-type(7) .container {
    max-width: unset;
    padding: unset;
}
.text-xl{
  color: white;
}
 section:nth-of-type(2) .before-price{
   color: black;
 }
  section:nth-of-type(2) .sicon-sar:before{
    color: black;
  }
  section:nth-of-type(2) h2{
    color: black;
  }
.text-gray-800{
  color: white;
}
.sm\:p-1{
  color: white;
}
.s-slider-block__title h2{
  color: white;
}
.md\:flex{
   background-color: black !important;
  color: white;
  max-width: 100%;
}
.md\:flex .container{
  max-width: unset;
  margin: unset;
}