/* Add custom CSS styles below */ 
@media only screen and (min-width:1024px){
header.store-header {
    padding: 0 9rem;
}
section.s-block.s-block--photos-slider {
    margin-top: -9rem;
}
header.store-header {
    z-index: 99;
}
header.store-header:has(div#mainnav:not(.fixed-header)) .top-navbar{
    background: #ffffff57; 
}
div#mainnav:not(.fixed-header),div#mainnav:not(.fixed-header) .bg-inherit {
    background: #ffffff2e;
    border-radius: 0 0 3rem 3rem;
}
}
.top-navbar .s-search-input,.top-navbar .s-search-input:focus {
    border-style: none;
    background-color: #7f61a2;
    color: #fff !important;
}

.top-navbar ::placeholder {
    color: #fff;
}
header salla-contacts.s-contacts.hydrated {
    display: none;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem;
    margin-right: 0rem;
     padding: 0;
    width: 100%;
}
.banner-entry {
    position: relative;
    height: 355px;
    padding: 0 !important;
    background-color: #fff;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    color: #795896;
}
.s-slider-block__display-all {
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 40px;
    width: 110px;
    text-align: center;
}
.s-button-primary-outline {
    background: var(--color-primary);
    color: #fff;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
}
footer.store-footer, .store-footer__inner {
    background: #886baa !important;
    border-radius: 5rem 5rem 0rem 0rem;
}