/* Add custom CSS styles below */ 
nav#mobile-menu *, .mm-spn.mm-spn--light {
    color: #fff;
}
.my-header {
    position: relative;
}
.index section:first-of-type {
    margin: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
   border-radius: 0 !important;
}
.s-block.s-block--photos-slider img{
    border-radius: 0 !important;
} 
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
.categories h4.break-words {
    text-wrap-mode: nowrap;
    max-width: fit-content;
}


.s-contacts-list-vertical * {
    color: #fff !important;
}
.store-footer .s-menu-footer-list a, .store-footer .container p:nth-of-type(2), .store-footer h3, .store-footer s-menu-footer-list {
    color: #ffffff !important;
}



/* Old price in Salla (before discount) */
.s-product-card-price .before,
.s-product-card-price .price-before,
.s-product-card-price-old,
.s-product-card__price-old {
    color: #e53935 !important; /* red */
    font-size: 18px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

/* Backup targeting */
.price-before,
.price-old {
    color: #e53935 !important;
    font-size: 18px !important;
}
.s-product-card-vertical .s-product-card-sale-price > h4 {
    font-size: 18px !important;
}
.s-product-card-sale-price > :not([hidden]) ~ :not([hidden]) {
    font-size: 14px !important;
    color: var(--color-primary) !important;
}