/* App specific styles */
.App {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Ensure smooth scrolling */
html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Giyim sitesi mega menü */
.nav-dropdown .nav-mega-panel {
    padding-top: 0;
}
.nav-mega-wide {
    min-width: 520px;
}
.nav-mega-narrow {
    min-width: 220px;
}
.nav-dropdown:hover .nav-mega-panel,
.nav-mega-panel:hover {
    opacity: 1;
    visibility: visible;
}
.nav-mega-panel::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
}

/* Güven bandı ikonları */
.trust-badge-icon svg {
    display: block;
    flex-shrink: 0;
}

.payment-logo {
    filter: brightness(1.05);
    opacity: 0.95;
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #1f2937;
}
.payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    flex-shrink: 0;
    line-height: 0;
}
.payment-badge svg {
    display: block;
    height: 28px;
    width: auto;
}
.mobile-nav-sub:not(.hidden) + .mobile-nav-chevron,
.mobile-nav-toggle .mobile-nav-chevron.rotate-180 {
    transform: rotate(180deg);
}

/* Mobil menü — soldan kayarak tam yükseklik drawer */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media (max-width: 1023px) {
    .theme-mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(88vw, 320px);
        max-width: 320px;
        height: 100dvh;
        z-index: 50;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background: var(--theme-mobile-bg, #fff);
        border: none;
        border-right: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
        transform: translateX(-100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.32s;
        will-change: transform;
    }
    .theme-mobile-menu.is-open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }
    /* Ana header + duyuru menü açıkken arkada kalsın */
    body.mobile-menu-open .theme-header,
    body.mobile-menu-open .theme-announcement {
        z-index: 20 !important;
    }
}
@media (min-width: 1024px) {
    .theme-mobile-menu {
        display: none !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .theme-mobile-menu,
    .mobile-menu-backdrop {
        transition: none !important;
    }
}
body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}
body.mobile-menu-open .fixed-fab-stack {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
    max-width: none;
    width: 100%;
}
.mobile-menu-head {
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--theme-mobile-bg, #fff);
    padding: max(0.75rem, env(safe-area-inset-top, 0px)) 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu-close {
    position: absolute;
    top: max(0.625rem, env(safe-area-inset-top, 0px));
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    border-radius: 0.375rem;
}
.mobile-menu-close:hover {
    background: rgba(0, 0, 0, 0.05);
}
.mobile-menu-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding-right: 2.75rem;
    text-decoration: none;
    color: inherit;
}
.mobile-menu-brand-logo {
    height: 2.5rem;
    width: auto;
    max-width: 3.75rem;
    object-fit: contain;
    flex-shrink: 0;
}
.mobile-menu-brand-name {
    display: block;
    line-height: 1.1;
    min-width: 0;
}
.mobile-menu-brand-name .header-logo-text {
    flex-wrap: wrap;
}
.mobile-menu-section {
    padding: 0.875rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu-section--search {
    padding-top: 0.25rem;
}
.mobile-menu-section--lang {
    border-bottom: 0;
    padding-bottom: 0.5rem;
}
.mobile-menu-section-title {
    margin: 0 0 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}
.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.3;
    color: inherit;
    text-decoration: none;
    border-radius: 0.375rem;
}
.mobile-menu-link:hover {
    background: rgba(0, 0, 0, 0.04);
}
.mobile-menu-link-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    opacity: 0.85;
}
.mobile-menu-link--danger {
    color: #dc2626;
}
.mobile-menu-link--primary {
    font-weight: 600;
}
.mobile-menu-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem;
}
.mobile-menu-lang-label {
    font-size: 0.875rem;
    color: #6b7280;
}
@media (min-width: 1024px) {
    .header-account-menu {
        display: block;
    }
}
@media (max-width: 1023px) {
    .header-account-menu {
        display: none !important;
    }
}

