/* Global header, navigation, mobile menu, cart drawer and live-search styles split from style.css. */

/* =========================================================
   Tema Header Sticky Kesin Düzeltme
   - Masaüstü ve mobilde header üstte sabit kalır
   - Duyuru barı normal akar
   - Header scroll olunca üstte kalır
   - Diğer alanlara dokunmaz
========================================================= */

html,
body {
    overflow-x: hidden !important;
}

/* Sticky davranışı bozulmasın */
body,
.aq-header,
.aq-header-main,
.aq-header-menu {
    transform: none !important;
}

/* Ana header her ekranda sticky */
.aq-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

/* Duyuru barı normal kalsın, header onun altında sticky çalışsın */
.aq-top-announcement {
    position: relative !important;
    z-index: 9998 !important;
}

/* Header iç katmanları arka planı kaybetmesin */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.98) !important;
}

/* Mega menü sticky header altında düzgün açılsın */
.aq-mega-menu {
    z-index: 9997 !important;
}

/* Mobil menü her şeyin üstünde kalsın */
.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-mobile-backdrop {
    z-index: 11990 !important;
}

/* Sepet drawer da header üstünde açılsın */
.aq-cart-drawer {
    z-index: 12100 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

/* Mobilde üst satır gizliyse header yine yapışmasın, nefesli dursun */
@media (max-width: 991px) {
    .aq-header {
        top: 0 !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        align-items: center !important;
    }
}

/* =========================================================
   Tema Header Sticky Final Güvenli Çözüm
   - Fixed kullanılmaz, sayfa akışı bozulmaz
   - Masaüstü ve mobilde üst alan sabit kalır
   - Slider, ürün kartları, kategori, footer ve JS yapısına dokunmaz
========================================================= */

/* Sayfa yatay taşma yapmasın */
html,
body {
    overflow-x: hidden !important;
}

/* Sticky davranışı için header ve üst bar doğal akışta kalır */
.aq-top-announcement,
.aq-header {
    transform: none !important;
}

/* Üst duyuru barı en üstte kalsın */
.aq-top-announcement {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 10050 !important;
}

/* Header duyuru barının altında sticky kalsın */
.aq-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 32px !important;
    z-index: 10040 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

/* Header iç bölümleri beyaz kalsın */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.98) !important;
}

/* Mega menü header altında düzgün açılsın */
.aq-mega-menu {
    z-index: 10030 !important;
}

/* Mobil menü ve sepet her şeyin üstünde açılsın */
.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-mobile-backdrop {
    z-index: 11990 !important;
}

.aq-cart-drawer {
    z-index: 12100 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

/* Mobilde üst mini header satırı gizli olduğu için boşluk dengesi */
@media (max-width: 991px) {
    .aq-header-top {
        display: none !important;
    }

    .aq-header {
        top: 32px !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        min-height: 64px !important;
        align-items: center !important;
    }

    .aq-search {
        margin-top: 4px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 520px) {
    .aq-header-main {
        padding-top: 12px !important;
        padding-bottom: 9px !important;
    }
}

/* =========================================================
   Tema Header Fixed Final Çalışan Çözüm
   - Header aşağı kaydırmada ekranda sabit kalır
   - Sayfa içeriği header altında ezilmez
   - Masaüstü ve mobil uyumlu
   - Slider, ürünler, kategori ve footer bozulmaz
========================================================= */

:root {
    --aq-fixed-header-height: 0px;
}

/* Sayfanın header altında ezilmesini engeller */
body.aq-fixed-header-ready {
    padding-top: var(--aq-fixed-header-height) !important;
}

/* Duyuru barı + header birlikte sabitlenir */
.aq-top-announcement {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10050 !important;
    width: 100% !important;
}

.aq-header {
    position: fixed !important;
    top: 32px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10040 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.985) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    transform: none !important;
}

/* Header iç katmanları beyaz kalsın */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.985) !important;
}

/* Mega menü headerın altında doğru açılsın */
.aq-mega-menu {
    z-index: 10030 !important;
}

/* Mobil menü ve sepet her şeyin üstünde kalsın */
.aq-mobile-backdrop {
    z-index: 11990 !important;
}

.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

.aq-cart-drawer {
    z-index: 12100 !important;
}

/* Mobilde üst mini satır gizli olduğu için header yine duyuru barının altında sabit kalır */
@media (max-width: 991px) {
    .aq-header-top {
        display: none !important;
    }

    .aq-header {
        top: 32px !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        min-height: 64px !important;
        align-items: center !important;
    }

    .aq-search {
        margin-top: 4px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 520px) {
    .aq-header-main {
        padding-top: 12px !important;
        padding-bottom: 9px !important;
    }
}

/* =========================================================
   Tema Header Scroll Sonrası Sabitlenme
   - Sayfa ilk açıldığında header normal yerinde kalır
   - Aşağı kaydırınca header üstte sabitlenir
   - Slider ilk açılışta header arkasında kalmaz
========================================================= */

/* Önceki fixed/sticky denemelerini sıfırla */
body {
    padding-top: 0 !important;
}

.aq-top-announcement {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 100;
}

.aq-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 999;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 6px 20px rgba(17, 24, 39, 0.028) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

/* Scroll sonrası sadece header sabitlenir */
body.aq-header-is-fixed .aq-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10040 !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.075) !important;
    animation: aqHeaderDrop 220ms ease both;
}

/* Header fixed olunca içerik yukarı zıplamasın */
body.aq-header-is-fixed {
    padding-top: var(--aq-scroll-header-height, 0px) !important;
}

/* Duyuru barı scroll sonrası yukarıda kalmaz, normal akar */
body.aq-header-is-fixed .aq-top-announcement {
    position: relative !important;
}

/* Header içleri beyaz kalsın */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.98) !important;
}

/* Mega menü sabit header altında düzgün açılsın */
.aq-mega-menu {
    z-index: 10030 !important;
}

/* Mobil menü ve sepet her şeyin üstünde kalsın */
.aq-mobile-backdrop {
    z-index: 11990 !important;
}

.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

.aq-cart-drawer {
    z-index: 12100 !important;
}

@keyframes aqHeaderDrop {
    from {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0);
    }
}

/* Mobilde üst mini satır zaten gizli kalsın */
@media (max-width: 991px) {
    .aq-header-top {
        display: none !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        min-height: 64px !important;
        align-items: center !important;
    }

    .aq-search {
        margin-top: 4px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 520px) {
    .aq-header-main {
        padding-top: 12px !important;
        padding-bottom: 9px !important;
    }
}

/* =========================================================
   Tema Header + Siyah Duyuru Barı Scroll Takip Final
   - İlk açılışta normal akışta durur
   - Scroll sonrası siyah bar + header beraber sabitlenir
   - Slider ilk girişte arkada kalmaz
   - Sayfa zıplamaz
========================================================= */

:root {
    --aq-scroll-fixed-total-height: 0px;
    --aq-scroll-topbar-height: 32px;
}

/* Önceki fixed/sticky denemelerini güvenli şekilde sıfırla */
body {
    padding-top: 0 !important;
}

.aq-top-announcement,
.aq-header {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    transform: none !important;
}

/* İlk açılışta siyah bar normal yerinde */
.aq-top-announcement {
    position: relative !important;
    top: auto !important;
    z-index: 10050 !important;
}

/* İlk açılışta header normal yerinde */
.aq-header {
    position: relative !important;
    top: auto !important;
    z-index: 10040 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 6px 20px rgba(17, 24, 39, 0.028) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

/* Scroll sonrası siyah duyuru barı en üstte sabitlenir */
body.aq-header-is-fixed .aq-top-announcement {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10060 !important;
}

/* Scroll sonrası header siyah barın hemen altında sabitlenir */
body.aq-header-is-fixed .aq-header {
    position: fixed !important;
    top: var(--aq-scroll-topbar-height, 32px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10050 !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.075) !important;
    animation: aqHeaderDropFinal 220ms ease both;
}

/* Fixed olunca içerik yukarı zıplamasın */
body.aq-header-is-fixed {
    padding-top: var(--aq-scroll-fixed-total-height, 0px) !important;
}

/* Header iç bölümler beyaz kalsın */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.985) !important;
}

/* Mega menü sabit header altında düzgün açılsın */
.aq-mega-menu {
    z-index: 10040 !important;
}

