/* Add custom CSS styles below */ 

.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title{

border-bottom:#ffffff !important;
}

.s-block--slider-with-bg .slider-bg:before{
background-color:rgb(0 0 0 / 76%) !important;
}



@media (max-width: 767px) {
  .home-block-title h2 {
    font-size: 20px !important;  /* صغره على الموبايل */
    line-height: 1.4 !important; /* تعديل المسافة بين السطور */
  }
}




.text-3xl,
.sm\:text-4xl {
    font-size:26px !important;
}

.products-lookbook__label{
color:black;
font-weight:initial !important;
}

/* العناوين الكبيرة (زي الأكثر مبيعاً) */
 .section-title, .block-title, h2 { font-size: 25px !important; font-weight: bold !important; }

.text-primary{
color:#234082;
font-size:27px;
}

.text-store-text-primary{
    font-size: large;
    line-height:30px;
}






.special-categories .single-banner .banner-button {
    display: none;
}

.section.s-block.s-block--fixed-banner.s-block--dynamic-banner.wide-placeholder.dynamic-banner--10 {
    max-width: 1024px !important;
    margin:auto  !Important
}





/* التصنيفات المربعة */
.auto-fit-grid {
    grid-template-columns: repeat(auto-fit,minmax(0px,1fr));
    margin-top: -40px;
    margin-bottom: -10px;
    padding-top: 0px;
}

