/**
 * Mağaza teması - açık, güven veren genel e-ticaret görünümü
 * style.css'ten sonra yüklenir ve eski koyu/streetwear görünümünü ezer.
 */

:root,
[data-theme="dark"] {
    --brand: #1a56db;
    --brand-dark: #1241a8;
    --brand-soft: #eaf1fe;
    --cta: #f27a1a;
    --cta-dark: #d8650a;
    --ok: #0e9f6e;
    --ok-soft: #e7f7f0;
    --warn: #c27803;
    --danger-soft: #fdecec;

    --bg-primary: #ffffff;
    --bg-secondary: #f4f6fa;
    --bg-tertiary: #eceff5;
    --text-primary: #1d2433;
    --text-secondary: #5b6474;
    --text-muted: #8a93a3;
    --border-color: #e3e7ee;
    --accent: #1a56db;
    --accent-hover: #1241a8;

    --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.06);
    --shadow: 0 4px 16px rgba(16, 24, 40, 0.08);
    --shadow-lg: 0 12px 32px rgba(16, 24, 40, 0.12);
    --shadow-glow: none;

    --radius-sm: 6px;
    --radius: 10px;
    --radius-lg: 14px;
    --radius-xl: 18px;
}

body {
    background: var(--bg-secondary);
    color: var(--text-primary);
    font-size: 15px;
}

main {
    min-height: 50vh;
}

::selection {
    background: var(--brand);
    color: #fff;
}

#particles-js,
.particle,
.cursor-glow,
.page-loader,
.theme-toggle,
.announcement-bar,
.marquee-section {
    display: none !important;
}

a:hover {
    color: var(--brand);
}

/* ====== Butonlar ====== */
.btn {
    border-radius: var(--radius-sm);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.btn-dark,
.btn-primary,
[data-theme="dark"] .btn-dark {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-primary:hover,
[data-theme="dark"] .btn-dark:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
    transform: none;
    box-shadow: none;
}

.btn-outline-dark {
    border-color: var(--brand);
    color: var(--brand);
    background: #fff;
}

.btn-outline-dark:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.btn-cta {
    background: var(--cta);
    border: 1px solid var(--cta);
    color: #fff;
}

.btn-cta:hover,
.btn-cta:focus {
    background: var(--cta-dark);
    border-color: var(--cta-dark);
    color: #fff;
}

.btn-add-to-cart {
    background: var(--cta) !important;
    border-color: var(--cta) !important;
    color: #fff !important;
    text-transform: none;
    letter-spacing: 0;
}

.btn-add-to-cart:hover {
    background: var(--cta-dark) !important;
    border-color: var(--cta-dark) !important;
}

.btn-add-to-cart.btn-success {
    background: var(--ok) !important;
    border-color: var(--ok) !important;
}

.form-control,
.form-select {
    border-radius: var(--radius-sm);
    border-color: var(--border-color);
    background-color: #fff;
    color: var(--text-primary);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.15);
}

.page-link {
    color: var(--brand);
    border-color: var(--border-color);
}

.page-item.active .page-link {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: var(--text-secondary);
}

.breadcrumb-item a:hover {
    color: var(--brand);
}

/* ====== Üst bilgi çubuğu ====== */
.site-topbar {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    font-size: 12.5px;
    color: var(--text-secondary);
}

.site-topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
    gap: 16px;
}

.topbar-trust,
.topbar-links {
    display: flex;
    gap: 22px;
    align-items: center;
}

.topbar-trust i {
    color: var(--ok);
    margin-right: 5px;
}

.topbar-links a {
    color: var(--text-secondary);
}

.topbar-links a:hover {
    color: var(--brand);
}

/* ====== Başlık ====== */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: var(--shadow-sm);
}

.header-main {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header-burger {
    border: 0;
    background: transparent;
    font-size: 26px;
    color: var(--text-primary);
    padding: 0;
    line-height: 1;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary);
    flex-shrink: 0;
}

