@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@300;400;600;700;800&family=Cairo:wght@300;400;600;700;800&display=swap');

:root {
    --midnight: #050510;
    --midnight-soft: #0A0A1F;
    --indigo: #4F54D8;
    --purple: #6D75FF;
    --purple-light: #A3A8FF;
    --pearl: #FDFDFD;
    --muted: rgba(253, 253, 253, 0.55);
    --border-light: rgba(79, 84, 216, 0.1);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Outfit', sans-serif;
    --transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--midnight);
    color: var(--pearl);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    text-align: left;
    direction: ltr;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: var(--font-body);
}

[x-cloak] {
    display: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 400;
}
.oracle-silent {
        display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.offers-section {
    padding: 110px 0;
    background: radial-gradient(900px 420px at 15% 20%, rgba(79, 84, 216, 0.08), transparent 55%), radial-gradient(900px 420px at 85% 80%, rgba(200, 162, 74, 0.12), transparent 55%), var(--pearl);
}

.offers-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.offers-title {
    font-family: var(--font-heading);
    font-size: 2.65rem;
    line-height: 1.1;
    color: var(--midnight);
    margin: 0;
}

.offers-sub {
    color: rgba(10, 10, 31, 0.6);
    font-weight: 700;
    margin: 10px 0 0;
    max-width: 520px;
}

.offers-nav {
    display: flex;
    gap: 10px;
}

.offers-nav .offer-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: var(--transition);
}

.offers-nav .offer-nav-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.offer-slide-card {
    border-radius: 34px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.offer-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    align-items: stretch;
}

.offer-left {
    padding: 44px 42px;
}

.offer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(79, 84, 216, 0.08);
    border: 1px solid rgba(79, 84, 216, 0.16);
    color: var(--indigo);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.offer-head {
    margin: 18px 0 10px;
    font-family: var(--font-heading);
    font-size: 2.45rem;
    line-height: 1.08;
    color: var(--midnight);
}

.offer-desc {
    color: rgba(10, 10, 31, 0.68);
    font-weight: 700;
    line-height: 1.85;
    margin: 0 0 20px;
    max-width: 560px;
}

.offer-points {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offer-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(10, 10, 31, 0.75);
    font-weight: 800;
}

.offer-cta {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    color: var(--midnight);
    transition: var(--transition);
    cursor: pointer;
}

.offer-btn.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-color: rgba(37, 211, 102, 0.4);
    color: #fff;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
    font-size: 1.05rem;
}

.offer-btn.whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.35);
}

.offer-marketing-text {
    color: var(--indigo);
    font-weight: 800;
    line-height: 1.7;
    margin: 14px 0 20px;
    max-width: 520px;
    font-size: 0.95rem;
    padding: 14px 18px;
    background: rgba(79, 84, 216, 0.06);
    border-radius: 16px;
    border: 1px solid rgba(79, 84, 216, 0.12);
}

.offer-whatsapp-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-whatsapp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

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

[dir="rtl"] .offer-left .offer-head,
[dir="rtl"] .offer-left .offer-desc,
[dir="rtl"] .offer-left .offer-marketing-text {
    text-align: right;
}

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

[dir="ltr"] .offer-left .offer-head,
[dir="ltr"] .offer-left .offer-desc,
[dir="ltr"] .offer-left .offer-marketing-text {
    text-align: left;
}

[dir="ltr"] .offer-cta {
    justify-content: flex-start;
}

.offer-right {
    position: relative;
    background: #0b0b14;
}

.offer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.offer-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(700px 380px at 65% 35%, rgba(200, 162, 74, 0.22), transparent 55%), radial-gradient(700px 380px at 20% 85%, rgba(79, 84, 216, 0.18), transparent 55%);
    pointer-events: none;
}

.offer-badge {
    position: absolute;
    top: 22px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    backdrop-filter: blur(8px);
}

@media (max-width: 980px) {
    .offers-section {
        padding: 90px 0;
    }

    .offers-header {
        align-items: flex-start;
        flex-direction: column;
    }

    [dir="rtl"] .offers-header {
        align-items: flex-start;
        text-align: right;
    }

    .offers-title {
        font-size: 2.2rem;
    }

    .offer-grid {
        grid-template-columns: 1fr;
    }

    .offer-left {
        padding: 36px 22px;
    }

    .offer-head {
        font-size: 2.05rem;
    }

    .offer-right {
        min-height: 320px;
    }
}

[dir="rtl"] .offers-header {
    text-align: right;
}

[dir="rtl"] .offers-nav {
    flex-direction: row-reverse;
}

[dir="rtl"] .offers-nav .offer-nav-btn svg {
    transform: rotate(180deg);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1900;
    padding: 35px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.header.header-home {
    background: transparent;
}

.header.scrolled {
    padding: 15px 80px;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-container {
    display: flex;
    align-items: center;
    min-height: 45px;
}

.logo-img {
    height: 45px;
    width: auto;
    transition: var(--transition);
    image-rendering: -webkit-optimize-contrast;
    filter: none !important;
}

.logo-dark {
    display: block;
}

.logo-light {
    display: none;
}

.header.header-home:not(.scrolled) .logo-dark {
    display: none !important;
}

.header.header-home:not(.scrolled) .logo-light {
    display: block !important;
}

.header.scrolled .logo-dark {
    display: block !important;
}

.header.scrolled .logo-light {
    display: none !important;
}

.header.scrolled .logo-img {
    height: 38px;
}

.nav-links {
    display: flex;
    gap: 35px;
    align-items: center;
}

.nav-link {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    transition: var(--transition);
    opacity: 1;
}

.nav-link:hover,
.nav-link.active-link {
    opacity: 1;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: #6D75FF;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active-link::after {
    width: 20px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Language Switcher  */
.lang-switcher-wrapper {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.lang-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    transition: var(--transition);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.lang-link:hover {
    opacity: 1;
}

.lang-flag-header {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.lang-text {
    font-size: 0.7rem;
}

.header-icon-btn {
    background: transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    padding: 0;
    opacity: 1;
}

.header-icon-btn:hover {
    opacity: 1;
}

.cart-badge-luxury {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #6D75FF;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 700;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-trigger {
    display: none;
}

/* Global Search Overlay */
.global-search-dropdown {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 1800;
    padding: 20px 0;
    transition: var(--transition);
}

.header.scrolled+.global-search-dropdown {
    top: 70px;
}

.search-dropdown-inner {
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(79, 84, 216, 0.1);
    overflow: hidden;
    padding: 10px;
}

.search-bar-premium {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    background: rgba(79, 84, 216, 0.03);
    border-radius: 18px;
}

.search-icon-sm {
    width: 20px;
    height: 20px;
    color: var(--indigo);
}

.search-input-minimal {
    flex: 1;
    background: transparent;
    border: none;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--midnight);
    outline: none;
}

.search-input-minimal::placeholder {
    color: rgba(10, 10, 31, 0.2);
}

.search-close-sm {
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: var(--transition);
}

.search-close-sm:hover {
    color: var(--indigo);
}

.search-results-dropdown-area {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.search-loading-sm {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--indigo);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spinner-sm {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(79, 84, 216, 0.1);
    border-top-color: var(--indigo);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.search-results-list-sm {
    display: flex;
    flex-direction: column;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 14px;
    transition: var(--transition);
    text-decoration: none;
}

.search-result-item:hover {
    background: rgba(79, 84, 216, 0.05);
}

.search-result-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}

.search-result-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--midnight);
    margin: 0;
}

.search-result-info span {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--indigo);
}

@media (max-width: 768px) {
    .global-search-dropdown {
        top: 85px;
        padding: 15px;
    }

    .header.scrolled+.global-search-dropdown {
        top: 65px;
    }

    .search-dropdown-inner {
        width: 100%;
        border-radius: 20px;
    }

    .search-input-minimal {
        font-size: 1rem;
    }
}


/* Hamburger */
.menu-trigger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    margin-left: 8px;
    padding: 8px;
}

.menu-trigger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: rgba(253, 253, 253, 0.7);
    transition: var(--transition);
}

