/* ==========================================
   HAJI JEWELRY GLOBAL 2026 — STYLE
   Tailwind + Custom (hj-*)
========================================== */

:root {
    --hj-green: #12362c;        /* سبز لجنی اصلی */
    --hj-green-dark: #36685f;   /* سبز لجنی تیره */
    --hj-green-soft: #E9ECE7;

    --hj-gold: #C6A059;
    --hj-gold-dark: #A77532;
    --hj-ink: #1C1C1C;
    --hj-cream: #F4EFE8;
    --hj-cream-light: #FAF5EE;
    --hj-cream-border: #E1D5C4;
}

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
}
a { text-decoration: none; color: inherit; }
img { display: block; }

/* Global Body */
body {
    background:
        linear-gradient(
            to bottom,
            #F4EFE8 0%,
            #EDE7DC 25%,
            #12362c 100%
        );
    color: var(--hj-ink);
    line-height: 1.7;
}


/* ======================
   NO SCROLLBAR
====================== */
.hj-no-scrollbar::-webkit-scrollbar { display: none; }
.hj-no-scrollbar { scrollbar-width: none; }

/* ======================
   HERO GRID BACKGROUND — FINAL LUXURY VERSION
   Tiffany Green + Cartier Gold
====================== */
.hj-hero-bg {
    position: relative;
    background:

        /* نور سبز جدید */
        radial-gradient(
            circle at 20% 20%,
            rgba(47,92,84,0.85),
            rgba(28,49,45,1) 60%
        ),

        /* های‌لایت سبز طلایی هماهنگ با رنگ جدید */
        radial-gradient(
            circle at 80% 80%,
            rgba(47,92,84,0.45),
            rgba(28,49,45,1) 70%
        ),

        /* گرادیان سبز عمیق بر اساس رنگ جدید */
        linear-gradient(
            to bottom,
            #234640 0%,
            #2f5c54 50%,
            #234640 100%
        );
}



/* گرید طلایی – بدون تغییر */
.hj-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px),
        repeating-linear-gradient(-45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px);
    background-size: 26px 26px, 26px 26px, 38px 38px, 38px 38px;
    opacity: .20;
}




/* Glow under title */
.hj-title-glow {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--hj-green), var(--hj-gold));
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(198,160,89,0.6);
}

/* Elevated Hero Card */
.hj-card-elevated {
    background: rgba(255,255,255,0.96);
    border-radius: 28px;
    padding: 18px;
    border: 1px solid #f0e3d1;
    box-shadow:
        0 22px 60px rgba(0,0,0,0.14),
        0 10px 24px rgba(0,0,0,0.06),
        0 0 20px rgba(210,170,90,0.20);
}

/* Pills */
.hj-soft-pill {
    border-radius: 18px;
    border: 1px solid rgba(220,200,170,0.65);
    background: rgba(255,255,255,0.85);
    padding: 8px 12px;
}

/* ============================
   STORY RING (Instagram style)
============================ */
.hj-story-item {
    cursor: pointer;
    border: none;
    background: transparent;
}

.hj-story-ring {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    padding: 3px;

    background: conic-gradient(
        #1F2D25,
        #C6A059,
        #1F2D25,
        #A77532,
        #1F2D25
    );

    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}


.hj-story-thumb {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #ffffff;
    object-fit: cover;

    border: 2px solid rgba(198,160,89,0.55);
}


/* ============================
   STORY MODAL
============================ */
.hj-story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.hj-story-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(6px);
}


.hj-story-box {
    position: relative;
    width: 92%;
    max-width: 380px;
    margin: 60px auto;
    padding: 12px;
    background: linear-gradient(145deg, #ffffffdd, #f8f3ea);
    border: 1px solid rgba(198,160,89,0.45);
    border-radius: 24px;
    box-shadow: 
        0 20px 50px rgba(0,0,0,0.25),
        0 0 22px rgba(198,160,89,0.30);}

.hj-story-close {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
}

.hj-story-img {
    width: 100%;
    border-radius: 18px;
}

/* ======================
   TABS
====================== */
.hj-tab-btn {
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #e0d3c1;
    background: #ffffffcc;
    transition: .2s;
    cursor: pointer;
}

.hj-tab-btn:hover { transform: translateY(-1px); }

.hj-tab-btn.is-active {
    background: #111;
    color: #f7f3ec;
    border-color: var(--hj-gold);
}

/* ======================
   PRODUCT GRID
====================== */

.hj-product-grid.is-active {
    display: grid;
}

/* Product Card */
.hj-product-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.hj-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* Hover Overlay CTA */
.hj-card-hover {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: .2s;
}

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

.hj-hover-view,
.hj-hover-cart {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    border: none;
    cursor: pointer;
    transition: .2s;
}

.hj-hover-cart {
    background: var(--hj-green);
    color: #fff;
}

.hj-hover-view:hover,
.hj-hover-cart:hover {
    transform: translateY(-2px);
}

/* ======================
   COLLECTION CARD
====================== */
.hj-collection-card {
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, #fdf7ea, #f4ebdf);
    border: 1px solid #e1d4c0;
    transition: .25s;
}

.hj-collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ======================
   CATEGORY ROW
====================== */
.hj-category-row {
    border-radius: 22px;
    padding: 20px;
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    box-shadow: 0 10px 32px rgba(0,0,0,0.10);
}

/* ======================
   STORY / ABOUT
====================== */
.hj-story-card {
    border-radius: 24px;
    background: #fdf9f2;
    padding: 22px;
    border: 1px solid #e3d6c3;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Underline link */
.hj-link-underline {
    position: relative;
}
.hj-link-underline::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 40%;
    height: 1px;
    background: var(--hj-gold);
    transition: .25s;
}
.hj-link-underline:hover::after { width: 100%; }

/* ======================
   BUTTONS
====================== */
.hj-btn-glass,
.hj-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 13px;
    cursor: pointer;
    transition: .22s;
}

