body{
  background-color: white;
}
section:nth-of-type(1),
section:nth-of-type(2){
  margin-top: unset;
}
section:nth-of-type(1) .container ,
section:nth-of-type(6)  .container{
  max-width: unset;
  padding: unset;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
.square-photos-grid--featured-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.square-photos-grid--featured-3>.banner-entry:first-child{
 grid-row: span 1 / span 1;
}
section:nth-of-type(3) .container{
 max-width: 150px;
}
section:nth-of-type(4) div,
section:nth-of-type(5) div{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
section:nth-of-type(4),
section:nth-of-type(5){
margin-top:1rem; 
}
section:nth-of-type(4) .banner-entry,
section:nth-of-type(5) .banner-entry{
  height: 120px;
}
@media(max-width:768px){
section:nth-of-type(4) div,
section:nth-of-type(5) div{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
  section:nth-of-type(2) .banner-entry{
    height: 70px;
  }
    section:nth-of-type(3){
     margin-top: 0rem !important;
    }
  section:nth-of-type(5){
     margin-top: 1rem !important;
    }
  section:nth-of-type(3) .container {
    max-width: 100px;
}
  section:nth-of-type(4) .banner-entry,
section:nth-of-type(5) .banner-entry{
  height: 90px;
}
}
.s-product-card-content{
background: linear-gradient(90deg,rgba(32, 44, 92, 1) 35%, rgba(34, 98, 146, 1) 100%);
  color: white;
}
.s-product-card-content-title a{
  color: white;
}
.s-button-primary-outline{
  background-color: white;
  color: black;
}
.s-product-card-content-title a:hover{
      color: #c2c4c7;
}
section:nth-of-type(8){
  margin-top:1rem; 
}
section:nth-of-type(8) .s-slider-block__title{
display: none;  
}
.s-reviews-testimonial__icon svg{
fill: #0138CB;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-testimonial{
  border: 2px solid #0138CB ;
}
.s-reviews-header{
  margin-right:unset;
  font-size: 1.5rem;
}
.s-reviews-header{
  background-image: url(https://imglink.cc/cdn/r8RTduAXjg.png);
    background-repeat: no-repeat;
    padding: 20px 44px;
    position-area: self-y-end;
    background-position-y: bottom;
}
.footer-is-light .store-footer .store-footer__inner ,
.md\:flex{
background: linear-gradient(90deg,rgba(32, 44, 92, 1) 35%, rgba(34, 98, 146, 1) 100%);
  color: white;
}
.copyright-text p ,
.s-product-card-content-subtitle{
  color: white;
}
.s-product-card-sale-price h4{
   color: #ed5858 !important;
}
.flex .gap-4{
  display: none;
}
.s-button-primary-outline:hover{
  background: linear-gradient(90deg,rgba(32, 44, 92, 1) 35%, rgba(34, 98, 146, 1) 100%);
color: white;
  border: 2px solid white;
}
.hover\:text-primary:hover{
  color: #cfd0d3;
}