/* Hero */
.hero {
    height: 100vh;
    min-height: 400px;
    background-image: url('/assets/imgs/hero-new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 160px;
    position: relative;
    overflow: hidden;
}

[dir="rtl"] .hero {
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 768px) {
    .hero {
        height: 45vh;
        min-height: 320px;
        padding-top: 80px;
    }
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 70%);
    z-index: 0;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-text-content {
    max-width: 900px;
}

[dir="rtl"] .hero-text-content {
    text-align: right;
}

.hero-eyebrow {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--pearl);
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-main-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 8vw, 4.8rem);
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-separator {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.sep-line {
    height: 1px;
    width: 60px;
    background: rgba(255, 255, 255, 0.2);
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 45px;
    font-weight: 300;
}

.btn-discover {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 40px;
    background: linear-gradient(90deg, #4F54D8 0%, #6D75FF 100%);
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.75rem;
    transition: var(--transition);
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(79, 84, 216, 0.3);
}

.btn-discover:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(79, 84, 216, 0.5);
    filter: brightness(1.1);
}

/* Features Bar */
.hero-features-bar {
    width: 100%;
    background: var(--midnight);
    padding: 60px 0;
    z-index: 5;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(109, 117, 255, 0.2);
    border-radius: 50%;
    background: rgba(109, 117, 255, 0.05);
    transition: var(--transition);
}

.feature-item:hover .feature-icon {
    background: rgba(109, 117, 255, 0.15);
    border-color: var(--purple);
    transform: translateY(-5px);
}

.feature-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--pearl);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.feature-desc {
    font-size: 0.7rem;
    color: var(--muted);
    font-weight: 400;
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hero-features-bar {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .feature-icon {
        width: 44px;
        height: 44px;
    }

    .feature-title {
        font-size: 0.7rem;
    }

    .feature-desc {
        font-size: 0.65rem;
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
}

/* --- GLOBAL PREMIUM HERO --- */
.premium-hero {
    position: relative;
    padding: 180px 0 100px;
    background: url('/assets/imgs/bg.jpeg') center/cover no-repeat;
    background-attachment: fixed;
    text-align: center;
    overflow: hidden;
}

.premium-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #F5F6FF 100%);
    z-index: 1;
}

.premium-hero .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.premium-hero .hero-eyebrow {
    color: var(--indigo);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;
    display: block;
}

.premium-hero .hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-family: var(--font-heading);
    color: var(--midnight);
    line-height: 1.1;
    margin-bottom: 24px;
    text-align: center !important;
}

.premium-hero .hero-desc {
    font-size: 1.1rem;
    color: rgba(10, 10, 31, 0.6);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center !important;
}

@media (max-width: 768px) {
    .premium-hero {
        padding: 140px 0 60px;
    }

    .premium-hero .hero-title {
        font-size: 2.2rem !important;
    }
}

.section {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .container {
        padding: 0 24px;
    }

    .section {
        padding: 80px 0;
    }
}

/* MARQUEE TICKER */
.marquee-wrapper {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
    background: rgba(200, 162, 74, 0.025);
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 28s linear infinite;
}

.marquee-item {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(253, 253, 253, 0.4);
    padding: 0 28px;
}

.marquee-dot {
    color: var(--purple);
    font-size: 0.5rem;
    vertical-align: middle;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* SECTION HEADER */
.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #A3A8FF;
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--pearl);
    line-height: 1.2;
}

.section-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 25px;
}

.hero-text,
.hero-title,
.hero-subtitle,
.hero-cta,
.hero-trust,
.banner-content,
.sidebar-nav,
.topbar-left,
.topbar-right {
    text-align: left;
    direction: ltr;
}

.section-header,
.section-header *,
.stat-item,
.topbar-center,
.footer-bottom {
    text-align: center;
}

/* Featured Products */
.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
}

@media (max-width: 768px) {
    .featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 40px;
    }

    .featured-header-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .featured-title {
        font-size: 2rem;
    }
}

.featured-header-left {
    flex: 1;
}

.featured-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--midnight);
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.featured-subtitle {
    font-size: 1.1rem;
    color: var(--indigo);
    font-weight: 500;
    letter-spacing: 1px;
}

.featured-header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.products-slider-nav {
    display: flex;
    gap: 15px;
}

.swiper-nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid var(--purple);
    background: #FFFFFF;
    color: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
}

.swiper-nav-btn:hover {
    background: var(--purple);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(109, 117, 255, 0.2);
}

.swiper-nav-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: rgba(10, 10, 31, 0.1);
    color: rgba(10, 10, 31, 0.3);
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    background: var(--indigo);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: var(--transition);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(79, 84, 216, 0.15);
}

.btn-view-all:hover {
    background: var(--purple);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(109, 117, 255, 0.25);
}

.featured-section {
    background: #F5F6FF;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.featured-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(109, 117, 255, 0.08) 0%, transparent 70%);
    z-index: 0;
}

.featured-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(79, 84, 216, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.products-swiper {
    width: 100%;
    padding: 20px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

@media (max-width: 1100px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

.swiper {
    padding: 20px 0 0 0 !important;
}

.product-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: visible;
    contain: none;
    isolation: auto;
    transform: none;
    backface-visibility: visible;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    outline: 1px solid var(--border-light);
    box-shadow: 0 10px 30px rgba(79, 84, 216, 0.05);
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-12px);
    outline: 1px solid var(--purple);
    box-shadow: 0 40px 80px rgba(79, 84, 216, 0.15);
    z-index: 10;
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 16px 16px 0 0;
    clip-path: inset(0 round 16px 16px 0 0);
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
}

.product-card:hover .product-img {
    transform: scale(1.04);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 11, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-quick-view {
    padding: 11px 26px;
    border: 1px solid var(--indigo);
    color: var(--indigo);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition);
}

.product-quick-view:hover {
    background: var(--indigo);
    color: #FFFFFF;
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--purple);
    color: #FFFFFF;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(109, 117, 255, 0.25);
}

.product-wishlist-toggle {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid var(--border-light);
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.product-wishlist-toggle:hover {
    background: var(--purple);
    color: #FFFFFF;
    transform: scale(1.1);
}

.product-wishlist-toggle.active {
    color: var(--purple);
    background: #FFFFFF;
    border-color: var(--purple);
}

.product-info {
    padding: 22px;
}

.product-category {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--indigo);
}
.product-name {
    font-size: 1.1rem;
    margin: 8px 0 16px;
    color: var(--midnight);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: 2.8em;
}


.product-name a {
    color: inherit;
    transition: var(--transition);
}

.product-name a:hover {
    color: var(--purple);
}

.product-sizes {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.product-size-btn {
    background: #FFFFFF;
    border: 1px solid var(--border-light);
    color: var(--midnight);
    padding: 6px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
}

.product-size-btn:hover {
    border-color: var(--purple);
    color: var(--purple);
}

.product-size-btn.active {
    background: var(--purple);
    border-color: var(--purple);
    color: #FFFFFF;
}

.product-size-btn.unavailable {
    opacity: 0.4;
    cursor: not-allowed;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.product-size-btn.unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--midnight);
    transform: rotate(-25deg);
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--midnight);
}

