/* ==========================================================
   Fit Çarşı — Yeni Arayüz (HTML5 + Bootstrap 5)
   Beyaz ağırlıklı, sade ve profesyonel tasarım
   ========================================================== */

:root {
    --brand: #1a73c0;
    --brand-dark: #125a9c;
    --brand-soft: #eaf3fb;
    --accent: #8dc63f;
    --ink: #1f2a37;
    --muted: #64748b;
    --line: #e6ebf1;
    --bg-soft: #f7f9fc;
    --footer-bg: #17222e;
    --radius: 14px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #ffffff;
    font-size: 14.5px;
    line-height: 1.55;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, .nav-menu, .mega-head, .product-price {
    font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.text-brand {
    color: var(--brand);
}

.text-muted-sm {
    font-size: 12px;
    color: var(--muted);
    letter-spacing: .4px;
}

/* ---------- Üst bilgi çubuğu ---------- */
.topbar {
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    font-size: 12.5px;
    padding: 7px 0;
    color: #475569;
}

    .topbar a:hover {
        color: var(--brand);
    }

.topbar-phone {
    font-weight: 700;
    color: var(--brand);
    letter-spacing: .3px;
}

.topbar-social {
    color: #94a3b8;
    font-size: 14px;
}

    .topbar-social:hover {
        color: var(--brand);
    }

.topbar-link {
    font-weight: 500;
}

.topbar-sep {
    width: 1px;
    height: 14px;
    background: var(--line);
}

/* ---------- Header ---------- */
.site-header {
    background: #ffffff;
}

.site-logo img {
    height: 54px;
    width: auto;
}

.search-box {
    flex: 1;
    max-width: 620px;
    margin: 0 auto;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

    .search-box:focus-within {
        border-color: var(--brand);
        box-shadow: 0 0 0 4px rgba(26, 115, 192, .10);
    }

    .search-box .form-control {
        border: 0;
        border-radius: 999px 0 0 999px;
        padding: 10px 20px;
        font-size: 13.5px;
    }

        .search-box .form-control:focus {
            box-shadow: none;
        }

.btn-search {
    background: var(--brand);
    color: #fff;
    border-radius: 0 999px 999px 0;
    padding: 10px 26px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .6px;
    white-space: nowrap;
}

    .btn-search:hover {
        background: var(--brand-dark);
        color: #fff;
    }

.cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand);
    color: #fff;
    padding: 11px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13.5px;
    box-shadow: 0 6px 16px rgba(26, 115, 192, .22);
    transition: background .2s, transform .2s, box-shadow .2s;
}

    .cart-btn:hover {
        background: var(--brand-dark);
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(26, 115, 192, .30);
    }

    .cart-btn .bi {
        font-size: 17px;
    }

.cart-count {
    background: var(--accent);
    color: #173300;
    font-size: 11.5px;
    font-weight: 800;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.nav-toggle {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font-size: 20px;
    padding: 6px 12px;
    color: var(--ink);
}

/* ---------- Ana menü ---------- */
.main-nav {
    background: #ffffff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    z-index: 1020;
}

    .main-nav.stuck {
        box-shadow: 0 6px 20px rgba(15, 40, 70, .08);
    }

.nav-menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-menu .nav-item {
        display: flex;
    }

    .nav-menu .nav-link {
        display: flex;
        align-items: center;
        padding: 17px 16px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .5px;
        color: var(--ink);
        position: relative;
        transition: color .15s;
    }

        .nav-menu .nav-link::after {
            content: "";
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 11px;
            height: 2.5px;
            border-radius: 3px;
            background: var(--brand);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .2s;
        }

        .nav-menu .nav-link:hover,
        .nav-menu .nav-link.show {
            color: var(--brand);
        }

            .nav-menu .nav-link:hover::after,
            .nav-menu .nav-link.show::after {
                transform: scaleX(1);
            }

    .nav-menu .dropdown-toggle::after {
        display: none;
    }

    .nav-menu .dropdown-toggle .bi {
        color: var(--brand);
    }

/* açılır menü konumu: menü çubuğunun hemen altına sabitle
   (Popper devreye girmeden önce üstte binmeyi önler) */
.main-nav .dropdown-menu {
    top: 100%;
}

/* hover ile açılma (masaüstü) */
@media (min-width: 992px) {
    .main-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-nav .dropdown > .dropdown-menu {
        margin-top: 0;
    }
        /* hover köprüsü: link ile menü arasında boşluk kalmaz */
        .main-nav .dropdown > .dropdown-menu::before {
            content: "";
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            height: 12px;
        }
}

/* mega menü */
.mega-menu {
    left: 0;
    right: 0;
    border-radius: 0 0 18px 18px;
    border-top: 2px solid var(--brand) !important;
    padding: 0;
}

.mega-head {
    display: block;
    font-weight: 800;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--brand-soft);
}

    .mega-head:hover {
        color: var(--brand);
    }

.mega-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

    .mega-list li {
        margin-bottom: 2px;
    }

    .mega-list a {
        display: block;
        font-size: 14.5px;
        color: var(--muted);
        padding: 4px 0;
        transition: color .15s, transform .15s;
    }

        .mega-list a:hover {
            color: var(--brand);
            transform: translateX(4px);
        }

.mega-brands a .bi {
    font-size: 10px;
    color: var(--accent);
    margin-right: 6px;
}

/* normal dropdown */
.dropdown-item {
    font-size: 15px;
    color: var(--ink);
    font-weight: 500;
}

    .dropdown-item:hover {
        background: var(--brand-soft);
        color: var(--brand);
    }

/* ---------- Hero slider ---------- */
.hero {
    background: #fff;
}

    .hero .carousel-inner {
        border-radius: 0;
    }

.hero-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    transition: background .2s, color .2s;
}

.carousel-control-prev:hover .hero-arrow,
.carousel-control-next:hover .hero-arrow {
    background: var(--brand);
    color: #fff;
}

.hero .carousel-indicators {
    margin-bottom: 14px;
}

    .hero .carousel-indicators button {
        width: 26px;
        height: 5px;
        border: 0;
        border-radius: 99px;
        background: rgba(255, 255, 255, .55);
        margin: 0 3px;
        transition: background .2s, width .2s;
    }

        .hero .carousel-indicators button.active {
            background: #fff;
            width: 38px;
        }

@media (max-width: 991.98px) {
    .hero-img {
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .hero-img {
        height: 190px;
    }

    .hero-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

/* ---------- Güven barı (slider altı) ---------- */
.trust-section {
    position: relative;
    z-index: 6;
    margin-top: -26px;
    padding-bottom: 14px;
}

.trust-bar {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(15, 40, 70, .12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 26px;
    position: relative;
    transition: background .2s;
}
    /* ince dikey ayraç */
    .trust-item + .trust-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 22%;
        bottom: 22%;
        width: 1px;
        background: var(--line);
    }

    .trust-item:hover {
        background: var(--brand-soft);
    }

.trust-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: background .25s, color .25s, border-radius .25s, transform .25s;
}

.trust-item:hover .trust-icon {
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    transform: translateY(-2px);
}

.trust-item strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .3px;
    line-height: 1.3;
}

.trust-item small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
}

/* ---------- Bölümler ---------- */
.section {
    padding: 48px 0 26px;
}

.section-alt {
    background: var(--bg-soft);
}

.section-head {
    text-align: center;
    margin-bottom: 34px;
}

    .section-head h2 {
        font-weight: 800;
        font-size: 24px;
        letter-spacing: .4px;
        text-transform: uppercase;
        margin: 0 0 12px;
    }

.section-line {
    display: inline-block;
    width: 72px;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
}

/* ---------- Ürün kartları ---------- */
.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}

    .product-card:hover {
        transform: translateY(-4px);
        border-color: #d4e4f4;
        box-shadow: 0 16px 34px rgba(15, 40, 70, .10);
    }

.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    margin-bottom: 14px;
    position: relative;
}

.discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(135deg, #ffc531, #ffab00);
    color: #4a3200;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .3px;
    padding: 4px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(255, 171, 0, .35);
}

.product-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform .25s;
}

.product-card:hover .product-img img {
    transform: scale(1.05);
}

