/* Add custom CSS styles below */ 
.banner-entry{
      height: 700px;
}
.has-overlay:after{
  display:none;
}
section:first-of-type{
  margin-top: 0px;
}
section:first-of-type .container {
  max-width:100%;
  padding:0px;
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
    }
}
salla-slider.photos-slider .swiper {
    padding: 0px;
}
.store-footer__inner{
      background-color: rgb(95 127 114);
}
.store-footer {

    background-color: rgb(14 62 46);
}
.s-button-primary-outline {
    background: #0e3e2e;
    color: #fff;
}
@media (max-width:600px){
  .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.banner-entry {
    height: 200px;
}
}