.product-price small {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--indigo);
    margin-left: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes priceUpdate {
    0% {
        opacity: 0;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.price-update-anim {
    display: inline-block;
    animation: priceUpdate 0.3s ease forwards;
}

.product-cart-btn {
    width: 44px;
    height: 44px;
    background: var(--indigo);
    border: none;
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(79, 84, 216, 0.2);
}

.product-cart-btn:hover {
    background: var(--purple);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(109, 117, 255, 0.3);
}

.btn-outline-dark {
    display: inline-block;
    padding: 14px 48px;
    border: 1.5px solid rgba(253, 253, 253, 0.25);
    color: rgba(253, 253, 253, 0.7);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.72rem;
    transition: var(--transition);
}

.btn-outline-dark:hover {
    border-color: var(--purple);
    color: var(--purple);
}

/* About section */
.about-section {
    position: relative;
    background: url('/assets/imgs/bg.jpeg') center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    background-color: var(--midnight);
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 16, 0.4);
    z-index: 1;
}

.about-container {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 110px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.about-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 6px;
    color: var(--purple-light);
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
    display: block;
}

.about-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-title-highlight {
    color: var(--purple);
    font-style: italic;
}

.about-title em {
    color: var(--purple-light);
    font-style: italic;
    text-transform: none;
    font-size: 0.92em;
}

.about-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 28px auto;
}

.about-sep-diamond {
    width: 6px;
    height: 6px;
    background: var(--purple-light);
    transform: rotate(45deg);
    opacity: 0.8;
}

.about-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.9;
    margin: 0 auto 50px;
    font-weight: 300;
    max-width: 680px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.about-pillar {
    background: rgba(5, 5, 16, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 32px 22px;
    transition: var(--transition);
}

.about-pillar:hover {
    background: rgba(79, 84, 216, 0.12);
    border-color: rgba(163, 168, 255, 0.35);
    transform: translateY(-5px);
}

.about-pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(109, 117, 255, 0.12);
    border: 1px solid rgba(109, 117, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #A3A8FF;
    transition: var(--transition);
}

.about-pillar:hover .about-pillar-icon {
    background: rgba(109, 117, 255, 0.22);
    border-color: var(--purple);
}

.about-pillar-icon i {
    width: 20px;
    height: 20px;
}

.about-pillar-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-pillar-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.about-tagline-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-tagline-line {
    flex: 1;
    max-width: 100px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(163, 168, 255, 0.45));
}

.about-tagline-strip .about-tagline-line:last-child {
    background: linear-gradient(to left, transparent, rgba(163, 168, 255, 0.45));
}

.about-tagline {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 5px;
    color: rgba(163, 168, 255, 0.65);
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .about-pillars {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-container {
        padding: 80px 20px;
    }

    .about-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
}


/* CATEGORIES */
.categories-section {
    background: var(--pearl);
}

.categories-section .section-title {
    color: var(--midnight);
}

html[lang="ar"] body {
    direction: rtl;
}

[dir="rtl"] .categories-section .section-header {
    text-align: center;
}

[dir="rtl"] .categories-section .section-eyebrow,
[dir="rtl"] .categories-section .section-title {
    text-align: center;
}

[dir="rtl"] .categories-section .category-overlay {
    align-items: flex-start !important;
    text-align: right;
}

[dir="rtl"] .categories-section .category-footer {
    width: 100%;
    display: flex;
    justify-content: flex-start !important;
}

[dir="rtl"] .categories-section .category-link {
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    margin-right: 0;
    margin-left: auto;
}


.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1100px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

.category-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(109, 117, 255, 0.1);
    transition: var(--transition);
}

.category-card:hover {
    border-color: rgba(109, 117, 255, 0.3);
    box-shadow: 0 20px 50px rgba(79, 84, 216, 0.2), 0 0 80px rgba(109, 117, 255, 0.05);
    transform: translateY(-6px);
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card:hover .category-img {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 5, 15, 0.95) 20%, rgba(15, 15, 35, 0.4) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 24px;
    transition: var(--transition);
}

.category-ar {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #A3A8FF;
    opacity: 0;
    transform: translateY(-8px);
    transition: var(--transition);
    margin-bottom: 4px;
    direction: rtl;
}

.category-card:hover .category-ar {
    opacity: 1;
    transform: translateY(0);
}

.category-desc {
    font-size: 0.68rem;
    color: #A3A8FF;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: var(--transition);
}

.category-card:hover .category-desc {
    opacity: 1;
    transform: translateY(0);
}

.category-name {
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.15;
    transition: var(--transition);
}

.category-card:hover .category-name {
    color: #FFFFFF;
}

.category-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(109, 117, 255, 0.15);
    opacity: 1;
    transform: translateY(0);
    transition: var(--transition);
}


.category-count {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(253, 253, 253, 0.35);
}

.category-link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #A3A8FF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.category-link:hover {
    color: #FFFFFF;
    letter-spacing: 3px;
}

/* STATS BAR */
.stats-bar {
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 80px 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 3.2rem;
    color: var(--indigo);
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 700;
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(10, 10, 31, 0.5);
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .stat-divider {
        display: none;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: min(86vw, 380px);
    height: 100vh;
    background: var(--pearl);
    z-index: 2500;
    display: flex;
    flex-direction: column;
    transform: translateX(-110%);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 16px 0 60px rgba(0, 0, 0, 0.18);
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    overflow-y: auto;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar.active {
    transform: translateX(0);
    visibility: visible;
}

.sidebar-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #dc2626;
    cursor: pointer;
    transition: var(--transition);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.sidebar-close:hover {
    transform: rotate(90deg);
    color: #dc2626;
    background: rgba(239, 68, 68, 0.22);
    border-color: rgba(239, 68, 68, 0.35);
}

.sidebar-header-premium {
    background: var(--midnight);
    padding: 70px 26px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-logo-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sidebar-logo-premium img {
    display: block;
    filter: none;
    max-height: 48px;
    width: auto;
}

.sidebar-body {
    flex: 1;
    padding: 30px 26px 28px;
    display: flex;
    flex-direction: column;
}

.sidebar-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(79, 84, 216, 0.4), transparent);
    margin: 0 26px;
    border-radius: 3px;
}

.sidebar-nav-premium {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.sidebar-link-premium {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 12px;
    transition: var(--transition);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}

.sidebar-link-premium .link-ico {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pearl);
    border: 1px solid rgba(79, 84, 216, 0.22);
    color: var(--indigo);
    flex-shrink: 0;
}

.sidebar-link-premium .link-ico svg {
    width: 18px;
    height: 18px;
}

.sidebar-link-premium .link-text {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    color: var(--midnight);
    transition: var(--transition);
    font-weight: 500;
}

.sidebar-link-premium:hover .link-text,
.sidebar-link-premium.active .link-text {
    color: var(--indigo);
    padding-left: 6px;
}

.sidebar-link-premium:hover,
.sidebar-link-premium.active {
    background: rgba(79, 84, 216, 0.06);
    border-color: rgba(79, 84, 216, 0.18);
}

.sidebar-link-premium:hover .link-ico,
.sidebar-link-premium.active .link-ico {
    background: var(--pearl);
    border-color: rgba(109, 117, 255, 0.35);
    color: var(--purple);
}

.sidebar-social-premium {
    padding-top: 30px;
    margin-top: 40px;
}

.social-label {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(10, 10, 31, 0.42);
    margin-bottom: 18px;
}

.social-icons-row {
    display: flex;
    gap: 15px;
}

.social-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--pearl);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
    transition: var(--transition);
    border: 1px solid rgba(79, 84, 216, 0.22);
}

.social-icon-btn svg {
    display: block;
}

.social-icon-btn:hover {
    background: var(--pearl);
    color: var(--purple);
    transform: translateY(-5px);
    border-color: rgba(109, 117, 255, 0.45);
}

.sidebar-footer-v2 {
    margin-top: 20px;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(10, 10, 31, 0.45);
    text-transform: uppercase;
}

.sidebar-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar-legal-link {
    font-size: 0.75rem;
    color: rgba(10, 10, 31, 0.55);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
}

