header.store-header:before {
    content: '';
    background: url(https://iili.io/dPw3oqg.png);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color:#bfb6a9;
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

body {
  background-color:#FFF !important;
}
/*banner main*/
.navbar-brand img {
    max-height: 5rem !important;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}

 .s-slider-block__title-nav {
    display: none !important;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 !important;
  margin:0 !important;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}

.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0 !important;

}


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #fff;
    background-color: #000000;
    border: none;
 border-radius: 20px !important;
}

.s-product-card-entry {
    box-shadow: 0px 0px 3px 1px #eae6e663;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    padding: 2%;
    background-color: #fff !important;
}
.s-product-card-image img.loaded {
    border-radius: 25px !important;
}

@media(max-width: 768px){

footer.store-footer p.text-gray-400.mb-2\.5.md\:mb-0 img {
    margin: auto !important;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
footer.store-footer .container {
    display: flex;
    flex-direction: column-reverse;
}
}
.furnitur_offer img {
    object-fit: cover;
}
footer .copyright-text p {
  font-size: 0 !important;
  color: transparent !important;
  position: relative;
  height: auto;
  min-height: 20px;
}

/* النص الجديد */
footer .copyright-text p::after {
  content: "تم التنفيذ بواسطة منصة ومضة - بإبداع وتميز";
  font-size: 14px !important;
  color: #00008B !important;
  position: relative;
  display: inline-block;
  font-weight: 400;
  direction: rtl;
  text-align: center;
  width: 100%;
}