/**
 * Jawella müşteri arayüzü — mockup paleti (mor / altın / krem)
 * patch.css :root değişkenlerini tamamlar; header, menü, hero, kartlar, footer hissi.
 */

:root {
    --jw-purple-deep: #2d1330;
    --jw-purple-mid: #3d2444;
    /* NETWORK haritası kutusu: kartın alt tonu (#3a2542) ile aynı çizgide */
    --jw-network-map-bg: #3a2542;
    --jw-gold: #c5a367;
    --jw-gold-soft: #d4b87e;
    --jw-cream: #f9f7f2;
    --jw-card: #ffffff;
    --jw-text-muted: #6b5d63;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--jw-cream) !important;
    color: var(--jw-purple-deep);
}

/* Üst şerit */
.top-nav {
    background: linear-gradient(90deg, var(--jw-purple-deep) 0%, var(--jw-purple-mid) 100%) !important;
    border-bottom: none !important;
}

.top-nav a,
.top-nav .top-nav-links a {
    color: rgba(255, 255, 255, 0.92) !important;
}

.top-nav a:hover {
    color: var(--jw-gold) !important;
}

/* Ana header — kart hissi */
.main-header {
    background: var(--jw-card) !important;
    box-shadow: 0 8px 32px rgba(45, 27, 51, 0.08) !important;
    border-bottom: 1px solid rgba(197, 163, 103, 0.25);
}

/* Sepet vb. linkler — açık header üzerinde koyu metin */
.main-header .header-action-icon-2 a:not(.account-btn) {
    color: var(--jw-purple-deep) !important;
}

/* Back Office düğmesi: koyu arka plan (patch .account-btn) üzerinde okunaklı açık metin */
.main-header .account-btn,
.main-header .account-btn i {
    color: rgba(255, 255, 255, 0.96) !important;
}

.main-header .account-btn:hover,
.main-header .account-btn:hover i {
    color: var(--jw-gold) !important;
}

/* Ana menü çubuğu */
.main-menu-container {
    background: var(--jw-card) !important;
    border-bottom: 1px solid rgba(45, 27, 51, 0.08) !important;
    box-shadow: 0 4px 20px rgba(45, 27, 51, 0.04);
}

.main-menu-container .main-menu li a {
    color: var(--jw-purple-deep) !important;
    font-weight: 600;
    border-radius: 12px;
    margin: 4px 2px;
}

.main-menu-container .main-menu li a:hover,
.main-menu-container .main-menu li a.active {
    color: var(--jw-gold) !important;
    background: rgba(197, 163, 103, 0.12) !important;
}

.main-menu-container .main-menu li a::after {
    background-color: var(--jw-gold) !important;
}

/* Kategori mega dropdown */
.categories-menu-v2 {
    border-radius: 16px !important;
    box-shadow: 0 16px 48px rgba(45, 27, 51, 0.12) !important;
    border: 1px solid rgba(197, 163, 103, 0.2) !important;
}

/* Mockup orta menü: kategori listesi sağ blok ve hero üstünde kalsın */
.main-header.jw-mockup-header .categories-menu-v2 {
    z-index: 1080;
}

/* Ürünler mega menü — kategori satırı ikonları aynı kutu / benzer boy */
.categories-menu-v2 .category-item > i.jw-cat-nav-ico {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 1.05rem !important;
    margin-right: 0.85rem !important;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(91, 75, 138, 0.08);
    color: var(--jw-purple-deep, #2d1b33) !important;
}

#mobileCategoriesList a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Mobil çekmece — shell menü başlık satırları */
#mobileSidebar #mobileMenuList .jw-mobile-nav-h {
    list-style: none;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#mobileCategoriesList a .jw-cat-nav-ico--mob {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    min-width: 1.85rem;
    height: 1.85rem;
    font-size: 0.95rem !important;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(91, 75, 138, 0.1);
    color: var(--jw-purple-deep) !important;
}

/* Genel birincil butonlar (yeşil Nest yerine marka) */
.btn.btn-default,
.product-cart-wrap .add-cart .add,
button.add:hover,
a.add-cart:hover {
    background-color: var(--jw-purple-deep) !important;
    border-color: var(--jw-purple-deep) !important;
    color: #fff !important;
    border-radius: 14px !important;
}

.btn.btn-xs,
.banner-text .btn.btn-xs {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    border: none !important;
}

.banner-text .btn.btn-xs:hover {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
}

/* Sepet rozeti vb. */
.pro-count.blue {
    background: var(--jw-gold) !important;
    color: var(--jw-purple-deep) !important;
}

/* Cart count badge: force visible legacy style */
.jw-mockup-header .header-action-icon-2 > a span.pro-count,
.jw-mockup-header .header-action-icon-2 > a span.pro-count.blue,
body.jw-brand-site .header-action-icon-2 > a span.pro-count,
body.jw-brand-site .header-action-icon-2 > a span.pro-count.blue,
body.jw-brand-site .mobile-bottom-nav .cart-badge.pro-count {
    background: #ef3d5b !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    min-width: 20px !important;
    height: 20px !important;
    line-height: 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

/* Bölüm başlıkları */
.section-title h2,
.section-title h3 {
    color: var(--jw-purple-deep) !important;
}

.section-title h2::after,
.section-title h3::after {
    background-color: var(--jw-gold) !important;
}

/* Ürün kartları */
.product-cart-wrap,
.product-img-action-wrap {
    border-radius: 16px;
}

/* Footer (varsa .newsletter veya site-footer sınıfları) */
.footer,
footer.main,
.dark-footer,
.newsletter {
    background: linear-gradient(180deg, var(--jw-purple-mid) 0%, var(--jw-purple-deep) 100%) !important;
    color: #fff !important;
}

.footer a,
footer.main a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer a:hover {
    color: var(--jw-gold) !important;
}

/* Mobil alt bar */
.mobile-bottom-nav {
    background: var(--jw-card) !important;
    border-top: 1px solid rgba(197, 163, 103, 0.35) !important;
    box-shadow: 0 -4px 24px rgba(45, 27, 51, 0.08);
}

.mobile-bottom-nav .nav-item {
    color: var(--jw-text-muted) !important;
}

.mobile-bottom-nav .nav-item.active {
    color: var(--jw-gold) !important;
}

/* Form odak — marka */
.language-selector-container select:focus,
.form-select:focus {
    border-color: var(--jw-gold) !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 163, 103, 0.25) !important;
}

/* ========== Ana sayfa hero (mockup: sol metin + görsel slider + alt şerit) ========== */
.jw-hero-shell {
    margin-bottom: 3.5rem;
}

.jw-hero-visual-wrap {
    position: relative;
    min-height: 560px;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
    background: var(--jw-purple-deep);
}

.jw-hero-visual-wrap .slider-edit-button {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 25;
}

.jw-hero-swiper-host.hero-slider,
.jw-hero-visual-wrap .hero-slider {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    margin: 0 !important;
}

.jw-hero-visual-wrap .hero-swiper {
    height: 100% !important;
    width: 100%;
}

.jw-hero-visual-wrap .swiper-wrapper {
    height: 100%;
}

.jw-hero-visual-wrap .swiper-slide {
    height: auto;
    min-height: 100%;
}

.jw-hero-visual-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.jw-hero-gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(45, 27, 51, 0.94) 0%,
        rgba(45, 27, 51, 0.52) 45%,
        rgba(45, 27, 51, 0.08) 78%,
        transparent 100%
    );
}

@media (max-width: 991.98px) {
    .jw-hero-gradient {
        background: linear-gradient(
            180deg,
            rgba(45, 27, 51, 0.9) 0%,
            rgba(45, 27, 51, 0.45) 50%,
            rgba(45, 27, 51, 0.25) 100%
        );
    }
}

.jw-hero-content-layer {
    position: relative;
    z-index: 4;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.jw-hero-copy {
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.22);
}

.jw-hero-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--jw-gold);
    font-weight: 600;
    margin-bottom: 0.9rem;
}