.site-logo:hover {
    color: var(--text-primary);
}

.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cta) 0%, #ef6a12 42%, var(--brand) 100%);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 3px 10px rgba(242, 122, 26, 0.28);
    flex-shrink: 0;
}

.logo-mark svg {
    width: 26px;
    height: 26px;
}

.logo-text {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.6px;
    white-space: nowrap;
    line-height: 1;
}

/* "GO" vurgu renginde, "Sepet" lacivert - iki renk uyumlu ikili */
.logo-text .logo-a {
    color: var(--cta);
}

.logo-text .logo-b {
    color: #17255a;
    margin-left: 3px;
}

.site-footer .logo-text .logo-b {
    color: #17255a;
}

.header-search {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 680px;
}

.header-search > i {
    position: absolute;
    left: 14px;
    color: var(--text-muted);
    pointer-events: none;
}

.header-search input {
    width: 100%;
    height: 46px;
    border: 2px solid var(--border-color);
    border-right: 0;
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    padding: 0 14px 0 40px;
    font-size: 14.5px;
    background: var(--bg-secondary);
    outline: none;
    transition: border-color .15s, background .15s;
}

.header-search input:focus {
    border-color: var(--brand);
    background: #fff;
}

.header-search button {
    height: 46px;
    border: 0;
    padding: 0 22px;
    background: var(--brand);
    color: #fff;
    font-weight: 600;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.header-search button:hover {
    background: var(--brand-dark);
}

.header-search .search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    display: none;
    z-index: 1100;
    max-height: 420px;
    overflow-y: auto;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color);
}

.search-result-item:last-child {
    border-bottom: 0;
}

.search-result-item:hover {
    background: var(--bg-secondary);
}

.search-result-item img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--border-color);
}

.search-result-item .result-info {
    display: flex;
    flex-direction: column;
    font-size: 13.5px;
}

.search-result-item .result-info span {
    color: var(--brand);
    font-weight: 700;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    background: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.header-action:hover,
.header-action.show {
    border-color: var(--border-color);
    color: var(--brand);
    background: #fff;
}

.header-action i {
    font-size: 22px;
}

.header-action .action-sub {
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.1;
}

.header-action.cart .cart-count {
    position: absolute;
    top: 2px;
    left: 26px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 10px;
    background: var(--cta);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.header-action.dropdown-toggle::after {
    display: none;
}

.cat-nav {
    border-top: 1px solid var(--border-color);
    background: #fff;
}

.cat-nav ul {
    list-style: none;
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.cat-nav a {
    display: block;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.cat-nav a:hover,
.cat-nav a.active {
    color: var(--brand);
    border-bottom-color: var(--brand);
}

.cat-nav a.deal {
    color: var(--cta);
}

@media (max-width: 991.98px) {
    .header-main {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-search {
        order: 5;
        flex: 1 1 100%;
        max-width: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-action .action-text {
        display: none;
    }

    .logo-text {
        font-size: 18px;
    }

    .logo-mark {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }
}

.mobile-menu .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 13px 18px;
}

/* ====== Flash ====== */
.flash-message {
    border-radius: 0;
}

/* ====== Bölümler ====== */
.shop-section {
    padding: 28px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
}

.section-head h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.section-head p {
    margin: 2px 0 0;
    color: var(--text-secondary);
    font-size: 14px;
}

.section-head a {
    font-weight: 600;
    font-size: 14px;
    color: var(--brand);
    white-space: nowrap;
}

.panel {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
}

/* ====== Hero ====== */
.shop-hero {
    padding: 20px 0 8px;
}

.hero-banner {
    border-radius: var(--radius-xl);
    background: linear-gradient(120deg, #1241a8 0%, #1a56db 55%, #3b82f6 100%);
    color: #fff;
    padding: 48px 44px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.hero-banner::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.hero-banner h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.hero-banner p {
    font-size: 17px;
    opacity: .92;
    max-width: 520px;
}

.hero-banner .btn {
    padding: 12px 24px;
    font-size: 15px;
}

.hero-banner .btn-light {
    color: var(--brand-dark);
}

.hero-trust {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-lg);
    padding: 22px;
}

.hero-trust li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 9px 0;
}

.hero-trust i {
    font-size: 22px;
    line-height: 1;
}

.hero-trust strong {
    display: block;
    font-size: 15px;
}

.hero-trust small {
    color: rgba(255, 255, 255, .85);
}

.hero-carousel .carousel-item {
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.hero-carousel .slide {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-carousel .slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 30, 80, .65) 0%, rgba(10, 30, 80, .15) 70%);
}

.hero-carousel .slide-content {
    position: relative;
    color: #fff;
    padding: 40px;
    max-width: 560px;
}

.hero-carousel .slide-content h2 {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
}

/* ====== Kategori kutuları ====== */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}

.cat-tile {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 16px 10px;
    text-align: center;
    color: var(--text-primary);
    transition: border-color .15s, box-shadow .15s, transform .15s;
}

.cat-tile:hover {
    border-color: var(--brand);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
    color: var(--brand);
}

.cat-tile .cat-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
}

.cat-tile .cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-tile span {
    font-size: 13.5px;
    font-weight: 600;
    display: block;
    line-height: 1.25;
}

/* ====== Güven şeridi ====== */
.trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.trust-item {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 16px;
}

.trust-item i {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ok-soft);
    color: var(--ok);
    display: grid;
    place-items: center;
    font-size: 20px;
}

.trust-item strong {
    display: block;
    font-size: 14.5px;
}

.trust-item small {
    color: var(--text-secondary);
    font-size: 12.5px;
}

@media (max-width: 991.98px) {
    .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .trust-row {
        grid-template-columns: 1fr;
    }

    .hero-banner {
        padding: 30px 22px;
    }
}

/* ====== Ürün kartı ====== */
.p-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .18s, border-color .18s;
    position: relative;
}

