/* Add custom CSS styles below */ 
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
  margin: unset;
  padding: unset;
  max-width: unset;
}
section:nth-of-type(1) .container img{
  border-radius: unset;
}
section:nth-of-type(2) .container{
  max-width: 500px;
}
section:nth-of-type(3){
  max-width: 600px;
  margin-top: unset;
}
section:nth-of-type(2) img ,
section:nth-of-type(3) a ,
section:nth-of-type(5) img ,
section:nth-of-type(7) img ,
section:nth-of-type(9) img {
  background-color: transparent;
}

.s-slider-block__title-right{
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}
.swiper{
  padding: 15px;
}
custom-salla-product-card{
  box-shadow: 1px 4px 8px #00000042;
}
.s-product-card-content-sub {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.s-button-primary-outline {
    background-color: #1F2A0C;
    color: white !important;
}


.s-reviews-header-wrapper {
  justify-content: center;
}
.s-reviews-header{
    background-image: url(https://d.top4top.io/p_3628he0nn1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 26px;
    font-size: 2rem;
}
.s-reviews-testimonial{
  background-color: var(--color-primary);
  color: white;
}
.store-footer__inner{
  background-color: #1F2A0C !important;
  color: white !important;
}
.banner-entry {
  height: 150px;
}

@media (max-width: 767px) {
section:nth-of-type(3) > div{
   grid-template-columns: repeat(2, minmax(0, 1fr));
}       
}