.product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.product-name {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.45;
    height: 2.9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

    .product-name:hover {
        color: var(--brand);
    }

.product-price-row {
    margin-top: auto;
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.price-old {
    font-size: 13px;
    font-weight: 600;
    color: #9aa5b1;
    text-decoration: line-through;
}

.product-price {
    font-size: 17px;
    font-weight: 800;
    color: var(--brand);
    white-space: nowrap;
}

    .product-price span {
        font-size: 13px;
        font-weight: 700;
    }

/* adet + sepete ekle — varsayılan gizli, kart üzerine gelince görünür */
.product-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s, transform .25s;
}

.product-card:hover .product-actions,
.product-card:focus-within .product-actions {
    opacity: 1;
    transform: translateY(0);
}
/* dokunmatik cihazlarda her zaman görünür */
@media (hover: none) {
    .product-actions {
        opacity: 1;
        transform: none;
    }
}

.qty-box {
    display: flex;
    align-items: stretch;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    border: 0;
    background: #f6f8fb;
    color: var(--ink);
    width: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
    padding: 0;
}

    .qty-btn:hover {
        background: var(--brand);
        color: #fff;
    }

.qty-input {
    width: 32px;
    border: 0;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    padding: 0;
}

    .qty-input:focus {
        outline: none;
    }

.btn-cart {
    flex: 1;
    border: 1.5px solid var(--brand);
    color: var(--brand);
    background: #fff;
    border-radius: 999px;
    font-size: 12.8px;
    font-weight: 700;
    padding: 9px 10px;
    letter-spacing: .3px;
    transition: background .2s, color .2s;
}

    .btn-cart:hover {
        background: var(--brand);
        color: #fff;
    }

/* kategori sayfasında adet + sepete ekle alt alta */
.category-main .product-actions {
    flex-direction: column;
    align-items: center;
}

.category-main .btn-cart {
    flex: none;
    width: 100%;
}

/* dar mobil kartlarda fiyatlar alt alta, adet üstte buton altta */
@media (max-width: 576px) {
    .product-price-row {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .product-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-cart {
        flex: none;
        width: 100%;
    }
}

/* ---------- Ödeme kartları ---------- */
.payment-strip {
    padding: 34px 0;
    background: #fff;
}

.pay-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}

.pay-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0; /* keskin köşeler */
    padding: 12px 10px;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}

    .pay-card img {
        max-height: 34px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .pay-card:hover {
        transform: translateY(-5px);
        border-color: var(--brand);
        box-shadow: 0 12px 24px rgba(15, 40, 70, .13);
    }

@media (max-width: 991.98px) {
    .pay-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .pay-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pay-card {
        padding: 10px 8px;
    }

        .pay-card img {
            max-height: 30px;
        }
}

/* ---------- Footer ---------- */
.site-footer {
    background: #f4f7fa;
    border-top: 1px solid var(--line);
    color: #5b6b7c;
    padding: 52px 0 46px;
}

    .site-footer h5 {
        color: var(--ink);
        font-size: 13.5px;
        font-weight: 800;
        letter-spacing: .8px;
        margin-bottom: 18px;
        padding-bottom: 10px;
        position: relative;
    }

        .site-footer h5::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 34px;
            height: 3px;
            border-radius: 99px;
            background: linear-gradient(90deg, var(--brand), var(--accent));
        }

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-list li {
        margin-bottom: 9px;
    }

    .footer-list a {
        font-size: 13px;
        color: #5b6b7c;
        transition: color .15s, padding-left .15s;
    }

        .footer-list a:hover {
            color: var(--brand);
            padding-left: 5px;
        }

.footer-social {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    box-shadow: 0 4px 10px rgba(15, 40, 70, .06);
    transition: background .2s, color .2s, transform .2s, border-color .2s, box-shadow .2s;
}

    .footer-social:hover {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(26, 115, 192, .28);
    }

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #5b6b7c;
}

    .footer-contact li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .footer-contact .bi {
        color: var(--brand);
        font-size: 20px;
        line-height: 1.2;
        margin-right: 10px;
    }

/* ---------- Alt bilgi ---------- */
.bottom-bar {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 16px 0;
    font-size: 12.5px;
    color: var(--muted);
}

.ssl-note .bi {
    color: var(--brand);
}

.copyright {
    font-weight: 500;
}

/* ---------- Yasal uyarı ---------- */
.legal-note {
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    padding: 22px 0 30px;
}

    .legal-note p {
        font-size: 11px;
        line-height: 1.7;
        color: #94a3b8;
        margin: 0;
        text-align: center;
    }

/* ---------- Yukarı çık ---------- */
.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(26, 115, 192, .35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s, transform .25s, visibility .25s, background .2s;
    z-index: 1030;
}

    .back-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .back-top:hover {
        background: var(--brand-dark);
        color: #fff;
    }

/* ---------- Mobil menü ---------- */
.offcanvas {
    border: 0;
}

.offcanvas-header {
    border-bottom: 1px solid var(--line);
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--line);
}

.accordion-button {
    font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .5px;
    color: var(--ink);
    padding: 16px 18px;
}

    .accordion-button:not(.collapsed) {
        background: var(--brand-soft);
        color: var(--brand);
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

.accordion-body {
    padding: 10px 18px 16px;
}

.mob-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mob-list li {
        border-bottom: 1px dashed #eef1f4;
    }

        .mob-list li:last-child {
            border-bottom: 0;
        }

    .mob-list a {
        display: block;
        padding: 10px 2px;
        font-size: 15px;
        color: var(--muted);
    }

        .mob-list a:hover {
            color: var(--brand);
        }

        .mob-list a strong {
            color: var(--ink);
            font-size: 15px;
            letter-spacing: .4px;
        }

/* ---------- Küçük ekran ayarları ---------- */
@media (max-width: 991.98px) {
    .site-logo img {
        height: 44px;
    }

    .section {
        padding: 38px 0 20px;
    }
}

@media (max-width: 991.98px) {
    .trust-section {
        margin-top: -20px;
    }

    .trust-item {
        padding: 16px 18px;
        gap: 12px;
    }

    .trust-icon {
        width: 42px;
        height: 42px;
        font-size: 19px;
        border-radius: 12px;
    }
}

@media (max-width: 767.98px) {
    .product-img {
        height: 140px;
    }

    .section-head h2 {
        font-size: 19px;
    }

    .trust-bar {
        grid-template-columns: 1fr 1fr;
        border-radius: 14px;
    }

    .trust-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 16px 10px 14px;
    }

        .trust-item + .trust-item::before {
            display: none;
        }

        .trust-item:nth-child(even) {
            border-left: 1px solid var(--line);
        }

        .trust-item:nth-child(n+3) {
            border-top: 1px solid var(--line);
        }

    .trust-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .trust-item strong {
        font-size: 10.5px;
    }

    .trust-item small {
        font-size: 10px;
    }
}

/* ============================================================
   İLETİŞİM SAYFASI
   ============================================================ */

/* sayfa başlığı */
.page-hero {
    background: linear-gradient(135deg, var(--brand-soft) 0%, #f4faf0 100%);
    border-bottom: 1px solid var(--line);
    padding: 34px 0 30px;
}

    .page-hero .breadcrumb {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .page-hero .breadcrumb-item a {
        color: var(--muted);
        font-weight: 600;
    }

        .page-hero .breadcrumb-item a:hover {
            color: var(--brand);
        }

    .page-hero .breadcrumb-item.active {
        color: var(--ink);
        font-weight: 600;
    }

    .page-hero .breadcrumb-item + .breadcrumb-item::before {
        color: #b6c2cf;
    }

    .page-hero h1 {
        font-size: 26px;
        font-weight: 800;
        letter-spacing: .4px;
        color: var(--ink);
        margin-bottom: 6px;
    }

    .page-hero p {
        color: var(--muted);
        font-size: 14.5px;
        margin: 0;
    }

/* iletişim kartları */
.contact-cards {
    padding: 34px 0 8px;
}

.contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 24px;
    text-align: center;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

    .contact-card:hover {
        transform: translateY(-4px);
        border-color: #d4e4f4;
        box-shadow: 0 16px 34px rgba(15, 40, 70, .10);
    }

.contact-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, color .25s;
}

.contact-card:hover .contact-icon {
    background: var(--brand);
    color: #fff;
}

.contact-card h3 {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}

.contact-value {
    display: block;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.45;
}

a.contact-value:hover {
    color: var(--brand);
}

.contact-address {
    font-size: 14.5px;
    font-weight: 600;
}

.contact-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--muted);
}

/* form + banka bölümü */
.contact-main {
    padding: 30px 0 54px;
}

.contact-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.panel-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    background: var(--brand);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(26, 115, 192, .25);
}

.panel-head h2 {
    font-size: 18px;
    font-weight: 800;
    color: var(--ink);
    margin: 0;
}

.panel-head p {
    font-size: 12.5px;
    color: var(--muted);
    margin: 2px 0 0;
}

/* form elemanları */
.contact-panel .form-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: .3px;
    margin-bottom: 6px;
}

.contact-panel .req {
    color: #e5484d;
    margin-left: 2px;
}

.contact-panel .form-control {
    border: 1.5px solid var(--line);
    border-radius: 10px;
    font-size: 14px;
    padding: 11px 14px;
    color: var(--ink);
    transition: border-color .2s, box-shadow .2s;
}

    .contact-panel .form-control::placeholder {
        color: #a7b3c0;
    }

    .contact-panel .form-control:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(26, 115, 192, .12);
        outline: none;
    }

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.input-icon {
    position: relative;
}

    .input-icon .bi {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        color: #9aa5b1;
        font-size: 15px;
        pointer-events: none;
    }

    .input-icon .form-control {
        padding-left: 38px;
    }

/* güvenlik kodu */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-code {
    display: flex;
    gap: 10px;
    background: var(--brand-soft);
    border: 1.5px dashed #b9d3ee;
    border-radius: 10px;
    padding: 9px 18px;
    user-select: none;
}

    .captcha-code span {
        font-size: 19px;
        font-weight: 800;
        color: var(--brand);
        letter-spacing: 2px;
    }

        .captcha-code span:nth-child(odd) {
            transform: rotate(-6deg);
            display: inline-block;
        }

        .captcha-code span:nth-child(even) {
            transform: rotate(5deg) translateY(1px);
            display: inline-block;
        }

.captcha-refresh {
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--brand);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
    padding: 0;
    flex: 0 0 40px;
}

    .captcha-refresh:hover {
        background: var(--brand);
        color: #fff;
    }

.captcha-input {
    max-width: 150px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

/* gönder butonu + başarı mesajı */
.btn-send {
    background: var(--brand);
    color: #fff;
    border: 0;
    border-radius: 999px;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 12px 34px;
    box-shadow: 0 8px 18px rgba(26, 115, 192, .28);
    transition: background .2s, transform .2s, box-shadow .2s;
}

    .btn-send:hover {
        background: var(--brand-dark);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(26, 115, 192, .32);
    }

.form-ok {
    display: none;
    margin-top: 14px;
    background: #f0f9ec;
    border: 1px solid #cde9bd;
    color: #3f7a1e;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 10px;
    padding: 11px 14px;
}

    .form-ok.show {
        display: block;
    }

/* banka kartı */
.bank-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.bank-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    padding: 16px 18px;
}

.bank-logo {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.bank-type {
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .6px;
    border-radius: 999px;
    padding: 5px 12px;
}

.bank-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    border-top: 1px solid #f0f3f7;
}

