.elementor-34 .elementor-element.elementor-element-8eb0397{--display:flex;--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-9px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-8eb0397.e-con{--align-self:stretch;}.elementor-34 .elementor-element.elementor-element-89ba8b3{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-89ba8b3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-22b54b1 *//* =========================================================== */
/* ========== استایل هدر برت‌کالا (نسخه تیره شیک) ========== */
/* =========================================================== */

/* ===== تنظیمات عمومی ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff; /* صفحه سفید باقی می‌ماند */
}

/* ===== محتوای اصلی ===== */
.content {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 2rem;
    padding: 2rem;
}

/* ===== تنظیمات فونت پایه ===== */
.super-header,
.promo-bar,
.super-nav,
.mega-menu,
.mobile-menu-panel {
    font-family: 'Vazirmatn', 'IRANSans', Tahoma, sans-serif;
}

/* ----- ۱. نوار اعلانات بالایی ----- */
.promo-bar {
    background: linear-gradient(90deg, #1A3050, #12243C, #1A3050);
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(200, 159, 134, 0.1);
    overflow: hidden;
    direction: rtl;
    position: relative;
    z-index: 10000;
    width: 100%;
}

.promo-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.promo-slider {
    display: flex;
    gap: 2rem;
    animation: promoScroll 20s linear infinite;
    white-space: nowrap;
    font-size: 0.9rem;
    color: #C89F86;
    font-weight: 600;
}

.promo-slider span {
    display: inline-block;
    padding: 0.2rem 1rem;
    background: rgba(200, 159, 134, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(200, 159, 134, 0.15);
}

@keyframes promoScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.33%); }
}

/* ===== ۲. هدر اصلی ===== */
.super-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 0.6rem 0;
    background: rgba(18, 36, 60, 0.98); /* #12243C سورمهای */
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-bottom: 1px solid rgba(200, 159, 134, 0.12);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    direction: rtl;
    overflow: visible;
}

/* هاله مجلسی */
.neon-glow {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 100%;
    height: 200%;
    background: radial-gradient(ellipse at 70% 50%, rgba(200, 159, 134, 0.08), transparent 60%),
                radial-gradient(ellipse at 30% 50%, rgba(200, 159, 134, 0.05), transparent 60%);
    animation: luxuryGlow 6s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}

@keyframes luxuryGlow {
    0%   { opacity: 0.3; transform: scale(1); }
    100% { opacity: 0.6; transform: scale(1.05); }
}

/* ===== ۳. کانتینر داخلی (دسکتاپ) ===== */
.super-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    position: relative;
    z-index: 1;
}

/* لوگو */
.super-logo {
    display: flex;
    align-items: center;
}

.super-logo a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}

.super-logo img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid rgba(200, 159, 134, 0.2);
    box-shadow: 0 0 20px rgba(200, 159, 134, 0.15);
    transition: transform 0.4s ease;
}

.super-logo img:hover {
    transform: scale(1.05) rotate(-2deg);
}

.super-brand {
    font-size: 1.3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #C89F86 0%, #D4B4A0 40%, #E0C9B9 80%, #F5E6DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

/* ===== ۴. منوی دسکتاپ ===== */
.super-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.super-nav > ul {
    list-style: none;
    display: flex;
    gap: 0.15rem;
    margin: 0;
    padding: 0;
}

.super-nav > ul > li {
    position: relative;
}

.super-nav > ul > li > a {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.super-nav > ul > li > a:hover {
    color: #C89F86;
    background: rgba(200, 159, 134, 0.1);
}

.super-nav > ul > li > a.active {
    color: #C89F86;
    background: rgba(200, 159, 134, 0.15);
    font-weight: 700;
}

.arrow {
    font-size: 0.6rem;
    margin-right: 4px;
    color: #C89F86;
}

/* زیرخط هوشمند */
.nav-indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #C89F86, #D4B4A0, #C89F86);
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 40px;
    opacity: 0;
    z-index: 1;
}

.super-nav:hover .nav-indicator {
    opacity: 1;
}

/* ===== منوی کشویی فروشگاه (دسکتاپ) ===== */
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #1A3050;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow: hidden;
    border: 1px solid rgba(200, 159, 134, 0.15);
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-container {
    padding: 1rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    gap: 12px;
}

.dropdown-item:hover {
    background-color: rgba(200, 159, 134, 0.08);
    transform: translateX(-4px);
}

.dropdown-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #C89F86 0%, #D4B4A0 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item-icon svg {
    width: 20px;
    height: 20px;
    stroke: #FFFFFF;
}

.dropdown-item-content h4 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 600;
}

.dropdown-item-content p {
    margin: 0;
    font-size: 0.85rem;
    color: #B0B3C5;
    line-height: 1.4;
}

/* ===== ابزارهای فروشگاهی (دسکتاپ) ===== */
.super-tools {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    position: relative;
    z-index: 100;
    background: rgba(18, 36, 60, 0.95);
    padding: 0.15rem 0.4rem;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 159, 134, 0.15);
}

.super-search-form {
    display: flex;
    align-items: center;
    background: rgba(200, 159, 134, 0.08);
    border: 1px solid rgba(200, 159, 134, 0.15);
    border-radius: 40px;
    overflow: hidden;
}

.super-search-form input {
    border: none;
    outline: none;
    background: transparent;
    padding: 0.4rem 0.8rem;
    color: #FFFFFF;
    font-size: 0.8rem;
    width: 140px;
}

.super-search-form input::placeholder {
    color: rgba(200, 159, 134, 0.6);
}

