/* Add custom CSS styles below */ 
img.lazy.loaded {
    opacity: 1;
    transform: scale(1);
    object-fit: fill;
}
.product-card__enhanced-mini-cart button.s-button-element {
    background: linear-gradient(45deg, #e35028, #944031, #c34f30) !important;
    color: #ffffff !important;
}
.product-card__enhanced-mini-cart button.s-button-element i {
    color: white;
}
salla-slider[type]:not(.hydrated)>div>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, .carousel-slider .swiper-wrapper>div {
    flex-shrink: 0;
    padding-left: 2px;
    padding-right: 2px;
}



.sicon-cart2:before {
    content: "\e901";
    color: #e35028;
}

.s-block--enhanced-features.mini-features .s-block--enhanced-features__item {
    grid-column: span 1/span 1!important;
    padding: .25rem!important;
    border: 1px solid #e35028;
}

.sicon-briefcase-health:before {
    content: "\e9fe";
    color: #e35028;
}

.sicon-chat-message:before {
    content: "\ea97";
    color: #e35028;
}
salla-slider .slide--one-sixth {
    width: 28%;
    /* height: 29%; */
}
.circle-links-3{margin-top:-2rem;}
@media(min-width: 980px) {
    salla-slider .slide--one-sixth {
    width: 20%;
    /* height: 29%; */
}
}