/* Add custom CSS styles below */ 
/* ======================== */
/* ✅ تصميم رأس المتجر */
.store-header {
  border-bottom: 1px solid #4A4A4A;
  background: #FFF;
}

/* ======================== */
/* ✅ تصميم الهيرو */
.s-block--hero-slider {
  padding-top: 20px !important;
}
.swiper-cards .swiper-slide {
  border-radius: 10px !important;
}

/* ======================== */
!" */

/* 💻 ديسكتوب - من 768px وأعلى */
@media (min-width: 768px) {
  .s-block__title {
    text-align: center;
    overflow: visible;
  }

  .s-block__title h2 {
    color: #000;
    font-size: 42px;
  }

  .s-block__title p {
    color: #8C8C8C;
    font-size: 24px;
    line-height: 40px;
  }
}


/* 📱 موبايل - أقل من 768px */
@media (max-width: 767px) {
  .s-block__title {
    text-align: center;
    overflow: visible;
  }
  
.s-block__title h2,
.s-block__title p {
  text-align: center;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  overflow: visible !important;
  text-overflow: unset !important;
  font-family: 'Almarai', sans-serif;
  display: block !important;
  max-width: 100% !important;
}

  .s-block__title h2 {
    color: #000;
    font-size: 28px;
    line-height: normal;
  }

  .s-block__title p {
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 14px auto 10px auto;
  }
}





/* ======================== */
/* ✅ الورار */

.s-block__display-all {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 13px 56px 12px 55px !important;
    border-radius: 4px !important;
    border: 1px solid #969696 !important;
    color: #000 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.s-block__display-all::after {
    display: none !important;
}

.s-block__display-all:hover {
    background-color: #FF3302 !important;
    color: #FFFFFF !important;
}

    text-decoration: none !important;
}
}

.s-angel--divider .divider-wrapper .divider-item {
  justify-content: flex-start !important;
}

.s-angel--divider .divider-title h2 {
  text-align: start !important;
}

@media (max-width: 768px) {
/* تعديل توزيع العناصر: العنوان فوق والزر تحته */
.s-angel--divider .flex.w-full.justify-between {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.75rem !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

/* تنسيق الزر */
.s-angel--divider .s-block__display-all {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  padding: 0.75rem 1rem !important;
  font-weight: bold !important;
  border-radius: 0.5rem !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: relative !important;
}

}



/* عنوان المنتجات */
@media (min-width: 768px) {
.s-block__title.angel-products-title {
  text-align: start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.s-block__title.angel-products-title .title-wrapper {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: start !important;
}


  
  
/* ========== Border حول كل الكارتات ========== */
.s-product-card-entry,
custom-salla-product-card {
  border: 1px solid #D6D6D6 !important;
  border-radius: 8px !important;
  padding: 12px !important;
}

/* ========== عنوان المنتج ========== */
.s-product-card-content-title a {
  font-style: normal !important;
  font-weight: 400 !important;
  color: #000 !important;
  line-height: 1.4 !important;
}

/* ========== السعر الحالي ========== */
.s-product-card-price {
  color: #FF3302 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

/* ========== السعر قبل الخصم ========== */
.s-product-card-price-before {
  color: #969696 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 0.8em !important;
  text-decoration: line-through !important;
}}

}




/* -----------------------------------------------
   إعدادات الفوتر (Footer)
-------------------------------------------------- */

.store-footer .footer-container .logo-footer {
    justify-content: flex-start;
}

.footer-profile p {
    text-align: right;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    line-height: 28px !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding-right: 10px;
}

.footer-social {
    justify-content: flex-start;
    padding-top: 10px !important;
}

.footer-profile {
    text-align: right;
    direction: rtl;
    padding-right: 10px;
}

.store-footer .footer-container {
    text-align: right;
    padding-right: 10px;
}

.flex-center {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 10px;
}

.store-footer h3 {
    text-align: right;
    padding-right: 10px;
}


.store-footer .footer-container .footer-list a {
    margin-right: 10px;
 }
 
 
 
 
 
/* نتأكد أن اللوجو نفسه محاذي للبداية */
.store-footer .footer-container .logo-footer {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: start !important;
  direction: rtl;
}

/* اللوجو نفسه يبدأ من الأول */
.store-footer .footer-container .logo-footer .foo {
  margin-bottom: 10px !important;
  padding: 0 !important;
  align-self: flex-start !important;
  display: block !important;
  max-width: 100%;
}


.s-quick-order-button-cont {
    background: #f3f4f6;
    border-radius: 1rem;
    padding: 1rem;
}.s-quick-order .s-quick-order-container {
    background-color: #f3f4f6 !important;
    border-radius: 1rem;
}.s-quick-order .s-quick-order-container .s-quick-order-button-cont div h3:after {
    content: ' استفسار او استشارة بخصوص الخدمة؟';
}salla-button.s-button-wrap.hydrated {
    align-content: center;
}

.header-container .language-switcher {
  margin-left: 15px;
  font-size: 14px;
  cursor: pointer;
}

.header-lang-btn span {
  position: relative;
  top: -5px;
}.header-lang-btn { cursor: pointer; pointer-events: auto; }
.header-lang-btn span { position: relative; top: -3px; } /* رفع كلمة اللغة */

i.sicon-whatsapp2.text-3xl.text-white {
    line-height: 1.6;
}