/* تعليقات العملاء */
.testimonials-item p {
    position: relative;
    background: url(https://i.ibb.co/xqg8QpTX/image.png) top center no-repeat;
    padding: 2.5rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-radius: 0;
    background-size: 100% 100%;
    height: 153px;
    box-shadow: none;
    overflow: hidden;
}

/*.swiper-backface-hidden .swiper-slide {
    background: #8bcdba;
}
*/
.s-block--testimonials .testimonials-item::after {
    visibility: hidden;
}





/* البطاقات – خلفية بيضاء + بوردر خفيف + ظل */
[id^="reviews-"][id$="-slider"] .review > div {
  background-color: #fff !important;            /* خلفية بيضاء */
  border: 1px solid #8DCEBA !important;         /* ✅ بوردر خفيف */
  border-radius: 8px;                           /* زوايا ناعمة (اختياري) */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(141, 206, 186, 0.4) !important;
}

/* عند المرور بالماوس: يغمق الظل */
@media (hover:hover) {
  [id^="reviews-"][id$="-slider"] .review:hover > div {
    box-shadow: 0 10px 20px rgba(141, 206, 186, 0.9) !important;
    transform: translateY(-6px);
  }
}

/* عند الضغط (موبايل): يغمق الظل */
[id^="reviews-"][id$="-slider"] .review:active > div {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 20px rgba(141, 206, 186, 0.9) !important;
}

/* أيقونة الاقتباس بنفس اللون */
[id^="reviews-"][id$="-slider"] .review .sicon-quote {
  color: #8DCEBA !important;
  opacity: 1 !important;
}


.enhanced-title-border.home-block-line {
  color: #8CD0BB !important;          /* لون النص */
  border-color: #8CD0BB !important;   /* لون الخطوط */
}

/* نزيد سماكة الخطوط */
.enhanced-title-border.home-block-line::before,
.enhanced-title-border.home-block-line::after {
  border-top: 3px solid #8CD0BB !important; /* بدل 1px أو 2px نخليها 3px */
}

  .md\:text-4xl {
    font-size: 30px !important; /* غير الرقم حسب الحجم اللي بدك ياه */
    line-height: 1.2 !important;
    
  }

@media (min-width: 768px) {
  .md\:text-4xl {
    font-size: 37px !important; /* غير الرقم حسب الحجم اللي بدك ياه */
    line-height: 1.2 !important;
    
  }
}
.text-sm.mb-8.line-clamp-2.max-w-lg {
    font-size: 20px !important; 
    line-height: 1.3 !important; /* ارتفاع الأسطر */


    }

@media (min-width: 768px) {
  .text-sm.mb-8.line-clamp-2.max-w-lg {
    font-size: 21px !important;   /* كبّر الخط */
    line-height: 3.5 !important; /* ارتفاع الأسطر */
    max-width: 650px !important; /* تغيّر العرض إذا بدك */
   font-weight:400 !important;    /* عريض متوسط */

  }
}

.s-block--slider-with-bg .slider-bg:before{
background-color:rgb(0 0 0 / 89%) !important;

}


@media (min-width: 768px) {
  a[aria-label="بوكسات الشوكولاتة"] span {
    font-size: 19px !important;   /* حجم الخط */
    font-weight: 600;             /* سماكة */
    color: #1f356a;               /* اللون الأساسي */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25); /* ظل ثابت */
    transition: color 0.3s ease;  /* أنيميشين ناعم للتغيير */
    
  }

  a[aria-label="بوكسات الشوكولاتة"] span:hover {
    color: #FFFFFF!important;   /* اللون عند الهوفر */
  }
}

.bg-gray-900{
background-color:rgb(17 24 39 / 58%);
}


.relative.mx-auto.flex.max-w-3xl.flex-col.items-center.text-center :is(h1,h2,h3) {
  font-size: 30px !important;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 8px;
}


@media (min-width: 768px) {

  .relative.mx-auto.flex.max-w-3xl.flex-col.items-center.text-center :is(h1,h2,h3) {
    font-size: 55px !important;
    letter-spacing: 2px;
    font-weight: 700;
   padding-bottom:10px;
  }
  
  }
  

.s-block--slider-with-bg-title > div {
  display: flex;
  flex-direction: column; /* يخليهم فوق بعض */
  align-items: center;    /* يوسّطهم بالنص أفقي */
  text-align: center;     /* يخلي النصوص بالنص */
}

.s-block--slider-with-bg .s-slider-block__title-left{

  display: flex;
  justify-content: center; /* يوسّطه بالنص */
  margin: 0 auto;
}
.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all, salla-products-slider .s-slider-block__title-left .s-slider-block__display-all{
  font-size:large !important;
    margin-top: 13px !important; /* مسافة من تحت */

}





.container.-mt-62.relative.overflow-hidden.simplified-products.fit-slider-products 
:is(.slick-arrow, .slick-prev, .slick-next, .swiper-button-prev, .swiper-button-next, [class*="arrow"], [class*="prev"], [class*="next"]) {
  display: none !important;
}

/* لو الأسهم معمولة كـ ::after */
.container.-mt-62.relative.overflow-hidden.simplified-products.fit-slider-products 
:is(.swiper-button-prev, .swiper-button-next)::after {
  content: "" !important;
  display: none !important;
}








@media (min-width: 1024px) {
  /* إلغاء الحد الأدنى الافتراضي 600px */
  .crop-video-box .min-h-\[600px\] {
    min-height: 0 !important;
  }

  /* الإطار اللي فيه الفيديو */
  .crop-video-box .lg\:w-1\/3,
  .crop-video-box .min-h-\[600px\] > div:first-child {
    margin-top: 80px !important;
    min-height: 480px !important;  /* عدّلنا من 420 → 500 */
    max-height: 480px !important;
    overflow: hidden !important;
    position: relative;
  }

  /* الفيديو */
  .crop-video-box .lg\:w-1\/3 video,
  .crop-video-box .min-h-\[600px\] > div:first-child > video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}





@media (min-width: 1024px) {
  /* إلغاء الحد الأدنى الافتراضي 600px */
  .crop2-video-box .min-h-\[600px\] {
    min-height: 0 !important;
  }

  /* الإطار اللي فيه الفيديو */
  .crop2-video-box .lg\:w-1\/3,
  .crop2-video-box .min-h-\[600px\] > div:first-child {
    margin-top: 80px !important;
    min-height: 480px !important;  /* عدّل الرقم ليناسب الأسهم (490/510 حسب الحاجة) */
    max-height: 480px !important;
    overflow: hidden !important;
    position: relative;
  }

  /* الفيديو */
  .crop2-video-box .lg\:w-1\/3 video,
  .crop2-video-box .min-h-\[600px\] > div:first-child > video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}



.lg\:-mt-\[45px\]{
text-align:center !important;
}



@media (min-width: 1024px){

  /* تموضع قسم التواصل يسار ورفعه لفوق */
  footer.store-footer .store-footer__contacts-row{
    position: absolute !important;
    left: 28px !important;
    top: 38% !important;
    transform: translateY(-62%) !important;
    width: 360px !important;
    max-width: 38vw !important;
    z-index: 2 !important;
  }

  /* محاذاة العناصر لليسار */
  footer.store-footer .store-footer__contacts-row .enhanced_rounded_contacts,
  footer.store-footer .store-footer__contacts-row .rounded_contacts{
    justify-content: flex-start !important;
  }

  /* توسيع المسافة بين الصفوف */
  footer.store-footer .store-footer__contacts-row > div{
    margin-bottom: 30px !important;
  }

  footer.store-footer .store-footer__contacts-row .rounded_contacts{
    gap: 14px !important;
    margin-top: 0 !important;
  }

  /* حجز مساحة للشعار */
  footer.store-footer .store-footer__inner > .container > .grid > div:first-child{
    padding-left: 390px !important;
  }

  /* ✅ إزالة الخط الأبيض فقط بدون إخفاء الفوتر */
  footer.store-footer hr,
  footer.store-footer .border-t {
    display: none !important;
  }

  /* نمنع ظهور أي حدود علوية للفوتر فقط */
  footer.store-footer {
    border-top: none !important;
  }
}

.store-footer__contacts-row{
border-bottom: none !important;
}


/* شكل الأيقونات الأساسي */
.store-footer__contacts-row .social-link {
  background-color: #ffffff!important;   /* خلفية بيضاء صافية */
  border: 1.2px solid #224c88 !important;   /* بوردر أزرق */
  color: #ffffff!important;              /* لون أيقونة افتراضي */
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease;
  box-shadow: none !important;            /* إزالة أي ظل */
  opacity: 1 !important;                  /* إزالة الشفافية */
}

/* لون الأيقونات داخل الدوائر */
.store-footer__contacts-row .social-link i {
  color: #224c88 !important;              /* نفس لون النص فوق */
  font-size: 18px !important;
  line-height: 1;
}

/* تأثير الهوفر مطابق لأزرار "جوال / إيميل" */
.store-footer__contacts-row .social-link:hover {
  background-color: #224c88 !important;   /* الخلفية تصير زرقاء */
  border-color: #ffffff!important;
}

.store-footer__contacts-row .social-link:hover i {
  color: #ffffff!important;              /* الأيقونة تصير بيضاء */
}









/* ستايل زر الجوال والإيميل */
.store-footer__contacts-row .enhanced-contact-item {
  background-color: #ffffff !important;     /* خلفية بيضاء */
  border: 1.2px solid #224c88 !important;   /* بوردر أزرق */
  color: #224c88 !important;                /* لون النص */
  border-radius: 6px !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* الأيقونات داخل الأزرار */
.store-footer__contacts-row .enhanced-contact-item i {
  color: #224c88 !important;
  font-size: 16px !important;
}

/* ✅ الهوفر */
.store-footer__contacts-row .enhanced-contact-item:hover {
  background-color: #224c88 !important;  /* الخلفية */
  color: #ffffff !important;             /* النص */
  border-color: #ffffff !important;      /* البوردر */
}

.store-footer__contacts-row .enhanced-contact-item:hover i {
  color: #ffffff !important;             /* الأيقونة */
}



 @media (min-width: 1024px) {
  .enhanced_rounded_contacts {
    transform: translateX(-20px) !important; /* تحريك لليسار */
  }
}

/*فوتر */


@media (min-width: 1024px) {
  .load-img-onclick img {
    width: 55px !important;
  }
  
  .load-img-onclick + div p {
  font-size: 18px !important;
  font-weight: 500 !important;
}
}


/* === تكبير الخطوط في الفوتر وتحسين المظهر العام === */

/* 1) روابط العناوين */
.store-footer__inner .footer-list a {
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* 2) وصف الفوتر (تحت الشعار) */
.store-footer__inner .footer-description {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #212529 !important;
  line-height: 1.7 !important;
}

/* 3) بيانات الرقم الضريبي */
.store-footer__inner .text-sm {
  font-size: 15px !important;
}

/* 4) وسائل التواصل */
.enhanced-contact-item span,
.social-link i {
  font-size: 16px !important;
}

/* 5) حقوق النشر */
.footer-bottom .text-sm,
.footer-bottom p {
  font-size: 15px !important;
}

/* 6) وسائل الدفع */
.footer-bottom img {
  max-height: 24px !important;
}
/* === تكبير خطوط الفوتر على الجوال فقط (أقل من 768px) === */
@media (max-width: 767px) {

  /* روابط قائمة الفوتر */
  .store-footer__inner .footer-list a {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* وصف تحت الشعار */
  .store-footer__inner .footer-description,
  .store-footer__inner > .container > .grid > div:nth-child(2) p {
    font-size: 17px !important;
    font-weight: bold !important;
    line-height: 1.8 !important;
    text-align: center !important;
    color: #333 !important;
  }

  /* الرقم الضريبي */
  .store-footer__inner .text-sm {
    font-size: 15px !important;
  }

  /* وسائط التواصل (جوال - إيميل) */
  .enhanced-contact-item span,
  .enhanced-contact-item i {
    font-size: 16px !important;
  }

 

  /* الحقوق تحت */
  .footer-bottom .text-sm,
  .footer-bottom p {
    font-size: 15px !important;
  }

  /* شعارات وسائل الدفع */
  .footer-bottom img {
    max-height: 33px !important;
  }
}




@media (max-width: 767px) {
  /* توسيط النصوص والعناوين */
  #about-1 .flex > div:first-child {
    text-align: center !important;             /* توسيط النصوص */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;            /* توسيط كل العناصر الداخلية */
  }

  /* توسيط زر "تسوق الآن" */
  #about-1 .btn {
    display: block !important;
    width: 70% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
     margin-bottom: 24px !important; /* ✅ المسافة تحت الزر */

  }
}

@media (max-width: 767px) {
  #about-1 .flex {
    flex-direction: column !important;
  }
}
/*ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــت*/