.jw-hero-copy h1 {
    font-size: clamp(1.65rem, 4.2vw, 2.85rem);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 1.1rem;
    color: #fff;
}

.jw-hero-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    max-width: 36rem;
    margin-bottom: 1.65rem;
}

.jw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.jw-btn-hero-primary {
    background: var(--jw-gold) !important;
    color: var(--jw-purple-deep) !important;
    border: none !important;
    font-weight: 700;
    padding: 0.62rem 1.65rem;
    border-radius: 999px !important;
    box-shadow: 0 10px 32px rgba(197, 163, 103, 0.38);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jw-btn-hero-primary:hover {
    background: var(--jw-gold-soft) !important;
    color: var(--jw-purple-deep) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(197, 163, 103, 0.45);
}

.jw-btn-hero-outline {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    font-weight: 600;
    padding: 0.55rem 1.45rem;
    border-radius: 999px !important;
    backdrop-filter: blur(6px);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.jw-btn-hero-outline:hover {
    border-color: var(--jw-gold) !important;
    color: var(--jw-gold) !important;
}

.jw-hero-visual-wrap .swiper-button-next,
.jw-hero-visual-wrap .swiper-button-prev {
    z-index: 8;
    color: var(--jw-gold) !important;
}

.jw-hero-visual-wrap .swiper-pagination {
    z-index: 8;
}

.jw-hero-visual-wrap .swiper-pagination-bullet-active {
    background: var(--jw-gold) !important;
}

.jw-hero-features {
    background: var(--jw-card);
    margin: -2.25rem 0.75rem 0;
    position: relative;
    z-index: 6;
    border-radius: 20px;
    box-shadow: 0 14px 44px rgba(45, 27, 51, 0.11);
    border: 1px solid rgba(197, 163, 103, 0.18);
    padding: 1.35rem 0.85rem;
}

@media (min-width: 576px) {
    .jw-hero-features {
        margin: -2.25rem 1.25rem 0;
        padding: 1.5rem 1.25rem;
    }
}

@media (min-width: 1200px) {
    .jw-hero-features {
        max-width: 1140px;
        margin: -2.5rem auto 0;
        padding: 1.65rem 2rem;
    }
}

.jw-hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--jw-purple-deep);
    line-height: 1.25;
}

.jw-hero-feature i {
    font-size: 1.45rem;
    color: var(--jw-gold);
}

@media (min-width: 768px) {
    .jw-hero-feature {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
        gap: 0.65rem;
    }
}

@media (max-width: 575.98px) {
    .jw-hero-visual-wrap {
        min-height: 440px;
    }
    .jw-hero-content-layer {
        min-height: 440px;
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .jw-hero-visual-wrap .swiper-slide img {
        min-height: 440px;
    }
}

/* ========== Ana sayfa: network kartı, kazanç şeridi, 3’lü grid ========== */
.jw-home-network {
    background: var(--jw-cream);
}

.jw-network-card {
    background: var(--jw-card);
    border-radius: 22px;
    border: 1px solid rgba(197, 163, 103, 0.22);
    box-shadow: 0 18px 48px rgba(45, 27, 51, 0.08);
    overflow: hidden;
}

.jw-network-card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    background: linear-gradient(90deg, var(--jw-purple-deep) 0%, var(--jw-purple-mid) 100%);
    color: #fff;
}

@media (min-width: 768px) {
    .jw-network-card-head {
        padding: 1.35rem 1.75rem;
    }
}

.jw-network-card-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--jw-gold);
}

