/* Add custom CSS styles below */ 
body{
    background-color: white !important;
}
section:nth-of-type(1){
    margin: 0;
} 
section:nth-of-type(1) .container{
     max-width: 100%;
     padding: 0;  
     
}
section:nth-of-type(1) .container img{
 border-radius: unset !important;
}   
section:nth-of-type(2) .container{
max-width: 500px;
}

section:nth-of-type(2) img{
background-color: transparent !important;
}

section:nth-of-type(3) div a{
width:100%;
}

section:nth-of-type(3) a:first-child{
    grid-row: unset !important;
}
section:nth-of-type(3) a{
  background-color: transparent !important;
  }
  section:nth-of-type(4) a{
  background-color: transparent !important;
  }
  .swiper{
      padding: 10px;
  }
  .s-products-slider-card{
    box-shadow: 0 4px 8px #45454585;
    border-radius: 18px;
    padding: 10px;
    margin-left: 15px;
  }
  salla-add-product-button button{
      background: linear-gradient(80deg, #DC0141, #590177);
    color: white !important;
  }
  section:nth-of-type(8) img ,  section:nth-of-type(10) img{
  background-color: transparent;
  }
  footer .store-footer__inner{
  background: linear-gradient(80deg, #DC0141, #590177);
    color: white;
  }
      

.lazy__bg {
    background-size: contain !important;
}
  .s-block.s-block--banners .grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap:1rem;
    }
    section:nth-of-type(4) .grid a:first-child {
    display:none;
      }  
  .s-block.s-block--banners  .banner-entry  {
           flex: 1 1 calc(50% - 20px) !important;
          height: clamp(9.375rem, 8.1204rem + 5.3529vw, 12.938rem);
               
}
@media (min-width: 680px) {
 section:nth-of-type(4) .grid a:first-child {
    display: none;
      }  
  .s-block.s-block--banners  .banner-entry  {
 flex: 1 1 calc(30% - 20px) !important;


 }
}
@media (min-width: 1024px) {
     
      .s-block.s-block--banners  .banner-entry  {
           flex: 0 1 calc(20% - 20px) !important;
           
}
section:nth-of-type(3) .grid a:last-child {
    display: none;
      } 
section:nth-of-type(4) .grid a:first-child {
    display:flex;
      }  
}