/* Add custom CSS styles below */ 
/************  slider **************/
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin-top:0px !important;
    width:100% !important;
    border-radius:0 !important;
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

/************ banner **************/
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}

body.index> div.app-inner.flex.flex-col.min-h-full > section:nth-child(9){margin-top:0 !important;}
/************  products **************/
custom-salla-product-card{
    border: 1px solid white;
    box-shadow: 0px 4px 6px rgb(37 36 36 / 10%); 
    transition: all 0.4s ease; 
}

custom-salla-product-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0px 8px 12px rgb(196 182 182 / 20%); }
    
/************  footer**************/
.flex.flex-col.md\:flex-row.gap-6.md\:gap-0.items-center.justify-between.py-4.container.text-center {
    background: black;
}
  @media (max-width: 767px) {
.store-footer__inner * {
    text-align:center ;
    justify-content:center ;
}
}