.hj-btn-primary {
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 12px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    transition: .22s;
}

.hj-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(107,175,146,0.6);
}

.hj-btn-glass {
    background: rgba(255,255,255,0.6);
    border: 1px solid #c9a15f99;
    backdrop-filter: blur(10px);
}
.hj-btn-glass:hover {
    background: #fff;
}

.hj-btn-outline {
    background: #ffffffcc;
    border: 1px solid #d3c7b6;
}
.hj-btn-outline:hover {
    border-color: var(--hj-gold);
}
/* خط زیر منوی هدر */
.hj-nav-underline {
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, var(--hj-gold), transparent);
    transition: width .25s ease;
}
a:hover .hj-nav-underline { width: 100%; }


/* افکت هدر در اسکرول */
#hj-header.hj-scrolled {
    backdrop-blur: 28px;
    background: rgba(255,255,255,0.92);
    border-bottom-color: #e3d7c9;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* دکمه سبد */
.hj-cart-btn {
    transition: all .25s ease;
    cursor: pointer;
}
.hj-cart-btn:hover {
    transform: translateY(-2px);
}

/* مینی‌کارت */
#hj-mini-cart {
    animation: cartDrop .25s ease;
}
@keyframes cartDrop {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* GOLD SHINE BORDER BOX */
.hj-footer-box {
    background: linear-gradient(135deg, #ffffffdd, #f8f3ea);
    border: 1px solid #e6d7c5;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

/* HEADER scroll */
#hj-header.hj-scrolled {
    background: rgba(255,255,255,0.96) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    border-color: #d8c9b4;
}

/* MINI CART animation */
@keyframes cartDrop {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* HEADER SCROLL EFFECT */
#hj-header.scrolled {
    background: rgba(255,255,255,0.92) !important;
    border-color: #dfcfb8 !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* MINI CART DROP */
#hj-mini-cart {
    animation: miniCartGo .22s ease;
}
@keyframes miniCartGo {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* ============================
   HERO – pattern & badge & brand box
============================ */
.hj-hero-pattern {
    position: absolute;
    inset: -14px -14px -18px -14px;
    border-radius: 32px;
    background-image:
        linear-gradient(90deg, rgba(46,63,54,0.10) 1px, transparent 1px),
        linear-gradient(rgba(46,63,54,0.10) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .10;
    z-index: 0;
}

.hj-hero-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, var(--hj-gold), var(--hj-gold-dark));
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.20);
}
.hj-brand-box {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(214,195,165,0.7);
    background: rgba(255,255,255,0.85);
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

/* نرخ لحظه‌ای طلا */
.hj-gold-box {
    padding: 10px 14px;
    border: 1px solid rgba(198,160,89,0.45);
    background: #fff;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

/* ============================
   GOLD STRIP (services)
============================ */
.hj-gold-strip {
    background: linear-gradient(90deg, #1F2D25, #2E3F36);

    color: #f7f3ec;
}
.hj-gold-item svg {
    width: 18px;
    height: 18px;
    opacity: .85;
}

/* ============================
   COLLECTION CARDS – upgraded
============================ */
.hj-collection-card {
    position: relative;
    border-radius: 20px;
    padding: 18px 16px 14px 16px;
    background: linear-gradient(135deg, #ffffff, #faf5ee);
    border: 1px solid #eadfcd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: .25s ease;
}
.hj-collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.13);
    background: radial-gradient(circle at 0 0, #fffaf1, #ffffff);
}
.hj-collection-thumb {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.hj-collection-view {
    font-size: 12px;
    color: var(--hj-green);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ============================
   PRODUCT CARD badges + subtext
============================ */
.hj-product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.hj-price-sub {
    font-size: 11px;
    color: #71685a;
}

/* ============================
   CATEGORY ROW slider
============================ */
.hj-row-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
}
.hj-row-slider > * {
    scroll-snap-align: center;
}
.hj-row-slider::-webkit-scrollbar {
    height: 6px;
}
.hj-row-slider::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 999px;
}
.hj-row-slider::-webkit-scrollbar-track {
    background: transparent;
}

/* ============================
   CONTACT / STORY section
============================ */
.hj-contact-textarea {
    border-radius: 18px;
    border: 1px solid #e3d6c3;
    background: #fffdf8;
    resize: vertical;
    outline: none;
    transition: .2s;
}
.hj-contact-textarea:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px rgba(107,175,146,0.45);
    background: #ffffff;
}
.hj-quote-box {
    border-radius: 16px;
    background: #f9f2e7;
    border: 1px solid #e5d4c1;
    padding: 10px 12px;
    font-size: 12px;
    color: #6a5f51;
}
/* رفع چسبیدن زیر هم */
.hj-row-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 18px !important;
    scroll-snap-type: x mandatory;
}

.hj-row-slider > .hj-product-card {
    flex: 0 0 230px !important;
    max-width: 230px !important;
    scroll-snap-align: center;
}
/* ------------------------------------------------------ */
/*      PREMIUM SLIDERS — SOFT SHADOW (Luxury 2026)       */
/* ------------------------------------------------------ */

/* Wrapper with fade sides */
.hj-premium-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;

}

/* Slider track */
.hj-premium-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 2px 14px;
    scrollbar-width: none;
}
.hj-premium-slider::-webkit-scrollbar {
    display: none;
}