/* Header üst ikon barı */
.header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
}
.header-logo-img {
    height: 2.875rem;
    width: auto;
    max-width: 6.5rem;
    object-fit: contain;
}
.header-logo-text {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.35em;
    line-height: 1.1;
    min-width: 0;
    max-width: 100%;
}
.header-logo-word {
    display: inline-block;
    white-space: nowrap;
}
.header-logo-word--main {
    font-family: var(--theme-font-heading, 'Playfair Display'), Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--theme-logo-main-color, #000000);
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.header-logo-word--accent {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    flex-shrink: 0;
    background: var(--theme-logo-accent-gradient, linear-gradient(120deg, #f59e0b 0%, #ec4899 45%, #06b6d4 100%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 0 rgba(17, 24, 39, 0.06));
}
.header-logo-text--solo .header-logo-word--main {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
}
.header-logo-text--solo .header-logo-word--accent {
    font-size: 1.625rem;
}

/* Footer marka (logo + site adı) */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
}
.footer-brand:hover {
    opacity: 0.92;
}
.footer-brand-img {
    height: 2.25rem;
    width: auto;
    max-width: 3.75rem;
    object-fit: contain;
    flex-shrink: 0;
}
.footer-brand-name {
    font-family: var(--theme-font-heading, 'Playfair Display'), Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.25;
    min-width: 0;
}
@media (min-width: 640px) {
    .footer-brand-img {
        height: 2.5rem;
        max-width: 4.5rem;
    }
    .footer-brand-name {
        font-size: 1rem;
    }
}

@media (min-width: 640px) {
    .header-logo {
        gap: 0.875rem;
    }
    .header-logo-img {
        height: 3.5rem;
        max-width: 9rem;
    }
    .header-logo-word--main {
        font-size: 1.25rem;
    }
    .header-logo-word--accent {
        font-size: 1.875rem;
    }
    .header-logo-text--solo .header-logo-word--main {
        font-size: 1.375rem;
    }
    .header-logo-text--solo .header-logo-word--accent {
        font-size: 2.125rem;
    }
}
@media (min-width: 1024px) {
    .header-main {
        position: relative;
    }
    .header-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: min(720px, 52vw);
        z-index: 1;
        pointer-events: auto;
        gap: 1rem;
    }
    .header-logo-img {
        height: 4rem;
        max-width: 10rem;
    }
    .header-logo-word--main {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .header-logo-word--accent {
        font-size: 2.25rem;
    }
    .header-logo-text--solo .header-logo-word--main {
        font-size: 1.625rem;
    }
    .header-logo-text--solo .header-logo-word--accent {
        font-size: 2.5rem;
    }
}
.header-util-row {
    align-items: center;
}

/* Kompakt header aksiyonları */
.header-actions {
    align-items: center;
}
.header-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    color: #111827;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    position: relative;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}
.header-action-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #374151;
}
.header-lang-compact {
    align-items: center;
    gap: 0.1rem;
    padding: 0 0.35rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.header-account-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 11.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.65rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0.35rem 0;
    z-index: 60;
}
.header-account-menu-user {
    padding: 0.5rem 1rem 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 0.25rem;
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-account-menu a {
    display: block;
    padding: 0.55rem 1rem;
    font-size: 0.8125rem;
    color: #374151;
    text-decoration: none;
    transition: background 0.12s ease;
}
.header-account-menu a:hover {
    background: #f9fafb;
    color: #111827;
}
.header-account-menu a.is-danger {
    color: #dc2626;
}
.header-account-menu a.is-danger:hover {
    background: #fef2f2;
}
.header-account-menu-divider {
    height: 1px;
    background: #f3f4f6;
    margin: 0.35rem 0;
}

.header-util {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    padding: 0.25rem 0.35rem;
    color: #111827;
    text-decoration: none;
    transition: color 0.15s ease;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}
.header-util-icon-only {
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.5rem;
}
@media (min-width: 640px) {
    .header-util:not(.header-util-icon-only) {
        justify-content: flex-end;
        min-width: 3.25rem;
        padding: 0.25rem 0.35rem;
    }
    .header-util-icon-only {
        min-width: 3.25rem;
        min-height: auto;
        padding: 0.25rem 0.35rem;
        justify-content: flex-end;
    }
}
.header-util:hover {
    color: #4b5563;
}
.header-util-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}
.header-util-label {
    margin-top: 0.35rem;
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-align: center;
}
@media (min-width: 768px) {
    .header-util-label {
        font-size: 0.6875rem;
    }
}
.header-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}
.header-lang-link {
    color: #9ca3af;
    text-decoration: none;
    padding: 0 0.1rem;
    transition: color 0.15s ease;
}
.header-lang-link:hover,
.header-lang-link.is-active {
    color: #111827;
}
.header-lang-sep {
    color: #d1d5db;
    font-weight: 400;
    user-select: none;
}

