/* Add custom CSS styles below */ 
/* بداية الكود: شاشة بداية سريعة لمتجر سلة باستخدام شعار المتجر */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    url("https://cdn.files.salla.network/theme/1301595845/2c5aad7e-be26-4188-be18-3aaf3a1a4157.png") center center / 150px auto no-repeat,
    linear-gradient(135deg, #093066 0%, #0E4B97 55%, #073D85 100%);
  animation: zoneSplashHide 1.4s ease forwards;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  left: 50%;
  top: calc(50% + 95px);
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  z-index: 1000000;
  border-radius: 50px;
  background: linear-gradient(90deg, transparent, #F39A22, transparent);
  animation: zoneSplashLine 1.1s ease-in-out forwards;
  pointer-events: none;
}

@keyframes zoneSplashHide {
  0% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }

  65% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    filter: blur(8px);
  }
}

@keyframes zoneSplashLine {
  0% {
    opacity: 0;
    width: 0;
  }

  35% {
    opacity: 1;
    width: 90px;
  }

  100% {
    opacity: 0;
    width: 140px;
  }
}

/* تحسين حجم الشعار في الجوال */
@media (max-width: 768px) {
  body::before {
    background:
      url("https://cdn.files.salla.network/theme/1301595845/2c5aad7e-be26-4188-be18-3aaf3a1a4157.png") center center / 120px auto no-repeat,
      linear-gradient(135deg, #093066 0%, #0E4B97 55%, #073D85 100%);
  }
}

/* نهاية الكود *//* بداية الكود: شاشة بداية سريعة لمتجر سلة باستخدام شعار المتجر */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    url("https://cdn.files.salla.network/theme/1301595845/2c5aad7e-be26-4188-be18-3aaf3a1a4157.png") center center / 150px auto no-repeat,
    linear-gradient(135deg, #093066 0%, #0E4B97 55%, #073D85 100%);
  animation: zoneSplashHide 1.4s ease forwards;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  left: 50%;
  top: calc(50% + 95px);
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  z-index: 1000000;
  border-radius: 50px;
  background: linear-gradient(90deg, transparent, #F39A22, transparent);
  animation: zoneSplashLine 1.1s ease-in-out forwards;
  pointer-events: none;
}

@keyframes zoneSplashHide {
  0% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }

  65% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    filter: blur(8px);
  }
}

@keyframes zoneSplashLine {
  0% {
    opacity: 0;
    width: 0;
  }

  35% {
    opacity: 1;
    width: 90px;
  }

  100% {
    opacity: 0;
    width: 140px;
  }
}

/* تحسين حجم الشعار في الجوال */
@media (max-width: 768px) {
  body::before {
    background:
      url("https://cdn.files.salla.network/theme/1301595845/2c5aad7e-be26-4188-be18-3aaf3a1a4157.png") center center / 120px auto no-repeat,
      linear-gradient(135deg, #093066 0%, #0E4B97 55%, #073D85 100%);
  }
}

/* نهاية الكود */

/* بداية الكود: تنسيق هيدر ZONE بأسلوب نظيف بدون أي إضافات أو إظهار عناصر مخفية */

/* الهيدر */
#mainnav {
  height: 80px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(9, 48, 102, 0.08) !important;
  box-shadow: 0 8px 24px rgba(9, 48, 102, 0.05) !important;
  z-index: 999 !important;
}

#mainnav .inner {
  background: transparent !important;
}

#mainnav .container {
  max-width: 1280px !important;
}

#mainnav .flex.items-stretch.justify-between.relative {
  min-height: 80px !important;
  align-items: center !important;
}

/* الشعار */
#mainnav .navbar-brand img.logo-normal {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
}

/* روابط القائمة الكبيرة فقط */
@media (min-width: 1024px) {
  #mainnav .main-menu > li.root-level > a {
    color: #093066 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 9px 10px !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: color .25s ease !important;
  }

  #mainnav .main-menu > li.root-level > a:hover {
    color: #F39A22 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #mainnav .main-menu > li.root-level > a.brands-link {
    color: #0E4B97 !important;
  }

  #mainnav .main-menu > li.root-level > a.brands-link:hover {
    color: #F39A22 !important;
  }

  /* لا تظهر أيقونة القائمة في الشاشات الكبيرة */
  #mainnav .mburger {
    display: none !important;
  }
}