/* إخفاء بنر رقم 5 على الجوال فقط */
@media (max-width: 1023px) {
  #banners-slider--5 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  /* حماية إضافية لو السكربت رجع أولاد العنصر */
  #banners-slider--5 * {
    display: none !important;
  }
}

/* إخفاء بنر رقم 6 على الشاشات الكبيرة فقط (الويب) */
@media (min-width: 1024px) {
  #banners-slider--6 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  /* حماية إضافية لو في سكربت بيظهر عناصر داخلية */
  #banners-slider--6 * {
    display: none !important;
  }
}


/* إخفاء بنر رقم 10 على الشاشات الكبيرة فقط (الويب) */
@media (min-width: 1024px) {
  #banners-slider--10 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  /* حماية إضافية لو ظهر محتوى داخلي بالسكربت */
  #banners-slider--10 * {
    display: none !important;
  }
}




/* إخفاء بنر رقم 15 على الشاشات الكبيرة فقط (الويب) */
@media (min-width: 1024px) {
  #banners-slider--15 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  /* حماية إضافية لمحتوى داخلي */
  #banners-slider--15 * {
    display: none !important;
  }
}



/* إخفاء بنر رقم 21 على الشاشات الكبيرة فقط (الويب) */
@media (min-width: 1024px) {
  #banners-slider--21 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  /* حماية إضافية ضد ظهور محتوى داخلي */
  #banners-slider--21 * {
    display: none !important;
  }
}


/* إخفاء بنر رقم 13 على الشاشات الصغيرة فقط (الجوال) */
@media (max-width: 1023px) {
  #banners-slider--13 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  #banners-slider--13 * {
    display: none !important;
  }
}



/* إخفاء عناصر banner--fixed على الشاشات الصغيرة فقط (الجوال) */
@media (max-width: 1023px) {
  .banner--fixed {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  .banner--fixed * {
    display: none !important;
  }
}




/* إخفاء قسم البنر .banners-slider--10 على الويب */
@media (min-width: 1024px) {
  section.banners-slider--10 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* إخفاء خط الفاصل splitter-11 على الويب */
@media (min-width: 1024px) {
  section.splitter-11 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}