body.index:after{content:"";width:100%;height:100%;top:0;position:fixed;z-index:999999;background:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdWpoW/NNkQTvqmJxunzXy00TOoRooeVbfA2Hf3ZAKXgILI.png) center/80px no-repeat #fff;left:0;animation:fade-in 3s forwards}@keyframes fade-in{0%,50%{opacity:1}50%{transform:scale(1.2)}100%{opacity:0;visibility:hidden;transform:scale(1.5)}}
body.index {
    background-color: #E8E9DC;
}

div#mainnav {
    background-color: #E8E9DC !important;
}

.shadow-default {
    box-shadow: 0 0 transparent !important;
} 

/* شكل السلة وعلامة اليوزر */
div#mainnav i.sicon-shopping-bag,
i.sicon-user-circle {
    background-color: #555C03;
    color: #FFFF !important;
    border-color: #9290c2 !important;
    box-shadow: 2px 1px 5px #9290c2;
}    

/* موشن إذا جا الماوس */
div#mainnav i.sicon-shopping-bag:hover,
i.sicon-user-circle:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

/* لون (مجموع السلة) */
b.s-cart-summary-total,
nav#mobile-menu {
    color: #555C03;
}

ul.main-menu.mm-spn--open li:hover a {
    color: #9290c2;
}

/* لون نص الصفحة التعريفية والاسترجاع */
.top-navbar a {
    color: #E8E9DC !important;
}

/* لون حواف البحث */
.s-search-container.s-search-inline {
    background-color: transparent;
    border: 2px solid #555C03;
    border-radius: 50px;
}

/* لون روابط القوائم الفرعية */
.sub-menu a {
    color: #555C03;
}

/* زر حساب المستخدم دائري */
.s-user-menu-trigger {
    border-radius: 50px;
    width: 45px;
    height: 45px;
}

/* لون الشرائط الثلاث (أيقونة القائمة) */
i.sicon-menu {
    color: #555C03;
}

/* لون خلفية الهيدر اللي فوق */
.fixed-header .inner {
    background-color: #E8E9DC;
}

header.store-header {
    z-index: 222;
}



/* ----------------------------
   كروت المنتجات (الأزرار والأسعار)
----------------------------- */

.s-button-btn,
.s-price-range-number-input {
    background-color: #E8E9DC !important;
    border: 2px solid #555C03 !important;
    color: #555C03;
    border-radius: 25px 0px;
}

.s-products-slider-card.swiper-slide {
    width: 55%;
}



/* ----------------------------
   الفوتر
----------------------------- */

.store-footer__inner,
.store-footer {
    color: #555C03 !important;
}

footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/* الموبايل */
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        background: #E8E9DC !important;
    }
}



.whatsapp-icon {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
font-size: 28px;
padding: 11px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease-in-out;
text-align: center;
z-index: 1;
}

.whatsapp-icon::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background-color: rgba(37, 211, 102, 0.5);
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: -1;
animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
50% {
transform: translate(-50%, -50%) scale(1.4);
opacity: 0;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}

.whatsapp-icon:hover {
transform: scale(1.1);
}



salla-slider.photos-slider .swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .rounded-md {
        border-radius: 0 !important;
    }
    #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
        padding: 0;
    } 
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider{
    margin:0;
    }
    
    
/* ثوابت */
.banner-entry {
    background: transparent;
}

/* موبايل (شاشات أصغر من 780px) */
@media (max-width: 780px) {
    .grid.md\:grid-cols-3.two-row.grid-flow-row {
        display: flex;
        flex-wrap: wrap;
        place-content: center;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0;
    }

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

    .section-1 {
        margin: 0;
    }

    .index .rounded-md {
        border-radius: 0.375rem;
    }

    .banner-entry {
        width: 31%;
        height: 100px;
    }
}

/* تابلت (من 640px) */
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: 1 / 1;
    }
}

/* من 768px */
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* شاشات أكبر من 781px */
@media (min-width: 781px) {
    .banner-entry {
        width: 100%;
    }
}



.s-slider-block__title-right h2{
    font-size: x-large !important;
     text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    
}

.s-slider-block__title-right{
    margin: auto !important;
    padding: 0 !important;
}
    
.s-slider-block__title-left{
display: none;
}
.s-slider-block__title-right h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin: 12px auto 0;
  position: relative;
}

.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  bottom: -8px; /* تحت النص شوية */
  left: 50%;
  transform: translateX(73%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #68695f;
  border-radius: 50%;
  z-index: 1;
}
p.custom-paragraph {
  display: flex;
  align-items: center;
  margin: 5px auto;
}

p.custom-paragraph::before,
p.custom-paragraph::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #68695f; /* لون الخط */
  margin: 0 15px;
}
a.navbar-brand img{
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.4);
  }

  50% {
    transform: scale(1.6);
  }

  100% {
    transform: scale(1.4);
  }
}

.store-footer::after {
    content: "";
    top: 0;
    color: var(--main-text-color) !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem !important;
    }
}