/* Add custom CSS styles below */ 
      .lu-category salla-slider{
  margin-top:20px;
}
@media (min-width:1024px){
    .lu-category salla-slider{
  margin-top:40px;
}
      .store-header .inner > .container > .flex{
    padding:20px 0px;
}

.lu-category .swiper.s-slider-container{
  padding-top:58px;
 }

.lu-category .swiper.s-slider-container .swiper-slide-next + .swiper-slide{
  margin-top:-58px;
    transition: all .5s ease-in-out;
 }
    
  }
.store-footer{
  position: relative;
}
    .store-footer::before{
  position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    inset: 0;
    background: #C6A05DCC;
}
    .store-header .inner > .container > .flex{
    padding:10px 0px;
}
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
media (min-width: 1024px) {
    .s-gifting-widget .s-list-tile-item {
        flex-direction: column !important;
    }
}