body#app.index {
    background: white; /* خلفية بيضاء لصفحة الهوم */
}
.store-footer a.flex h3 {
    font-size: 0;                                      /* إخفاء النص */
    background-image: url(https://i.ibb.co/7xFPGTh0/Mask-group-17.png) !important; /* شعار */
    background-size: contain;                          /* ملاءمة الحجم */
    background-repeat: no-repeat;                      /* منع التكرار */
    background-position: center;                       /* توسيط */
    display: block;
    width: 200px;
    height: 100px;
}
.index section.s-block--fixed-banner:nth-of-type(1) > .container,
.index section.s-block--fixed-banner:nth-of-type(3) > .container,
.index section.s-block--fixed-banner:nth-of-type(5) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}


.main-nav-container.fixed-pinned .navbar-brand img,
.navbar-brand img {
    max-height: 6rem; /* تحديد أقصى ارتفاع للشعار */
}

/* ==============================
   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;                   /* إزالة الزوايا الدائرية */
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1; /* امتداد عمود واحد */
    grid-row: span 1 / span 2;    /* امتداد صفين */
}

.s-block--banners .grid.two-row {
    display: grid;                         /* تفعيل شبكة العرض */
    grid-template-columns: repeat(4, 1fr); /* 4 أعمدة متساوية */
    gap: 1rem;                             /* مسافة بين العناصر */
}

/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
    .s-block--banners .grid.two-row {
        grid-template-columns: repeat(2, 1fr); /* عمودين للشاشات الصغيرة */
        gap: 1rem;
    }
}
.s-block--banners .grid.one-row {
    display: grid;                         /* تفعيل شبكة العرض */
    grid-template-columns: repeat(3, 1fr); /* 4 أعمدة متساوية */
    gap: 1rem;                             /* مسافة بين العناصر */
}

/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
    .s-block--banners .grid.one-row {
        grid-template-columns: repeat(3, 1fr); /* عمودين للشاشات الصغيرة */
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
  .index section.s-block--fixed-banner:nth-of-type(8) > .container {
      max-width: 40%;
      padding: 0;
  }
  .banner-entry {

    height: 380px;
}
}



/* ==============================
   8- المنتجات (Products)
============================== */
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #C56082;               /* إطار المنتج */
    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: #C56082;       /* لون السعر */
    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: #C56082; /* لون الخلفية */
    color: white;             /* لون النص */
}

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

.s-product-card-content-title a:hover {
    color: #C56082;
}



.s-slider-block__title-left {
    display: none;
}

.s-slider-block__title {
    justify-content: center;
 
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-block__title {

    justify-content: center;
}

/* ==============================
   12- responsive
============================== */

@media(max-width:767px){
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
   padding:0;
}
.s-products-slider-card {
    max-width: 185px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}
/* ==============================
   10- الفوتر (Footer)
============================== */
.footer-is-light .store-footer .store-footer__inner{   
  background-color: #ffffff; /* خلفية الفوتر */
                                                   }
}


/* ---------------------------------------- */
/* 1) أقسامنا  (الصورة قبل وبعد بدون حركة) */
/* ---------------------------------------- */

.s-block--banners .s-block__title h2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
      font-size: 1.8rem;

}

.s-block--banners .s-block__title h2::before,
.s-block--banners .s-block__title h2::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://i.ibb.co/TqRNfT7F/Vector-1.png");
    background-size: contain;
    background-repeat: no-repeat;
      animation: floatAnim 2.2s infinite ease-in-out;

}


/* ---------------------------------------- */
/* 2) أحدث المنتجات (الصورة + حركة) */
/* ---------------------------------------- */

.s-slider-block__title-right h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
      font-size: 1.8rem;

}

.s-slider-block__title-right h2::before,
.s-slider-block__title-right h2::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("https://i.ibb.co/TqRNfT7F/Vector-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: floatAnim 2.2s infinite ease-in-out;
}

/* Animation */
@keyframes floatAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.s-block__title h2 {
    font-size: 1.8rem;
}