.jw-network-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--jw-gold);
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.jw-network-title {
    font-size: clamp(1.2rem, 2.6vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.jw-network-card > .row {
    padding: 1.35rem 1.35rem 1.5rem;
}

@media (min-width: 768px) {
    .jw-network-card > .row {
        padding: 1.65rem 1.75rem 1.85rem;
    }
}

.jw-network-lead {
    color: var(--jw-text-muted);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 40rem;
}

.jw-btn-network-primary {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
    padding: 0.55rem 1.35rem;
    border-radius: 999px !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.jw-btn-network-primary:hover {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.jw-btn-network-outline {
    background: transparent !important;
    color: var(--jw-purple-deep) !important;
    border: 2px solid rgba(45, 27, 51, 0.35) !important;
    font-weight: 600;
    padding: 0.48rem 1.25rem;
    border-radius: 999px !important;
}

.jw-btn-network-outline:hover {
    border-color: var(--jw-gold) !important;
    color: var(--jw-purple-deep) !important;
}

.jw-network-stat {
    background: var(--jw-cream);
    border: 1px solid rgba(197, 163, 103, 0.28);
    border-radius: 14px;
    padding: 0.75rem 0.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    min-height: 88px;
}

.jw-network-stat-val {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--jw-purple-deep);
    line-height: 1.2;
}

.jw-network-stat-lbl {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--jw-text-muted);
    font-weight: 600;
}

.jw-earnings-strip {
    background: linear-gradient(95deg, var(--jw-purple-deep) 0%, #35243c 42%, var(--jw-purple-mid) 100%);
    color: #fff;
    padding: 1.65rem 0;
    border-top: 3px solid var(--jw-gold);
    border-bottom: 1px solid rgba(197, 163, 103, 0.25);
}

.jw-earnings-strip-text {
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    max-width: 52rem;
}

.jw-btn-earnings-cta {
    background: var(--jw-gold) !important;
    color: var(--jw-purple-deep) !important;
    border: none !important;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    border-radius: 999px !important;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(197, 163, 103, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jw-btn-earnings-cta:hover {
    background: var(--jw-gold-soft) !important;
    color: var(--jw-purple-deep) !important;
    transform: translateY(-2px);
}

.jw-triple-grid {
    background: var(--jw-cream);
}

.jw-triple-card {
    background: var(--jw-card);
    border-radius: 20px;
    padding: 1.65rem 1.45rem;
    border: 1px solid rgba(197, 163, 103, 0.2);
    box-shadow: 0 12px 36px rgba(45, 27, 51, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jw-triple-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(45, 27, 51, 0.11);
    border-color: rgba(197, 163, 103, 0.35);
}

.jw-triple-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(197, 163, 103, 0.22), rgba(45, 27, 51, 0.06));
    color: var(--jw-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.jw-triple-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--jw-purple-deep);
    margin-bottom: 0.5rem;
}

.jw-triple-desc {
    font-size: 0.94rem;
    color: var(--jw-text-muted);
    line-height: 1.55;
    margin-bottom: 0.85rem;
}

.jw-triple-link {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--jw-purple-deep) !important;
    text-decoration: none;
    border-bottom: 2px solid var(--jw-gold);
    padding-bottom: 2px;
    display: inline-block;
    transition: color 0.2s ease;
}

.jw-triple-link:hover {
    color: var(--jw-gold) !important;
}

/* ========== Ana sayfa tam mockup (index — body.jw-home-mockup) ========== */
/* Mobil / Chrome device mode: yatay taşmayı ve sola kaymayı önle (satır negatif margin vb.) */
body.jw-home-mockup {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

body.jw-home-mockup footer.footer {
    max-width: 100%;
    overflow-x: hidden;
}

/* Ana sayfa: üst bar kaydırınca kaybolmasın; overflow görünür (mega menü kesilmesin) */
body.jw-home-mockup .main-header.jw-mockup-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: visible;
}

body.jw-home-mockup .main-header.jw-mockup-header .container {
    overflow: visible;
}

html:has(body.jw-home-mockup) {
    scrollbar-gutter: stable;
}

body.jw-home-mockup .jw-plan-step {
    min-width: 0;
}

body.jw-home-mockup #topmenu {
    display: none !important;
}

/* Header akıştan çıktığı için hero/grid aşağı itilir; yükseklik JS ile --jw-home-header-h */
body.jw-home-mockup .jw-mockup-main {
    padding-top: var(--jw-home-header-h, 5.75rem);
}

body.jw-home-mockup .cta-section,
body.jw-home-mockup #products-cards {
    display: none !important;
}

body:not(.jw-home-mockup) .jw-mockup-footer-top {
    display: none !important;
}

/* Ana sayfa: shell footer = pages ile aynı (mor mockup şeridi gizli, klasik satır + alt şerit) */
body.jw-home-mockup footer.footer .jw-mockup-footer-top {
    display: none !important;
}

body.jw-home-mockup footer.footer .jw-footer-classic-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Klasik footer — sol sütun: logo kısa yazıya göre ortalı; iletişim aynı blok genişliğinde sola; sütun biraz daha sola */
.footer .jw-footer-classic-row .jw-footer-brand-col {
    text-align: left;
}

.footer .jw-footer-classic-row .jw-footer-brand-head {
    max-width: 26rem;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.footer .jw-footer-classic-row .jw-footer-brand-head .footer-logo {
    text-align: center;
    margin-bottom: 0.35rem;
}

.footer .jw-footer-classic-row .jw-footer-brand-head .footer-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer .jw-footer-classic-row .jw-footer-brand-head .footer-text {
    text-align: center;
    margin: 0 auto 1rem;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer .jw-footer-classic-row .jw-footer-brand-col .footer-contact {
    color: rgba(255, 255, 255, 0.92);
}

.footer .jw-footer-classic-row .jw-footer-brand-col .footer-contact i {
    color: #fff !important;
    opacity: 0.95;
}

.footer .jw-footer-classic-row .jw-footer-brand-col > .footer-contact {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 26rem;
    margin-left: 0;
    margin-right: auto;
}

/* Eski tek-sütun yapı (jw-footer-brand-col yoksa) */
.footer .jw-footer-classic-row > div:first-child:not(.jw-footer-brand-col) {
    text-align: left;
}

.footer .jw-footer-classic-row > div:first-child:not(.jw-footer-brand-col) .footer-logo img {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.footer .jw-footer-classic-row > div:first-child:not(.jw-footer-brand-col) .footer-text {
    margin-left: 0;
    margin-right: auto;
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer .jw-footer-classic-row > div:first-child:not(.jw-footer-brand-col) .footer-contact {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 28rem;
    margin-left: 0;
    margin-right: auto;
}

.jw-mockup-header {
    position: relative;
    z-index: 50;
}

.jw-mockup-menu-edit-anchor {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 60;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.jw-mockup-header:hover .jw-mockup-menu-edit-anchor {
    opacity: 1;
}

/*
  Masaüstü: Orta menüyü viewport ortasına al (grid kullanma — sağ blok Hesabım+Çıkış+sepet+dil
  sıkışıp alta düşmesin). Logo ve aksiyonlar flex ile; nav position:absolute + translate.
*/
@media (min-width: 992px) {
    .main-header.jw-mockup-header .jw-mockup-header-bar {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        gap: 0.65rem;
        min-height: 52px;
        overflow: visible;
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo {
        position: relative;
        z-index: 6;
        flex: 0 1 auto;
        min-width: 0;
        max-width: min(38vw, 320px);
        align-self: center;
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-mockup-center-nav {
        position: absolute;
        left: 50%;
        top: 50%;
        /* Tam 50% ortada: sağ blok genişleyince son link sağa yapışmasın — biraz sola + dar band */
        transform: translate(calc(-50% - clamp(14px, 3.1vw, 48px)), -50%);
        z-index: 4;
        max-width: min(43vw, 580px);
        pointer-events: none;
        /* overflow-x:auto + y:visible birçok tarayıcıda dikey overflow'u auto yapar → kategori paneli kesilir */
        overflow: visible;
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-mockup-center-nav > ul {
        pointer-events: auto;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 0.2rem 0.35rem;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        min-height: 40px;
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar > div:last-child {
        position: relative;
        z-index: 6;
        flex: 0 0 auto;
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.4rem;
        margin-left: auto;
        max-width: none;
        min-width: 0;
        /* Orta menü ile sağ aksiyonlar arası nefes */
        padding-left: clamp(0.65rem, 1.85vw, 1.5rem);
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar .header-action-icon-2 {
        overflow: visible;
        flex-shrink: 0;
    }

    .main-header.jw-mockup-header .jw-mockup-header-bar .mini-cart-icon {
        position: relative;
    }

    /* Ana sayfa (index) PC: metin markası + görsel logo — mobil satıra dokunmaz */
    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo {
        max-width: min(48vw, 500px);
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-site-logo-header:not(.d-none) {
        max-height: clamp(76px, 10.5vmin, 150px);
        max-width: min(480px, 44vw);
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(2.65rem, 1.1rem + 1.75vw, 3.75rem);
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-crown {
        font-size: 1.28rem;
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-tag {
        font-size: 0.76rem;
        margin-top: 0.26rem;
    }

    html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(2.95rem, 1.15rem + 1.85vw, 4rem);
    }

    html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-crown {
        font-size: 1.35rem;
    }

    html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-tag {
        font-size: 0.84rem;
        margin-top: 0.34rem;
    }
}

@media (max-width: 991.98px) {
    .main-header.jw-mockup-header > .container > .d-flex.d-lg-none {
        overflow: visible;
    }

    .main-header.jw-mockup-header > .container > .d-flex.d-lg-none > .d-flex.align-items-center.gap-2 {
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 0.35rem;
    }

    .main-header.jw-mockup-header .header-action-icon-2 .mini-cart-icon .pro-count,
    .main-header.jw-mockup-header .header-action-icon-2 .mini-cart-icon .pro-count.blue {
        z-index: 3;
    }
}

.jw-brand-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.05;
    color: var(--jw-purple-deep);
}

.jw-brand-logo--sm .jw-brand-name {
    font-size: 1.35rem;
}

.jw-brand-crown {
    color: var(--jw-gold);
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
}

.jw-brand-name {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    font-size: 1.85rem;
    letter-spacing: 0.02em;
}

.jw-brand-tag {
    font-size: 0.58rem;
    letter-spacing: 0.22em;
    font-weight: 600;
    color: var(--jw-text-muted);
    margin-top: 0.2rem;
}

/* Ana sayfa header marka: API gelene kadar varsayılan (küçük) metin — büyütme yalnızca logo yoksa */
body.jw-home-mockup .jw-mockup-header-bar .jw-brand-crown {
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
}

body.jw-home-mockup .jw-mockup-header-bar .jw-brand-name {
    font-size: 1.85rem;
    line-height: 0.98;
    letter-spacing: 0.02em;
}

body.jw-home-mockup .jw-mockup-header-bar .jw-brand-tag {
    font-size: 0.58rem;
    margin-top: 0.2rem;
}

html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .jw-mockup-header-bar .jw-brand-crown {
    font-size: 1.05rem;
    margin-bottom: 0.18rem;
}

html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .jw-mockup-header-bar .jw-brand-name {
    font-size: 2.15rem;
    line-height: 0.98;
    letter-spacing: 0.03em;
}

html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .jw-mockup-header-bar .jw-brand-tag {
    font-size: 0.68rem;
    margin-top: 0.28rem;
}

@media (min-width: 1200px) {
    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(2.75rem, 1.1rem + 1.8vw, 3.85rem);
    }

    html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(3.1rem, 1.2rem + 1.9vw, 4.25rem);
    }
}

@media (min-width: 1400px) {
    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo {
        max-width: min(46vw, 520px);
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-site-logo-header:not(.d-none) {
        max-height: clamp(88px, 11vmin, 168px);
        max-width: min(540px, 42vw);
    }

    body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(2.85rem, 1.05rem + 1.9vw, 3.95rem);
    }

    html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-brand-name {
        font-size: clamp(3.25rem, 1.15rem + 2vw, 4.5rem);
    }
}

body.jw-home-mockup .jw-brand-logo--sm .jw-brand-name {
    font-size: 1.35rem;
}

body.jw-home-mockup .jw-brand-logo--sm .jw-brand-crown {
    font-size: 0.85rem;
}

html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .jw-brand-logo--sm .jw-brand-name {
    font-size: 1.65rem;
}

html.jw-site-branding-ready:not(.jw-site-branding-has-header-logo) body.jw-home-mockup .jw-brand-logo--sm .jw-brand-crown {
    font-size: 0.95rem;
}

.jw-mockup-center-nav .jw-mockup-nav-link {
    display: inline-block;
    padding: 0.32rem 0.42rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--jw-purple-deep) !important;
    text-decoration: none !important;
    border-radius: 10px;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .jw-mockup-center-nav .jw-mockup-nav-link {
        padding: 0.38rem 0.5rem;
        font-size: 0.76rem;
    }
}

.jw-mockup-center-nav .jw-mockup-nav-link:hover,
.jw-mockup-center-nav .jw-mockup-nav-link.active {
    color: var(--jw-gold) !important;
    background: rgba(197, 163, 103, 0.14);
}

.jw-mockup-center-nav .menu-item-has-children {
    position: relative;
}

.jw-mockup-center-nav .menu-item-has-children:hover .categories-menu-v2,
.jw-mockup-center-nav .menu-item-has-children:hover .jw-mockup-dropdown-menu {
    display: block;
}

/* Mockup orta menü — Kurumsal / İletişim metin alt menüleri */
.jw-mockup-center-nav .jw-mockup-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    margin-top: 0.15rem;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(45, 27, 51, 0.14);
    border: 1px solid rgba(197, 163, 103, 0.22);
    z-index: 1080;
    text-align: left;
}

.jw-mockup-center-nav .jw-mockup-dropdown-list > li {
    margin: 0;
}

.jw-mockup-center-nav .jw-mockup-dropdown-link {
    display: block;
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--jw-purple-deep) !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.jw-mockup-center-nav .jw-mockup-dropdown-link:hover {
    color: var(--jw-gold) !important;
    background: rgba(197, 163, 103, 0.12);
}

.jw-btn-header-outline {
    border: 2px solid var(--jw-purple-deep) !important;
    color: var(--jw-purple-deep) !important;
    background: transparent !important;
    border-radius: 999px !important;
    font-weight: 600;
    font-size: 0.8rem;
}

.jw-btn-header-outline:hover {
    border-color: var(--jw-gold) !important;
    color: var(--jw-gold) !important;
}

.jw-btn-header-solid {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    font-weight: 600;
    font-size: 0.8rem;
}

.jw-btn-header-solid:hover {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
}

.jw-lang-select {
    border-radius: 10px !important;
    border-color: rgba(45, 27, 51, 0.2) !important;
    font-size: 0.8rem;
}

.jw-header-bo-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--jw-purple-deep);
    border: 1px solid rgba(45, 27, 51, 0.2);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.jw-header-bo-icon:hover {
    color: var(--jw-gold);
    border-color: var(--jw-gold);
}

/* Ana grid + hero */
.jw-mockup-main {
    background: var(--jw-cream);
    overflow-x: hidden;
    max-width: 100%;
}

body.jw-home-mockup .jw-hero-visual-wrap {
    width: 100%;
    max-width: 100%;
}

body.jw-home-mockup .jw-hero-visual-wrap .hero-swiper.swiper,
body.jw-home-mockup .jw-hero-visual-wrap .swiper.hero-swiper {
    overflow: hidden !important;
    max-width: 100%;
}

body.jw-home-mockup .jw-hero-visual-wrap .swiper-wrapper {
    max-width: 100%;
}

body.jw-home-mockup .jw-hero-visual-wrap .swiper-button-next,
body.jw-home-mockup .jw-hero-visual-wrap .swiper-button-prev {
    width: 36px;
    height: 36px;
}

body.jw-home-mockup .jw-hero-visual-wrap .swiper-button-prev {
    left: 6px;
    right: auto;
}

body.jw-home-mockup .jw-hero-visual-wrap .swiper-button-next {
    right: 6px;
    left: auto;
}

.jw-hero-shell--mockup {
    margin-bottom: 0 !important;
    flex-grow: 0 !important;
}

.jw-hero-shell--mockup .jw-hero-visual-wrap {
    border-radius: 24px;
    min-height: 580px;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 1080px);
}

/* Tek CTA: slider görselinin altında ortada */
body.jw-home-mockup .jw-hero-cta-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 1rem;
    pointer-events: auto;
}

body.jw-home-mockup .jw-hero-cta-strip .jw-btn-mockup-hero-solid {
    box-shadow: 0 10px 32px rgba(45, 27, 51, 0.22);
}

body.jw-home-mockup .jw-hero-copy .jw-hero-lead {
    margin-bottom: 0.85rem;
}

@media (min-width: 992px) {
    .jw-hero-shell--mockup .jw-hero-visual-wrap .swiper-slide img {
        min-height: 580px;
    }
}

/* Mockup ana sayfa: sol metin krem zemine, sağda foto — gradient daha hafif (görsel hemen kapanmasın) */
body.jw-home-mockup .jw-hero-gradient {
    background: linear-gradient(
        115deg,
        rgba(249, 247, 242, 0.72) 0%,
        rgba(249, 247, 242, 0.48) 16%,
        rgba(249, 247, 242, 0.18) 32%,
        rgba(45, 19, 48, 0.05) 52%,
        transparent 82%
    );
}

body.jw-home-mockup .jw-mockup-hero-title > span:first-of-type {
    color: var(--jw-purple-deep);
    text-shadow: none;
}

body.jw-home-mockup .jw-mockup-hero-gold {
    text-shadow: none;
}

body.jw-home-mockup .jw-hero-lead {
    color: var(--jw-text-muted);
}

body.jw-home-mockup .jw-hero-content-layer {
    min-height: 580px;
}

@media (max-width: 991.98px) {
    body.jw-home-mockup .jw-hero-content-layer {
        min-height: max(520px, 70vh);
        min-height: max(520px, 70dvh);
    }

    body.jw-home-mockup .jw-hero-gradient {
        background: linear-gradient(
            180deg,
            rgba(249, 247, 242, 0.78) 0%,
            rgba(249, 247, 242, 0.38) 28%,
            rgba(45, 19, 48, 0.12) 62%,
            rgba(45, 19, 48, 0.28) 100%
        );
    }

    body.jw-home-mockup .jw-mockup-hero-title > span:first-of-type {
        color: #fff;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    }

    body.jw-home-mockup .jw-hero-lead {
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    }
}

.jw-mockup-hero-title {
    font-size: clamp(1.65rem, 3.5vw, 2.65rem);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    color: #fff;
}

.jw-mockup-hero-gold {
    color: var(--jw-gold);
}

.jw-btn-mockup-hero-solid {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    font-weight: 700;
    padding: 0.65rem 1.5rem !important;
    box-shadow: 0 12px 32px rgba(45, 27, 51, 0.35);
}

.jw-btn-mockup-hero-solid:hover {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
}

.jw-btn-mockup-hero-outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid var(--jw-gold) !important;
    border-radius: 14px !important;
    font-weight: 600;
    padding: 0.58rem 1.35rem !important;
}

.jw-btn-mockup-hero-outline:hover {
    background: rgba(197, 163, 103, 0.15) !important;
    color: var(--jw-gold) !important;
}

.jw-mockup-feature-strip {
    background: var(--jw-card);
    border-radius: 22px;
    padding: 1.2rem 1.1rem;
    border: 1px solid rgba(197, 163, 103, 0.22);
    box-shadow: 0 12px 40px rgba(45, 27, 51, 0.07);
}

.jw-mockup-feat {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
}

.jw-feat-ic-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(197, 163, 103, 0.4);
    background: rgba(197, 163, 103, 0.1);
    flex-shrink: 0;
}

.jw-feat-ico {
    color: var(--jw-gold);
    font-size: 1.42rem;
    line-height: 1;
}

.jw-mockup-feat-copy {
    min-width: 0;
}

.jw-feat-title {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 0.3rem;
    color: var(--jw-purple-deep);
    line-height: 1.22;
}

.jw-feat-desc {
    font-size: 0.92rem;
    color: var(--jw-text-muted);
    line-height: 1.45;
    margin: 0;
}

@media (min-width: 992px) {
    .jw-feat-title {
        font-size: 1.14rem;
    }
    .jw-feat-desc {
        font-size: 0.98rem;
    }
    .jw-feat-ic-wrap {
        width: 56px;
        height: 56px;
    }
    .jw-feat-ico {
        font-size: 1.58rem;
    }
}

/* Sağ sütun kartları */
.jw-card-network {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    min-height: 520px;
    /* Başlık + istatistik ile harita: tek yüzey, aynı mor */
    background: linear-gradient(165deg, var(--jw-purple-deep) 0%, #35243c 48%, #3a2542 100%);
    border-radius: 24px;
    padding: 1.35rem 1.2rem 1.15rem;
    color: #fff;
    border: 1px solid rgba(197, 163, 103, 0.25);
    box-shadow: 0 16px 44px rgba(45, 27, 51, 0.18);
    overflow: hidden;
}

.jw-card-network-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding-bottom: 0.35rem;
}

.jw-card-network-title-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.jw-card-network-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.15rem;
    color: var(--jw-gold);
    border: 1px solid rgba(197, 163, 103, 0.45);
    background: rgba(197, 163, 103, 0.12);
}

@media (min-width: 576px) {
    .jw-card-network-icon {
        width: 50px;
        height: 50px;
        font-size: 1.28rem;
    }
}

.jw-card-network-title {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--jw-gold);
    text-align: left;
}

.jw-card-network-stats .jw-hero-stat-cell {
    align-items: flex-start;
}

.jw-card-network-stats .jw-stat-num {
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
}

.jw-card-network-stats .jw-stat-lbl {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    opacity: 0.86;
    text-transform: uppercase;
    margin-top: 0.12rem;
}

@media (min-width: 576px) {
    .jw-card-network-stats .jw-stat-num {
        font-size: 1.55rem;
    }
    .jw-card-network-stats .jw-stat-lbl {
        font-size: 0.62rem;
    }
}

.jw-card-network-map {
    position: relative;
    align-self: stretch;
    flex: 1 1 auto;
    min-height: clamp(280px, 36vh, 400px);
    margin-top: 0.35rem;
    /* Sütun dar; contain küçültür — yatay taşır + sabit yükseklikte cover ile büyük görünüm */
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    margin-bottom: -1.15rem;
    width: calc(100% + 2.4rem);
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .jw-card-network-map {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        border-radius: 0 0 18px 18px;
    }
}

.jw-card-network-map img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    margin: 0;
    pointer-events: none;
}

.jw-card-plan {
    background: var(--jw-card);
    border-radius: 22px;
    padding: 1.55rem 1.4rem 1.45rem;
    border: 1px solid rgba(197, 163, 103, 0.25);
    box-shadow: 0 12px 36px rgba(45, 27, 51, 0.08);
}

.jw-card-plan-title {
    font-size: 1.38rem;
    font-weight: 800;
    color: var(--jw-purple-deep);
    text-align: left;
    margin-bottom: 0.35rem;
    letter-spacing: 0.05em;
}

.jw-card-plan-sub {
    font-size: 0.94rem;
    color: var(--jw-text-muted);
    margin-bottom: 1.35rem;
    line-height: 1.45;
}

.jw-plan-track {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.25rem;
    position: relative;
    padding-top: 0.45rem;
}

.jw-plan-track::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 28px;
    height: 3px;
    background: linear-gradient(90deg, rgba(197, 163, 103, 0.15), var(--jw-gold), rgba(197, 163, 103, 0.15));
    z-index: 0;
}