/* أزرار البحث والحساب والسلة */
#mainnav button[aria-label="Search"],
#mainnav button[aria-label="Login"],
#mainnav .s-cart-summary-wrapper {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #093066 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: all .25s ease !important;
}

#mainnav button[aria-label="Search"]:hover,
#mainnav button[aria-label="Login"]:hover,
#mainnav .s-cart-summary-wrapper:hover {
  background: rgba(14, 75, 151, 0.08) !important;
  color: #0E4B97 !important;
}

/* الأيقونات */
#mainnav .header-btn__icon,
#mainnav .sicon-search,
#mainnav .sicon-user,
#mainnav .sicon-cart {
  color: inherit !important;
  font-size: 21px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* كلمة القائمة مخفية فقط */
#mainnav .menu-label {
  display: none !important;
}

/* السلة */
#mainnav salla-cart-summary {
  margin-inline-start: 6px !important;
}

#mainnav .s-cart-summary-content {
  display: none !important;
}

#mainnav .s-cart-summary-count {
  background: #F39A22 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

/* القائمة الجانبية للجوال فقط */
#mobile-menu {
  background: #ffffff !important;
}

#mobile-menu .main-menu li a {
  color: #093066 !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  margin: 4px 8px !important;
}

#mobile-menu .main-menu li a:hover {
  background: rgba(14, 75, 151, 0.08) !important;
  color: #0E4B97 !important;
}

/* الجوال */
@media (max-width: 1023px) {
  #mainnav {
    height: 72px !important;
  }

  #mainnav .flex.items-stretch.justify-between.relative {
    min-height: 72px !important;
  }

  #mainnav .navbar-brand img.logo-normal {
    width: 58px !important;
    height: 58px !important;
  }

  #mainnav .mburger {
    display: flex !important;
    color: #093066 !important;
  }

  #mainnav .mburger .sicon-menu {
    font-size: 24px !important;
  }

  #mainnav button[aria-label="Search"],
  #mainnav button[aria-label="Login"],
  #mainnav .s-cart-summary-wrapper {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: هيدر معلق ومنفصل عن الموقع */

#mainnav {
  position: sticky !important;
  top: 12px !important;
  z-index: 999 !important;

  width: calc(100% - 40px) !important;
  max-width: 1320px !important;

  margin: 0 auto !important;

  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(14px);

  border: 1px solid rgba(9,48,102,.08) !important;

  border-radius: 22px !important;

  box-shadow:
    0 10px 30px rgba(9,48,102,.08),
    0 2px 10px rgba(9,48,102,.04) !important;
}

/* إزالة أي خلفية زائدة */

#mainnav .inner {
  background: transparent !important;
}

/* جعل العناصر في المنتصف */

#mainnav .flex.items-stretch.justify-between.relative {
  min-height: 78px !important;
  align-items: center !important;
}

/* تحسين الشعار قليلاً */

#mainnav .navbar-brand img.logo-normal {
  transition: .3s ease !important;
}

#mainnav .navbar-brand:hover img.logo-normal {
  transform: scale(1.04);
}

/* الجوال */

@media (max-width: 1023px) {

  #mainnav {
    top: 8px !important;

    width: calc(100% - 16px) !important;

    border-radius: 18px !important;
  }
}

/* نهاية الكود */
  /* بداية الكود: هيدر ZONE معلق ومنحني وثابت بدون شفافية */

#mainnav {
  position: fixed !important;
  top: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  width: calc(100% - 30px) !important;
  max-width: 1320px !important;

  background: #ffffff !important;
  border: 1px solid rgba(9, 48, 102, 0.08) !important;
  border-radius: 26px !important;

  box-shadow:
    0 12px 32px rgba(9, 48, 102, 0.10),
    0 3px 12px rgba(9, 48, 102, 0.05) !important;

  overflow: hidden !important;
  z-index: 9999 !important;
}

#mainnav .inner,
#mainnav .container {
  background: #ffffff !important;
}

#mainnav .flex.items-stretch.justify-between.relative {
  min-height: 78px !important;
  align-items: center !important;
}

#mainnav .navbar-brand img.logo-normal {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
}

#mainnav .main-menu > li.root-level > a {
  color: #093066 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 9px 10px !important;
  transition: .25s ease;
}

#mainnav .main-menu > li.root-level > a:hover,
#mainnav .main-menu > li.root-level > a.brands-link:hover {
  color: #F39A22 !important;
}

#mainnav .main-menu > li.root-level > a.brands-link {
  color: #0E4B97 !important;
}

