/* Add custom CSS styles below */ 

:root {
    --main-color:  #131a38;
    
}

/**    silder block ***/
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
.home-slider.photos-slider .s-slider-block__title-nav {
    display:none !important;
}
/** End silder block ***/
/** banners blocks ***/
section#IRT__photos-slider-0
{
    margin-bottom: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}
.banner--fixed img {
    border-radius: 0 !important;
}
/** End banners ***/


custom-salla-product-card .s-product-card-content {
    padding:0;
    padding-top:1rem;
}


custom-salla-product-card .s-product-card-content h3.s-product-card-content-title {
    text-align:center;
}

custom-salla-product-card .s-product-card-content .s-product-card-content-sub {
    justify-content:center;
}

custom-salla-product-card .s-product-card-content .s-product-card-content-sub  h4.s-product-card-price {
    font-size:18px;
}

custom-salla-product-card {
    border:1px solid #dddd;
    transition:0.5s !important;
}
custom-salla-product-card:has(button.s-button-element.s-button-btn.s-button-outline:hover){
    transform:translateY(-10px);
box-shadow: 3px 3px 5px 4px #ddd !important;
border:1px solid   var(--main-color) !important;
    
}

body.index custom-salla-product-card:has(button.s-button-element.s-button-btn.s-button-outline:hover){
    transform:translateY(-10px);
box-shadow: 3px 3px 5px 4px #ddd !important;
border:1px solid   var(--main-color) !important;
    
}
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding:30px 0  0!important;

}

custom-salla-product-card button.s-button-element.s-button-btn.s-button-outline.s-button-wide {
    border-radius: 0px 0px 0px 8px ;
    background-color:var(--main-color) !important;
    color:#ffff;
    z-index:3;
    
    
}

custom-salla-product-card {
    border-radius : 8px 8px 0px 8px;
}