body{
  background-color: black;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-user-menu-login-btn svg{
  color: white;
}

#mainnav{
  background-color: black;
  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){
  max-width: 600px;
  margin: auto;
}
section:nth-of-type(3) div { 
 grid-template-columns: repeat(6,1fr);
 
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
@media (max-width:768px){
  section:nth-of-type(3) div { 
 grid-template-columns: repeat(3,1fr);
}
 section:nth-of-type(3) {
   height: 400px;
 }
}
.s-slider-block__title{
  color: white;
}
.s-product-card-content{
  background-color: black;
  color: white;
}
.s-product-card-content-title a{
  color: white;
}
.s-product-card-content-title a:hover{
  color: #EDC764;
}
.s-button-primary-outline{
  background-color: #EDC764;
  color: black;
}
.s-button-primary-outline:hover{
   background-color: #EDC764;
  color: black;
}
.s-product-card-vertical{
   margin-top: 10px; 
  height: 470px;
} 
.s-products-slider-card{
  box-shadow: 0 0 10px gray;
  margin:7px;
  border-radius: 20px;
  height: 32rem;
}
section:nth-of-type(5){
  max-width: 600px;
  margin: auto;
  margin-top: 3rem;
}
.s-reviews-testimonial{
  background-color: #EDC764;
}
.s-reviews-testimonial p{
  color: white;
}
.s-reviews-testimonial__icon svg{
  fill: white;
}
.s-reviews-testimonial__info h2{
  color: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color:#EDC764; 
  color: white;
}
breadcrumbs w-full py-5{
  color: white;
}
.py-5{
  color: white;
}
.text-gray-800{
  color: white;
}
.whitespace-nowrap{
  color: white;
}
section:nth-of-type(2) .sicon-sar:before{
  color: black;
}
section:nth-of-type(2) h2{
 color: black;
}
.starting-or-normal-price gap-4 flex{
  color: black;
}
#more-content{
  color: white;
}
.topnav-link-item{
  color: white;
}
article.article--main p span{
  color: white !important;
}
article.article--main p strong{
   color: white !important;
}
.s-slider-block__title h2{
  border-bottom: 2px solid white;
  padding: 10px;
}
.store-footer{
  background-color: black;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
  color: white;
  background-image: url(https://imglink.cc/cdn/nCdlw0lX_e.png);
  font-size: 30px;
  padding: 5px 70px;
}
.text-xl{
  color: white !important;
}
.text-center{
  background-color: black;
  margin: unset;
  max-width: 100%;
}
.text-center .container{
  max-width: unset;
  padding: unset;
}
.copyright-text p{
  color: white;
}