.jw-plan-step {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.jw-plan-dot {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(197, 163, 103, 0.5);
    margin: 0;
    align-items: center;
    justify-content: center;
    color: #a98749;
    font-size: 1.28rem;
}

.jw-plan-dot--gold {
    background: var(--jw-gold);
    color: #fff;
    border-color: var(--jw-gold);
    box-shadow: 0 0 0 5px rgba(197, 163, 103, 0.35);
}

.jw-plan-step .jw-plan-lbl {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--jw-text-muted);
    line-height: 1.2;
    max-width: 100%;
    padding: 0 1px;
}

.jw-plan-step small {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--jw-text-muted);
}

@media (min-width: 576px) {
    .jw-card-plan-title {
        font-size: 1.52rem;
    }
    .jw-card-plan-sub {
        font-size: 1rem;
    }
    .jw-plan-dot {
        width: 60px;
        height: 60px;
        font-size: 1.42rem;
    }
    .jw-plan-track::before {
        top: 32px;
    }
    .jw-plan-step .jw-plan-lbl,
    .jw-plan-step small {
        font-size: 0.88rem;
    }
}

@media (min-width: 992px) {
    .jw-card-plan-title {
        font-size: 1.62rem;
    }
}

.jw-btn-plan {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700;
    font-size: 0.96rem;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
}

