@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* ── RTL FONT ─────────────────────────────────────────────────────────── */
html[dir="rtl"] * {
    font-family: "Cairo", system-ui, sans-serif;
}

html[dir="rtl"] .w_nav_logo_name,
html[dir="rtl"] .w_hero_title,
html[dir="rtl"] .w_section_title,
html[dir="rtl"] .w_product_title,
html[dir="rtl"] .w_footer_logo_name,
html[dir="rtl"] .w_newsletter_section_text h2,
html[dir="rtl"] .w_auth_brand_headline,
html[dir="rtl"] .w_auth_form_title,
html[dir="rtl"] .w_cart_header h1 {
    letter-spacing: 0;
}

/* ── RTL LAYOUT FLIPS ─────────────────────────────────────────────────── */
[dir="rtl"] .w_eyebrow::before {
    order: 1;
}

[dir="rtl"] .w_hero_content {
    direction: rtl;
}

[dir="rtl"] .w_hero_arrows {
    right: auto;
    left: 32px;
}

[dir="rtl"] .w_hero_deco_circle_1 {
    right: auto;
    left: -100px;
}

[dir="rtl"] .w_hero_deco_circle_2 {
    right: auto;
    left: -20px;
}

[dir="rtl"] .w_hero_deco_glow {
    right: auto;
    left: 10%;
}

[dir="rtl"] .w_hero_slide::after {
    background: linear-gradient(280deg,
            rgba(13, 27, 42, .90) 0%,
            rgba(13, 27, 42, .60) 55%,
            rgba(13, 27, 42, .25) 100%);
}

[dir="rtl"] .w_shop_search_wrap svg {
    left: auto;
    right: 12px;
}

[dir="rtl"] .w_shop_search {
    padding: 0 40px 0 14px;
}

[dir="rtl"] .w_shop_sort_select {
    padding: 0 14px 0 36px;
    background-position: left 10px center;
}

[dir="rtl"] .w_auth_brand {
    direction: rtl;
}

[dir="rtl"] .w_auth_form_side {
    direction: rtl;
}

[dir="rtl"] .w_auth_field_icon {
    right: auto;
    left: 14px;
}

[dir="rtl"] .w_auth_input {
    padding: 0 16px 0 44px;
}

[dir="rtl"] .w_auth_forgot {
    text-align: left;
}

[dir="rtl"] .w_auth_label_row {
    direction: rtl;
}

[dir="rtl"] .w_auth_check_custom::after {
    left: auto;
    right: 4px;
    transform: rotate(45deg);
}

[dir="rtl"] .fp_arrow {
    transform: scaleX(-1);
}

[dir="rtl"] .w_section_see_all svg {
    transform: scaleX(-1);
}

[dir="rtl"] .btn_auth_submit svg {
    transform: scaleX(-1);
}

[dir="rtl"] .btn_primary svg {
    transform: scaleX(-1);
}

[dir="rtl"] .w_contact_channel:hover {
    transform: translateX(-4px);
}

[dir="rtl"] .wpc_card_badges {
    left: auto;
    right: 10px;
}

[dir="rtl"] .fp_card_discount_badge {
    left: auto;
    right: 14px;
}

[dir="rtl"] .w_footer_link:hover {
    padding-inline-end: 4px;
}

[dir="rtl"] .w_footer_bottom_inner {
    direction: rtl;
}

[dir="rtl"] .w_nav_link.active::after {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

[dir="rtl"] .w_perk_item+.w_perk_item {
    border-inline-start: none;
    border-inline-end: 1px solid var(--c-border);
}

[dir="rtl"] .w_feature_card::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .w_hero_visual {
    transform: translateX(-56px) scale(.90);
}

[dir="rtl"] .w_hero_slide.active .w_hero_visual {
    transform: translateX(0) scale(1);
}

/* ─── Checkout / Orders RTL ─── */

[dir="rtl"] .w_orders_arrow svg {
    rotate: 180deg;
}

[dir="rtl"] .w_order_item_price {
    text-align: start;
}

[dir="rtl"] .w_order_info_row strong {
    text-align: start;
}

[dir="rtl"] .w_order_view_header_right {
    justify-content: flex-start;
}