.sidebar-legal-link:hover,
.sidebar-legal-link.active {
    color: var(--indigo);
}

.legal-separator {
    color: rgba(10, 10, 31, 0.3);
    font-weight: 700;
}

[dir="rtl"] .sidebar {
    left: auto;
    right: 0;
    transform: translateX(110%);
}

[dir="rtl"] .sidebar.active {
    transform: translateX(0);
}

[dir="rtl"] .sidebar-close {
    right: auto;
    left: 18px;
}

[dir="rtl"] .sidebar-link-premium:hover .link-text,
[dir="rtl"] .sidebar-link-premium.active .link-text {
    padding-left: 0;
    padding-right: 6px;
}

@media (max-width: 1024px) {
    .topbar {
        padding: 8px 24px;
    }

    .topbar-left {
        display: none;
    }

    .topbar-center {
        font-size: 0.65rem;
    }

    .header,
    .header.scrolled {
        padding: 18px 24px !important;
    }

    .header-actions {
        gap: 12px;
    }

    .logo-img {
        height: 32px !important;
    }

    .header.scrolled .logo-img {
        height: 28px !important;
    }

    .nav-links {
        display: none;
    }

    .menu-trigger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        transition: var(--transition);
        cursor: pointer;
    }

    .menu-trigger span {
        display: block;
        width: 20px;
        height: 1.5px;
        background: #FFF;
        transition: var(--transition);
    }

    .menu-trigger.active {
        background: var(--indigo);
    }

    .menu-trigger.active span {
        background: #FFF;
    }

    .menu-trigger.active span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    .header-home:not(.scrolled) .menu-trigger {
        background: rgba(255, 255, 255, 0.1);
    }

    .lang-text {
        display: none;
    }

    .header-icon-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 60px !important;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
    }

    .hero-inner {
        padding-top: 10px !important;
    }

    .hero-features-bar {
        position: relative !important;
        margin-top: 20px;
        z-index: 10;
    }

    .hero-main-title {
        font-size: 2.8rem !important;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .hero-description {
        font-size: 1.15rem !important;
        margin-bottom: 40px;
    }

    .hero-text-content {
        text-align: center;
    }

    .hero-separator {
        display: none !important;
    }
}

/* Cart Sidebar */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 2000;
}

.cart-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 440px;
    background: #FFFFFF;
    color: #111;
    z-index: 2001;
    box-shadow: 15px 0 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    font-family: var(--font-body);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
    transform: translateX(-110%);
    visibility: hidden;
}

.cart-sidebar.active {
    transform: translateX(0);
    visibility: visible;
}

.cart-header {
    padding: 30px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.cart-close-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.cart-close-btn:hover {
    color: #111;
    transform: rotate(90deg);
}

.cart-items-container {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.cart-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
}

.cart-item-img {
    width: 85px;
    height: 110px;
    background: #F5F5F5;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-name {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
    margin: 0;
}

.cart-item-category {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--purple);
    margin-top: 4px;
}

.cart-item-size {
    font-size: 0.75rem;
    color: #888;
    margin-top: 4px;
}

.cart-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.qty-stepper {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 2px;
}

.qty-btn {
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
}

.qty-val {
    width: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
}

.cart-item-price {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
}

.cart-item-price small {
    font-size: 0.7rem;
    color: #999;
    margin-left: 2px;
}

.cart-item-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fee2e2;
    color: #dc2626;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.25s ease;
}

.cart-item-remove:hover {
    background-color: #dc2626;
    color: #fff;
    transform: scale(1.1);
}

.cart-footer {
    padding: 30px;
    background: #FFF;
    border-top: 1px solid #F0F0F0;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #666;
}

.cart-summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 800;
    color: #111;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #EEE;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 16px;
    background: #111;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-top: 20px;
    transition: var(--transition);
}

.btn-checkout:hover {
    background: var(--purple);
    color: #FFF;
}

/* ============================
   PRODUCT SHOW PAGE
============================ */
.product-page-wrapper {
    padding-top: 140px;
    background: #FFF;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #999;
}

.breadcrumb a {
    color: #BBB;
    font-weight: 700;
    transition: var(--transition);
}

.breadcrumb a:hover {
    color: var(--purple);
}

.breadcrumb .current {
    color: #111;
    font-weight: 900;
}

.product-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px;
    /* Reduced to bring trust bar closer */
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-image-card {
    background: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-image-card:hover img {
    transform: scale(1.05);
}

.luxury-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.55rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--purple);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.thumb-card {
    background: #F9F9F9;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.thumb-card:hover,
.thumb-card.active {
    border-color: var(--purple);
    transform: translateY(-2px);
}

.thumb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    padding-top: 10px;
}

.detail-category {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--purple);
    display: block;
    margin-bottom: 12px;
}

.detail-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -2px;
}

.detail-price-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}

.detail-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #111;
    letter-spacing: -1px;
}

.detail-price small {
    font-size: 0.9rem;
    color: #999;
    margin-left: 5px;
    font-weight: 600;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #10b981;
    background: #ecfdf5;
    padding: 6px 14px;
    border-radius: 4px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.main-image-card {
    background: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.5 / 1;
    /* Much wider and shorter */
    max-height: 450px;
    /* Strict height limit */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-image-card:hover img {
    transform: scale(1.05);
}

.luxury-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.55rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--purple);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.thumb-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.thumb-card {
    background: #F9F9F9;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.thumb-card:hover,
.thumb-card.active {
    border-color: var(--purple);
    transform: translateY(-2px);
}

.thumb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    padding-top: 10px;
}

.detail-category {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--purple);
    display: block;
    margin-bottom: 12px;
}

.detail-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -2px;
}

.detail-price-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}

.detail-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #111;
    letter-spacing: -1px;
}

.detail-price small {
    font-size: 0.9rem;
    color: #999;
    margin-left: 5px;
    font-weight: 600;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #10b981;
    background: #ecfdf5;
    padding: 6px 14px;
    border-radius: 4px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.detail-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.option-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #111;
    margin-bottom: 15px;
}

/* Creative Size Selector (Chips Mode) */
.size-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
}

.size-option {
    background: #F8F8F8;
    border: 1px solid #EEE;
    padding: 12px 24px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.size-option:hover {
    border-color: #333;
    background: #FFF;
}

.size-option.active {
    border-color: var(--purple);
    background: var(--purple);
    color: #FFF;
    box-shadow: 0 8px 20px rgba(200, 162, 74, 0.2);
}

.size-option.unavailable {
    opacity: 0.4;
    cursor: not-allowed;
    background: #F1F1F1;
    border-style: dashed;
    position: relative;
    overflow: hidden;
}

.size-option.unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #999;
    transform: rotate(-15deg);
}

.size-name {
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}

.qty-stepper.luxury {
    display: flex;
    align-items: center;
    background: #111;
    border-radius: 4px;
    height: 55px;
    padding: 0 15px;
}

.qty-stepper.luxury .qty-btn {
    background: transparent;
    width: 30px;
    height: 30px;
    border: none;
    color: var(--purple);
    font-size: 1.4rem;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.qty-stepper.luxury .qty-val {
    color: #FFF;
    font-weight: 900;
    font-size: 1.1rem;
    min-width: 40px;
    text-align: center;
    font-family: var(--font-heading);
}

.btn-add-to-cart {
    flex: 1;
    background: #FFF;
    color: #111;
    border: 2px solid #111;
    height: 55px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

/* Olfactory Section */
.olfactory-section {
    background: #0A0A0A;
    color: #FFF;
    padding: 150px 0;
    margin-top: 50px;
}

.olfactory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.olfactory-info h3 {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--pearl);
}

.olfactory-info p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #AAA;
    margin-bottom: 50px;
}

