/**
 * RTL enhancements for STYLISTA theme.
 */

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

body.rtl .hero-actions,
body.rtl .section-head,
body.rtl .newsletter-form,
body.rtl .stylista-search-form {
	flex-direction: row-reverse;
}

body.rtl .stylista-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rtl .contact-details {
	padding-inline-start: 1.1rem;
}
