/* Add custom CSS styles below */ 
/* Add custom CSS styles below */

/* ==========================================================
   ملف CSS المخصص الكامل لمتجر EXOPLANET
   انسخه كاملًا واستبدل به كل محتوى "CSS المخصص" في سلة

   الإصلاح المطبق: بلوك صفحة السياسة كان يستهدف body و p
   و h1 مباشرة ففرض خط Tahoma على المتجر كله. أصبح الآن
   مقيّدًا بـ .exo-policy فعاد خط قالب سلة الأصلي للمتجر.
========================================================== */

.header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0px;
  margin-right: 0;
  margin-right: initial;
}

.store-header .rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}

.store-header .rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}

/* ==========================================================
   أزرار التصنيفات الفرعية (sub-cats-slider)
========================================================== */

/* يطبق على أي سلايدر ID حقه يبدأ بـ sub-cats-slider */
salla-slider[id^="sub-cats-slider"] .swiper-slide a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 44px !important;
  padding: 0 22px !important;

  border: 1.5px solid #1f2a44 !important;
  border-radius: 6px !important;

  background: #fff !important;
  color: #1f2a44 !important;

  text-decoration: none !important;
  white-space: nowrap !important;

  transition: all .25s ease !important;
}

/* إخفاء الدائرة والأيقونة (اللي مسببة شكل الدوائر) */
salla-slider[id^="sub-cats-slider"] .swiper-slide a > div,
salla-slider[id^="sub-cats-slider"] .swiper-slide a i {
  display: none !important;
}

/* إظهار النص بشكل واضح */
salla-slider[id^="sub-cats-slider"] .swiper-slide a span {
  display: block !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: inherit !important;
}

/* Hover */
salla-slider[id^="sub-cats-slider"] .swiper-slide a:hover {
  background: #1f2a44 !important;
  color: #fff !important;
}

/* تخلي كل عنصر بعرضه الطبيعي مثل الصورة (أزرار) */
salla-slider[id^="sub-cats-slider"] .swiper-slide {
  width: auto !important;
  margin-inline: 6px !important;
}

/* توسيط أزرار التصنيفات */
salla-slider[id^="sub-cats-slider"] .swiper-wrapper {
  justify-content: center !important;
}

/* للجوال: الأقسام تنزل أكثر من صف بدل السحب */
@media (max-width: 768px) {
  salla-slider[id^="sub-cats-slider"] .swiper {
    overflow: hidden !important;
  }

  salla-slider[id^="sub-cats-slider"] .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 10px !important;
    transform: none !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  salla-slider[id^="sub-cats-slider"] .swiper-slide {
    width: calc(50% - 10px) !important;
    margin: 0 !important;
    flex: 0 0 calc(50% - 10px) !important;
  }

  salla-slider[id^="sub-cats-slider"] .swiper-slide a {
    width: 100% !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
  }

  salla-slider[id^="sub-cats-slider"] .swiper-scrollbar,
  salla-slider[id^="sub-cats-slider"] .swiper-button-next,
  salla-slider[id^="sub-cats-slider"] .swiper-button-prev {
    display: none !important;
  }
}

/* ==========================================================
   EXOPLANET - NIKE WHITE/RED (صفحة الفروع)
========================================================== */

.xp-nike {
  direction: rtl;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 14px 70px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Tahoma, Arial;
  color: #0b0f19;
}

/* Hero */
.xp-nike__hero {
  position: relative;
  border-radius: 22px;
  padding: 28px 18px 18px;
  background: #fff;
  border: 1px solid #eef0f3;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.xp-nike__hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(220, 38, 38, .10), transparent 60%),
    radial-gradient(900px 260px at 88% 0%, rgba(0, 0, 0, .05), transparent 60%);
  pointer-events: none;
}

.xp-nike__brand {
  position: relative;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #eef0f3;
  background: #fff;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: rgba(0, 0, 0, .55);
}

.xp-nike__title {
  position: relative;
  margin: 10px 0 6px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .2px;
}

.xp-nike__sub {
  position: relative;
  margin: 0 0 16px;
  color: rgba(0, 0, 0, .55);
  font-size: 14px;
  line-height: 1.9;
}

/* Search */
.xp-nike__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #e7e9ee;
  background: #fafafa;
  max-width: 560px;
}

.xp-nike__icon {
  opacity: .55;
  font-weight: 800;
}

.xp-nike__search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  color: #0b0f19;
}

/* Meta */
.xp-nike__meta {
  position: relative;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, .55);
  font-size: 13px;
}

.xp-nike__line {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: #dc2626;
}

