salla-installment {
  display: none !important;
}
/* ─── بوكس التقسيط ─────────────────────────────────────────────── */
.my-installment-box {
  box-sizing: border-box;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 16px;
  background: #fff;
  margin: 0 0 10px;
  text-align: center;
}
.inst-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-align: center;
  margin-bottom: 6px;
}
.inst-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.inst-or {
  font-size: 12px;
  color: #9ca3af;
}
.inst-logo-tabby {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.inst-logo-tamara {
  height: 40px;
  width: auto;
  object-fit: contain;
}
/* ─── بوكسات الميزات ────────────────────────────────────────────── */
.my-feature-boxes {
  display: flex;
  gap: 10px;
  margin: 6px 0 12px;
}
.my-feature-box {
  box-sizing: border-box;
  flex: 1;
  min-width: 80px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.feat-icon {
  font-size: 22px;
  line-height: 1;
}
.feat-umf-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.feat-title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.feat-sub {
  font-size: 11px;
  font-weight: 600;
  color: #111827;
}
/* ─── Responsive ────────────────────────────────────────────────── */
@media (max-width: 360px) {
  .my-feature-boxes {
    flex-direction: column;
  }
}
.product-single .s-fulfillment-methods-list,
salla-product-details .s-fulfillment-methods-list {
  display: none !important;
}
/* ─── بادجات السجل التجاري والرقم الضريبي في الـ Footer ──────────── */
.my-legal-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.my-legal-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.my-legal-badge img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 6px;
}
.my-legal-badge-text {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.my-legal-badge-label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 2px;
}
.my-legal-badge-value {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}
/* ─── إخفاء الرقم الضريبي القديم ────────────────────────────────── */
.footer-badges .flex.space-x-2 {
  display: none !important;
}
/* ─── إخفاء salla-social الأصلي واستبداله ───────────────────────── */
salla-social.rounded_contacts {
  display: none !important;
}
.my-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.my-social-row a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  transition: opacity 0.2s;
}
.my-social-row a:hover img {
  opacity: 0.8;
}