/* Single slide card (soft shadow version) */
.hj-premium-slide {
    flex: 0 0 230px;
    max-width: 230px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    box-shadow:
        0 3px 8px rgba(0,0,0,0.04),
        0 12px 22px rgba(0,0,0,0.05);
    transition: .22s ease;
    border: 1px solid rgba(225,215,197,0.45);
}

.hj-premium-slide:hover {
    transform: translateY(-4px);
    box-shadow:
        0 6px 16px rgba(0,0,0,0.06),
        0 14px 26px rgba(0,0,0,0.08);
}

/* Image */
.hj-premium-slide img {
    border-radius: 14px;
}

.hj-slider-fade-left,
.hj-slider-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    pointer-events: none;
    z-index: 1; /* FIXED */
}


.hj-slider-fade-left {
    left: 0;
    background: linear-gradient(to right, #fbf8f2ff, #fbf8f2dd, transparent);
}

.hj-slider-fade-right {
    right: 0;
    background: linear-gradient(to left, #fbf8f2ff, #fbf8f2dd, transparent);
}

/* Small sub price text */
.hj-price-sub {
    font-size: 11px;
    color: #8e826f;
}
/* ============================================ */
/*         CATEGORY LUX BOX (Cartier style)     */
/* ============================================ */

.hj-category-lux {
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    border-radius: 26px;
    padding: 22px;
    box-shadow:
        0 12px 32px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);
    position: relative;
}

/* small shine top */
.hj-category-lux::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.45), transparent 35%);
    pointer-events: none;
}

/* HEADER box */
.hj-category-head {
    background: #fff;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid #12362c;
    box-shadow:
        0 6px 14px rgba(0,0,0,0.05),
        0 2px 6px rgba(0,0,0,0.03);
}

/* VIEW LINK */
.hj-category-view {
    font-size: 13px;
    color: var(--hj-gold);
    transition: .2s ease;
}
.hj-category-view:hover {
    color: var(--hj-gold-dark);
    transform: translateX(-3px);
}


/* ===========================================================
   POPULAR PRODUCTS BOX — Luxury 2026 (Green + Cream Style)
=========================================================== */

.hj-popular-lux {
    background: #fbf6ee;
    border: 1px solid #eadfcd;
    border-radius: 28px;
    padding: 26px;
    margin-top: 14px;
    box-shadow:
        0 12px 28px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);
    position: relative;
}

/* subtle shine on top */
.hj-popular-lux::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.55), transparent 40%);
    pointer-events: none;
}

/* HEAD BOX */
.hj-popular-head {
    background: #fff;
    padding: 16px 20px;
    border-radius: 20px;
    border: 1px solid #e8dccb;
    box-shadow:
        0 6px 14px rgba(0,0,0,0.05),
        0 2px 6px rgba(0,0,0,0.03);
}

/* HOT badge (green version) */
.hj-popular-tag {
    background: linear-gradient(135deg, var(--hj-green), var(--hj-green-dark));
    color: #fff;
    padding: 5px 14px;
    font-size: 11px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* Reduce shadow for premium slides (cleaner) */
.hj-premium-slide {
    border-color: rgba(225,215,197,0.35) !important;
    box-shadow:
        0 3px 6px rgba(0,0,0,0.04),
        0 10px 18px rgba(0,0,0,0.05) !important;
}
.hj-premium-slide:hover {
    box-shadow:
        0 5px 12px rgba(0,0,0,0.06),
        0 14px 22px rgba(0,0,0,0.08) !important;
}





.hj-slider-fade-right {
    right: -2px !important;
    background: linear-gradient(to left,
        #fbf6eeff, #fbf6eecc, transparent);
}
/* ==========================================================
   GLOBAL PRODUCT CATALOG — HAJI JEWELRY 2026
========================================================== */



/* =========== WRAPPER GRID =========== */
.hj-catalog-wrapper {
    background: linear-gradient(to bottom,#fbf8f2,#f6f1ea,#efe6db);
}

.hj-catalog-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 26px;
}

@media(max-width: 900px) {
    .hj-catalog-grid {
        grid-template-columns: 1fr;
    }
}

/* =========== SIDEBAR =========== */
.hj-catalog-sidebar {
    background: #ffffffcc;
    backdrop-filter: blur(12px);
    border: 1px solid #e4d9c9;
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}

.hj-side-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--hj-ink);
    margin-bottom: 10px;
}

.hj-side-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #5e5e5e;
    transition: .2s;
}

.hj-side-list li a:hover {
    color: var(--hj-green-dark);
}

.hj-side-list li a.active {
    font-weight: 600;
    color: var(--hj-green);
}

.hj-separator {
    height: 1px;
    background: #e4d9c9;
    margin: 18px 0;
}

/* FILTERS */
.hj-filter-group {
    margin-bottom: 14px;
}

.hj-filter-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: #666;
}

.hj-filter-group input,
.hj-filter-group select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #decfbf;
    border-radius: 10px;
    background: #fffdfb;
    outline: none;
    transition: .2s;
}
.hj-filter-group input:focus,
.hj-filter-group select:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px var(--hj-green);
}