/* Grid */
.xp-nike__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 980px) {
  .xp-nike__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xp-nike__title {
    font-size: 26px;
  }
}

@media (max-width: 620px) {
  .xp-nike__grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.xp-nike__card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: #0b0f19 !important;
  border-radius: 20px;
  padding: 18px;
  min-height: 215px;
  background: #fff;
  border: 1px solid #eef0f3;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}

.xp-nike__card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(520px 220px at 18% 0%, rgba(220, 38, 38, .10), transparent 60%);
  opacity: 0;
  transition: opacity .18s ease;
  pointer-events: none;
}

.xp-nike__card:hover {
  transform: translateY(-6px);
  border-color: rgba(220, 38, 38, .35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .10);
}

.xp-nike__card:hover:before {
  opacity: 1;
}

/* Badge */
.xp-nike__badge {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(220, 38, 38, .08);
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, .18);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Text */
.xp-nike__name {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 8px;
}

.xp-nike__addr {
  color: rgba(0, 0, 0, .55);
  font-size: 14px;
  line-height: 1.9;
}

/* CTA */
.xp-nike__cta {
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 14px;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(0, 0, 0, .10);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.xp-nike__card:hover .xp-nike__cta {
  background: #dc2626;
}

/* Empty state */
.xp-nike__empty {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px dashed #e7e9ee;
  background: #fff;
  color: rgba(0, 0, 0, .55);
  text-align: center;
}

/* ==========================================================
   EXOPLANET - Complaints Form (Nike White/Red)
========================================================== */

.xp-nike-form {
  direction: rtl;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 70px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Tahoma, Arial;
  color: #0b0f19;
}

.xp-nike-form__hero {
  border-radius: 22px;
  padding: 26px 18px 18px;
  background: #fff;
  border: 1px solid #eef0f3;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .08);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.xp-nike-form__hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 260px at 15% 0%, rgba(220, 38, 38, .10), transparent 60%),
    radial-gradient(900px 260px at 85% 0%, rgba(0, 0, 0, .05), transparent 60%);
  pointer-events: none;
}

.xp-nike-form__brand {
  position: relative;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #eef0f3;
  background: #fff;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: rgba(0, 0, 0, .55);
}

.xp-nike-form__title {
  position: relative;
  margin: 10px 0 6px;
  font-size: 32px;
  font-weight: 900;
}

.xp-nike-form__sub {
  position: relative;
  margin: 0;
  color: rgba(0, 0, 0, .55);
  font-size: 14px;
  line-height: 1.9;
}

.xp-nike-form__card {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
}

.xp-nike-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 720px) {
  .xp-nike-form__grid {
    grid-template-columns: 1fr;
  }

  .xp-nike-form__title {
    font-size: 26px;
  }
}

.xp-field label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, .75);
}

.xp-field label span {
  color: #dc2626;
}

.xp-field input,
.xp-field select,
.xp-field textarea {
  width: 100%;
  border: 1px solid #e7e9ee;
  border-radius: 14px;
  padding: 12px 12px;
  background: #fafafa;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
  color: #111827;
}

.xp-field textarea {
  resize: vertical;
  min-height: 160px;
}

.xp-field input:focus,
.xp-field select:focus,
.xp-field textarea:focus {
  border-color: rgba(220, 38, 38, .45);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(220, 38, 38, .10);
}

.xp-full {
  grid-column: 1 / -1;
}

/* ===== Premium KSA Mobile ===== */
.xp-phone {
  display: flex;
  align-items: center;
  border: 1px solid #e7e9ee;
  border-radius: 14px;
  background: #fafafa;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.xp-phone__code {
  padding: 12px 14px;
  background: #f3f4f6;
  border-left: 1px solid #e7e9ee;
  font-weight: 800;
  color: #111827;
  font-size: 14px;
  white-space: nowrap;
}

.xp-phone input {
  flex: 1;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  padding: 12px 12px;
  font-size: 14px;
  color: #111827 !important;
}

.xp-phone:focus-within {
  border-color: rgba(220, 38, 38, .45);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(220, 38, 38, .10);
}

.xp-phone.is-invalid {
  border-color: #dc2626 !important;
  background: rgba(220, 38, 38, .05);
  box-shadow: 0 0 0 5px rgba(220, 38, 38, .10);
}

.xp-error {
  margin-top: 6px;
  font-size: 12px;
  color: #dc2626;
  min-height: 16px;
}

