input.s-search-input {
    background: #fff !important;
}


section.s-block.s-block--fixed-banner.wide-placeholder>.container {
    max-width: 100% !important;
    padding: 0 !important;
}


.banner--fixed img{
    border-radius: 0 !important;
}


button.undefined.s-button-element.s-button-btn.s-button-wide.s-button-loader-center {
    background-color: #664187 !important;
    border-radius: 25px !important;
}

.s-button-btn span.s-button-text {
    color: #fff !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    background-color: #664187c4 !important;
}

.s-button-outline{
    border: none !important;}


.s-slider-nav-arrow {
    border-color: #664187 !important;
}

.s-slider-nav-arrow svg{
    fill: #664187 !important;
}


.slide--cat-entry{
    background-color: #664187 !important;
    border-color: #ffffff00 !important;
    border-radius: 50px !important;
}

section.s-block.s-block--categories a h2 {
    color: #fff !important;
}

.banner--fixed img{
    background-color:#ffffff00 !important;
}


footer.store-footer {
    background: #664187 !important;
}

.store-footer__inner {
    background: #664187 !important;
    color: #fff !important;
    border-bottom: none !important;
}

.copyright-text p{
    color: #fff !important;
}

footer.store-footer>.justify-between.py-4.container.text-center {
    border-top: 1px solid #fff;
}


/* fullwidth slider */

   salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *)
 {
        padding-left: 0rem !important;
    }

       salla-slider.photos-slider .swiper-slide {
        padding: 0 !important;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
        border-radius: 0 !important;
    }

section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}

div#swiper-wrapper-7b47f7a745b8e326 .swiper-slide {
    padding: 0 !important;
}


.s-block--photos-slider .swiper-slide img {
  border-radius: 0px !important;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *)
 {
        padding-right: 0rem !important;
    }
}



@media (min-width: 750px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *)
 {
        padding-right: 0rem !important;
    }

    .s-block--categories .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
}
}


salla-slider.photos-slider.swiper{
    padding-bottom: 0rem !important;
}

salla-slider.photos-slider .swiper
 {
    padding-bottom: 0rem !important;
}


footer .store-footer__inner * {
        text-align: center;
        justify-content: center;}

@media (min-width:750px){

.store-footer__inner>.lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
        }
    
.store-footer__inner {
    @media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1 / span 2 !important;
    }
}
}