.p-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: #d3dae6;
}

.p-card-media {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}

.p-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform .3s;
}

.p-card:hover .p-card-media img {
    transform: scale(1.04);
}

.p-card-media .placeholder-img {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--text-muted);
    font-size: 42px;
    background: var(--bg-secondary);
}

.p-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.p-badge {
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1.4;
}

.p-badge.discount {
    background: #e02424;
    color: #fff;
}

.p-badge.new {
    background: var(--brand);
    color: #fff;
}

.p-badge.out {
    background: #4b5563;
    color: #fff;
}

.p-card.is-out .p-card-media img {
    opacity: .5;
}

.p-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.p-card-cat {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 3px;
}

.p-card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 39px;
}

.p-card-title a {
    color: var(--text-primary);
}

.p-card-title a:hover {
    color: var(--brand);
}

.p-card-price {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
}

.p-card-price .old {
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.p-card-price .current {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand);
}

.p-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
    min-height: 22px;
}

.p-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ok);
    background: var(--ok-soft);
    border-radius: 4px;
    padding: 2px 7px;
}

/* ====== Ürün listesi ====== */
.listing-header {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
}

.listing-header h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 6px 0 0;
}

.filter-panel {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 16px;
    position: sticky;
    top: 150px;
}

.filter-panel h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 60vh;
    overflow-y: auto;
}

.filter-panel li a {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--text-primary);
}

.filter-panel li a:hover {
    background: var(--bg-secondary);
}

.filter-panel li a.active {
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 600;
}

.listing-toolbar {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.listing-toolbar .form-select {
    width: auto;
    min-width: 200px;
}

.chip-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.chip {
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: #fff;
    font-size: 13.5px;
    color: var(--text-primary);
}

.chip.active {
    border-color: var(--brand);
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 600;
}

/* ====== Ürün detayı ====== */
.pd-wrap {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 24px;
}

.pd-main-image {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background: #fff;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.pd-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
}

.pd-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
}