/* Mobil uyumluluk */
.profile-tabs-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.profile-tabs-scroll::-webkit-scrollbar {
    display: none;
}
.profile-tab {
    flex-shrink: 0;
}

.admin-table-scroll {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 639px) {
    .fixed-widget {
        max-width: calc(100vw - 1.5rem);
    }
}

/* Sabit balon yığını (WhatsApp + şans çarkı) */
.fixed-fab-stack {
    position: fixed;
    right: 0.75rem;
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: calc(100vw - 1.5rem);
    pointer-events: none;
}
@media (min-width: 640px) {
    .fixed-fab-stack {
        right: 1rem;
        bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
        gap: 0.875rem;
    }
}
.fixed-fab-stack > * {
    pointer-events: auto;
    position: static !important;
    flex-shrink: 0;
}

@media (max-width: 380px) {
    .header-util-label {
        display: none;
    }
    .header-logo-word--main {
        font-size: 0.875rem;
        letter-spacing: 0.06em;
    }
    .header-logo-word--accent {
        font-size: 1.2rem;
    }
    .header-logo-img {
        height: 2.5rem;
        max-width: 5.5rem;
    }
}

/* Hesabım paneli */
.account-hero {
    background: var(--theme-account-hero, linear-gradient(135deg, #000000 0%, #1a1a1a 100%));
}
.account-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: var(--theme-text-muted, #4b5563);
    border-radius: var(--theme-radius, 0.375rem);
    transition: background 0.15s ease, color 0.15s ease;
    text-decoration: none;
}
.account-nav-link:hover {
    background: var(--theme-surface-alt, #f9fafb);
    color: var(--theme-text, #000000);
}
.account-nav-link.is-active {
    background: var(--theme-btn-bg, #000000);
    color: var(--theme-btn-text, #fff);
    font-weight: 500;
}
.account-nav-link.is-active .account-nav-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.account-nav-badge {
    margin-left: auto;
    font-size: 0.6875rem;
    font-weight: 600;
    background: #f3f4f6;
    color: #374151;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    min-width: 1.25rem;
    text-align: center;
}
.account-card {
    background: var(--theme-surface, #fff);
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.5rem);
}
.account-stat {
    background: var(--theme-surface, #fff);
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.5rem);
    padding: 1.25rem;
}
.account-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.375rem;
}
.account-input {
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease;
}
.account-input:focus {
    outline: none;
    border-color: #111827;
}
.account-input:disabled {
    background: #f3f4f6;
    color: #6b7280;
}
.account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--theme-btn-bg, #000000);
    color: var(--theme-btn-text, #fff);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--theme-radius, 0.25rem);
    cursor: pointer;
    transition: background 0.15s ease;
}
.account-btn:hover {
    background: var(--theme-btn-hover, #262626);
}
.account-btn-outline {
    background: transparent;
    color: var(--theme-primary, #000000);
    border: 1px solid var(--theme-border, #d1d5db);
}
.account-btn-outline:hover {
    background: var(--theme-surface-alt, #f9fafb);
}
.account-btn-danger {
    background: transparent;
    color: #dc2626;
    border: 1px solid #fecaca;
}
.account-btn-danger:hover {
    background: #fef2f2;
}
.account-alert {
    padding: 0.875rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}
.account-alert-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.account-alert-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.account-order-row:hover {
    background: #f9fafb;
}

/* Kampanya şeridi — mobilde sola kayar, masaüstünde ortalı sabit */
.campaign-bar {
    overflow: hidden;
}
.campaign-bar-track {
    display: flex;
    width: max-content;
    animation: campaign-bar-marquee 24s linear infinite;
}
.campaign-bar-text {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}
.campaign-bar-text--clone {
    padding-left: 2.5rem;
}
@keyframes campaign-bar-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
@media (min-width: 640px) {
    .campaign-bar {
        text-align: center;
    }
    .campaign-bar-track {
        display: inline-flex;
        width: auto;
        min-width: 0;
        max-width: 100%;
        margin-inline: auto;
        animation: none;
        transform: none;
    }
    .campaign-bar-text--clone {
        display: none !important;
    }
    .campaign-bar-text {
        white-space: normal;
        text-align: center;
    }
}
@media (prefers-reduced-motion: reduce) {
    .campaign-bar-track {
        animation: none !important;
        transform: none !important;
    }
}

.account-aside {
    position: relative;
    z-index: 20;
    min-width: 0;
    max-width: 100%;
}
.account-page {
    overflow-x: clip;
    max-width: 100%;
}
.account-nav-shell {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    max-width: 100%;
}
@media (min-width: 1024px) {
    .account-nav-shell {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 0.5rem;
    }
}
.account-mobile-tab-bar {
    margin-bottom: 0.75rem;
}
.account-tab-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 0.75rem center / 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.75rem 2.25rem 0.75rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
}
.account-sidebar-nav--scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    max-width: 100%;
    width: 100%;
    padding: 0.25rem 0 0.75rem;
}
.account-sidebar-nav--scroll::-webkit-scrollbar {
    display: none;
}
.account-nav-link--pill {
    flex-direction: row;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.625rem 0.875rem;
    font-size: 0.75rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 9999px;
    min-height: 2.75rem;
}
.account-nav-link--pill.is-active {
    border-color: #111827;
}
.account-nav-link--pill .account-nav-badge {
    margin-left: 0.25rem;
}
.account-mobile-actions {
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}
.account-nav-link--logout {
    justify-content: center;
    color: #dc2626;
    background: #fff;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    min-height: 2.75rem;
}
.account-nav-link--logout:hover {
    background: #fef2f2;
    color: #b91c1c;
}
.account-main {
    min-width: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 1023px) {
    .account-aside {
        position: sticky;
        top: 4.25rem;
        padding: 0.75rem 0;
        background: #f9fafb;
        border-bottom: 1px solid #e5e7eb;
        overflow: hidden;
    }
    .account-mobile-tab-bar {
        display: none;
    }
    .account-page .container {
        max-width: 100%;
        overflow-x: clip;
    }
    .account-main {
        min-width: 0;
        max-width: 100%;
    }
    .account-stat {
        padding: 0.875rem;
    }
    .account-stat p.text-xs {
        font-size: 0.625rem;
        letter-spacing: 0.06em;
    }
    .account-card .account-btn {
        min-height: 2.75rem;
    }
    .account-order-row--mobile + .account-order-row--mobile {
        border-top: 1px solid #f3f4f6;
    }
    .account-alert {
        font-size: 0.8125rem;
        padding: 0.75rem 0.875rem;
        margin-bottom: 1rem;
    }
    .account-input,
    .account-tab-select {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .account-sidebar-nav {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }
}

/* Blog detay */
.blog-article {
    background: #fff;
}
.blog-article-topbar {
    border-bottom: 1px solid #f3f4f6;
}
.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
}
.blog-breadcrumb a {
    color: #374151;
    text-decoration: none;
}
.blog-breadcrumb a:hover {
    text-decoration: underline;
    color: #111827;
}
.blog-breadcrumb-current {
    color: #9ca3af;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-article-hero {
    padding: 2rem 0 1.5rem;
}
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 1rem;
}
.blog-article-badge {
    background: #111827;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
}
.blog-article-title {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #111827;
    margin: 0 0 1rem;
}
.blog-article-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #4b5563;
    margin: 0 0 1.5rem;
    max-width: 42rem;
}
.blog-share {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
}
.blog-share--footer {
    margin: 2.5rem 0;
    padding: 1.25rem 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
.blog-share-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}
.blog-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.blog-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.blog-share-btn:hover {
    border-color: #111827;
    color: #111827;
}
.blog-share-btn--facebook:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.blog-share-btn--twitter:hover { background: #000; border-color: #000; color: #fff; }
.blog-share-btn--whatsapp:hover { background: #25d366; border-color: #25d366; color: #fff; }
.blog-share-btn--linkedin:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.blog-share-btn--telegram:hover { background: #0088cc; border-color: #0088cc; color: #fff; }
.blog-share-btn--copy:hover { background: #111827; border-color: #111827; color: #fff; }
.blog-article-cover {
    margin: 0 0 2.5rem;
}
.blog-article-cover-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 0.75rem;
    background: #f3f4f6;
}
.blog-article-body {
    padding-bottom: 1rem;
}
.blog-prose {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #374151;
}
.blog-prose p {
    margin: 0 0 1.25rem;
}
.blog-prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 2rem 0 1rem;
    line-height: 1.3;
}
.blog-prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 1.75rem 0 0.75rem;
}
.blog-prose ul,
.blog-prose ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}
.blog-prose li {
    margin-bottom: 0.5rem;
}
.blog-prose a {
    color: #111827;
    text-decoration: underline;
}
.blog-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}
.blog-prose blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #111827;
    background: #f9fafb;
    color: #4b5563;
    font-style: italic;
}
.blog-author-band {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 3rem;
}
@media (min-width: 640px) {
    .blog-author-band {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.blog-author-band-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.blog-author-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    shrink: 0;
}
.blog-author-name {
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem;
}
.blog-author-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}
.blog-back-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
}
.blog-back-link:hover {
    text-decoration: underline;
}
.blog-related {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 3rem 0;
    margin-bottom: 0;
}
.blog-related-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #111827;
}
.blog-related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.blog-related-card:hover {
    border-color: #111827;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.blog-related-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6;
}
.blog-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog-related-card:hover .blog-related-image img {
    transform: scale(1.03);
}
.blog-related-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.blog-related-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-related-date {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}
.blog-related-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.5rem;
    line-height: 1.35;
}
.blog-related-excerpt {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.75rem;
    flex: 1;
    line-height: 1.5;
}
.blog-related-more {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #111827;
}
.blog-cta {
    background: #111827;
    color: #fff;
    padding: 3rem 1rem;
}
.blog-cta-title {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
}
.blog-cta-text {
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 1.5rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}
.blog-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111827;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.875rem 2rem;
    text-decoration: none;
    transition: background 0.15s ease;
}
.blog-cta-btn:hover {
    background: #f3f4f6;
}

