/* Add custom CSS styles below */ 
.index section.s-block--fixed-banner:nth-of-type(1) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}

body#app.index {
    background: white; /* خلفية بيضاء لصفحة الهوم */
}


/* ==============================
   3- إعدادات اللازي لود (Lazy Loading)
============================== */
.lazy__bg.lazy.entered.loaded {
    background-size: contain;      /* ملاءمة الخلفية بدون قص */
    background-repeat: no-repeat;  /* منع التكرار */
}


/* ==============================
   4- إعدادات الصور والبنرات
============================== */
a.banner-entry.square-photos {
    background: transparent; /* خلفية شفافة */
}

.banner-entry {
    transition:
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),       /* حركة تكبير/تصغير */
        background-size 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), /* انتقال حجم الخلفية */
        background-position 0.6s ease;                             /* انتقال موضع الخلفية */
}

.banner-entry:hover {
    transform: scale(1.05) translateY(-10px); /* تكبير وتحريك لأعلى عند الهوفر */
}

img {
    background: transparent !important; /* إزالة خلفية الصور */
    border-radius: 0;                   /* إزالة الزوايا الدائرية */
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #4A274F;               /* إطار المنتج */
    border-radius: 8px;                      /* زوايا دائرية */
    overflow: hidden;                        /* إخفاء المحتوى الزائد */
    padding: 10px;                           /* حشو داخلي */
    transition: transform 0.3s ease, 
                box-shadow 0.3s ease;        /* تأثير حركة */
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
    transform: scale(0.97); /* تصغير بسيط عند الهوفر */
    box-shadow: none;       /* إلغاء الظل */
}

.s-product-card-price {
    color: #5B6453;       /* لون السعر */
    text-align: center;   /* توسيط السعر */
}

.s-product-card-content-sub {
    text-align: center;
    display: inline-block;
}

.s-product-card-content-title a {
    font-size: 16px;     /* حجم النص */
    font-weight: bold;   /* نص سميك */
    text-align: center;
    display: block;
}

/* ميل للصورة كلها لليمين وقت الهوفر */
.s-product-card-image img {
  transition: transform 0.4s ease;
}

.s-product-card-image img:hover {
  transform: rotate(5deg); /* تميل 5 درجات لليمين */
}

/* ==============================
   9- الأزرار (Buttons)
============================== */
.s-button-btn.s-button-primary-outline {
    background-color: #4A274F; /* لون الخلفية */
    color: white;             /* لون النص */
}

.s-button-btn.s-button-primary-outline:hover {
    background-color: #4A274F;
    color: white;
}

@media (min-width: 1024px) {

  /* استهداف السكشن اللي فيه عمودين فقط */
  .s-block--banners .grid.md\:grid-cols-2 .banner-entry {
      height: 450px;
  }

}

/* الموبايل فقط */
@media (max-width: 767px) {

  /* استهداف الجريد اللي فيه عمودين فقط */
  .s-block--banners .grid.md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }


/* استهداف الجريد اللي فيه عمودين فقط */
  .s-block--banners .grid.md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

div#mainnav {
    background-color: #441E4A;
    color: #FFFFFF;
}

    .main-menu li>a:hover {
        color: #EEA280;
    }

i.header-btn__icon.icon.sicon-shopping-bag {
    color: white;
}
i.header-btn__icon.sicon-user-circle {
    color: white;
}

.s-cart-summary-total {
    color: rgb(255 255 255);
}

.top-navbar {
    background-color: #441E4A;
}


.store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 80px;
    width: 100px;
    margin: auto auto 50px;
    background-image: url(https://i.ibb.co/LXv040W7/Frame-1000010306-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    animation: ss 1000ms linear infinite;
}
.store-footer .store-footer__inner{
    background-image: url(https://i.ibb.co/bgRsCkp3/Group-1261155263.png);

  
}
#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{
    margin: auto;
}
.s-apps-icons-list {
    place-content: center;
}
@keyframes ss {
0% {
    top: 0;
}

50% {
    top: 8px;
}
100% {
    top: 0px;
}
}

.store-footer__inner {
    background-color: white;
}
    .store-footer__inner {
        padding-bottom: 0;
    }