.fragrance-pyramid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pyramid-tier {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tier-label {
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--purple);
}

.tier-content {
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
}

.olfactory-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
}

.related-section {
    padding: 150px 0;
    background: var(--midnight);
}

@media (max-width: 992px) {

    .product-flex,
    .olfactory-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .detail-title {
        font-size: 3rem;
    }
}

/* ============================
   LUXURY TOAST NOTIFICATIONS
============================ */
.toast-card {
    background: rgba(17, 16, 16, 0.95);
    backdrop-filter: blur(15px);
    border-left: 4px solid var(--purple);
    width: 380px;
    padding: 20px 25px;
    border-radius: 4px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    pointer-events: auto;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.toast-icon {
    width: 44px;
    height: 44px;
    background: rgba(200, 162, 74, 0.1);
    color: var(--purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toast-info h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--pearl);
    margin-bottom: 4px;
    font-weight: 600;
}

.toast-info p {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.4;
    margin: 0;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--purple);
    width: 100%;
    animation: toastProgress 4s linear forwards;
}

@keyframes toastProgress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

@media (max-width: 600px) {
    .luxury-toasts {
        left: 20px;
        right: 20px;
        top: 80px;
    }

    .toast-card {
        width: 100%;
    }
}

/* ============================
   SHOP LISTING PAGE (Mixed Luxury)
============================ */
.shop-wrapper {
    padding: 140px 0 100px;
    background: #FFF;
    /* General background white */
    color: #111;
}

.shop-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
}

@media (max-width: 992px) {
    .shop-grid {
        grid-template-columns: 1fr;
    }
}

/* Sidebar Filters (DARK) */
.shop-sidebar {
    position: sticky;
    top: 140px;
    background: var(--midnight);
    /* Sidebar background black */
    padding: 30px;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    color: var(--pearl);
}

.filter-group {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-light);
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--purple);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Search Bar (Dark Mode) */
.search-box {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid var(--border-light);
    background: rgba(255, 255, 255, 0.03);
    color: var(--pearl);
    border-radius: 2px;
    font-size: 0.85rem;
    transition: var(--transition);
}

.search-input:focus {
    border-color: var(--purple);
    background: rgba(255, 255, 255, 0.06);
    outline: none;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--purple);
}

/* Category Filter (Dark Mode) */
.category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: var(--transition);
    color: var(--muted);
    font-size: 0.9rem;
}

.category-filter-item:hover,
.category-filter-item.active {
    color: var(--pearl);
}

.cat-dot {
    width: 5px;
    height: 5px;
    background: transparent;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    transition: var(--transition);
}

.category-filter-item.active .cat-dot {
    background: var(--purple);
    border-color: var(--purple);
}

/* Price Slider */
.slider-container {
    margin-top: 10px;
}

.price-slider {
    /* -webkit-appearance: none; */
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    outline: none;
    margin-bottom: 15px;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--purple);
    border: 2px solid var(--midnight);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(200, 162, 74, 0.3);
}

.price-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--pearl);
}

/* Results Header */
.products-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}

.results-count {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sort-select {
    background: transparent;
    border: none;
    color: #111;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 60px;
}

.pagination .page-link {
    background: #FFF;
    border: 1px solid #EEE;
    color: #111;
}

.pagination .page-item.active .page-link {
    background: var(--purple);
    border-color: var(--purple);
    color: #FFF;
}

.btn-reset-luxury {
    width: 100%;
    padding: 14px;
    background: transparent;
    border: 1px solid var(--border-light);
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-reset-luxury:hover {
    border-color: var(--purple);
    color: var(--purple);
    background: rgba(200, 162, 74, 0.05);
}


html:lang(ar) {
    body {
        direction: rtl !important;
        font-family: 'Cairo', sans-serif !important;
    }
    .social-label {
        text-align: right;
    }
    .hero {
        direction: rtl;
    }

    .hero-inner {
        direction: rtl;
    }

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

    .hero-title,
    .hero-subtitle {
        text-align: right;
    }

    .contact-hero-v2 .hero-title {
        text-align: center;
    }

    .hero-cta,
    .hero-trust {
        flex-direction: row-reverse;
    }

    .topbar {
        direction: rtl;
    }

    .topbar-left,
    .topbar-item,
    .topbar-right,
    .lang-switcher {
        flex-direction: row-reverse;
    }

    .header {
        direction: rtl;
    }

    .logo-block {
        order: 3;
    }

    .nav-links {
        order: 2;
    }

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

    .menu-trigger {
        margin-left: 0;
        margin-right: 8px;
    }

    .nav-link::before,
    .nav-link::after {
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .sidebar {
        left: auto;
        right: min(-86vw, -380px);
        border-right: none;
        border-left: 1px solid rgba(200, 162, 74, 0.15);
    }

    .sidebar.active {
        left: auto;
        right: 0;
    }

    .sidebar-accent {
        right: auto;
        left: 0;
    }

    .sidebar-close {
        right: auto;
        left: 16px;
    }

    .sidebar-link-premium {
        text-align: right;
    }

    .sidebar-link-premium:hover .link-text,
    .sidebar-link-premium.active .link-text {
        padding-left: 0;
        padding-right: 10px;
    }

    .sidebar-footer-badge {
        flex-direction: row-reverse;
    }

    .sidebar-badge-line {
        background: linear-gradient(to left, transparent, rgba(200, 162, 74, 0.4));
    }

    .global-search-overlay {
        direction: rtl;
    }

    .search-inner {
        flex-direction: row-reverse;
    }

    .global-search-input {
        text-align: right;
    }

    .search-close-btn:hover {
        transform: rotate(-90deg);
    }

    .search-results-container,
    .search-results-list {
        direction: rtl;
    }

    .search-result-info {
        text-align: right;
    }

    .cart-sidebar {
        left: auto;
        right: 0;
        transform: translateX(100%);
        box-shadow: -15px 0 40px rgba(0, 0, 0, 0.08);
    }

    .cart-sidebar.active {
        transform: translateX(0);
    }

    .cart-close-btn:hover {
        transform: rotate(-90deg);
    }

    .cart-item-details {
        align-items: flex-start;
    }

    .cart-item-name,
    .cart-item-category {
        text-align: right !important;
    }

    .cart-item-remove {
        right: auto;
        left: 0;
    }

    .cart-item-price {
        align-self: flex-end;
    }

    .cart-summary-row {
        flex-direction: row-reverse;
    }

    .categories-section {
        direction: rtl;
    }

    .categories-section .section-header {
        direction: rtl;
    }

    .categories-section .section-eyebrow,
    .categories-section .section-title {
        text-align: center;
    }

    .categories-grid {
        direction: rtl;
    }

    .category-card {
        direction: rtl;
    }

    .category-overlay {
        align-items: flex-end;
    }

    .category-ar {
        text-align: right;
        width: 100%;
    }

    .category-desc {
        text-align: right;
        width: 100%;
    }

    .category-name {
        text-align: right;
        width: 100%;
    }

    .category-footer {
        width: 100%;
        align-self: stretch;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .category-link {
        direction: rtl;
        unicode-bidi: isolate;
    }

    .category-link-text,
    .category-link-arrow {
        display: inline-block;
    }

    .stats-bar,
    .stats-grid {
        direction: rtl;
    }

    .menu-trigger.active span:first-child {
        transform: translateY(7.5px) rotate(-45deg);
    }

    .menu-trigger.active span:last-child {
        transform: translateY(-7.5px) rotate(45deg);
    }

    .hero {
        background-image: url('../imgs/hero-ar.png');
    }

    html[dir="rtl"] body {
        text-align: right;
    }

    .hero-text-content {
        text-align: right;
    }

    .hero-separator {
        justify-content: flex-start;
    }

    .hero-main-title {
        letter-spacing: 0;
        line-height: 1.3;
    }

    .btn-discover svg,
    .btn-view-all svg {
        transform: rotate(180deg);
    }

    .nav-link::after {
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .nav-link {
        font-size: 0.85rem;
        letter-spacing: 1.5px;
    }

    .hero-eyebrow {
        letter-spacing: 2px;
    }

    .feature-item {
        text-align: right;
    }

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

    .products-header-left {
        text-align: right;
    }

    .footer-links a:hover {
        transform: translateX(-5px);
    }

    .footer-brand,
    .footer-nav,
    .footer-contact {
        text-align: right;
    }

    .footer-contact-item {
        gap: 20px;
    }

    .contact-icon {
        margin-left: 0;
    }

    .footer-bottom {
        flex-direction: row-reverse;
    }

    .developer-info {
        flex-direction: row-reverse;
    }

    .footer-legal {
        flex-direction: row-reverse;
    }

    .footer-title::after {
        left: auto;
        right: 0;
    }
}



.luxury-footer {
    background-color: var(--midnight);
    color: var(--pearl);
    padding: 40px 0 0px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(109, 117, 255, 0.1);
}


.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 60px;
    margin-bottom: 80px;
}

.footer-brand .footer-logo {
    height: 60px;
    margin-bottom: 25px;
    filter: brightness(1.2);
}

.footer-brand .brand-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--muted);
    margin-bottom: 30px;
    max-width: 320px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(109, 117, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple-light);
    transition: var(--transition);
}

.social-link:hover {
    background: var(--purple);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(109, 117, 255, 0.2);
    border-color: var(--purple);
}

.footer-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: var(--pearl);
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--purple);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--purple-light);
    transform: translateX(5px);
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(109, 117, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    flex-shrink: 0;
}

