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(5) .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(6) .container{
    margin: 0 auto;
    padding: 0;
   
section.s-block.s-block--fixed-banner:nth-of-type(9) .container{
    margin: 0 auto;
    padding: 0;
   
}
section.s-block.s-block--fixed-banner:nth-of-type(12) .container{
     max-width:1300px;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container{
  max-width: 500px;
    margin: 0 auto;
    padding: 0;
    
}
  .two-row .banner-entry:first-child{
    grid-row: span 1 / span 1;
  }
 section:nth-of-type(3) div{
     grid-template-columns: repeat(5, minmax(0, 1fr));
    }   
  }
  @media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 96px;
    height: 100px;
  }
}
@media (min-width:426px) and (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 30%;
    height: 180px !important;
  }
   
}
  
/* section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top:-31px;
}

section.s-block.s-block--banners.container .banner-entry {
  flex: 0 0 calc(16% - 10px);
 max-width: calc(14% - 10px);
  height: 204px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (width: 768px) {
  section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top:-31px;
}
  
  section.s-block.s-block--banners.container .banner-entry {
    height: 204px;
    margin-top: -66px;
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
  height: 204px;
  margin-top: -37px;
    }
  }
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
        margin-top: 0rem;
        flex: 0 0 calc(25% - 10px);
        max-width: calc(20% - 10px);
        height: 126px;
  }
} */

.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: #020202;
}
#best-offers-3-slider .s-slider-block__title{
  display: none;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}

.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: #020202;
    color: #fff;
}
.footer-is-light .store-footer {
    background: #020202;
    color: #fff;
    }
    .copyright-text p {
    color: #fff;
}

.two-row .banner-entry:first-child{
    grid-row: span 1 / span 1;
  }
 section:nth-of-type(3) div{
     grid-template-columns: repeat(5, minmax(0, 1fr));
    }   
  }
  @media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 96px;
    height: 100px;
  }
}
@media (min-width:426px) and (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 30%;
    height: 180px !important;
  }
   
}
  section:nth-of-type(2) .container ,
  section:nth-of-type(6) .container,
  section:nth-of-type(9) .container{
    max-width: 600px;
  }