.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll 15s linear infinite;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(-100%); /* يبدأ من اليسار */
    }
    to {
        transform: translateX(100%); /* يتحرك إلى اليمين */
    }
}

/*Header*/
.top-navbar, .header-btn, .s-cart-summary-total {
display:none
}
.top-navbar, .main-nav-container {
background: #FF9E18;
}
.navbar-brand img {
    display: none;
}
.navbar-brand {
    display: block;
    width: 100px; /* ضبط حجم الشعار */
    height: 100px;
    background-image: url('https://i.suar.me/KoaNn/l');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 768px) {
    .navbar-brand {
        width: 70px; /* تصغير عرض الشعار */
        height: 70px; /* تصغير ارتفاع الشعار */
        background-size: contain;
    }
    #mainnav > div > div > div {
height: 5rem;
}
}
.header-btn__icon {
border-color: #000000;
color: #000000;
height: 2rem;
width: 2rem;
border-width: 0px;
}
.s-cart-summary-count {
right: -.575rem !important;
top: -.575rem !important;
background-color:black;
}
.main-nav-container, #mainnav > div {
box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px;
border-radius: 0 0 2rem 2rem;
}
/*Header*/
/*Banner*/
.banner--fixed img {
border-radius: 2rem;
}
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
padding: 0 !important;
margin-top: -30vw !important;
max-width: 100% !important;
}
section:nth-of-type(1) .banner--fixed img {
border-radius: 0px 0px 4rem 4rem !important;
}
@media only screen and (max-width: 520px) {
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
padding: 0 !important;
margin-top: -42vw !important;
max-width: 100% !important;
}
section:nth-of-type(1) .banner--fixed img {
border-radius: 0px 0px 2rem 2rem !important;
}
}
.banner--fixed img {
background-color: rgba(0, 0, 0, 0);
}
/*Banner*/
/*Product*/
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6) > div > div > h2 {
display:none;
}
.s-product-card-fit-height .s-product-card-image {
height: 12rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6) {
margin-top:0px !important;
}
@media (max-width: 768px) {
    .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }
   .s-products-slider-card.swiper-slide {
        flex: 0 0 50%; /* يجعل كل منتج يأخذ نصف العرض (منتجين في الصف) */
        max-width: 50%;
    }
}
.s-product-card-entry {
border-radius: 2rem;
}
.s-button-btn {
border-radius: 15rem;
background: #FF9E18;
color: black;
border: 0px;
animation: moveLeftRight 3s infinite ease-in-out;
}
.s-button-btn:hover {
background: #a94549;
}
.s-button-text {
display: flex;
min-width: max-content;
}
div.s-product-card-image > a > img , .s-product-card-image {
border-radius: 2rem;
}
.s-product-card-image {
padding: .3rem;
background: transparent;
}
div.s-products-slider-card {
padding-bottom: 10px;
padding-top: 10px;
}
.s-product-card-vertical {
box-shadow: rgba(0, 0, 0, 0.08) 1.95px 1.95px 2.6px;
}
salla-add-product-button > div > salla-button > button > span > span {
font-size: .8rem;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}
/*Products*/
/*Features*/
@media (max-width: 520px) { /* شاشات الموبايل */
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div {
display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between; /* توزيع العناصر بشكل متساوٍ */
    gap: 10px; /* مسافة بين العناصر */
 }
 .s-block--features__item {
width: 1rem;
}
}
.s-block--features__item {
border-radius:1.5rem;
}
.s-block--features__item .feature-icon {
background-color: white;
}
.feature-icon > img {
width: 50px !important;
height: 50px !important;
}
.s-block--features__item .feature-icon {
background-color: white;
}
/*Features*/
/*Footer*/
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner {
background: #FF9E18;
margin: 10px;
border-radius: 2rem;
color:white;
}
@media (max-width:520px) {
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) > h3 , #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > salla-contacts > h3 {
display: none;
}
.contact-social {
display: flex;
justify-content: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.flex.rtl\:space-x-reverse.space-x-2.items-end {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
div.s-contacts-list.s-contacts-list-vertical {
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 1.5rem !important;
text-align: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner {
margin: 10px;
border-radius: 2rem;
background: #FF9E18;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div {
color: black;
padding: 1rem;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
display: flex;
justify-content: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p:nth-child(3) {
text-align: center;
margin-top: -1rem !important;
margin-bottom: 1.5rem !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > salla-contacts {
display: flex;
justify-content: center;

}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div {
border: 0px !important;
}
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a > h3 {
    text-indent: -9999px; /* إخفاء النص */
    width: 70px; /* ضبط العرض حسب الحاجة */
    height: 60px; /* ضبط الارتفاع حسب الحاجة */
    background-image: url("https://i.suar.me/KoaNn/l");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p {
text-align: center;
}
.s-contacts-icon, .s-social-link a {
border-color: black;
}
/*Footer*/
/*Menu*/
#app > div.mm-ocd.mm-ocd--right.mm-ocd--open > div.mm-ocd__content {
padding: 1rem !important;
background: transparent;
}
@media only screen and (max-width: 520px) {
#mobile-menu {
border-radius: 1.5rem;
background: #ff9e18;
}
#mobile-menu > ul {
display: flex;
flex-direction: column;
align-items: center;
}

}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
text-align: center;
color: white;
}
.mm-spn li a, .mm-spn li>span {
background: white;
border-radius: 55rem;
padding: 5px 10px 5px 10px;
}
.mm-spn li {
margin: 1rem;
}
.mm-spn li:after {
border-top: 0px solid;
}
#mainnav > div > div > div > div:nth-child(1) > custom-main-menu > button {
border-radius: 1rem;
margin: 1rem 1rem 1rem .5rem;
background: black;
}
/*Menu*/