/* ===== Actions ===== */
.xp-actions {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

button.xp-btn {
  width: 100%;
  max-width: 420px;
  border: 0;
  border-radius: 14px;
  padding: 13px 14px;
  background: #dc2626;
  color: #fff !important;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, opacity .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

button.xp-btn,
button.xp-btn * {
  color: #fff !important;
}

button.xp-btn:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}

button.xp-btn[disabled] {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.xp-btn__spinner {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  display: none;
  animation: xpSpin .7s linear infinite;
}

@keyframes xpSpin {
  to {
    transform: rotate(360deg);
  }
}

.xp-note {
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  text-align: center;
}

/* ===== Alert (Success / Error) ===== */
.xp-alert {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #eef0f3;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.xp-alert.success {
  background: linear-gradient(90deg, rgba(34, 197, 94, .08), rgba(34, 197, 94, .03));
  border: 1px solid #22c55e;
  color: #166534;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(34, 197, 94, .15);
}

.xp-alert.error {
  background: linear-gradient(90deg, rgba(220, 38, 38, .08), rgba(220, 38, 38, .03));
  border: 1px solid #dc2626;
  color: #7f1d1d;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(220, 38, 38, .15);
}

/* ==========================================================
   سياسة الاسترجاع (صفحة exo-return-page)
========================================================== */

.exo-return-page {
  direction: rtl;
  color: #1f2937;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 14px 40px;
  line-height: 1.95;
}

.exo-return-page * {
  box-sizing: border-box;
}

.exo-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #6f0f1d 0%, #9f1d2f 55%, #c92a3f 100%);
  color: #fff;
  border-radius: 26px;
  padding: 28px 22px;
  margin-bottom: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.exo-hero::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -60px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.exo-hero::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.exo-hero__content,
.exo-hero__stats {
  position: relative;
  z-index: 2;
}

.exo-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 14px;
}

.exo-hero__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.35;
  color: #fff;
}

.exo-hero__text {
  margin: 0;
  font-size: 16px;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.96);
}

.exo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.exo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.exo-btn--primary {
  background: #ffffff;
  color: #8f1628;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.exo-btn--primary:hover {
  transform: translateY(-2px);
  background: #fff4f6;
}

.exo-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.exo-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.exo-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.exo-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 15px;
  backdrop-filter: blur(4px);
}

.exo-stat strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.exo-stat span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}

.exo-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.exo-quick-nav a {
  text-decoration: none;
  color: #8f1628;
  background: #fff;
  border: 1px solid #ecd7dc;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s ease;
}

.exo-quick-nav a:hover,
.exo-quick-nav a.is-active {
  background: #8f1628;
  color: #fff;
  border-color: #8f1628;
}

.exo-card {
  background: #fff;
  border: 1px solid #e9e7ea;
  border-radius: 22px;
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.exo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.exo-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.5;
  color: #8f1628;
}

.exo-section-title span {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f9e4e8;
  color: #8f1628;
  font-size: 15px;
  font-weight: 700;
}

.exo-return-page p {
  margin: 0 0 12px;
}

.exo-list {
  margin: 0;
  padding-right: 20px;
}

.exo-list li {
  margin-bottom: 10px;
}

.exo-alert {
  margin-top: 15px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
}

.exo-alert--warning {
  background: #fff5e8;
  border: 1px solid #f5d39c;
  color: #9a5a00;
}

.exo-alert--success {
  background: #edf9f1;
  border: 1px solid #bde7c7;
  color: #17653a;
}

.exo-alert--info {
  background: #f7f4ff;
  border: 1px solid #ddd2ff;
  color: #5d3ea8;
}

.exo-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.exo-step {
  background: #fcfcfd;
  border: 1px solid #ebe8ec;
  border-radius: 18px;
  padding: 16px;
}

.exo-step strong {
  display: block;
  margin-bottom: 8px;
  color: #8f1628;
  font-size: 16px;
}

.exo-step p {
  margin: 0;
}

.exo-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #fff7f8 0%, #fff 100%);
  border: 1px solid #f0d5da;
  border-radius: 18px;
}

.exo-cta-box__text h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #8f1628;
}

.exo-cta-box__text p {
  margin: 0;
  color: #5b6472;
}

.exo-highlight {
  background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
  border: 1px solid #f1cfd5;
  border-radius: 18px;
  padding: 18px;
}

@media (max-width: 768px) {
  .exo-return-page {
    padding: 12px 10px 28px;
  }

  .exo-hero {
    border-radius: 18px;
    padding: 22px 16px;
  }

  .exo-hero__title {
    font-size: 26px;
  }

  .exo-hero__text {
    font-size: 15px;
  }

  .exo-hero__stats,
  .exo-steps {
    grid-template-columns: 1fr;
  }

  .exo-cta-box {
    flex-direction: column;
    align-items: stretch;
  }

  .exo-card {
    border-radius: 16px;
    padding: 18px 14px;
  }

  .exo-section-title {
    font-size: 20px;
  }

  .exo-btn {
    width: 100%;
  }
}