.contact-info h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--purple-light);
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(109, 117, 255, 0.1), transparent);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--muted);
    font-size: 0.85rem;
    padding: 20px 0;
}

.developer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--muted);
    transition: var(--transition);
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    border: 1px solid rgba(109, 117, 255, 0.05);
}

.developer-info:hover {
    color: var(--purple-light);
    background: rgba(109, 117, 255, 0.05);
    border-color: rgba(109, 117, 255, 0.1);
    transform: translateY(-2px);
}

.dev-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(109, 117, 255, 0.2);
}

.dev-text {
    font-size: 0.8rem;
    font-weight: 500;
}

.dev-text strong {
    color: var(--purple-light);
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--pearl);
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .luxury-footer {
        padding: 60px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    html[lang="ar"] .luxury-footer {
        text-align: right;
    }

    html[lang="ar"] .footer-brand,
    html[lang="ar"] .footer-nav,
    html[lang="ar"] .footer-contact {
        text-align: right;
        display: block;
    }

    html[lang="ar"] .footer-brand .brand-desc {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }

    html[lang="ar"] .footer-socials {
        justify-content: flex-start;
    }

    html[lang="ar"] .footer-links {
        display: block;
    }

    html[lang="ar"] .footer-links a {
        justify-content: flex-start;
        text-align: right;
    }

    html[lang="ar"] .footer-contact-item {
        justify-content: flex-start;
        text-align: right;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    html[lang="ar"] .contact-info {
        text-align: right;
    }

    html[lang="ar"] .footer-title::after {
        left: auto !important;
        right: 0 !important;
        transform: none;
    }

    html[lang="ar"] .footer-bottom {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    html[lang="ar"] .footer-bottom>* {
        margin-left: auto;
        margin-right: auto;
    }

    html[lang="ar"] .developer-info {
        justify-content: center;
    }

    html[lang="ar"] .footer-legal {
        justify-content: center;
        width: 100%;
    }
}


/* Product Show Page */
.product-page-wrapper {
    background: #F5F6FF;
    min-height: 100vh;
    padding-top: 120px;
}

.product-page-wrapper .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 0 30px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--midnight);
}

.product-page-wrapper .breadcrumb a {
    color: rgba(10, 10, 31, 0.5);
    transition: var(--transition);
}

.product-page-wrapper .breadcrumb a:hover {
    color: var(--indigo);
}

.product-page-wrapper .breadcrumb .sep {
    color: rgba(79, 84, 216, 0.2);
}

.product-page-wrapper .breadcrumb .current {
    color: var(--indigo);
}

.product-main {
    padding: 20px 0 0px;
}

.product-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
}

.product-details {
    color: var(--midnight);
    position: sticky;
    top: 120px;
}

.detail-category {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid rgba(79, 84, 216, 0.2);
    border-radius: 30px;
    background: rgba(79, 84, 216, 0.06);
}

.detail-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--midnight);
    line-height: 1.15;
    margin-bottom: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.detail-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(79, 84, 216, 0.1);
    border-bottom: 1px solid rgba(79, 84, 216, 0.1);
    margin-bottom: 30px;
}

.detail-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--midnight);
    letter-spacing: 1px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.detail-price small {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--indigo);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4ade80;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4);
    }

    50% {
        opacity: 0.85;
        box-shadow: 0 0 0 6px rgba(74, 222, 128, 0);
    }
}

.detail-description {
    font-size: 0.92rem;
    color: rgba(10, 10, 31, 0.65);
    line-height: 1.9;
    margin-bottom: 30px;
}

.detail-description p,
.detail-description ul,
.detail-description ol {
    color: rgba(10, 10, 31, 0.65);
}

.detail-option-group {
    margin-bottom: 30px;
}

.option-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(10, 10, 31, 0.5);
    margin-bottom: 14px;
}

.size-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid rgba(79, 84, 216, 0.2);
    border-radius: 8px;
    background: #FFFFFF;
    color: var(--midnight);
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 80px;
    box-shadow: 0 2px 8px rgba(79, 84, 216, 0.06);
}

.size-option:hover:not(.unavailable) {
    border-color: var(--indigo);
    color: var(--indigo);
    background: rgba(79, 84, 216, 0.05);
    transform: translateY(-2px);
}

.size-option.active {
    border-color: var(--purple);
    background: var(--purple);
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(109, 117, 255, 0.35);
}

.size-option.unavailable {
    opacity: 0.3;
    cursor: not-allowed;
    position: relative;
    overflow: hidden;
}

.size-option.unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(-15deg);
}