.bank-label {
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
    flex: 0 0 auto;
}

.bank-value {
    font-size: 14px;
    color: var(--ink);
    font-weight: 700;
    text-align: right;
}

.bank-iban {
    font-family: "Fira Sans", sans-serif;
    letter-spacing: .6px;
    color: var(--brand);
}

.btn-copy {
    display: block;
    width: calc(100% - 36px);
    margin: 14px 18px 16px;
    border: 1.5px solid var(--brand);
    color: var(--brand);
    background: #fff;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px;
    transition: background .2s, color .2s;
}

    .btn-copy:hover {
        background: var(--brand);
        color: #fff;
    }

    .btn-copy.copied {
        background: #f0f9ec;
        border-color: #8dc63f;
        color: #3f7a1e;
    }

.contact-note {
    margin-top: 16px;
    background: var(--brand-soft);
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 13px;
    color: #34506b;
    display: flex;
    align-items: flex-start;
}

    .contact-note .bi {
        color: var(--brand);
        margin-top: 1px;
    }

/* mobil */
@media (max-width: 767.98px) {
    .page-hero {
        padding: 26px 0 22px;
    }

        .page-hero h1 {
            font-size: 21px;
        }

    .contact-panel {
        padding: 20px 16px;
    }

    .panel-head h2 {
        font-size: 16px;
    }

    .captcha-row {
        flex-wrap: wrap;
    }

    .captcha-input {
        max-width: none;
        flex: 1;
    }

    .bank-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bank-value {
        text-align: left;
    }
}

/* ============================================================
   KATEGORİ SAYFASI
   ============================================================ */

.category-main {
    padding: 30px 0 54px;
}

/* sol kategori paneli */
.cat-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.cat-panel-head {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    font-size: 14.5px;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 15px 18px;
}

.cat-group {
    border-bottom: 1px solid #f0f3f7;
}

    .cat-group:last-child {
        border-bottom: 0;
    }

.cat-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 18px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink);
    transition: color .15s, background .15s;
}

    .cat-group-head:hover {
        color: var(--brand);
        background: var(--brand-soft);
    }

.cat-count {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--muted);
    background: var(--bg-soft);
    border-radius: 999px;
    padding: 2px 9px;
}

.cat-sub {
    list-style: none;
    margin: 0;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}

.cat-group.open .cat-sub {
    max-height: 500px;
    padding: 0 18px 12px;
}

.cat-link {
    display: block;
    position: relative;
    padding: 7px 0 7px 16px;
    font-size: 14px;
    color: var(--muted);
    transition: color .15s, transform .15s;
}

    .cat-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #cfd8e2;
        transition: background .15s;
    }

    .cat-link:hover {
        color: var(--brand);
        transform: translateX(3px);
    }

        .cat-link:hover::before {
            background: var(--brand);
        }

    .cat-link.active {
        color: var(--brand);
        font-weight: 700;
    }

        .cat-link.active::before {
            background: var(--accent);
        }

/* araç çubuğu */
.cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.cat-count-text {
    font-size: 13.5px;
    color: var(--muted);
}

    .cat-count-text strong {
        color: var(--ink);
    }

.stock-switch {
    margin: 0;
}

    .stock-switch .form-check-label {
        font-size: 13.5px;
        font-weight: 600;
        color: var(--ink);
    }

    .stock-switch .form-check-input:checked {
        background-color: var(--accent);
        border-color: var(--accent);
    }

    .stock-switch .form-check-input:focus {
        box-shadow: 0 0 0 3px rgba(141, 198, 63, .25);
        border-color: var(--accent);
    }

.sort-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sort-box > label {
        color: var(--brand);
        font-size: 17px;
        display: flex;
    }

    .sort-box .form-select {
        border: 1.5px solid var(--line);
        border-radius: 999px;
        font-size: 13.5px;
        font-weight: 600;
        color: var(--ink);
        padding: 8px 34px 8px 16px;
        background-position: right 12px center;
        cursor: pointer;
        min-width: 190px;
    }

        .sort-box .form-select:focus {
            border-color: var(--brand);
            box-shadow: 0 0 0 3px rgba(26, 115, 192, .12);
        }

.btn-filter {
    border: 1.5px solid var(--brand);
    color: var(--brand);
    background: #fff;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 700;
    padding: 8px 18px;
}

    .btn-filter:hover {
        background: var(--brand);
        color: #fff;
    }

/* mobil */
@media (max-width: 767.98px) {
    .cat-toolbar {
        padding: 10px 12px;
    }

    .cat-count-text {
        font-size: 12.5px;
    }

    .stock-switch .form-check-label {
        font-size: 12.5px;
    }

    .sort-box .form-select {
        min-width: 0;
        font-size: 12.5px;
    }
}

/* ============================================================
   ANA KATEGORİ SAYFASI
   ============================================================ */

/* alt kategori rozetleri (başlık altı) */
.subcat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.subcat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}

    .subcat-chip .bi {
        font-size: 11px;
        color: var(--brand);
        transition: color .2s;
    }

    .subcat-chip:hover {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        transform: translateY(-2px);
    }

        .subcat-chip:hover .bi {
            color: #fff;
        }

/* sol panelde aktif ana kategori başlığı */
.cat-group-head.active-head {
    color: var(--brand);
    background: var(--brand-soft);
    border-left: 3px solid var(--brand);
    padding-left: 15px;
}

/* ============================================================
   LİSTE SAYFALARI (Marka / Hedef / Zamanlama / Kampanya / Blog)
   ============================================================ */

/* yan link listesi */
.side-link-list {
    padding: 8px 0;
}

.side-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    border-left: 3px solid transparent;
    transition: color .15s, background .15s, border-color .15s;
}

    .side-link .bi {
        font-size: 11px;
        color: var(--brand);
    }

    .side-link:hover {
        color: var(--brand);
        background: var(--brand-soft);
    }

    .side-link.active {
        color: var(--brand);
        background: var(--brand-soft);
        border-left-color: var(--brand);
        font-weight: 700;
    }

/* blog kartları */
.blog-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

    .blog-card:hover {
        transform: translateY(-4px);
        border-color: #d4e4f4;
        box-shadow: 0 16px 34px rgba(15, 40, 70, .10);
    }

.blog-thumb {
    position: relative;
    display: block;
    height: 190px;
    overflow: hidden;
    background: var(--bg-soft);
}

    .blog-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s;
    }

.blog-card:hover .blog-thumb img {
    transform: scale(1.05);
}

.blog-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--brand);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 999px;
}

.blog-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-date {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 8px;
}

    .blog-date .bi {
        color: var(--brand);
    }

.blog-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 8px;
}

    .blog-title a {
        color: var(--ink);
    }

        .blog-title a:hover {
            color: var(--brand);
        }

.blog-desc {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-more {
    margin-top: auto;
    font-size: 13px;
    font-weight: 700;
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-card:hover .blog-more {
    gap: 10px;
}

.blog-more {
    transition: gap .2s;
}


/* bayilerimiz */
.dealer-hero {
    background: linear-gradient(135deg, var(--brand-soft) 0%, #f4faf0 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    text-align: center;
    padding: 40px 30px;
}

.dealer-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 20px;
    background: var(--brand);
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(26, 115, 192, .3);
}

.dealer-hero h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 8px;
}

.dealer-hero p {
    color: var(--muted);
    font-size: 14.5px;
    max-width: 560px;
    margin: 0 auto;
}

/* ürün yok durumu */
.empty-state {
    background: #fff;
    border: 1.5px dashed var(--line);
    border-radius: var(--radius);
    text-align: center;
    padding: 60px 24px;
}

.empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 6px;
}

.empty-state p {
    font-size: 13.5px;
    color: var(--muted);
    margin: 0;
}

@media (max-width: 767.98px) {
    .dealer-hero {
        padding: 28px 18px;
    }

        .dealer-hero h2 {
            font-size: 18px;
        }

    .blog-thumb {
        height: 170px;
    }
}


/* ===================== ÜRÜN DETAY SAYFASI ===================== */
.pd-section {
    padding: 26px 0 48px;
}

.pd-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
}

/* Galeri */
.pd-gallery {
    position: relative;
}

.pd-badge {
    top: 14px;
    left: 14px;
    right: auto;
    font-size: 13px;
    padding: 5px 10px;
    z-index: 2;
}

.pd-main-img {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    overflow: hidden;
    cursor: pointer;
}

    .pd-main-img img {
        max-width: 100%;
        max-height: 380px;
        object-fit: contain;
        transition: transform .35s ease;
    }

    .pd-main-img:hover img {
        transform: scale(1.06);
    }

.pd-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.pd-thumb {
    width: 72px;
    height: 72px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    transition: border-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

    .pd-thumb img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .pd-thumb:hover {
        border-color: #b9d4ec;
    }

    .pd-thumb.active {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px var(--brand-soft);
    }

/* Bilgiler */
.pd-brand {
    display: inline-block;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 5px 12px;
    border-radius: 999px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background .2s ease, color .2s ease;
}

    .pd-brand:hover {
        background: var(--brand);
        color: #fff;
    }

.pd-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--ink);
    line-height: 1.3;
    margin: 0 0 10px;
}

.pd-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.pd-stars {
    color: #d4dbe4;
    font-size: 15px;
    letter-spacing: 2px;
}

.pd-review-link {
    font-size: 13.5px;
    color: var(--muted);
    text-decoration: none;
}

    .pd-review-link:hover {
        color: var(--brand);
    }

.pd-stock-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pd-stock {
    color: #3d9b4f;
    font-size: 14px;
    font-weight: 700;
}

.pd-skt {
    font-size: 13.5px;
    color: var(--muted);
}

    .pd-skt strong {
        color: var(--ink);
    }

.pd-price-box {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 18px;
    margin-bottom: 18px;
}

