body {
    background-color: #FFFFFF;
}


.banner--fixed img, .banner-entry {
    background: transparent;
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}

.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    height: 100%;
    border-radius: 12px !important;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-products-list-vertical-cards { 
  padding: 1rem;
}  

.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #171B4A;
}

.s-reviews-testimonial {
   background: #171B4A;
    border-radius: 14px;
    padding: 25px;
    color:#fff;
}
.s-reviews-testimonial *{
    color:#fff;
}
.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
 padding: 0 36px;
}
#best-offers-3-slider .s-slider-block__title{
  display: none;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}
.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}

.s-slider-block__title h2 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: #FFF;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
 .footer-is-light .store-footer .store-footer__inner  {
   background: #171B4A;
    color: #fff;
}
    .copyright-text p {
    color: #000;
}