.size-name {
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.size-price {
    font-size: 0.68rem;
    font-weight: 500;
    opacity: 0.8;
}

.size-option.active .size-price {
    opacity: 1;
}

.detail-actions {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.qty-stepper.luxury {
    display: flex;
    align-items: center;
    border: 1px solid rgba(79, 84, 216, 0.2);
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(79, 84, 216, 0.06);
}

.qty-btn {
    width: 44px;
    height: 54px;
    background: transparent;
    border: none;
    color: rgba(10, 10, 31, 0.45);
    font-size: 1.3rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: rgba(79, 84, 216, 0.06);
}

.qty-val {
    width: 50px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 800;
    color: #4F54D8 !important;
    border-left: 1px solid rgba(79, 84, 216, 0.1);
    border-right: 1px solid rgba(79, 84, 216, 0.1);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-add-to-cart {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 32px;
    height: 54px;
    background: linear-gradient(90deg, var(--indigo) 0%, var(--purple) 100%);
    border: none;
    color: #FFFFFF;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 8px 25px rgba(79, 84, 216, 0.3);
}

.btn-add-to-cart:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(109, 117, 255, 0.5);
    filter: brightness(1.1);
}

.btn-add-to-cart:active {
    transform: translateY(-1px);
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-image-card {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 20px;
    overflow: hidden;
    background: #ECEEFF;
    border: 1px solid rgba(79, 84, 216, 0.1);
    box-shadow: 0 30px 80px rgba(79, 84, 216, 0.12);
}

.main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-image-card:hover .main-img {
    transform: scale(1.03);
}

.img-stock-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(74, 222, 128, 0.35);
    color: #16a34a;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(74, 222, 128, 0.15);
    z-index: 5;
}

[dir="rtl"] .img-stock-badge {
    left: auto;
    right: 18px;
}

.thumb-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thumb-card {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(79, 84, 216, 0.15);
    transition: var(--transition);
    flex-shrink: 0;
    background: #ECEEFF;
}

.thumb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.thumb-card:hover {
    border-color: rgba(79, 84, 216, 0.4);
    transform: translateY(-3px);
}

.thumb-card.active {
    border-color: var(--indigo) !important;
    box-shadow: 0 0 0 1px var(--indigo), 0 8px 20px rgba(79, 84, 216, 0.2);
    transform: scale(1.05);
}

/* --- Trust Bar --- */
.trust-bar-section {
    margin: 40px 0 0;
    padding: 30px 0;
    background: #4F54D8;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-bar-section+.section.featured-section {
    padding-top: 40px;
}

.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.trust-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
    transition: var(--transition);
}

.trust-item:hover .trust-icon {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.trust-item i {
    color: #FFFFFF;
    width: 20px;
    height: 20px;
}

.trust-item span {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .trust-bar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .trust-bar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .trust-bar-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .trust-item {
        justify-content: flex-start;
    }
}


/* --- Related Section  --- */
.related-section {
    padding-bottom: 100px;
    background: #F5F6FF;
    border-top: 1px solid rgba(79, 84, 216, 0.08);
}

.related-section .section-title {
    color: var(--midnight);
}

.related-section .section-eyebrow {
    color: var(--indigo);
}

.related-section .product-card {
    background: #FFFFFF;
    outline-color: rgba(79, 84, 216, 0.08);
}

.related-section .product-name {
    color: var(--midnight);
}

.related-section .product-price {
    color: var(--midnight);
}

.related-section .product-size-btn {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(109, 117, 255, 0.15);
    color: var(--muted);
}

.related-section .product-size-btn.active {
    background: var(--purple);
    border-color: var(--purple);
    color: #FFFFFF;
}

.related-section .product-size-btn:hover {
    border-color: var(--purple);
    color: var(--purple-light);
}

.related-section .swiper-nav-btn {
    background: #FFFFFF;
    border-color: rgba(79, 84, 216, 0.25);
    color: var(--indigo);
}

.related-section .swiper-nav-btn:hover {
    background: var(--purple);
    color: #FFFFFF;
    border-color: var(--purple);
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.products-header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .product-flex {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-gallery {
        order: -1;
    }

    .product-details {
        position: static;
    }

    .main-image-card {
        aspect-ratio: 16/10;
    }
}

@media (max-width: 640px) {
    .product-page-wrapper {
        padding-top: 90px;
    }

    .detail-actions {
        flex-direction: column;
        gap: 16px;
    }

    .qty-stepper.luxury {
        justify-content: center;
        height: 56px;
        width: 100%;
    }

    .btn-add-to-cart {
        height: 56px;
        padding: 12px 32px;
        width: 100%;
    }


    .products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

/* Contact */
.contact-page-wrapper {
    background: #F5F6FF;
    min-height: 100vh;
    padding-top: 0;
}



.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 120px;
}

.contact-card-premium {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 30px 60px rgba(79, 84, 216, 0.05);
    border: 1px solid rgba(79, 84, 216, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-side-premium {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.info-box-v2 {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    text-decoration: none;
    transition: var(--transition);
}

.info-box-v2 .icon-wrapper {
    width: 65px;
    height: 65px;
    background: rgba(79, 84, 216, 0.05);
    border: 1px solid rgba(79, 84, 216, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
    flex-shrink: 0;
    transition: var(--transition);
}

.info-box-v2:hover .icon-wrapper {
    background: var(--indigo);
    color: #FFFFFF;
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 15px 30px rgba(79, 84, 216, 0.2);
}

.info-box-v2 .content h4 {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--indigo);
    margin-bottom: 8px;
}

.info-box-v2 .content p {
    font-size: 1.05rem;
    color: var(--midnight);
    font-weight: 600;
    line-height: 1.5;
}

.contact-form-premium .form-group {
    margin-bottom: 25px;
}

.contact-form-premium .form-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--indigo);
    /* Changed to brand color */
    margin-bottom: 12px;
    opacity: 0.9;
}

.contact-form-premium .form-control {
    width: 100%;
    padding: 18px 24px;
    background: #F9FAFF;
    border: 1px solid rgba(79, 84, 216, 0.1);
    border-radius: 16px;
    font-size: 0.95rem;
    color: var(--midnight);
    transition: var(--transition);
}

.contact-form-premium .form-control:focus {
    outline: none;
    background: #FFFFFF;
    border-color: var(--indigo);
    box-shadow: 0 10px 30px rgba(79, 84, 216, 0.08);
}

.btn-send-premium {
    width: 100%;
    padding: 22px;
    background: var(--indigo);
    color: #FFFFFF;
    border: none;
    border-radius: 18px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 20px 40px rgba(79, 84, 216, 0.2);
}

.btn-send-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(79, 84, 216, 0.3);
    background: #3D42B5;
}

.social-strip {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.social-btn-v2 {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #F9FAFF;
    border: 1px solid rgba(79, 84, 216, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
    transition: var(--transition);
}

.social-btn-v2:hover {
    background: var(--indigo);
    color: #FFFFFF;
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .contact-main-grid {
        grid-template-columns: 1fr;
        padding-bottom: 60px;
    }

    .contact-card-premium {
        padding: 40px 30px;
    }
}

/* Blog Page Wrapper */
.blog-page-wrapper {
    background: #F5F6FF;
    min-height: 100vh;
    padding-top: 0;
}

.blog-hero-v2 {
    padding: 180px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url('/assets/imgs/bg.jpeg') center/cover no-repeat;
    background-attachment: fixed;
}

.blog-hero-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 5, 16, 0.4) 0%, rgba(5, 5, 16, 0.85) 100%);
    z-index: 1;
}

.blog-hero-v2 .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-hero-v2 .section-eyebrow {
    color: var(--purple-light);
    letter-spacing: 6px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

.blog-hero-v2 .hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    color: var(--pearl);
    margin-bottom: 24px;
    line-height: 1.1;
    text-align: center !important;
}

.blog-hero-v2 .hero-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center !important;
}

.blog-main-section {
    padding: 80px 0 120px;
}

.blog-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 in a row */
    gap: 30px;
}

.blog-card-v2 {
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(79, 84, 216, 0.08);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(79, 84, 216, 0.03);
}

.blog-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(79, 84, 216, 0.1);
    border-color: rgba(79, 84, 216, 0.2);
}

.blog-image-wrapper {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.blog-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card-v2:hover .blog-image-wrapper img {
    transform: scale(1.08);
}

.blog-card-v2 .card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-v2 .card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--indigo);
}

.blog-card-v2 .card-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--midnight);
    margin-bottom: 18px;
    line-height: 1.3;
    transition: var(--transition);
}

.blog-card-v2:hover .card-title {
    color: var(--indigo);
}

.blog-card-v2 .card-excerpt {
    font-size: 1rem;
    color: rgba(10, 10, 31, 0.6);
    line-height: 1.7;
    margin-bottom: 30px;
}

.blog-card-v2 .read-more-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--indigo);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: var(--transition);
}

.blog-card-v2 .read-more-btn:hover {
    gap: 15px;
    color: var(--purple-light);
}

/* --- Premium Pagination --- */
.pagination {
    gap: 10px;
    margin: 0;
}

.pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(79, 84, 216, 0.1);
    color: var(--midnight);
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: 0 5px 10px rgba(79, 84, 216, 0.02);
}