.pd-price-old {
    font-size: 15px;
    color: var(--muted);
    text-decoration: line-through;
    margin-bottom: 2px;
}

.pd-price {
    font-size: 34px;
    font-weight: 800;
    color: var(--brand);
    line-height: 1.1;
}

    .pd-price span {
        font-size: 18px;
        font-weight: 700;
    }

.pd-wire {
    font-size: 13.5px;
    color: #e7641e;
    font-weight: 600;
    padding-bottom: 5px;
}

/* Varyant */
.pd-variant {
    margin-bottom: 20px;
}

.pd-variant-label {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 10px;
}

    .pd-variant-label strong {
        color: var(--ink);
    }

.pd-variant-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pd-variant-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 92px;
    padding: 8px 6px;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.25;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .pd-variant-item img {
        width: 44px;
        height: 44px;
        object-fit: contain;
        border-radius: 8px;
    }

    .pd-variant-item:hover {
        border-color: #b9d4ec;
    }

    .pd-variant-item.active {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px var(--brand-soft);
        color: var(--brand);
    }

/* Satın al */
.pd-buy {
    display: flex;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 20px;
}

    .pd-buy .qty-box {
        flex: 0 0 auto;
    }

    .pd-buy .qty-btn {
        height: 100%;
    }

.pd-cart {
    flex: 1;
    justify-content: center;
    font-size: 16px;
    padding: 12px 20px;
}

.pd-trust {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px dashed var(--line);
    padding-top: 16px;
}

.pd-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 14px;
}

    .pd-trust-item i {
        color: var(--brand);
        font-size: 15px;
    }

/* Sekmeler */
.pd-tabs-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-top: 26px;
    overflow: hidden;
}

.pd-tabs {
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    background: var(--bg-soft);
}

    .pd-tabs .nav-link {
        font-size: 15px;
        font-weight: 700;
        color: var(--muted);
        padding: 14px 20px;
        border: none;
        border-bottom: 3px solid transparent;
        border-radius: 0;
    }

        .pd-tabs .nav-link:hover {
            color: var(--brand);
        }

        .pd-tabs .nav-link.active {
            color: var(--brand);
            background: transparent;
            border-bottom-color: var(--brand);
        }

.pd-tab-content {
    padding: 24px;
}

.pd-desc {
    font-size: 14.5px;
    color: #374151;
    line-height: 1.7;
}

    .pd-desc > div {
        max-width: 100%;
    }

    .pd-desc div {
        max-width: 100% !important;
        width: auto !important;
    }

    .pd-desc p {
        margin-bottom: 12px;
    }

    .pd-desc img {
        max-width: 100%;
        height: auto;
    }

.pd-spec-table {
    margin: 0;
}

    .pd-spec-table th {
        width: 220px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 700;
        color: var(--ink);
        background: var(--bg-soft);
        border-color: var(--line);
        padding: 12px 16px;
    }

    .pd-spec-table td {
        font-size: 14px;
        color: #374151;
        border-color: var(--line);
        padding: 12px 16px;
    }

        .pd-spec-table td a {
            color: var(--brand);
            font-weight: 600;
            text-decoration: none;
        }

            .pd-spec-table td a:hover {
                text-decoration: underline;
            }

.pd-no-review {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--bg-soft);
    border: 1.5px dashed var(--line);
    border-radius: var(--radius);
    padding: 34px 20px;
}

    .pd-no-review i {
        font-size: 40px;
        color: #b6c6d8;
    }

    .pd-no-review p {
        font-size: 14.5px;
        color: var(--muted);
        margin: 0;
    }

.pd-form-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
}

.pd-score {
    max-width: 200px;
}

.pd-related {
    margin-top: 34px;
}

@media (max-width: 991.98px) {
    .pd-card {
        padding: 18px;
    }

    .pd-title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .pd-price {
        font-size: 28px;
    }

    .pd-buy {
        flex-direction: column;
    }

        .pd-buy .qty-box {
            width: 100%;
        }

        .pd-buy .qty-input {
            flex: 1;
        }

    .pd-spec-table th {
        width: 130px;
    }

    .pd-tabs .nav-link {
        padding: 12px 12px;
        font-size: 14px;
    }
}

/* Bunları İçermez rozetleri */
.pd-freeof {
    margin-bottom: 18px;
}

.pd-freeof-label {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 8px;
}

    .pd-freeof-label i {
        color: #d9534f;
    }

.pd-freeof-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pd-freeof-item {
    display: inline-flex;
    align-items: center;
    font-size: 12.5px;
    font-weight: 700;
    color: #b23c3c;
    background: #fdf0f0;
    border: 1px solid #f3d2d2;
    border-radius: 999px;
    padding: 6px 13px;
}

    .pd-freeof-item i {
        font-size: 13px;
        margin-right: 6px;
    }

/* ===================== SEPET ÇEKMECESİ ===================== */
.cart-drawer {
    width: 400px;
}

.cart-drawer-head {
    background: var(--brand);
    color: #fff;
    padding: 16px 20px;
}

    .cart-drawer-head h5 {
        font-size: 17px;
        font-weight: 800;
    }

    .cart-drawer-head .btn-close {
        filter: invert(1);
        opacity: .9;
    }

.cart-drawer-count {
    display: inline-block;
    background: rgba(255,255,255,.18);
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.cart-added {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eef8ec;
    border-bottom: 1px solid #dcefd7;
    color: #2e7d32;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
}

.cart-added-check {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.cart-item {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

.cart-item-img {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #fff;
}

    .cart-item-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 4px;
    padding-right: 24px;
}

.cart-item-variant {
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 10px;
}

.cart-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.qty-box-sm .qty-btn {
    width: 30px;
    height: 34px;
    font-size: 13px;
}

.qty-box-sm .qty-input {
    width: 42px;
    height: 34px;
    font-size: 14px;
}

.cart-item-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--brand);
    white-space: nowrap;
}

.cart-item-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: transparent;
    color: #c4ccd6;
    font-size: 16px;
    padding: 4px;
    transition: color .2s ease;
}

    .cart-item-remove:hover {
        color: #d9534f;
    }

.cart-drawer-foot {
    border-top: 1px solid var(--line);
    background: var(--bg-soft);
    padding: 18px 20px;
}

.cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 6px;
}

    .cart-total-row strong {
        font-size: 20px;
        font-weight: 800;
        color: var(--brand);
    }

.cart-ship-note {
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 14px;
}

.cart-go-btn {
    justify-content: center;
}

.cart-continue-btn {
    background: #fff;
    border: 1.5px solid var(--line);
    color: var(--ink);
    font-weight: 700;
    font-size: 14.5px;
    padding: 11px;
}

    .cart-continue-btn:hover {
        border-color: var(--brand);
        color: var(--brand);
        background: var(--brand-soft);
    }

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

/* ===================== SEPET SAYFASI ===================== */
.cart-section {
    padding: 26px 0 52px;
}

/* Tablo */
.cart-table-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
}

.cart-table {
    margin: 0;
}

    .cart-table thead th {
        background: var(--bg-soft);
        font-size: 13px;
        font-weight: 700;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: .4px;
        border-bottom: 1px solid var(--line);
        padding: 14px 16px;
        white-space: nowrap;
    }

    .cart-table tbody td {
        border-color: var(--line);
        padding: 16px;
        vertical-align: middle;
    }

    .cart-table tbody tr:last-child td {
        border-bottom: none;
    }

.cart-product {
    display: flex;
    gap: 14px;
    align-items: center;
    min-width: 260px;
}

.cart-product-img {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: #fff;
}

    .cart-product-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.cart-product-name {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    line-height: 1.35;
}

    .cart-product-name:hover {
        color: var(--brand);
    }

.cart-product-variant {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 3px;
}

.cart-product-stock {
    font-size: 12px;
    font-weight: 700;
    color: #3d9b4f;
    margin-top: 4px;
}

.cart-cell-price, .cart-cell-qty, .cart-cell-total {
    text-align: center;
    white-space: nowrap;
}

.cart-old {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    text-decoration: line-through;
}

.cart-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
}

.cart-line-total {
    font-size: 16px;
    font-weight: 800;
    color: var(--brand);
}

.cart-remove {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: #c4ccd6;
    font-size: 15px;
    transition: all .2s ease;
}

    .cart-remove:hover {
        color: #d9534f;
        border-color: #f0c6c6;
        background: #fdf0f0;
    }

/* Alt aksiyonlar */
.cart-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cart-clear-btn {
    background: #fff;
    border: 1.5px solid #f0c6c6;
    color: #d9534f;
    font-weight: 700;
    font-size: 14.5px;
    padding: 11px 20px;
}

    .cart-clear-btn:hover {
        background: #fdf0f0;
        color: #c9302c;
    }

/* Yan kartlar */
.cart-side-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
}

.cart-side-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
}

    .cart-side-title i {
        color: var(--brand);
    }

.coupon-group .form-control {
    font-size: 14px;
    height: 46px;
}

.btn-coupon {
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
}

    .btn-coupon:hover {
        background: var(--brand-dark);
        color: #fff;
    }

.coupon-msg {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

    .coupon-msg.ok {
        color: #2e7d32;
    }

    .coupon-msg.err {
        color: #d9534f;
    }

.sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14.5px;
    color: var(--ink);
    padding: 9px 0;
    border-bottom: 1px dashed var(--line);
}

    .sum-row span:last-child {
        font-weight: 600;
    }

    .sum-row span#sumShipping {
        font-size: 12.5px;
        color: var(--muted);
        font-weight: 500;
    }

.sum-discount span:last-child {
    color: #2e7d32;
    font-weight: 700;
}

.sum-total {
    border-bottom: none;
    padding-top: 14px;
}

    .sum-total span {
        font-size: 16px;
        font-weight: 700;
    }

    .sum-total strong {
        font-size: 24px;
        font-weight: 800;
        color: var(--brand);
    }