#mainnav button[aria-label="Search"],
#mainnav button[aria-label="Login"],
#mainnav .s-cart-summary-wrapper {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #093066 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: .25s ease;
}

#mainnav button[aria-label="Search"]:hover,
#mainnav button[aria-label="Login"]:hover,
#mainnav .s-cart-summary-wrapper:hover {
  background: rgba(14, 75, 151, 0.08) !important;
  color: #0E4B97 !important;
}

#mainnav .header-btn__icon,
#mainnav .sicon-search,
#mainnav .sicon-user,
#mainnav .sicon-cart {
  font-size: 21px !important;
  color: inherit !important;
  line-height: 1 !important;
}

#mainnav .menu-label {
  display: none !important;
}

@media (min-width: 1024px) {
  #mainnav .mburger {
    display: none !important;
  }
}

#mainnav .s-cart-summary-count {
  background: #F39A22 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

#mainnav .s-cart-summary-content {
  display: none !important;
}

body {
  padding-top: 105px !important;
}

@media (max-width: 1023px) {
  #mainnav {
    top: 8px !important;
    width: calc(100% - 16px) !important;
    border-radius: 22px !important;
  }

  #mainnav .flex.items-stretch.justify-between.relative {
    min-height: 70px !important;
  }

  #mainnav .navbar-brand img.logo-normal {
    width: 58px !important;
    height: 58px !important;
  }

  #mainnav .mburger {
    display: flex !important;
    color: #093066 !important;
  }

  #mainnav .mburger .sicon-menu {
    font-size: 24px !important;
  }

  body {
    padding-top: 90px !important;
  }
}

/* نهاية الكود */

/* بداية الكود: إضافة نبض احترافي لأيقونة الواتساب */

.wa-s-n {
    animation: whatsappPulse 1.8s infinite;
    transform-origin: center;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* نهاية الكود */
/* بداية الكود: تصميم فاخر ومختلف لقسم مزايا المتجر */

.s-block--enhanced-features__item {
  background: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 24px 20px !important;
  text-align: center !important;
  box-shadow: 0 4px 18px rgba(9, 48, 102, 0.06) !important;
  transition: all .35s ease !important;
  overflow: hidden;
  position: relative;
}

.s-block--enhanced-features__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #093066,
    #0E4B97,
    #F39A22
  );
}

.s-block--enhanced-features__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(9, 48, 102, 0.12) !important;
}

.s-block--enhanced-features__item .feature-icon {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 14px !important;
}