.super-search-form button {
    background: transparent;
    border: none;
    color: #C89F86;
    padding: 0 0.6rem;
    cursor: pointer;
}

.super-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #C89F86;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    background: rgba(200, 159, 134, 0.1);
    border: 1px solid rgba(200, 159, 134, 0.15);
}

.super-icon-link svg {
    width: 1.3rem;
    height: 1.3rem;
    stroke: #C89F86;
}

.super-cart {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: linear-gradient(135deg, #C89F86, #D4B4A0);
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 900;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(200, 159, 134, 0.3);
}

/* =========================================================== */
/* ===== ۵. موبایل – چیدمان جدید و منوی همبرگری ===== */
/* =========================================================== */

/* دکمه همبرگر (مخفی در دسکتاپ) */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #C89F86;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 1100;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-toggle svg {
    width: 24px;
    height: 24px;
    stroke: #C89F86;
    stroke-width: 2.5;
}

/* پنل شناور منوی موبایل */
.mobile-menu-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #12243C;
    border-top: 1px solid rgba(200, 159, 134, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 16px 16px;
    padding: 1rem 1.5rem;
    z-index: 1050;
    max-height: 80vh;
    overflow-y: auto;
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* پنل باز */
.mobile-menu-panel.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* لایه پس‌زمینه (اوورلی) */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1040;
}

.mobile-menu-overlay.active {
    display: block;
}

/* آیتم‌های منوی موبایل */
.mobile-menu-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-panel ul li {
    border-bottom: 1px solid rgba(200, 159, 134, 0.08);
}

.mobile-menu-panel ul li a {
    display: flex;
    align-items: center;
    padding: 0.9rem 0.5rem;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s;
    border-radius: 8px;
}

.mobile-menu-panel ul li a:hover {
    background: rgba(200, 159, 134, 0.1);
    color: #C89F86;
}

/* فلش کنار آیتم‌های دارای زیرمنو */
.mobile-submenu-toggle {
    margin-right: auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.mobile-submenu-toggle svg {
    width: 14px;
    height: 14px;
    stroke: #C89F86;
    fill: none;
    transition: transform 0.3s;
}

/* زیرمنوی مخفی (برای فروشگاه) */
.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(200, 159, 134, 0.05);
    border-radius: 8px;
    margin: 0 0.5rem 0.5rem 0.5rem;
}

.mobile-submenu.open {
    max-height: 500px; /* ارتفاع کافی برای محتوا */
}

.mobile-submenu a {
    padding: 0.7rem 1.2rem !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(200, 159, 134, 0.05);
}

.mobile-submenu a:last-child {
    border-bottom: none;
}

/* چرخش فلش زیرمنو */
.mobile-submenu-toggle.rotated svg {
    transform: rotate(180deg);
}

/* =========================================================== */
/* ===== ۶. رسپانسیو (موبایل و تبلت) ===== */
/* =========================================================== */

/* نمایش منوی دسکتاپ فقط در عرض بالای 769px */
@media (min-width: 769px) {
    .mobile-menu-toggle,
    .mobile-menu-panel,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* موبایل (عرض کمتر از 768px) */
@media (max-width: 768px) {
    /* === نوار اعلانات موبایل === */
    .promo-bar {
        padding: 0.4rem 0;
    }
    .promo-slider {
        font-size: 0.7rem;
        gap: 1rem;
        animation-duration: 15s;
    }
    .promo-slider span {
        padding: 0.15rem 0.8rem;
    }

    /* === هدر اصلی: چیدمان جدید (همبرگر، لوگو وسط، ابزارها) === */
    .super-container {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 0 10px;
        gap: 0;
        position: relative;
    }

    /* مخفی کردن منوی دسکتاپ */
    .super-nav {
        display: none;
    }

    /* نمایش دکمه همبرگر */
    .mobile-menu-toggle {
        display: flex;
        position: static;
        justify-self: start;
        margin-right: 8px;
    }

    /* لوگو در وسط */
    .super-logo {
        justify-self: center;
        order: 2;
    }

    .super-logo img {
        width: 2.2rem;
        height: 2.2rem;
    }
    .super-brand {
        font-size: 1rem;
    }

    /* ابزارها (جستجو، کاربری، سبد) در سمت چپ */
    .super-tools {
        justify-self: end;
        order: 3;
        background: none;
        border: none;
        padding: 0;
        margin-left: 8px;
        gap: 0.3rem;
    }

    .super-search-form input {
        width: 80px;
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }

    .super-icon-link {
        width: 2rem;
        height: 2rem;
    }
    .super-icon-link svg {
        width: 1.1rem;
        height: 1.1rem;
    }
    .cart-badge {
        width: 0.9rem;
        height: 0.9rem;
        font-size: 0.45rem;
        top: -2px;
        right: -2px;
    }

    /* پنل موبایل فول عرض */
    .mobile-menu-panel {
        border-radius: 0 0 16px 16px;
    }
}

/* تبلت کوچک (تا 480px) */
@media (max-width: 480px) {
    .super-brand {
        font-size: 0.9rem;
    }
    .super-logo img {
        width: 1.8rem;
        height: 1.8rem;
    }
    .super-search-form input {
        width: 55px;
        font-size: 0.6rem;
    }
    .super-icon-link {
        width: 1.7rem;
        height: 1.7rem;
    }
    .mobile-menu-panel ul li a {
        font-size: 0.85rem;
        padding: 0.8rem 0.5rem;
    }
}/* End custom CSS */