/* Sepet indirim alanı */
.cart-discount-input {
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    background: #fff;
}
.cart-discount-input:focus {
    outline: none;
    border-color: #111827;
}
.cart-discount-message {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #dc2626;
}
.cart-discount-message--success {
    color: #059669;
}

.cart-checkout-options {
    padding-bottom: 0.25rem;
}
.cart-checkout-guest {
    letter-spacing: 0.04em;
}
.cart-checkout-auth {
    border-radius: 0;
}

/* Anasayfa kategori grid (hero altı) */
.home-categories {
    background: var(--theme-section-bg, #fff);
    border-bottom: 1px solid var(--theme-border, #f3f4f6);
}
.home-categories-title {
    font-size: clamp(1.25rem, 3.5vw, 1.5rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    color: var(--theme-heading, #000000);
    margin: 0 0 1.75rem;
}
.home-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 640px) {
    .home-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }
}
@media (min-width: 768px) {
    .home-categories-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1rem;
    }
}
@media (min-width: 1024px) {
    .home-categories-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 1280px) {
    .home-categories-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
.home-category-card {
    display: block;
    min-width: 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
}
.home-category-image-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.375rem;
    background: #f3f4f6;
}
@media (min-width: 640px) {
    .home-category-image-wrap {
        margin-bottom: 0.5rem;
    }
}
.home-category-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.home-category-card:hover .home-category-image,
.home-category-card:focus-visible .home-category-image {
    transform: scale(1.05);
}
.home-category-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.35;
    color: #111827;
    padding: 0 0.125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.15s ease;
}
@media (min-width: 640px) {
    .home-category-name {
        font-size: 1.0625rem;
    }
}
@media (min-width: 768px) {
    .home-category-name {
        font-size: 1.1875rem;
    }
}
.home-category-card:hover .home-category-name,
.home-category-card:focus-visible .home-category-name {
    color: var(--theme-primary, #000000);
}
.home-category-card:focus-visible {
    outline: 2px solid var(--theme-primary, #000000);
    outline-offset: 2px;
    border-radius: 0.375rem;
}

/* Footer sosyal medya */
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1.25rem;
}
.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}
.footer-social-link:hover {
    background: #fff;
    color: #111827;
    border-color: #fff;
    transform: translateY(-2px);
}