.cart-checkout {
    justify-content: center;
    font-size: 16px;
    padding: 13px;
}

.cart-pay-note {
    text-align: center;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 12px;
}

    .cart-pay-note i {
        color: var(--brand);
    }

.cart-trust {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Boş sepet */
.cart-empty-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    text-align: center;
    padding: 64px 24px 48px;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
    max-width: 720px;
    margin: 0 auto;
}

.cart-empty-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    font-size: 44px;
}

.cart-empty-card h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 8px;
}

.cart-empty-card p {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 24px;
}

.cart-empty-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.cart-empty-btn {
    padding: 12px 26px;
    font-size: 15px;
}

.cart-empty-cats {
    font-size: 13.5px;
    color: var(--muted);
}

    .cart-empty-cats span {
        margin-right: 6px;
    }

    .cart-empty-cats a {
        display: inline-block;
        color: var(--brand);
        font-weight: 700;
        text-decoration: none;
        background: var(--brand-soft);
        border-radius: 999px;
        padding: 6px 14px;
        margin: 4px 3px;
        transition: background .2s ease, color .2s ease;
    }

        .cart-empty-cats a:hover {
            background: var(--brand);
            color: #fff;
        }

/* Mobil: tabloyu karta çevir */
@media (max-width: 767.98px) {
    .cart-table thead {
        display: none;
    }

    .cart-table, .cart-table tbody, .cart-table tr, .cart-table td {
        display: block;
        width: 100%;
    }

    .cart-row {
        border-bottom: 1px solid var(--line);
        padding: 14px;
        position: relative;
    }

        .cart-row:last-child {
            border-bottom: none;
        }

    .cart-table tbody td {
        border: none;
        padding: 6px 0;
    }

    .cart-cell-price, .cart-cell-qty, .cart-cell-total {
        text-align: left;
    }

        .cart-cell-price::before, .cart-cell-qty::before, .cart-cell-total::before {
            content: attr(data-label) ": ";
            font-size: 13px;
            font-weight: 700;
            color: var(--muted);
            margin-right: 6px;
        }

        .cart-cell-qty .qty-box {
            margin-left: 0 !important;
        }

    .cart-cell-remove {
        position: absolute;
        top: 14px;
        right: 14px;
    }

    .cart-product {
        min-width: 0;
        padding-right: 44px;
    }

    .cart-empty-card {
        padding: 44px 16px 36px;
    }
}

/* Sepet mobil düzeltme: silme hücresi içerikle çakışmasın */
@media (max-width: 767.98px) {
    .cart-table tbody td.cart-cell-remove {
        position: absolute;
        top: 12px;
        right: 12px;
        width: auto;
        padding: 0;
    }

    .cart-cell-product {
        position: relative;
    }

    .cart-product-name {
        position: relative;
        z-index: 1;
    }
}

/* ===================== ÜYELİK / GİRİŞ SAYFALARI ===================== */
.auth-section {
    padding: 30px 0 56px;
}

.auth-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 34px rgba(26,115,192,.07);
    max-width: 480px;
    margin: 0 auto;
    padding: 36px 32px 30px;
}

.auth-card-wide {
    max-width: 720px;
}

.auth-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    font-size: 30px;
}

.auth-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    text-align: center;
    margin-bottom: 6px;
}

.auth-sub {
    font-size: 14px;
    color: var(--muted);
    text-align: center;
    margin-bottom: 24px;
}

/* İkonlu input */
.auth-input {
    position: relative;
}

    .auth-input > i {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #9fb3c8;
        font-size: 15px;
        pointer-events: none;
    }

    .auth-input .form-control {
        height: 48px;
        padding-left: 42px;
        font-size: 14.5px;
        border-radius: 12px;
    }

        .auth-input .form-control:focus {
            border-color: var(--brand);
            box-shadow: 0 0 0 3px var(--brand-soft);
        }

.auth-pass-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #9fb3c8;
    font-size: 16px;
    padding: 6px 8px;
}

    .auth-pass-toggle:hover {
        color: var(--brand);
    }

.auth-link {
    color: var(--brand);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

    .auth-link:hover {
        text-decoration: underline;
    }

.auth-check .form-check-label {
    font-size: 14px;
    color: var(--ink);
}

.auth-check .form-check-input:checked {
    background-color: var(--brand);
    border-color: var(--brand);
}

.auth-btn {
    justify-content: center;
    padding: 13px;
    font-size: 15px;
}

.auth-btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1.5px solid var(--brand);
    color: var(--brand);
    font-weight: 700;
    font-size: 15px;
    padding: 13px;
    border-radius: 999px;
    text-decoration: none;
    transition: all .2s ease;
}

    .auth-btn-outline:hover {
        background: var(--brand);
        color: #fff;
    }

.auth-foot {
    text-align: center;
    font-size: 14px;
    color: var(--muted);
    border-top: 1px dashed var(--line);
    margin-top: 24px;
    padding-top: 18px;
}

/* Fieldset grupları */
.auth-fieldset {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    background: #fff;
}

.auth-fieldset-head {
    font-size: 15px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--line);
}

    .auth-fieldset-head i {
        color: var(--brand);
    }

.auth-req {
    color: #d9534f;
    font-weight: 700;
}

/* Radio kartları */
.auth-radio-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-radio {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 10px 16px 10px 38px;
    background: var(--bg-soft);
    transition: all .2s ease;
    margin: 0;
}

    .auth-radio .form-check-input {
        margin-left: -26px;
        margin-top: 4px;
    }

    .auth-radio .form-check-label {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink);
        cursor: pointer;
    }

    .auth-radio:has(.form-check-input:checked) {
        border-color: var(--brand);
        background: var(--brand-soft);
        box-shadow: 0 0 0 3px var(--brand-soft);
    }

    .auth-radio .form-check-input:checked {
        background-color: var(--brand);
        border-color: var(--brand);
    }

/* Captcha satırı */
.captcha-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

    .captcha-row .captcha-code {
        flex: 0 0 auto;
    }

    .captcha-row .form-control {
        height: 46px;
        border-radius: 12px;
        font-size: 14.5px;
    }

@media (max-width: 575.98px) {
    .auth-card {
        padding: 26px 18px 22px;
    }

    .auth-fieldset {
        padding: 14px;
    }
}

/* ===================== BİZ KİMİZ SAYFASI ===================== */
.about-section {
    padding: 26px 0 56px;
}

.about-hero {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    background: linear-gradient(135deg, #eef5fc 0%, #f8fbfe 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 32px;
}

.about-hero-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    border-radius: 20px;
    font-size: 32px;
    box-shadow: 0 8px 20px rgba(26,115,192,.3);
}

.about-hero h2 {
    font-size: 21px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 8px;
}

.about-hero p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

.about-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
    position: relative;
    overflow: hidden;
}

    .about-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--brand), var(--accent));
    }

.about-card-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 14px;
    font-size: 24px;
    margin-bottom: 16px;
}

.about-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 10px;
}

.about-card p {
    font-size: 14.5px;
    color: #374151;
    line-height: 1.75;
    margin: 0;
}

.about-values {
    margin-top: 40px;
}

.about-value {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    text-align: center;
    padding: 26px 18px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .about-value:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(26,115,192,.1);
    }

.about-value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    font-size: 24px;
}

.about-value h4 {
    font-size: 15px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 8px;
}

.about-value p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: var(--brand);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin-top: 40px;
    color: #fff;
}

    .about-cta h3 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .about-cta p {
        font-size: 14px;
        opacity: .85;
        margin: 0;
    }

.about-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.about-cta-phone {
    background: rgba(255,255,255,.14);
    border: 1.5px solid rgba(255,255,255,.4);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    padding: 12px 22px;
    border-radius: 999px;
}

    .about-cta-phone:hover {
        background: #fff;
        color: var(--brand);
    }

.about-cta-btn {
    background: #fff;
    color: var(--brand);
}

    .about-cta-btn:hover {
        background: var(--brand-dark);
        color: #fff;
        border-color: var(--brand-dark);
    }

@media (max-width: 767.98px) {
    .about-hero {
        flex-direction: column;
        padding: 22px 20px;
    }

    .about-cta {
        padding: 22px 20px;
        text-align: center;
        justify-content: center;
    }

    .about-cta-actions {
        justify-content: center;
        width: 100%;
    }
}

/* ===================== GALERİ BÜYÜTME (LIGHTBOX) ===================== */
button.pd-main-img {
    width: 100%;
    border: 1px solid var(--line);
    cursor: zoom-in;
    position: relative;
}

.pd-zoom-hint {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--brand);
    font-size: 17px;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

.pd-main-img:hover .pd-zoom-hint {
    opacity: 1;
    transform: scale(1);
}

.pd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(15, 23, 32, .88);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

    .pd-lightbox.open {
        opacity: 1;
        visibility: visible;
    }

.pd-lb-stage {
    position: relative;
    max-width: min(760px, 82vw);
    max-height: 84vh;
    background: #fff;
    border-radius: 16px;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.92);
    transition: transform .25s ease;
}

.pd-lightbox.open .pd-lb-stage {
    transform: scale(1);
}

.pd-lb-stage img {
    max-width: 100%;
    max-height: 74vh;
    object-fit: contain;
}

.pd-lb-counter {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: var(--brand);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 14px;
    white-space: nowrap;
}

.pd-lb-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 18px;
    transition: background .2s ease;
    z-index: 2;
}

    .pd-lb-close:hover {
        background: rgba(255,255,255,.28);
    }

.pd-lb-nav {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 20px;
    transition: background .2s ease;
}

    .pd-lb-nav:hover {
        background: rgba(255,255,255,.28);
    }

.pd-lightbox.single .pd-lb-nav,
.pd-lightbox.single .pd-lb-counter {
    display: none;
}