.s-block--enhanced-features__item .feature-icon i {
  font-size: 42px !important;
  background: linear-gradient(
    135deg,
    #093066,
    #0E4B97
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-block--enhanced-features__item h2 {
  color: #093066 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

.s-block--enhanced-features__item p {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* إلغاء حدود سيليا المتحركة */
.s-block--enhanced-features__item > .absolute {
  display: none !important;
}

/* الجوال */
@media (max-width:768px) {

  .s-block--enhanced-features__item {
    padding: 20px 14px !important;
  }

  .s-block--enhanced-features__item .feature-icon i {
    font-size: 34px !important;
  }

  .s-block--enhanced-features__item h2 {
    font-size: 15px !important;
  }

  .s-block--enhanced-features__item p {
    font-size: 12px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تصميم آراء العملاء بأسلوب الهوية الثانية لمتجر ZONE */

.review > div {
  background: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 24px 20px !important;
  box-shadow: 0 4px 18px rgba(9, 48, 102, 0.06) !important;
  transition: all .35s ease !important;
  overflow: hidden;
  position: relative;
}

.review > div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #093066,
    #0E4B97,
    #F39A22
  );
}

.review > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(9, 48, 102, 0.12) !important;
}

.review p {
  color: #093066 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  font-weight: 600 !important;
}

.review img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 6px 16px rgba(9, 48, 102, 0.15);
}

.review h4 {
  color: #093066 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.review .comment__rating i {
  color: #F39A22 !important;
  font-size: 14px !important;
}

/* علامة الاقتباس */
.review .sicon-quote {
  font-size: 42px !important;
  background: linear-gradient(
    135deg,
    #093066,
    #0E4B97
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .12 !important;
}

/* إبراز البطاقة النشطة */
.review.swiper-slide-active > div {
  box-shadow: 0 20px 45px rgba(9, 48, 102, 0.16) !important;
}

/* الجوال */
@media (max-width:768px) {

  .review > div {
    padding: 20px 16px !important;
  }

  .review p {
    font-size: 14px !important;
  }

  .review img {
    width: 50px !important;
    height: 50px !important;
  }

  .review h4 {
    font-size: 15px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق الأسئلة الشائعة بنفس الأسلوب الثاني المعتمد لهوية ZONE */

.single-faq {
  background: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 0 !important;
  box-shadow: 0 4px 18px rgba(9, 48, 102, 0.06) !important;
  transition: all .35s ease !important;
  overflow: hidden;
  position: relative;
}

.single-faq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #093066,
    #0E4B97,
    #F39A22
  );
}

.single-faq:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(9, 48, 102, 0.12) !important;
}

.single-faq .faq-btn {
  padding: 20px 22px !important;
}

.single-faq .faq-btn p {
  color: #093066 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
}

.single-faq .faq-btn i {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: linear-gradient(
    135deg,
    #093066,
    #0E4B97
  ) !important;

  color: #fff !important;
  border-radius: 50% !important;
  font-size: 16px !important;
  transition: all .3s ease;
}

.single-faq:hover .faq-btn i {
  transform: rotate(180deg);
}

.single-faq .faq-content {
  padding: 0 22px 18px !important;
}

.single-faq .faq-content p {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  margin: 0 !important;
}

/* الجوال */

@media (max-width:768px) {

  .single-faq .faq-btn {
    padding: 16px 18px !important;
  }

  .single-faq .faq-btn p {
    font-size: 14px !important;
  }

  .single-faq .faq-content {
    padding: 0 18px 16px !important;
  }

  .single-faq .faq-content p {
    font-size: 13px !important;
  }

  .single-faq .faq-btn i {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 14px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق فوتر متجر ZONE بهوية شركات الأجهزة المنزلية والتكييف */

.store-footer {
  position: relative !important;
  background: linear-gradient(135deg, #093066 0%, #0E4B97 55%, #073D85 100%) !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

.store-footer__curve {
  color: #093066 !important;
}

.store-footer__inner {
  background: transparent !important;
  padding-top: 55px !important;
  padding-bottom: 35px !important;
}

.store-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(243, 154, 34, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.10), transparent 25%);
  pointer-events: none;
}

.store-footer h3 {
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  position: relative;
  display: inline-block;
}

.store-footer h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  border-radius: 50px;
  background: #F39A22;
  margin: 10px auto 0;
}

.store-footer .footer-list a {
  color: #DFE0E3 !important;
  font-size: 14px !important;
  transition: all .25s ease;
}

.store-footer .footer-list a:hover {
  color: #F39A22 !important;
}

.store-footer img.img-fluid {
  height: 78px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18));
}

.store-footer .footer-description,
.store-footer .footer-description p,
.store-footer .footer-description .ql-align-right {
  color: #DFE0E3 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  text-align: center !important;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.store-footer .footer-description p:first-child,
.store-footer .footer-description .ql-align-right:first-child {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.store-footer .footer-badges {
  margin-top: 18px !important;
}

.store-footer salla-trust-badges,
.store-footer .s-trust-badges-wrapper {
  background: rgba(255, 255, 255, .10) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 16px !important;
  padding: 10px 14px !important;
  backdrop-filter: blur(8px);
}

.store-footer .s-trust-badges-label {
  color: #DFE0E3 !important;
}

.store-footer .s-trust-badges-number {
  color: #ffffff !important;
}

.store-footer__contacts-row {
  background: rgba(255, 255, 255, .06) !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  padding: 18px 10px !important;
  position: relative;
  z-index: 1;
}

.store-footer__contacts-row a {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.store-footer__contacts-row .contact-icon {
  background: #F39A22 !important;
  border-color: #F39A22 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
}

.footer-bottom {
  background: rgba(5, 34, 78, .45) !important;
  position: relative;
  z-index: 1;
}

.footer-bottom .footer-rights,
.footer-bottom .footer-rights p,
.footer-bottom .footer-rights a {
  color: #DFE0E3 !important;
  font-size: 13px !important;
}

.footer-bottom .footer-rights a:hover {
  color: #F39A22 !important;
}

.store-footer .s-payments-list {
  gap: 8px !important;
}

.store-footer .s-payments-list-item {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 5px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
}

/* الجوال */

@media (max-width: 768px) {
  .store-footer__inner {
    padding-top: 42px !important;
  }

  .store-footer img.img-fluid {
    height: 66px !important;
  }

  .store-footer h3 {
    font-size: 17px !important;
  }

  .store-footer .footer-description,
  .store-footer .footer-description p {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  .footer-bottom .container {
    gap: 14px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق شريط العروض المتحرك بهوية ZONE */

.animated-text {
  background: linear-gradient(
    90deg,
    #093066 0%,
    #0E4B97 50%,
    #073D85 100%
  ) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 18px rgba(9, 48, 102, 0.16);
}

.animated-text__inner {
  padding: 10px 0 !important;
}

.animated-text ul li a {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.animated-text ul li a::before {
  content: "⚡";
  color: #F39A22;
  margin-inline-end: 8px;
}

.animated-text ul li a::after {
  content: "•";
  color: #F39A22;
  margin-inline-start: 18px;
}

/* الجوال */
@media (max-width: 768px) {
  .animated-text__inner {
    padding: 8px 0 !important;
  }

  .animated-text ul li a {
    font-size: 13px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق عناوين الأقسام     */

.home-block-title {
    text-align: center;
    margin-bottom: 40px !important;
}

.home-block-title h2 {
    color: #093066 !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.8px;
    margin-bottom: 14px !important;
    position: relative;
}

/* خط احترافي أسفل العنوان */
.home-block-title .enhanced-title-border,
.home-block-title .home-block-line {
    display: block !important;
    width: 70px !important;
    height: 4px !important;
    margin: 0 auto !important;
    border-radius: 50px !important;
    background: #F39A22 !important;
}

/* الجوال */
@media (max-width: 768px) {

    .home-block-title {
        margin-bottom: 28px !important;
    }

    .home-block-title h2 {
        font-size: 26px !important;
    }

    .home-block-title .enhanced-title-border,
    .home-block-title .home-block-line {
        width: 55px !important;
        height: 3px !important;
    }
}

/* نهاية الكود */
/* بداية الكود: بطاقات منتجات ZONE - نسخة هادئة واحترافية */

.product-card {
  background: #fff !important;
  border: 1px solid rgba(9, 48, 102, 0.08) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  transition: all .3s ease !important;
  box-shadow: 0 3px 12px rgba(9, 48, 102, 0.05) !important;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(9, 48, 102, 0.10) !important;
  border-color: rgba(14, 75, 151, 0.15) !important;
}

/* شريط الهوية */

.product-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(
    90deg,
    #093066,
    #0E4B97,
    #F39A22
  );
}

/* الصورة */

.product-card__image {
  background: #fafcff !important;
  padding: 14px !important;
}

.product-card__image img {
  object-fit: contain !important;
  transition: .35s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.03);
}

/* اسم المنتج */

.product-card__title {
  margin-top: 6px !important;
}

.product-card__title a {
  color: #093066 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

/* السعر */

.product-card__price {
  margin-top: 8px !important;
}

.product-card__price .total-price {
  color: #093066 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.product-card__price .before-price {
  font-size: 13px !important;
  color: #9ca3af !important;
}

/* زر السلة */

.product-card__addToCart button,
.product-card__enhanced-mini-cart button {
  background: #093066 !important;
  border: none !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 42px !important;
  transition: .3s ease;
}

.product-card__addToCart button:hover,
.product-card__enhanced-mini-cart button:hover {
  background: #0E4B97 !important;
}

/* أزرار المفضلة والعرض السريع */

.product-card__actions button,
.product-card__buttons button {
  background: #fff !important;
  border: 1px solid rgba(9,48,102,.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(9,48,102,.06);
}

.product-card__actions button i,
.product-card__buttons button i {
  color: #093066 !important;
}

.product-card__actions button:hover,
.product-card__buttons button:hover {
  border-color: #F39A22 !important;
}

.product-card__actions button:hover i,
.product-card__buttons button:hover i {
  color: #F39A22 !important;
}

/* الجوال */

@media (max-width: 768px) {

  .product-card {
    border-radius: 16px !important;
  }

  .product-card__image {
    padding: 10px !important;
  }

  .product-card__title a {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .product-card__price .total-price {
    font-size: 16px !important;
  }

  .product-card__addToCart button,
  .product-card__enhanced-mini-cart button {
    height: 40px !important;
    font-size: 13px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق إشعار إضافة المنتج للسلة بهوية ZONE */

.s-add-product-toast {
  background: #ffffff !important;
  border: 1px solid rgba(9, 48, 102, 0.10) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 45px rgba(9, 48, 102, 0.16) !important;
  overflow: hidden !important;
  direction: rtl !important;
}

.s-add-product-toast__progress {
  background: rgba(9, 48, 102, 0.08) !important;
  height: 4px !important;
}

.s-add-product-toast__progress-bar {
  background: linear-gradient(
    90deg,
    #093066,
    #0E4B97,
    #F39A22
  ) !important;
  height: 4px !important;
}

.s-add-product-toast__header {
  padding: 16px 18px !important;
  background: #ffffff !important;
}

.s-add-product-toast__header-content {
  gap: 8px !important;
}

.s-add-product-toast__icon {
  width: 18px !important;
  height: 18px !important;
}

.s-add-product-toast__title {
  color: #093066 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.s-add-product-toast__close {
  color: #093066 !important;
  background: rgba(9, 48, 102, 0.06) !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.s-add-product-toast__divider {
  background: rgba(9, 48, 102, 0.08) !important;
}

.s-add-product-toast__body {
  padding: 16px 18px !important;
  gap: 12px !important;
}

.s-add-product-toast__image {
  background: #f7faff !important;
  border: 1px solid rgba(9, 48, 102, 0.08) !important;
  border-radius: 16px !important;
  padding: 8px !important;
  overflow: hidden !important;
}

.s-add-product-toast__image img {
  object-fit: contain !important;
}

.s-add-product-toast__name {
  color: #093066 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
}

.s-add-product-toast__options {
  color: #6b7280 !important;
  font-size: 12px !important;
  margin-top: 6px !important;
}

.s-add-product-toast__price {
  color: #093066 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.s-add-product-toast__actions {
  padding: 0 18px 18px !important;
  gap: 10px !important;
}

.s-add-product-toast__actions .s-button-solid.s-button-primary {
  background: #093066 !important;
  border-color: #093066 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

.s-add-product-toast__actions .s-button-solid.s-button-primary:hover {
  background: #0E4B97 !important;
  border-color: #0E4B97 !important;
}

.s-add-product-toast__actions .s-button-gray-outline {
  background: #ffffff !important;
  color: #093066 !important;
  border: 1px solid rgba(9, 48, 102, 0.18) !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

.s-add-product-toast__actions .s-button-gray-outline:hover {
  border-color: #F39A22 !important;
  color: #F39A22 !important;
}

/* الجوال */
@media (max-width: 768px) {
  .s-add-product-toast {
    border-radius: 18px !important;
  }

  .s-add-product-toast__title {
    font-size: 14px !important;
  }

  .s-add-product-toast__name {
    font-size: 13px !important;
  }

  .s-add-product-toast__price {
    font-size: 14px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: تنسيق الدائرة التقدمية Scroll To Top */

.progress-circle {
    filter: drop-shadow(0 6px 18px rgba(9,48,102,.18));
}

.progress-circle path {
    fill: none !important;

    stroke: #F39A22 !important;
    stroke-width: 4.5 !important;
    stroke-linecap: round !important;

    transition: stroke-dashoffset .15s linear;
}

/* خلفية الزر */

.progress-wrap {
    background: #093066 !important;
    border-radius: 50% !important;

    box-shadow:
        0 10px 25px rgba(9,48,102,.22),
        0 2px 8px rgba(9,48,102,.10) !important;

    transition: .3s ease;
}

.progress-wrap:hover {
    background: #0E4B97 !important;
    transform: translateY(-3px);
}

/* السهم */

.progress-wrap::after {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* الجوال */

@media (max-width:768px) {

    .progress-wrap {
        width: 46px !important;
        height: 46px !important;
    }

    .progress-wrap::after {
        font-size: 16px !important;
    }
}

/* نهاية الكود */
/* بداية الكود: إصلاح اختفاء القائمة المنسدلة عند تحريك الماوس بدون التأثير على القائمة الجانبية */

@media (min-width: 1024px) {

  #mainnav,
  #mainnav .inner,
  #mainnav .container,
  #mainnav .flex.items-stretch.justify-between.relative,
  #mainnav .flex.items-center,
  #mainnav .main-menu,
  #mainnav .main-menu > li {
    overflow: visible !important;
  }

  #mainnav .main-menu > li {
    position: relative !important;
  }

  /* إلغاء الفراغ الذي يسبب اختفاء القائمة */
  #mainnav .main-menu > li > .sub-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;

    width: 240px !important;
    min-width: 240px !important;

    background: #ffffff !important;
    border: 1px solid rgba(9, 48, 102, 0.10) !important;
    border-radius: 14px !important;
    padding: 8px !important;

    box-shadow: 0 14px 35px rgba(9, 48, 102, 0.14) !important;

    z-index: 9999 !important;
    overflow: visible !important;
  }

  /* منطقة وهمية تحافظ على القائمة أثناء انتقال الماوس */
  #mainnav .main-menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    width: 100%;
    height: 12px;
    background: transparent;
  }

  #mainnav .sub-menu li {
    position: relative !important;
    overflow: visible !important;
  }

  #mainnav .sub-menu li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;

    padding: 10px 12px !important;
    border-radius: 10px !important;

    color: #093066 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  #mainnav .sub-menu li > a:hover {
    background: rgba(14, 75, 151, 0.08) !important;
    color: #0E4B97 !important;
  }

  /* القوائم الفرعية داخل القائمة */
  #mainnav .sub-menu li > .sub-menu {
    position: absolute !important;
    top: 0 !important;
    right: 100% !important;
    left: auto !important;
    z-index: 10000 !important;
  }
}

/* نهاية الكود */

/* بداية الكود: تنسيق سلايدر الأقسام بدون أيقونات حسب هوية ZONE */

/* استهداف أقسام التصنيفات فقط */
.swiper-slide[id]:has(> a[href*="/c"]) {
  width: auto !important;
  min-width: fit-content !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin-inline-end: 12px !important;
  text-align: center !important;
}

/* إخفاء دائرة الأيقونة */
.swiper-slide[id]:has(> a[href*="/c"]) > a > div {
  display: none !important;
}

/* إخفاء الأيقونة */
.swiper-slide[id]:has(> a[href*="/c"]) > a i {
  display: none !important;
}

/* ضبط الرابط */
.swiper-slide[id]:has(> a[href*="/c"]) > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  width: auto !important;
}

/* تحويل اسم القسم إلى حاوية */
.swiper-slide[id]:has(> a[href*="/c"]) > a > span {
  margin: 0 !important;
  padding: 11px 20px !important;

  min-width: 145px !important;
  height: 44px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;
  color: #093066 !important;

  border: 1px solid rgba(9, 48, 102, 0.14) !important;
  border-radius: 14px !important;

  font-size: 14px !important;
  font-weight: 700 !important;

  white-space: nowrap !important;
  line-height: 1 !important;

  box-shadow: 0 4px 14px rgba(9, 48, 102, 0.07) !important;
  transition: all 0.25s ease !important;
}

/* الهوفر */
.swiper-slide[id]:has(> a[href*="/c"]) > a:hover > span {
  background: #0E4B97 !important;
  color: #ffffff !important;
  border-color: #0E4B97 !important;
}

/* الجوال */
@media (max-width: 768px) {
  .swiper-slide[id]:has(> a[href*="/c"]) {
    margin-inline-end: 8px !important;
  }

  .swiper-slide[id]:has(> a[href*="/c"]) > a > span {
    min-width: 125px !important;
    height: 40px !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    border-radius: 12px !important;
  }
}

/* نهاية الكود */
/* بداية الكود: إظهار البحث أسفل الهيدر المعلق بدون تغطيته */

.s-search-container {
  margin-top: 95px !important;
  position: relative !important;
  z-index: 9998 !important;
}

.s-search-results {
  position: relative !important;
  z-index: 9998 !important;
}

/* الجوال */
@media (max-width: 1023px) {
  .s-search-container {
    margin-top: 82px !important;
  }
}

/* نهاية الكود */

/* بداية الكود: تنسيق بطاقة التركيب المجاني */

.mb-3:has(a[href*="tag-1220644863"]) {
    margin-bottom: 16px !important;
}

a[href*="tag-1220644863"]{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    padding:14px 18px !important;

    background:linear-gradient(135deg,#EAF7EE,#F6FBF7) !important;
    border:1px solid #CFE8D5 !important;
    border-radius:16px !important;

    text-decoration:none !important;
    line-height:1.5 !important;
    box-shadow:0 4px 14px rgba(0,0,0,.05) !important;

    font-size:0 !important;
    transition:.3s ease;
}

a[href*="tag-1220644863"]::before{
    content:"شامل التركيب المجاني";
    font-size:16px;
    font-weight:800;
    color:#0E4B97;
    margin-bottom:4px;
}

a[href*="tag-1220644863"]::after{
    content:"التركيب مجاني داخل مدينة الرياض";
    font-size:13px;
    font-weight:500;
    color:#4B5563;
    text-align:center;
}

a[href*="tag-1220644863"]:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(14,75,151,.12) !important;
}

/* نهاية الكود */
/* بداية الكود: تنسيق شارة التركيب المجاني */

.product-card__subtitle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:6px 12px !important;
    margin-bottom:10px !important;

    background:linear-gradient(135deg,#FFF4E6,#FFE8CC) !important;
    border:1px solid #F39A22 !important;
    border-radius:999px !important;

    color:#F39A22 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1.4 !important;

    width:auto !important;
    max-width:max-content !important;

    box-shadow:0 3px 10px rgba(243,154,34,.15) !important;
}

/* إضافة أيقونة بسيطة */
.product-card__subtitle::before{
    content:"✓";
    margin-left:6px;
    font-weight:900;
    color:#F39A22;
}

/* نهاية الكود */


/* بداية الكود: تبديل ألوان السعر والخصم */

.price_is_on_sale .total-price{
    color:#0E4B97 !important; /* الأزرق الملكي المعتمد */
    font-weight:800 !important;
}

.price_is_on_sale .before-price{
    color:#E53935 !important; /* الأحمر للخصم */
    opacity:1 !important;
    font-weight:700 !important;
}

/* نهاية الكود */

/* بداية الكود: تنسيق مميزات المنتج حسب هوية ZONE */

.product-features-item{
    background:#ffffff !important;
    border:1px solid rgba(9,48,102,.08) !important;
    border-radius:16px !important;

    min-height:72px !important;

    transition:all .3s ease !important;
    box-shadow:0 4px 14px rgba(9,48,102,.05) !important;
}

.product-features-item:hover{
    transform:translateY(-3px);
    border-color:#0E4B97 !important;
    box-shadow:0 10px 24px rgba(9,48,102,.12) !important;
}

/* حاوية الأيقونة */
.product-features-item .feature-icon{
    width:42px;
    height:42px;
    min-width:42px;

    border-radius:12px;
    background:linear-gradient(135deg,#FFF4E6,#FFE8CC);

    display:flex;
    align-items:center;
    justify-content:center;
}

/* الأيقونات */
.product-features-item .feature-icon i{
    color:#F39A22 !important;
    font-size:18px !important;
}

/* النص */
.product-features-item .feature-text h3{
    color:#093066 !important;
    font-size:13px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
    margin:0 !important;
}

/* الجوال */
@media(max-width:768px){

    .product-features-item{
        min-height:64px !important;
        padding:10px !important;
        border-radius:14px !important;
    }

    .product-features-item .feature-icon{
        width:36px;
        height:36px;
        min-width:36px;
    }

    .product-features-item .feature-icon i{
        font-size:16px !important;
    }

    .product-features-item .feature-text h3{
        font-size:11px !important;
    }
}

/* نهاية الكود */
/* بداية الكود: ربط محتوى الهيدر مع حاوية mainnav ومنع نزول السكشن الأبيض قبل المحتوى */

#mainnav {
  position: fixed !important;
  overflow: visible !important;
}

/* جعل محتوى الهيدر جزء ثابت داخل نفس حاوية الهيدر */
#mainnav > .inner {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;

  background: #ffffff !important;
  border-radius: inherit !important;

  transform: none !important;
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;

  z-index: 2 !important;
}

/* منع تأخر المحتوى الداخلي أثناء السكرول */
#mainnav > .inner > .container,
#mainnav .flex.items-stretch.justify-between.relative {
  height: 100% !important;
  min-height: 100% !important;
  align-items: center !important;

  transform: none !important;
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

/* عند إضافة كلاس fixed-pinned من سلة لا يتحرك المحتوى بشكل منفصل */
#mainnav.fixed-pinned > .inner,
#mainnav.fixed-pinned > .inner > .container,
#mainnav.fixed-pinned .flex.items-stretch.justify-between.relative {
  transform: none !important;
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
}

/* نهاية الكود */
/* إصلاح زوايا الهيدر في الجوال */

    #mainnav,
    #mainnav .inner {
        border-radius: 22px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

/* نهاية الكود */


/* بداية الكود: تصغير اسم المنتج في بطاقات المنتجات للجوال */

@media (max-width: 768px) {

    .product-card__title,
    .product-card__title a,
    .product-card a[href*="/p"] {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

}

/* نهاية الكود */