/** Shopify CDN: Minification failed

Line 27:8 Expected identifier but found whitespace
Line 27:13 Unexpected ";"

**/
.rtl {
  direction: rtl;
}

/* ضبط اتجاه السلايدر */
body.rtl .swiper-container {
  direction: rtl !important;
}

/* تقليل الفراغ الأبيض تحت السلايدر */
body.rtl .swiper-wrapper {
  margin-bottom: 0 !important;
  height: fit-content;
}

/* ضبط أقسام الصفحة لتجنب التداخل */
/*body.rtl .section, 
body.rtl .product-grid, 
body.rtl .collection-list {
  margin-bottom: 2rem; /* مثلاً مسافة مناسبة بين الأقسام */
  clear: both;
}*/

/* تعديل الهوامش الداخلية والخارجية للأقسام */
/*  body.rtl .section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
} 
*/
/* تعديل محاذاة النصوص والعناصر في الأقسام */
body.rtl .section h2,
body.rtl .section h3,
body.rtl .section p,
body.rtl .section .btn {
  text-align: right;
}

/* ضبط بعض العناصر التي تسبب التداخل */
body.rtl .product-card {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

/* ضبط محاذاة pagination والسوابق */
body.rtl .swiper-pagination {
  left: auto;
  right: 1.5rem;
}

/* مثال على ضبط overflow لو فيه عناصر بتطلع برة */
body.rtl .container,
body.rtl .wrapper {
  overflow-x: hidden;
}

/* تعديل بعض التحولات لتناسب الاتجاه RTL */
@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .rtl .product-grid .product__action-animation {
    transform: translateX(1.5rem); /* عكس الاتجاه الأصلي */
    -webkit-transform: translateX(1.5rem);
  }
}

/* باقي التنسيقات السابقة مع بعض التصحيحات البسيطة */

@media (min-width: 1025px) {
  .rtl .lang__currency-desktop .disclosure__list {
    left: auto;
    right: 0;
  }
  .rtl .cart-recommend.beside.open {
    transform: translateX(-100%);
  }
  .rtl
    :where(
      .collection-sidebar .filter-item:nth-of-type(7n + 7),
      .collection-sidebar .filter-item:nth-of-type(7n + 8)
    )
    .collapsible-content {
    right: 0;
    left: auto;
  }
}

.rtl .h-count {
  left: 1.3rem;
  right: auto;
}

#CollectionFiltersForm > div.filter-price > price-range > div:nth-child(1) > span{
  justify-content: left;
    width: -webkit-fill-available;
    margin-left: 11px;
}
#CollectionFiltersForm > div.filter-price > price-range > div:nth-child(3) > span{justify-content: left;
    width: -webkit-fill-available;
    margin-left: 11px;}

#CollectionSidebar .icon_plus-animation {
  right: 25rem;
  position: absolute;
  top: 4rem;
}

#MainProduct-template--24358107578643__main .icon_plus-animation {
  left: 2rem;
  position: absolute;
  top: 3rem;
}
#shopify-section-sections--24358101319955__footer .icon_plus-animation {
  left: 2rem;
  position: absolute;
  top: 3rem;
}
@media screen and (max-width: 1024.98px) {
  .rtl .navigation {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .rtl .collection-filter {
    transform: translate(calc(-100% - 3rem));
  }
}

/* استمر في استخدام التنسيقات التي أرسلتها مع التعديلات المناسبة */