.pagination .page-item.active .page-link {
    background: var(--indigo);
    border-color: var(--indigo);
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(79, 84, 216, 0.2);
}

.pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background: #F9FAFF;
    border-color: var(--indigo);
    color: var(--indigo);
    transform: translateY(-3px);
}

.pagination .page-item.disabled .page-link {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 992px) {
    .blog-grid-v2 {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .blog-grid-v2 {
        grid-template-columns: 1fr;
    }
}

/* Blog RTL Styles */
html:lang(ar) .blog-hero-v2,
html:lang(ar) .blog-hero-v2 .hero-title,
html:lang(ar) .blog-hero-v2 .hero-desc,
html:lang(ar) .blog-hero-v2 .section-eyebrow {
    text-align: center !important;
}

html:lang(ar) .blog-card-v2 {
    text-align: right !important;
}

html:lang(ar) .blog-card-v2 .card-content {
    text-align: right !important;
}

html:lang(ar) .blog-card-v2 .card-title,
html:lang(ar) .blog-card-v2 .card-excerpt,
html:lang(ar) .blog-card-v2 .card-meta {
    text-align: right !important;
}

html:lang(ar) .blog-card-v2 .read-more-btn {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 10px;
}

html:lang(ar) .blog-card-v2 .read-more-btn span {
    order: 1;
}

html:lang(ar) .blog-card-v2 .read-more-btn i {
    order: 2;
    transform: rotate(0) !important;
}

/* Global Hero RTL */
html:lang(ar) .premium-hero .hero-title,
html:lang(ar) .premium-hero .hero-desc,
html:lang(ar) .premium-hero .hero-eyebrow {
    text-align: center !important;
}

html:lang(ar) .info-box-v2 {
    flex-direction: row;
    text-align: right;
}

html:lang(ar) .info-box-v2 .icon-wrapper {
    margin-left: 0;
}

html:lang(ar) .contact-hero-v2 .hero-title,
html:lang(ar) .contact-hero-v2 .hero-desc,
html:lang(ar) .contact-hero-v2 .section-eyebrow {
    text-align: center !important;
}

html:lang(ar) .contact-form-premium .form-label {
    text-align: right !important;
    display: block;
}

/* Product Card RTL */
html:lang(ar) .product-card {
    text-align: right !important;
}

html:lang(ar) .product-info {
    text-align: right !important;
}

html:lang(ar) .product-category,
html:lang(ar) .product-name {
    text-align: right !important;
    display: block;
}

html:lang(ar) .product-sizes {
    flex-direction: row !important;
    justify-content: flex-start !important;
}

html:lang(ar) .product-badge {
    right: auto !important;
    left: 15px !important;
}

html:lang(ar) .product-wishlist-toggle {
    left: auto !important;
    right: 15px !important;
}

html:lang(ar) .product-footer {
    flex-direction: row-reverse !important;
}

/* Featured Header RTL */
html:lang(ar) .featured-header {
    text-align: right !important;
}

@media (max-width: 768px) {
    html:lang(ar) .featured-header {
        align-items: flex-start !important;
    }

    html:lang(ar) .featured-header-right {
        flex-direction: row-reverse !important;
    }

    html:lang(ar) .featured-title,
    html:lang(ar) .featured-subtitle {
        text-align: right !important;
    }
}

[dir='rtl'] .category-link-arrow {
    display: inline-block;
    transform: rotate(180deg);
}

[dir='rtl'] .read-more-icon {
    transform: rotate(180deg);
}


/* FQA */
.faq-light-section {
    padding: 100px 0;
    background: #fcfcfc;
}

.faq-light-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-light-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(79, 84, 216, 0.08);
    color: var(--indigo);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.faq-light-title {
    font-size: 2.8rem;
    color: var(--midnight);
    font-family: var(--font-heading);
}

.faq-light-accordion {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-light-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.faq-light-trigger {
    width: 100%;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--indigo);
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: start;
    transition: all 0.3s ease;
}

.faq-light-trigger:hover {
    background: var(--purple);
}

.faq-light-q {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: var(--font-body);
}

.faq-light-icon {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-light-item.active .faq-light-icon {
    transform: rotate(180deg);
}

.faq-light-answer {
    padding: 25px 30px;
    color: rgba(10, 10, 31, 0.7);
    line-height: 1.7;
    font-size: 1.05rem;
    background: #fff;
}

.faq-light-item.active {
    border-color: var(--indigo);
    box-shadow: 0 10px 30px rgba(79, 84, 216, 0.1);
}

@media (max-width: 768px) {
    .faq-light-title {
        font-size: 2rem;
    }

    .faq-light-trigger {
        padding: 18px 20px;
    }

    .faq-light-answer {
        padding: 20px;
    }
}

[dir="rtl"] .faq-light-trigger {
    flex-direction: row;
}

[dir="rtl"] .faq-light-q {
    text-align: right;
    flex: 1;
}

[dir="rtl"] .faq-light-icon {
    margin-inline-start: 20px;
    margin-inline-end: 0;
}

[dir="rtl"] .faq-light-answer {
    text-align: right;
}



/*  */
.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #EEE;
}
.nav-dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: var(--text-secondary, #a0a0a0);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
}
.nav-dropdown-item:hover {
    color: var(--text-primary, #fff);
    background: rgba(255, 255, 255, 0.05);
    border-left-color: var(--text-primary, #fff);
    padding-inline-start: 30px;
}
html[dir="rtl"] .nav-dropdown-item {
    border-left: none;
    border-right: 2px solid transparent;
}
html[dir="rtl"] .nav-dropdown-item:hover {
    border-left: none;
    border-right-color: var(--text-primary, #fff);
}
.sidebar {
    box-shadow: 20px 0 80px rgba(0, 0, 0, 0.25);
}

.sidebar-header-premium {
    padding: 60px 24px 24px;
    background: var(--midnight);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-logo-premium img {
    max-height: 40px;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.3));
}

.sidebar-link-premium {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(79, 84, 216, 0.08) !important;
    background: #fff !important;
    margin-bottom: 4px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sidebar-link-premium.active,
.sidebar-link-premium:hover {
    background: rgba(79, 84, 216, 0.05) !important;
    border-color: rgba(79, 84, 216, 0.2) !important;
    transform: translateX(4px);
}

html[dir="rtl"] .sidebar-link-premium.active,
html[dir="rtl"] .sidebar-link-premium:hover {
    transform: translateX(-4px);
}

.sidebar-link-premium .link-text {
    font-size: 1.2rem !important; 
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.sidebar-link-premium.dropdown-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.link-main-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dropdown-chevron {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--indigo);
    opacity: 0.6;
}

.dropdown-chevron.rotated {
    transform: rotate(180deg);
    opacity: 1;
}

.sidebar-sublinks-container {
    padding: 8px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-inline-start: 32px;
    border-inline-start: 1px solid rgba(79, 84, 216, 0.15);
    margin-bottom: 12px;
}

.sidebar-sublink {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 16px;
    border-radius: 12px;
    margin-inline-start: 8px;
}

.sublink-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(79, 84, 216, 0.2);
    transition: all 0.3s ease;
}

.sidebar-sublink:hover {
    color: var(--indigo);
    background: rgba(79, 84, 216, 0.06);
    transform: translateX(6px);
}

html[dir="rtl"] .sidebar-sublink:hover {
    transform: translateX(-6px);
}

.sidebar-sublink:hover .sublink-dot {
    background: var(--indigo);
    transform: scale(1.4);
    box-shadow: 0 0 8px rgba(79, 84, 216, 0.4);
}

.sidebar-social-premium {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 24px;
}

.sidebar-close {
    background: rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    color: var(--midnight) !important;
}

.sidebar-close:hover {
    background: var(--midnight) !important;
    color: #fff !important;
}