.jw-btn-plan:hover {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
}

/* Kısa aksiyon butonları (ana sayfa Detay / Detayları İncele) */
.jw-btn-plan.jw-btn-compact {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    padding: 0.4rem 0.95rem !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    line-height: 1.2;
}

/* Ana sayfa — JAWELLA avantajlar + kariyer görseli */
.jw-home-advantages {
    background: linear-gradient(180deg, #faf8fb 0%, #ffffff 60%);
    border-top: 1px solid rgba(197, 163, 103, 0.2);
    border-bottom: 1px solid rgba(197, 163, 103, 0.14);
}

/* İki sütunlu satırın altında tam genişlik band */
.jw-home-advantages.jw-home-advantages--below-main-row {
    border-bottom: none;
    margin-top: 0.25rem;
}

.jw-home-advantages-img {
    height: auto;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .jw-home-advantages--below-main-row .jw-home-advantages-visual-col {
        display: flex;
        flex-direction: column;
        min-height: 0;
        align-self: stretch;
    }

    .jw-home-advantages--below-main-row .jw-home-advantages-figure--fill {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        max-width: 100% !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .jw-home-advantages--below-main-row .jw-home-advantages-figure--fill img.jw-home-advantages-img {
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        object-fit: cover;
        object-position: center 42%;
    }
}

.jw-home-advantages-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    color: var(--jw-purple-deep);
    font-size: clamp(1.35rem, 2.6vw, 1.75rem);
    letter-spacing: 0.03em;
}

.jw-home-advantages-list li {
    font-size: 0.92rem;
    color: #3a2a32;
    line-height: 1.45;
}

.jw-home-advantages-figure {
    max-width: 340px;
}

.jw-home-advantages-figure img {
    box-shadow: 0 12px 36px rgba(45, 27, 51, 0.12) !important;
}

@media (min-width: 992px) {
    .jw-home-advantages-figure {
        max-width: 440px !important;
    }
}

.jw-card-news {
    background: linear-gradient(165deg, var(--jw-purple-deep) 0%, #35243c 100%);
    border-radius: 22px;
    padding: 1.25rem 1.15rem 1.65rem;
    border: 1px solid rgba(197, 163, 103, 0.22);
    color: #fff;
    box-shadow: 0 16px 44px rgba(45, 27, 51, 0.16);
    min-height: 0;
    width: 100%;
}

.jw-card-news-title {
    font-size: 1.07rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #f8d894;
    text-transform: uppercase;
}

.jw-card-news-all {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--jw-gold) !important;
    text-decoration: none !important;
}

.jw-card-news-all:hover {
    color: #fff !important;
}

.jw-news-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jw-news-row:last-child {
    border-bottom: none;
}

.jw-news-thumb {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.jw-news-t {
    font-size: 0.93rem;
    display: block;
    color: #f7c875;
    line-height: 1.2;
}

.jw-news-d {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
}

.jw-news-date {
    font-size: 0.69rem;
    color: var(--jw-gold);
}

.jw-news-tile-link {
    display: block;
    height: 100%;
}

.jw-news-tile-img-wrap {
    aspect-ratio: 16 / 10;
    background: rgba(0, 0, 0, 0.2);
}

.jw-news-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.jw-news-tile-link:hover .jw-news-tile-img {
    transform: scale(1.04);
}

.jw-news-tile-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #f8d894;
    line-height: 1.25;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.jw-news-tile-desc {
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}

.jw-news-tile-date {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65) !important;
}

/* Alt iki sütun */
.jw-mockup-bottom {
    background: var(--jw-cream);
    overflow-x: hidden;
    max-width: 100%;
}

.jw-bottom-shop,
.jw-bottom-why {
    background: var(--jw-card);
    border-radius: 22px;
    padding: 1.35rem 1.25rem;
    border: 1px solid rgba(197, 163, 103, 0.22);
    box-shadow: 0 14px 40px rgba(45, 27, 51, 0.07);
}

.jw-mockup-bottom .jw-bottom-why {
    padding: 1.15rem 1.1rem 1.2rem;
}

.jw-bottom-shop h2,
.jw-bottom-why h2 {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--jw-purple-deep);
    margin-bottom: 0.5rem;
}

