/* Add custom CSS styles below */ 
:root {
  --color-primary: #fff; /* اللون الجديد اللي تحبه */
}

.s-button-primary{
color: #fff;
  background-color: #ec7020;
}

.s-block--tabs .quicklinks-item.is-active {
  color: #ec7020;
}
.main-menu-item .in-short-menuli{color: #fff;}

.salla-offcanvas {
background-color: :#fff !important;
}

.text-primary{
  color: #000;
}

.product-entry__title a:hover {
    color: #ec7020 !important;
}


.container.without-apps-footer.flex.flex-col.items-center.gap-6.text-center {
    flex-direction: row;
}

html.dark #app .breadcrumbs .text-primary {
    color: #fff !important;
}
.dark #product-details-tab * {
    color: #fff !important;
}

.dark #product-details-tab a {
    color: #1a73e8 !important;
}




/* =====================================================
   كود CSS - يُضاف في: المتجر > التصميم > CSS مخصص
 ===================================================== */


 
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;700;900&display=swap');
 
.store-footer-wrap {
  display: none !important;
}
 
#custom-jabir-footer {
  background-color: #F97316 !important;
  color: #fff !important;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  direction: rtl !important;
  width: 100% !important;
  display: block !important;
  padding: 60px 0 0 0 !important;
  margin: 0 !important;
}
 
#custom-jabir-footer * {
  box-sizing: border-box !important;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
 
#custom-jabir-footer .jf-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 50px;
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 1.2fr 1.2fr 1fr;
  gap: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
 
/* عمود اللوجو المنفصل */
#custom-jabir-footer .jf-col-logo {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding-top: 4px !important;
}
 
#custom-jabir-footer .jf-col-logo img {
  height: 56px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}
 
/* عنوان الأعمدة */
#custom-jabir-footer .jf-col h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 16px 0 !important;
  display: block !important;
  width: 100% !important;
}
 
/* العمود الأول: بيانات الشركة */
#custom-jabir-footer .jf-col p {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2 !important;
  opacity: 0.92 !important;
  color: #fff !important;
  margin: 0 0 4px 0 !important;
}
 
/* الروابط */
#custom-jabir-footer .jf-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 
#custom-jabir-footer .jf-col ul li {
  margin-bottom: 13px !important;
}
 
#custom-jabir-footer .jf-col ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  opacity: 0.88 !important;
  transition: opacity 0.2s !important;
}
 
#custom-jabir-footer .jf-col ul li a:hover {
  opacity: 1 !important;
}
 
/* رقم التليفون */
#custom-jabir-footer .jf-phone {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 6px !important;
  direction: ltr !important;
  justify-content: flex-end !important;
}
 
#custom-jabir-footer .jf-phone a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  direction: ltr !important;
}
 
#custom-jabir-footer .jf-phone svg {
  width: 18px !important;
  height: 18px !important;
  fill: #fff !important;
  flex-shrink: 0 !important;
}
 
/* سوشيال */
#custom-jabir-footer .jf-social-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 24px 0 14px 0 !important;
  display: block !important;
}
 
#custom-jabir-footer .jf-social {
  display: flex !important;
  gap: 10px !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
}
 
#custom-jabir-footer .jf-social a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255,255,255,0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}
 
#custom-jabir-footer .jf-social a:hover {
  background: rgba(255,255,255,0.2) !important;
}
 
#custom-jabir-footer .jf-social a svg {
  width: 16px !important;
  height: 16px !important;
  fill: #fff !important;
}
 
/* منصة الأعمال */
#custom-jabir-footer .jf-sbc {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  color: #fff !important;
  direction: rtl !important;
  margin-top: 6px !important;
}
 
#custom-jabir-footer .jf-sbc img {
  width: 100px !important;
  height: 150px !important;
  border-radius: 6px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}
 
#custom-jabir-footer .jf-sbc-text p {
  font-size: 12px !important;
  opacity: 0.75 !important;
  margin: 0 0 3px 0 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
 
#custom-jabir-footer .jf-sbc-text b {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  display: block !important;
}
 
/* البوتم */
#custom-jabir-footer .jf-bottom {
  background: rgba(0,0,0,0.13) !important;
  padding: 18px 40px !important;
}
 
#custom-jabir-footer .jf-bottom-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
 
#custom-jabir-footer .jf-copy {
  font-size: 16px !important;
  color: #fff !important;
  opacity: 0.85 !important;
  font-weight: 500 !important;
}
 
#custom-jabir-footer .jf-copy a {
  color: #fff !important;
  text-decoration: none !important;
}
 
#custom-jabir-footer .jf-payments {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 
#custom-jabir-footer .jf-payments li {
  width: 54px !important;
  height: 36px !important;
  background: #fff !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px 6px !important;
}
 
#custom-jabir-footer .jf-payments li img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
 
@media (max-width: 900px) {
  #custom-jabir-footer .jf-inner {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    padding: 0 24px 40px !important;
  }
  #custom-jabir-footer .jf-col-logo {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
  }
}
 
@media (max-width: 520px) {
  #custom-jabir-footer .jf-inner {
    grid-template-columns: 1fr !important;
  }
  #custom-jabir-footer .jf-bottom-inner {
    flex-direction: column !important;
    text-align: center !important;
  }
  #custom-jabir-footer .jf-bottom {
    padding: 18px 24px !important;
  }
}


html.dark #custom-jabir-footer {
  background-color: #000000 !important;
}
 
html.dark #custom-jabir-footer .jf-bottom {
  background: rgba(255,255,255,0.07) !important;
}



html.dark #main-nav {
  transition: background-color 0.3s ease !important;
}





-----------------------
/* خلفية القايمة سودا في الدارك مود فقط */
html.dark #storemenu-panel {
    background-color: #000000 ;
}

html.dark #storemenu-panel .side-panel__content,
html.dark #storemenu-panel .side-panel__top,
html.dark #storemenu-panel .side-panel__bottom {
    background-color: #000000 ;
}
.dark {
    --color-mainnav-bg: #000;
}

.dark * {
    transition: none !important;
}

.dark .text-primary {
    color: #fff;
}