body {
    background-color: #FFFFFF;
  }
section:nth-of-type(1){
  margin: unset
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .container{
  max-width: 500px;
}
@media(max-width:768px){
  section:nth-of-type(2){
    margin-top: 1em;
  }
}
section:nth-of-type(3){
  max-width: 600px;
  margin-top: 2rem;
}
.banner-entry {
    height: 215px;
}
.banner-entry{
  max-width: 400px;
  margin-top: -1rem;
}
@media(max-width:768px){
  section:nth-of-type(3) div{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .banner-entry {
    height: 150px;
}
   section:nth-of-type(3){
     margin-top: unset
   }
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}

.carousel-slider .swiper-wrapper>div {
    padding: 1rem;
}

.s-product-card-vertical {
    box-shadow: 0 0 10px black;
    margin: 10px;
}
.s-button-primary-outline{
  background: #0CC3F2;
  color: white;
  border: none
}
s-button-primary-outline:hover{
  background: #0CC3F2;
  color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #0CC3F2;
  color: white
}
section:nth-of-type(4) .container{
  max-width: 1600px;
}
section:nth-of-type(6) .container{
  max-width: 1600px;
}
section:nth-of-type(7) .container{
  max-width: 1600px;
}
.s-slider-block__title h2 {
    font-size: 30px;
    border-bottom: 2px solid;
    padding-bottom: 1rem;
    border-image: linear-gradient(90deg, #FFFFFF 12.64%, #492821 99.72%)1;
}