.jw-bottom-shop p {
    color: var(--jw-text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.jw-bottom-shop-visual {
    max-width: 220px;
    margin: 0 auto;
}

.jw-bottom-shop-visual img {
    box-shadow: 0 12px 32px rgba(45, 27, 51, 0.12);
}

/* Ana sayfa — alışveriş bandı (metin görsel üstünde) */
.jw-bottom-shop-overlay {
    overflow: hidden;
    min-height: clamp(140px, 16vw, 200px);
}

.jw-shop-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    z-index: 0;
}

.jw-shop-banner-scrim {
    z-index: 1;
    /* Sol üstte metin okunaklı; görselin geri kalanı daha açık kalır */
    background:
        radial-gradient(ellipse 120% 90% at 0% 0%, rgba(22, 10, 28, 0.92) 0%, rgba(22, 10, 28, 0.45) 42%, transparent 72%),
        linear-gradient(180deg, rgba(15, 8, 20, 0.25) 0%, transparent 38%);
    pointer-events: none;
}

/* lg+: sol sütun ile sağ sidebar aynı yükseklik; shop görseli kalan alanı doldurur (Gündem altı ile hizalı) */
@media (min-width: 992px) {
    .jw-mockup-home-row > .col-lg-8 {
        min-height: 0;
    }

    .jw-mockup-home-row > .col-lg-4 {
        min-height: 0;
    }

    .jw-mockup-bottom--fill-lg {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .jw-mockup-bottom--fill-lg > .container-fluid {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .jw-mockup-bottom--fill-lg .jw-mockup-bottom-inner-row {
        flex: 1 1 auto;
        min-height: 0;
    }

    .jw-mockup-bottom--fill-lg .jw-shop-banner-col-lg {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .jw-mockup-bottom--fill-lg .jw-why-col-lg {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    /* “Neler sunuyoruz / Neden Jawella” kartı: sağdaki Gündem altı ile aynı satır yüksekliğinde beyaz alan */
    .jw-mockup-bottom--fill-lg .jw-why-col-lg .jw-bottom-why {
        flex: 1 1 auto;
        min-height: 0;
        height: 100%;
        width: 100%;
        align-self: stretch;
        box-sizing: border-box;
    }

    .jw-mockup-bottom--fill-lg #jwShopBannerHost.jw-bottom-shop-overlay {
        flex: 1 1 auto;
        min-height: clamp(168px, 22vw, 260px);
        height: 100%;
        width: 100%;
        align-self: stretch;
    }

    /* Sidebar uzayınca kartlar üstte, Gündem en altta — alt çizgi shop ile aynı hizada */
    .jw-mockup-sidebar > #jwNewsCard {
        margin-top: auto;
    }
}

.jw-shop-banner-copy {
    max-width: min(100%, 26rem);
    z-index: 2;
    padding: 0.55rem 0.65rem 0.6rem !important;
}

@media (min-width: 768px) {
    .jw-shop-banner-copy {
        padding: 0.65rem 0.85rem 0.7rem !important;
    }
}

.jw-shop-banner-copy #jwShopBannerTitle,
#jwShopBannerTitle {
    font-size: clamp(0.95rem, 2.1vw, 1.28rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.jw-shop-banner-copy #jwShopBannerDesc,
#jwShopBannerDesc {
    font-size: clamp(0.72rem, 1.45vw, 0.84rem) !important;
    line-height: 1.36 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    max-width: 22rem;
    margin-top: 0.25rem !important;
}

.jw-shop-banner-cta {
    margin-top: 0.45rem;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
    font-size: 0.78rem !important;
}

@media (min-width: 768px) {
    .jw-shop-banner-cta {
        margin-top: 0.55rem;
    }
}

.jw-why-list li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    font-size: 0.86rem;
    margin-bottom: 0.38rem;
    line-height: 1.35;
    color: var(--jw-text-muted);
}

.jw-why-list i {
    color: var(--jw-gold);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.jw-why-list li:last-child {
    margin-bottom: 0;
}

/* Footer mockup */
.jw-footer-social .jw-social {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.jw-footer-social .jw-social:hover {
    background: var(--jw-gold);
    color: var(--jw-purple-deep) !important;
}

.jw-benefit-ic {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: var(--jw-gold);
    font-size: 1.2rem;
}

.jw-footer-benefits p {
    color: rgba(255, 255, 255, 0.88);
}

.jw-footer-news-group .form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.jw-footer-news-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.jw-footer-news-btn {
    background: var(--jw-purple-mid) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 0 1rem;
}

.jw-footer-news-btn:hover {
    background: var(--jw-gold) !important;
    color: var(--jw-purple-deep) !important;
}

.jw-brand-logo--footer .jw-brand-name {
    color: #fff;
}

/* Ana sayfa mockup — mobilde footer üst blokta logo + sosyal ortada */
@media (max-width: 767.98px) {
    body.jw-home-mockup .jw-mockup-footer-top > div:first-child {
        text-align: center;
    }

    body.jw-home-mockup .jw-mockup-footer-top .jw-brand-logo.jw-brand-logo--footer {
        align-items: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    body.jw-home-mockup .jw-mockup-footer-top .jw-footer-social {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    /* Mobil/tablet: patch.css .swiper-slide{height:auto} + sabit min-height çakışmasını kır; kutu gerçekten uzasın */
    body.jw-home-mockup .jw-hero-shell--mockup .jw-hero-visual-wrap {
        min-height: max(520px, 70vh);
        min-height: max(520px, 70dvh);
    }

    body.jw-home-mockup .jw-hero-visual-wrap .swiper.hero-swiper,
    body.jw-home-mockup .jw-hero-visual-wrap .hero-swiper,
    body.jw-home-mockup .jw-hero-visual-wrap .swiper-wrapper {
        height: 100% !important;
        min-height: 100% !important;
    }

    body.jw-home-mockup .jw-hero-visual-wrap .swiper-slide {
        height: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    body.jw-home-mockup .jw-hero-shell--mockup .jw-hero-visual-wrap .swiper-slide img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center;
    }

    .jw-mockup-sidebar {
        margin-top: 0.5rem;
    }

    .jw-card-network {
        min-height: 460px;
    }

    .jw-card-network-map {
        min-height: clamp(240px, 34vh, 340px);
    }

    .jw-card-news {
        min-height: 0;
    }
}

/* Shell sayfaları: eski üst şerit + ikinci menü çubuğu gizli */
body.jw-brand-site #topmenu {
    display: none !important;
}

body.jw-brand-site .main-menu-container {
    display: none !important;
}

/* Yeni ürünler — üst görsel banner */
.jw-yeni-urunler-hero-banner {
    padding-top: 0.65rem;
    padding-bottom: 0.25rem;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}

.jw-yeni-urunler-hero-figure {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(45, 27, 51, 0.1);
    line-height: 0;
}

@media (max-width: 767.98px) {
    .jw-yeni-urunler-hero-banner {
        padding-top: 0.4rem;
    }
    .jw-yeni-urunler-hero-figure {
        border-radius: 12px;
    }
}

/* Yeni ürünler grid */
.jw-page-products {
    padding-top: 0.35rem;
    padding-bottom: 3rem;
}

.jw-page-products-hero {
    background: linear-gradient(135deg, var(--jw-purple-deep) 0%, var(--jw-purple-mid) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 12px 40px rgba(45, 27, 51, 0.2);
}

.jw-page-products-hero h1 {
    font-family: "Poppins", system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #fff !important;
}

.jw-page-products-hero p {
    margin: 0;
    opacity: 0.9;
    max-width: 42rem;
    color: #fff !important;
}

.jw-cat-chip {
    border-radius: 999px !important;
    border: 1px solid rgba(45, 27, 51, 0.2) !important;
    background: #fff !important;
    color: var(--jw-purple-deep) !important;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 1rem !important;
    margin: 0 0.35rem 0.35rem 0;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.jw-cat-chip:hover {
    border-color: var(--jw-gold) !important;
    color: var(--jw-gold) !important;
}

.jw-cat-chip.active {
    background: var(--jw-purple-deep) !important;
    color: #fff !important;
    border-color: var(--jw-purple-deep) !important;
}

.jw-pro-card {
    background: var(--jw-card);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(45, 27, 51, 0.08);
    border: 1px solid rgba(197, 163, 103, 0.2);
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.jw-pro-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(45, 27, 51, 0.12);
}

.jw-pro-img-wrap {
    background: var(--jw-cream);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.jw-pro-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
}

.jw-pro-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--jw-gold);
    color: var(--jw-purple-deep);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.jw-pro-body {
    padding: 1rem 1rem 1.15rem;
}

.jw-pro-cat {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--jw-gold);
    font-weight: 600;
}

.jw-pro-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.35rem 0 0.5rem;
    line-height: 1.35;
}

.jw-pro-title a {
    color: var(--jw-purple-deep);
    text-decoration: none;
}

.jw-pro-title a:hover {
    color: var(--jw-gold);
}

.jw-pro-price {
    font-weight: 700;
    color: var(--jw-purple-deep);
    font-size: 1.05rem;
}

body.jw-brand-site .page-content.pt-80 {
    padding-top: 2.5rem !important;
}

/* ---------------------------------------------
   Pro page background refresh (login/register/cart)
   --------------------------------------------- */
body.jw-brand-site .main.pages,
body.jw-brand-site .main {
    position: relative;
}

body.jw-brand-site .main.pages::before,
body.jw-brand-site .main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(800px 400px at 8% 5%, rgba(197, 163, 103, 0.14), transparent 60%),
        radial-gradient(700px 360px at 92% 0%, rgba(61, 36, 68, 0.12), transparent 62%),
        linear-gradient(180deg, #f8f2e6 0%, #f5efe3 45%, #f9f5ed 100%);
    z-index: 0;
}

body.jw-brand-site .main.pages > *,
body.jw-brand-site .main > * {
    position: relative;
    z-index: 1;
}

/* Login/Register form shells */
body.jw-brand-site .loginMainDiv .login_wrap.widget-taber-content,
body.jw-brand-site .loginMainDiv .padding_eight_all.bg-white.loginForm {
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(197, 163, 103, 0.28);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(45, 27, 51, 0.12);
    backdrop-filter: blur(8px);
}

body.jw-brand-site .loginMainDiv input.form-control,
body.jw-brand-site .loginMainDiv input[type="text"],
body.jw-brand-site .loginMainDiv input[type="email"],
body.jw-brand-site .loginMainDiv input[type="password"],
body.jw-brand-site .loginMainDiv select.form-control,
body.jw-brand-site .loginMainDiv select {
    border: 1px solid rgba(61, 36, 68, 0.2) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.95) !important;
}

body.jw-brand-site .loginMainDiv .btn.btn-heading,
body.jw-brand-site .loginMainDiv .btn.btn-primary.btn-fill-out {
    background: linear-gradient(90deg, #2d1b33 0%, #4b2e55 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    color: #fff !important;
}

body.jw-brand-site .loginMainDiv .btn.btn-heading:hover,
body.jw-brand-site .loginMainDiv .btn.btn-primary.btn-fill-out:hover {
    filter: brightness(1.08);
}

/* Cart page cards */
body.jw-brand-site .shopping-summery,
body.jw-brand-site .cart-totals,
body.jw-brand-site #cartPuanOzeti,
body.jw-brand-site #cartUrunSayiOzet,
body.jw-brand-site #cartPaketHedefBanner {
    border-radius: 16px !important;
    border: 1px solid rgba(197, 163, 103, 0.3) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 16px 38px rgba(45, 27, 51, 0.1);
    backdrop-filter: blur(7px);
}

body.jw-brand-site .shopping-summery table thead tr.main-heading th {
    background: linear-gradient(90deg, rgba(45, 27, 51, 0.95), rgba(61, 36, 68, 0.95));
    color: #fff;
    border: none !important;
}

body.jw-brand-site .cart-totals .btn.w-100,
body.jw-brand-site .cart-action-row > .btn {
    border-radius: 12px !important;
}

@media (max-width: 991.98px) {
    body.jw-brand-site .main.pages::before,
    body.jw-brand-site .main::before {
        background:
            radial-gradient(520px 260px at 10% 6%, rgba(197, 163, 103, 0.13), transparent 64%),
            radial-gradient(500px 240px at 90% 2%, rgba(61, 36, 68, 0.1), transparent 64%),
            linear-gradient(180deg, #f8f2e6 0%, #f9f4eb 100%);
    }
}

/* ---------------------------------------------
   Pixel-level mockup standardization
   login + register + shop-cart
   --------------------------------------------- */
body.jw-brand-site .breadcrumb-wrap,
body.jw-brand-site .page-header.breadcrumb-wrap {
    background: transparent !important;
    border: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
}

body.jw-brand-site .breadcrumb a,
body.jw-brand-site .breadcrumb span {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.02em;
    color: rgba(45, 27, 51, 0.72) !important;
}

/* Core spacing system */
body.jw-brand-site .loginMainDiv,
body.jw-brand-site .container.mb-80.mt-50 {
    margin-top: 22px !important;
    margin-bottom: 56px !important;
}

body.jw-brand-site .loginMainDiv .login_wrap.widget-taber-content,
body.jw-brand-site .loginMainDiv .padding_eight_all.bg-white.loginForm {
    padding: 32px !important;
}

/* Unified type scale */
body.jw-brand-site .loginHeader,
body.jw-brand-site .basketHeader,
body.jw-brand-site .heading-2 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(2rem, 1.6rem + 1.2vw, 2.75rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.01em;
    color: var(--jw-purple-deep) !important;
    margin-bottom: 0.8rem !important;
}

body.jw-brand-site .loginMainDiv p,
body.jw-brand-site .basketHeaderText,
body.jw-brand-site .cart_total_label h6,
body.jw-brand-site .cart_total_amount h5,
body.jw-brand-site .cart_total_amount h4 {
    font-family: "Poppins", system-ui, sans-serif !important;
}

body.jw-brand-site .basketHeaderText,
body.jw-brand-site .loginMainDiv .heading_s1 p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(45, 27, 51, 0.72) !important;
}

/* Inputs, selects, and checkbox rhythm */
body.jw-brand-site .loginMainDiv .form-group {
    margin-bottom: 14px !important;
}

body.jw-brand-site .loginMainDiv input.form-control,
body.jw-brand-site .loginMainDiv input[type="text"],
body.jw-brand-site .loginMainDiv input[type="email"],
body.jw-brand-site .loginMainDiv input[type="password"],
body.jw-brand-site .loginMainDiv select.form-control,
body.jw-brand-site .loginMainDiv select {
    min-height: 46px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
}

body.jw-brand-site .loginMainDiv input:focus,
body.jw-brand-site .loginMainDiv select:focus {
    border-color: rgba(197, 163, 103, 0.72) !important;
    box-shadow: 0 0 0 3px rgba(197, 163, 103, 0.16) !important;
}

/* Button height + icon alignment consistency */
body.jw-brand-site .loginMainDiv .btn,
body.jw-brand-site .cart-action-row > .btn,
body.jw-brand-site .cart-totals .btn.w-100 {
    min-height: 46px !important;
    padding: 10px 18px !important;
    font-family: "Poppins", system-ui, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body.jw-brand-site .loginMainDiv .btn i,
body.jw-brand-site .cart-action-row > .btn i,
body.jw-brand-site .cart-totals .btn.w-100 i {
    font-size: 14px !important;
    line-height: 1;
}

/* Register left visual panel alignment */
body.jw-brand-site .loginMainDiv .col-lg-6.pt-25.pr-30.d-none.d-lg-block img,
body.jw-brand-site .loginMainDiv .col-lg-4.pr-30.pt-25.d-none.d-lg-block img {
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(45, 27, 51, 0.14);
}

/* Cart table and totals typography harmonization */
body.jw-brand-site .shopping-summery table {
    margin-bottom: 0 !important;
}

body.jw-brand-site .shopping-summery table thead tr.main-heading th {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Cart header row fix: left spacing + single tone */
body.jw-brand-site .shopping-summery table thead tr.main-heading {
    background: linear-gradient(90deg, rgba(45, 27, 51, 0.97), rgba(61, 36, 68, 0.97)) !important;
}

body.jw-brand-site .shopping-summery table thead tr.main-heading th {
    background: transparent !important;
    color: #ffffff !important;
    border-right: none !important;
    border-left: none !important;
}

body.jw-brand-site .shopping-summery table thead tr.main-heading th:first-child {
    padding-left: 22px !important;
}

body.jw-brand-site .shopping-summery table tbody td {
    font-size: 14px !important;
    vertical-align: middle !important;
}

body.jw-brand-site .cart-totals {
    padding: 20px 18px !important;
}

body.jw-brand-site .cart-totals .table.no-border tbody tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Mobile tune */
@media (max-width: 767.98px) {
    body.jw-brand-site .loginMainDiv,
    body.jw-brand-site .container.mb-80.mt-50 {
        margin-top: 12px !important;
        margin-bottom: 34px !important;
    }

    body.jw-brand-site .loginMainDiv .login_wrap.widget-taber-content,
    body.jw-brand-site .loginMainDiv .padding_eight_all.bg-white.loginForm,
    body.jw-brand-site .cart-totals {
        padding: 18px !important;
        border-radius: 14px !important;
    }

    body.jw-brand-site .loginHeader,
    body.jw-brand-site .basketHeader,
    body.jw-brand-site .heading-2 {
        font-size: clamp(1.7rem, 1.45rem + 1.4vw, 2.1rem) !important;
    }

    body.jw-brand-site .loginMainDiv .btn,
    body.jw-brand-site .cart-action-row > .btn,
    body.jw-brand-site .cart-totals .btn.w-100 {
        width: 100%;
    }
}

/* Register page: compact + centered layout */
body.jw-register-page .loginMainDiv .col-xl-9.col-lg-10.col-md-12.m-auto {
    max-width: 1020px;
}

body.jw-register-page .loginMainDiv .register-form-col {
    display: flex;
    justify-content: center;
}

body.jw-register-page .loginMainDiv .register-form-col .login_wrap {
    width: 100%;
    max-width: 560px;
}

body.jw-register-page .loginMainDiv .register-form-col .padding_eight_all.bg-white {
    padding: 24px !important;
}

body.jw-register-page .registerHeader {
    margin-bottom: 0.5rem !important;
}

body.jw-register-page .loginMainDiv .heading_s1 .mb-30 {
    margin-bottom: 14px !important;
}

body.jw-register-page .guest-shop-choice {
    padding: 12px 14px !important;
    margin-bottom: 14px !important;
}

body.jw-register-page .loginMainDiv .form-group {
    margin-bottom: 10px !important;
}

body.jw-register-page .loginMainDiv input.form-control,
body.jw-register-page .loginMainDiv input[type="text"],
body.jw-register-page .loginMainDiv input[type="email"],
body.jw-register-page .loginMainDiv input[type="password"],
body.jw-register-page .loginMainDiv select.form-control,
body.jw-register-page .loginMainDiv select {
    min-height: 42px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

body.jw-register-page #registerButton {
    min-height: 44px !important;
}

@media (max-width: 991.98px) {
    body.jw-register-page .loginMainDiv .register-form-col .login_wrap {
        max-width: 620px;
    }
}

@media (min-width: 992px) {
    body.jw-register-page .register-visual-col {
        display: flex !important;
        align-items: center;
    }
}

/* --- Site ayarları (logo_header / drawer / footer) — PC + mobil --- */
.main-header .jw-brand-logo {
    align-items: center;
    flex-shrink: 0;
}

/* Üst şerit görsel logosu — header yüksekliğini taşırmasın; masaüstü bar içinde ek kısıt var */
.jw-site-logo-header {
    object-fit: contain;
    height: auto;
    width: auto;
    display: block;
    max-height: clamp(52px, 8vmin, 96px);
    max-width: min(420px, 42vw);
}

@media (min-width: 992px) {
    .main-header.jw-mockup-header .jw-mockup-header-bar > .jw-brand-logo .jw-site-logo-header:not(.d-none) {
        max-height: clamp(48px, 6.5vmin, 80px);
        max-width: min(300px, 32vw);
    }
}

/* Mobil üst çubuk (hamburger yanı) — biraz daha sıkı üst sınır */
.jw-brand-logo--sm .jw-site-logo-header {
    max-height: clamp(62px, 11vmin, 92px);
    max-width: min(400px, 72vw);
}

@media (max-width: 575.98px) {
    .jw-brand-logo--sm .jw-site-logo-header {
        max-height: clamp(58px, 15vmin, 84px);
        max-width: min(86vw, 380px);
    }
}

/* Çok dar ekran: menü + logo sığsın */
@media (max-width: 380px) {
    .jw-brand-logo--sm .jw-site-logo-header {
        max-width: 78vw;
        max-height: 64px;
    }
}

#mobileSidebar .sidebar-header .logo img.jw-site-logo-drawer {
    max-height: clamp(68px, 15vw, 88px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

#footerLogoImg {
    max-height: clamp(72px, 10vw, 112px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.jw-card-network-stats .jw-stat-ico-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 0.98rem;
    color: var(--jw-gold) !important;
    opacity: 0.95;
    /* Rakam satırının görsel merkeziyle hizalı */
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.jw-card-network-stats .jw-stat-ico {
    opacity: 0.95;
    font-size: 1.08rem;
    line-height: 1;
}

@media (min-width: 576px) {
    .jw-card-network-stats .jw-stat-ico-wrap {
        width: 34px;
        height: 34px;
        font-size: 1.02rem;
        margin-top: 0.22rem;
    }
    .jw-card-network-stats .jw-stat-ico {
        font-size: 1.18rem;
    }
}

/* Ana sayfa hero slider — başlık / açıklama katmanı */
.jw-hero-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1rem 1.25rem 1.35rem;
    background: linear-gradient(to top, rgba(15, 19, 25, 0.82) 0%, rgba(15, 19, 25, 0.35) 55%, transparent 100%);
    pointer-events: none;
    text-align: left;
}

.jw-hero-slide-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
    .jw-hero-slide-caption {
        padding: 0.75rem 0.9rem 1rem;
    }
    .jw-hero-slide-title {
        font-size: 1rem !important;
    }
    .jw-hero-slide-desc {
        font-size: 0.8rem !important;
    }
}

/* Dökümanlar — panelden gelen üst blok */
.jw-docs-page .jw-docs-hero {
    border-radius: 16px;
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
    box-shadow: 0 12px 40px rgba(45, 27, 51, 0.2);
}

.jw-docs-page .jw-docs-hero-inner h1 {
    font-family: "Poppins", system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.jw-docs-intro {
    font-size: 0.95rem;
    color: rgba(45, 27, 51, 0.85);
}

/* Klasik footer — bülten sütunu altı sosyal */
.jw-footer-bulten-social .jw-social--footer-inline {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.jw-footer-bulten-social .jw-social--footer-inline:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    transform: translateY(-1px);
}
