@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
  --accent: #E8572A;
  --accent-2: #FF8C5A;
  --accent-light: #FFF3EE;
  --text-primary: #1A1A2E;
  --text-secondary: #555;
  --text-muted: #999;
  --border: #F0F0F0;
  --tr: 0.25s cubic-bezier(0.4,0,0.2,1);
}

.s-products-slider-card,
.swiper-slide {
  height: auto !important;
}

/* ─── الكارد ─── */
custom-salla-product-card.product-card {
  font-family: 'IBM Plex Sans Arabic', sans-serif !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  min-height: unset !important;
  height: auto !important;
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
  overflow: hidden !important;
  position: relative !important;
  padding: 10px !important;
  gap: 12px !important;
  transition: box-shadow var(--tr), transform var(--tr) !important;
  box-sizing: border-box !important;
}

custom-salla-product-card.product-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1) !important;
  transform: translateY(-2px) !important;
}

/* ─── الصورة يمين ─── */
custom-salla-product-card.product-card .product-card__image {
  order: 2 !important;
  flex-shrink: 0 !important;
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #F5F0EB !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

custom-salla-product-card.product-card .product-card__image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

custom-salla-product-card.product-card .product-card__image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

custom-salla-product-card.product-card:hover .product-card__image img {
  transform: scale(1.06) !important;
}

/* إخفاء أزرار فوق الصورة */
custom-salla-product-card.product-card .product-card__actions {
  display: none !important;
}

custom-salla-product-card.product-card .product-card__buttons {
  display: none !important;
}

/* ─── المحتوى يسار ─── */
custom-salla-product-card.product-card .product-card__content {
  order: 1 !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 0 !important;
  min-width: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  background: transparent !important;
}

custom-salla-product-card.product-card .product-card__content-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

/* إخفاء badge افتراضي */
custom-salla-product-card.product-card .product-card__content-wrapper::before {
  display: none !important;
}

/* ─── الاسم ─── */
custom-salla-product-card.product-card .product-card__title {
  margin: 0 !important;
}

custom-salla-product-card.product-card .product-card__title a {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: color var(--tr) !important;
}

custom-salla-product-card.product-card .product-card__title a:hover {
  color: var(--accent) !important;
}

/* نوع المنتج تحت الاسم */
custom-salla-product-card.product-card .product-card__title::after {
  content: 'خدمة • متوفر الآن' !important;
  display: block !important;
  font-size: 11px !important;
  color: var(--text-muted) !important;
  margin-top: 3px !important;
  font-weight: 400 !important;
}

/* ─── السعر ─── */
custom-salla-product-card.product-card .product-card__price {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  justify-content: flex-start !important;
  margin-top: 4px !important;
}

custom-salla-product-card.product-card .total-price {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
}

custom-salla-product-card.product-card .before-price {
  font-size: 11px !important;
  color: var(--text-muted) !important;
  text-decoration: line-through !important;
}

custom-salla-product-card.product-card .price_is_on_sale .total-price {
  color: var(--accent) !important;
}

/* badge متوفر */
custom-salla-product-card.product-card .product-card__price::after {
  content: '✦ متوفر' !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #16A34A !important;
  background: #F0FDF4 !important;
  padding: 2px 7px !important;
  border-radius: 100px !important;
  margin-right: auto !important;
}

/* إخفاء الزوائد */
custom-salla-product-card.product-card .product-card__addToCart {
  display: none !important;
}

custom-salla-product-card.product-card .product-card__enhanced-mini-cart {
  display: none !important;
}

custom-salla-product-card.product-card .product-options {
  display: none !important;
}

/* ══════════════════════════════════
   موبايل
   ══════════════════════════════════ */
@media (max-width: 768px) {

  /* قائمة عمودية في المنتصف */
  .swiper-wrapper {
    flex-direction: column !important;
    transform: none !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 20px !important;
    box-sizing: border-box !important;
  }

  /* كل كارد بعرض كامل مع مسافة يمين ويسار */
  .s-products-slider-card,
  .swiper-slide {
    width: calc(100% - 40px) !important;
    min-width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  custom-salla-product-card.product-card {
    padding: 10px !important;
    gap: 12px !important;
    border-radius: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  custom-salla-product-card.product-card .product-card__image {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    border-radius: 8px !important;
  }

  custom-salla-product-card.product-card .product-card__title a {
    font-size: 14px !important;
  }

  custom-salla-product-card.product-card .product-card__title::after {
    font-size: 10px !important;
  }

  custom-salla-product-card.product-card .total-price {
    font-size: 13px !important;
  }
}



/* صفحة السلة فقط - إخفاء الخيارات الغير محددة */
.cart-item .s-product-options-multiple-options-wrapper label:has(input[type="checkbox"]:not(:checked)) {
  display: none;
}

/* إخفاء التصنيف كامل إذا ما فيه خيار محدد */
.cart-item .s-product-options-option-container:not(:has(input[type="checkbox"]:checked)) {
  display: none;
}