body{
  background-color:  white;
}

section:nth-of-type(1){
  max-width: 100%;
  margin: unset;
}
section:nth-of-type(1) .container {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(2) .container {
    max-width: 600px;
}

section:nth-of-type(3) {
    margin-top: 1rem;

  padding: 1rem;
}
section:nth-of-type(4) {
    margin-top: 1rem;

  padding: 1rem;
}
  max-width: 100%;
  margin: unset;
}
section:nth-of-type(8)  {
    max-width: 100%;
    
}
section:nth-of-type(8) .container {
    max-width: unset;
    padding: unset;
}

section:nth-of-type(6)  {
    max-width: 100%;
    
}
section:nth-of-type(6) .container {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(10)  {
    max-width: 100%;
    
}
section:nth-of-type(10) .container {
    max-width: unset;
    padding: unset;
}
.main-menu #more-menu-dropdown>.sub-menu{
  color: black;
}
.two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  height: unset;
     
}
section:nth-of-type(3) div {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
section:nth-of-type(4) div {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 2px solid white;
    padding-bottom: 1rem;
}
.s-product-card-entry {
   box-shadow: 0 0 10px black;
    margin: 10px;
    height: 95%;
 
}



.s-button-primary-outline {
background-color: #000000;
  color: white;
  border: none;
}
.s-button-primary-outline:hover {
  background-color: #000000;
  color: white;
  border: none;}

.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header {
    font-size: 1.7rem;
  color: black;
}
.s-reviews-header{
  font-size: 1.8rem;
 
  
}
.s-reviews-testimonial__info h2{
  color: white;
}
.s-reviews-testimonial {
   background-color: black;
}
.s-reviews-testimonial__icon svg {
    fill: white;
}
.s-rating-stars-small svg{
  fill: white;
}

.s-reviews-testimonial__text p{
  color: white;
}

@media (max-width:768px){


.s-block--banners .grid > a.banner-entry {
    width: 100%;
}
.grid{
display:flex !important;
grid-template-columns:none !important;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}
.grid > *{
flex:0 0 calc(50% - 10px);
max-width:calc(50% - 10px);
}
.grid > *:last-child{
flex:1 0 calc(50% - 10px);


  padding-right: 10px;
}
  .two-row .banner-entry:first-child{
  height: 200px !important;
  }
}


.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 20px;
}
 
  .footer-is-light .store-footer .store-footer__inner {
  background-color: #000000;
  color: white;
}
.navbar-brand img {
    max-height: 8rem;
    max-width: 100px;
    width: auto;
}
section:nth-of-type(4) div {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-around;
}

section:nth-of-type(4) a {
    flex-basis: 220px;
}


@media (max-width: 768px) {
    section:nth-of-type(4) a {
        flex: 0 0 calc(50% - 20px);
    }

    section:nth-of-type(4) {
        max-width: 400px;
        gap: 1.75rem;
    }

    .two-row .banner-entry:first-child {
        height: 85px;
    }

    .s-block--banners+.s-block--banners {
        margin-top: 1rem;
    }

    section:nth-of-type(4) div {
        flex-wrap: wrap;
    }
}
.md\:flex{
  background-color: white;
  
}