/* =========== CATALOG HEADER =========== */
.hj-catalog-head {
    background: #ffffffee;
    border: 1px solid #e4d9c9;
    padding: 16px 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

.hj-sort-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hj-sort-form select {
    padding: 6px 10px;
    border-radius: 14px;
    border: 1px solid #ded3c2;
    background: #fff;
    font-size: 13px;
}

/* NOT FOUND */
.hj-notfound {
    text-align: center;
    padding: 40px;
    font-size: 15px;
    color: #666;
}

/* =========== PRODUCT GRID =========== */


.hj-pcard {
    display: block;
    background: #fff;
    border: 1px solid #e7dccd;
    border-radius: 20px;
    padding: 14px;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.04),
        0 12px 22px rgba(0,0,0,0.05);
    transition: .25s;
}

.hj-pcard:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.06),
        0 14px 28px rgba(0,0,0,0.08);
}

/* IMAGE */
.hj-pcard-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
}

/* BODY */
.hj-pcard-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.hj-pcard-meta {
    margin-top: 4px;
    font-size: 12px;
    color: #757575;
    display: flex;
    justify-content: space-between;
}

.hj-pcard-price {
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
    color: var(--hj-green);
}

/* BADGES */
.hj-badge {
    margin-top: 6px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
}
.hj-badge.success {
    background: rgba(107,175,146,0.15);
    color: var(--hj-green-dark);
}
.hj-badge.danger {
    background: #ffe4e4;
    color: #cc0000;
}

/* PAGINATION */
.hj-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.hj-pagination a {
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2d4c2;
    color: #444;
    transition: .22s;
}

.hj-pagination a:hover {
    border-color: var(--hj-green);
    color: var(--hj-green);
}

.hj-pagination a.active {
    background: var(--hj-green);
    color: #fff;
    border-color: var(--hj-green);
}
/* ====================================================
   PRODUCT PAGE – HAJI JEWELRY 2026
==================================================== */



/* GRID WRAPPER */
.hj-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    gap: 20px;
}

@media(max-width: 900px) {
    .hj-product-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================== */
/*       GALLERY         */
/* ===================== */

.hj-gallery {
    background: #fff;
    border: 1px solid #e9dfd1;
    border-radius: 22px;
    padding: 18px;
    box-shadow:
        0 6px 20px rgba(0,0,0,0.06),
        0 12px 30px rgba(0,0,0,0.05);
}

.hj-gallery-main img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    transition: .25s;
    cursor: zoom-in;
}

.hj-gallery-main img:hover {
    transform: scale(1.03);
}

/* thumbs */

.hj-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.hj-thumb-item {
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #faf7f2;
    transition: .25s;
}

.hj-thumb-item:hover {
    border-color: var(--hj-green);
}

.hj-thumb-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


/* ===================== */
/*         INFO          */
/* ===================== */

.hj-pinfo {
    background: #ffffffdd;
    border: 1px solid #e6dac9;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.07);
}

.hj-p-title {
    font-size: 27px;
    font-weight: 600;
    color: var(--hj-ink);
}

.hj-p-sku {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

/* PRICE BOX */
.hj-price-box {
    margin-top: 20px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #eadfce;
    background: linear-gradient(135deg,#ffffff,#faf7f2);
    box-shadow: 0 6px 20px rgba(0,0,0,0.05) inset;
}

.hj-price-main {
    font-size: 26px;
    font-weight: bold;
    color: var(--hj-green);
}

.hj-price-main span {
    font-size: 14px;
}

.hj-price-meta {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}

/* ATTRIBUTES */
.hj-attr-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e6dac9;
    border-radius: 20px;
    margin-top: 28px;
}

.hj-attr-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--hj-ink);
}

.hj-attr-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #e4d7c9;
}

.hj-attr-row:last-child {
    border-bottom: none;
}

.hj-attr-row .key {
    color: #555;
    font-size: 13px;
}

.hj-attr-row .val {
    color: var(--hj-green-dark);
    font-weight: 500;
}

/* DESCRIPTION */
.hj-desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
    color: #4d4d4d;
}

/* CART FORM */
.hj-cartbox {
    margin-top: 28px;
}

.hj-qty-label {
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

.hj-qty {
    width: 80px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #decfbf;
    border-radius: 14px;
}



.hj-btn-primary:hover {
    background: var(--hj-green-dark);
}
/* =====================================================
   CART PAGE — HAJI JEWELRY 2026
===================================================== */


.hj-cart-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--hj-ink);
    text-align: center;
}

/* EMPTY BOX */
.hj-cart-empty {
    background: #ffffffcc;
    border: 1px solid #e8dac8;
    padding: 40px 20px;
    border-radius: 22px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* GRID */
.hj-cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media(max-width: 900px) {
    .hj-cart-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================= */
/*        ITEM LIST          */
/* ========================= */

.hj-cart-card {
    display: flex;
    gap: 18px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eadfcd;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.05),
        0 10px 24px rgba(0,0,0,0.06);
    margin-bottom: 16px;
    transition: .25s ease;
}

.hj-cart-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 6px 16px rgba(0,0,0,0.07),
        0 14px 32px rgba(0,0,0,0.08);
}

.hj-cart-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 16px;
}

.hj-cart-info {
    flex: 1;
}

.hj-cart-info .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.hj-cart-info .meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    gap: 12px;
}

.hj-cart-info .price {
    font-size: 18px;
    font-weight: bold;
    color: var(--hj-green);
    margin-bottom: 6px;
}

.hj-cart-info .qty {
    font-size: 13px;
}

/* RIGHT SIDE */
.hj-cart-side {
    text-align: left;
}

.hj-cart-side .total {
    margin-bottom: 12px;
    font-size: 14px;
}

