body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* =====================================================
   TOM SELECT STYLES (shared mobile + desktop)
===================================================== */
.ts-control {
    border-radius: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0.625rem 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #475569 !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease;
}
.ts-wrapper.focus .ts-control {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15) !important;
}
.ts-dropdown {
    border-radius: 1rem !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    margin-top: 4px;
}
.ts-dropdown .option {
    padding: 0.75rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    transition: background-color 0.1s ease;
}
.ts-dropdown .option:hover, .ts-dropdown .option.active {
    background-color: #fff7ed !important;
    color: #ea580c !important;
}
.ts-control input { font-weight: 600 !important; font-family: 'Inter', sans-serif !important; }
.ts-dropdown .dropdown-input-wrap { padding: 0.5rem !important; border-bottom: 1px solid #f8fafc !important; }
.ts-dropdown .dropdown-input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.5rem !important;
    padding: 0.4rem 0.75rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    background-color: #f8fafc !important;
    transition: all 0.2s ease;
}
.ts-dropdown .dropdown-input:focus {
    border-color: #f97316 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.1) !important;
}

/* =====================================================
   DESKTOP STYLES
===================================================== */
@media (min-width: 1024px) {
    /* Desktop TomSelect — daha büyük, sidebar'a uyumlu */
    .desktop-ts .ts-control {
        border-radius: 0.625rem !important;
        padding: 0.5rem 0.875rem !important;
        font-size: 0.8125rem !important;
    }

    /* Desktop ürün kart hover efekti */
    .desktop-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -8px rgba(0,0,0,0.12);
    }
    .desktop-product-card { transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease; }

    /* Sidebar sticky ve bağımsız scroll */
    .desktop-sidebar { position: sticky; top: 88px; height: calc(100vh - 100px); overflow-y: auto; padding-bottom: 2rem; }
    .desktop-sidebar::-webkit-scrollbar { display: none; }
    .desktop-sidebar { -ms-overflow-style: none; scrollbar-width: none; }

    /* Desktop Sort Dropdown Fix */
    .desktop-ts .ts-wrapper { min-width: 200px !important; }
    .desktop-ts .ts-dropdown { min-width: 200px !important; }

    /* Desktop breadcrumb & category pill aktif */
    .cat-pill-active {
        background-color: #1e293b;
        color: #ffffff;
        border-color: #1e293b;
    }
    .cat-pill-active-orange {
        background-color: #f97316;
        color: #ffffff;
        border-color: #f97316;
    }
}
