/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
/* @import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap'); */

body {
    /* font-family: "Kufam"; */
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        font-size: 20px;
        font-weight: 600;
    }
}

.product-card__content {
    background-color: #FFF;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #FFF;
}

.swiper-wrapper:has(div[data-selia="home-square-links-item"]) {
    place-content: center;
}
salla-slider .slide--one-sixth {
    width: 33.333%;
}
.carousel-slider .swiper:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}