/* WhatsApp balonu */
.whatsapp-fab {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (min-width: 640px) {
    .whatsapp-fab { width: 3.5rem; height: 3.5rem; }
}
.whatsapp-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* Şans çarkı */
.wheel-fab {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.45);
    cursor: pointer;
    position: relative;
    border: none;
}
@media (min-width: 640px) {
    .wheel-fab { width: 3.5rem; height: 3.5rem; }
}
.wheel-fab-pulse {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: rgba(124, 58, 237, 0.35);
    animation: wheelFabPulse 2s ease-out infinite;
}
@keyframes wheelFabPulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.45); opacity: 0; }
}
.wheel-modal {
    background: rgba(17, 24, 39, 0.72);
    backdrop-filter: blur(4px);
}
.wheel-modal-panel {
    background: linear-gradient(180deg, #faf5ff 0%, #fff 42%);
    border-radius: 1.25rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(124, 58, 237, 0.15);
}
.wheel-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 9999px;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    color: #374151;
}
.wheel-modal-header {
    padding: 1.5rem 1.5rem 0.5rem;
}
.wheel-modal-kicker {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7c3aed;
    font-weight: 700;
    margin: 0 0 0.35rem;
}
.wheel-modal-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 0.35rem;
}
.wheel-modal-sub {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
}
.wheel-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem 0.25rem;
}
.wheel-canvas {
    display: block;
    max-width: 100%;
    filter: drop-shadow(0 10px 24px rgba(124, 58, 237, 0.25));
}
.wheel-pointer {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 22px solid #fbbf24;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.wheel-modal-body {
    padding: 0.75rem 1.5rem 1.5rem;
}
.wheel-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}
.wheel-input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    background: #fff;
}
.wheel-input:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.wheel-input[readonly] {
    background: #f9fafb;
    color: #6b7280;
}
.wheel-status {
    font-size: 0.8125rem;
    min-height: 1.25rem;
    margin: 0 0 0.75rem;
}
.wheel-status--info { color: #6b7280; }
.wheel-status--success { color: #059669; }
.wheel-status--warn { color: #d97706; }
.wheel-status--error { color: #dc2626; }
.wheel-spin-btn {
    width: 100%;
    border: none;
    border-radius: 9999px;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: var(--theme-wheel-spin-bg, linear-gradient(135deg, #000000, #333333));
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.wheel-spin-btn:hover:not(:disabled) {
    background: var(--theme-wheel-spin-hover, #262626);
    transform: translateY(-1px);
}
.wheel-spin-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.wheel-result {
    margin-top: 0.875rem;
    padding: 0.75rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.5;
}
.wheel-result--win {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.wheel-result--lose {
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}
.wheel-cta {
    display: block;
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #7c3aed;
    text-decoration: none;
}
.wheel-cta:hover { text-decoration: underline; }
.wheel-note {
    margin: 1rem 0 0;
    font-size: 0.6875rem;
    color: #9ca3af;
    text-align: center;
}
.wheel-confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
}
.wheel-confetti-piece {
    position: absolute;
    top: -8px;
    width: 8px;
    height: 12px;
    border-radius: 2px;
    animation: wheelConfettiFall 1.8s ease-in forwards;
}
@keyframes wheelConfettiFall {
    0% { transform: translateY(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(220px) rotate(540deg); opacity: 0; }
}
.wheel-reward-banner {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #faf5ff, #f5f3ff);
    border: 1px solid #ddd6fe;
    border-radius: 0.75rem;
}
@media (min-width: 640px) {
    .wheel-reward-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.wheel-reward-banner-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.wheel-reward-banner-icon { font-size: 1.5rem; line-height: 1; }
.wheel-reward-banner-title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #5b21b6;
    margin: 0 0 0.25rem;
}
.wheel-reward-banner-text {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
}
.wheel-reward-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    background: #7c3aed;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
}
.wheel-reward-banner-btn:hover { background: #6d28d9; }

/* Sipariş takip */
.order-track-page {
    background: var(--theme-bg, #f9fafb);
}
.order-track-hero {
    text-align: center;
    margin-bottom: 2.5rem;
}
.order-track-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}
.order-track-hero p {
    color: var(--theme-text-muted, #6b7280);
    max-width: 36rem;
    margin: 0 auto;
}
.order-track-search {
    background: #fff;
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.375rem);
    box-shadow: var(--theme-shadow, 0 8px 30px rgba(0, 0, 0, 0.06));
    padding: 1.5rem;
}
@media (min-width: 640px) {
    .order-track-search { padding: 2rem; }
}
.order-track-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--theme-text-muted, #6b7280);
    margin-bottom: 0.375rem;
}
.order-track-input {
    width: 100%;
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.375rem);
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    background: #fff;
    color: var(--theme-text, #111);
}
.order-track-input:focus {
    outline: none;
    border-color: var(--theme-input-focus, #000);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.order-track-help {
    font-size: 0.8125rem;
    color: var(--theme-text-muted, #6b7280);
    margin-top: 0.375rem;
}
.order-track-alert {
    border-radius: var(--theme-radius, 0.375rem);
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}
.order-track-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}
.order-track-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}
.order-track-card {
    background: #fff;
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.375rem);
    box-shadow: var(--theme-shadow, 0 8px 30px rgba(0, 0, 0, 0.06));
    overflow: hidden;
}
.order-track-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--theme-border, #e5e7eb);
    background: var(--theme-surface-alt, #f9fafb);
}
.order-track-number {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.order-track-meta {
    font-size: 0.8125rem;
    color: var(--theme-text-muted, #6b7280);
    margin-top: 0.25rem;
}
.order-track-status {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.order-track-timeline {
    display: grid;
    gap: 0;
    padding: 1.5rem;
    border-bottom: 1px solid var(--theme-border, #e5e7eb);
}
@media (min-width: 768px) {
    .order-track-timeline {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.75rem;
        padding: 1.75rem 1.5rem 2rem;
    }
}
.order-track-step {
    position: relative;
    display: flex;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .order-track-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
    }
}
.order-track-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0.6875rem;
    top: 1.75rem;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}
@media (min-width: 768px) {
    .order-track-step:not(:last-child)::after {
        left: calc(50% + 1rem);
        right: calc(-50% + 1rem);
        top: 0.875rem;
        bottom: auto;
        width: auto;
        height: 2px;
    }
}
.order-track-step.is-done:not(:last-child)::after,
.order-track-step.is-active:not(:last-child)::after {
    background: var(--theme-btn-bg, #000);
}
.order-track-step-dot {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 9999px;
    border: 2px solid #d1d5db;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.order-track-step.is-done .order-track-step-dot,
.order-track-step.is-active .order-track-step-dot {
    border-color: var(--theme-btn-bg, #000);
    background: var(--theme-btn-bg, #000);
}
.order-track-step.is-active .order-track-step-dot {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}
.order-track-step.is-cancelled .order-track-step-dot {
    border-color: #dc2626;
    background: #dc2626;
}
.order-track-step-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--theme-text, #111);
}
.order-track-step.is-upcoming .order-track-step-title {
    color: #9ca3af;
}
.order-track-step-hint {
    font-size: 0.75rem;
    color: var(--theme-text-muted, #6b7280);
    margin-top: 0.125rem;
}
.order-track-grid {
    display: grid;
    gap: 1.5rem;
    padding: 1.5rem;
}
@media (min-width: 768px) {
    .order-track-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.order-track-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme-text-muted, #6b7280);
    margin-bottom: 0.75rem;
}
.order-track-info p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
}
.order-track-info strong {
    color: var(--theme-text-muted, #6b7280);
    font-weight: 500;
}
.order-track-items {
    padding: 0 1.5rem 1.5rem;
}
.order-track-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--theme-border, #e5e7eb);
}
.order-track-item:last-child {
    border-bottom: 0;
}
.order-track-item-img {
    width: 4.5rem;
    height: 5.5rem;
    object-fit: cover;
    background: var(--theme-surface-alt, #f3f4f6);
    flex-shrink: 0;
}
.order-track-item-name {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.order-track-item-meta {
    font-size: 0.75rem;
    color: var(--theme-text-muted, #6b7280);
}
.order-track-item-price {
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 0.5rem;
}
.order-track-totals {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--theme-border, #e5e7eb);
    background: var(--theme-surface-alt, #f9fafb);
}
.order-track-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
}
.order-track-total-row--grand {
    font-size: 1.125rem;
    font-weight: 700;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--theme-border, #e5e7eb);
}
.order-track-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--theme-border, #e5e7eb);
}
.order-track-side-card {
    background: #fff;
    border: 1px solid var(--theme-border, #e5e7eb);
    border-radius: var(--theme-radius, 0.375rem);
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}
.order-track-side-card h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.order-track-tips {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order-track-tips li {
    display: flex;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: var(--theme-text-muted, #6b7280);
    margin-bottom: 0.625rem;
    line-height: 1.5;
}
.order-track-tips li::before {
    content: '•';
    color: var(--theme-btn-bg, #000);
    font-weight: 700;
}
.order-track-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--theme-text-muted, #6b7280);
}
.order-track-empty svg {
    margin: 0 auto 1rem;
    color: #d1d5db;
}

/* Sepete eklendi modal */
.cart-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.cart-modal__panel {
    animation: cartModalIn 0.22s ease-out;
}
.site-theme #cartModal .cart-modal__panel #cartModalTitle,
.site-theme #favoriteModal .bg-white #favoriteModalTitle,
.site-theme #orderSuccessModal .bg-white #orderSuccessTitle {
    color: #000 !important;
}
@keyframes cartModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.cart-modal__product {
    background: #fafafa;
}
.cart-modal__name {
    word-break: break-word;
}
.cart-modal__img {
    display: block;
}

/* Ürün kartı — mobil Safari sepete ekle butonu */
.product-card__actions .quick-add-cart-btn {
    white-space: nowrap;
}
.quick-add-cart-btn__label {
    white-space: nowrap;
    line-height: 1;
}

/* Admin panel demo modu */
.admin-demo-mode main form[data-admin-demo-readonly="1"] {
    opacity: 0.92;
}
.admin-demo-mode main form[data-admin-demo-readonly="1"] input:not([type="hidden"]),
.admin-demo-mode main form[data-admin-demo-readonly="1"] select,
.admin-demo-mode main form[data-admin-demo-readonly="1"] textarea,
.admin-demo-mode main form[data-admin-demo-readonly="1"] button {
    cursor: not-allowed;
}