/* ==========================================================
   صفحة السياسة — النسخة المقيّدة (الآمنة)
   [هذا البلوك يستبدل الكود القديم الذي كان يستهدف body
    و p و h1 مباشرة وكسر خط المتجر كله]
   مهم: غلّف محتوى HTML صفحة السياسة بـ
   <div class="exo-policy"> ... </div>
========================================================== */

.exo-policy {
  margin: 0;
  font-family: inherit;             /* يرث خط قالب سلة بدل فرض Tahoma */
  color: #1f2937;
  line-height: 1.9;
  direction: rtl;
}

.exo-policy .page {
  width: min(980px, calc(100% - 32px));
  margin: 40px auto;
}

.exo-policy .policy-card {
  background: #ffffff;
  border: 1px solid #e9e7ea;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.exo-policy .hero {
  padding: 34px 36px;
  background: #8f1628;
  color: #fff;
}

.exo-policy .brand {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.exo-policy h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.exo-policy .subtitle {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.exo-policy .content {
  padding: 34px 36px 42px;
}

.exo-policy .intro {
  background: #faf7f8;
  border: 1px solid #e9e7ea;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.exo-policy section {
  margin-bottom: 30px;
}

.exo-policy h2 {
  font-size: 21px;
  margin: 0 0 12px;
  color: #8f1628;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e7ea;
}

.exo-policy p {
  margin: 0 0 12px;
}

.exo-policy ul,
.exo-policy ol {
  margin: 0;
  padding-right: 24px;
}

.exo-policy li {
  margin-bottom: 8px;
}

.exo-policy .contact-box {
  margin-top: 34px;
  padding: 22px;
  border-radius: 14px;
  background: #faf7f8;
  border: 1px solid #e9e7ea;
}

.exo-policy .contact-box h2 {
  border: 0;
  padding: 0;
  margin-bottom: 12px;
}

.exo-policy .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.exo-policy .contact-item {
  background: #fff;
  border: 1px solid #e9e7ea;
  border-radius: 10px;
  padding: 14px 16px;
}

.exo-policy .contact-label {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 4px;
}

.exo-policy a {
  color: #8f1628;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.exo-policy a:hover {
  text-decoration: underline;
}

.exo-policy .footer {
  padding: 18px 36px;
  background: #faf7f8;
  color: #6b7280;
  border-top: 1px solid #e9e7ea;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 700px) {
  .exo-policy .page {
    width: min(100% - 20px, 980px);
    margin: 16px auto;
  }

  .exo-policy .hero,
  .exo-policy .content,
  .exo-policy .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .exo-policy h1 {
    font-size: 24px;
  }

  .exo-policy .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .exo-policy .page {
    width: 100%;
    margin: 0;
  }

  .exo-policy .policy-card {
    border: 0;
    box-shadow: none;
  }

  .exo-policy .hero {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #000;
  }

  .exo-policy h1 {
    color: #000;
  }

  .exo-policy .subtitle,
  .exo-policy .brand {
    color: #444;
  }
}

/* ==========================================================
   نظام وصف المنتج التفاعلي
   - كل المحددات مقيّدة بالبادئتين slx-acc و slx-size
   - المحتوى مغلق افتراضيًا عبر max-height:0 فلا يظهر قبل JS
   - الخط موروث من خط قالب سلة نفسه
========================================================== */

/* ---------- أولًا: نظام الأقسام القابلة للطي (الأكورديون) ---------- */

.slx-acc {
  direction: rtl;
  text-align: right;
  background: #ffffff;
  color: #111111;
  font: inherit;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e8e8e8;
}

.slx-acc,
.slx-acc * {
  box-sizing: border-box;
}

/* القسم الواحد */
.slx-acc__item {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}

/* رأس القسم */
.slx-acc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;               /* ارتفاع العنوان */
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
}

.slx-acc__head:focus {
  outline: none;
}

.slx-acc__head:focus-visible {
  outline: 1px solid #111111;
  outline-offset: 2px;
}

.slx-acc__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #111111;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/* أيقونة + / − (مرسومة بخطين، لا تعتمد على أي رمز نصي) */
.slx-acc__icon {
  position: relative;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  margin: 0;
}

.slx-acc__icon::before,
.slx-acc__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1.5px;
  background: #111111;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

/* الخط العمودي: يدور 90 درجة، وعند الفتح يعود أفقيًا فتتحول + إلى − */
.slx-acc__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.slx-acc__item.is-open .slx-acc__icon::after {
  transform: translateY(-50%) rotate(0deg);
}

/* جسم القسم (مغلق افتراضيًا) */
.slx-acc__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  padding: 0;
}