@media (max-width: 575.98px) {
    .pd-lightbox {
        gap: 6px;
    }

    .pd-lb-stage {
        max-width: 92vw;
        padding: 16px;
    }

    .pd-lb-nav {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 16px;
    }
}

button.pd-main-img {
    background: #fff;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
}

/* ===================== HESABIM SAYFASI ===================== */
.account-section {
    padding: 26px 0 56px;
}

.account-hello {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #eef5fc 0%, #f8fbfe 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px 26px;
    margin-bottom: 20px;
}

.account-avatar {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 8px 20px rgba(26,115,192,.3);
}

.account-hello h2 {
    font-size: 19px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 3px;
}

.account-hello p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
}

.account-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
    height: 100%;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .account-card:hover {
        transform: translateY(-3px);
        border-color: #b9d4ec;
        box-shadow: 0 12px 30px rgba(26,115,192,.1);
    }

.account-card-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 14px;
    font-size: 23px;
    transition: background .2s ease, color .2s ease;
}

.account-card:hover .account-card-icon {
    background: var(--brand);
    color: #fff;
}

.account-card-body {
    flex: 1;
    min-width: 0;
}

    .account-card-body h3 {
        font-size: 15.5px;
        font-weight: 800;
        color: var(--ink);
        margin-bottom: 4px;
    }

    .account-card-body p {
        font-size: 13px;
        color: var(--muted);
        margin: 0;
        line-height: 1.5;
    }

.account-card-arrow {
    color: #c4ccd6;
    font-size: 17px;
    transition: color .2s ease, transform .2s ease;
}

.account-card:hover .account-card-arrow {
    color: var(--brand);
    transform: translateX(3px);
}

/* Sağ menü */
.account-side {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
    position: sticky;
    top: 84px;
}

.account-side-head {
    background: var(--brand);
    color: #fff;
    font-size: 15.5px;
    font-weight: 800;
    padding: 15px 20px;
}

.account-balance {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f4fbf0;
    border-bottom: 1px solid #dcefd7;
    padding: 16px 20px;
}

.account-balance-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.account-balance span {
    display: block;
    font-size: 12.5px;
    color: #4d7a3a;
    font-weight: 600;
}

.account-balance strong {
    display: block;
    font-size: 19px;
    font-weight: 800;
    color: #2e7d32;
}

.account-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

    .account-menu a {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14.5px;
        font-weight: 600;
        color: var(--ink);
        text-decoration: none;
        padding: 12px 20px;
        border-left: 3px solid transparent;
        transition: background .15s ease, color .15s ease;
    }

        .account-menu a i {
            font-size: 16px;
            color: var(--brand);
            width: 20px;
            text-align: center;
        }

        .account-menu a:hover {
            background: var(--brand-soft);
            border-left-color: var(--brand);
            color: var(--brand);
        }

        .account-menu a.account-logout {
            color: #d9534f;
            border-top: 1px solid var(--line);
            margin-top: 6px;
            padding-top: 14px;
        }

            .account-menu a.account-logout i {
                color: #d9534f;
            }

            .account-menu a.account-logout:hover {
                background: #fdf0f0;
                border-left-color: #d9534f;
            }

@media (max-width: 991.98px) {
    .account-side {
        position: static;
        margin-top: 8px;
    }
}

@media (max-width: 575.98px) {
    .account-hello {
        padding: 18px;
    }

    .account-card {
        padding: 16px;
    }
}

/* ===================== ÜYELİK BİLGİLERİM SAYFASI ===================== */
.profile-section {
    padding: 26px 0 56px;
}

.profile-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
    margin-bottom: 20px;
}

.profile-card-head {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
    font-size: 15.5px;
    font-weight: 800;
    color: var(--ink);
    padding: 14px 20px;
}

    .profile-card-head i {
        color: var(--brand);
    }

.profile-card-body {
    padding: 22px 20px;
}

.profile-card .form-label {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
}

.profile-card .form-control,
.profile-card .form-select {
    font-size: 14.5px;
    border-radius: 10px;
    min-height: 44px;
}

    .profile-card .form-control:focus,
    .profile-card .form-select:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px var(--brand-soft);
    }

.profile-card textarea.form-control {
    min-height: 0;
}

.profile-card .form-control:disabled {
    background: var(--bg-soft);
    color: var(--muted);
}

.profile-card .form-text {
    font-size: 12.5px;
    color: var(--muted);
}

/* Aktif menü bağlantısı */
.account-menu a.active {
    background: var(--brand-soft);
    border-left-color: var(--brand);
    color: var(--brand);
    font-weight: 700;
}

.profile-actions {
    margin-bottom: 8px;
}

.profile-save {
    justify-content: center;
    padding: 13px 30px;
    font-size: 15px;
}

@media (max-width: 575.98px) {
    .profile-card-body {
        padding: 16px 14px;
    }

    .profile-save {
        width: 100%;
    }
}

/* ===================== HAVALE BİLDİRİM FORMU ===================== */
.transfer-table {
    margin: 0;
}

    .transfer-table thead th {
        background: var(--bg-soft);
        font-size: 13px;
        font-weight: 700;
        color: var(--muted);
        border-bottom: 1px solid var(--line);
        padding: 13px 14px;
        white-space: nowrap;
    }

    .transfer-table tbody td {
        border-color: var(--line);
        padding: 16px 14px;
        font-size: 14px;
        color: var(--ink);
        vertical-align: middle;
        white-space: nowrap;
    }

.transfer-bank-row {
    cursor: pointer;
    transition: background .15s ease;
}

    .transfer-bank-row:hover {
        background: var(--brand-soft);
    }

    .transfer-bank-row.selected {
        background: var(--brand-soft);
    }

    .transfer-bank-row .form-check-input:checked {
        background-color: var(--brand);
        border-color: var(--brand);
    }

.transfer-bank-name {
    font-weight: 800;
}

.transfer-iban {
    font-weight: 600;
    letter-spacing: .3px;
}

.transfer-copy {
    font-size: 12.5px;
    padding: 6px 12px;
    white-space: nowrap;
}

.transfer-note {
    font-size: 13px;
    color: #b23c3c;
    background: #fdf6f0;
    border: 1px solid #f3ddc8;
    border-radius: 10px;
    padding: 10px 14px;
    margin-top: 12px;
}

    .transfer-note i {
        color: #e7641e;
    }

.transfer-send {
    padding: 12px 34px;
    font-size: 15px;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .transfer-table thead {
        display: none;
    }

    .transfer-table, .transfer-table tbody, .transfer-table tr, .transfer-table td {
        display: block;
        width: 100%;
    }

    .transfer-bank-row {
        padding: 14px;
    }

    .transfer-table tbody td {
        border: none;
        padding: 5px 14px;
        white-space: normal;
    }

        .transfer-table tbody td:first-child {
            padding-top: 12px;
        }

    .transfer-copy {
        margin: 6px 0 10px;
    }
}

/* ===================== SİPARİŞLERİM SAYFASI ===================== */
.order-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
    margin-bottom: 16px;
}

.order-head {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 16px 20px;
    cursor: pointer;
    transition: background .15s ease;
}

    .order-head:hover {
        background: var(--bg-soft);
    }

.order-head-cell {
    display: flex;
    flex-direction: column;
}

.order-label {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .4px;
}

.order-head-cell strong {
    font-size: 14.5px;
    color: var(--ink);
}

.order-price {
    color: var(--brand) !important;
}

.order-status {
    margin-left: auto;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 14px;
    white-space: nowrap;
}

.st-shipped {
    background: #eaf3fb;
    color: var(--brand);
}

.st-delivered {
    background: #eef8ec;
    color: #2e7d32;
}

.st-cancel {
    background: #fdf0f0;
    color: #d9534f;
}

.order-chev {
    color: #c4ccd6;
    transition: transform .2s ease;
}

.order-head[aria-expanded="true"] .order-chev {
    transform: rotate(180deg);
}

.order-body {
    border-top: 1px dashed var(--line);
    padding: 20px;
}

/* İlerleme adımları */
.order-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    padding: 0 6px;
}

    .order-progress::before {
        content: "";
        position: absolute;
        top: 17px;
        left: 40px;
        right: 40px;
        height: 2px;
        background: var(--line);
    }

.order-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    position: relative;
    z-index: 1;
    flex: 1;
}

    .order-step i {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 2px solid var(--line);
        border-radius: 50%;
        color: #c4ccd6;
        font-size: 15px;
    }

    .order-step span {
        font-size: 12px;
        font-weight: 600;
        color: var(--muted);
        text-align: center;
    }

    .order-step.done i {
        background: var(--accent);
        border-color: var(--accent);
        color: #fff;
    }

    .order-step.done span {
        color: #4d7a3a;
    }

    .order-step.active i {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
        box-shadow: 0 0 0 4px var(--brand-soft);
    }

    .order-step.active span {
        color: var(--brand);
        font-weight: 700;
    }

/* Sipariş ürünleri */
.order-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
}

    .order-item img {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        object-fit: contain;
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 4px;
        background: #fff;
    }

.order-item-info {
    flex: 1;
    min-width: 0;
}

.order-item-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
}

.order-item-meta {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 3px;
}

.order-item-price {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--brand);
    white-space: nowrap;
}

.order-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px dashed var(--line);
    margin-top: 16px;
    padding-top: 14px;
}

.order-ship {
    font-size: 13px;
    color: var(--muted);
}

    .order-ship strong {
        color: var(--ink);
    }

.order-total {
    font-size: 15px;
    color: var(--ink);
}

    .order-total strong {
        font-size: 18px;
        color: var(--brand);
    }

.order-cancel-note {
    font-size: 13.5px;
    color: #8a6d1a;
    background: #fdf8e8;
    border: 1px solid #f0e3b5;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
}

    .order-cancel-note i {
        color: #d9a41f;
    }

