.mt-2{
    margin-top: 1rem;
}
/* RTL Support for Arabic */
body {
    direction: rtl;
    text-align: right;
}

.breadcrumb-nav {
    direction: rtl;
}

.product-layout {
    direction: rtl;
}

.thumbnails {
    direction: rtl;
}

.color-options {
    direction: rtl;
}

.size-options {
    direction: rtl;
}

.quantity-controls {
    direction: ltr; /* Keep quantity controls LTR for better UX */
}

.tabs {
    direction: rtl;
}

.related-grid {
    direction: rtl;
}

.specs-grid {
    direction: rtl;
}
