/*
 * استایل سازگاری هدر قالب.
 *
 * این قواعد به مارک‌آپ خودِ افزونه مربوط نیستند؛ تاریخی داخل شیت افزونه بودند و
 * عناصر هدرِ قالب میزبان را استایل می‌دهند. برای اینکه ظاهر سایت‌های موجود با
 * ارتقا عوض نشود اینجا نگه داشته شده‌اند و با یک گزینه در تب «ظاهر» قابل خاموش‌کردن‌اند.
 *
 * ⚠ کلاس‌های این فایل عمداً پیشوند افزونه ندارند، چون به مارک‌آپ قالب اشاره می‌کنند.
 * برای نصب‌های تازه لازم نیستند.
 *
 * ⚠ اعلان‌های !important عیناً از نسخهٔ قبل حفظ شده‌اند: ترتیب بارگذاری این شیت
 * نسبت به شیت قالب قابل تضمین نیست و حذف آن‌ها می‌تواند هدر سایت‌های موجود را
 * جابجا کند (بررسی بصری روی سایت زنده لازم است، از اینجا قابل تأیید نبود).
 */

.haghani-nav-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-side {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}

.nav-center {
    flex: 0 0 auto;
    text-align: center;
}

.navbar-brand img {
    max-width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .haghani-nav-container .navbar {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .haghani-nav-container .menu-button {
        padding: 7px !important;
        border-radius: 6px !important;
        border-color: rgba(145, 26, 86, 0.2) !important;
        height: 34px;
        width: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .haghani-nav-container .nav-right svg,
    .haghani-nav-container .nav-right img {
        width: 22px !important;
        height: 22px !important;
    }
}

@media (min-width: 1200px) {
    .haghani-nav-container .navbar-brand img {
        max-width: 75px;
    }
}

#MiniCartModalBotton {
    padding: 0;
}

.join-plus-cta {
    margin-left: 12px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #b12ba4;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.join-plus-cta svg {
    color: #b12ba4;
    transition: stroke 0.3s ease;
}

.join-plus-cta .join-cta {
    color: #b12ba4;
    font-size: 13px;
    transition: color 0.3s ease;
}

.join-plus-cta:hover {
    background-color: #b12ba4;
}

.join-plus-cta:hover .join-cta {
    color: #fff;
}

.join-plus-cta:hover svg {
    color: #fff;
}