/* Boş sipariş */
.orders-empty-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    text-align: center;
    padding: 56px 24px 44px;
    box-shadow: 0 8px 28px rgba(26,115,192,.06);
}

.orders-empty-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    font-size: 40px;
}

.orders-empty-card h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 8px;
}

.orders-empty-card p {
    font-size: 14.5px;
    color: var(--muted);
    margin-bottom: 22px;
}

@media (max-width: 575.98px) {
    .order-head {
        gap: 12px;
        padding: 14px;
    }

    .order-status {
        margin-left: 0;
    }

    .order-step span {
        font-size: 10.5px;
    }

    .order-step i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .order-body {
        padding: 14px;
    }

    .order-item {
        flex-wrap: wrap;
    }
}

/* ===== ANKETLERİM ===== */
.survey-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin-bottom: 18px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

    .survey-card:hover {
        box-shadow: 0 6px 18px rgba(31, 42, 55, .08);
    }

.survey-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px 14px;
    border-bottom: 1px dashed var(--line);
}

.survey-head-info {
    flex: 1;
    min-width: 0;
}

.survey-status {
    display: inline-flex;
    align-items: center;
    font-size: .78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.st-survey-active {
    background: #e8f7e4;
    color: #3e8e22;
}

.st-survey-done {
    background: var(--brand-soft);
    color: var(--brand);
}

.survey-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 8px;
}

.survey-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-size: .84rem;
    color: var(--muted);
}

    .survey-meta i {
        color: var(--brand);
    }

.survey-reward {
    flex-shrink: 0;
    text-align: center;
    background: linear-gradient(135deg, #fff8e1, #ffefc2);
    border: 1px solid #f3e2a0;
    border-radius: 12px;
    padding: 10px 16px;
    line-height: 1.25;
}

    .survey-reward i {
        font-size: 1.3rem;
        color: #d9a410;
        display: block;
    }

    .survey-reward strong {
        display: block;
        font-size: .92rem;
        color: var(--ink);
    }

    .survey-reward span {
        font-size: .74rem;
        color: var(--muted);
    }

.survey-body {
    padding: 14px 22px 0;
}

    .survey-body p {
        font-size: .92rem;
        color: var(--muted);
        margin-bottom: 12px;
    }

.survey-foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 22px 20px;
}

.survey-join-btn {
    padding: 10px 24px;
}

.survey-foot-note, .survey-done-note {
    font-size: .82rem;
    color: var(--muted);
}

.survey-card-done {
    opacity: .85;
}

    .survey-card-done .survey-reward {
        filter: grayscale(.4);
    }

.survey-done-note {
    color: #3e8e22;
    font-weight: 600;
}

    .survey-done-note i {
        font-size: 1rem;
    }

.survey-empty-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e7f3fd;
    border: 1px solid #bcdcf5;
    border-radius: var(--radius);
    padding: 18px 22px;
    font-size: .95rem;
    color: #33566e;
}

    .survey-empty-alert i {
        font-size: 1.3rem;
        color: var(--brand);
        flex-shrink: 0;
    }

@media (max-width: 575.98px) {
    .survey-head {
        flex-direction: column;
    }

    .survey-reward {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px;
    }

        .survey-reward i {
            display: inline;
            font-size: 1.1rem;
        }
}

/* ===== ŞİFREMİ UNUTTUM ===== */
.forgot-ok {
    text-align: center;
    padding: 6px 4px 0;
}

.forgot-ok-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #e8f7e4;
    color: #3e8e22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    animation: forgotPop .35s ease;
}

@keyframes forgotPop {
    from {
        transform: scale(.6);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.forgot-ok h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}

.forgot-ok p {
    font-size: .93rem;
    color: var(--muted);
    margin-bottom: 10px;
}

    .forgot-ok p strong {
        color: var(--ink);
    }

.forgot-ok-note {
    background: var(--brand-soft);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .84rem !important;
    margin-bottom: 20px !important;
}

    .forgot-ok-note i {
        color: var(--brand);
    }

/* ===== ÖDEME SAYFASI ===== */
/* Ödeme sayfası kartını anasayfadaki .pay-card (ödeme yöntemi logoları) kuralından ayır */
.pay-panel .pay-card {
    display: block;
}

    .pay-panel .pay-card:hover {
        transform: none;
        box-shadow: none;
        border-color: var(--line);
    }

.pay-panel .pay-card-body {
    padding: 24px 22px;
}

.pay-section {
    padding: 34px 0 60px;
    background: var(--bg-soft);
}

/* Adım göstergesi */
.pay-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

.pay-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px 18px;
    transition: border-color .2s, box-shadow .2s;
}

.pay-steps .pay-step.active {
    border-color: var(--brand);
    box-shadow: 0 4px 14px rgba(26,115,192,.14);
}

.pay-steps .pay-step.done {
    cursor: pointer;
    border-color: #bfe0bf;
}

.pay-step-no {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-soft);
    color: var(--muted);
    font-weight: 800;
    font-size: 1rem;
}

.pay-steps .pay-step.active .pay-step-no {
    background: var(--brand);
    color: #fff;
}

.pay-steps .pay-step.done .pay-step-no {
    background: var(--accent);
    color: #fff;
}

.pay-step-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.pay-panel .pay-step-text strong {
    font-size: .95rem;
    color: var(--ink);
}

.pay-step-text {
    font-size: .8rem;
    color: var(--muted);
}

.pay-steps .pay-step.active .pay-step-text strong {
    color: var(--brand);
}

/* Kart paneli */
.pay-panel .pay-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.pay-panel .pay-card-head {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 14px 22px;
}

.pay-panel .pay-card-body {
    padding: 24px 22px;
}

.pay-panel .pay-sub-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--brand-soft);
}

    .pay-panel .pay-sub-title i {
        color: var(--brand);
    }

.pay-panel .pay-hr {
    border-color: var(--line);
    opacity: 1;
    margin: 22px 0;
}

.pay-panel .pay-small {
    font-size: .82rem;
    color: var(--muted);
}

.pay-panel .pay-ship-off {
    opacity: .45;
    pointer-events: none;
    filter: grayscale(.4);
}

/* Alt aksiyonlar */
.pay-panel .pay-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px dashed var(--line);
}

.pay-panel .pay-btn-back {
    background: #eef2f6;
    color: var(--muted);
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 10px;
}

    .pay-panel .pay-btn-back:hover {
        background: #e2e9f0;
        color: var(--ink);
    }

.pay-panel .pay-btn-next, .pay-btn-finish {
    padding: 10px 28px;
    font-weight: 700;
}

.pay-panel .pay-btn-finish {
    font-size: 1.02rem;
    padding: 12px 30px;
}

/* Kargo seçimi */
.pay-panel .pay-cargo-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pay-panel .pay-cargo {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 14px 18px;
    cursor: pointer;
    margin: 0;
    transition: border-color .2s, background .2s;
}

    .pay-panel .pay-cargo:hover {
        border-color: #b9d4ec;
    }

    .pay-panel .pay-cargo:has(input:checked) {
        border-color: var(--brand);
        background: var(--brand-soft);
    }

    .pay-panel .pay-cargo input {
        position: absolute;
        opacity: 0;
    }

.pay-panel .pay-cargo-radio {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 2px solid #c3cedb;
    border-radius: 50%;
    position: relative;
    transition: border-color .2s;
}

.pay-panel .pay-cargo:has(input:checked) .pay-cargo-radio {
    border-color: var(--brand);
}

    .pay-panel .pay-cargo:has(input:checked) .pay-cargo-radio::after {
        content: "";
        position: absolute;
        inset: 3px;
        border-radius: 50%;
        background: var(--brand);
    }

.pay-panel .pay-cargo-logo {
    width: 58px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .8rem;
    color: #d62728;
    letter-spacing: .5px;
}

.pay-cargo-logo-dhl {
    color: #d40511;
    background: #ffcc00;
    border-color: #e6b800;
}

.pay-panel .pay-cargo-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

    .pay-panel .pay-cargo-info strong {
        color: var(--ink);
        font-size: .95rem;
    }

    .pay-panel .pay-cargo-info small {
        color: var(--muted);
        font-size: .8rem;
    }

.pay-panel .pay-cargo-price {
    font-weight: 700;
    color: #3e8e22;
    font-size: .92rem;
}

/* Sipariş özeti tablosu */
.pay-panel .pay-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}

    .pay-panel .pay-table th {
        background: var(--bg-soft);
        color: var(--ink);
        font-weight: 700;
        font-size: .82rem;
        padding: 10px 12px;
        border: 1px solid var(--line);
    }

    .pay-panel .pay-table td {
        padding: 10px 12px;
        border: 1px solid var(--line);
        color: var(--ink);
        vertical-align: middle;
    }

/* PowerPara */
.pay-panel .pay-pp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(135deg, #fff8e1, #ffefc2);
    border: 1px solid #f3e2a0;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 18px 0;
}

.pay-panel .pay-pp-info {
    font-size: .9rem;
    color: var(--ink);
}

    .pay-panel .pay-pp-info i {
        color: #d9a410;
    }

.pay-panel .pay-pp-btn {
    background: #fff;
    border: 1px solid #e3d08a;
    color: var(--ink);
    font-weight: 700;
    font-size: .85rem;
    padding: 6px 18px;
    border-radius: 8px;
}

/* Ödeme türü */
.pay-panel .pay-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 16px;
}

.pay-panel .pay-type-label {
    font-weight: 700;
    font-size: .92rem;
    color: var(--ink);
}

.pay-panel .pay-type-opts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pay-panel .pay-type-opt {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    margin: 0;
    transition: border-color .2s, background .2s;
}

    .pay-panel .pay-type-opt i {
        color: var(--brand);
    }

    .pay-panel .pay-type-opt:has(input:checked) {
        border-color: var(--brand);
        background: var(--brand-soft);
    }

    .pay-panel .pay-type-opt input {
        accent-color: var(--brand);
    }

