@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Cairo', 'Ibarra Real Nova', 'Poppins', sans-serif;
}
ection.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

/* الكونتينر داخل البانر ياخد كامل العرض */
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  padding: 0;
}
/* البانر الأول ياخد ارتفاع كامل */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
img.faq-img {
display: none; 
}
.popular-quss.custom-faq-section.custom-faq-section-.custom-faq-section-5.sal-animate {
    margin: auto;
}
.popular-quss .custom-faq-image {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-top: auto;
}
a#activeName { 
background : #9D1429 !important; 
} 
div#mainnav { 
background-color: #96B4EA;
}
.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
}
.store-footer__inner { 
background-color: #96B4EA !important; 
} 
/* استهداف عنوان "أحدث المنتجات" */
.s-slider-block__title-right h2 {
    font-size: 32px; /* تكبير الحجم */
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #96B4EA, #6699FF, #96B4EA); /* جريدانت أزرق */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
}

/* لمعة تتحرك على النص */
.s-slider-block__title-right h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

/* حركة اللمعة عند المرور */
.s-slider-block__title-right h2:hover::after {
    left: 125%;
    transition: all 1s ease-in-out;
}
@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;
}
.banner--fixed img {
 
    height: 160px;
}
a#activeName {
font-size: 11px;

}

.store-footer__inner .anann-footer .s-menu-footer-list, .store-footer__inner .anann-footer .s-contacts-list {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
/* استهداف آخر بانر فقط */
section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type .banner--fixed img {
    height: 460px;   /* ارتفاع أكبر */
   width: 100%; /* يحتفظ بعرضه الطبيعي */
    object-fit: cover; /* يملأ الصورة بشكل متناسق */
}
.s-slider-block__title-right h2 {
    font-size: 20px; /* تكبير الحجم */
    font-weight: 500;
}

}