/**
 * İnci Tesbih - Premium üst iletişim şeridi (2026)
 * Yalnızca .top-bar bileşenini etkiler; ana header, menü ve sayfa içeriklerine dokunmaz.
 */

body.idt-storefront-2026 .site-header .top-bar {
    position: relative !important;
    isolation: isolate;
    min-height: 48px !important;
    padding: 0 !important;
    color: #fff8ea !important;
    background:
        radial-gradient(circle at 78% -120%, rgba(218, 173, 86, .32), transparent 43%),
        linear-gradient(105deg, #0d0b09 0%, #1d160f 44%, #3d2915 78%, #5a3b18 100%) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(220, 177, 92, .46) !important;
    box-shadow: 0 10px 26px rgba(31, 20, 9, .16) !important;
    overflow: hidden;
}

body.idt-storefront-2026 .site-header .top-bar::before,
body.idt-storefront-2026 .site-header .top-bar::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

body.idt-storefront-2026 .site-header .top-bar::before {
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(90deg, transparent 0 11%, rgba(255,255,255,.055) 11.1% 11.2%, transparent 11.3% 88%, rgba(255,255,255,.045) 88.1% 88.2%, transparent 88.3%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 8px);
}

body.idt-storefront-2026 .site-header .top-bar::after {
    left: 50%;
    bottom: 0;
    width: min(520px, 48vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #d7ad5d, transparent);
}

body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
    width: min(calc(100% - 32px), 1240px) !important;
    min-height: 48px !important;
    margin-inline: auto !important;
    padding: 6px 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(12px, 2vw, 28px) !important;
}

body.idt-storefront-2026 .site-header .id-top-page-nav {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    overflow-x: auto;
    scrollbar-width: none;
}
body.idt-storefront-2026 .site-header .id-top-page-nav::-webkit-scrollbar { display: none; }

body.idt-storefront-2026 .site-header .id-top-page-nav a {
    position: relative;
    min-height: 34px !important;
    padding: 6px 12px 6px 7px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto;
    border: 1px solid rgba(226, 190, 119, .16) !important;
    border-radius: 999px !important;
    color: #f9efdc !important;
    background: rgba(255,255,255,.035) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.05) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: .025em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease !important;
}

body.idt-storefront-2026 .site-header .id-top-page-nav a:hover,
body.idt-storefront-2026 .site-header .id-top-page-nav a:focus-visible {
    color: #fff !important;
    border-color: rgba(232, 192, 108, .55) !important;
    background: linear-gradient(135deg, rgba(183,126,39,.42), rgba(255,255,255,.08)) !important;
    transform: translateY(-1px);
    outline: none !important;
}

body.idt-storefront-2026 .site-header .id-top-link-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f1cf84;
    background: linear-gradient(145deg, rgba(223,177,83,.21), rgba(255,255,255,.035));
    border: 1px solid rgba(229,188,108,.2);
}
body.idt-storefront-2026 .site-header .id-top-link-icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.idt-storefront-2026 .site-header .id-top-brand-note {
    min-width: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,248,234,.76);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}
body.idt-storefront-2026 .site-header .id-top-brand-mark {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #17100a;
    background: linear-gradient(145deg, #f4d895, #a87525);
    border: 1px solid rgba(255,239,194,.65);
    box-shadow: 0 4px 13px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.65);
    font-family: Georgia, serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0;
}

body.idt-storefront-2026 .site-header .id-top-phone-pill {
    justify-self: end;
    min-height: 36px !important;
    padding: 5px 7px 5px 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid rgba(237, 201, 126, .44) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(171,112,31,.82), rgba(91,55,19,.96)) !important;
    box-shadow: 0 7px 19px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.15) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease !important;
}
body.idt-storefront-2026 .site-header .id-top-phone-pill:hover,
body.idt-storefront-2026 .site-header .id-top-phone-pill:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.08);
    box-shadow: 0 10px 24px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.2) !important;
    outline: 2px solid rgba(242,207,135,.5) !important;
    outline-offset: 2px;
}
body.idt-storefront-2026 .site-header .id-top-phone-icon {
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: #291708 !important;
    background: linear-gradient(145deg, #ffe4a2, #c58a2c) !important;
    border: 1px solid rgba(255,244,205,.72);
    box-shadow: inset 0 1px rgba(255,255,255,.65);
}
body.idt-storefront-2026 .site-header .id-top-phone-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.idt-storefront-2026 .site-header .id-top-phone-copy {
    display: grid;
    gap: 2px;
    line-height: 1;
}
body.idt-storefront-2026 .site-header .id-top-phone-label {
    color: rgba(255,246,225,.72) !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.idt-storefront-2026 .site-header .id-top-phone-pill strong {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: .025em;
}
body.idt-storefront-2026 .site-header .id-top-phone-arrow {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f7d896;
    background: rgba(255,255,255,.09);
    font-size: 12px;
}

@media (max-width: 980px) {
    body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }
    body.idt-storefront-2026 .site-header .id-top-brand-note { display: none !important; }
}

@media (max-width: 680px) {
    body.idt-storefront-2026 .site-header .top-bar {
        min-height: 44px !important;
    }
    body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
        width: min(calc(100% - 18px), 1240px) !important;
        min-height: 44px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        padding: 5px 0 !important;
    }
    body.idt-storefront-2026 .site-header .id-top-page-nav {
        justify-content: flex-start !important;
        gap: 5px !important;
    }
    body.idt-storefront-2026 .site-header .id-top-page-nav a {
        min-height: 31px !important;
        padding: 5px 9px 5px 5px !important;
        gap: 6px !important;
        font-size: 9px !important;
    }
    body.idt-storefront-2026 .site-header .id-top-link-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
    body.idt-storefront-2026 .site-header .id-top-phone-pill {
        min-height: 32px !important;
        padding: 4px 5px !important;
        gap: 5px !important;
    }
    body.idt-storefront-2026 .site-header .id-top-phone-icon {
        width: 22px !important;
        height: 22px !important;
        flex-basis: 22px;
    }
    body.idt-storefront-2026 .site-header .id-top-phone-copy,
    body.idt-storefront-2026 .site-header .id-top-phone-arrow {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.idt-storefront-2026 .site-header .id-top-page-nav a,
    body.idt-storefront-2026 .site-header .id-top-phone-pill {
        transition: none !important;
    }
}

/* ==========================================================================\n   2026 İnci Tesbih marka ve üst hızlı menü düzeni\n   - Rİ yerine gerçek marka kimliği: İnci Tesbih\n   - Bloglar, SSS ve Sipariş Takibi üst premium şeride taşındı\n   ========================================================================== */
body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
    grid-template-columns: minmax(160px, .9fr) auto minmax(330px, 1.35fr) auto !important;
    gap: clamp(8px, 1.25vw, 18px) !important;
}