.remove-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    color: #b14747;
    background: #ffecec;
    border-radius: 12px;
    border: 1px solid #ffd1d1;
    transition: .25s;
}

.remove-btn:hover {
    background: #ffdbdb;
}

/* ========================= */
/*       SUMMARY BOX         */
/* ========================= */

.hj-cart-summary {
    background: #ffffffdd;
    border: 1px solid #e7d8c6;
    backdrop-filter: blur(10px);
    padding: 24px;
    border-radius: 22px;
    box-shadow:
        0 6px 20px rgba(0,0,0,0.06),
        0 12px 28px rgba(0,0,0,0.05);
}

.sum-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 14px;
}


.hj-btn-primary:hover {
    transform: translateY(-2px);
}

.hj-btn-glass {
    border: 1px solid var(--hj-gold);
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 10px;
    font-size: 14px;
    transition: .25s;
}
.hj-btn-glass:hover {
    background: #fff;
}
/* ==========================================================
   CHECKOUT — HAJI JEWELRY 2026
========================================================== */



/* PAGE TITLE */
.hj-checkout-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}

/* GRID */
.hj-checkout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}
@media(max-width: 900px) {
    .hj-checkout-grid {
        grid-template-columns: 1fr;
    }
}

/* Error Box */
.hj-checkout-error {
    background: #ffe6e6;
    color: #b54545;
    border: 1px solid #ffcccc;
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 20px;
}

/* ========================= */
/*     FORM CARD  (LEFT)     */
/* ========================= */
.hj-checkout-formbox {
    background: #ffffffdd;
    border: 1px solid #e7d7c5;
    border-radius: 22px;
    backdrop-filter: blur(16px);
    padding: 24px;
    box-shadow:
        0 10px 32px rgba(0,0,0,0.06),
        0 20px 40px rgba(0,0,0,0.05);
}

.hj-checkout-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Form */
.hj-checkout-form .form-row {
    margin-bottom: 14px;
}

.hj-checkout-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #71685a;
}

.hj-checkout-form input,
.hj-checkout-form textarea {
    width: 100%;
    background: #ffffffcc;
    border: 1px solid #e3d7c5;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 14px;
    transition: .22s;
}

.hj-checkout-form input:focus,
.hj-checkout-form textarea:focus {
    border-color: var(--hj-green);
    box-shadow: 0 0 0 1px rgba(107,175,146,0.45);
    background: #fff;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* ========================= */
/*     SUMMARY  (RIGHT)      */
/* ========================= */
.hj-checkout-summary {
    background: #ffffffdd;
    border: 1px solid #e7d7c5;
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(16px);
    box-shadow:
        0 8px 28px rgba(0,0,0,0.05),
        0 16px 36px rgba(0,0,0,0.06);
}

/* Product rows */
.hj-sum-products {
    margin-bottom: 14px;
}

.hj-sum-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee2d6;
}

.hj-sum-item .name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hj-sum-item .meta {
    font-size: 12px;
    color: #8a8377;
    margin-bottom: 2px;
}

.hj-sum-item .total {
    font-size: 14px;
    font-weight: bold;
    color: var(--hj-green);
}

.hj-sum-divider {
    height: 1px;
    background: #e2d6c6;
    margin: 14px 0;
}

.hj-sum-final {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
}

/* NOTE */
.hj-checkout-note {
    font-size: 12px;
    color: #7c705f;
    margin-top: 12px;
}

/* Button shared */

.hj-btn-primary:hover {
    transform: translateY(-2px);
}
.hj-premium-slide {
    position: relative !important; /* لازم */
    z-index: 3;
}
.hj-premium-slide:hover .hj-card-hover {
    opacity: 1 !important;
}
.hj-card-hover {
    position: absolute;
    inset: 0;
    z-index: 10 !important;
    opacity: 0;
    transition: .2s;
}
.hj-slider-fade-left,
.hj-slider-fade-right {
    z-index: 1 !important;
}
/* ============================================= */
/*        COLLECTIONS – MINIMAL NO-IMAGE STYLE   */
/* ============================================= */

.hj-collection-minimal {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 18px;
    border: 1px solid #eadfcd;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.03),
        0 10px 22px rgba(0,0,0,0.04);
    transition: .25s ease;
    position: relative;
    overflow: hidden;
}

.hj-collection-minimal:hover {
    transform: translateY(-4px);
    box-shadow:
        0 10px 26px rgba(0,0,0,0.06),
        0 16px 32px rgba(0,0,0,0.10);
}


.hj-collection-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg,#fffaf1,#ffffff);
    border: 1px solid #e3d7c4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.07);
}

.hj-collection-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--hj-gold);
}

.hj-collection-link {
    font-size: 12px;
    color: var(--hj-green);
    transition: .25s;
}

.hj-collection-link:hover {
    color: var(--hj-green-dark);
    transform: translateX(-3px);
}
/* ============================
   LUXURY LOGIN BACKGROUND
============================ */
.hj-login-bg {
    background:
        radial-gradient(circle at 0% 0%, rgba(78,169,133,0.28), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.22), transparent 60%),
        linear-gradient(to bottom, #FBF8F2 0%, #F6F1EA 50%, #F1E8DD 100%);
    position: relative;
    overflow: hidden;
}

/* ============================
   AUTH CARD
============================ */
.hj-auth-card {
    width: 100%;
    max-width: 440px;
    padding: 32px 28px;
    border-radius: 26px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(198,160,89,0.35);
    box-shadow: 0 18px 42px rgba(0,0,0,0.12);
    position: relative;
    z-index: 5;
}

