/* body background img // opacity img */
body{
 background-image: url(https://c.top4top.io/p_36522wksf1.png);
 background-repeat: no-repeat;
  color: white;
}
.text-gray-800 , .form-label{
  color: white;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
input:where(:not([type])){
  background-color: transparent;
}
/* hedar */
.bg-white{
  background-color: #ffffff00;
    color: white;
  .header-btn__icon ,
  .s-cart-summary-total{
    color: white;
  }
}
/*img section(1) */ 
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container {
  max-width: unset;
  padding: unset;
}

/* img section (2) */ 
section:nth-of-type(2) {
  position: relative;
}
section:nth-of-type(2) .container{
  max-width: 100%;
}
section:nth-of-type(3) .container{
  max-width:600px;
}
/*  grid section(3) */
  section:nth-of-type(3) div{
 grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  
.two-row .banner-entry:first-child{
    grid-row: unset; 
  }

/* media  section (3) */
@media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 93px;
    height: 100px;
  }
}
@media (min-width:426px)  (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
      gap: 0px;
  }
  .banner-entry{
    width: 144px;
    height: 100px;
  }
    .two-row .banner-entry:first-child {
        height: -webkit-fill-available;
    }
}
/************                     */ 
.index section:nth-of-type(2)::before {
content: "";
    position: absolute;
    width: 100%;
    height: 100rem;
    background-image: url(https://g.top4top.io/p_365205a4l1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.15;
     top: -100%;
}
/*        */
section:nth-of-type(5) .container {
padding: unset;
    margin-left: 0px;
}
section:nth-of-type(8) .container{
  padding: unset;
  margin-right: 0rem;
  max-width: unset;
}
section:nth-of-type(8){
    position: relative;
}
section:nth-of-type(8)::before{
content: "";
    position: absolute;
    width: 100%;
    height: 100rem;
    background-image: url(https://c.top4top.io/p_3652fty1q1.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -150%;
    z-index: -1;
    opacity: 0.15;
}
section:nth-of-type(8) img{
 filter: hue-rotate(155deg); 
}
/* */ 
.s-slider-block__title h2{
  font-size: 1.7rem;
  color: white;
  border-bottom: 1px solid white ;
  padding-bottom: 15px;
}
/*  */ 
.s-product-card-entry{
  background-color: transparent;
  color: white;
}
.s-product-card-content-title a{
  color: white;
}
.s-button-primary-outline{
  background-color: white;
  color: black;
}
.s-button-primary-outline:hover{
  background-color: white;
  color: black;
  opacity: 1;
}
.s-reviews-testimonial{
  background-color: rgb(255 255 255 / 0%);
      color: white;
    border: 5px solid white;
 border-radius: 10px;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: white;
}
.footer-is-light .store-footer .store-footer__inner ,
.footer-is-light .store-footer{
background-image: url(https://c.top4top.io/p_3652t7af71.png);
  background-color: #011523;
  color: white;
  background-image: transparent;
      border-bottom:none;
}
.s-reviews-header-wrapper{
 justify-content: center;
}
.s-reviews-header{
  color: white;
    font-size: 1.7rem;
    background-image: url(https://i.top4top.io/p_3652cgcl41.png);
    padding: 3px 97px;
    background-repeat: no-repeat;
}
.copyright-text p{
  color: white;
}
option ,
select{
  color: black;
}
section:nth-of-type(7) .s-slider-block__title h2{
  display: none
}
section:nth-of-type(7) {
  margin-top: 0px;
}
.article--main b, strong{
  color: #fff !important;
}
.article--main span {
    color: #fff !important;
}
.product__description a{
   color: #fff !important;
}