body.idt-storefront-2026 .site-header .id-top-brand-note {
    gap: 9px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.idt-storefront-2026 .site-header .id-top-brand-mark {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px;
    font-size: 9px !important;
    letter-spacing: -.04em !important;
}

body.idt-storefront-2026 .site-header .id-top-brand-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
    line-height: 1.05;
}

body.idt-storefront-2026 .site-header .id-top-brand-copy strong {
    color: #fff7e6;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .025em;
    white-space: nowrap;
}

body.idt-storefront-2026 .site-header .id-top-brand-copy small {
    color: rgba(255, 244, 218, .68);
    font-size: 7.5px;
    font-weight: 780;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.idt-storefront-2026 .site-header .id-top-quick-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
body.idt-storefront-2026 .site-header .id-top-quick-nav::-webkit-scrollbar { display: none; }

body.idt-storefront-2026 .site-header .id-top-quick-link {
    min-height: 34px;
    padding: 5px 10px 5px 6px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    border: 1px solid rgba(230, 191, 112, .24);
    border-radius: 999px;
    color: #fff8e8;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(188,128,38,.10));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 6px 16px rgba(0,0,0,.10);
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .015em;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

body.idt-storefront-2026 .site-header .id-top-quick-link:hover,
body.idt-storefront-2026 .site-header .id-top-quick-link:focus-visible {
    color: #fff;
    border-color: rgba(244, 207, 133, .62);
    background: linear-gradient(145deg, rgba(194,132,42,.46), rgba(255,255,255,.10));
    box-shadow: inset 0 1px rgba(255,255,255,.16), 0 9px 20px rgba(0,0,0,.18);
    transform: translateY(-1px);
    outline: 2px solid rgba(241, 204, 127, .35);
    outline-offset: 2px;
}

body.idt-storefront-2026 .site-header .id-top-quick-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f3d58f;
    background: rgba(218, 170, 78, .14);
    border: 1px solid rgba(236, 201, 129, .22);
}
body.idt-storefront-2026 .site-header .id-top-quick-icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Ana koyu menüde taşınan bağlantılar artık bulunmadığı için kalan öğeler dengelenir. */
body.idt-storefront-2026 .site-header .main-nav {
    justify-content: space-between;
}
body.idt-storefront-2026 .site-header .main-nav > a {
    flex: 1 1 0;
}

@media (max-width: 1180px) {
    body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
        grid-template-columns: minmax(130px, .8fr) minmax(0, 1.8fr) auto !important;
    }
    body.idt-storefront-2026 .site-header .id-top-brand-note {
        display: none !important;
    }
}

@media (max-width: 860px) {
    body.idt-storefront-2026 .site-header .top-bar .top-bar-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas:
            "pages phone"
            "quick quick";
        row-gap: 6px !important;
        padding-block: 6px !important;
    }
    body.idt-storefront-2026 .site-header .id-top-page-nav { grid-area: pages; }
    body.idt-storefront-2026 .site-header .id-top-phone-pill { grid-area: phone; }
    body.idt-storefront-2026 .site-header .id-top-quick-nav {
        grid-area: quick;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 1px;
    }
}

@media (max-width: 680px) {
    body.idt-storefront-2026 .site-header .id-top-quick-link {
        min-height: 31px;
        padding: 4px 9px 4px 5px;
        gap: 6px;
        font-size: 8.8px;
    }
    body.idt-storefront-2026 .site-header .id-top-quick-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
    body.idt-storefront-2026 .site-header .main-nav > a {
        flex: 0 0 auto;
    }
}