/* عنوان */
.hj-auth-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #1C1C1C;
}

.hj-auth-subtitle {
    text-align: center;
    margin-top: 6px;
    font-size: 13px;
    color: #6c6c6c;
}

/* پیام خطا */
.hj-auth-error {
    background: rgba(255,80,80,0.14);
    border: 1px solid rgba(255,60,60,0.35);
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    color: #a11717;
    text-align: center;
    margin-top: 12px;
}

/* فرم */
.hj-auth-form {
    margin-top: 18px;
}

.hj-auth-label {
    font-size: 13px;
    margin-bottom: 6px;
    color: #1C1C1C;
    display: block;
}

/* اینپوت‌ها */
.hj-auth-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e1d8c9;
    font-size: 14px;
    margin-bottom: 14px;
    transition: all .25s;
}

.hj-auth-input:focus {
    border-color: #4EA985;
    box-shadow: 0 0 0 3px rgba(78,169,133,0.25);
}

/* دکمه */
.hj-auth-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 18px;
    background: linear-gradient(to right, #4EA985, #3B7F65);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 10px 26px rgba(78,169,133,0.45);
    transition: .25s;
}

.hj-auth-btn:hover {
    box-shadow: 0 16px 32px rgba(78,169,133,0.6);
}

/* لینک‌ها */
.hj-auth-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.hj-auth-link {
    font-size: 12px;
    color: #4EA985;
    transition: .2s;
}

.hj-auth-link:hover {
    color: #3B7F65;
    text-decoration: underline;
}

/* -----------------------------------------------------
   SIDEBAR – RESPONSIVE GLASS
----------------------------------------------------- */
.hj-sidebar {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(198,160,89,0.35);
    border-radius: 22px;
    padding: 0;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* فاصله داخل */
.hj-sidebar-inner {
    padding: 22px;
}

.hj-user-avatar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.avatar-circle {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(78,169,133,.45);
}

.avatar-name {
    font-size: 16px;
    font-weight: 600;
    color:#1C1C1C;
}

.avatar-email {
    font-size: 12px;
    color:#777;
}

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

.hj-sidebar-links li {
    margin-bottom: 10px;
}

.hj-sidebar-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    color:#1C1C1C;
    transition: .25s;
}

.hj-sidebar-links a:hover {
    background: rgba(78,169,133,0.12);
    color:#3B7F65;
}

.hj-sidebar-links .logout {
    color:#c33;
}

.hj-sidebar-links .logout:hover {
    background: rgba(255,0,0,0.1);
}

/* -----------------------------------------------------
   PROFILE CARD – WIDER + RESPONSIVE
----------------------------------------------------- */
.hj-profile-card {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(198,160,89,0.3);
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);

    /* پهن‌تر در لپ‌تاپ */
    width: 100%;
}

/* فقط در لپ‌تاپ و دسکتاپ — پهن‌تر */
@media (min-width: 1024px) {
    .hj-profile-card {
        padding: 42px;
        width: 115%;
        margin-right: -5%;
    }
}

.hj-profile-title {
    font-size: 20px;
    font-weight: 600;
    color:#1C1C1C;
    margin-bottom: 10px;
}

/* GRID */
.hj-profile-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 25px;
}

/* موبایل: فقط ۱ ستون */
@media (max-width: 640px) {
    .hj-profile-grid {
        gap: 12px;
    }
}

.hj-profile-row {
    padding: 12px 14px;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(198,160,89,0.25);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

/* موبایل — ردیف‌ها خط‌به‌خط */
@media (max-width: 640px) {
    .hj-profile-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        font-size: 13px;
        padding: 12px;
    }
}

.hj-profile-row .label {
    color:#666;
}

.hj-profile-row .value {
    font-weight: 600;
    color:#1C1C1C;
}

/* دکمه */
.hj-profile-edit-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color:#fff;
    border-radius: 16px;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(78,169,133,.45);
    transition: .25s;
}

.hj-profile-edit-btn:hover {
    box-shadow: 0 16px 34px rgba(78,169,133,.65);
}

/* -----------------------------------------------------
   PAGE LAYOUT RESPONSIVE
----------------------------------------------------- */

/* در موبایل → سایدبار میره پایین */
@media (max-width: 1024px) {
    .hj-profile-wrapper .grid {
        grid-template-columns: 1fr !important;
    }

    .hj-sidebar {
        order: 2;
    }

    .hj-profile-card {
        order: 1;
        width: 100%;
        margin: 0;
    }
}

/* در تبلت سایدبار باریک‌تر می‌شود */
@media (max-width: 768px) {
    .hj-sidebar-inner {
        padding: 16px;
    }

    .avatar-circle {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .avatar-name {
        font-size: 14px;
    }

    .hj-profile-card {
        padding: 24px;
    }
}
/* ================== PAGE WRAPPER ================== */
.hj-profile-wrapper {
    background: linear-gradient(to bottom, #faf8f3, #f4efe8);
}

/* Title */
.hj-page-title {
    font-size: 26px;
    font-weight: 600;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    gap: 10px;
}
.title-bar {
    width: 6px;
    height: 26px;
    background: var(--hj-green);
    border-radius: 6px;
}

/* ================== GRID ================== */
.hj-profile-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
}
@media(max-width:1024px){
    .hj-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* ================== SIDEBAR ================== */
.hj-sidebar {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(198,160,89,.25);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
}
.hj-sidebar-inner { padding: 22px; }

.hj-user-avatar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}
.avatar-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(78,169,133,.45);
}
.avatar-name { font-size: 15px; font-weight: 600; }
.avatar-email { font-size: 12px; color:#777; }

.hj-sidebar-links li { margin-bottom: 8px; }
.hj-sidebar-links a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.25s;
    color:#1c1c1c;
}
.hj-sidebar-links a:hover,
.hj-sidebar-links a.active {
    background: rgba(78,169,133,0.15);
    color:#3B7F65;
}
.hj-sidebar-links .logout { color:#c0392b; }

/* ================== PROFILE CARD ================== */
.hj-profile-card {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(198,160,89,.25);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(0,0,0,.07);
}
.hj-profile-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.hj-profile-desc {
    font-size: 14px;
    color:#666;
    margin-bottom: 24px;
}

/* ================== FORM ================== */
.hj-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
@media(max-width:768px){
    .hj-form-grid {
        grid-template-columns: 1fr;
    }
}

.hj-label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color:#444;
}

