/* =========================================================
   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;
    }
}
