/* --- store.css - OPTIMIZED PERFORMANCE V3 (EXACT LAYOUT) --- */

/* GENEL YAPILANDIRMA */
html, body { overflow-x: hidden; }
.store-container { padding: 50px 0; padding-top: clamp(24px, 4vh, 50px) !important; padding-bottom: clamp(24px, 4vh, 50px) !important; }
.store-container .container-fluid.px-lg-5 { width: 100% !important; max-width: 1400px !important; margin-left: auto !important; margin-right: auto !important; }
.store-container .row { margin-left: 0 !important; margin-right: 0 !important; }

/* AYIRICILAR VE YARDIMCI SINIFLAR */
.store-hr { border-color: rgba(255,255,255,0.06); margin: 22px 0; }
.text-mint { color: #9ae6b4 !important; }
.text-sky { color: #93c5fd !important; }
.text-white-soft { color: rgba(255,255,255,0.95) !important; }
.mt-custom-10 { margin-top: 10px !important; }

/* KATEGORİ LOGO */
.store-products-logo { display: block; margin: 0 auto 20px auto; height: auto; width: auto; object-fit: contain; max-height: 90px; max-width: 70vw; transform: none !important; position: relative; left: 0 !important; right: 0 !important; }

/* KATEGORİ KARTLARI (PERFORMANS AYARLI) */
.category-card-item {
    background: #111c2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.category-card-item:hover { transform: translateY(-8px) scale(1.02); border-color: rgba(59, 130, 246, 0.75); box-shadow: 0 18px 45px rgba(59, 130, 246, 0.18); }

/* ✅ FIX: img inline davranıp taşma/boşluk yapmasın */
.category-card-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
}
.category-card-item:hover img { transform: scale(1.08); }

/* ✅ FIX: subcat img yine block + güvenli ölçüler */
.category-card-item.subcat-card img {
    height: clamp(160px, 22vw, 230px);
    object-fit: cover;
    aspect-ratio: auto;
    width: 100%;
    display: block;
}

/* METİN VE BAŞLIKLAR */
.cat-name-overlay { padding: 15px; background: #111c2e; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); }
.cat-title { color: #fff; font-weight: 850; font-size: 16px; margin: 0; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

/* ARAMA ÇUBUĞU */
.search-wrapper-modern { position: relative; max-width: 700px; margin: 0 auto 50px auto; }
#storeCategorySearch {
    padding: 18px 30px 18px 65px !important;
    border-radius: 50px !important;
    background: rgba(30, 58, 95, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 650;
    transition: 0.25s all;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
#storeCategorySearch:focus { border-color: rgba(59, 130, 246, 0.85) !important; box-shadow: 0 0 25px rgba(59, 130, 246, 0.35) !important; background: rgba(30, 58, 95, 1) !important; }
.search-icon-modern { position: absolute; left: 25px; top: 50%; transform: translateY(-50%); color: #3b82f6; font-size: 22px; z-index: 5; }

/* ÜRÜN LİSTELEME KARTLARI */
.product-grid-card {
    background: #111c2e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: 0.28s;
    box-shadow: 0 12px 34px rgba(0,0,0,0.25);
}
.product-grid-card:hover { transform: translateY(-6px); border-color: rgba(59,130,246,0.35); box-shadow: 0 18px 45px rgba(0,0,0,0.35); }
.product-grid-img { width: 100%; height: 230px; object-fit: cover; display:block; }

/* KATEGORİ SAYFA BAŞLIKLARI VE GERİ BUTONU */
.category-page-header { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 34px; }
.category-back-btn {
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #151f32;
    color: #e5e7eb; font-weight: 850; font-size: 13px;
    text-decoration: none !important; cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    transition: .25s ease; user-select: none;
}
.category-back-btn:hover { transform: translateY(-50%) translateX(-2px); border-color: rgba(59,130,246,0.28); box-shadow: 0 16px 40px rgba(59,130,246,0.12), 0 18px 45px rgba(0,0,0,0.30); }
.category-back-btn i { color: #60a5fa; }
.nav-top-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; position: relative; z-index: 5; }

.category-title-hype { margin: 0; font-weight: 950; letter-spacing: -0.8px; line-height: 1.05; font-size: 44px; text-align: center; background: linear-gradient(135deg, #ffffff 0%, #93c5fd 40%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 10px 30px rgba(59,130,246,0.22), 0 2px 0 rgba(0,0,0,0.25); position: relative; }
.category-title-hype:after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-14px; width: 160px; height: 2px; background: linear-gradient(90deg, transparent, rgba(59,130,246,0.9), transparent); opacity: .75; border-radius: 999px; }

/* ÜRÜN DETAY SAYFASI */
.product-detail-glass {
    background: #111c2e !important;
    border-radius: 30px !important;
    padding: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55) !important;
    position: relative; overflow: hidden;
}
.product-detail-glass:before { content:""; position:absolute; width:520px; height:520px; left:-260px; top:-260px; background: radial-gradient(circle, rgba(59,130,246,.1) 0%, transparent 70%); pointer-events:none; }
.product-detail-glass:after { content:""; position:absolute; width:520px; height:520px; right:-260px; bottom:-260px; background: radial-gradient(circle, rgba(29,78,216,.1) 0%, transparent 72%); pointer-events:none; }

.product-detail-glass .store-main-slider .swiper-slide { display: flex; align-items: center; justify-content: center; }
.product-detail-glass .product-main-img-clean { width: 100% !important; height: auto !important; max-height: 520px; object-fit: contain !important; }

/* ✅ FOTOĞRAF ÇERÇEVESİ + ROZET (MANUEL TESLİMAT) */
.product-image-wrap{
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(17,28,46,0.55);
}

/* ✅ 2 satır rozet */
.product-stock-badge{
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 10;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 12px;
    border-radius: 16px;

    background: rgba(10, 18, 33, 0.78);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);

    max-width: 210px;
}

.product-stock-badge i{
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(59,130,246,0.16);
    border: 1px solid rgba(59,130,246,0.22);
    color: #93c5fd;

    font-size: 14px;
    flex: 0 0 auto;
}

.product-stock-badge .txt{
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.product-stock-badge .txt small{
    font-weight: 950;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(147,197,253,0.95);
}

.product-stock-badge .txt span{
    margin-top: 3px;
    font-weight: 950;
    font-size: 12.5px;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.95);
    white-space: normal; /* ✅ wrap serbest */
}

/* GÖRSEL VE BUTONLAR */
.product-main-img-clean{
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.p-title-lg { font-size: 38px; font-weight: 950; color: #fff; margin-bottom: 10px; letter-spacing: -1px; line-height: 1.12; }
.price-card-bg { background: rgba(59, 130, 246, 0.08) !important; border: 1px solid rgba(59, 130, 246, 0.2) !important; border-radius: 20px !important; padding: 22px !important; margin: 18px 0 16px 0 !important; display: flex; flex-direction: column; }
.p-price-tag { font-size: 34px; font-weight: 950; color: #fff; }

.btn-buy-now { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important; color: #fff !important; border: none !important; padding: 16px !important; border-radius: 16px !important; width: 100% !important; font-size: 17px !important; font-weight: 900 !important; cursor: pointer !important; transition: 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; box-shadow: 0 12px 26px rgba(29, 78, 216, 0.35) !important; }
.btn-buy-now:hover { transform: translateY(-4px) !important; box-shadow: 0 18px 40px rgba(29, 78, 216, 0.55), 0 0 14px rgba(59, 130, 246, 0.25) !important; }

.detail-content-box-full { background: rgba(255, 255, 255, 0.02) !important; border: 1px solid rgba(255, 255, 255, 0.06) !important; border-radius: 24px !important; padding: 30px !important; color: rgba(226,232,240,.84) !important; line-height: 1.85 !important; font-size: 15px !important; width: 100% !important; }

/* HİZMET BİLGİSİ BAŞLIK VE İKON */
.service-info-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; color: #fff; font-weight: bold; }
.service-icon-box { width: 38px; height: 38px; border-radius: 14px; background: rgba(59,130,246,0.14); border: 1px solid rgba(59,130,246,0.22); display: flex; align-items: center; justify-content: center; color: #93c5fd; }

/* DESTEK VE GÜVEN KARTLARI */
.support-info-card { margin-top: 14px; padding: 14px 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,0.06); background: #151f32; box-shadow: 0 14px 32px rgba(0,0,0,0.25); display:flex; gap: 12px; align-items:flex-start; }
.support-info-icon { width: 40px; height: 40px; border-radius: 14px; background: rgba(59,130,246,0.14); border: 1px solid rgba(59,130,246,0.22); display:flex; align-items:center; justify-content:center; color:#93c5fd; flex: 0 0 auto; margin-top: 1px; }
.support-info-text { flex: 1 1 auto; min-width: 0; color: rgba(226,232,240,0.80); font-size: 14px; line-height: 1.55; font-weight: 650; }
.support-info-text a { color:#60a5fa; font-weight: 900; text-decoration: none; display: inline-block; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.support-info-text a:hover { text-decoration: underline; }
.support-info-text .time { color:#fff; font-weight: 950; }

.p-meta-row { display:flex; gap:10px; flex-wrap:wrap; margin: 10px 0 14px 0; }
.p-pill { display:inline-flex; align-items:center; gap:8px; padding: 9px 12px; border-radius: 999px; background: #151f32; border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.92); font-weight: 850; font-size: 12.5px; box-shadow: 0 12px 28px rgba(0,0,0,0.25); user-select:none; }
.p-pill i { color:#93c5fd; }

.trust-bar { margin-top: 14px; display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.trust-item { padding: 12px 12px; border-radius: 18px; background: #151f32; border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 14px 32px rgba(0,0,0,0.22); min-height: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; }
.trust-ic { width: 38px; height: 38px; border-radius: 14px; background: rgba(59,130,246,0.14); border: 1px solid rgba(59,130,246,0.20); display:flex; align-items:center; justify-content:center; color:#93c5fd; flex: 0 0 auto; }
.trust-txt { text-align: center; line-height: 1.2; font-weight: 800; font-size: 14px; }
.trust-txt b { display: block; margin-bottom: 2px; }

/* SATIN ALMA PANELİ */
.buy-panel { margin-top: 0; padding: 16px 16px; border-radius: 20px; background: #151f32; border: 1px solid rgba(255,255,255,0.07); box-shadow: 0 18px 45px rgba(0,0,0,0.32); }
.buy-panel .rowx { display:flex; align-items:center; justify-content:space-between; gap: 12px; padding: 8px 0; margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.buy-panel .rowx:last-child { border-bottom: none; }
.buy-panel .k { display:flex; align-items:center; gap:8px; white-space: nowrap; color: rgba(226,232,240,0.70); font-weight: 800; font-size: 12.5px; }
.buy-panel .v { color:#fff; font-weight: 950; font-size: 13px; text-align:right; white-space: nowrap; }
.buy-panel .v.ok { color:#9ae6b4; }
.buy-panel .v.fast { color:#93c5fd; }
.buy-panel .divider { height: 1px; background: rgba(255,255,255,0.06); margin: 10px 0; }
.buy-panel .mini-sec { display:flex; align-items:center; justify-content:space-between; gap:10px; padding: 10px 12px; border-radius: 16px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); }
.buy-panel .mini-sec span { color: rgba(226,232,240,0.78); font-weight: 800; font-size: 12.5px; }
.buy-panel .mini-sec b { color:#fff; font-weight: 950; text-align:right; white-space: normal; }
.secure-pay { margin-top: 10px; display:flex; gap:10px; align-items:center; color: rgba(226,232,240,0.72); font-size: 12.5px; font-weight: 750; flex-wrap: wrap; }
.secure-pay i { color:#9ae6b4; }
.secure-pay b { white-space: nowrap; color: #fff; }

/* ALT KISIM GÜVEN LOGOLARI */
.product-footer-trust { margin-top: 22px; padding: 16px 16px; border-radius: 20px; background: #151f32; border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 18px 45px rgba(0,0,0,0.25); display:flex; align-items:center; justify-content:space-between; gap: 14px; flex-wrap: wrap; }
.product-footer-trust .left { display:flex; align-items:center; gap: 10px; color: rgba(226,232,240,0.85); font-weight: 900; letter-spacing: -0.2px; }
.product-footer-trust .left i { width: 38px; height: 38px; border-radius: 14px; background: rgba(59,130,246,0.14); border: 1px solid rgba(59,130,246,0.22); display:flex; align-items:center; justify-content:center; color:#93c5fd; }
.product-footer-trust .right { display:flex; align-items:center; gap: 10px; flex-wrap: wrap; }
.product-footer-trust .pay-ic { height: 28px; width: auto; opacity: .95; filter: drop-shadow(0 10px 18px rgba(0,0,0,.25)); }
.product-footer-trust .brand-ic { font-size: 28px; line-height: 1; opacity: .95; color: #e5e7eb; filter: drop-shadow(0 8px 18px rgba(0,0,0,.25)); }
.footer-secure-text { font-size: 12.5px; font-weight: 800; color: rgba(226,232,240,0.70); }
.badge-3d-secure { font-size: 13px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }

/* STORE FILTER BAR */
.store-filter-bar { display: flex; justify-content: space-between; align-items: center; background: #111c2e; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 16px 24px; margin-bottom: 24px; transition: all 0.3s ease; }
.store-filter-bar:hover { background: #151f32; border-color: rgba(255, 255, 255, 0.12); }
.filter-left { display: flex; align-items: center; gap: 10px; }
.filter-left i { color: #3b82f6; font-size: 18px; }
.filter-count { color: rgba(255, 255, 255, 0.8); font-size: 15px; font-weight: 500; }
.filter-right { display: flex; align-items: center; gap: 12px; }
.filter-label { color: rgba(255, 255, 255, 0.7); font-size: 14px; font-weight: 500; margin: 0; display: flex; align-items: center; gap: 6px; }
.filter-label i { color: #3b82f6; }
.price-sort-select { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: #fff; padding: 8px 16px; font-size: 14px; font-weight: 500; cursor: pointer; outline: none; transition: all 0.3s ease; min-width: 200px; }
.price-sort-select:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(59, 130, 246, 0.5); }
.price-sort-select:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
.price-sort-select option { background: #1a1a2e; color: #fff; padding: 10px; }

/* DÜZEN VE RESPONSIVE */
.product-top-row { align-items: stretch; }
.product-top-row > [class*="col-"] { display:flex; flex-direction: column; }
.product-info-row { align-items: stretch; }
.product-info-row > [class*="col-"] { display:flex; flex-direction: column; }

/* ✅ PC (Desktop) Kuralları - KIRPMA YOK */
@media (min-width: 992px) {
    .store-products-logo { max-height: 140px; max-width: 420px; margin-bottom: 24px; }
    .product-detail-glass .col-lg-6.mb-4.text-center { padding-top: 10px; }

    /* Slider’a zorla yükseklik verme -> kırpma yapıyordu */
    .product-top-row .product-image-wrap { height: auto; }
    .product-top-row .store-main-slider,
    .product-top-row .store-main-slider .swiper-wrapper,
    .product-top-row .store-main-slider .swiper-slide {
        height: auto;
        min-height: unset;
    }

    /* Görsel: contain + max-height */
    .product-top-row .product-main-img-clean {
        width: 100% !important;
        height: auto !important;
        max-height: 520px;
        object-fit: contain !important;
    }

    .info-side-sticky { position: static; top: auto; height: auto; display: block; }
    .trust-bar { margin-top: 12px; }
}

/* Büyük Ekranlar */
@media (min-width: 1400px) { .store-products-logo { max-height: 160px; max-width: 460px; } }
@media (min-width: 1600px) { .store-container .container-fluid.px-lg-5 { max-width: 1520px !important; } }
@media (min-width: 1200px) { .category-item-col { padding-left: 12px !important; padding-right: 12px !important; } }

/* Mobil ve Tablet */
@media (max-width: 991px) {
    .category-page-header { margin-bottom: 22px; }
    .category-title-hype { font-size: 32px; }
    .category-back-btn { padding: 9px 12px; font-size: 12px; gap: 8px; }

    /* ✅ Rozet mobil */
    .product-stock-badge{
        left: 10px;
        top: 10px;
        right: auto;
        max-width: 200px;
        padding: 9px 10px;
        border-radius: 14px;
    }
    .product-stock-badge i { width: 28px; height: 28px; font-size: 12px; }
    .product-stock-badge .txt span { font-size: 12px; }
    .product-stock-badge .txt small { font-size: 9px; }

    .store-container { padding: 26px 0; }
    .product-detail-glass { padding: 16px !important; border-radius: 22px !important; background: #111c2e !important; border: 1px solid rgba(255,255,255,0.06) !important; box-shadow: 0 18px 45px rgba(0,0,0,0.35) !important; }
    .product-detail-glass .row { margin-left: 0 !important; margin-right: 0 !important; }
    .product-detail-glass .col-lg-6.mb-4.text-center { margin-bottom: 14px !important; padding-top: 0 !important; }
    .product-detail-glass .col-lg-6 > a { display: inline-block; width: 100%; text-align: center; margin-bottom: 6px; }

    .p-title-lg { font-size: 26px; text-align: center !important; margin-top: 6px; line-height: 1.15; }
    .price-card-bg { padding: 16px !important; margin: 14px 0 12px 0 !important; border-radius: 18px !important; }
    .btn-buy-now { padding: 14px !important; font-size: 16px !important; }
    .support-info-card { padding: 12px 12px; border-radius: 16px; gap: 10px; }
    .support-info-icon { width: 36px; height: 36px; border-radius: 13px; }
    .support-info-text { font-size: 13px; line-height: 1.45; }
    .trust-bar { grid-template-columns: 1fr; }
    .info-side-sticky { position: static; height:auto; display:block; margin-top: 18px; }
    .buy-panel .v { white-space: normal; }
    .product-top-row .product-main-img-clean { max-height: 320px; }

    /* Mobil filter bar düzeni */
    .store-filter-bar {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
        align-items: stretch;
    }
    .filter-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
    }
    .product-search-wrap {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 6px;
    }
    .product-search-wrap input {
        width: 100% !important;
        min-width: 0;
    }
    .filter-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        justify-content: flex-start;
    }
    .price-sort-select { width: 100%; min-width: unset; }

    /* Mobilde subcat görsel */
    .category-card-item.subcat-card img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        display: block;
    }
}

/* Küçük Mobil */
@media (max-width: 575px) { .store-products-logo { max-height: 78px; max-width: 62vw; margin-bottom: 16px; } }
@media (max-width: 520px) {
    .category-page-header { justify-content: flex-start; flex-direction: column; align-items: stretch; gap: 12px; }
    .category-back-btn { position: relative; left: auto; top: auto; transform: none; width: fit-content; }
    .category-title-hype { text-align: left; font-size: 28px; }
    .category-title-hype:after { left: 0; transform: none; width: 120px; }
}
@media (max-width: 480px) {
    .product-footer-trust { padding: 14px 14px; }
    .product-footer-trust .pay-ic { height: 24px; }
    .filter-label { font-size: 13px; }
    .filter-count { font-size: 14px; }
    .price-sort-select { font-size: 13px; padding: 8px 12px; }
}
@media (max-width: 420px) { .support-info-card { flex-direction: column; align-items: flex-start; } .support-info-icon { margin-top: 0; } }

/* ✅ ÜRÜN ARAMA BAR */
.product-search-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(6px);
}
.product-search-wrap i { color: rgba(255,255,255,0.65); font-size: 13px; }
.product-search-wrap input { width: 180px; background: transparent; border: none; outline: none; color: #fff; font-size: 13px; }
.product-search-wrap input::placeholder { color: rgba(255,255,255,0.55); }

/* ==========================
   TRUST BANNER (CLEAN FINAL)
========================== */

/* Wrapper */
.store-trust-banner-wrapper{
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 50;
  margin: 18px 0 32px 0;
  padding: 0 15px;
  overflow: visible;
}

/* Desktop grid */
.store-trust-banner{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  position: relative;
  overflow: visible;
}

/* Card */
.store-trust-item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 16px 12px;
  border-radius: 18px;
  background: rgba(17,28,46,0.75);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  overflow: visible;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.store-trust-item:hover{ transform: translateY(-2px); }

.store-trust-item.is-open{
  background: #151f32;
  border-color: #3b82f6;
}

/* Icon box */
.store-trust-icon-box{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

/* Text */
.store-trust-text{
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.store-trust-text h6{
  margin: 0;
  font-size: 14px;
  font-weight: 950;
  color: rgba(255,255,255,0.96);
  line-height: 1.2;
}

.store-trust-text .trust-detail{
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  line-height: 1.3;
}

/* Mini button */
.trust-mini-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: .25s;
  pointer-events: auto;
}

.store-trust-item:hover .trust-mini-btn{
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

/* Color variants */
.trust-refund{ border-color: rgba(34,197,94,0.16); }
.trust-refund .store-trust-icon-box{
  background: linear-gradient(135deg, rgba(34,197,94,.35), rgba(22,163,74,.15));
  border-color: rgba(34,197,94,.45);
  color: #86efac;
}

.trust-global{ border-color: rgba(168,85,247,0.16); }
.trust-global .store-trust-icon-box{
  background: linear-gradient(135deg, rgba(168,85,247,.35), rgba(124,58,237,.15));
  border-color: rgba(168,85,247,.45);
  color: #d8b4fe;
}

.trust-protect{ border-color: rgba(59,130,246,0.18); }
.trust-protect .store-trust-icon-box{
  background: linear-gradient(135deg, rgba(59,130,246,.35), rgba(29,78,216,.15));
  border-color: rgba(59,130,246,.45);
  color: #bfdbfe;
}

/* Eski inline popup'u tamamen kapat (JS global tooltip kullanıyor) */
.store-trust-item .trust-pop{ display: none !important; }

/* Global tooltip (absolute, scroll ile sayfa gibi akar) */
.global-trust-tooltip{
  position: fixed !important;
  z-index: 99999999;
  width: 260px;
  max-width: 90vw;
  padding: 12px 14px;
  border-radius: 14px;
  background: #111c2e;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transition: opacity .15s ease;
  pointer-events: none;
}

.global-trust-tooltip.visible{ opacity: 1; }

.global-trust-tooltip::after{
  content: "";
  position: absolute;
  top: 100%;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #111c2e;
  border-right: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Mobile: yatay slider */
@media (max-width: 991px){
  .store-trust-banner-wrapper{ padding: 0 10px; }
  .store-trust-banner{
    max-width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 10px 16px 10px;
  }
  .store-trust-banner::-webkit-scrollbar{ height: 0; }
  .store-trust-item{
    flex: 0 0 auto;
    min-width: 260px;
    scroll-snap-align: start;
  }
}

/* ==========================
   KATEGORİ ÜRÜN SAYISI BADGE
========================== */
.cat-item-count-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.cat-item-count-badge i { color: #3b82f6; font-size: 11px; }
.category-card-item:hover .cat-item-count-badge {
  background: #3b82f6;
  border-color: #3b82f6;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}
.category-card-item:hover .cat-item-count-badge i { color: #fff; }

/* ==========================
   PERF PATCH (SAFE)
========================== */
.category-card-item{ content-visibility: visible; }
.product-grid-card{
  content-visibility: auto;
  contain-intrinsic-size: 360px 420px;
  contain: layout paint;
  will-change: transform;
}
/* Kart taşmayı kes */
.product-grid-card{
  overflow: hidden;
  border-radius: 18px;
}

/* Görsel alanı tam dolsun */
.product-grid-img{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;

  object-fit: cover;            /* ✅ boşluk yok, full dolu */
  object-position: top center;  /* ✅ üst kısım kaybolmasın */
  
  border-radius: 18px 18px 0 0; /* ✅ üst köşeler kartla aynı */
  transform: scale(1.02);       /* ✅ kenarda çizgi kalmasın */
}


/* ✅ Güvenilir Teslimat Rozeti */
.product-trust-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.85);
  width: fit-content;
}

.product-trust-badge i{
  font-size: 12px;
  opacity: 0.9;
}


/* ============================
   ✅ PRODUCT TRUST FLOAT BADGE
   (Sağ üst parıldayan rozet)
============================ */

/* Kartın içine absolute yerleşsin diye */
.product-grid-card{
  position: relative;
}

/* Sağ üst rozet */
.product-trust-float{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 6px 12px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 950;
  letter-spacing: .2px;
  color: rgba(255,255,255,0.95);

  background: linear-gradient(135deg,
    rgba(59,130,246,0.95) 0%,
    rgba(37,99,235,0.70) 40%,
    rgba(34,211,238,0.28) 100%
  );

  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 24px rgba(59,130,246,0.25);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  overflow: hidden;
  user-select: none;
  pointer-events: none;

  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

/* ikon */
.product-trust-float i{
  font-size: 12px;
  opacity: 0.95;
}

/* iç glow (soft) */
.product-trust-float::before{
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at 25% 25%,
    rgba(255,255,255,0.55) 0%,
    transparent 55%
  );
  opacity: 0.35;
  pointer-events: none;
}

/* parıldama efekti (shine sweep) */
.product-trust-float::after{
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 70%;
  height: 220%;
  transform: rotate(25deg);

  background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.45),
    transparent
  );

  opacity: 0.55;
  animation: trustShine 2.6s infinite;
  pointer-events: none;
}

@keyframes trustShine{
  0%   { left: -90%; }
  55%  { left: 130%; }
  100% { left: 130%; }
}

/* Hover'da premium hissiyat */
.product-grid-card:hover .product-trust-float{
  transform: translateY(-1px);
  box-shadow:
    0 14px 34px rgba(59,130,246,0.35),
    0 0 14px rgba(59,130,246,0.20);
}

/* Mobil küçültme */
@media (max-width: 575px){
  .product-trust-float{
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 11px;
  }
}

/* ✅ FIX: Mobilde Güvenilir Teslimat rozeti bazen resetleniyor (cache/override)
   - Spesifik selector + !important ile garanti
*/
.product-grid-card .product-trust-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  padding: 5px 10px !important;
  border-radius: 999px !important;

  background: rgba(59,130,246,0.12) !important;
  border: 1px solid rgba(59,130,246,0.30) !important;

  color: rgba(255,255,255,0.92) !important;
  font-size: 11.5px !important;
  font-weight: 850 !important;
  line-height: 1 !important;

  white-space: nowrap !important;
  width: auto !important;

  box-shadow: 0 8px 18px rgba(59,130,246,0.18) !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}

.product-grid-card .product-trust-badge i{
  font-size: 11.5px !important;
  opacity: 0.95 !important;
  color: #93c5fd !important;
}

@media (max-width: 575px){
  .product-grid-card .product-trust-badge{
    font-size: 11px !important;
    padding: 4px 9px !important;
  }
}

/* ==========================
   BUY PANEL PRO (Sadece sağ panel kalite upgrade)
========================== */

.buy-panel.buy-panel-pro{
  padding: 16px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,31,50,0.92) 0%, rgba(17,28,46,0.92) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 60px rgba(0,0,0,0.38);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.buy-panel.buy-panel-pro::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 10%, rgba(59,130,246,0.18), transparent 55%),
    radial-gradient(circle at 90% 70%, rgba(34,197,94,0.10), transparent 55%);
  opacity: .9;
}

/* Head */
.buy-panel-head{
  position: relative;
  z-index: 2;
  display:flex;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 32px rgba(0,0,0,0.22);
  margin-bottom: 12px;
}

.buy-panel-head-ic{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(59,130,246,0.16);
  border: 1px solid rgba(59,130,246,0.26);
  color: #bfdbfe;
  flex: 0 0 auto;
}

.buy-panel-head-txt .t1{
  font-weight: 950;
  color: rgba(255,255,255,0.96);
  letter-spacing: -0.2px;
  line-height: 1.1;
}

.buy-panel-head-txt .t2{
  margin-top: 3px;
  font-size: 12px;
  font-weight: 750;
  color: rgba(226,232,240,0.70);
  line-height: 1.25;
}

/* Row */
.buy-panel.buy-panel-pro .rowx{
  position: relative;
  z-index: 2;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.buy-panel.buy-panel-pro .rowx:last-child{
  border-bottom: none;
}

/* Key text */
.buy-panel.buy-panel-pro .k{
  font-size: 12.5px;
  font-weight: 850;
  color: rgba(226,232,240,0.78);
}

/* Value text */
.buy-panel.buy-panel-pro .v{
  font-size: 13px;
  font-weight: 950;
  color: rgba(255,255,255,0.96);
  text-align: right;
}

/* Icon chips (k-ic) */
.k-ic{
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right: 8px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
}

.k-ic i{ font-size: 13px; }

.k-ic-mint{
  background: rgba(34,197,94,0.14);
  border-color: rgba(34,197,94,0.28);
  color: #9ae6b4;
}
.k-ic-sky{
  background: rgba(59,130,246,0.14);
  border-color: rgba(59,130,246,0.28);
  color: #93c5fd;
}

/* Divider */
.buy-panel.buy-panel-pro .divider{
  position: relative;
  z-index: 2;
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 10px 0;
}

/* mini-sec */
.buy-panel.buy-panel-pro .mini-sec{
  position: relative;
  z-index: 2;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

.buy-panel.buy-panel-pro .mini-sec span{
  display:flex;
  align-items:center;
  gap: 8px;
  color: rgba(226,232,240,0.78);
  font-weight: 850;
}

.buy-panel.buy-panel-pro .mini-sec b{
  color:#fff;
  font-weight: 950;
}

/* Secure pay */
.secure-pay.secure-pay-pro{
  position: relative;
  z-index: 2;
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.18);
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
  align-items: flex-start;
}

.secure-pay.secure-pay-pro .secure-pay-txt{
  display:flex;
  flex-direction: column;
  gap: 2px;
}

.secure-pay.secure-pay-pro .secure-pay-txt b{
  color: rgba(255,255,255,0.96);
  font-weight: 950;
}

.secure-pay.secure-pay-pro .secure-pay-txt span{
  font-size: 12px;
  color: rgba(226,232,240,0.70);
  font-weight: 750;
}

/* Mobile tweaks */
@media (max-width: 991px){
  .buy-panel.buy-panel-pro{ padding: 14px 14px; }
  .buy-panel-head{ padding: 10px 10px; }
  .buy-panel-head-txt .t2{ font-size: 11.5px; }
}


/* ==========================
   BUY PANEL PRO - MOBIL FINAL FIX
   (mini-sec ve secure-pay düzgün görünsün)
========================== */
@media (max-width: 575px){

  /* mini-sec: space-between'i öldür, dikey düzeni sabitle */
  .buy-panel.buy-panel-pro .mini-sec{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important; /* ✅ kritik */
    text-align: left !important;
    gap: 8px !important;
    padding: 12px 12px !important;
  }

  /* Üst satır: ikon + label */
  .buy-panel.buy-panel-pro .mini-sec > span{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;

    font-size: 12.5px !important;
    font-weight: 850 !important;
    color: rgba(226,232,240,0.78) !important;
  }

  /* İkon chip’i küçült */
  .buy-panel.buy-panel-pro .mini-sec .k-ic{
    width: 30px !important;
    height: 30px !important;
    border-radius: 12px !important;
    margin-right: 0 !important; /* ✅ önemli */
    flex: 0 0 auto !important;
  }
  .buy-panel.buy-panel-pro .mini-sec .k-ic i{
    font-size: 13px !important;
  }

  /* Alt satır: değer (HesapGG / Satıcı Kaynaklı Değişim) */
  .buy-panel.buy-panel-pro .mini-sec > b{
    width: 100% !important;
    text-align: left !important;

    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;

    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  /* secure-pay: daha kompakt + hizalı */
  .secure-pay.secure-pay-pro{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;

    padding: 12px 12px !important;
  }

  .secure-pay.secure-pay-pro .k-ic{
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px !important;
    flex: 0 0 auto !important;
  }

  .secure-pay.secure-pay-pro .secure-pay-txt{
    width: 100% !important;
    min-width: 0 !important;
  }

  .secure-pay.secure-pay-pro .secure-pay-txt b{
    font-size: 14px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .secure-pay.secure-pay-pro .secure-pay-txt span{
    font-size: 12px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
}




/* STORE.CSS EN ALT SATIRINA YAPIŞTIR */

.category-title-hype {
    background: none !important;        /* Arka plan gradientini iptal et */
    -webkit-text-fill-color: #ffffff !important; /* Yazı içini beyaz yap */
    color: #ffffff !important;          /* Yazı rengini beyaz yap */
    background-clip: unset !important;  /* Maskelemeyi kaldır */
    -webkit-background-clip: unset !important;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.6) !important; /* Hafif neon parlama ekle */
    opacity: 1 !important;
}

/* Ayırıcı çizgiyi gizle */
/* MODERN NEON AYIRICI ÇİZGİ */
/* GÜÇLENDİRİLMİŞ NEON AYIRICI ÇİZGİ (EN ALTA EKLE) */
.store-hr {
    display: block !important;
    border: 0 !important;
    height: 3px !important;            /* Kalınlığı artırdık */
    margin: 50px 0 !important;         /* Boşluğu biraz açtık */
    border-radius: 50% !important;     /* Uçları sivri değil oval olsun */
    
    /* Daha canlı ve geniş mavi renk */
    background: linear-gradient(90deg, transparent 0%, #3b82f6 30%, #3b82f6 70%, transparent 100%) !important;
    
    /* Parlamayı (Glow) güçlendirdik */
    box-shadow: 0 0 25px rgba(59, 130, 246, 1), 0 0 10px rgba(59, 130, 246, 0.5) !important;
    
    opacity: 1 !important;
    position: relative !important;
    z-index: 5 !important;
}