.hj-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    transition: .3s;
}
.hj-input:focus {
    border-color: #4EA985;
    box-shadow: 0 0 0 3px rgba(78,169,133,0.25);
}

/* BUTTON */
.hj-profile-edit-btn {
    padding: 14px;
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color:#fff;
    font-size: 14px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(78,169,133,.45);
    transition: .3s;
}
.hj-profile-edit-btn:hover {
    box-shadow: 0 16px 34px rgba(78,169,133,.6);
}
/* TABLE WRAPPER */
.orders-table-wrapper,
.hj-orders-table {
    width: 100%;
}

.hj-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.hj-orders-table thead tr th {
    font-size: 13px;
    padding: 10px 8px;
    color: #6b6b6b;
    font-weight: 600;
    border-bottom: 1px solid #e7e0d4;
    text-align: center;
}

.hj-orders-table tbody tr {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(198,160,89,0.25);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.hj-orders-table tbody td {
    padding: 14px 8px;
    font-size: 14px;
    text-align: center;
}

/* ORDER VIEW BUTTON */
.order-view-btn {
    background: linear-gradient(135deg,#4EA985,#3B7F65);
    color: white;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 12px;
    box-shadow: 0 4px 14px rgba(78,169,133,.35);
    transition: .2s;
}

.order-view-btn:hover {
    box-shadow: 0 6px 20px rgba(78,169,133,.5);
}

/* STATUS BADGES */
.order-status {
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.badge-success     { background: #4EA98522; color: #2b644e; }
.badge-warning     { background: #ffca2b33; color: #8a5e00; }
.badge-danger      { background: #ff4d4d2b; color: #a62323; }
.badge-info        { background: #56c4ff33; color: #176b8a; }
.badge-blue        { background: #2c8ef622; color: #1454a8; }
.badge-darkgreen   { background: #3d7f5f33; color: #20523b; }
.badge-gray        { background: #e1e1e1; color: #555; }
/* ============================================
   GOLD STRIP 2026 — Luxury Dark Green Section
============================================ */

.hj-gold-strip-2026 {
    background: linear-gradient(
        135deg,
        #12362c 0%,
        #36685f 50%,
        #12362c 100%
    );
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* آیکون */
.hj-gold-icon svg {
    width: 28px;
    height: 28px;
    stroke: #C6A059; /* طلایی */
    opacity: 0.95;
}

/* عنوان کوچک */
.hj-gold-title {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}

/* متن اصلی */
.hj-gold-text {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* Divider بین موارد */
.hj-gold-divider {
    width: 1px;
    height: 38px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.00),
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.00)
    );
    opacity: 0.5;
}

/* سرویس آیتم */
.hj-gold-service {
    min-width: 120px;
    transition: all .25s ease;
}

.hj-gold-service:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* FIX product card height match */
.hj-product-card {
    min-height: 320px;
}
@media(max-width:480px){
    h1 { font-size: 22px !important; }
    h2 { font-size: 18px !important; }
}
@media(max-width:640px){
    .hj-gallery-main img {
        height: 260px !important;
    }
}
@media(max-width:640px){
    .hj-hero-grid {
        opacity: .08 !important;
    }
}
/* FIX slider width on small screens */
@media(max-width:480px){
    .hj-premium-slide {
        flex: 0 0 190px !important;
        max-width: 190px !important;
    }
}
/* FIX universal mobile grid */
@media(max-width:640px){
    .hj-product-grid,
    .hj-catalog-grid,
    .hj-profile-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}
.hj-hero-bg h1,
.hj-hero-bg p,
.hj-hero-bg .text-neutral-700,
.hj-hero-bg .text-neutral-600 {
    color: #f2f2f2 !important;
}

.hj-title-glow {
    background: linear-gradient(90deg, var(--hj-gold), var(--hj-green-soft));
    box-shadow: 0 0 18px rgba(255,255,255,0.45);
}
/* Force-Override Story Ring */
.hj-story-ring {
    background: conic-gradient(
        #1F2D25,
        #C6A059,
        #1F2D25,
        #A77532,
        #1F2D25
    ) !important;
    padding: 3px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}

/* Force-Override Story Thumb */
.hj-story-thumb {
    background: #fff !important;
    border: 2px solid rgba(198,160,89,0.55) !important;
    border-radius: 999px !important;
}

/* STORY SECTION – Green × Gold Premium Background */
.hj-story-section {
    background: 
        radial-gradient(circle at 0% 0%, rgba(47,92,84,0.22), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.15), transparent 70%),
        linear-gradient(90deg, #12362c 0%, #36685f 40%, #12362c 100%);
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.hj-story-ring {
    background: conic-gradient(
        #2f5c54,
        #C6A059,
        #2f5c54,
        #A77532,
        #2f5c54
    ) !important;
    padding: 3px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35) !important;
}


    box-shadow: 0 4px 14px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hj-story-thumb {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    object-fit: cover;
    background: #fff;
    border: 2px solid rgba(255,255,255,0.25);
}
.hj-story-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.hj-story-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(10px);
}

.hj-story-box {
    position: relative;
    width: 92%;
    max-width: 380px;
    margin: 70px auto;
    padding: 16px;
    background:
        radial-gradient(circle at 0% 0%, rgba(46,63,54,0.4), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(198,160,89,0.25), transparent 70%),
        linear-gradient(145deg, #1F2D25, #26372F);
    border-radius: 22px;
    border: 1px solid rgba(198,160,89,0.25);
    box-shadow: 0 22px 50px rgba(0,0,0,0.35);
}

.hj-story-close {
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 26px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hj-story-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

.hj-story-view-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4EA985, #1F2D25);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(78,169,133,0.45);
    transition: .25s;
}
.hj-story-view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(78,169,133,0.55);
}
/* GRID FIX — PRODUCT PAGE */
.hj-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

@media(max-width:1024px){
    .hj-product-layout {
        grid-template-columns: 1fr;
    }
}
/* ================================
   PRODUCT PAGE LAYOUT FIXES
================================ */
.hj-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
}

@media(max-width: 1024px){
    .hj-product-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.hj-gallery-main img {
    transition: opacity .25s ease;
}

.hj-gallery-thumbs img {
    border-color: #ddd;
    cursor: pointer;
}

.hj-gallery-thumbs img:hover {
    border-color: #C6A059; /* gold */
}

/* Rating */
.hj-rating-summary span,
.hj-review-item span {
    font-family: "Segoe UI", sans-serif;
}

/* Review list */
.hj-review-item:last-child {
    border-bottom: none;
}

/* Compare Button */
.hj-btn-compare {
    border: 1px solid #1F2D25;
    color: #1F2D25;
    transition: .25s;
}

.hj-btn-compare:hover {
    background: #1F2D25;
    color: #fff;
}

/* Review form */
.hj-review-form textarea:focus,
.hj-review-form select:focus {
    outline: none;
    border-color: #C6A059;
    box-shadow: 0 0 0 2px rgba(198,160,89,.25);
}
/* -------------------------------------------
   COMPARE TABLE – Luxury HAJI JEWELRY 2026
------------------------------------------- */
.hj-compare-wrapper {
    background: linear-gradient(to bottom, #FAF7F2 0%, #F4EFE8 100%);
}

.hj-title-compare {
    letter-spacing: -0.5px;
}

.hj-compare-table th,
.hj-compare-table td {
    padding: 18px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.hj-c-coltitle {
    background: #1F2D25;
    color: #fff;
    font-weight: 600;
    width: 160px;
    border-right: 1px solid #d9d9d9;
    letter-spacing: 0.3px;
}

.hj-c-cell {
    background: #ffffff;
    font-size: 15px;
    color: #1C1C1C;
}

.hj-c-img {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* دکمه حذف */
.hj-c-remove {
    color: #C05959;
    font-weight: 600;
    transition: 0.2s ease;
}
.hj-c-remove:hover {
    color: #A73737;
}

/* دکمه اصلی */
.hj-btn-primary {
    background: linear-gradient(135deg, #C6A059, #A77532);
    color: #fff !important;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.25s ease;
}
.hj-btn-primary:hover {
    opacity: 0.88;
}
.hj-contact-box,
.hj-info-card {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.hj-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    outline: none;
}
.hj-input:focus {
    border-color: var(--hj-green);
}

.hj-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #DCDCDC;
    border-radius: 14px;
    font-size: 13px;
    resize: vertical;
}
.hj-textarea:focus {
    border-color: var(--hj-green);
}

.hj-input-label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #444;
}

.hj-social-icon {
    padding: 8px 14px;
    border-radius: 14px;
    background: var(--hj-green);
    color: white;
    font-size: 12px;
}
.hj-social-icon:hover {
    background: var(--hj-green-dark);
}

.hj-map-shadow {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.hj-info-card {
    background: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.timeline-item::before {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 12px;
    height: 12px;
    background: var(--hj-gold);
    border-radius: 50%;
}
.hj-story-card {
    background: linear-gradient(
        135deg,
        rgba(244, 239, 232, 0.65),
        rgba(238, 231, 220, 0.45)
    );
    border: 1px solid rgba(198, 160, 89, 0.25);
    border-radius: 18px;
    padding: 26px 22px;
    backdrop-filter: blur(6px);
}

.hj-contact-textarea {
    background: #FAF6EF;
    border: 1px solid rgba(190, 170, 140, 0.4);
    border-radius: 10px;
    resize: vertical;
}

.hj-quote-box {
    background: #faf4e8;
    border-left: 3px solid var(--hj-gold);
    padding: 12px 14px;
    font-style: italic;
    border-radius: 10px;
}
/* ===== Bottom Navigation ===== */
#hj-bottom-nav {
    animation: slideUp 0.32s ease-out;
    backdrop-filter: blur(28px);
}

.hj-bnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #4b4b4b;
    padding: 2px 8px;
}

.hj-bnav-icon {
    font-size: 21px;
}

.hj-bnav-item:hover {
    color: #2f5c54;
}

#hj-more-menu {
    animation: fadeIn 0.25s ease-out;
    border-radius: 24px;
}

/* Animations */
@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}