/* Kart no 4'lü grup */
.pay-panel .pay-cc-no {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

/* Havale / cari bilgi kutusu */
.pay-panel .pay-alt-info {
    background: var(--brand-soft);
    border: 1px solid #bcdcf5;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: .88rem;
    color: #33566e;
    line-height: 1.6;
}

.pay-panel .pay-bank-line {
    background: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 8px 0;
    color: var(--ink);
}

/* Tutar özeti */
.pay-panel .pay-sum {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    position: sticky;
    top: 90px;
}

.pay-panel .pay-sum-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--line);
}

.pay-panel .pay-free {
    color: #3e8e22;
}

.pay-panel .pay-sum-cargo {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--line);
    font-size: .86rem;
    color: var(--muted);
}

    .pay-panel .pay-sum-cargo i {
        color: var(--brand);
    }

/* Başarılı modal */
.pay-panel .pay-ok-modal {
    border-radius: 18px;
}

    .pay-panel .pay-ok-modal .modal-body {
        padding: 34px 28px;
    }

.pay-panel .pay-ok-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 10px;
}

.pay-panel .pay-ok-text {
    font-size: .93rem;
    color: var(--muted);
    margin-bottom: 20px;
}

    .pay-panel .pay-ok-text strong {
        color: var(--brand);
    }

@media (max-width: 767.98px) {
    .pay-steps {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pay-step {
        padding: 10px 14px;
    }

    .pay-step-no {
        width: 32px;
        height: 32px;
        font-size: .9rem;
    }

    .pay-panel .pay-card-body {
        padding: 18px 14px;
    }

    .pay-panel .pay-table {
        font-size: .82rem;
    }

    .pay-panel .pay-sum {
        position: static;
    }

    .pay-panel .pay-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .pay-panel .pay-actions .btn {
            width: 100%;
        }
}

/* Ödeme: mobil ürün tablosu */
@media (max-width: 767.98px) {
    .pay-panel .table-responsive {
        border: 1px solid var(--line);
        border-radius: 10px;
        overflow: hidden;
    }

    .pay-panel .pay-table th,
    .pay-panel .pay-table td {
        padding: 7px 8px;
        font-size: .78rem;
        border: 0;
        border-bottom: 1px solid var(--line);
    }

    .pay-panel .pay-table tr:last-child td {
        border-bottom: 0;
    }

    .pay-panel .pay-table th:nth-child(4),
    .pay-panel .pay-table td:nth-child(4) {
        display: none;
    }
}

/* ===== MANUEL ÖDEME ===== */
.mp-amount {
    position: relative;
}

    .mp-amount .form-control {
        padding-right: 44px;
        font-weight: 700;
    }

.mp-currency {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-weight: 700;
    font-size: .9rem;
}

.mp-secure {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--brand-soft);
    border-radius: 10px;
    padding: 12px 16px;
    margin: 20px 0;
    font-size: .86rem;
    color: #33566e;
}

    .mp-secure i {
        font-size: 1.3rem;
        color: var(--brand);
        flex-shrink: 0;
    }

.mp-pay-btn {
    width: 100%;
    padding: 13px;
    font-size: 1.02rem;
    font-weight: 700;
}

/* Kart no 4'lü grup (manuel ödeme vb. genel kullanım) */
.pay-cc-no {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}


.qty-btn i {
    pointer-events: none; /* İkonun tıklama olayını yok sayar, tıklama doğrudan butona iletilir */
}



/* ===== BLOG DETAY ===== */
.blog-detail-section {
    padding: 34px 0 60px;
    background: var(--bg-soft);
}

.blog-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.blog-detail-hero {
    position: relative;
}

    .blog-detail-hero img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
        display: block;
    }

    .blog-detail-hero .blog-cat {
        position: absolute;
        left: 18px;
        bottom: 18px;
    }

.blog-detail-body {
    padding: 26px 28px;
}

.blog-detail-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0 0 12px;
    line-height: 1.3;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    font-size: .86rem;
    color: var(--muted);
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px dashed var(--line);
}

    .blog-detail-meta i {
        color: var(--brand);
    }

    .blog-detail-meta a {
        color: var(--brand);
        text-decoration: none;
        font-weight: 600;
    }

.blog-detail-content p {
    font-size: .97rem;
    color: #3d4a5c;
    line-height: 1.85;
    margin-bottom: 16px;
    text-align: justify;
}

/* Etiketler */
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding-top: 18px;
    margin-top: 8px;
    border-top: 1px dashed var(--line);
}

.blog-tags-label {
    font-size: .85rem;
    font-weight: 700;
    color: var(--ink);
}

    .blog-tags-label i {
        color: var(--brand);
    }

.blog-tag {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: .78rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all .2s;
}

    .blog-tag:hover {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
    }

/* Paylaş */
.blog-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 16px;
    margin-top: 14px;
    border-top: 1px dashed var(--line);
}

.blog-share-label {
    font-size: .88rem;
    font-weight: 700;
    color: var(--ink);
}

    .blog-share-label i {
        color: var(--brand);
    }

.blog-share-btns {
    display: flex;
    gap: 8px;
}

.blog-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    border: 0;
    text-decoration: none;
    transition: transform .2s, opacity .2s;
}

    .blog-share-btn:hover {
        transform: translateY(-2px);
        opacity: .9;
        color: #fff;
    }

.share-fb {
    background: #1877f2;
}

.share-tw {
    background: #14171a;
}

.share-wa {
    background: #25d366;
}

.share-copy {
    background: var(--brand);
}

    .share-copy.copied {
        background: var(--accent);
    }

/* İlgili yazılar */
.blog-related {
    margin-top: 26px;
}

.blog-related-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 14px;
}

    .blog-related-title i {
        color: var(--brand);
    }

/* Yan panel */
.blog-side {
    position: sticky;
    top: 84px;
}

.blog-side-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 18px;
}

.blog-side-head {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 12px 18px;
}

.blog-side-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

    .blog-side-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 18px;
        font-size: .9rem;
        font-weight: 600;
        color: var(--ink);
        text-decoration: none;
        transition: background .2s;
    }

        .blog-side-list a i {
            font-size: .75rem;
            color: var(--brand);
            margin-right: 4px;
        }

        .blog-side-list a span {
            background: var(--bg-soft);
            border-radius: 12px;
            font-size: .76rem;
            padding: 2px 10px;
            color: var(--muted);
        }

        .blog-side-list a:hover, .blog-side-list a.active {
            background: var(--brand-soft);
            color: var(--brand);
        }

            .blog-side-list a.active span {
                background: #fff;
                color: var(--brand);
            }

.blog-side-post {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 18px;
    text-decoration: none;
    border-bottom: 1px dashed var(--line);
    transition: background .2s;
}

    .blog-side-post:last-child {
        border-bottom: 0;
    }

    .blog-side-post:hover {
        background: var(--brand-soft);
    }

    .blog-side-post img {
        width: 68px;
        height: 48px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .blog-side-post strong {
        display: block;
        font-size: .85rem;
        color: var(--ink);
        line-height: 1.35;
    }

    .blog-side-post span {
        font-size: .76rem;
        color: var(--muted);
    }

    .blog-side-post.active {
        background: var(--brand-soft);
    }

        .blog-side-post.active strong {
            color: var(--brand);
        }

.blog-side-cta {
    padding: 22px;
    text-align: center;
    background: linear-gradient(160deg, var(--brand-soft) 0%, #fff 100%);
}

    .blog-side-cta i {
        font-size: 2rem;
        color: var(--brand);
    }

    .blog-side-cta strong {
        display: block;
        font-size: 1rem;
        color: var(--ink);
        margin: 8px 0 4px;
    }

    .blog-side-cta p {
        font-size: .84rem;
        color: var(--muted);
        margin-bottom: 14px;
    }

@media (max-width: 991.98px) {
    .blog-side {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .blog-detail-body {
        padding: 20px 16px;
    }

    .blog-detail-title {
        font-size: 1.25rem;
    }

    .blog-detail-hero img {
        max-height: 240px;
    }
}

/* ===== BLOG ARAMA + KATEGORİ SAYISI ===== */
.blog-search {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid var(--line);
}

    .blog-search .form-control {
        font-size: .88rem;
        border-radius: 10px;
        border-color: var(--line);
    }

        .blog-search .form-control:focus {
            border-color: var(--brand);
            box-shadow: 0 0 0 3px rgba(26,115,192,.12);
        }

.blog-search-btn {
    width: 40px;
    flex-shrink: 0;
    border: 0;
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    font-size: 1rem;
    transition: background .2s;
    text-align:center;
    padding-top:5px;
}

    .blog-search-btn:hover {
        background: var(--brand-dark);
    }

    .blog-search-side {
        border-bottom: 0;
        padding-bottom: 4px;
    }

/* kategori yazı sayısı rozeti */
.side-link .cat-n {
    margin-left: auto;
    background: var(--bg-soft);
    border-radius: 12px;
    font-size: .74rem;
    font-weight: 700;
    padding: 2px 10px;
    color: var(--muted);
}

.side-link:hover .cat-n {
    background: #fff;
    color: var(--brand);
}

/* arama sonucu: eslesmeyen kartlari gizle */
.blog-card-hide {
    display: none !important;
}

.blog-noresult {
    background: #fff;
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    padding: 34px 20px;
    text-align: center;
    color: var(--muted);
    font-size: .95rem;
}

    .blog-noresult i {
        font-size: 2rem;
        color: var(--brand);
        display: block;
        margin-bottom: 8px;
    }

/* Blog liste sayfasinda yan panelin arama kutusu */
.cat-panel .blog-search {
    border-bottom: 1px solid var(--line);
}

    .cat-panel .blog-search .form-control {
        font-size: .88rem;
    }
