/* ==========================================================================
   AmazonIL — rtl.css
   התאמות לכיווניות מימין לשמאל. רוב הפריסה כבר RTL דרך הגדרות הדף.
   ========================================================================== */

html { direction: rtl; }
body { direction: rtl; text-align: right; }

/* תיקון מיקום מונה העגלה ל-RTL */
.amz-cart-count { right: auto; left: 18px; }

/* כפתורי קרוסלת באנר */
.amz-hero-prev { right: auto; left: 0; border-radius: 0 6px 6px 0; }
.amz-hero-next { left: auto; right: 0; border-radius: 6px 0 0 6px; }

/* קו חוצה במחיר ישן נשאר זהה */
.amazonil-card-price .old,
.amz-single-price .old { direction: ltr; unicode-bidi: embed; }

/* מספרים ומחירים — שמירה על כיוון LTR בתוך טקסט RTL */
.amazonil-card-price .now,
.amz-single-price .now,
.amz-buybox-price { direction: ltr; unicode-bidi: embed; display: inline-block; }

/* פאנל גלילה אופקי בקרוסלה */
.amz-product-carousel { direction: rtl; }

/* התאמות RTL לנייד (נטען אחרי main.css ולכן גובר עליו) */
@media (max-width: 560px) {
	.amz-cart-count { left: 8px; right: auto; }
}