.pd-thumbs button {
    flex: 0 0 72px;
    height: 72px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    background: #fff;
    padding: 3px;
}

.pd-thumbs button.active,
.pd-thumbs button:hover {
    border-color: var(--brand);
}

.pd-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 4px 0 12px;
}

.pd-price-box {
    background: var(--bg-secondary);
    border-radius: var(--radius);
    padding: 16px 18px;
    margin-bottom: 18px;
}

.pd-price-box .old {
    color: var(--text-muted);
    text-decoration: line-through;
    font-size: 16px;
}

.pd-price-box .current {
    font-size: 32px;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -0.5px;
}

.pd-price-box .save {
    display: inline-block;
    background: #e02424;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    padding: 3px 9px;
    margin-left: 8px;
    vertical-align: middle;
}

.pd-stock {
    font-size: 14px;
    font-weight: 600;
}

.pd-stock.in {
    color: var(--ok);
}

.pd-stock.low {
    color: var(--warn);
}

.pd-stock.out {
    color: #e02424;
}

.option-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.option-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-pill span {
    display: block;
    min-width: 54px;
    text-align: center;
    padding: 9px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    transition: border-color .12s;
}

.option-pill input:checked + span {
    border-color: var(--brand);
    background: var(--brand-soft);
    color: var(--brand);
}

.option-pill input:disabled + span {
    color: var(--text-muted);
    text-decoration: line-through;
    cursor: not-allowed;
    background: var(--bg-secondary);
}

.option-pill small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--warn);
}

.pd-actions {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.pd-actions .quantity-selector {
    flex-shrink: 0;
}

.pd-actions .btn {
    flex: 1;
    padding: 13px 18px;
    font-size: 16px;
}

.pd-info-list {
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    margin-top: 18px;
}

.pd-info-list div {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}

.pd-info-list div:last-child {
    border-bottom: 0;
}

.pd-info-list i {
    font-size: 20px;
    color: var(--ok);
    width: 24px;
    text-align: center;
}

.pd-description {
    white-space: normal;
    line-height: 1.75;
    color: var(--text-primary);
}

/* ====== Alt bilgi ====== */
.site-footer {
    background: #fff;
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
    color: var(--text-secondary);
    font-size: 14px;
}

.site-footer .footer-main {
    padding: 40px 0 24px;
}

.site-footer h6 {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer li {
    margin-bottom: 9px;
}

.site-footer a {
    color: var(--text-secondary);
}

.site-footer a:hover {
    color: var(--brand);
}

.site-footer .contact-line {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.site-footer .contact-line i {
    color: var(--brand);
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: grid;
    place-items: center;
    color: var(--text-secondary);
}

.footer-social a:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.footer-bottom-bar {
    border-top: 1px solid var(--border-color);
    padding: 16px 0;
    font-size: 13px;
}

.pay-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.pay-badge {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 3px 9px;
    font-size: 11.5px;
    font-weight: 800;
    color: var(--text-primary);
    background: #fff;
    letter-spacing: .3px;
}

.pay-badge.ssl {
    color: var(--ok);
    border-color: #b7e4cf;
    background: var(--ok-soft);
}

.scroll-top {
    background: var(--brand) !important;
    color: #fff !important;
}

/* ====== Mevcut sayfalar için ufak uyumlar ====== */
.card,
.order-summary,
.checkout-summary,
.auth-card,
.cart-item {
    background: #fff;
    border-color: var(--border-color);
}

.badge.bg-light {
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
}

.qty-btn {
    background: #fff;
    border-color: var(--border-color);
}

.quantity-selector {
    border-radius: var(--radius-sm);
}

/* Tedarikçiden gelen görsel açılmazsa yer tutucu */
.p-card-media img.is-fallback {
    object-fit: cover;
    padding: 0;
}

@media (max-width: 991.98px) {
    .logo-text {
        font-size: 19px;
    }

    .logo-mark {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .logo-mark svg {
        width: 22px;
        height: 22px;
    }
}
