.s-block--animated-brands--brand img {
    width: 100px;
    height: 100px;
    padding: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 300ms;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem;
}
salla-slider.photos-slider .swiper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.home-slider .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(88deg,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}
salla-slider .slide--one-fourth {
    height: auto;
    width: 100%;
    max-width: 145px;
}
.product-card__price {
    font-size: 16px;
    color: #9d0000;
    font-weight: 400;
    line-height: 100%;
}
ul.mx-auto.mt-8.grid.max-w-2xl.gap-x-6.gap-y-6.lg\:mx-0.lg\:max-w-none.grid-cols-2.lg\:grid-cols-5 {
    row-gap: 0;
    column-gap: 17px;
}
img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    transform: scale(1);
    border-radius: 5px;
    aspect-ratio: 22/13;
}
.product-card__addToCart__btn salla-button button {
    background: white;
    border: 1px solid!important;
    color: #fff;
    border: 0;
}