body ,
.footer-is-light .store-footer{
    background-color: #111111;
  }
.top-navbar .s-search-input {
    background-color: rgb(255 255 255);
}
.shadow-default{
  background-color: black;
  color: white;
}
.sicon-user-circle:before ,
.sicon-shopping-bag:before ,
.s-contacts-topnav-link{
  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: unset;
}
section:nth-of-type(2) .container ,
section:nth-of-type(3){ 
  max-width: 600PX;
}
@media (max-width:768px){
  section:nth-of-type(3) div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry{
    height: 120px;
  }
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.s-product-card-entry ,
.s-product-card-content-title a{
  color: white;
}
.s-product-card-content{
background-color: black;
}
.s-button-light-outline{
background-image: linear-gradient(90deg, rgba(24, 24, 26, 1) 0%, rgba(33, 21, 53, 1) 100%);
    color: #ffffff;
    opacity: 1;  
  border: none
}
.s-button-light-outline:hover{
background-image: linear-gradient(90deg, rgba(24, 24, 26, 1) 0%, rgba(33, 21, 53, 1) 100%);
    color: #ffffff;
    opacity: 1;  
  border: 1px solid white;
 
}
.s-reviews-testimonial ,
.footer-is-light .store-footer .store-footer__inner{
background-image:linear-gradient(90deg, rgba(255, 107, 0, 1) 0%, rgba(153, 64, 0, 1) 100%);  
color: white;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-hovered, .s-rating-stars-selected ,
.s-breadcrumb-arrow svg{
  fill: white;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header{
 font-size: 1.7rem;
 color: white;
 background-image: url(https://b.top4top.io/p_3615ooovt1.png);
 padding: 0 90px;
 background-repeat: no-repeat;
}
.text-gray-800 ,
.copyright-text p ,
.font-bold ,
.s-breadcrumb-item ,
.s-cart-summary-total{
  color: white;
}
center-between w-full , .out-of-stock ,
section:nth-of-type(1) h2{
  color: black;
}
.rounded-md {
 border-radius: unset;
}
.mm-spn.mm-spn--navbar ul{
  background-color: black;
}
.mm-spn.mm-spn--light {
 background: #000000;
 color: #ffffff;
   }
.mm-spn li:after{
  opacity: 1;
}