/* Arabic is the default storefront. This file is only loaded for RTL locales. */
body { text-align: right; }
.header-search input[type="search"] { padding: 10px 16px 10px 56px; }
.header-search button { border-radius: 0 var(--radius-xs) var(--radius-xs) 0; }
.offer-banner::before { background: linear-gradient(270deg,rgba(7,31,44,.96),rgba(7,31,44,.47)); }
.studio-section { background-image: linear-gradient(270deg,rgba(5,32,46,.95),rgba(5,32,46,.67) 48%,rgba(5,32,46,.16)),var(--studio-image); }
.product-card__rating .star-rating { float: none; }
.woocommerce .star-rating::before, .woocommerce .star-rating span::before { right: 0; left: auto; }
.woocommerce .star-rating span { right: 0; left: auto; }
@media (max-width: 560px) { .studio-section { background-image: linear-gradient(270deg,rgba(5,32,46,.93),rgba(5,32,46,.63)),var(--studio-image); } }
