body{
  background-color: white;
 
}
section:nth-of-type(1){
  margin: unset;
  max-width: 100%;
  
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
 
}
.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 30px;
  padding: 10px;
}
#best-offers-3-slider .s-slider-block__title{
  display: none;
}
section:nth-of-type(2) .container{
 max-width: 600px;
}

.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(3){
  max-width: 100%;
  margin-top: 2rem;
 margin: auto;
}
.s-button-primary-outline {
  background-color: #152032;
  color: white;
  border: none;
}
.s-button-primary-outline:hover{
   background-color: #152032;
  color: white;
}
.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
  font-size: 20PX;
  
}
.footer-is-light .store-footer .store-footer__inner{
  background-color:#152032;
  color: white;
}
.s-product-card-vertical{
   box-shadow: 0 0 10px black;
  margin-top: 20px;
  height: 90%;
} 

#best-offers-5-slider .s-slider-block__title{
  display: none;
}
#best-offers-8-slider .s-slider-block__title{
  display: none;
}
.s-product-card-content-title a:hover {
  color: black;
}
.main-menu li>a:hover{
  color: black;
}
@media (max-width:768px){
  
.grid-flow-row{
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-auto-flow: column;
  padding: 10px;
}}
 .s-reviews-testimonial__text p {
  color: white;
}
.s-reviews-testimonial{
  background-color: #152032;
}
.s-reviews-testimonial__icon svg{
  fill: white;
}
.s-reviews-header{
  font-size: 20px;
  background-image: url(https://imglink.cc/cdn/k5LZiIviOg.png);
  padding: 9px 92px;
  background-repeat:no-repeat;
  color: white;
  
}
.s-reviews-header-wrapper{
  justify-content: center;
 
}
.banner-entry{
  height: 300px;
}
.s-reviews-testimonial__info h2{
  color: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
}