/* Add custom CSS styles below */ 
.s-products-slider-card:hover img.loaded {
    transform: scale(1.2);
}
.s-button-primary{

    background:linear-gradient(to left, #cc1e08,#3e1412)
}

span.s-button-text .sicon-shopping-bag2:before{
   content: "";
    background-image: url(https://i.ibb.co/rfPdhNy/wired-lineal-146-trolley.gif);
    width: 20px;
    margin-left: 3px;
    height: 20px;
    background-size: contain;
    display: inline-block
}

.product-index  .sub-categories:has(.selected-cat-item) {
    background: transparent !important;

}
.product-index  .sub-cat-icon.lazy.swiper-slide.max--4.min--10 {
    min-width: 11rem !important;
}
@media(max-width:992px){
.product-index .sub-cat-icon.lazy.swiper-slide.max--4.min--10 {
    min-width: 9rem !important;

}
    
}

.s-block__title h2 {

    text-align: center;
}
@media(min-width:992px){

salla-slider#squares-1 .swiper-wrapper {

    justify-content: center;
}
}