/* =========================================================
   AquaShop Kategori Sayfası
   - Sol filtre
   - Sağ ürün listeleme
   - Üst sıralama
   - Infinite loading görünümü
   - Mobil filtre drawer
========================================================= */

.aq-category-page-hero {
    padding: 34px 0 24px;
    background: #ffffff;
    border-bottom: 1px solid #eef3f6;
}

.aq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a8491;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}

.aq-breadcrumb a:hover {
    color: var(--aq-blue-dark);
}

.aq-breadcrumb i {
    font-size: 11px;
    color: #a2acb8;
}

.aq-category-hero-box {
    min-height: 210px;
    padding: 28px;
    border-radius: 24px;
    background:
            linear-gradient(90deg, rgba(7, 152, 189, 0.08), rgba(255, 255, 255, 0.94)),
            url("https://aquashop.com.tr/uploads/2026/05/sobo-cam-onu-blok-ic-filtre-200lh-25w-aa62a999.webp") right center / 520px auto no-repeat,
            #f8fbfc;
    border: 1px solid #e6edf3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
}

.aq-category-hero-box > div:first-child {
    max-width: 690px;
}

.aq-category-hero-box span {
    display: inline-flex;
    color: var(--aq-blue-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.aq-category-hero-box h1 {
    margin: 9px 0 0;
    color: #111827;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.2px;
}

.aq-category-hero-box p {
    max-width: 610px;
    margin: 13px 0 0;
    color: #667386;
    font-size: 14px;
    line-height: 1.65;
}

.aq-category-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 116px);
    gap: 12px;
}

