/*
Theme Name: Pawfect Store
RTL Stylesheet
*/

/* RTL Typography */
body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', 'Readex Pro', Arial, sans-serif !important;
}

/* RTL Header */
.header-container {
    flex-direction: row-reverse;
}

.header-actions {
    flex-direction: row-reverse;
}

.main-nav ul {
    flex-direction: row-reverse;
}

/* RTL Breadcrumbs */
.breadcrumbs {
    direction: rtl;
}

/* RTL Footer */
.footer-content {
    direction: rtl;
}

.social-links {
    flex-direction: row-reverse;
}

/* RTL Products Grid */
.products-grid {
    direction: rtl;
}

.product-info {
    text-align: right;
}

/* RTL Forms */
input, select, textarea {
    text-align: right;
    direction: rtl;
}

/* RTL Navigation */
.main-nav a::after {
    left: 0;
    right: auto;
}

.cart-count {
    right: -8px;
    left: auto;
}

.product-badge {
    left: 15px;
    right: auto;
}
