.logo-normal img {
    max-height: 120px !important; /* ضعف الحجم المبدئي */
    width: auto !important;
}
.logo-normal {
  width: 160px;
  height: 80px;
  object-fit: contain;
}

/* إزالة الخط السفلي السماوي للعناوين */
.section-title::after,
.block-header::after,
.section-header::after {
  background-color: transparent !important;
  border-bottom: none !important;
}

/* إزالة الخطوط العلوية أو الجانبية الزرقاء في المحتوى */
hr,
.divider,
.border-top,
.border-bottom,
.card,
.card-header {
  border-color: #0c2d31 !important; /* اللون الأساسي أو يمكن استخدام none */
  box-shadow: none !important;
}

/* إزالة التحديد السماوي حول المكونات أو الأقسام */
[class*="border-"],
[class*="highlight"],
.highlight,
.active-indicator {
  border-color: #0c2d31 !important;
  background-color: transparent !important;
}
.swiper-pagination-bullet {
  background-color: #ddcca6 !important; /* اللون الثانوي */
  opacity: 0.5 !important;
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #0c2d31 !important; /* اللون الأساسي */
  opacity: 1 !important;
}
/* زر إضافة للسلة */
salla-add-product-button button,
salla-add-product-button .s-button-element {
  background-color: #0c2d31 !important;
  color: #ddcca6 !important;
  border: 2px solid #0c2d31 !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  transition: 0.3s ease-in-out;
}

salla-add-product-button button:hover,
salla-add-product-button .s-button-element:hover {
  background-color: #ddcca6 !important;
  color: #0c2d31 !important;
  border-color: #0c2d31 !important;
}

/* أيقونة السلة داخل الزر */
salla-add-product-button i,
salla-add-product-button svg {
  color: #ddcca6 !important;
  fill: #ddcca6 !important;
}

salla-add-product-button:hover i,
salla-add-product-button:hover svg {
  color: #0c2d31 !important;
  fill: #0c2d31 !important;
}
:root {
  --color-primary: #0c2d31 !important;
  --color-primary-hover: #ddcca6 !important;
  --color-primary-contrast: #ffffff !important;
  --color-secondary: #ddcca6 !important;
  --color-secondary-hover: #0c2d31 !important;
  --color-secondary-contrast: #0c2d31 !important;
  --color-outline: #0c2d31 !important;
  --color-outline-contrast: #ddcca6 !important;
  --color-outline-hover: #ddcca6 !important;
  --color-outline-hover-contrast: #0c2d31 !important;
  --color-background: #ffffff !important;
  --color-border: #0c2d31 !important;
}

/* إعادة تعيين كل أزرار سلة الافتراضية */
button,
salla-button,
.s-button-element {
  border-radius: 8px !important;
  font-weight: bold !important;
}
/* ✅ تبويبات الجوال - غير مفعلة */
.more-info-tabs__nav-link.mobile {
  background-color: #ddcca6 !important;  /* الخلفية باللون الثانوي */
  color: #0c2d31 !important;             /* النص باللون الأساسي */
  border: 1px solid #ddcca6 !important;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}

/* ✅ التبويب عند التفعيل */
.more-info-tabs__nav-link.mobile.active {
  background-color: #0c2d31 !important;  /* الخلفية باللون الأساسي */
  color: #ddcca6 !important;             /* النص باللون الثانوي */
  border: 1px solid #0c2d31 !important;
}
.product-card__promotion {
  background: linear-gradient(90deg, #006C35, #009A44);
  color: #ffffff; /* يخلي النص أبيض ليتناسب مع الأخضر */
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
}