.slx-acc__content {
  padding: 2px 2px 20px;
  font-size: 13.5px;
  line-height: 1.9;
  color: #333333;
}

.slx-acc__text {
  margin: 0;
  padding: 0;
}

/* سطور التفاصيل (بديل ul/li) */
.slx-acc__line {
  position: relative;
  padding: 0 16px 0 0;
  margin: 0 0 4px;
}

.slx-acc__line::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 0.85em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111111;
}

/* ---------- ثانيًا: قسم دليل المقاس ---------- */

/* العنوان مع أيقونة القميص (الأيقونة من CSS لأن محرر سلة يحذف SVG) */
.slx-size__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 16px;
}

.slx-size__header::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23111111'%20stroke-width='3'%20stroke-linejoin='round'%20stroke-linecap='round'%3E%3Cpath%20d='M23%208%20L12%2014%20L5%2026%20L14%2031%20L17%2027%20L17%2056%20L47%2056%20L47%2027%20L50%2031%20L59%2026%20L52%2014%20L41%208%20C41%208%2038%2013%2032%2013%20C26%2013%2023%208%2023%208%20Z'/%3E%3C/svg%3E");
}

.slx-size__heading {
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}

/* غلاف التمرير الأفقي (مهم مع 6 أعمدة على الجوال) */
.slx-size__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 14px;
}

/* الجدول */
.slx-size__table {
  width: 100% !important;
  min-width: 520px;               /* يضمن قابلية القراءة ويفعّل التمرير على الجوال */
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  direction: rtl !important;
  font-size: 14px !important;
  margin: 0 !important;
  border: 1.5px solid #111111 !important;
  display: table !important;
}

.slx-size__table tr {
  display: table-row !important;
  background: transparent !important;
}

.slx-size__table td {
  display: table-cell !important;
  border: 1.5px solid #111111 !important;
  padding: 12px 8px !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 1.6 !important;
  text-align: center !important;
  vertical-align: middle !important;
  overflow: visible !important;
  text-indent: 0 !important;
  position: static !important;
  white-space: normal !important;
  font-family: inherit !important;
  color: #111111 !important;
  font-weight: 400 !important;
  background: #ffffff !important;
}

/* صف الرأس: خلايا td بكلاس خاص — تنسيقات القالب لوسم th لا تصل هنا */
.slx-size__table td.slx-size__th {
  background: #111111 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

/* عمود اسم المقاس (M / L / XL...) بخط عريض */
.slx-size__table td.slx-size__name {
  font-weight: 700 !important;
}

/* شريط وحدة القياس */
.slx-size__unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #111111;
  min-height: 44px;
  overflow: hidden;
}

.slx-size__unit-text {
  flex: 1;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: #111111;
  padding: 0 12px;
}

.slx-size__unit-arrow {
  display: inline-flex;
  width: 44px;
  flex: 0 0 44px;
  align-self: stretch;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23ffffff'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M19%2012%20H5'/%3E%3Cpath%20d='M11%206%20L5%2012%20L11%2018'/%3E%3C/svg%3E");
}

/* ملاحظة القياس */
.slx-size__note {
  position: relative;
  margin: 12px 0 0;
  padding: 0 16px 0 0;
  font-size: 12.5px;
  color: #555555;
  line-height: 1.8;
}

.slx-size__note::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 0.75em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555555;
}

/* ---------- ثالثًا: الجوال + تفضيلات الحركة ---------- */

@media (max-width: 640px) {
  .slx-acc__head {
    min-height: 54px;
  }

  .slx-acc__title {
    font-size: 13.5px;
  }

  .slx-acc__content {
    font-size: 13px;
  }

  .slx-size__heading {
    font-size: 15.5px;
  }

  .slx-size__header::after {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .slx-size__table {
    font-size: 12.5px !important;
    min-width: 480px;
  }

  .slx-size__table td {
    padding: 10px 6px !important;
  }

  .slx-size__table td.slx-size__th {
    font-size: 12.5px !important;
  }

  .slx-size__unit-text {
    font-size: 12.5px;
  }

  .slx-size__note {
    font-size: 12px;
  }
}

/* احترام تفضيل تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .slx-acc__body,
  .slx-acc__icon::before,
  .slx-acc__icon::after {
    transition: none;
  }
}