/* Mobil menü ve sepet her şeyin üstünde kalsın */
.aq-mobile-backdrop {
    z-index: 11990 !important;
}

.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

.aq-cart-drawer {
    z-index: 12100 !important;
}

@keyframes aqHeaderDropFinal {
    from {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0);
    }
}

/* Mobilde mini üst satır gizli; siyah bar + ana header beraber sabit kalır */
@media (max-width: 991px) {
    .aq-header-top {
        display: none !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        min-height: 64px !important;
        align-items: center !important;
    }

    .aq-search {
        margin-top: 4px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 520px) {
    .aq-header-main {
        padding-top: 12px !important;
        padding-bottom: 9px !important;
    }
}

/* =========================================================
   Tema Header + Siyah Bar Anında Sabit Final
   - Scroll beklemez, mobilde gecikme/patlama olmaz
   - Slider/header arkasında kalmaz
   - Sayfa açılışında doğal görünüm korunur
========================================================= */

:root {
    --aq-fixed-stack-height: 171px;
    --aq-topbar-height: 32px;
}

/* Sayfa içeriği sabit header altında ezilmesin */
body {
    padding-top: var(--aq-fixed-stack-height) !important;
}

/* Siyah duyuru barı her zaman üstte sabit */
.aq-top-announcement {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10060 !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    will-change: transform !important;
}

/* Header siyah barın hemen altında her zaman sabit */
.aq-header {
    position: fixed !important;
    top: var(--aq-topbar-height, 32px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10050 !important;
    background: rgba(255, 255, 255, 0.985) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.055) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    will-change: transform !important;
}

/* Header iç katmanları beyaz kalsın */
.aq-header-top,
.aq-header-main,
.aq-header-menu {
    background: rgba(255, 255, 255, 0.985) !important;
}

/* Önceki scroll class'ları kalmışsa etki etmesin */
body.aq-header-is-fixed {
    padding-top: var(--aq-fixed-stack-height) !important;
}

body.aq-header-is-fixed .aq-top-announcement,
body.aq-header-is-fixed .aq-header {
    animation: none !important;
}

/* Mega menü, sepet ve mobil menü katmanları */
.aq-mega-menu {
    z-index: 10040 !important;
}

.aq-mobile-backdrop {
    z-index: 11990 !important;
}

.aq-mobile-panel {
    z-index: 12000 !important;
}

.aq-cart-backdrop {
    z-index: 12090 !important;
}

.aq-cart-drawer {
    z-index: 12100 !important;
}

/* Mobilde üst mini satır gizli kalacak */
@media (max-width: 991px) {
    .aq-header-top {
        display: none !important;
    }

    .aq-header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    .aq-header-main-inner {
        min-height: 64px !important;
        align-items: center !important;
    }

    .aq-search {
        margin-top: 4px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 520px) {
    .aq-header-main {
        padding-top: 12px !important;
        padding-bottom: 9px !important;
    }
}

/* =========================================================
   Tema Hesabım Dropdown
   - Giriş yoksa Üye Ol / Giriş Yap
   - Giriş varsa hesap menüsü
========================================================= */

.aq-account-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.aq-account-trigger {
    position: relative;
}

.aq-account-dropdown {
    position: absolute;
    top: calc(100% + 11px);
    right: 0;
    z-index: 260;
    width: 270px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e8eef3;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.aq-account-dropdown::before {
    content: "";
    position: absolute;
    right: 25px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-left: 1px solid #e8eef3;
    border-top: 1px solid #e8eef3;
    transform: rotate(45deg);
}

.aq-account-menu:hover .aq-account-dropdown,
.aq-account-menu.is-open .aq-account-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.aq-account-user {
    padding: 10px 12px 12px;
    border-bottom: 1px solid #eef3f7;
    margin-bottom: 4px;
}

.aq-account-user strong {
    display: block;
    color: #f26b2c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.aq-account-dropdown-link {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 550;
    transition: background 180ms ease, color 180ms ease;
}

.aq-account-dropdown-link i {
    width: 18px;
    min-width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 17px;
    line-height: 1;
}

.aq-account-dropdown-link:hover,
.aq-account-dropdown-link.is-active {
    background: #fff4ec;
    color: #e96522;
}

.aq-account-dropdown-link:hover i,
.aq-account-dropdown-link.is-active i {
    color: #e96522;
}

.aq-account-logout-form {
    margin: 4px 0 0;
    padding-top: 4px;
    border-top: 1px solid #eef3f7;
}

.aq-account-logout-btn {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
}

.aq-account-guest-head {
    padding: 10px 12px 12px;
}

.aq-account-guest-head strong {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.aq-account-guest-head span {
    display: block;
    margin-top: 5px;
    color: #738091;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.aq-account-auth-btn {
    min-height: 42px;
    margin: 6px 6px 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
}

.aq-account-register-btn {
    background: #0798bd;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(7, 152, 189, 0.16);
}

.aq-account-register-btn:hover {
    background: #056f8d;
    color: #ffffff;
}

.aq-account-login-btn {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.aq-account-login-btn:hover {
    background: #eef9fc;
    color: #056f8d;
    border-color: rgba(7, 152, 189, 0.22);
}

@media (max-width: 991px) {
    .aq-account-dropdown {
        right: -96px;
        width: 265px;
    }

    .aq-account-dropdown::before {
        right: 110px;
    }
}

@media (max-width: 480px) {
    .aq-account-dropdown {
        position: fixed;
        top: var(--aq-fixed-stack-height, 118px);
        left: 12px;
        right: 12px;
        width: auto;
        border-radius: 18px;
    }

    .aq-account-dropdown::before {
        display: none;
    }
}

/* =========================================================
   Tema Hesabım Dropdown Fix
   - Hover ile kapanma/açılma iptal
   - Sadece JS is-open classı ile açılır
   - Admin/kasiyer frontend müşteri gibi görünmez
========================================================= */

.aq-account-menu:hover .aq-account-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
}

.aq-account-menu.is-open .aq-account-dropdown,
.aq-account-menu.is-open:hover .aq-account-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.aq-account-dropdown {
    top: calc(100% + 14px);
}

.aq-account-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
    background: transparent;
}

.aq-account-trigger.is-active,
.aq-account-menu.is-open .aq-account-trigger {
    color: var(--aq-blue);
    background: var(--aq-blue-light);
}

/* =========================================================
   Tema Hesabım Dropdown Renk Düzeltmesi
   - Turuncu tonlar kaldırıldı
   - Site rengine uygun turkuaz/mavi tonlar kullanıldı
========================================================= */

.aq-account-user strong {
    color: #0798bd !important;
}

.aq-account-dropdown-link:hover,
.aq-account-dropdown-link.is-active {
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-account-dropdown-link:hover i,
.aq-account-dropdown-link.is-active i {
    color: #0798bd !important;
}

.aq-account-trigger.is-active,
.aq-account-menu.is-open .aq-account-trigger {
    color: #0798bd !important;
    background: #eef9fc !important;
}

.aq-account-logout-btn:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-account-logout-btn:hover i {
    color: #0798bd !important;
}

/* =========================================================
   Tema Header Kategori Menü Final
   - Tüm Kategoriler artık sayfaya gider
   - Açılır mega menü kaldırıldı
   - Kategoriler genişliğe göre görünür
   - Taşanlar Devamı altında açılır
========================================================= */

.aq-mega-menu {
    display: none !important;
}

.aq-header-menu-overflow {
    position: relative !important;
    z-index: 120 !important;
    height: 43px !important;
    background: #ffffff !important;
    border-top: 1px solid #f2f5f8 !important;
    overflow: visible !important;
}

.aq-header-menu-overflow .aq-container {
    height: 43px !important;
    overflow: visible !important;
}

.aq-main-menu-overflow {
    position: relative !important;
    height: 43px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    overflow: visible !important;
    scrollbar-width: none !important;
}

.aq-main-menu-overflow::-webkit-scrollbar {
    display: none !important;
}

.aq-all-categories-btn {
    flex: 0 0 auto !important;
    padding-left: 0 !important;
    padding-right: 14px !important;
    margin-right: 8px !important;
    color: #263241 !important;
    font-weight: 800 !important;
}

.aq-all-categories-btn i {
    font-size: 21px !important;
    color: #0798bd !important;
}

.aq-all-categories-btn span {
    display: inline-flex !important;
}

.aq-menu-visible-categories {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    height: 43px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

.aq-menu-category-link,
.aq-menu-static-link,
.aq-menu-more-btn {
    position: relative !important;
    height: 43px !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #34404c !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
    transition: color 180ms ease !important;
}

.aq-menu-category-link::after,
.aq-menu-static-link::after,
.aq-menu-more-btn::after,
.aq-all-categories-btn::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 0 !important;
    height: 2px !important;
    background: transparent !important;
    border-radius: 999px !important;
    transition: background 180ms ease !important;
}

.aq-all-categories-btn::after {
    left: 0 !important;
    right: 14px !important;
}

.aq-menu-category-link:hover,
.aq-menu-category-link.is-active,
.aq-menu-static-link:hover,
.aq-menu-static-link.is-active,
.aq-menu-more.is-open .aq-menu-more-btn,
.aq-menu-more-btn:hover,
.aq-all-categories-btn:hover {
    color: #0798bd !important;
}

.aq-menu-category-link:hover::after,
.aq-menu-category-link.is-active::after,
.aq-menu-static-link:hover::after,
.aq-menu-static-link.is-active::after,
.aq-menu-more.is-open .aq-menu-more-btn::after,
.aq-menu-more-btn:hover::after,
.aq-all-categories-btn:hover::after {
    background: #0798bd !important;
}

.aq-menu-more {
    position: relative !important;
    flex: 0 0 auto !important;
    height: 43px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.aq-menu-more[hidden] {
    display: none !important;
}

.aq-menu-more-btn i {
    font-size: 11px !important;
    transition: transform 180ms ease !important;
}

.aq-menu-more.is-open .aq-menu-more-btn i {
    transform: rotate(180deg) !important;
}

.aq-menu-more-dropdown {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    z-index: 9999 !important;
    min-width: 235px !important;
    max-width: min(320px, calc(100vw - 28px)) !important;
    max-height: 410px !important;
    overflow-y: auto !important;
    padding: 8px !important;
    border-radius: 0 0 16px 16px !important;
    background: #ffffff !important;
    border: 1px solid #e5edf3 !important;
    border-top: 0 !important;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease !important;
}

.aq-menu-more.is-open .aq-menu-more-dropdown,
.aq-menu-more:hover .aq-menu-more-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.aq-menu-more-dropdown a {
    min-height: 38px !important;
    padding: 0 11px !important;
    border-radius: 11px !important;
    color: #334155 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 12.7px !important;
    font-weight: 700 !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    transition: background 170ms ease, color 170ms ease !important;
}

.aq-menu-more-dropdown a:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-menu-static-link {
    flex: 0 0 auto !important;
}

/* Slider/dropdown üst üste binme koruması */
.aq-header,
.aq-header-menu-overflow,
.aq-main-menu-overflow {
    z-index: 9990 !important;
}

.aq-hero-area,
.aq-hero-clean-area,
.aq-category-section,
.aq-product-section {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    .aq-header-menu-overflow {
        display: none !important;
    }
}

/* =========================================================
   Tema Devamı Menü - Scrollsuz Çok Sıralı Görünüm
   - Scroll kaldırıldı
   - Az kategori varsa tek sıra gibi durur
   - Çok kategori varsa 2 / 3 sıra halinde genişler
   - Header ve mevcut JS yapısını bozmaz
========================================================= */

.aq-menu-more-dropdown {
    width: max-content !important;
    min-width: 235px !important;
    max-width: min(760px, calc(100vw - 32px)) !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;

    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 5px !important;

    padding: 10px !important;
    border-radius: 0 0 16px 16px !important;
    background: #ffffff !important;
    border: 1px solid #e5edf3 !important;
    border-top: 0 !important;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16) !important;
}

.aq-menu-more-dropdown a,
.aq-menu-more-dropdown .js-aq-menu-category {
    width: 100% !important;
    min-width: 170px !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    border-radius: 11px !important;

    color: #334155 !important;
    background: transparent !important;

    display: flex !important;
    align-items: center !important;

    font-size: 12.7px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-decoration: none !important;

    transition: background 170ms ease, color 170ms ease !important;
}

.aq-menu-more-dropdown a:hover,
.aq-menu-more-dropdown .js-aq-menu-category:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
}

/* 4 ve üzeri kategori varsa menü daha ferah genişler */
.aq-menu-more-dropdown:has(a:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
}

/* 8 ve üzeri kategori varsa 3 kolonlu görünür */
.aq-menu-more-dropdown:has(a:nth-child(8)) {
    grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
}

/* Ekran daralınca taşmasın */
@media (max-width: 767px) {
    .aq-menu-more-dropdown {
        right: auto !important;
        left: 0 !important;
        width: min(520px, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .aq-menu-more-dropdown a,
    .aq-menu-more-dropdown .js-aq-menu-category {
        min-width: 0 !important;
    }
}

@media (max-width: 520px) {
    .aq-menu-more-dropdown {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   Tema Devamı Menü - Üst Menü Gibi Düz Link Görünümü
   - Buton/kart hissi kaldırıldı
   - Hover/aktif durumda renk değişir
   - Alt çizgi gelir
========================================================= */

.aq-menu-more-dropdown {
    gap: 0 18px !important;
    padding: 12px 14px !important;
    align-items: start !important;
}

.aq-menu-more-dropdown a,
.aq-menu-more-dropdown .js-aq-menu-category {
    position: relative !important;
    width: 100% !important;
    min-width: 170px !important;
    min-height: 38px !important;

    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;

    color: #34404c !important;
    display: inline-flex !important;
    align-items: center !important;

    font-size: 12.8px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-decoration: none !important;

    transition: color 180ms ease !important;
}

.aq-menu-more-dropdown a::after,
.aq-menu-more-dropdown .js-aq-menu-category::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 4px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: transparent !important;
    transition: background 180ms ease !important;
}

.aq-menu-more-dropdown a:hover,
.aq-menu-more-dropdown .js-aq-menu-category:hover {
    background: transparent !important;
    color: #0798bd !important;
}

.aq-menu-more-dropdown a:hover::after,
.aq-menu-more-dropdown .js-aq-menu-category:hover::after {
    background: #0798bd !important;
}

/* Uzun kategori isimleri taşmasın */
.aq-menu-more-dropdown a,
.aq-menu-more-dropdown .js-aq-menu-category {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Çok kolonlu yapıda linkler daha düzgün hizalansın */
.aq-menu-more-dropdown:has(a:nth-child(4)) {
    column-gap: 22px !important;
    row-gap: 2px !important;
}

.aq-menu-more-dropdown:has(a:nth-child(8)) {
    column-gap: 24px !important;
    row-gap: 2px !important;
}

@media (max-width: 767px) {
    .aq-menu-more-dropdown a,
    .aq-menu-more-dropdown .js-aq-menu-category {
        min-width: 0 !important;
        white-space: normal !important;
    }
}

/* =========================================================
   Tema Mobil Menü Final
   - Hesap / giriş alanı
   - Ana kategori + alt kategori accordion
   - Scroll var ama scrollbar görünmez
========================================================= */

.aq-mobile-panel {
    overflow: hidden !important;
}

.aq-mobile-panel-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 22px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.aq-mobile-panel-body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.aq-mobile-account-area {
    padding: 16px 19px 15px !important;
    border-bottom: 1px solid #eef3f7 !important;
    background:
        radial-gradient(circle at 0 0, rgba(7, 152, 189, 0.08), transparent 210px),
        #ffffff !important;
}

.aq-mobile-guest-text strong {
    display: block !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
}

.aq-mobile-guest-text span {
    display: block !important;
    margin-top: 5px !important;
    color: #738091 !important;
    font-size: 12px !important;
    font-weight: 550 !important;
    line-height: 1.5 !important;
}

.aq-mobile-auth-buttons {
    margin-top: 13px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.aq-mobile-login-btn,
.aq-mobile-register-btn,
.aq-mobile-account-btn {
    min-height: 42px !important;
    border-radius: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 12.7px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.aq-mobile-login-btn {
    background: #f8fafc !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
}

.aq-mobile-login-btn:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
    border-color: rgba(7, 152, 189, 0.22) !important;
}

.aq-mobile-register-btn,
.aq-mobile-account-btn {
    background: #0798bd !important;
    color: #ffffff !important;
    border: 1px solid #0798bd !important;
    box-shadow: 0 10px 20px rgba(7, 152, 189, 0.15) !important;
}

.aq-mobile-register-btn:hover,
.aq-mobile-account-btn:hover {
    background: #056f8d !important;
    color: #ffffff !important;
}

.aq-mobile-user-card {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 11px !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.aq-mobile-user-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
    background: #eef9fc !important;
    color: #0798bd !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
}

.aq-mobile-user-card strong {
    display: block !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
}

.aq-mobile-user-card span {
    display: block !important;
    margin-top: 3px !important;
    color: #738091 !important;
    font-size: 11.5px !important;
    font-weight: 550 !important;
}

.aq-mobile-search {
    padding: 15px 19px !important;
    display: grid !important;
    grid-template-columns: 1fr 44px !important;
    gap: 9px !important;
    border-bottom: 1px solid #eef3f7 !important;
}

.aq-mobile-search input {
    height: 44px !important;
    border: 1px solid #dfe7ee !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: #111827 !important;
    padding: 0 13px !important;
    outline: none !important;
    font-size: 12.8px !important;
    font-weight: 600 !important;
}

.aq-mobile-search input:focus {
    background: #ffffff !important;
    border-color: rgba(7, 152, 189, 0.42) !important;
    box-shadow: 0 0 0 3px rgba(7, 152, 189, 0.08) !important;
}

.aq-mobile-search button {
    height: 44px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #0798bd !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aq-mobile-nav {
    padding: 8px 19px 18px !important;
    display: grid !important;
    gap: 0 !important;
}

.aq-mobile-main-link,
.aq-mobile-category-row {
    min-height: 49px !important;
    border-bottom: 1px solid #eef3f7 !important;
    color: #34404c !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

.aq-mobile-main-link span {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.aq-mobile-main-link i,
.aq-mobile-category-direct i {
    color: #94a3b8 !important;
    font-size: 13px !important;
}

.aq-mobile-all-categories {
    color: #056f8d !important;
    font-weight: 900 !important;
}

.aq-mobile-all-categories span i {
    width: 28px !important;
    height: 28px !important;
    border-radius: 10px !important;
    background: #eef9fc !important;
    color: #0798bd !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}

.aq-mobile-category-item {
    border-bottom: 0 !important;
}

.aq-mobile-category-link {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    min-height: 49px !important;
    color: #34404c !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

.aq-mobile-category-link span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-mobile-category-toggle,
.aq-mobile-category-direct {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background 180ms ease, color 180ms ease !important;
}

.aq-mobile-category-toggle:hover,
.aq-mobile-category-direct:hover,
.aq-mobile-category-item.is-open .aq-mobile-category-toggle {
    background: #eef9fc !important;
    color: #0798bd !important;
}

.aq-mobile-category-toggle i {
    font-size: 14px !important;
    transition: transform 180ms ease !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-toggle i {
    transform: rotate(180deg) !important;
}

.aq-mobile-subcategory-list {
    display: none !important;
    padding: 4px 0 10px 12px !important;
    border-bottom: 1px solid #eef3f7 !important;
}

.aq-mobile-category-item.is-open .aq-mobile-subcategory-list {
    display: grid !important;
    gap: 2px !important;
}

.aq-mobile-subcategory-list a {
    position: relative !important;
    min-height: 38px !important;
    padding: 0 8px 0 18px !important;
    border-radius: 11px !important;
    color: #5b6777 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 12.3px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.aq-mobile-subcategory-list a::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 50% !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #cbd5e1 !important;
    transform: translateY(-50%) !important;
}

.aq-mobile-subcategory-list a:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-mobile-subcategory-list a:hover::before,
.aq-mobile-subcategory-all::before {
    background: #0798bd !important;
}

.aq-mobile-subcategory-all {
    color: #056f8d !important;
    font-weight: 850 !important;
}

@media (max-width: 390px) {
    .aq-mobile-auth-buttons {
        grid-template-columns: 1fr !important;
    }

    .aq-mobile-panel-head,
    .aq-mobile-account-area,
    .aq-mobile-search,
    .aq-mobile-nav {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* =========================================================
   Tema Mobil Menü Profesyonel Final
   - Arama üstte
   - Hesap alanı sade kart
   - Tüm Kategoriler kaldırıldı
   - Ana kategori accordion
   - İç scroll var ama scrollbar görünmez
========================================================= */

.aq-mobile-panel {
    overflow: hidden !important;
    background: #ffffff !important;
}

.aq-mobile-panel-head-final {
    min-height: 92px !important;
    padding: 20px 22px !important;
    border-bottom: 1px solid #edf2f6 !important;
    background: #ffffff !important;
}

.aq-mobile-panel-head-final .aq-mobile-logo span {
    color: #17202b !important;
    font-size: 32px !important;
    letter-spacing: -1.25px !important;
}

.aq-mobile-panel-head-final .aq-mobile-logo small {
    margin-top: 7px !important;
    color: #7a8491 !important;
    font-size: 7.4px !important;
    letter-spacing: 1.75px !important;
}

.aq-mobile-panel-head-final .aq-mobile-close {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
    background: #f5f8fa !important;
    color: #263241 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aq-mobile-panel-body-final {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 28px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.aq-mobile-panel-body-final::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.aq-mobile-search-final {
    padding: 18px 22px 14px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    gap: 10px !important;
    border-bottom: 0 !important;
}

.aq-mobile-search-final input {
    height: 50px !important;
    border: 1px solid #dfe7ee !important;
    border-radius: 15px !important;
    background: #f8fafc !important;
    color: #111827 !important;
    padding: 0 16px !important;
    outline: none !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

.aq-mobile-search-final input::placeholder {
    color: #7d8795 !important;
    font-weight: 650 !important;
}

.aq-mobile-search-final input:focus {
    background: #ffffff !important;
    border-color: rgba(7, 152, 189, 0.42) !important;
    box-shadow: 0 0 0 3px rgba(7, 152, 189, 0.08) !important;
}

.aq-mobile-search-final button {
    height: 50px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: #0798bd !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 19px !important;
    box-shadow: 0 10px 20px rgba(7, 152, 189, 0.15) !important;
}

.aq-mobile-account-area-final {
    padding: 0 22px 18px !important;
    border-bottom: 1px solid #edf2f6 !important;
}

.aq-mobile-user-mini-card {
    min-height: 70px !important;
    padding: 13px 14px !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(7, 152, 189, 0.10), transparent 190px),
        #f8fbfc !important;
    border: 1px solid #e6edf3 !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 12px !important;
    color: #17202b !important;
    text-decoration: none !important;
}

.aq-mobile-user-avatar {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
    background: #eef9fc !important;
    color: #0798bd !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 19px !important;
}

.aq-mobile-user-info {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

.aq-mobile-user-info strong {
    color: #111827 !important;
    font-size: 14.2px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-mobile-user-info small {
    color: #738091 !important;
    font-size: 11.8px !important;
    font-weight: 600 !important;
}

.aq-mobile-user-mini-card > i {
    color: #94a3b8 !important;
    font-size: 13px !important;
}

.aq-mobile-guest-mini {
    padding: 14px !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(7, 152, 189, 0.08), transparent 200px),
        #f8fbfc !important;
    border: 1px solid #e6edf3 !important;
}

.aq-mobile-guest-mini strong {
    display: block !important;
    color: #111827 !important;
    font-size: 14.4px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}

.aq-mobile-guest-mini span {
    display: block !important;
    margin-top: 5px !important;
    color: #738091 !important;
    font-size: 12px !important;
    font-weight: 550 !important;
    line-height: 1.5 !important;
}

.aq-mobile-auth-buttons-final {
    margin-top: 13px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

.aq-mobile-auth-link {
    min-height: 42px !important;
    border-radius: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 12.8px !important;
    font-weight: 850 !important;
}

.aq-mobile-auth-login {
    background: #ffffff !important;
    color: #34404c !important;
    border: 1px solid #dfe7ee !important;
}

.aq-mobile-auth-register {
    background: #0798bd !important;
    color: #ffffff !important;
    border: 1px solid #0798bd !important;
    box-shadow: 0 10px 20px rgba(7, 152, 189, 0.15) !important;
}

.aq-mobile-nav-title {
    padding: 17px 22px 8px !important;
}

.aq-mobile-nav-title span {
    display: block !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: -0.2px !important;
}

.aq-mobile-nav-title small {
    display: block !important;
    margin-top: 3px !important;
    color: #7d8795 !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
}

.aq-mobile-nav-final {
    padding: 0 22px 22px !important;
    display: grid !important;
    gap: 0 !important;
}

.aq-mobile-category-item {
    border-bottom: 1px solid #edf2f6 !important;
}

.aq-mobile-category-row-btn,
.aq-mobile-category-row-link {
    width: 100% !important;
    min-height: 53px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #34404c !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 13px !important;
    text-decoration: none !important;
    text-align: left !important;
    font-size: 13.4px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.aq-mobile-category-row-btn span,
.aq-mobile-category-row-link span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-mobile-category-row-btn i,
.aq-mobile-category-row-link i {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #94a3b8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease !important;
}

.aq-mobile-category-row-btn:hover,
.aq-mobile-category-row-link:hover,
.aq-mobile-category-item.is-open .aq-mobile-category-row-btn {
    color: #056f8d !important;
}

.aq-mobile-category-row-btn:hover i,
.aq-mobile-category-row-link:hover i,
.aq-mobile-category-item.is-open .aq-mobile-category-row-btn i {
    background: #eef9fc !important;
    color: #0798bd !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-row-btn i {
    transform: rotate(180deg) !important;
}

.aq-mobile-subcategory-list {
    display: none !important;
    padding: 0 0 12px 10px !important;
}

.aq-mobile-category-item.is-open .aq-mobile-subcategory-list {
    display: grid !important;
    gap: 3px !important;
}

.aq-mobile-subcategory-list a {
    position: relative !important;
    min-height: 38px !important;
    padding: 0 8px 0 18px !important;
    border-radius: 11px !important;
    color: #5b6777 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 12.4px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.aq-mobile-subcategory-list a::before {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 50% !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #cbd5e1 !important;
    transform: translateY(-50%) !important;
}

.aq-mobile-subcategory-list a:hover {
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-mobile-subcategory-list a:hover::before,
.aq-mobile-subcategory-all::before {
    background: #0798bd !important;
}

.aq-mobile-subcategory-all {
    color: #056f8d !important;
    font-weight: 850 !important;
}

@media (max-width: 390px) {
    .aq-mobile-panel-head-final,
    .aq-mobile-search-final,
    .aq-mobile-account-area-final,
    .aq-mobile-nav-title,
    .aq-mobile-nav-final {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .aq-mobile-auth-buttons-final {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   Tema Mobil Menü - Accordion Boşluk ve Oksuz Link Düzeltme
========================================================= */

.aq-mobile-category-item {
    border-bottom: 1px solid #edf2f6 !important;
}

.aq-mobile-category-item.is-open {
    padding-bottom: 12px !important;
}

.aq-mobile-category-row-btn,
.aq-mobile-category-row-link {
    min-height: 54px !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-row-btn {
    margin-bottom: 10px !important;
    padding: 0 14px !important;
    border-radius: 15px !important;
    background: #eef9fc !important;
    color: #056f8d !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-row-btn i {
    background: transparent !important;
    color: #0798bd !important;
}

.aq-mobile-subcategory-list {
    margin-top: 0 !important;
    padding: 0 0 0 14px !important;
    border-bottom: 0 !important;
    display: none !important;
}

.aq-mobile-category-item.is-open .aq-mobile-subcategory-list {
    display: grid !important;
    gap: 7px !important;
}

.aq-mobile-subcategory-list a {
    min-height: 42px !important;
    padding: 0 12px 0 22px !important;
    border: 1px solid #edf2f6 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
}

.aq-mobile-subcategory-list a:hover {
    background: #eef9fc !important;
    border-color: rgba(7, 152, 189, 0.18) !important;
}

.aq-mobile-category-no-icon {
    justify-content: flex-start !important;
    padding-right: 0 !important;
}

.aq-mobile-category-no-icon::after {
    display: none !important;
    content: none !important;
}

.aq-mobile-category-no-icon span {
    max-width: 100% !important;
}

/* =========================================================
   Tema Mobil Menü - Yazı Link / Ok Ayrı Alan Final
   - Yazıya tıklayınca kategoriye gider
   - Sadece oka tıklayınca alt kategori açılır
   - Hover yapışıklığı giderildi
========================================================= */

.aq-mobile-category-item {
    border-bottom: 1px solid #edf2f6 !important;
}

.aq-mobile-category-line {
    min-height: 56px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 10px !important;
}

.aq-mobile-category-line.no-children {
    grid-template-columns: minmax(0, 1fr) !important;
}

.aq-mobile-category-title-link {
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 0 !important;
    color: #34404c !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 13.4px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    border-radius: 14px !important;
    transition: color 180ms ease, background 180ms ease, padding 180ms ease !important;
}

.aq-mobile-category-title-link span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.aq-mobile-category-title-link:hover {
    color: #056f8d !important;
    background: transparent !important;
}

.aq-mobile-category-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: transparent !important;
    color: #94a3b8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: end !important;
    cursor: pointer !important;
    transition: background 180ms ease, color 180ms ease !important;
}

.aq-mobile-category-toggle i {
    font-size: 13px !important;
    transition: transform 180ms ease !important;
}

.aq-mobile-category-toggle:hover,
.aq-mobile-category-item.is-open .aq-mobile-category-toggle {
    background: #eef9fc !important;
    color: #0798bd !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-toggle i {
    transform: rotate(180deg) !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-line {
    margin-bottom: 10px !important;
}

.aq-mobile-category-item.is-open .aq-mobile-category-title-link {
    padding-left: 14px !important;
    color: #056f8d !important;
    background: #eef9fc !important;
}

/* Eski row button/link stilleri yeni yapıya karışmasın */
.aq-mobile-category-row-btn,
.aq-mobile-category-row-link,
.aq-mobile-category-no-icon {
    background: transparent !important;
}

.aq-mobile-subcategory-list {
    display: none !important;
    padding: 0 0 12px 14px !important;
    border-bottom: 0 !important;
}

.aq-mobile-category-item.is-open .aq-mobile-subcategory-list {
    display: grid !important;
    gap: 7px !important;
}

.aq-mobile-subcategory-list a {
    min-height: 42px !important;
    padding: 0 12px 0 22px !important;
    border: 1px solid #edf2f6 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #5b6777 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 12.4px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.aq-mobile-subcategory-list a:hover {
    background: #eef9fc !important;
    border-color: rgba(7, 152, 189, 0.18) !important;
    color: #056f8d !important;
}

.aq-mobile-subcategory-all {
    color: #056f8d !important;
    font-weight: 850 !important;
}

/* =========================================================
   Tema SweetAlert Toast Tasarımı
========================================================= */

.aq-swal-toast {
    width: auto !important;
    min-width: 280px !important;
    max-width: 360px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14) !important;
    backdrop-filter: blur(14px) !important;
}

.aq-swal-toast .swal2-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 10px 0 0 !important;
    border-width: 2px !important;
}

.aq-swal-toast .swal2-icon-content {
    font-size: 18px !important;
}

.aq-swal-toast .swal2-title,
.aq-swal-toast-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #18212f !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-align: left !important;
}

.aq-swal-toast .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
}

.aq-swal-toast-progress {
    height: 2px !important;
    background: linear-gradient(90deg, #16bfd0, #0f9fb0) !important;
}

.swal2-container.swal2-top-end {
    padding-top: 18px !important;
    padding-right: 18px !important;
}

@media (max-width: 575px) {
    .aq-swal-toast {
        min-width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        border-radius: 14px !important;
    }

    .swal2-container.swal2-top-end {
        padding: 14px !important;
    }

    .aq-swal-toast .swal2-title,
    .aq-swal-toast-title {
        font-size: 13px !important;
    }
}

/* Sepete ekle butonu - yeni AJAX sepet sistemi */
.aq-cart-add-btn{
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    cursor:pointer;
    background:#ecfeff;
    color:#0798bd;
    transition:all .2s ease;
}

.aq-cart-add-btn:hover{
    background:#0798bd;
    color:#fff;
    transform:translateY(-1px);
}

.aq-cart-add-btn.is-loading{
    pointer-events:none;
    opacity:.75;
}

.aq-cart-add-btn.is-loading i{
    animation:aqCartSpin .75s linear infinite;
}

.aq-cart-add-btn.is-added{
    background:#10b981;
    color:#fff;
}

@keyframes aqCartSpin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/* Yeni AJAX sepet butonu */
.aq-cart-add-btn{
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    cursor:pointer;
    background:#ecfeff;
    color:#0798bd;
    transition:all .2s ease;
}

.aq-cart-add-btn:hover{
    background:#0798bd;
    color:#fff;
    transform:translateY(-1px);
}

.aq-cart-add-btn.is-loading{
    pointer-events:none;
    opacity:.75;
}

.aq-cart-add-btn.is-loading i{
    animation:aqCartSpin .75s linear infinite;
}

.aq-cart-add-btn.is-added{
    background:#10b981;
    color:#fff;
}

@keyframes aqCartSpin{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

/* Yeni AJAX sepet butonu */
.aq-cart-add-btn{
    width:38px;
    height:38px;
    border:0;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    cursor:pointer;
    background:#ecfeff;
    color:#0798bd;
    transition:all .2s ease;
}

.aq-cart-add-btn:hover{
    background:#0798bd;
    color:#fff;
    transform:translateY(-1px);
}

.aq-cart-add-btn.is-loading{
    pointer-events:none;
    opacity:.75;
}

.aq-cart-add-btn.is-loading i{
    animation:aqCartSpin .75s linear infinite;
}

.aq-cart-add-btn.is-added{
    background:#10b981;
    color:#fff;
}

@keyframes aqCartSpin{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

/* =========================================================
   Tema Sepet Drawer Final Tasarım
========================================================= */

.aq-header-action.aq-cart-open {
    position: relative;
}

.aq-header-action.aq-cart-open em {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background: #0798bd;
    box-shadow: 0 8px 20px rgba(7, 152, 189, 0.26);
}

.aq-cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s ease, visibility .28s ease;
    z-index: 9998;
}

.aq-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(460px, 100%);
    height: 100vh;
    background: #ffffff;
    box-shadow: -22px 0 50px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform .32s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.aq-cart-open .aq-cart-backdrop {
    opacity: 1;
    visibility: visible;
}

body.aq-cart-open .aq-cart-drawer {
    transform: translateX(0);
}

.aq-cart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 20px;
    border-bottom: 1px solid #e7edf3;
    background: #ffffff;
    flex-shrink: 0;
}

.aq-cart-head-text strong {
    display: block;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}

.aq-cart-head-text span {
    display: block;
    color: #7b8794;
    font-size: 14px;
    line-height: 1.45;
}

.aq-cart-close {
    width: 46px;
    height: 46px;
    border: 1px solid #e7edf3;
    border-radius: 16px;
    background: #f8fafc;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .22s ease;
    flex-shrink: 0;
}

.aq-cart-close:hover {
    background: #eef6f8;
    border-color: #d7ebf0;
    color: #0798bd;
}

.aq-cart-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 18px 20px 20px;
    background: #fcfdff;
}

.aq-cart-body::-webkit-scrollbar {
    width: 8px;
}

.aq-cart-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.aq-cart-body::-webkit-scrollbar-track {
    background: transparent;
}

.aq-cart-empty {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 18px;
}

.aq-cart-empty-icon {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ecfeff 0%, #f0f9ff 100%);
    color: #0798bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 18px;
}

.aq-cart-empty h3 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.aq-cart-empty p {
    margin: 0;
    max-width: 290px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.aq-cart-mini-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.aq-cart-mini-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e7edf3;
    border-radius: 18px;
    background: #ffffff;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.aq-cart-mini-item:hover {
    border-color: #d8e6ee;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.aq-cart-mini-img {
    width: 88px;
    height: 88px;
    border-radius: 14px;
    background: #f8fafc;
    overflow: hidden;
    display: block;
    border: 1px solid #edf2f7;
    flex-shrink: 0;
}

.aq-cart-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #ffffff;
}

.aq-cart-mini-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 2px;
}

.aq-cart-mini-title {
    color: #1f2937;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aq-cart-mini-title:hover {
    color: #0798bd;
}

.aq-cart-mini-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.aq-cart-mini-qty,
.aq-cart-mini-unit {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f4f8fb;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.aq-cart-mini-price {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.aq-cart-foot {
    flex-shrink: 0;
    padding: 18px 20px 20px;
    border-top: 1px solid #e7edf3;
    background: #ffffff;
}

.aq-cart-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #eaf0f5;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fbfd 100%);
}

.aq-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.aq-cart-summary-row span {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.aq-cart-summary-row strong {
    color: #1f2937;
    font-size: 15px;
    font-weight: 800;
}

.aq-cart-summary-total {
    padding-top: 10px;
    border-top: 1px dashed #d9e5ee;
}

.aq-cart-summary-total span {
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
}

.aq-cart-summary-total strong {
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.aq-cart-actions {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.aq-cart-checkout,
.aq-cart-continue {
    min-height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: all .22s ease;
    cursor: pointer;
}

.aq-cart-checkout {
    border: none;
    background: linear-gradient(135deg, #0798bd 0%, #0ea5c6 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(7, 152, 189, 0.24);
}

.aq-cart-checkout:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(7, 152, 189, 0.28);
    color: #ffffff;
}

.aq-cart-continue {
    border: 1px solid #d9e4ec;
    background: #ffffff;
    color: #1f2937;
}

.aq-cart-continue:hover {
    border-color: #bfd6df;
    background: #f8fbfd;
    color: #0798bd;
}

@media (max-width: 767.98px) {
    .aq-cart-drawer {
        width: 100%;
    }

    .aq-cart-head {
        padding: 20px 16px 16px;
    }

    .aq-cart-body {
        padding: 14px 14px 18px;
    }

    .aq-cart-foot {
        padding: 14px 14px 16px;
    }

    .aq-cart-mini-item {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
        border-radius: 16px;
    }

    .aq-cart-mini-img {
        width: 76px;
        height: 76px;
        border-radius: 12px;
    }

    .aq-cart-mini-title {
        font-size: 14px;
    }

    .aq-cart-mini-price {
        font-size: 17px;
    }

    .aq-cart-summary-total strong {
        font-size: 22px;
    }

    .aq-cart-checkout,
    .aq-cart-continue {
        min-height: 48px;
        font-size: 14px;
    }
}

/* =========================================================
   Tema Tüm Kategoriler Sayfası
========================================================= */

.aq-all-categories-page {
    padding: 34px 0 64px;
    background: #ffffff;
}

.aq-all-categories-head {
    margin-bottom: 34px;
}

.aq-all-categories-head .aq-breadcrumb {
    margin-bottom: 14px;
}

.aq-all-categories-head h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1;
}

.aq-all-categories-head p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    color: #111827;
    font-size: 17px;
    font-weight: 500;
}

.aq-all-categories-head p strong {
    font-weight: 600;
}

.aq-all-categories-head p span {
    color: #9ca3af;
}

.aq-all-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.aq-category-index-card {
    min-height: 292px;
    border: 1px solid #dde3ea;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.aq-category-index-card:hover {
    border-color: #cbd8e2;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

.aq-category-index-card-head {
    min-height: 92px;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e5e9ef;
}

.aq-category-index-image {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.aq-category-index-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aq-category-index-title {
    min-width: 0;
    display: block;
}

.aq-category-index-title strong {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aq-category-index-title small {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.aq-category-index-card-head > i {
    color: #111827;
    font-size: 18px;
    transition: transform .2s ease, color .2s ease;
}

.aq-category-index-card:hover .aq-category-index-card-head > i {
    color: #0798bd;
    transform: translateX(2px);
}

.aq-category-index-children {
    display: flex;
    flex-direction: column;
    padding: 12px 24px 18px;
}

.aq-category-index-children a {
    min-height: 38px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    color: #2f3b48;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    transition: color .18s ease;
}

.aq-category-index-children a:hover {
    color: #0798bd;
}

.aq-category-index-children a span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.aq-category-index-children a span i {
    color: #64748b;
    font-size: 14px;
}

.aq-category-index-children a em {
    min-width: 34px;
    height: 26px;
    padding: 0 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
}

.aq-category-index-more {
    margin-top: 4px;
    color: #0798bd !important;
    font-weight: 600 !important;
}

.aq-category-index-empty {
    min-height: 160px;
    display: flex;
    align-items: center;
    padding: 18px 24px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.aq-all-categories-empty {
    min-height: 340px;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-align: center;
    padding: 34px;
}

.aq-all-categories-empty span {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0798bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 16px;
}

.aq-all-categories-empty h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
}

.aq-all-categories-empty p {
    margin: 0;
    max-width: 360px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

/* =========================================================
   Tema Header Hesabım Menü Final Düzeltme
   - Mevcut renkleri bozmaz
   - Hesabım / Favorilerim / Sepetim aynı hizada kalır
   - Hesabım dropdown kategori menüsünün altında kalmaz
========================================================= */

.aq-header {
    overflow: visible !important;
}

.aq-header-main {
    position: relative !important;
    z-index: 30 !important;
    overflow: visible !important;
}

.aq-header-main-inner {
    position: relative !important;
    overflow: visible !important;
}

.aq-header-menu,
.aq-header-menu-overflow {
    position: relative !important;
    z-index: 10 !important;
}

.aq-header-actions {
    position: relative !important;
    z-index: 40 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    overflow: visible !important;
}

.aq-header-actions .aq-account-menu {
    position: relative !important;
    z-index: 50 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 38px !important;
    overflow: visible !important;
}

.aq-header-actions .aq-header-action,
.aq-header-actions .aq-account-trigger {
    height: 38px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.aq-header-actions .aq-header-action i,
.aq-header-actions .aq-account-trigger i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.aq-header-actions .aq-header-action span,
.aq-header-actions .aq-account-trigger span {
    line-height: 1 !important;
    margin: 0 !important;
}

.aq-account-dropdown {
    position: absolute !important;
    top: calc(100% + 11px) !important;
    right: 0 !important;
    z-index: 99999 !important;
    width: 300px !important;
    max-width: calc(100vw - 24px) !important;
    background: #ffffff !important;
    color: #334155 !important;
    overflow: visible !important;
}

.aq-account-dropdown::before {
    z-index: 1 !important;
}

.aq-account-menu.is-open .aq-account-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.aq-account-user span {
    display: block;
    margin-top: 4px;
    color: #738091;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aq-account-dropdown-link {
    text-decoration: none !important;
}

.aq-account-logout-btn {
    cursor: pointer;
}

/* Header kategori satırı hesap dropdown üstüne binmesin */
.aq-main-menu,
.aq-main-menu-overflow,
.aq-menu-visible-categories,
.aq-menu-more,
.aq-menu-more-dropdown {
    z-index: 10 !important;
}

/* Tablet ve mobil mevcut buton tasarımını korur */
@media (max-width: 991px) {
    .aq-header-actions .aq-account-menu {
        height: 38px !important;
    }

    .aq-account-dropdown {
        right: 0 !important;
        width: 292px !important;
    }
}

@media (max-width: 575px) {
    .aq-account-dropdown {
        right: -4px !important;
        width: min(292px, calc(100vw - 24px)) !important;
    }
}

/* =========================================================
   Tema Header Hesabım Dropdown Taşma Düzeltmesi
========================================================= */

.aq-account-menu {
    position: relative;
}

.aq-account-dropdown {
    width: 374px;
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
}

.aq-account-dropdown,
.aq-account-dropdown * {
    box-sizing: border-box;
}

.aq-account-guest-head {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.aq-account-guest-head strong {
    display: block;
    max-width: 100%;
}

.aq-account-guest-text {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1.45;
}

@media (max-width: 575px) {
    .aq-account-dropdown {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        right: 0;
        left: auto;
    }
}


/* =========================================================
   Tema SweetAlert Toast
========================================================= */

.aq-toast-popup {
    width: auto !important;
    min-width: 310px !important;
    max-width: min(390px, calc(100vw - 24px)) !important;
    padding: 13px 15px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14) !important;
    font-family: inherit !important;
}

.aq-toast-title {
    color: #17202b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.aq-toast-progress {
    background: rgba(7, 152, 189, 0.45) !important;
}

/* =========================================================
   Tema Header Canlı Arama
   - İlk 5 ürün önerisi
   - Görsel + ürün adı + kategori/marka + fiyat
   - Header, hesap dropdown ve sepet yapısını bozmaz
========================================================= */

.aq-search-live {
    position: relative !important;
    z-index: 130 !important;
}

.aq-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 260;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e3ebf1;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.aq-search-suggestions[hidden] {
    display: none !important;
}

.aq-search-suggestions-inner {
    max-height: 430px;
    overflow-y: auto;
    padding: 8px;
}

.aq-search-suggestion-head {
    padding: 8px 10px 10px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .65px;
    text-transform: uppercase;
}

.aq-search-suggestion-item {
    min-height: 74px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 9px;
    border-radius: 14px;
    color: #17202b;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.aq-search-suggestion-item:hover,
.aq-search-suggestion-item.is-active {
    background: #f4fbfd;
    transform: translateX(2px);
}

.aq-search-suggestion-image {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #edf3f7;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #0798bd;
    font-size: 19px;
}

.aq-search-suggestion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aq-search-suggestion-info {
    min-width: 0;
}

.aq-search-suggestion-info strong {
    display: block;
    color: #111827;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aq-search-suggestion-info span {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 11.2px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aq-search-suggestion-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    white-space: nowrap;
}

.aq-search-suggestion-price strong {
    color: #056f8d;
    font-size: 13px;
    font-weight: 850;
}

.aq-search-suggestion-price del {
    color: #9aa5b2;
    font-size: 10.5px;
    font-weight: 600;
}

.aq-search-suggestion-empty,
.aq-search-suggestion-loading {
    min-height: 86px;
    padding: 18px;
    border-radius: 14px;
    background: #f8fbfc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
}

.aq-search-suggestion-empty i,
.aq-search-suggestion-loading i {
    color: #0798bd;
    font-size: 18px;
}

@media (max-width: 991px) {
    .aq-search-live {
        z-index: 260 !important;
    }

    .aq-search-suggestions {
        top: calc(100% + 7px);
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .aq-search-suggestions-inner {
        max-height: 360px;
        padding: 7px;
    }

    .aq-search-suggestion-item {
        min-height: 68px;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .aq-search-suggestion-image {
        width: 52px;
        height: 52px;
        border-radius: 13px;
    }

    .aq-search-suggestion-info strong {
        font-size: 12.3px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .aq-search-suggestion-info span {
        font-size: 10.8px;
    }

    .aq-search-suggestion-price {
        grid-column: 2;
        align-items: flex-start;
        margin-top: -2px;
    }

    .aq-search-suggestion-price strong {
        font-size: 12.5px;
    }
}

/* Contact page refresh */
.aq-header-main-inner {
    grid-template-columns: 252px minmax(280px, 1fr) auto;
}

.aq-logo {
    width: 252px;
}

.aq-logo small {
    max-width: 252px;
    overflow: visible;
}

.aq-search {
    max-width: 752px;
    width: 100%;
}

.aq-contact-hero {
    padding: 30px 0 24px;
    background: #ffffff;
}

.aq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: #7b8794;
    font-size: 12.5px;
    font-weight: 650;
}

.aq-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.aq-breadcrumb a:hover {
    color: var(--aq-blue);
}

.aq-breadcrumb span:not(:first-child)::before {
    content: "/";
    margin-right: 10px;
    color: #c3ccd6;
}

.aq-contact-kicker {
    display: inline-flex;
    margin-bottom: 11px;
    color: var(--aq-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aq-contact-hero h1,
.aq-contact-form-card h2,
.aq-contact-map-card h2,
.aq-contact-faq h2 {
    margin: 0;
    color: #111827;
    font-weight: 850;
    letter-spacing: -.035em;
}

.aq-contact-hero h1 {
    max-width: 690px;
    font-size: clamp(32px, 3vw, 43px);
    line-height: 1.1;
}

.aq-contact-hero p {
    max-width: 690px;
    margin: 16px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

.aq-contact-hero-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #0798bd;
    font-weight: 800;
    text-decoration: none;
}

.aq-contact-page {
    padding: 28px 0 50px;
    background: #ffffff;
}

.aq-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.aq-contact-info-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
    border: 1px solid #e5edf3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.aq-contact-info-card > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #ecfbff;
    color: #0798bd;
    font-size: 19px;
}

.aq-contact-info-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}

.aq-contact-info-card p {
    margin: 0;
    color: #667085;
    font-size: 12.5px;
    line-height: 1.55;
}

.aq-contact-info-card a {
    color: #056f8d;
    font-weight: 800;
    text-decoration: none;
}

.aq-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    margin-top: 24px;
}

.aq-contact-form-card,
.aq-contact-support-card {
    border: 1px solid #e5edf3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .043);
}

.aq-contact-form-card {
    padding: 26px;
}

.aq-contact-form-card h2,
.aq-contact-map-card h2,
.aq-contact-faq h2 {
    font-size: 26px;
}

.aq-contact-form-card > p {
    margin: 10px 0 22px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.aq-contact-form {
    display: grid;
    gap: 16px;
}

.aq-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.aq-contact-form label {
    display: grid;
    gap: 8px;
    color: #1f2937;
    font-size: 12.5px;
    font-weight: 800;
}

.aq-contact-form input,
.aq-contact-form select,
.aq-contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dce8ef;
    border-radius: 14px;
    background: #f8fafc;
    color: #111827;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    padding: 0 15px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.aq-contact-form textarea {
    min-height: 132px;
    padding-top: 13px;
    resize: vertical;
}

.aq-contact-form input:focus,
.aq-contact-form select:focus,
.aq-contact-form textarea:focus {
    border-color: rgba(7, 152, 189, .45);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(7, 152, 189, .09);
}

.aq-contact-consent {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start;
    gap: 10px !important;
    color: #667085 !important;
    font-size: 12.3px !important;
    font-weight: 650 !important;
    line-height: 1.55;
}

.aq-contact-consent input {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #0798bd;
}

.aq-contact-submit,
.aq-contact-support-card a,
.aq-contact-map-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0798bd 0%, #07abc9 100%);
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(7, 152, 189, .18);
}

.aq-contact-submit {
    width: 100%;
    margin-top: 2px;
}

.aq-contact-support-card {
    align-self: start;
    padding: 24px;
}

.aq-contact-support-card > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #ecfbff;
    color: #0798bd;
    font-size: 24px;
}

.aq-contact-support-card h3 {
    margin: 18px 0 10px;
    color: #111827;
    font-size: 22px;
    font-weight: 850;
}

.aq-contact-support-card p {
    margin: 0 0 18px;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.aq-contact-support-card a {
    width: 100%;
}

.aq-contact-perks {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.aq-contact-perks div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.aq-contact-perks i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f1f8fb;
    color: #0798bd;
    grid-row: 1 / span 2;
}

.aq-contact-perks strong {
    display: block;
    grid-column: 2;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.aq-contact-perks small {
    display: block;
    grid-column: 2;
    margin-top: 3px;
    color: #7b8794;
    font-size: 11.5px;
    line-height: 1.45;
}

.aq-contact-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid #e5edf3;
    border-radius: 20px;
    background: #f8fbfc;
}

.aq-contact-socials strong {
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.aq-contact-socials div {
    display: flex;
    gap: 9px;
}

.aq-contact-socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5edf3;
    color: #0798bd;
    text-decoration: none;
}

.aq-contact-map-section {
    padding: 50px 0;
    background: #f8fbfc;
}

.aq-contact-map-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.aq-contact-map-card > div {
    padding: 28px;
    border: 1px solid #e5edf3;
    border-radius: 24px;
    background: #ffffff;
}

.aq-contact-map-card p {
    margin: 14px 0 22px;
    color: #667085;
    line-height: 1.7;
}

.aq-contact-map-card iframe {
    min-height: 420px;
    border-radius: 24px;
    border: 1px solid #e5edf3 !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.aq-contact-map-card a {
    padding: 0 18px;
}

.aq-contact-faq {
    padding: 50px 0 64px;
    background: #ffffff;
}

.aq-contact-faq h2 {
    margin-bottom: 22px;
    text-align: center;
}

.aq-contact-faq-grid {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
}

.aq-contact-faq details {
    border: 1px solid #e5edf3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .035);
    overflow: hidden;
}

.aq-contact-faq summary {
    cursor: pointer;
    padding: 18px 20px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
    list-style: none;
}

.aq-contact-faq summary::-webkit-details-marker {
    display: none;
}

.aq-contact-faq p {
    margin: 0;
    padding: 0 20px 18px;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 1240px) {
    .aq-header-main-inner {
        grid-template-columns: 242px minmax(260px, 1fr) auto;
    }

    .aq-logo,
    .aq-logo small {
        width: 242px;
        max-width: 242px;
    }

    .aq-search {
        max-width: 680px;
    }
}

@media (max-width: 991px) {
    .aq-header-main-inner {
        grid-template-columns: auto 1fr auto;
    }

    .aq-logo,
    .aq-logo small {
        width: auto;
        max-width: 220px;
    }

    .aq-search {
        max-width: none;
    }

    .aq-contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aq-contact-layout,
    .aq-contact-map-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .aq-logo,
    .aq-logo small {
        width: 165px;
        max-width: 165px;
    }

    .aq-logo small {
        font-size: 6.2px;
        letter-spacing: .35px;
        line-height: 1.15;
        white-space: normal;
    }
}

/* Legacy public pages still using older class names */
.container {
    width: min(1374px, calc(100% - 44px));
    margin-inline: auto;
}

.page-header {
    padding: 30px 0 24px;
    background: #ffffff;
    border-bottom: 1px solid #edf3f7;
}

.page-header .kicker,
.panel .kicker {
    display: inline-flex;
    color: #0798bd;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.page-header h1 {
    margin: 10px 0 0 !important;
    color: #111827;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -.035em;
}

.page-header .breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    color: #7b8794;
    font-size: 12.5px;
    font-weight: 650;
}

.page-header .breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.page-header .breadcrumb a:hover {
    color: #0798bd;
}

.panel {
    padding: 24px;
    border: 1px solid #e5edf3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .043);
}

.panel + .panel,
.page-header + section .panel {
    margin-top: 18px;
}

.panel h2,
.panel h3 {
    color: #111827;
    font-weight: 850;
    letter-spacing: -.02em;
}

.panel p,
.panel li {
    color: #667085;
    line-height: 1.7;
}

.panel a {
    color: #056f8d;
    font-weight: 750;
}

.row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label,
.pref-field legend {
    color: #1f2937;
    font-size: 12.5px;
    font-weight: 800;
}

.field input,
.field select,
.field textarea,
.panel input:not([type="checkbox"]):not([type="radio"]),
.panel select,
.panel textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #dce8ef;
    border-radius: 14px;
    background: #f8fafc;
    color: #111827;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    padding: 0 14px;
}

.field textarea,
.panel textarea {
    min-height: 120px;
    padding-top: 12px;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.panel input:not([type="checkbox"]):not([type="radio"]):focus,
.panel select:focus,
.panel textarea:focus {
    border-color: rgba(7, 152, 189, .45);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(7, 152, 189, .09);
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1374px);
    }

    .row-2 {
        grid-template-columns: 1fr;
    }

    .panel {
        padding: 20px;
        border-radius: 18px;
    }
}

@media (max-width: 640px) {
    .aq-contact-hero {
        padding-top: 24px;
    }

    .aq-contact-hero h1 {
        font-size: 30px;
    }

    .aq-contact-info-grid,
    .aq-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .aq-contact-form-card,
    .aq-contact-support-card,
    .aq-contact-map-card > div {
        border-radius: 18px;
        padding: 20px;
    }

    .aq-contact-socials {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ============================================================
   Tek tip kart boyutu — tüm ürün & blog grid'leri "Seçkin
   Koleksiyon" referans kartına (sabit ~260px) hizalanır.
   Kategori/liste/benzer ürünler/favoriler/Son Yazılar dahil.
   ============================================================ */
.aq-product-grid.aq-grid-5,
.aq-product-grid.aq-grid-4,
.aq-product-grid.aq-category-products,
.aq-blog-grid {
    grid-template-columns: repeat(auto-fit, 260px) !important;
    justify-content: center !important;
    gap: 18px !important;
}
.aq-product-grid.aq-grid-5 .aq-product-card,
.aq-product-grid.aq-grid-4 .aq-product-card,
.aq-product-grid.aq-category-products .aq-product-card {
    width: 100% !important;
    max-width: 260px !important;
    min-width: 0 !important;
}
@media (max-width: 560px) {
    .aq-product-grid.aq-grid-5,
    .aq-product-grid.aq-grid-4,
    .aq-product-grid.aq-category-products,
    .aq-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}