.aq-category-hero-stats div {
    min-height: 92px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e3ebf1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aq-category-hero-stats strong {
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.aq-category-hero-stats span {
    margin-top: 3px;
    color: #738091;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.aq-category-page {
    padding: 34px 0 64px;
    background: #ffffff;
}

.aq-category-layout {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 28px;
    align-items: flex-start;
}

.aq-filter-sidebar {
    position: sticky;
    top: calc(var(--aq-fixed-stack-height, 0px) + 18px);
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e4ecf2;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.aq-filter-head {
    min-height: 70px;
    padding: 18px;
    border-bottom: 1px solid #edf3f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aq-filter-head strong {
    display: block;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.aq-filter-head span {
    display: block;
    margin-top: 4px;
    color: #7a8491;
    font-size: 12px;
    font-weight: 500;
}

.aq-filter-close {
    display: none;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #f3f6f8;
    color: #111827;
    align-items: center;
    justify-content: center;
}

.aq-filter-form {
    padding: 4px 18px 18px;
}

.aq-filter-group {
    border-bottom: 1px solid #edf3f7;
}

.aq-filter-group:last-of-type {
    border-bottom: 0;
}

.aq-filter-toggle {
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #17202b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
    font-weight: 800;
}

.aq-filter-toggle i {
    transition: transform 220ms ease;
}

.aq-filter-toggle.is-open i {
    transform: rotate(180deg);
}

.aq-filter-body {
    display: none;
    padding: 0 0 14px;
}

.aq-filter-toggle.is-open + .aq-filter-body {
    display: grid;
    gap: 8px;
}

.aq-check-row,
.aq-radio-row {
    min-height: 34px;
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 9px;
    align-items: center;
    color: #4b5563;
    font-size: 12.7px;
    font-weight: 600;
    cursor: pointer;
}

.aq-radio-row {
    grid-template-columns: 18px 1fr;
}

.aq-check-row input,
.aq-radio-row input {
    width: 16px;
    height: 16px;
    accent-color: var(--aq-blue);
}

.aq-check-row em {
    min-width: 26px;
    height: 22px;
    border-radius: 999px;
    background: #f3f7fa;
    color: #7a8491;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
}

.aq-filter-buttons {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.aq-filter-apply,
.aq-filter-reset {
    width: 100%;
    min-height: 42px;
    border-radius: 13px;
    font-size: 12.5px;
    font-weight: 800;
}

.aq-filter-apply {
    border: 0;
    background: var(--aq-blue);
    color: #ffffff;
}

.aq-filter-reset {
    border: 1px solid #dfe8ef;
    background: #ffffff;
    color: #17202b;
}

.aq-category-toolbar {
    min-height: 64px;
    padding: 12px 14px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5edf3;
    box-shadow: 0 9px 24px rgba(15, 23, 42, 0.035);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.aq-result-info,
.aq-mobile-result-count {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.aq-result-info strong,
.aq-mobile-result-count strong {
    color: #111827;
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -0.5px;
}

.aq-result-info span,
.aq-mobile-result-count span {
    color: #7a8491;
    font-size: 12.5px;
    font-weight: 600;
}

.aq-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aq-stock-only {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: #f8fbfc;
    border: 1px solid #e5edf3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.aq-stock-only input {
    accent-color: var(--aq-blue);
}

.aq-sort-box {
    height: 40px;
    padding: 0 7px 0 13px;
    border-radius: 999px;
    background: #f8fbfc;
    border: 1px solid #e5edf3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aq-sort-box span {
    color: #7a8491;
    font-size: 11px;
    font-weight: 800;
}

.aq-sort-box select {
    height: 30px;
    border: 0;
    outline: none;
    background: transparent;
    color: #17202b;
    font-size: 12px;
    font-weight: 800;
}

.aq-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.aq-active-filter-chip {
    min-height: 31px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef9fc;
    color: #056f8d;
    border: 1px solid rgba(7, 152, 189, 0.16);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
}

.aq-active-filter-chip button {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.aq-category-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.aq-category-product-grid .aq-product-card {
    display: block;
}

.aq-category-product-grid .aq-product-card.is-hidden-by-filter,
.aq-category-product-grid .aq-product-card.is-hidden-by-load {
    display: none !important;
}

.aq-category-product-grid .aq-product-info h2 {
    min-height: 42px;
    margin: 9px 0 0;
    color: #17202b;
    font-size: 13.2px;
    font-weight: 650;
    line-height: 1.45;
    letter-spacing: -0.08px;
}

.aq-category-product-grid .aq-product-info h2 a:hover {
    color: var(--aq-blue-dark);
}

.aq-badge-passive {
    background: #64748b !important;
    box-shadow: 0 8px 17px rgba(100, 116, 139, 0.15) !important;
}

.aq-empty-products {
    display: none;
    min-height: 320px;
    margin-top: 18px;
    border-radius: 22px;
    border: 1px dashed #cbd5e1;
    background: #f8fbfc;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 34px;
}

.aq-empty-products.is-visible {
    display: flex;
}

.aq-empty-products span {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: #eef9fc;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.aq-empty-products h3 {
    margin: 16px 0 0;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
}

.aq-empty-products p {
    margin: 8px 0 0;
    color: #7a8491;
    font-size: 13px;
}

.aq-loading-row {
    display: none;
    min-height: 58px;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #667386;
    font-size: 12.5px;
    font-weight: 800;
}

.aq-loading-row.is-visible {
    display: flex;
}

.aq-loading-row span {
    width: 22px;
    height: 22px;
    border: 3px solid #dce8ee;
    border-top-color: var(--aq-blue);
    border-radius: 999px;
    animation: aqCategorySpin 780ms linear infinite;
}

.aq-load-sentinel {
    width: 100%;
    height: 2px;
}

.aq-category-mobile-tools {
    display: none;
}

.aq-filter-backdrop {
    display: none;
}

@keyframes aqCategorySpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1440px) {
    .aq-category-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .aq-category-layout {
        grid-template-columns: 270px minmax(0, 1fr);
        gap: 22px;
    }

    .aq-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aq-category-hero-box {
        grid-template-columns: 1fr;
        background:
                linear-gradient(90deg, rgba(7, 152, 189, 0.08), rgba(255, 255, 255, 0.96)),
                #f8fbfc;
    }

    .aq-category-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .aq-category-page-hero {
        padding: 26px 0 20px;
    }

    .aq-category-hero-box {
        padding: 22px;
        border-radius: 20px;
    }

    .aq-category-hero-stats {
        gap: 9px;
    }

    .aq-category-hero-stats div {
        min-height: 78px;
        padding: 12px;
    }

    .aq-category-layout {
        grid-template-columns: 1fr;
    }

    .aq-category-mobile-tools {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .aq-filter-open {
        min-height: 42px;
        padding: 0 15px;
        border: 0;
        border-radius: 999px;
        background: var(--aq-blue);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12.5px;
        font-weight: 800;
        box-shadow: 0 10px 20px rgba(7, 152, 189, 0.18);
    }

    .aq-filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12200;
        width: min(360px, 91vw);
        height: 100vh;
        border-radius: 0 22px 22px 0;
        transform: translateX(-104%);
        transition: transform 320ms ease;
        overflow-y: auto;
    }

    body.aq-filter-opened .aq-filter-sidebar {
        transform: translateX(0);
    }

    .aq-filter-close {
        display: inline-flex;
    }

    .aq-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 12190;
        background: rgba(15, 23, 42, 0.46);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 220ms ease, visibility 220ms ease;
        display: block;
    }

    body.aq-filter-opened .aq-filter-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.aq-filter-opened {
        overflow: hidden;
    }

    .aq-category-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .aq-result-info {
        display: none;
    }

    .aq-toolbar-actions {
        width: 100%;
        justify-content: space-between;
        gap: 9px;
    }

    .aq-sort-box {
        flex: 1;
        justify-content: space-between;
    }

    .aq-stock-only {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .aq-category-page {
        padding: 26px 0 48px;
    }

    .aq-breadcrumb {
        font-size: 11px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    .aq-category-hero-box h1 {
        font-size: 29px;
    }

    .aq-category-hero-box p {
        font-size: 13px;
    }

    .aq-category-hero-stats {
        grid-template-columns: 1fr;
    }

    .aq-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .aq-category-product-grid .aq-product-image {
        height: 142px !important;
        margin: 8px 8px 0 !important;
        border-radius: 13px !important;
    }

    .aq-category-product-grid .aq-product-image img {
        border-radius: 13px !important;
    }

    .aq-category-product-grid .aq-product-info {
        padding: 10px 9px 11px !important;
    }

    .aq-category-product-grid .aq-product-cat {
        min-height: 19px !important;
        padding: 0 6px !important;
        font-size: 8.2px !important;
    }

    .aq-category-product-grid .aq-product-info h2 {
        min-height: 38px;
        font-size: 10.9px;
        line-height: 1.35;
        margin-top: 7px;
    }

    .aq-category-product-grid .aq-stars {
        margin-top: 6px !important;
        font-size: 9px !important;
    }

    .aq-category-product-grid .aq-stars em {
        font-size: 9px !important;
    }

    .aq-category-product-grid .aq-product-bottom {
        min-height: 34px !important;
        margin-top: 8px !important;
        padding-top: 8px !important;
    }

    .aq-category-product-grid .aq-price strong {
        font-size: 12.5px !important;
    }

    .aq-category-product-grid .aq-price del {
        font-size: 9.4px !important;
    }

    .aq-category-product-grid .aq-add-cart {
        width: 31px !important;
        min-width: 31px !important;
        height: 31px !important;
        border-radius: 11px !important;
    }

    .aq-category-product-grid .aq-add-cart i {
        font-size: 13.5px !important;
    }

    .aq-category-product-grid .aq-fav-btn {
        width: 29px !important;
        height: 29px !important;
        right: 10px !important;
        top: 10px !important;
    }

    .aq-category-product-grid .aq-fav-btn i {
        font-size: 12.8px !important;
    }

    .aq-category-product-grid .aq-badge {
        min-width: 36px !important;
        min-height: 19px !important;
        left: 10px !important;
        top: 10px !important;
        font-size: 8.3px !important;
    }

    .aq-toolbar-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .aq-stock-only,
    .aq-sort-box {
        width: 100%;
    }

    .aq-sort-box select {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .aq-category-product-grid {
        gap: 9px;
    }

    .aq-category-product-grid .aq-product-image {
        height: 132px !important;
    }

    .aq-category-product-grid .aq-product-info h2 {
        font-size: 10.5px;
    }

    .aq-category-product-grid .aq-price strong {
        font-size: 12px !important;
    }
}

/* =========================================================
   AquaShop Kategori Hero Zarif Yükseklik Düzeltmesi
   - "Akvaryum Filtreleri ve Filtre Malzemeleri" alanı küçültüldü
   - Daha az yer kaplar
   - Mobilde de daha kompakt görünür
========================================================= */

.aq-category-page-hero {
    padding: 22px 0 18px !important;
}

.aq-breadcrumb {
    margin-bottom: 12px !important;
    font-size: 11.5px !important;
}

.aq-category-hero-box {
    min-height: 132px !important;
    padding: 20px 22px !important;
    border-radius: 20px !important;
    gap: 18px !important;
    background:
            linear-gradient(90deg, rgba(7, 152, 189, 0.065), rgba(255, 255, 255, 0.96)),
            #f8fbfc !important;
}

.aq-category-hero-box > div:first-child {
    max-width: 760px !important;
}

.aq-category-hero-box span {
    font-size: 10px !important;
    letter-spacing: 1.1px !important;
}

.aq-category-hero-box h1 {
    margin-top: 6px !important;
    font-size: clamp(24px, 2.2vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
}

.aq-category-hero-box p {
    max-width: 680px !important;
    margin-top: 8px !important;
    font-size: 12.8px !important;
    line-height: 1.55 !important;
}

.aq-category-hero-stats {
    grid-template-columns: repeat(3, 92px) !important;
    gap: 8px !important;
}

.aq-category-hero-stats div {
    min-height: 68px !important;
    padding: 10px 11px !important;
    border-radius: 15px !important;
}

.aq-category-hero-stats strong {
    font-size: 20px !important;
}

.aq-category-hero-stats span {
    margin-top: 2px !important;
    font-size: 10px !important;
}

/* Tablet */
@media (max-width: 1180px) {
    .aq-category-hero-box {
        min-height: auto !important;
        padding: 18px 20px !important;
    }

    .aq-category-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .aq-category-page-hero {
        padding: 18px 0 14px !important;
    }

    .aq-breadcrumb {
        margin-bottom: 10px !important;
    }

    .aq-category-hero-box {
        padding: 17px !important;
        border-radius: 18px !important;
    }

    .aq-category-hero-box h1 {
        font-size: 24px !important;
        line-height: 1.15 !important;
    }

    .aq-category-hero-box p {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }

    .aq-category-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .aq-category-hero-stats div {
        min-height: 62px !important;
        padding: 9px 7px !important;
        border-radius: 13px !important;
        text-align: center !important;
        align-items: center !important;
    }

    .aq-category-hero-stats strong {
        font-size: 18px !important;
    }

    .aq-category-hero-stats span {
        font-size: 9.5px !important;
    }
}

/* Küçük mobil */
@media (max-width: 420px) {
    .aq-category-hero-box h1 {
        font-size: 22px !important;
    }

    .aq-category-hero-box p {
        font-size: 12px !important;
    }

    .aq-category-hero-stats {
        display: none !important;
    }
}

/* =========================================================
   AquaShop Kategori Sıralama Dropdown Premium Görünüm
   - Native select yerine özel dropdown
   - Tasarıma uygun zarif açılır menü
========================================================= */

.aq-custom-sort {
    position: relative !important;
    height: 42px !important;
    min-width: 245px !important;
    padding: 0 6px 0 13px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #dfe8ef !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    z-index: 20;
}

.aq-custom-sort > span {
    color: #7a8491 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.aq-custom-sort-btn {
    flex: 1;
    min-width: 0;
    height: 32px;
    padding: 0 10px 0 12px;
    border: 0;
    border-radius: 999px;
    background: #f7fafc;
    color: #17202b;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    transition: background 220ms ease, color 220ms ease;
}

.aq-custom-sort-btn strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
}

.aq-custom-sort-btn i {
    color: #056f8d;
    font-size: 13px;
    line-height: 1;
    transition: transform 220ms ease;
}

.aq-custom-sort.is-open .aq-custom-sort-btn {
    background: #eef9fc;
    color: #056f8d;
}

.aq-custom-sort.is-open .aq-custom-sort-btn i {
    transform: rotate(180deg);
}

.aq-custom-sort-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    width: 245px;
    padding: 8px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    z-index: 50;
}

.aq-custom-sort.is-open .aq-custom-sort-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.aq-custom-sort-menu button {
    width: 100%;
    min-height: 39px;
    padding: 0 11px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.aq-custom-sort-menu button i {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #f3f7fa;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    transition: background 180ms ease, color 180ms ease;
}

.aq-custom-sort-menu button span {
    font-size: 12px;
    font-weight: 750;
}

.aq-custom-sort-menu button:hover {
    background: #f7fafc;
    color: #056f8d;
    transform: translateX(2px);
}

.aq-custom-sort-menu button.is-active {
    background: #eef9fc;
    color: #056f8d;
}

.aq-custom-sort-menu button.is-active i {
    background: #0798bd;
    color: #ffffff;
}

/* Eski select kalırsa görünmesin */
.aq-custom-sort select {
    display: none !important;
}

/* Mobil uyum */
@media (max-width: 991px) {
    .aq-custom-sort {
        width: 100% !important;
        min-width: 0 !important;
    }

    .aq-custom-sort-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .aq-custom-sort {
        height: 44px !important;
        border-radius: 15px !important;
        padding: 0 8px 0 12px !important;
    }

    .aq-custom-sort-btn {
        height: 34px;
        border-radius: 12px;
    }

    .aq-custom-sort-menu {
        border-radius: 15px;
    }
}

/* =========================================================
   AquaShop Kategori Sayfası Son Düzen
   - Üst kategori alanı sadece başlık olacak
   - Ürün üst toolbar tamamen gizlenecek
   - Daha dar, zarif ve sade görünüm
========================================================= */

.aq-category-page-hero-simple {
    padding: 18px 0 16px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eef3f6 !important;
}

.aq-category-page-hero-simple .aq-breadcrumb {
    margin-bottom: 10px !important;
    font-size: 11.5px !important;
}

.aq-category-title-simple {
    min-height: 72px !important;
    padding: 18px 24px !important;
    border-radius: 18px !important;
    background: #f8fbfc !important;
    border: 1px solid #e5edf3 !important;
    display: flex !important;
    align-items: center !important;
}

.aq-category-title-simple h1 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(24px, 2.3vw, 36px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
}

/* Eski hero içeriği görünür kalırsa gizle */
.aq-category-hero-box,
.aq-category-hero-stats {
    display: none !important;
}

/* Ürün üstündeki ürün sayısı / stok / sıralama barını tamamen kaldır */
.aq-category-toolbar {
    display: none !important;
}

/* Toolbar kalkınca ürünler yukarı daha dengeli gelsin */
.aq-category-products {
    min-width: 0;
}

.aq-active-filters {
    margin-top: 0 !important;
}

/* Sayfa genel üst boşluğu biraz toparlandı */
.aq-category-page {
    padding-top: 28px !important;
}

/* Mobilde başlık daha kompakt */
@media (max-width: 767px) {
    .aq-category-page-hero-simple {
        padding: 14px 0 12px !important;
    }

    .aq-category-page-hero-simple .aq-breadcrumb {
        margin-bottom: 8px !important;
        font-size: 11px !important;
    }

    .aq-category-title-simple {
        min-height: 58px !important;
        padding: 14px 16px !important;
        border-radius: 16px !important;
    }

    .aq-category-title-simple h1 {
        font-size: 22px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.5px !important;
    }

    .aq-category-page {
        padding-top: 22px !important;
    }
}

@media (max-width: 420px) {
    .aq-category-title-simple h1 {
        font-size: 20px !important;
    }
}

/* =========================================================
   AquaShop Kategori Başlığı Zarif Font Düzeltmesi
   - Kategori başlığı daha küçük ve daha ince görünür
========================================================= */

.aq-category-title-simple {
    min-height: 58px !important;
    padding: 14px 20px !important;
    border-radius: 16px !important;
}

.aq-category-title-simple h1 {
    font-size: clamp(20px, 1.65vw, 28px) !important;
    font-weight: 750 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.45px !important;
}

/* Mobil */
@media (max-width: 767px) {
    .aq-category-title-simple {
        min-height: 52px !important;
        padding: 13px 15px !important;
    }

    .aq-category-title-simple h1 {
        font-size: 19px !important;
        font-weight: 740 !important;
        line-height: 1.22 !important;
    }
}

@media (max-width: 420px) {
    .aq-category-title-simple h1 {
        font-size: 18px !important;
    }
}

/* =========================================================
   AquaShop Kategori Başlık Final Kesin Düzeltme
   - Akvaryum Filtreleri ve Filtre Malzemeleri başlığı küçültüldü
   - Kalınlık azaltıldı
   - Kutunun yüksekliği daraltıldı
========================================================= */

body .aq-category-page-hero-simple .aq-category-title-simple {
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 16px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
}

body .aq-category-page-hero-simple .aq-category-title-simple h1,
body main .aq-category-page-hero-simple .aq-category-title-simple h1,
body .aq-category-title-simple h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 650 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.25px !important;
    color: #111827 !important;
}

/* Üst alanın kendi boşluğunu da azalt */
body .aq-category-page-hero-simple {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

body .aq-category-page-hero-simple .aq-breadcrumb {
    margin-bottom: 8px !important;
}

/* Tablet */
@media (max-width: 991px) {
    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 20px !important;
        font-weight: 640 !important;
        line-height: 1.22 !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    body .aq-category-page-hero-simple .aq-category-title-simple {
        min-height: 42px !important;
        padding: 9px 13px !important;
        border-radius: 13px !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 18px !important;
        font-weight: 630 !important;
        line-height: 1.25 !important;
        letter-spacing: -0.18px !important;
    }
}

/* Küçük mobil */
@media (max-width: 420px) {
    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 17px !important;
        font-weight: 620 !important;
    }
}

/* =========================================================
   AquaShop Kategori Infinite Loading Final
   - Laravel pagination gizlenir
   - Aşağı indikçe ürün yükleme görünümü
   - Mevcut kategori tasarımını bozmadan ek güvenli katman
========================================================= */

.aq-category-pagination {
    display: none !important;
}

.aq-loading-row {
    display: none;
    width: 100%;
    min-height: 58px;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #667386;
    font-size: 12.5px;
    font-weight: 800;
}

.aq-loading-row.is-visible {
    display: flex !important;
}

.aq-loading-row span {
    width: 22px;
    height: 22px;
    border: 3px solid #dce8ee;
    border-top-color: var(--aq-blue);
    border-radius: 999px;
    animation: aqCategorySpin 780ms linear infinite;
}

.aq-loading-row strong {
    color: #667386;
    font-size: 12.5px;
    font-weight: 800;
}

.aq-load-sentinel {
    width: 100%;
    height: 2px;
}

.aq-load-sentinel.is-hidden {
    display: none !important;
}

.aq-load-error {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    margin-top: 18px;
    padding: 13px 16px;
    border: 1px solid rgba(239, 68, 68, 0.14);
    border-radius: 16px;
    background: rgba(254, 242, 242, 0.92);
    color: #991b1b;
    font-size: 13px;
    font-weight: 600;
}

.aq-load-error i {
    font-size: 16px;
}

.aq-filter-body.is-collapsed {
    display: none !important;
}

body.aq-filter-opened {
    overflow: hidden;
}

@keyframes aqCategorySpin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   AquaShop Kategori Başlık Kartı Premium Final
   - Başlık ve açıklama yan yana yapışmaz
   - Açıklama daha zarif, okunaklı ve dengeli görünür
========================================================= */

body .aq-category-page-hero-simple .aq-category-title-simple {
    min-height: auto !important;
    height: auto !important;
    padding: 18px 20px !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at top left, rgba(7, 152, 189, 0.10), transparent 36%),
        linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%) !important;
    border: 1px solid #e3edf3 !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.035) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

body .aq-category-title-content {
    min-width: 0 !important;
    max-width: 920px !important;
    display: block !important;
}

body .aq-category-kicker {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    min-height: 22px !important;
    padding: 0 9px !important;
    margin-bottom: 7px !important;
    border-radius: 999px !important;
    background: rgba(7, 152, 189, 0.08) !important;
    color: #056f8d !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

body .aq-category-page-hero-simple .aq-category-title-simple h1,
body main .aq-category-page-hero-simple .aq-category-title-simple h1,
body .aq-category-title-simple h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(22px, 1.85vw, 30px) !important;
    font-weight: 720 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.35px !important;
}

body .aq-category-page-hero-simple .aq-category-title-simple p,
body .aq-category-title-simple p {
    display: block !important;
    max-width: 860px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #667386 !important;
    font-size: 13.2px !important;
    font-weight: 450 !important;
    line-height: 1.62 !important;
    letter-spacing: 0 !important;
}

body .aq-category-title-badge {
    flex: 0 0 auto !important;
    min-width: 116px !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #e2edf3 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
    color: #056f8d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

body .aq-category-title-badge i {
    width: 26px !important;
    height: 26px !important;
    border-radius: 999px !important;
    background: #eef9fc !important;
    color: #0798bd !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
}

/* Tablet */
@media (max-width: 991px) {
    body .aq-category-page-hero-simple .aq-category-title-simple {
        padding: 16px 17px !important;
        align-items: flex-start !important;
    }

    body .aq-category-title-badge {
        display: none !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 22px !important;
        font-weight: 700 !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple p,
    body .aq-category-title-simple p {
        max-width: 100% !important;
        font-size: 12.8px !important;
        line-height: 1.56 !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    body .aq-category-page-hero-simple .aq-category-title-simple {
        padding: 14px 15px !important;
        border-radius: 16px !important;
    }

    body .aq-category-kicker {
        min-height: 20px !important;
        padding: 0 8px !important;
        margin-bottom: 6px !important;
        font-size: 9.5px !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 19px !important;
        font-weight: 680 !important;
        line-height: 1.22 !important;
        letter-spacing: -0.2px !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple p,
    body .aq-category-title-simple p {
        margin-top: 7px !important;
        font-size: 12.3px !important;
        line-height: 1.5 !important;
    }
}

/* Küçük mobil */
@media (max-width: 420px) {
    body .aq-category-page-hero-simple .aq-category-title-simple h1,
    body main .aq-category-page-hero-simple .aq-category-title-simple h1,
    body .aq-category-title-simple h1 {
        font-size: 18px !important;
    }

    body .aq-category-page-hero-simple .aq-category-title-simple p,
    body .aq-category-title-simple p {
        font-size: 12px !important;
    }
}

/* =========================================================
   AquaShop Kategori Liste Hizalama Düzeltmesi
   - Sol filtre ve sağ ürün grid aynı hizada başlar
   - Boş aktif filtre alanı ürünleri aşağı itmez
========================================================= */

.aq-active-filters:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aq-category-products {
    padding-top: 0 !important;
}

.aq-category-product-grid {
    margin-top: 0 !important;
}

/* =========================================================
   AquaShop Kategori Aktif Filtreler + Temizle Butonu Final
   - Sağ üst aktif filtre alanı premium chip görünümü
   - Sol filtrede Temizle butonu düzgün hizalanır
   - Mevcut yapıyı bozmadan sadece görsel düzenleme
========================================================= */

/* Sağdaki aktif filtre alanı */
body .aq-category-products .aq-active-filters {
    width: 100% !important;
    min-height: auto !important;
    margin: 0 0 14px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid #e4ecf2 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
}

/* Aktif filtre chip */
body .aq-category-products .aq-active-filters span {
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #eef9fc !important;
    border: 1px solid rgba(7, 152, 189, 0.16) !important;
    color: #056f8d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.05px !important;
}

/* Aktif filtre alanındaki Tümünü Temizle linki */
body .aq-category-products .aq-active-filters a {
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body .aq-category-products .aq-active-filters a::before {
    content: "\F659";
    font-family: "bootstrap-icons" !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

body .aq-category-products .aq-active-filters a:hover {
    background: #fff1f2 !important;
    border-color: rgba(225, 29, 72, 0.16) !important;
    color: #be123c !important;
    transform: translateY(-1px);
}

/* Aktif filtre yoksa boşluk bırakmasın */
body .aq-category-products .aq-active-filters:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Sol filtre Temizle butonu */
body .aq-filter-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 16px !important;
}

body .aq-filter-apply,
body .aq-filter-reset {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body .aq-filter-apply {
    border: 0 !important;
    background: var(--aq-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(7, 152, 189, 0.16) !important;
}

body .aq-filter-apply:hover {
    background: #057f9d !important;
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(7, 152, 189, 0.20) !important;
}

body .aq-filter-reset {
    border: 1px solid #dfe8ef !important;
    background: #ffffff !important;
    color: #334155 !important;
    box-shadow: none !important;
}

body .aq-filter-reset::before {
    content: "\F659";
    font-family: "bootstrap-icons" !important;
    margin-right: 7px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

body .aq-filter-reset:hover {
    background: #fff1f2 !important;
    border-color: rgba(225, 29, 72, 0.18) !important;
    color: #be123c !important;
    transform: translateY(-1px);
}

/* Mobilde aktif filtre alanı daha kompakt */
@media (max-width: 767px) {
    body .aq-category-products .aq-active-filters {
        padding: 10px !important;
        border-radius: 15px !important;
        gap: 7px !important;
        margin-bottom: 12px !important;
    }

    body .aq-category-products .aq-active-filters span,
    body .aq-category-products .aq-active-filters a {
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 11.5px !important;
    }

    body .aq-filter-apply,
    body .aq-filter-reset {
        min-height: 42px !important;
        border-radius: 14px !important;
        font-size: 12.7px !important;
    }
}
/* =========================================================
   AquaShop Tüm Kategoriler Sayfası - Premium Final
   - Daha düzenli grid
   - Zarif fontlar
   - Daha profesyonel kategori kartları
   - Header / ürün kategori detay sayfalarını bozmaz
========================================================= */

.aq-all-categories-page-final {
    padding: 28px 0 58px !important;
    background:
        radial-gradient(circle at top left, rgba(7, 152, 189, 0.055), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
}

.aq-all-categories-page-final * {
    box-sizing: border-box;
}

.aq-all-categories-hero {
    margin-bottom: 24px;
    padding: 22px 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 96% 0%, rgba(7, 152, 189, 0.10), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%);
    border: 1px solid #e4edf3;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.045);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}

.aq-all-categories-hero-left {
    min-width: 0;
}

.aq-all-categories-breadcrumb {
    margin: 0 0 14px !important;
    color: #7a8491 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

.aq-all-categories-breadcrumb a {
    color: #7a8491 !important;
    text-decoration: none !important;
}

.aq-all-categories-breadcrumb a:hover {
    color: #056f8d !important;
}

.aq-all-categories-breadcrumb span {
    color: #475569 !important;
    font-weight: 800 !important;
}

.aq-all-categories-title-row {
    min-width: 0;
}

.aq-all-categories-kicker {
    width: fit-content;
    min-height: 25px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(7, 152, 189, 0.08);
    border: 1px solid rgba(7, 152, 189, 0.10);
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.aq-all-categories-kicker i {
    font-size: 13px;
}

.aq-all-categories-title-row h1 {
    margin: 0 !important;
    color: #0f172a !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(30px, 3.1vw, 44px) !important;
    font-weight: 760 !important;
    line-height: 1.06 !important;
    letter-spacing: -1.05px !important;
}

.aq-all-categories-title-row p {
    max-width: 620px;
    margin: 10px 0 0 !important;
    color: #64748b !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

.aq-all-categories-stats {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aq-all-categories-stats div {
    min-width: 122px;
    min-height: 74px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e3edf3;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aq-all-categories-stats strong {
    display: block;
    color: #0f172a;
    font-size: 25px;
    font-weight: 820;
    line-height: 1;
    letter-spacing: -0.7px;
}

.aq-all-categories-stats span {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 750;
}

.aq-all-categories-grid-final {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.aq-category-index-card-final {
    min-width: 0;
    overflow: hidden;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid #e3ebf2 !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.aq-category-index-card-final:hover {
    transform: translateY(-2px);
    border-color: rgba(7, 152, 189, 0.22) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075) !important;
}

.aq-category-index-card-head-final {
    min-height: 106px !important;
    padding: 18px 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%) !important;
    border-bottom: 1px solid #edf3f7 !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 14px !important;
    text-decoration: none !important;
}

.aq-category-index-image-final {
    width: 58px !important;
    height: 58px !important;
    padding: 5px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid #e4edf3 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.aq-category-index-image-final img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.aq-category-index-title-final {
    min-width: 0 !important;
    display: block !important;
}

.aq-category-index-title-final strong {
    display: block !important;
    margin: 0 !important;
    color: #0f172a !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 760 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.28px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-category-index-title-final small {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    margin-top: 7px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: #eef9fc !important;
    color: #056f8d !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.aq-category-index-go {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e2edf3;
    color: #056f8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.aq-category-index-card-final:hover .aq-category-index-go {
    background: #0798bd;
    color: #ffffff;
    transform: translateX(2px);
}

.aq-category-index-go i {
    font-size: 13px;
    line-height: 1;
}

.aq-category-index-children-final {
    flex: 1;
    padding: 12px 14px 15px !important;
    display: grid !important;
    gap: 7px !important;
    align-content: start !important;
}

.aq-category-index-children-final a {
    min-height: 38px !important;
    padding: 0 9px 0 11px !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    border: 1px solid transparent !important;
    color: #334155 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.aq-category-index-children-final a:hover {
    background: #f8fbfc !important;
    border-color: #e3edf3 !important;
    color: #056f8d !important;
    transform: translateX(2px);
}

.aq-category-index-children-final a span {
    min-width: 0 !important;
    display: block !important;
    color: inherit !important;
    font-size: 13.2px !important;
    font-weight: 620 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-category-index-children-final a span::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 8px;
    border-radius: 999px;
    background: #94a3b8;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
}

.aq-category-index-children-final a:hover span::before {
    background: #0798bd;
}

.aq-category-index-children-final a em {
    min-width: 34px !important;
    height: 25px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    background: #f3f7fa !important;
    color: #64748b !important;
    border: 1px solid #e8eef3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-style: normal !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.aq-category-index-children-final a:hover em {
    background: #eef9fc !important;
    color: #056f8d !important;
    border-color: rgba(7, 152, 189, 0.16) !important;
}

.aq-category-index-children-final .aq-category-index-more {
    margin-top: 2px !important;
    background: #f8fbfc !important;
    border-color: #e3edf3 !important;
    color: #056f8d !important;
    font-weight: 800 !important;
}

.aq-category-index-empty-final {
    flex: 1;
    min-height: 146px !important;
    padding: 18px !important;
    color: #64748b !important;
    background:
        linear-gradient(135deg, #ffffff 0%, #fbfdfe 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.aq-category-index-empty-final i {
    color: #94a3b8;
    font-size: 16px;
    flex: 0 0 auto;
}

.aq-all-categories-empty-final {
    min-height: 280px !important;
    padding: 38px 22px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px dashed #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    text-align: center !important;
}

.aq-all-categories-empty-final > span {
    width: 62px !important;
    height: 62px !important;
    border-radius: 20px !important;
    background: #eef9fc !important;
    color: #056f8d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
}

.aq-all-categories-empty-final h2 {
    margin: 16px 0 0 !important;
    color: #0f172a !important;
    font-size: 22px !important;
    font-weight: 760 !important;
}

.aq-all-categories-empty-final p {
    margin: 8px 0 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* Büyük ekranlarda daha kontrollü */
@media (min-width: 1500px) {
    .aq-all-categories-grid-final {
        gap: 20px !important;
    }
}

/* Laptop */
@media (max-width: 1280px) {
    .aq-all-categories-grid-final {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .aq-all-categories-page-final {
        padding: 22px 0 48px !important;
    }

    .aq-all-categories-hero {
        padding: 18px;
        border-radius: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .aq-all-categories-stats {
        width: 100%;
    }

    .aq-all-categories-stats div {
        flex: 1;
        min-width: 0;
        min-height: 66px;
    }

    .aq-all-categories-title-row h1 {
        font-size: 31px !important;
    }

    .aq-all-categories-title-row p {
        font-size: 13px !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .aq-all-categories-page-final {
        padding: 16px 0 38px !important;
    }

    .aq-all-categories-hero {
        margin-bottom: 16px;
        padding: 15px;
        border-radius: 18px;
    }

    .aq-all-categories-breadcrumb {
        margin-bottom: 11px !important;
        font-size: 11px !important;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2px;
    }

    .aq-all-categories-kicker {
        min-height: 22px;
        padding: 0 8px;
        margin-bottom: 8px;
        font-size: 9.5px;
    }

    .aq-all-categories-title-row h1 {
        font-size: 26px !important;
        letter-spacing: -0.65px !important;
    }

    .aq-all-categories-title-row p {
        margin-top: 7px !important;
        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }

    .aq-all-categories-stats {
        gap: 8px;
    }

    .aq-all-categories-stats div {
        min-height: 58px;
        padding: 10px;
        border-radius: 15px;
    }

    .aq-all-categories-stats strong {
        font-size: 21px;
    }

    .aq-all-categories-stats span {
        margin-top: 5px;
        font-size: 10.5px;
    }

    .aq-all-categories-grid-final {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .aq-category-index-card-final {
        border-radius: 18px !important;
    }

    .aq-category-index-card-head-final {
        min-height: 88px !important;
        padding: 14px !important;
        grid-template-columns: 50px minmax(0, 1fr) 30px !important;
        gap: 11px !important;
    }

    .aq-category-index-image-final {
        width: 50px !important;
        height: 50px !important;
        border-radius: 16px !important;
    }

    .aq-category-index-title-final strong {
        font-size: 15.5px !important;
        line-height: 1.25 !important;
    }

    .aq-category-index-title-final small {
        min-height: 22px !important;
        margin-top: 6px !important;
        font-size: 10.8px !important;
    }

    .aq-category-index-go {
        width: 30px;
        height: 30px;
    }

    .aq-category-index-children-final {
        padding: 10px 11px 12px !important;
        gap: 6px !important;
    }

    .aq-category-index-children-final a {
        min-height: 36px !important;
        padding: 0 8px 0 10px !important;
        border-radius: 12px !important;
    }

    .aq-category-index-children-final a span {
        font-size: 12.6px !important;
    }

    .aq-category-index-empty-final {
        min-height: 92px !important;
        padding: 15px !important;
        font-size: 12.5px !important;
    }
}

/* Küçük mobil */
@media (max-width: 420px) {
    .aq-all-categories-title-row h1 {
        font-size: 24px !important;
    }

    .aq-all-categories-stats {
        flex-direction: column;
    }

    .aq-all-categories-stats div {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .aq-category-index-card-head-final {
        grid-template-columns: 46px minmax(0, 1fr) 28px !important;
    }

    .aq-category-index-image-final {
        width: 46px !important;
        height: 46px !important;
    }

    .aq-category-index-title-final strong {
        font-size: 14.8px !important;
    }
}
/* VADİ BİLGİSAYAR - TÜM KATEGORİLER SAYFASI */

.vb-all-categories-page {
    padding: 34px 0 64px;
    background:
        radial-gradient(circle at 10% 0%, rgba(182, 0, 0, 0.06), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.vb-all-categories-page * {
    box-sizing: border-box;
}

.vb-all-categories-hero {
    margin-bottom: 26px;
    padding: 28px;
    border: 1px solid #e3e8ef;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.vb-all-categories-breadcrumb {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8a95a5;
    font-size: 12.5px;
    font-weight: 600;
}

.vb-all-categories-breadcrumb a {
    color: #667085;
    text-decoration: none;
}

.vb-all-categories-breadcrumb a:hover {
    color: var(--vb-red);
}

.vb-all-categories-breadcrumb i {
    font-size: 10px;
}

.vb-all-categories-title-row {
    max-width: 680px;
}

.vb-all-categories-kicker {
    width: fit-content;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.vb-all-categories-title-row h1 {
    margin: 0 0 9px;
    color: #111827;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1px;
}

.vb-all-categories-title-row p {
    max-width: 560px;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.vb-all-categories-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vb-all-categories-stats div {
    min-width: 118px;
    padding: 16px 15px;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    background: #f8fafc;
    text-align: center;
}

.vb-all-categories-stats strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
}

.vb-all-categories-stats span {
    color: #7b8794;
    font-size: 12px;
    font-weight: 700;
}

.vb-all-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vb-category-index-card {
    position: relative;
    border: 1px solid #e4eaf1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
    overflow: hidden;
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.vb-category-index-card:hover {
    border-color: rgba(182, 0, 0, 0.22);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.11);
    transform: translateY(-2px);
}

.vb-category-index-card-head {
    min-height: 112px;
    padding: 17px;
    background:
        linear-gradient(135deg, #ffffff, #f8fafc);
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;
    color: inherit;
    text-decoration: none;
}

.vb-category-index-image {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #f3f6fa;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.vb-category-index-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vb-category-index-title {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.vb-category-index-title strong {
    color: #111827;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.22;
}

.vb-category-index-title small {
    color: #7b8794;
    font-size: 12px;
    font-weight: 700;
}

.vb-category-index-go {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red);
    display: grid;
    place-items: center;
    transition:
        background 200ms ease,
        color 200ms ease,
        transform 200ms ease;
}

.vb-category-index-card:hover .vb-category-index-go {
    background: var(--vb-red);
    color: #ffffff;
    transform: translateX(2px);
}

.vb-category-index-go i {
    font-size: 13px;
}

.vb-category-index-children {
    padding: 0 17px 17px;
    display: grid;
    gap: 8px;
}

.vb-category-index-children a {
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid #edf1f5;
    border-radius: 13px;
    background: #ffffff;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.vb-category-index-children a:hover {
    border-color: rgba(182, 0, 0, 0.2);
    background: #fff7f7;
    color: var(--vb-red);
    transform: translateX(2px);
}

.vb-category-index-children span {
    min-width: 0;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.25;
}

.vb-category-index-children em {
    min-width: 28px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f2f5f8;
    color: #7b8794;
    display: inline-grid;
    place-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.vb-category-index-children a:hover em {
    background: #ffffff;
    color: var(--vb-red);
}

.vb-category-index-more {
    border-style: dashed !important;
}

.vb-category-index-empty {
    margin: 0 17px 17px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #8a95a5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
}

.vb-all-categories-empty {
    padding: 54px 20px;
    border: 1px solid #e4eaf1;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

.vb-all-categories-empty span {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red);
    display: grid;
    place-items: center;
    font-size: 24px;
}

.vb-all-categories-empty h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
    font-weight: 850;
}

.vb-all-categories-empty p {
    margin: 0;
    color: #7b8794;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .vb-all-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .vb-all-categories-page {
        padding: 24px 0 48px;
    }

    .vb-all-categories-hero {
        padding: 22px;
        border-radius: 22px;
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-all-categories-stats {
        width: 100%;
    }

    .vb-all-categories-stats div {
        flex: 1;
        min-width: 0;
    }

    .vb-all-categories-grid {
        grid-template-columns: 1fr;
    }

    .vb-category-index-card-head {
        grid-template-columns: 60px minmax(0, 1fr) 32px;
    }

    .vb-category-index-image {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
}
/* VADİ BİLGİSAYAR - KATEGORİLER SAYFASI */

.vb-all-categories-page {
    padding: 34px 0 66px;
    background:
        radial-gradient(circle at 12% 0%, rgba(182, 0, 0, 0.07), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(17, 24, 39, 0.055), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.vb-all-categories-page * {
    box-sizing: border-box;
}

.vb-all-categories-hero {
    margin-bottom: 24px;
    padding: 26px;
    border: 1px solid #e4eaf1;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
}

.vb-all-categories-hero-content {
    min-width: 0;
}

.vb-all-categories-breadcrumb {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8a95a5;
    font-size: 12.5px;
    font-weight: 650;
}

.vb-all-categories-breadcrumb a {
    color: #667085;
    text-decoration: none;
    transition: color 180ms ease;
}

.vb-all-categories-breadcrumb a:hover {
    color: var(--vb-red, #b60000);
}

.vb-all-categories-breadcrumb i {
    font-size: 10px;
}

.vb-all-categories-kicker {
    width: fit-content;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.vb-all-categories-hero h1 {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1px;
}

.vb-all-categories-hero p {
    max-width: 590px;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.vb-all-categories-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vb-all-categories-stats div {
    min-width: 120px;
    padding: 15px 14px;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    background: #f8fafc;
    text-align: center;
}

.vb-all-categories-stats strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
}

.vb-all-categories-stats span {
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-all-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vb-category-index-card {
    position: relative;
    border: 1px solid #e4eaf1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
    overflow: hidden;
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.vb-category-index-card:hover {
    border-color: rgba(182, 0, 0, 0.24);
    box-shadow: 0 22px 52px rgba(17, 24, 39, 0.11);
    transform: translateY(-2px);
}

.vb-category-index-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #111827, var(--vb-red, #b60000));
    opacity: 0;
    transition: opacity 200ms ease;
}

.vb-category-index-card:hover::before {
    opacity: 1;
}

.vb-category-index-card-head {
    min-height: 108px;
    padding: 17px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;
    color: inherit;
    text-decoration: none;
}

.vb-category-index-image {
    width: 68px;
    height: 68px;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    background: #f3f6fa;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.vb-category-index-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vb-category-index-title {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.vb-category-index-title strong {
    color: #111827;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: -0.25px;
}

.vb-category-index-title small {
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-category-index-go {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: grid;
    place-items: center;
    transition:
        background 200ms ease,
        color 200ms ease,
        transform 200ms ease;
}

.vb-category-index-card:hover .vb-category-index-go {
    background: var(--vb-red, #b60000);
    color: #ffffff;
    transform: translateX(2px);
}

.vb-category-index-go i {
    font-size: 13px;
}

.vb-category-index-children {
    padding: 0 17px 17px;
    display: grid;
    gap: 8px;
}

.vb-category-index-children a {
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid #edf1f5;
    border-radius: 13px;
    background: #ffffff;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.vb-category-index-children a:hover {
    border-color: rgba(182, 0, 0, 0.2);
    background: #fff7f7;
    color: var(--vb-red, #b60000);
    transform: translateX(2px);
}

.vb-category-index-children span {
    min-width: 0;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.25;
}

.vb-category-index-children em {
    min-width: 28px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f2f5f8;
    color: #7b8794;
    display: inline-grid;
    place-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.vb-category-index-children a:hover em {
    background: #ffffff;
    color: var(--vb-red, #b60000);
}

.vb-category-index-more {
    border-style: dashed !important;
}

.vb-category-index-empty {
    margin: 0 17px 17px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #8a95a5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 650;
}

.vb-category-index-empty i {
    color: var(--vb-red, #b60000);
}

.vb-all-categories-empty {
    padding: 54px 20px;
    border: 1px solid #e4eaf1;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

.vb-all-categories-empty span {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: grid;
    place-items: center;
    font-size: 24px;
}

.vb-all-categories-empty h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
    font-weight: 850;
}

.vb-all-categories-empty p {
    margin: 0;
    color: #7b8794;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .vb-all-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .vb-all-categories-page {
        padding: 24px 0 48px;
    }

    .vb-all-categories-hero {
        padding: 22px;
        border-radius: 22px;
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-all-categories-stats {
        width: 100%;
    }

    .vb-all-categories-stats div {
        flex: 1;
        min-width: 0;
    }

    .vb-all-categories-grid {
        grid-template-columns: 1fr;
    }

    .vb-category-index-card-head {
        min-height: 96px;
        grid-template-columns: 60px minmax(0, 1fr) 32px;
    }

    .vb-category-index-image {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }
}
/* KATEGORİ KARTI - LOGO FALLBACK TAM SIĞSIN */

.vb-category-index-image {
    padding: 9px !important;
    background: #ffffff !important;
}

.vb-category-index-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
}

/* Logo kutusu biraz daha temiz/premium dursun */
.vb-category-index-image {
    border-color: #eef2f6 !important;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.02);
}

/* Mobilde de taşmasın */
@media (max-width: 760px) {
    .vb-category-index-image {
        padding: 8px !important;
    }
}
/* VADİ BİLGİSAYAR - KATEGORİ DETAY SAYFASI */

.vb-category-show-hero {
    padding: 30px 0 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(182, 0, 0, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.vb-category-show-breadcrumb {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8a95a5;
    font-size: 12.5px;
    font-weight: 650;
}

.vb-category-show-breadcrumb a {
    color: #667085;
    text-decoration: none;
    transition: color 180ms ease;
}

.vb-category-show-breadcrumb a:hover {
    color: var(--vb-red, #b60000);
}

.vb-category-show-breadcrumb i {
    font-size: 10px;
}

.vb-category-show-title-card {
    margin-bottom: 24px;
    padding: 25px 26px;
    border: 1px solid #e4eaf1;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.vb-category-show-title-content {
    min-width: 0;
}

.vb-category-show-kicker {
    width: fit-content;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.vb-category-show-title-card h1 {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1px;
}

.vb-category-show-title-card p {
    max-width: 640px;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.vb-category-show-summary {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vb-category-show-summary div {
    min-width: 108px;
    padding: 14px 13px;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    background: #f8fafc;
    text-align: center;
}

.vb-category-show-summary strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 22px;
    font-weight: 850;
    line-height: 1;
}

.vb-category-show-summary span {
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-category-show-page {
    padding: 0 0 64px;
    background: #f7f9fc;
}

.vb-category-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.vb-filter-sidebar {
    position: sticky;
    top: 122px;
    border: 1px solid #e4eaf1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
    overflow: hidden;
}

.vb-filter-head {
    padding: 18px 18px 15px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vb-filter-head strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
}

.vb-filter-head span {
    display: block;
    margin-top: 3px;
    color: #7b8794;
    font-size: 12px;
    font-weight: 600;
}

.vb-filter-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f3f6fa;
    color: #8a95a5;
    display: none;
    place-items: center;
    cursor: pointer;
}

.vb-filter-form {
    padding: 0 16px 17px;
}

.vb-filter-group {
    border-bottom: 1px solid #edf1f5;
}

.vb-filter-group:last-of-type {
    border-bottom: 0;
}

.vb-filter-toggle {
    width: 100%;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: #202833;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.vb-filter-toggle i {
    font-size: 12px;
    color: #98a2b3;
    transition: transform 180ms ease;
}

.vb-filter-toggle.is-open i {
    transform: rotate(180deg);
}

.vb-filter-body {
    padding: 0 0 13px;
    display: grid;
    gap: 8px;
}

.vb-check-row,
.vb-radio-row {
    min-height: 36px;
    padding: 0 9px;
    border: 1px solid #edf1f5;
    border-radius: 12px;
    background: #ffffff;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
    font-weight: 650;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.vb-check-row:hover,
.vb-radio-row:hover {
    border-color: rgba(182, 0, 0, 0.18);
    background: #fff7f7;
    color: var(--vb-red, #b60000);
}

.vb-check-row input,
.vb-radio-row input {
    width: 14px;
    height: 14px;
    accent-color: var(--vb-red, #b60000);
}

.vb-check-row span,
.vb-radio-row span {
    min-width: 0;
    flex: 1;
}

.vb-check-row em {
    min-width: 25px;
    height: 21px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f2f5f8;
    color: #7b8794;
    display: inline-grid;
    place-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.vb-filter-buttons {
    padding-top: 16px;
    display: grid;
    gap: 9px;
}

.vb-filter-apply {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #d10000, var(--vb-red, #b60000));
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 14px 26px rgba(182, 0, 0, 0.16);
}

.vb-filter-reset {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    background: #ffffff;
    color: #606b7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
}

.vb-category-products {
    min-width: 0;
}

.vb-category-toolbar {
    margin-bottom: 16px;
    padding: 15px 16px;
    border: 1px solid #e4eaf1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.055);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vb-category-toolbar strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
}

.vb-category-toolbar span {
    display: block;
    margin-top: 3px;
    color: #7b8794;
    font-size: 12px;
    font-weight: 650;
}

.vb-category-sort-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vb-category-sort-form label {
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-category-sort-form select {
    height: 38px;
    padding: 0 36px 0 12px;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #ffffff;
    color: #202833;
    font-size: 12.5px;
    font-weight: 700;
    outline: 0;
}

.vb-active-filters {
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #e4eaf1;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vb-active-filters span,
.vb-active-filters a {
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.vb-active-filters span {
    background: #fff1f2;
    color: var(--vb-red, #b60000);
}

.vb-active-filters a {
    background: #111827;
    color: #ffffff;
}

.vb-category-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vb-category-product-item {
    min-width: 0;
}

.vb-empty-products {
    padding: 54px 20px;
    border: 1px solid #e4eaf1;
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
}

.vb-empty-products span {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: grid;
    place-items: center;
    font-size: 23px;
}

.vb-empty-products h3 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 20px;
    font-weight: 850;
}

.vb-empty-products p {
    margin: 0;
    color: #7b8794;
    font-size: 13px;
    font-weight: 500;
}

.vb-loading-row {
    display: none;
    margin-top: 18px;
    min-height: 52px;
    border-radius: 16px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 750;
}

.vb-loading-row.is-visible {
    display: flex;
}

.vb-loading-row span {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e7eb;
    border-top-color: var(--vb-red, #b60000);
    border-radius: 999px;
    animation: vbCategorySpin 700ms linear infinite;
}

@keyframes vbCategorySpin {
    to {
        transform: rotate(360deg);
    }
}

.vb-category-mobile-tools {
    display: none;
    margin-bottom: 16px;
}

.vb-filter-open {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

@media (max-width: 1180px) {
    .vb-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .vb-category-layout {
        grid-template-columns: 1fr;
    }

    .vb-category-mobile-tools {
        display: block;
    }

    .vb-filter-open {
        display: inline-flex;
    }

    .vb-filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: min(360px, calc(100vw - 42px));
        height: 100dvh;
        border-radius: 0 22px 22px 0;
        transform: translateX(-104%);
        transition: transform 230ms ease;
        overflow-y: auto;
    }

    .vb-filter-sidebar.is-open {
        transform: translateX(0);
    }

    .vb-filter-close {
        display: grid;
    }

    .vb-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 9998;
        background: rgba(17, 24, 39, 0.42);
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 220ms ease,
            visibility 220ms ease;
    }

    .vb-filter-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .vb-category-show-title-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-category-show-summary {
        width: 100%;
    }

    .vb-category-show-summary div {
        flex: 1;
    }
}

@media (max-width: 620px) {
    .vb-category-show-hero {
        padding-top: 22px;
    }

    .vb-category-show-title-card {
        padding: 21px;
        border-radius: 22px;
    }

    .vb-category-show-title-card h1 {
        font-size: 26px;
    }

    .vb-category-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-category-sort-form {
        width: 100%;
        justify-content: space-between;
    }

    .vb-category-sort-form select {
        min-width: 170px;
    }

    .vb-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}
/* KATEGORİ SAYFASI ÜRÜN KARTI UYUMU */

.vb-category-product-item {
    min-width: 0;
}

.vb-category-product-item .vb-product-card {
    height: 100%;
}

.vb-category-product-item .vb-product-body {
    display: flex;
    flex-direction: column;
}

.vb-category-product-item .vb-product-actions {
    margin-top: auto;
}
/* VADİ BİLGİSAYAR - TABLO TİPİ KATEGORİ DETAY SAYFASI */

.vb-category-list-hero {
    padding: 28px 0 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(182, 0, 0, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.vb-category-list-breadcrumb {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8a95a5;
    font-size: 12.5px;
    font-weight: 650;
}

.vb-category-list-breadcrumb a {
    color: #667085;
    text-decoration: none;
}

.vb-category-list-breadcrumb a:hover {
    color: var(--vb-red, #b60000);
}

.vb-category-list-breadcrumb i {
    font-size: 10px;
}

.vb-category-list-title {
    margin-bottom: 22px;
    padding: 23px 25px;
    border: 1px solid #e4eaf1;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.075);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}

.vb-category-list-title span {
    width: fit-content;
    margin-bottom: 9px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.vb-category-list-title h1 {
    margin: 0 0 7px;
    color: #111827;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1px;
}

.vb-category-list-title p {
    max-width: 660px;
    margin: 0;
    color: #6b7280;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.6;
}

.vb-category-list-summary {
    min-width: 108px;
    padding: 14px 13px;
    border: 1px solid #edf1f5;
    border-radius: 17px;
    background: #f8fafc;
    text-align: center;
}

.vb-category-list-summary strong {
    display: block;
    color: #111827;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
}

.vb-category-list-summary small {
    display: block;
    margin-top: 5px;
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-category-list-page {
    padding: 0 0 64px;
    background: #f7f9fc;
}

.vb-category-list-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

/* Filtre sayfa ile beraber aksın */
.vb-category-filter-sidebar {
    position: static !important;
    top: auto !important;
    border: 1px solid #dfe6ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.065);
    overflow: hidden;
}

.vb-category-filter-head {
    padding: 16px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vb-category-filter-head strong {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}

.vb-category-filter-head span {
    display: block;
    margin-top: 3px;
    color: #7b8794;
    font-size: 12px;
    font-weight: 600;
}

.vb-category-filter-close {
    display: none;
}

.vb-category-filter-form {
    padding: 0 14px 16px;
}

.vb-category-filter-group {
    border-bottom: 1px solid #edf1f5;
}

.vb-category-filter-toggle {
    width: 100%;
    min-height: 45px;
    border: 0;
    background: transparent;
    color: #202833;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.8px;
    font-weight: 850;
    cursor: pointer;
}

.vb-category-filter-body {
    padding: 0 0 12px;
    display: grid;
    gap: 7px;
}

.vb-category-check-row,
.vb-category-radio-row {
    min-height: 34px;
    padding: 0 8px;
    border: 1px solid #edf1f5;
    border-radius: 11px;
    background: #ffffff;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}

.vb-category-check-row input,
.vb-category-radio-row input {
    width: 14px;
    height: 14px;
    accent-color: var(--vb-red, #b60000);
}

.vb-category-check-row span,
.vb-category-radio-row span {
    min-width: 0;
    flex: 1;
}

.vb-category-check-row em {
    min-width: 24px;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f2f5f8;
    color: #7b8794;
    display: inline-grid;
    place-items: center;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 850;
}

.vb-category-filter-buttons {
    padding-top: 14px;
    display: grid;
    gap: 8px;
}

.vb-category-filter-apply {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(180deg, #d10000, var(--vb-red, #b60000));
    color: #ffffff;
    font-size: 12.8px;
    font-weight: 850;
    cursor: pointer;
}

.vb-category-filter-reset {
    width: 100%;
    height: 38px;
    border: 1px solid #e3e8ef;
    border-radius: 13px;
    background: #ffffff;
    color: #606b7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12.3px;
    font-weight: 800;
    text-decoration: none;
}

.vb-category-table-area {
    min-width: 0;
}

.vb-category-table-toolbar {
    margin-bottom: 12px;
    padding: 13px 14px;
    border: 1px solid #dfe6ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.055);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vb-category-table-toolbar strong {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}

.vb-category-table-toolbar span {
    display: block;
    margin-top: 2px;
    color: #7b8794;
    font-size: 12px;
    font-weight: 650;
}

.vb-category-sort-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vb-category-sort-form label {
    color: #7b8794;
    font-size: 12px;
    font-weight: 750;
}

.vb-category-sort-form select {
    height: 36px;
    padding: 0 33px 0 11px;
    border: 1px solid #dfe6ee;
    border-radius: 11px;
    background: #ffffff;
    color: #202833;
    font-size: 12.4px;
    font-weight: 700;
    outline: 0;
}

.vb-category-active-filters {
    margin-bottom: 12px;
    padding: 11px;
    border: 1px solid #dfe6ee;
    border-radius: 15px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.vb-category-active-filters span,
.vb-category-active-filters a {
    min-height: 29px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 11.8px;
    font-weight: 800;
    text-decoration: none;
}

.vb-category-active-filters span {
    background: #fff1f2;
    color: var(--vb-red, #b60000);
}

.vb-category-active-filters a {
    background: #111827;
    color: #ffffff;
}

/* Ürün Tablosu */

.vb-category-table-wrap {
    border: 1px solid #d9e1ea;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.075);
    overflow-x: auto;
    overflow-y: hidden;
}

.vb-category-product-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    background: #ffffff;
}

.vb-category-product-table thead th {
    height: 42px;
    padding: 0 10px;
    background: linear-gradient(180deg, #595959, #252525);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.vb-category-product-table thead th.vb-col-name {
    text-align: left;
}

.vb-category-product-row {
    background: #f5f8fa;
    border-bottom: 1px dotted #cbd5e1;
    transition: background 160ms ease;
}

.vb-category-product-row:hover {
    background: #eef4f7;
}

.vb-category-product-row td {
    padding: 8px 9px;
    vertical-align: middle;
}

.vb-col-no {
    width: 34px;
    color: #00931b;
    text-align: center;
    font-size: 13px;
    font-weight: 850;
}

.vb-col-check {
    width: 28px;
    text-align: center;
}

.vb-col-check input {
    width: 15px;
    height: 15px;
    accent-color: var(--vb-red, #b60000);
}

.vb-col-image {
    width: 62px;
    text-align: center;
}

.vb-table-product-image {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border: 1px solid #e4eaf1;
    border-radius: 8px;
    background: #ffffff;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.vb-table-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vb-col-qty {
    width: 74px;
    text-align: center;
}

.vb-table-qty-input {
    width: 48px;
    height: 25px;
    margin: 0 auto 4px;
    border: 1px solid #bfc7d1;
    background: #ffffff;
    color: #111827;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    outline: 0;
}

.vb-table-add-btn {
    min-width: 58px;
    height: 26px;
    border: 1px solid #a8cbe3;
    border-radius: 5px;
    background: linear-gradient(180deg, #d7ecfa, #a8d2ef);
    color: #00689f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

.vb-table-add-btn i {
    font-size: 14px;
}

.vb-col-name {
    min-width: 320px;
}

.vb-table-product-title {
    color: #009200;
    display: inline-block;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
    text-decoration: none;
}

.vb-table-product-title:hover {
    color: var(--vb-red, #b60000);
}

.vb-table-product-brand {
    display: block;
    margin-top: 3px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 750;
}

.vb-table-price {
    min-width: 72px;
    color: #222222;
    text-align: right;
    font-size: 12.5px;
    font-weight: 850;
    white-space: nowrap;
}

.vb-table-price-green {
    color: #009200;
}

.vb-table-kdv,
.vb-table-stock {
    width: 48px;
    color: #009200;
    text-align: center;
    font-size: 12.5px;
    font-weight: 850;
}

.vb-category-pagination {
    margin-top: 16px;
}

.vb-category-empty-products {
    padding: 54px 20px;
    border: 1px solid #dfe6ee;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.vb-category-empty-products span {
    width: 58px;
    height: 58px;
    margin: 0 auto 13px;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--vb-red, #b60000);
    display: grid;
    place-items: center;
    font-size: 22px;
}

.vb-category-loading-row {
    display: none;
    margin-top: 16px;
    min-height: 50px;
    border-radius: 15px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 750;
}

.vb-category-loading-row.is-visible {
    display: flex;
}

.vb-category-loading-row span {
    width: 18px;
    height: 18px;
    border: 2px solid #e5e7eb;
    border-top-color: var(--vb-red, #b60000);
    border-radius: 999px;
    animation: vbCategoryTableSpin 700ms linear infinite;
}

@keyframes vbCategoryTableSpin {
    to {
        transform: rotate(360deg);
    }
}

.vb-category-mobile-tools {
    display: none;
    margin-bottom: 14px;
}

.vb-filter-open {
    width: 100%;
    height: 43px;
    border: 0;
    border-radius: 13px;
    background: #111827;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

/* Mobil */

@media (max-width: 1100px) {
    .vb-category-list-layout {
        grid-template-columns: 230px minmax(0, 1fr);
    }
}

@media (max-width: 920px) {
    .vb-category-list-layout {
        grid-template-columns: 1fr;
    }

    .vb-category-mobile-tools {
        display: block;
    }

    .vb-filter-open {
        display: inline-flex;
    }

    .vb-category-filter-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        z-index: 9999;
        width: min(360px, calc(100vw - 42px));
        height: 100dvh;
        border-radius: 0 20px 20px 0;
        transform: translateX(-104%);
        transition: transform 230ms ease;
        overflow-y: auto;
    }

    .vb-category-filter-sidebar.is-open {
        transform: translateX(0);
    }

    .vb-category-filter-close {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 999px;
        background: #f3f6fa;
        color: #8a95a5;
        display: grid;
        place-items: center;
    }

    .vb-category-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 9998;
        background: rgba(17, 24, 39, 0.42);
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 220ms ease,
            visibility 220ms ease;
    }

    .vb-category-filter-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .vb-category-list-title {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .vb-category-list-hero {
        padding-top: 22px;
    }

    .vb-category-list-title {
        padding: 20px;
        border-radius: 21px;
    }

    .vb-category-list-title h1 {
        font-size: 25px;
    }

    .vb-category-table-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-category-sort-form {
        width: 100%;
        justify-content: space-between;
    }

    .vb-category-table-wrap {
        border-radius: 14px;
    }

    .vb-category-product-table {
        min-width: 820px;
    }
}
/* KATEGORİ DETAY - FİLTRE AKORDEON OK DÖNME */

.vb-category-filter-toggle i,
.aq-filter-toggle i {
    transition: transform 180ms ease;
}

.vb-category-filter-toggle.is-open i,
.aq-filter-toggle.is-open i {
    transform: rotate(180deg);
}

.vb-category-filter-group:not(.is-open) .vb-category-filter-body,
.aq-filter-group:not(.is-open) .aq-filter-body {
    display: none;
}
/* DİNAMİK ÖZELLİK FİLTRELERİ - VADİ GÖRÜNÜM */

.vb-category-filter-head span {
    color: #7b8794 !important;
}

.vb-category-filter-group {
    border-bottom: 1px solid #edf1f5 !important;
}

.vb-category-filter-group:last-of-type {
    border-bottom: 0 !important;
}

.vb-category-filter-toggle {
    color: #d00000 !important;
    font-weight: 850 !important;
}

.vb-category-check-row input[type="checkbox"],
.vb-category-radio-row input[type="radio"] {
    accent-color: var(--vb-red, #b60000) !important;
}

.vb-category-filter-buttons {
    position: sticky;
    bottom: 0;
    padding-top: 12px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), #ffffff 35%);
}

/* Filtreler artık seçince otomatik çalışıyor; buton sadece yedek kalsın */
.vb-category-filter-apply {
    opacity: 0.92;
}
/* FİLTRE ALT BUTONLARI - UYGULA KALKTI, TEMİZLE TEK BUTON */

.vb-category-filter-buttons {
    position: sticky;
    bottom: 0;
    padding: 12px 0 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), #ffffff 35%);
    display: grid !important;
    gap: 0 !important;
}

.vb-category-filter-apply,
.aq-filter-apply {
    display: none !important;
}

.vb-category-filter-reset {
    width: 100%;
    min-height: 40px;
    border: 1px solid #e3e8ef;
    border-radius: 13px;
    background: #ffffff;
    color: #606b7b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12.4px;
    font-weight: 850;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.vb-category-filter-reset:hover {
    border-color: rgba(182, 0, 0, 0.22);
    background: #fff7f7;
    color: var(--vb-red, #b60000);
}
.vb-category-table-area {
    position: relative;
}

.vb-category-table-area.is-filter-loading {
    opacity: 0.58;
    pointer-events: none;
}

.vb-category-table-area.is-filter-loading::after {
    content: "Filtreleniyor...";
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    padding: 10px 16px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.22);
}
/* KATEGORİ TABLOSU - USD / TL / ADET / SEPET DÜZENİ */

.vb-category-product-table {
    min-width: 980px !important;
}

.vb-category-product-table thead th {
    height: 44px !important;
    padding: 0 10px !important;
}

.vb-category-product-table thead th.vb-col-name {
    text-align: left !important;
}

.vb-col-no {
    width: 42px !important;
}

.vb-col-image {
    width: 82px !important;
}

.vb-col-name {
    min-width: 460px !important;
}

.vb-col-usd,
.vb-col-tl,
.vb-col-kdv,
.vb-col-stock,
.vb-col-qty,
.vb-col-cart {
    text-align: center !important;
    white-space: nowrap !important;
}

.vb-col-usd {
    width: 92px !important;
}

.vb-col-tl {
    width: 120px !important;
}

.vb-col-kdv {
    width: 56px !important;
}

.vb-col-stock {
    width: 58px !important;
}

.vb-col-qty {
    width: 70px !important;
    text-align: center !important;
}

.vb-col-cart {
    width: 92px !important;
    text-align: center !important;
}

.vb-category-product-row td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.vb-table-product-image {
    width: 58px !important;
    height: 58px !important;
    border-radius: 10px !important;
}

.vb-table-product-title {
    font-size: 13.2px !important;
    color: #008f17 !important;
}

.vb-table-product-title:hover {
    color: var(--vb-red, #b60000) !important;
}

.vb-table-price {
    text-align: center !important;
    font-size: 12.7px !important;
    font-weight: 850 !important;
}

.vb-table-price-usd {
    color: #111827 !important;
}

.vb-table-price-tl {
    color: var(--vb-red, #b60000) !important;
}

.vb-table-kdv,
.vb-table-stock {
    color: #008f17 !important;
    text-align: center !important;
    font-size: 12.7px !important;
    font-weight: 850 !important;
}

.vb-table-qty-input {
    width: 54px !important;
    height: 34px !important;
    margin: 0 auto !important;
    border: 1px solid #d7dee8 !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #111827 !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    outline: 0 !important;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.vb-table-qty-input:focus {
    border-color: rgba(182, 0, 0, 0.38) !important;
    box-shadow: 0 0 0 4px rgba(182, 0, 0, 0.08) !important;
}

.vb-table-add-btn {
    min-width: 76px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #d80000, var(--vb-red, #b60000)) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 12.4px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 22px rgba(182, 0, 0, 0.18) !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.vb-table-add-btn i {
    font-size: 15px !important;
    line-height: 1 !important;
}

.vb-table-add-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(182, 0, 0, 0.24) !important;
}

.vb-table-add-btn-passive {
    background: #111827 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

@media (max-width: 640px) {
    .vb-category-product-table {
        min-width: 940px !important;
    }

    .vb-col-name {
        min-width: 380px !important;
    }
}
/* KATEGORİ TABLOSU - USD / TL BAŞLIĞINDAN SIRALAMA */

.vb-table-sort-heading {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}

.vb-table-sort-heading i {
    font-size: 12px;
    line-height: 1;
    opacity: 0.78;
    transition:
        transform 180ms ease,
        opacity 180ms ease,
        color 180ms ease;
}

.vb-table-sort-heading:hover i,
.vb-table-sort-heading.is-active i {
    opacity: 1;
    color: #ffffff;
}

.vb-table-sort-heading.is-asc i {
    transform: rotate(180deg);
}

.vb-table-sort-heading.is-desc i {
    transform: rotate(0deg);
}

.vb-table-sort-heading.is-active span {
    text-decoration: underline;
    text-underline-offset: 3px;
}
