#header .header-category-nav > ul > li.header-top-dropdown > a,
#header .header-category-nav > ul > li.header-top-dropdown:not(.is-open) > a {
    pointer-events: auto;
    cursor: default;
}
#header .header-category-nav > ul > li.header-top-dropdown.is-open > a {
    pointer-events: auto;
    cursor: pointer;
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    #header .header-utility-bar {
        display: none;
    }

    #header .header-category-bar {
        display: none !important;
    }

    #header .header-all-categories {
        width: 0;
        height: 0;
        min-height: 0;
        padding: 0;
        margin: 0;
        overflow: visible;
        position: static;
    }

    #header .header-category-nav > ul {
        overflow: visible;
        min-height: 0;
    }

    #header .header-utility-inner,
    #header .header-main-inner,
    #header .header-category-nav > ul {
        gap: 12px;
    }

    #header .header-main-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    #header .header-social-links,
    #header .header-quick-links,
    #header .header-main-actions {
        justify-content: center;
    }

    #header .header-main-row {
        background: #ffffff;
    }

    #header .header-main-inner {
        padding: 10px 0;
        min-height: 70px;
    }

    #header .header-mobile-brand-group,
    #header .header-mobile-left-tools,
    #header .header-main-actions {
        display: flex;
        align-items: center;
        gap: 4px;
        flex: none;
    }

    #header .header-mobile-brand-group {
        display: block;
        position: static;
        transform: none;
    }

    #header .header-mobile-left-tools {
        justify-content: flex-start;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        z-index: 2;
    }

    #header .header-main-actions {
        justify-content: flex-end;
        align-self: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        margin-left: 0;
        z-index: 2;
    }

    #header .mobile-menu-trigger,
    #header .mobile-search-trigger,
    #header .header-main-action {
        width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #111827;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: relative;
    }

    #header .mobile-menu-trigger i,
    #header .mobile-search-trigger i,
    #header .header-main-action i {
        font-size: 25px;
        color: #111827;
    }

    #header .mobile-search-trigger {
        display: none;
    }

    #header .header-main-action span {
        display: none;
    }

    #header .header-main-action:hover,
    #header .mobile-menu-trigger:hover,
    #header .mobile-search-trigger:hover {
        transform: none;
        border-color: transparent;
        box-shadow: none;
        color: #111827;
        background: transparent;
    }

    #header .header-main-cart-count {
        position: absolute;
        top: 2px;
        right: 0;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        font-size: 10px;
        background: #ef4444;
    }

    #header .header-search-wrap {
        display: none;
    }

    #header .header-mobile-search-row {
        display: block;
        padding: 0 0 12px;
        background: #ffffff;
    }

    #header .header-mobile-search {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #f8fafc;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    }

    #header .header-mobile-search input {
        flex: 1 1 auto;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #111827;
        font-size: 14px;
        padding: 10px 12px;
    }

    #header .header-mobile-search input::placeholder {
        color: #94a3b8;
    }

    #header .header-mobile-search button {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        box-shadow: 0 10px 18px rgba(234, 88, 12, 0.22);
    }

    #header .header-mobile-search button i {
        font-size: 16px;
    }

    #header .header-brand {
        width: auto;
        flex: 0 0 auto;
        justify-content: center;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    #header .header-brand img {
        max-height: 56px;
    }

    #header .header-search-tags {
        justify-content: center;
    }

    #header .header-category-nav > ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #header .header-category-nav > ul > li:not(.header-all-categories) {
        display: none;
    }

    #header .header-all-categories > a {
        display: none;
    }

    #header .header-all-categories-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        margin-top: 0;
        padding: 18px 14px 24px;
        border-radius: 0;
        border: 0;
        box-shadow: 20px 0 36px rgba(15, 23, 42, 0.18);
        display: block;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
        transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
        z-index: 40;
    }

    #header .header-all-categories.is-open > .header-all-categories-dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    #header .header-all-categories-dropdown li.dropdown > ul {
        position: static;
        top: auto;
        left: auto;
        min-width: 0;
        margin-top: 6px;
        margin-left: 10px;
        border-radius: 12px;
        box-shadow: none;
        display: none;
    }

    #header .header-all-categories-trigger {
        position: relative;
    }

    #header .header-all-categories-trigger::after {
        content: '\F282';
        font-family: bootstrap-icons;
        font-size: 14px;
        margin-left: auto;
        transition: transform 0.2s ease;
    }

    #header .header-all-categories.is-open > .header-all-categories-trigger::after {
        transform: rotate(180deg);
    }

    #header .header-all-categories-dropdown a {
        background: #fffaf5;
        border-radius: 12px;
    }

    #header .header-dropdown-row {
        gap: 6px;
    }

    #header .header-dropdown-link {
        min-width: 0;
    }

    #header .header-submenu-toggle {
        flex: 0 0 42px;
        margin: 4px 8px 4px 0;
        background: #fff3e8;
    }

    #header .header-all-categories-panel-head {
        display: block;
        padding: 0 0 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e5e7eb;
    }

    #header .header-all-categories-panel-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

    #header .header-all-categories-panel-bar strong {
        font-size: 18px;
        color: #111827;
    }

    #header .header-all-categories-close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: #fff3e8;
        color: #ea580c;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 12px;
    }

    #header .header-brand img {
        max-height: 48px;
    }

    #header .header-main-actions {
        width: auto;
    }

    #header .header-main-action {
        justify-content: center;
    }

    .slider {
        margin: 16px 0 28px;
        border-radius: 14px;
    }

    .urunler {
        padding: 28px 0;
    }

    .urunler h2 {
        font-size: 22px;
        font-weight: 700;
        margin: -2px 0 20px;
    }

    .urun-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .urun-kaydirici {
        gap: 4px;
    }

    .urun-kaydir-track {
        gap: 8px;
    }

    .urun-kaydir-track .urun-card {
        flex-basis: 100%;
    }

    .urun-kaydir-btn {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .urun-card img {
        height: 200px;
    }

    .urun-card.ana-urun-card img {
        width: 100%;
        height: 220px;
        margin-top: 0;
        padding: 0;
        background: transparent;
        object-fit: cover;
        object-position: top center;
        border-radius: 18px 18px 0 0;
    }

    .urun-card-actions {
        flex-direction: column;
    }

    .sepet-sayfa .sepet-tablosu {
        font-size: 13px;
    }

    .sepet-sayfa .sepet-islemler .btn {
        width: 100%;
        text-align: center;
    }

    .odeme-sayfa h1,
    .sepet-sayfa h1,
    .kategori-sayfa h1,
    .urun-bilgi h1 {
        font-size: 17px;
        line-height: 1.3;
    }

    .odeme-grid,
    .urun-detay-grid,
    .iletisim-grid {
        gap: 18px;
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.ust-kayan-yazi-seridi {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ust-kayan-yazi-icerik {
    display: flex;
    width: max-content;
    gap: 32px;
    padding: 9px 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    animation: ust-kayan-yazi-akis 22s linear infinite;
}

.ust-kayan-yazi-icerik span {
    display: inline-flex;
    align-items: center;
}

@keyframes ust-kayan-yazi-akis {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
#header.header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease;
    will-change: transform;
}

#header.header.header-scroll-hidden {
    transform: translateY(-100%);
}

body.header-menu-open #header.header.header-scroll-hidden {
    transform: translateY(0);
}

#header .container {
    display: block;
    padding: 0 15px;
}

#header + main {
    display: block;
    position: relative;
    z-index: 1;
}

#header .topbar {
    background: #111111;
    color: #f8fafc;
    border-bottom: none;
}

#header .header-utility-bar {
    background: #f4f4f4;
    border-bottom: 1px solid #e5e7eb;
}

#header .header-utility-inner,
#header .header-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#header .header-utility-inner {
    padding: 10px 0;
}

#header .header-social-links,
#header .header-quick-links,
#header .header-main-actions,
#header .header-search-tags,
#header .header-category-nav > ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

#header .header-social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    border: 1px solid #d1d5db;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#header .header-social-links a:hover {
    color: #ea580c;
    border-color: #fb923c;
    transform: translateY(-1px);
}

#header .header-quick-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

#header .header-quick-links a {
    text-decoration: none;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s ease;
}

#header .header-quick-links a:hover {
    color: #ea580c;
}

#header .header-main-row {
    background:
        radial-gradient(circle at top left, rgba(251, 146, 60, 0.18), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff8f1 100%);
}

#header .header-main-inner {
    padding: 18px 0;
    align-items: flex-start;
}

@media (min-width: 992px) {
    #header .header-mobile-search-row {
        display: none;
    }

    #header .header-mobile-left-tools,
    #header .mobile-menu-trigger,
    #header .mobile-search-trigger {
        display: none;
    }
}

#header .header-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

#header .header-brand img {
    width: auto;
    max-height: 74px;
    object-fit: contain;
}

#header .header-search-wrap {
    flex: 1 1 auto;
    max-width: 560px;
}

#header .header-search {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 8px;
    border-radius: 6px;
    background: #ffffff;
    border: 2px solid #fb923c;
    box-shadow: 0 18px 40px rgba(251, 146, 60, 0.15);
}

#header .header-search input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #1f2937;
    font-size: 15px;
    padding: 9px 18px;
}

#header .header-search input::placeholder {
    color: #9ca3af;
}

#header .header-search button {
    width: 52px;
    height: 44px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 14px 24px rgba(234, 88, 12, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#header .header-search button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(234, 88, 12, 0.3);
    filter: brightness(0.97);
}

#header .header-search button i {
    font-size: 18px;
    line-height: 1;
}

#header .header-search-tags {
    margin-top: 10px;
    gap: 16px;
    flex-wrap: wrap;
}

#header .header-search-tags a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

#header .header-search-tags a:hover {
    color: #ea580c;
}

#header .header-main-actions {
    flex: 0 0 auto;
    align-self: flex-start;
    gap: 12px;
}

#header .header-main-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1f2937;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0 16px;
    min-height: 56px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

#header .header-main-action:hover {
    transform: translateY(-1px);
    border-color: #fdba74;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

#header .header-main-action i {
    font-size: 20px;
    color: #ea580c;
}

#header .header-main-cart-count {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

#header .header-category-bar {
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
}

#header .header-category-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 58px;
    flex-wrap: nowrap;
    overflow: visible;
}

#header .header-category-bar,
#header .header-category-nav {
    overflow: visible;
}

#header .header-category-nav > ul > li {
    position: relative;
    list-style: none;
    flex: 0 0 auto;
}

#header .header-category-nav > ul > li > a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

#header .header-category-nav > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.12);
}

#header .header-top-dropdown {
    position: relative;
}

#header .header-top-link {
    justify-content: center;
}

#header .header-top-link-icon {
    font-size: 11px;
    transition: transform 0.25s ease;
}

#header .header-top-dropdown:hover > .header-top-link .header-top-link-icon,
#header .header-top-dropdown:focus-within > .header-top-link .header-top-link-icon,
#header .header-top-dropdown.is-open > .header-top-link .header-top-link-icon,
#header .header-top-dropdown.is-open > .header-top-dropdown-row .header-top-link-icon {
    transform: rotate(180deg);
}

#header .header-top-submenu,
#header .header-top-submenu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
    min-width: 280px;
    width: max-content;
    max-width: min(92vw, 640px);
}

#header .header-top-dropdown > .header-top-submenu,
#header .header-top-submenu li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
    z-index: 35;
}

#header .header-top-submenu li > ul {
    top: calc(100% - 4px);
    left: 50%;
    min-width: 260px;
}

#header .header-top-dropdown:hover > .header-top-submenu,
#header .header-top-dropdown:focus-within > .header-top-submenu,
#header .header-top-dropdown.is-open > .header-top-submenu,
#header .header-top-submenu li:hover > ul,
#header .header-top-submenu li:focus-within > ul,
#header .header-top-submenu li.is-open > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0.15s;
}

#header .header-top-dropdown-row {
    display: flex;
    align-items: stretch;
}

#header .header-top-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none;
    color: #1f2937;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-top-submenu a:hover {
    background: #fff7ed;
    color: #ea580c;
}

#header .header-top-submenu-link {
    flex: 1 1 auto;
}

#header .header-top-submenu-toggle {
    width: 42px;
    margin: 4px 8px 4px 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-top-submenu-toggle:hover {
    background: #fff7ed;
    color: #ea580c;
}

#header .header-top-submenu.level-2 > li > .header-top-dropdown-row > .header-top-submenu-link,
#header .header-top-submenu.level-2 > li > a {
    font-weight: 700;
}

#header .header-top-submenu.level-3 {
    min-width: 230px;
}

#header .header-top-submenu.level-3 > li > .header-top-dropdown-row > .header-top-submenu-link,
#header .header-top-submenu.level-3 > li > a {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.25;
    background: #fffaf5;
}

@media (min-width: 992px) {
    #header .header-category-nav {
        position: relative;
    }

    #header .header-category-nav > ul {
        position: relative;
    }

    #header .header-category-nav > ul > li.header-top-dropdown {
        position: static;
    }

    #header .header-top-dropdown > .header-top-submenu {
        top: 100%;
        left: 0;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        padding: 24px 28px;
        border-radius: 0 0 18px 18px;
        transform: translateY(14px);
        display: none;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 22px 28px;
        align-items: start;
    }

    #header .header-top-dropdown:hover > .header-top-submenu,
    #header .header-top-dropdown:focus-within > .header-top-submenu,
    #header .header-top-dropdown.is-open > .header-top-submenu {
        transform: translateY(0);
        display: grid;
    }

    #header .header-top-submenu.level-2 > li {
        min-width: 0;
    }

    #header .header-top-submenu.level-2 > li > .header-top-dropdown-row,
    #header .header-top-submenu.level-2 > li > a {
        display: block;
        margin-bottom: 8px;
    }

    #header .header-top-submenu.level-2 > li > .header-top-dropdown-row > .header-top-submenu-link,
    #header .header-top-submenu.level-2 > li > a {
        padding: 0 0 8px;
        color: #111827;
        background: transparent;
        border-bottom: 1px solid #fde2c5;
        font-size: 14px;
        font-weight: 800;
    }

    #header .header-top-submenu.level-2 > li > .header-top-dropdown-row > .header-top-submenu-link:hover,
    #header .header-top-submenu.level-2 > li > a:hover {
        background: transparent;
        color: #ea580c;
    }

    #header .header-top-submenu.level-2 > li > .header-top-dropdown-row > .header-top-submenu-toggle {
        display: none;
    }

    #header .header-top-submenu.level-2 > li > ul {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        width: 100%;
        max-width: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: block;
    }

    #header .header-top-submenu.level-3 > li > .header-top-dropdown-row > .header-top-submenu-link,
    #header .header-top-submenu.level-3 > li > a {
        padding: 6px 0;
        background: transparent;
        color: #374151;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 600;
    }

    #header .header-top-submenu.level-3 > li > .header-top-dropdown-row > .header-top-submenu-link:hover,
    #header .header-top-submenu.level-3 > li > a:hover {
        background: transparent;
        color: #ea580c;
    }

    #header .header-top-submenu.level-3 .header-top-submenu-toggle {
        display: none;
    }
}

#header .header-all-categories > a {
    background: #111827;
}

#header .header-all-categories-dropdown,
#header .header-all-categories-dropdown ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.14);
    min-width: 340px;
}

#header .header-all-categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 0.42s ease, transform 0.42s ease, visibility 0.42s ease;
}

#header .header-all-categories.is-open > .header-all-categories-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

#header .header-all-categories-dropdown li {
    position: relative;
}

#header .header-all-categories-panel-head {
    display: none;
}

#header .header-dropdown-row {
    display: flex;
    align-items: stretch;
}

#header .header-dropdown-link {
    flex: 1 1 auto;
}

#header .header-all-categories-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 16px;
    color: #1f2937;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-submenu-toggle {
    width: 46px;
    border: 0;
    background: transparent;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 4px 8px 4px 0;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#header .header-submenu-toggle:hover {
    background: #fff7ed;
    color: #ea580c;
}

#header .header-all-categories-dropdown > li > .header-dropdown-row > .header-dropdown-link,
#header .header-all-categories-dropdown > li > a {
    font-weight: 700;
}

#header .header-submenu.level-2 {
    margin-left: 8px;
    border-left: 2px solid #fed7aa;
    min-width: 300px;
}

#header .header-submenu.level-2 > li > .header-dropdown-row > .header-dropdown-link,
#header .header-submenu.level-2 > li > a {
    padding-left: 18px;
    background: #fffaf5;
}

#header .header-submenu.level-3 {
    margin-left: 12px;
    border-left: 2px solid #fdba74;
    min-width: 260px;
}

#header .header-submenu.level-3 > li > .header-dropdown-row > .header-dropdown-link,
#header .header-submenu.level-3 > li > a {
    padding: 8px 14px 8px 24px;
    background: #fff7ed;
    font-size: 12px;
    line-height: 1.25;
}

#header .header-submenu.level-3 .header-submenu-toggle {
    width: 38px;
    margin: 3px 6px 3px 0;
}

#header .header-all-categories-dropdown a:hover {
    background: #fff7ed;
    color: #ea580c;
}

#header .header-all-categories-dropdown li.dropdown > ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(14px);
    transition: opacity 0.42s ease, transform 0.42s ease, visibility 0.42s ease;
}

#header .header-all-categories-dropdown li.dropdown:hover > ul,
#header .header-all-categories-dropdown li.dropdown:focus-within > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

#header .header-all-categories-dropdown li.dropdown.is-open > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

#header .header-all-categories-dropdown li.dropdown.is-open > .header-dropdown-row .header-submenu-toggle {
    color: #ea580c;
}

#header .header-all-categories-dropdown li.dropdown.is-open > .header-dropdown-row .toggle-dropdown {
    transform: rotate(180deg);
}

#header .header-all-categories-dropdown .toggle-dropdown {
    font-size: 12px;
    transition: transform 0.2s ease;
}

@media (max-width: 991px) {
    body.header-menu-open {
        overflow: hidden;
    }

    /* Mobilde alt menuler desktop absolute kurallarini ezsin */
    #header .header-all-categories-dropdown li.dropdown > ul {
        position: static;
        top: auto;
        left: auto;
        min-width: 0;
        margin-top: 6px;
        margin-left: 10px;
        border-radius: 12px;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    #header .header-all-categories-dropdown li.dropdown.is-open > ul {
        display: block;
    }

    #header .header-submenu.level-2 {
        margin-left: 10px;
        min-width: 0;
    }

    #header .header-submenu.level-3 {
        margin-left: 14px;
        min-width: 0;
    }

    #header .header-submenu-toggle {
        position: relative;
        color: #ea580c;
    }

    #header .header-submenu-toggle::before {
        content: '+';
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }

    #header .header-submenu-toggle[aria-expanded="true"]::before {
        content: '-';
    }

    #header .header-submenu-toggle .toggle-dropdown {
        display: none;
    }

    #header .header-all-categories::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
        z-index: 39;
    }

    #header .header-all-categories.is-open::before {
        opacity: 1;
        pointer-events: auto;
    }

    #header .header-all-categories-panel-head {
        display: block;
        position: sticky;
        top: -20px;
        z-index: 2;
        padding: 4px 0 14px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e5e7eb;
        background: #ffffff;
    }

    #header .header-all-categories-panel-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    #header .header-all-categories-panel-bar strong {
        font-size: 17px;
        font-weight: 800;
        color: #111827;
    }

    #header .header-all-categories-close {
        width: 46px;
        height: 46px;
        position: relative;
        z-index: 4;
        border: 0;
        border-radius: 999px;
        background: #fff7ed;
        color: #c2410c;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(234, 88, 12, 0.14);
        pointer-events: auto;
        touch-action: manipulation;
    }

    #header .header-all-categories-close i {
        font-size: 18px;
    }

    #header .header-all-categories-panel-search {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #f8fafc;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    #header .header-all-categories-panel-search input {
        flex: 1 1 auto;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #111827;
        font-size: 14px;
        padding: 8px 10px;
    }

    #header .header-all-categories-panel-search input::placeholder {
        color: #94a3b8;
    }

    #header .header-all-categories-panel-search button {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 12px;
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        box-shadow: 0 10px 18px rgba(234, 88, 12, 0.22);
    }

    #header .header-all-categories-panel-search button i {
        font-size: 16px;
    }

    #header .header-all-categories-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: min(82vw, 320px);
        max-width: 100%;
        height: 100vh;
        margin-top: 0;
        padding: 20px 14px 24px;
        border-radius: 0 20px 20px 0;
        border: 0;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        background: #ffffff;
        box-shadow: 18px 0 34px rgba(15, 23, 42, 0.16);
        z-index: 40;
        scrollbar-width: thin;
    }

    #header .header-all-categories.is-open > .header-all-categories-dropdown {
        transform: translateX(0);
        display: block;
    }

    #header .header-all-categories-dropdown li.dropdown > ul {
        margin-top: 8px;
        margin-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #header .header-all-categories-dropdown a {
        padding: 10px 12px;
        border-radius: 12px;
    }

    #header .header-submenu.level-3 > li > .header-dropdown-row > .header-dropdown-link,
    #header .header-submenu.level-3 > li > a {
        padding: 7px 12px 7px 18px;
        font-size: 12px;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 98, 255, 0.18), transparent 45%),
        radial-gradient(circle at 90% 10%, rgba(0, 198, 255, 0.15), transparent 40%),
        linear-gradient(140deg, #0f172a 0%, #1f2937 100%);
    color: #e8eefc;
}

.footer-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    top: -180px;
    right: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 198, 255, 0.22) 0%, rgba(0, 198, 255, 0) 70%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 55px 15px 40px;
    position: relative;
    z-index: 1;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 14px;
    color: #ffffff;
}

.footer-col h3 {
    font-size: 26px;
    line-height: 1.2;
}

.footer-col h4 {
    font-size: 16px;
    letter-spacing: 0.2px;
}

.footer-col p {
    color: #b5c2df;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
}

.footer-links li + li {
    margin-top: 9px;
}

.footer-links a {
    color: #c6d4f7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #7be0ff;
    transform: translateX(2px);
}

.footer-social {
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #dbebff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social a svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
    display: block;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: rgba(0, 176, 255, 0.25);
    border-color: rgba(0, 198, 255, 0.55);
}

.footer-social a.social-instagram:hover {
    color: #ffd4f2;
    background: rgba(233, 50, 124, 0.35);
    border-color: rgba(253, 89, 73, 0.7);
}

.footer-social a.social-facebook:hover {
    color: #dce8ff;
    background: rgba(24, 119, 242, 0.4);
    border-color: rgba(24, 119, 242, 0.7);
}

.footer-social a.social-x:hover {
    color: #f0f6ff;
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(203, 213, 225, 0.65);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(3px);
}

.footer-bottom-row {
    padding: 16px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-bottom-row p {
    margin: 0;
    color: #aebdde;
    font-size: 13px;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .site-footer {
        margin-top: 55px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding-top: 42px;
    }

    .footer-col h3 {
        font-size: 22px;
    }

}

/* Ana Sayfa Hero */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
}

/* Ürün Grid */
.urunler {
    padding: 42px 0;
    background: #f7f8ff;
}

.urunler-ilk-blok {
    padding-top: 8px;
    padding-bottom: 12px;
}

.urunler-ikinci-blok {
    padding-top: 12px;
}

.urunler h2 {
    text-align: center;
    margin: -4px 0 28px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}

.urunler h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #007bff;
    margin: 12px auto 0;
    border-radius: 999px;
}

.urun-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 18px;
}

.urun-kaydirici {
    display: flex;
    align-items: center;
    gap: 6px;
}

.urun-kaydir-viewport {
    flex: 1;
    overflow: hidden;
}

.urun-kaydir-track {
    display: flex;
    gap: 12px;
    min-width: 100%;
}

.urun-kaydir-track .urun-card {
    flex: 0 0 calc((100% - 36px) / 4);
    min-width: 0;
}

.urun-kaydir-btn {
    border: 1px solid #dbe6f3;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.urun-kaydir-btn:hover {
    transform: translateY(-1px);
    color: #2563eb;
    border-color: #bfdbfe;
}

.urun-kaydir-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.anasayfa-mobil-sonsuz {
    display: none;
}

@media (max-width: 991px) {
    .anasayfa-vitrin-blok {
        display: none;
    }

    .anasayfa-mobil-sonsuz {
        display: block;
    }

    #anasayfa-urun-listesi-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .urun-kaydir-track .urun-card {
        flex-basis: calc((100% - 12px) / 2);
    }
}

.urun-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.urun-card::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.urun-card.one-cikan::before {
    content: 'Öne Çıkan';
    background: linear-gradient(135deg, #ff7a18, #af1f5d);
    opacity: 1;
}

.urun-card.cok-satan::before {
    content: 'Çok Satan';
    background: linear-gradient(135deg, #00d4ff, #0076ff);
    opacity: 1;
}

.urun-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.07);
    border-color: rgba(37, 99, 235, 0.1);
}

.urun-card a {
    text-decoration: none;
    color: inherit;
}

.urun-card .urun-card-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.urun-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.urun-card.ana-urun-card img {
    width: 100%;
    height: 255px;
    margin: 0;
    padding: 0;
    border-radius: 18px 18px 0 0;
    display: block;
    background: transparent;
    object-fit: cover;
    object-position: top center;
    box-sizing: border-box;
}

.urun-card .urun-yildizlar {
    display: block;
    padding: 10px 15px 0;
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
}

.urun-card .urun-yildizlar .yildiz-bos {
    color: #d1d5db;
}

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

.urun-card.ana-urun-card:hover img {
    transform: scale(1.015);
}

.urun-card h3 {
    padding: 15px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    letter-spacing: -0.01em;
    text-align: center;
}

.urun-card .fiyat {
    padding: 0 15px 6px;
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.urun-card .fiyat-alt {
    padding: 0 15px 8px;
    color: #64748b;
    font-size: 13px;
    text-align: center;
}

.urun-card .fiyat.fiyat-aralik {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.urun-card .fiyat-alt.fiyat-aralik-alt {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

.urun-card-actions {
    display: flex;
    gap: 10px;
    padding: 0 14px 14px;
    margin-top: -2px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.urun-card .sepete-ekle,
.urun-card .satin-al-kart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    width: auto;
    margin: 0;
    min-height: 44px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #eef6ff, #dbeafe);
    color: #16345f;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.urun-card .sepete-ekle i,
.urun-card .satin-al-kart i {
    font-size: 12px;
    line-height: 1;
}

.urun-card .satin-al-kart {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    border: 1px solid rgba(234, 88, 12, 0.35);
}

.urun-card .sepete-ekle:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.16);
}

.urun-card .satin-al-kart:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ea580c, #c2410c);
    box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
}

.urun-card .sepete-ekle:active,
.urun-card .satin-al-kart:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .urun-card-actions {
        flex-direction: column;
        gap: 8px;
    }

    .urun-card .sepete-ekle,
    .urun-card .satin-al-kart {
        width: 100%;
        flex: none;
        min-height: 46px;
    }
}

/* Ürün Detay */
.urun-detay {
    padding: 50px 0;
}

/* Slider */
.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    margin: 0 0 12px;
    padding: 12px 0;
    background: #f7fcfc;
    display: block;
    visibility: visible;
    opacity: 1;
}

.slider-inner {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    transition: transform 0.6s ease;
}

.slider-item {
    flex: 0 0 100%;
    position: relative;
    color: #fff;
    padding: 0 12px;
}

.slider-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    filter: brightness(0.92);
    transition: filter 0.4s ease;
}

.slider-item:hover img {
    filter: brightness(1);
}

.slider-content {
    position: absolute;
    inset: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    /* Overlay daha da şeffaf; resim içeriği daha net görünmesi için opaklıklar iyice düşürüldü */
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.2) 100%);
    text-align: center;
}

.slider-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.slider-content p {
    font-size: 16px;
    margin-bottom: 16px;
}

.slider-content a {
    display: inline-block;
    padding: 10px 22px;
    background: #007bff;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 28px;
}

.slider-nav button {
    pointer-events: all;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.65);
    color: #222;
    padding: 12px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, background 0.2s ease;
}

.slider-nav button:hover {
    background: rgba(255,255,255,0.95);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .slider {
        padding: 8px 0;
        margin: 0 0 10px;
    }

    .urunler-ilk-blok {
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .urunler-ikinci-blok {
        padding-top: 10px;
    }

    .slider-item {
        padding: 0 8px;
    }

    .slider-item img {
        height: 240px;
        border-radius: 12px;
    }

    .slider-content {
        inset: 0 8px;
        border-radius: 12px;
    }

    .slider-content h2 {
        font-size: 24px;
    }

    .slider-content p {
        font-size: 14px;
    }

    .slider-content a {
        padding: 8px 18px;
    }

    .slider-nav {
        padding: 0 14px;
    }
}


.urun-detay-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.urun-gorsel img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    cursor: zoom-in;
    display: block;
    margin: 0 auto;
    background: #fdfdfd;
}

.urun-lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    inset: 0 !important;
    background: rgba(5, 10, 20, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483647 !important;
    padding: 0;
    margin: 0;
}

.urun-lightbox.active {
    display: flex !important;
}

.urun-lightbox img {
    max-width: min(92vw, 1000px);
    max-height: 78vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.42);
    object-fit: contain;
}

.urun-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(10, 15, 25, 0.45);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.urun-lightbox-nav.prev {
    left: 18px;
}

.urun-lightbox-nav.next {
    right: 18px;
}

.urun-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
}

.urun-lightbox-counter {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.6);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.urun-lightbox-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.urun-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.urun-lightbox-thumbs {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.45);
    max-width: min(90vw, 760px);
    overflow-x: auto;
}

.urun-lightbox-thumb {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    flex: 0 0 auto;
}

.urun-lightbox-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.urun-lightbox-thumb.active {
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.35);
}

@media (max-width: 768px) {
    .urun-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .urun-lightbox-nav.prev {
        left: 10px;
    }

    .urun-lightbox-nav.next {
        right: 10px;
    }

    .urun-lightbox img {
        max-width: 94vw;
        max-height: 72vh;
    }
}

.urun-galeri-kucuk {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.galeri-thumb {
    padding: 0;
    border: 1px solid #d1d9e6;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.galeri-thumb.active {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.galeri-thumb img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.urun-bilgi h1 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
    letter-spacing: -0.01em;
}

.urun-fiyat .fiyat {
    font-size: 32px;
    color: #007bff;
    font-weight: bold;
}

.urun-fiyat {
    margin-bottom: 14px;
}

.sosyal-hit-kutular {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.sosyal-hit-etiket {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 12px;
    line-height: 1.3;
}

.sosyal-hit-etiket i {
    font-size: 13px;
    color: #94a3b8;
}

.sosyal-hit-kutu {
    display: none;
}

.sosyal-hit-kutu strong {
    display: none;
}

.sosyal-hit-kutu span {
    display: none;
}

.urun-meta-bilgiler {
    margin: 14px 0 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.urun-meta-satir {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.urun-meta-etiket {
    color: #6b7280;
    font-weight: 600;
    min-width: 90px;
}

.urun-meta-etiket::after {
    content: ':';
}

.urun-meta-deger {
    color: #111827;
    font-weight: 700;
}

.urun-stok {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.stok-var {
    color: #28a745;
    font-weight: bold;
}

.stok-yok {
    color: #dc3545;
    font-weight: bold;
}

/* Varyant Select Dropdown */
.urun-varyant {
    margin: 20px 0 10px;
}

.varyant-baslik {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}

.varyant-select-wrap {
    position: relative;
    max-width: 320px;
}

.varyant-select {
    width: 100%;
    padding: 12px 40px 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.varyant-select:hover {
    border-color: #f57c00;
}

.varyant-select:focus {
    border-color: #f57c00;
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.15);
}

.varyant-select-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
    pointer-events: none;
}

@media (max-width: 576px) {
    .varyant-select-wrap {
        max-width: 100%;
    }
    .varyant-select {
        font-size: 14px;
        padding: 10px 36px 10px 12px;
    }
}

.urun-adet {
    margin: 20px 0;
}

.urun-adet label {
    margin-right: 10px;
}

.urun-adet input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.adet-kontrol {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6e1ff;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.adet-kontrol input {
    width: 90px;
    text-align: center;
    border: none;
    border-left: 1px solid #eef2ff;
    border-right: 1px solid #eef2ff;
    border-radius: 0;
    font-weight: 700;
}

.adet-btn {
    width: 38px;
    height: 38px;
    border: none;
    background: #f4f7ff;
    color: #1d4ed8;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.adet-btn:hover {
    background: #e6eeff;
}

.adet-bilgi {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
}

.urun-aksiyonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 30px;
}

.urun-bilgi .urun-aksiyonlar .sepete-ekle-btn,
.urun-bilgi .urun-aksiyonlar .satin-al-btn,
.urun-bilgi .urun-aksiyonlar .whatsapp-siparis-btn {
    flex: 1;
    min-width: 0;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.urun-bilgi .urun-aksiyonlar .sepete-ekle-btn {
    background: #475569;
    border-color: #475569;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.urun-bilgi .urun-aksiyonlar .sepete-ekle-btn i,
.urun-bilgi .urun-aksiyonlar .satin-al-btn i,
.urun-bilgi .urun-aksiyonlar .whatsapp-siparis-btn i {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.urun-bilgi .urun-aksiyonlar .satin-al-btn {
    background: #f97316;
    color: #fff;
    border: 1px solid #f97316;
    box-shadow: 0 10px 20px rgba(234, 88, 12, 0.2);
}

.urun-bilgi .urun-aksiyonlar .whatsapp-siparis-btn {
    flex-basis: 100%;
    width: 100%;
    background: #25d366;
    color: #fff;
    border: 1px solid #20bd5c;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.22);
}

.urun-bilgi .urun-aksiyonlar .whatsapp-siparis-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #25d366;
}

.urun-guven-rozetleri {
    flex-basis: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
}

.urun-guven-rozeti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 14px 17px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.urun-guven-rozeti i {
    color: #ea580c;
    font-size: 18px;
    line-height: 1;
}

.sepete-ekle-btn:hover {
    background: #334155;
    border-color: #334155;
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

.satin-al-btn:hover {
    background: #ea580c;
    border-color: #ea580c;
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.24);
}

.whatsapp-siparis-btn:hover {
    background: #1ebe5b;
    color: #fff;
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 14px 24px rgba(12, 107, 46, 0.28);
}

.urun-bilgi .urun-aksiyonlar .sepete-ekle-btn:hover i,
.urun-bilgi .urun-aksiyonlar .satin-al-btn:hover i,
.urun-bilgi .urun-aksiyonlar .whatsapp-siparis-btn:hover i {
    transform: translateX(3px) scale(1.04);
}

@media (max-width: 576px) {
    .urun-aksiyonlar {
        flex-direction: column;
    }

    .urun-guven-rozetleri {
        grid-template-columns: 1fr;
    }
}

.urun-aciklama h3 {
    margin-bottom: 15px;
}

.urun-kisa-yol-panel {
    margin: 6px 0 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: center;
    align-items: center;
}

.urun-kisa-yol {
    text-decoration: none;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
    line-height: 1;
    transition: color 0.2s ease, transform 0.15s ease;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

.urun-kisa-yol i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: transform 0.2s ease;
}

.urun-kisa-yol span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.urun-kisa-yol:hover {
    color: #9a3412;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.urun-kisa-yol:hover i {
    transform: scale(1.2);
}

.urun-kisa-yol.aktif {
    color: #e11d48;
}

.urun-kisa-yol.pasif {
    opacity: 0.45;
    cursor: default;
    text-decoration: none;
}

.urun-kisa-yol.pasif i {
    color: #94a3b8;
}

/* Kısa Yol Bildirim */
@keyframes kisayolFadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Yorum Bölümü */
.urun-yorumlar {
    margin-top: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.urun-yorumlar h3 {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.yorum-ozet {
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

.yorum-listesi {
    margin-bottom: 20px;
}

.yorum-bos {
    color: #6b7280;
    font-style: italic;
    padding: 12px 0;
}

.yorum-item {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.yorum-item:last-child {
    border-bottom: none;
}

.yorum-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.yorum-head strong {
    font-size: 14px;
}

.yorum-puan {
    color: #f59e0b;
    font-size: 14px;
}

.yorum-puan .yildiz-bos {
    color: #d1d5db;
}

.yorum-tarih {
    color: #9ca3af;
    font-size: 12px;
}

.yorum-item p {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.yorum-form-wrap h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #111827;
}

.yorum-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yorum-puan-sec {
    display: flex;
    align-items: center;
    gap: 8px;
}

.yorum-puan-sec label {
    font-size: 14px;
    font-weight: 600;
}

.yorum-yildizlar-sec button {
    background: none;
    border: none;
    font-size: 22px;
    color: #d1d5db;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.15s, transform 0.15s;
}

.yorum-yildizlar-sec button:hover,
.yorum-yildizlar-sec button.aktif {
    color: #f59e0b;
    transform: scale(1.15);
}

.yorum-form input[type="text"],
.yorum-form textarea {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
}

.yorum-form input:focus,
.yorum-form textarea:focus {
    outline: none;
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12);
}

.btn-yorum-gonder {
    align-self: flex-start;
    background: #16a34a;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-yorum-gonder:hover {
    background: #15803d;
}

/* Yorum Giriş Uyarısı */
.yorum-giris-uyari {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 14px 18px;
    color: #92400e;
    font-size: 14px;
}

.yorum-giris-uyari i {
    font-size: 20px;
    color: #d97706;
    flex-shrink: 0;
}

.yorum-giris-uyari a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

/* Karşılaştırma Paneli */
.karsilastir-panel {
    margin-top: 24px;
    padding: 20px;
    background: #faf5ff;
    border: 1px solid #e9d5ff;
    border-radius: 10px;
}

.karsilastir-panel h3 {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.karsilastir-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}

.karsilastir-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    position: relative;
}

.karsilastir-item img {
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 8px;
}

.karsilastir-item h4 {
    font-size: 13px;
    margin-bottom: 4px;
    color: #111827;
}

.karsilastir-item .fiyat {
    font-size: 14px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 8px;
}

.btn-karsilastir-git {
    display: inline-block;
    background: #7c3aed;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-karsilastir-git:hover {
    background: #6d28d9;
}

.btn-karsilastir-cikar {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ef4444;
    color: #fff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-karsilastir-temizle {
    background: none;
    border: 1px solid #7c3aed;
    color: #7c3aed;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-karsilastir-temizle:hover {
    background: #7c3aed;
    color: #fff;
}

/* Ürün Önerileri */
.urun-onerileri {
    margin-top: 28px;
    padding: 20px 0;
}

.urun-onerileri h3 {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.oneri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

/* Modal Stili */
.kisayol-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.kisayol-modal {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    max-width: 440px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.kisayol-modal h3 {
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kisayol-modal p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
}

.kisayol-modal-kapat {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #9ca3af;
    line-height: 1;
}

.kisayol-modal-kapat:hover {
    color: #111;
}

/* Tavsiye Et Butonlar */
.tavsiye-paylas-butonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tavsiye-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter 0.2s;
    color: #fff;
    font-family: inherit;
}

.tavsiye-btn:hover {
    filter: brightness(1.1);
    color: #fff;
}

.tavsiye-whatsapp { background: #25d366; }
.tavsiye-facebook { background: #1877f2; }
.tavsiye-twitter { background: #1d9bf0; }
.tavsiye-mail { background: #6b7280; color: #fff; }
.tavsiye-kopyala { background: #374151; }

/* Fiyat Alarmı Form */
.fiyat-alarm-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fiyat-alarm-form input {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
}

.fiyat-alarm-form input:focus {
    outline: none;
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}

.fiyat-alarm-form small {
    color: #6b7280;
}

.btn-fiyat-alarm-kaydet {
    background: #d97706;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-fiyat-alarm-kaydet:hover {
    background: #b45309;
}

.urun-aciklama-tam {
    margin-top: 8px;
}

@media (max-width: 1200px) {
    .urun-kisa-yol-panel {
        padding: 7px 10px;
        gap: 7px 14px;
    }
}

@media (max-width: 768px) {
    .urun-kisa-yol-panel {
        gap: 6px 12px;
        padding: 6px 8px;
    }

    .urun-kisa-yol {
        padding: 2px 0;
        gap: 6px;
    }

    .urun-kisa-yol i {
        font-size: 13px;
    }

    .urun-kisa-yol span {
        font-size: 12px;
    }

    .karsilastir-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oneri-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kisayol-modal {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .urun-kisa-yol-panel {
        gap: 5px 10px;
        padding: 5px 7px;
    }

    .urun-kisa-yol span {
        font-size: 11px;
    }

    .karsilastir-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .oneri-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .tavsiye-paylas-butonlar {
        flex-direction: column;
    }

    .tavsiye-btn {
        justify-content: center;
    }
}

/* Sepet Sayfası */
.sepet-tablosu {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.sepet-tablosu th,
.sepet-tablosu td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.sepet-tablosu th {
    background: #f8f9fa;
}

/* İletişim Sayfası */
.iletisim-sayfa {
    padding: 60px 0;
}

.iletisim-sayfa h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
}

.iletisim-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 992px) {
    .iletisim-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.iletisim-bilgi,
.iletisim-form {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.iletisim-bilgi h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.bilgi-item {
    margin-bottom: 18px;
}

.bilgi-item strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
}

.bilgi-item p {
    color: #555;
    line-height: 1.5;
}

.calisma-saatleri h4,
.haritakutu h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 18px;
}

.haritakutu {
    margin-top: 50px;
    padding: 30px clamp(16px, 4vw, 48px);
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.haritakutu h4 {
    max-width: 1200px;
    margin: 0 auto 12px;
}

.haritakutu .harita {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 520px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.haritakutu .harita iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.iletisim-form .hata-mesaji,
.iletisim-form .basari-mesaji {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.iletisim-form .hata-mesaji {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.iletisim-form .basari-mesaji {
    background: rgba(40, 167, 69, 0.12);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2);
}

.iletisim-form .form-grup {
    margin-bottom: 18px;
}

.iletisim-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.iletisim-form input,
.iletisim-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.2s ease;
}

.iletisim-form input:focus,
.iletisim-form textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.iletisim-form button {
    padding: 14px 22px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.iletisim-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.iletisim-modern {
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.iletisim-modern .iletisim-hero {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

.iletisim-modern .iletisim-chip {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0f4c81;
    background: rgba(15, 76, 129, 0.1);
    margin-bottom: 12px;
}

.iletisim-modern .iletisim-hero h1 {
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 1.15;
    color: #0f172a;
}

.iletisim-modern .iletisim-hero p {
    margin: 0;
    color: #475569;
}

.iletisim-modern .iletisim-grid {
    gap: 24px;
}

.iletisim-modern .iletisim-bilgi,
.iletisim-modern .iletisim-form {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.iletisim-modern .iletisim-bilgi h3,
.iletisim-modern .iletisim-form h3 {
    color: #0f172a;
}

.iletisim-modern .bilgi-item {
    padding: 10px 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.iletisim-modern .calisma-saatleri {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(15, 76, 129, 0.06);
}

.iletisim-modern .iletisim-form input,
.iletisim-modern .iletisim-form textarea {
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
}

.iletisim-modern .iletisim-form input:focus,
.iletisim-modern .iletisim-form textarea:focus {
    border-color: #0f4c81;
    box-shadow: 0 0 0 4px rgba(15, 76, 129, 0.12);
}

.iletisim-modern .iletisim-form button {
    border-radius: 12px;
    font-weight: 700;
    background: linear-gradient(135deg, #0f4c81, #00adb5);
}

.iletisim-modern .haritakutu {
    margin-top: 28px;
    border-radius: 18px;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.iletisim-modern .haritakutu h4 {
    margin: 0 0 10px;
    max-width: none;
}

.iletisim-modern .haritakutu .harita {
    max-width: none;
    height: 420px;
    border-radius: 14px;
}

@media (max-width: 768px) {
    .iletisim-modern .iletisim-hero h1 {
        font-size: 30px;
    }

    .iletisim-modern .iletisim-bilgi,
    .iletisim-modern .iletisim-form {
        padding: 20px;
    }

    .iletisim-modern .haritakutu .harita {
        height: 320px;
    }
}

.sepet-urun {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sepet-urun img {
    border-radius: 4px;
}

.adet-input {
    width: 80px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.adet-step-bilgi {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #64748b;
}

.text-right {
    text-align: right;
}

.sepet-islemler {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.sepet-sayfa .sepet-islemler .btn {
    background: #475569;
    color: #fff;
    border: 1px solid #475569;
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sepet-sayfa .sepet-islemler .btn:hover {
    background: #334155;
    border-color: #334155;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

.sepet-sayfa .sepet-islemler .btn.btn-primary,
.sepet-sayfa .sepet-islemler .btn.btn-danger {
    color: #fff;
}

.sepet-sayfa .sepet-islemler .btn.btn-primary {
    background: #0f9b8e;
    border-color: #0f9b8e;
}

.sepet-sayfa .sepet-islemler .btn.btn-primary:hover {
    background: #0f766e;
    border-color: #0f766e;
}

.sepet-sayfa .sepet-islemler .btn.btn-danger {
    background: #b91c1c;
    border-color: #b91c1c;
}

.sepet-sayfa .sepet-islemler .btn.btn-danger:hover {
    background: #991b1b;
    border-color: #991b1b;
}

.sepet-sayfa .sepet-tablosu .sepet-sil-btn {
    padding: 8px 12px;
    background: #64748b;
    color: #fff;
    border: 1px solid #64748b;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sepet-sayfa .sepet-tablosu .sepet-sil-btn:hover {
    background: #475569;
    border-color: #475569;
    transform: translateY(-1px);
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #6c757d;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary {
    background: #007bff;
}

.btn-danger {
    background: #dc3545;
}

.btn-large {
    padding: 15px 30px;
    font-size: 18px;
}

/* Ödeme Sayfası */
.odeme-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.odeme-sayfa {
    background: linear-gradient(135deg, #f7f9fb 0%, #eef2f7 100%);
    padding: 40px 0 60px;
}

.odeme-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    color: #0f172a;
}

.odeme-subtitle {
    margin-top: 6px;
    color: #475569;
    font-size: 15px;
}

.siparis-ozet,
.musteri-form,
.hata-mesaji,
.basari-mesaji {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.musteri-form {
    padding: 20px;
}

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

.odeme-form-grid .form-grup {
    margin-bottom: 0;
}

.odeme-form-grid .form-full {
    grid-column: 1 / -1;
}

.siparis-ozet {
    padding: 18px;
}

.siparis-ozet h3,
.musteri-form h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    color: #0f172a;
}

.hata-mesaji,
.basari-mesaji {
    padding: 14px 16px;
    margin-bottom: 14px;
}

.hata-mesaji {
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.basari-mesaji {
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.form-grup input[type="text"],
.form-grup input[type="email"],
.form-grup input[type="password"],
.form-grup textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-grup input:focus,
.form-grup textarea:focus {
    outline: none;
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* Odeme sayfasindaki metin kutularini biraz daha belirgin yap */
.odeme-sayfa .musteri-form .form-grup input[type="text"],
.odeme-sayfa .musteri-form .form-grup input[type="email"],
.odeme-sayfa .musteri-form .form-grup input[type="password"],
.odeme-sayfa .musteri-form .form-grup textarea {
    background: linear-gradient(180deg, #f9fafb 0%, #eef2ff 100%);
    border-radius: 14px;
    border-color: #cbd5e1;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.odeme-sayfa .musteri-form .form-grup input[type="text"]:focus,
.odeme-sayfa .musteri-form .form-grup input[type="email"]:focus,
.odeme-sayfa .musteri-form .form-grup input[type="password"]:focus,
.odeme-sayfa .musteri-form .form-grup textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18), 0 14px 32px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

.form-info {
    color: #64748b;
    font-size: 13px;
}

.siparis-ozet table {
    margin-top: 6px;
}

.siparis-ozet tr.toplam td {
    border-top: 1px solid #e2e8f0;
    font-size: 16px;
    padding-top: 14px;
}

.siparis-ozet .badge-yesil {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e6f9f0;
    color: #0f9d58;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
}

.paytr-iframe-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 14px 28px rgba(15, 23, 42, 0.08);
}

.odeme-sayfa .btn.btn-primary.btn-large {
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    border: none;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.25);
}

.odeme-sayfa .btn.btn-primary.btn-large:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.32);
}

.odeme-sayfa .musteri-form .btn.btn-primary.btn-large {
    background: #0f9b8e;
    color: #fff;
    border: 1px solid #0f9b8e;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 18px;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.odeme-sayfa .musteri-form .btn.btn-primary.btn-large:hover {
    background: #0f766e;
    border-color: #0f766e;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

.form-grup {
    margin-bottom: 20px;
}

.form-grup label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.radio-grup {
    display: flex;
    gap: 20px;
}

.radio-grup label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
}

.odeme-sayfa .odeme-tipi-grup {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.odeme-sayfa .odeme-tipi-label {
    margin: 0;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.odeme-sayfa .odeme-tipi-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.odeme-sayfa .odeme-tipi-icerik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 10px 12px;
    font-weight: 700;
    color: #0f172a;
}

.odeme-sayfa .odeme-tipi-icerik i {
    color: #0f766e;
}

.odeme-sayfa .odeme-tipi-label:hover {
    transform: translateY(-1px);
    border-color: #0f9b8e;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.odeme-sayfa .odeme-tipi-label.odeme-tipi-active {
    border-color: #0f9b8e;
    background: linear-gradient(135deg, #e6fffb 0%, #dcfce7 100%);
    box-shadow: 0 12px 24px rgba(15, 155, 142, 0.2);
}

.odeme-sayfa .odeme-tipi-label.odeme-tipi-active .odeme-tipi-icerik {
    color: #0f4c81;
}

.odeme-sayfa .odeme-yontem-bilgi {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #bae6fd;
    background: linear-gradient(180deg, #f0fdfa 0%, #eff6ff 100%);
    color: #0f172a;
    line-height: 1.6;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991px) {
    .odeme-sayfa .odeme-tipi-grup {
        grid-template-columns: 1fr;
    }
}

/* Uye Giris Sayfasi */
.uye-giris-wrap {
    max-width: 760px;
    margin: 24px auto 10px;
    position: relative;
}

.uye-giris-wrap::before {
    content: '';
    position: absolute;
    inset: -30px -10px auto;
    height: 220px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 76, 129, 0.12), rgba(0, 173, 181, 0.1));
    z-index: 0;
}

.uye-giris-card {
    position: relative;
    z-index: 1;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.uye-giris-intro {
    margin-bottom: 18px;
}

.uye-giris-chip {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0f4c81;
    background: rgba(15, 76, 129, 0.1);
    margin-bottom: 12px;
}

.uye-giris-intro h1 {
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.15;
    color: #0f172a;
}

.uye-giris-intro p {
    color: #475569;
    margin-bottom: 0;
}

.uye-giris-hata {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(220, 53, 69, 0.28);
    background: rgba(220, 53, 69, 0.08);
    color: #b42318;
    font-weight: 600;
}

.uye-giris-hata p {
    margin: 0;
}

.uye-giris-hata p + p {
    margin-top: 6px;
}

.uye-giris-form .form-grup {
    margin-bottom: 14px;
}

.uye-giris-form .form-grup label {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 7px;
}

.uye-giris-form .form-grup input[type="text"],
.uye-giris-form .form-grup input[type="email"],
.uye-giris-form .form-grup input[type="password"] {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uye-giris-form .form-grup input[type="text"]:focus,
.uye-giris-form .form-grup input[type="email"]:focus,
.uye-giris-form .form-grup input[type="password"]:focus {
    outline: none;
    border-color: #0f4c81;
    box-shadow: 0 0 0 4px rgba(15, 76, 129, 0.12);
}

.uye-giris-actions {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.uye-giris-actions .btn {
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
}

.uye-giris-actions .btn.btn-primary {
    background: linear-gradient(135deg, #0f4c81, #00adb5);
    border: none;
}

.uye-giris-actions .uye-kayit-link {
    background: #ffffff;
    color: #0f4c81;
    border: 1px solid rgba(15, 76, 129, 0.35);
}

@media (max-width: 768px) {
    .uye-giris-card {
        padding: 20px;
        border-radius: 18px;
    }

    .uye-giris-intro h1 {
        font-size: 28px;
    }

    .uye-giris-actions {
        flex-direction: column;
    }
}

/* Kargo seçenekleri */
.kargo-secenekler {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.kargo-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
}

.kargo-label.kargo-active {
    border-color: #2563eb;
    background: #eff6ff;
}

.kargo-label input[type="radio"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
}

.kargo-bilgi {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.kargo-ad {
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
}

.kargo-sure {
    font-size: 13px;
    color: #64748b;
}

.kargo-ucretsiz-bilgi {
    font-size: 12px;
    color: #16a34a;
    font-weight: 600;
}

.kargo-fiyat {
    font-weight: 700;
    font-size: 16px;
    color: #1e40af;
    white-space: nowrap;
}

/* Hesabim Sayfasi */
.hesabim-page {
    padding: 42px 0 58px;
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.12), transparent 35%),
        radial-gradient(circle at 95% 5%, rgba(14, 165, 233, 0.1), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
}

.hesabim-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.96));
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    margin-bottom: 22px;
}

.hesabim-hero-main h1 {
    margin-bottom: 6px;
    font-size: clamp(26px, 3.1vw, 35px);
    line-height: 1.1;
    color: #0f172a;
}

.hesabim-hero-main p {
    color: #475569;
    max-width: 540px;
}

.hesabim-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 10px;
    min-width: 420px;
}

.hesabim-stat-card {
    border-radius: 14px;
    padding: 12px 14px;
    border: 1px solid #dbeafe;
    background: #fff;
}

.hesabim-stat-card span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #64748b;
}

.hesabim-stat-card strong {
    display: block;
    margin-top: 4px;
    color: #1e3a8a;
    font-size: 20px;
    line-height: 1.2;
}

.hesabim-layout {
    display: grid;
    grid-template-columns: minmax(280px, 340px) 1fr;
    gap: 22px;
    align-items: start;
}

.hesabim-panel,
.hesabim-orders {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.hesabim-panel {
    padding: 24px;
}

.hesabim-panel h2,
.hesabim-orders h2 {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 16px;
}

.hesabim-bilgi-listesi {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.hesabim-bilgi-listesi li {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    background: #f8fbff;
}

.hesabim-bilgi-listesi span {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 3px;
}

.hesabim-bilgi-listesi strong {
    color: #1e293b;
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.hesabim-cikis {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
}

.hesabim-orders {
    padding: 20px;
}

.hesabim-orders-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hesabim-orders-header span {
    font-size: 13px;
    font-weight: 700;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    border-radius: 999px;
    padding: 5px 10px;
}

.hesabim-table-wrap {
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.hesabim-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.hesabim-table th,
.hesabim-table td {
    padding: 13px 14px;
    text-align: left;
    border-bottom: 1px solid #edf2f7;
}

.hesabim-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hesabim-table tbody tr:hover {
    background: #f8fbff;
}

.hesabim-empty {
    text-align: center;
    color: #64748b;
    padding: 26px 14px;
}

.hesabim-status {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
}

.hesabim-status.is-default {
    color: #334155;
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.hesabim-status.is-success {
    color: #166534;
    background: #ecfdf3;
    border-color: #86efac;
}

.hesabim-status.is-danger {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.hesabim-status.is-info {
    color: #1e3a8a;
    background: #eef2ff;
    border-color: #bfdbfe;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.urun-detay .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 14px;
    color: #64748b;
}

.urun-detay .breadcrumb a {
    color: #0f172a;
    font-weight: 500;
}

.urun-detay .breadcrumb span {
    color: #1e293b;
    font-weight: 600;
}

.kategori-sayfa .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 13px;
    color: #64748b;
}

.kategori-sayfa .breadcrumb a {
    color: #0f172a;
    font-weight: 600;
}

.kategori-sayfa .breadcrumb span {
    color: #1e293b;
    font-weight: 700;
}

.kategori-ust-satir {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.kategori-ust-satir h1 {
    margin: -4px 0 10px;
    white-space: nowrap;
    font-size: 27px;
    font-weight: 700;
}

/* Sıralama Çubuğu */
.siralama-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 16px 0 20px;
    padding: 10px 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin: 0;
    margin-top: -8px;
}

.siralama-select {
    appearance: none;
    -webkit-appearance: none;
    padding: 8px 36px 8px 14px;
    font-size: 14px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23555' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat right 12px center;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    min-width: 180px;
    transition: border-color 0.15s;
    outline: none;
}

.siralama-select:hover,
.siralama-select:focus {
    border-color: #007bff;
}

.grid-toggle {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.grid-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    color: #888;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    padding: 0;
}

.grid-btn:hover {
    background: #e9ecef;
    color: #444;
    border-color: #bbb;
}

.grid-btn.aktif {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

/* Grid sütun seçenekleri */
#urun-listesi-container[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
#urun-listesi-container[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
#urun-listesi-container[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .kategori-ust-satir {
        flex-direction: column;
        align-items: flex-start;
    }

    .kategori-ust-satir h1 {
        white-space: normal;
        font-size: 24px;
    }

    #urun-listesi-container[data-cols="2"],
    #urun-listesi-container[data-cols="3"],
    #urun-listesi-container[data-cols="4"] { grid-template-columns: 1fr; }
    .siralama-select { min-width: 140px; font-size: 13px; }
}

@media (max-width: 480px) {
    #urun-listesi-container[data-cols="2"],
    #urun-listesi-container[data-cols="3"],
    #urun-listesi-container[data-cols="4"] { grid-template-columns: 1fr; }
}

.sayfalama a,
.sayfalama span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.sayfalama a:hover {
    background: #f8f9fa;
}

.sayfalama .aktif {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */

/* Tablet (991px) */
@media (max-width: 991px) {
    .hesabim-stats {
        min-width: 0;
    }

    .hesabim-hero {
        flex-wrap: wrap;
    }

    .hesabim-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .urun-detay-grid {
        gap: 24px;
    }
}

@media (max-width: 991px) and (min-width: 577px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .urun-bilgi .urun-aksiyonlar .sepete-ekle-btn,
    .urun-bilgi .urun-aksiyonlar .satin-al-btn {
        font-size: 15px;
        padding: 12px;
    }
}

/* Mobil (768px) */
@media (max-width: 768px) {
    .urun-detay-grid,
    .odeme-grid,
    .iletisim-grid {
        grid-template-columns: 1fr;
    }

    .odeme-grid {
        gap: 18px;
    }

    .odeme-title {
        font-size: 24px;
    }

    .odeme-subtitle {
        font-size: 13px;
    }

    .musteri-form {
        padding: 16px;
    }

    .siparis-ozet {
        padding: 14px;
    }

    .hesabim-page {
        padding-top: 28px;
    }

    .hesabim-hero {
        flex-direction: column;
        padding: 18px;
    }

    .hesabim-stats {
        min-width: 0;
        grid-template-columns: 1fr;
    }

    .hesabim-layout {
        grid-template-columns: 1fr;
    }

    .hesabim-panel,
    .hesabim-orders {
        padding: 16px;
    }

    .hesabim-table {
        min-width: 620px;
    }

    .sepet-islemler {
        flex-direction: column;
    }

    .radio-grup {
        flex-direction: column;
        gap: 10px;
    }

    .grid-toggle {
        display: none;
    }

    .siralama-bar {
        justify-content: stretch;
    }

    .siralama-select {
        width: 100%;
        flex: 1;
    }

    .haritakutu .harita {
        height: 300px;
    }

    .haritakutu {
        padding: 16px;
    }

    /* Sepet tablosu — kart görünümü */
    .sepet-sayfa .sepet-tablosu thead {
        display: none;
    }

    .sepet-sayfa .sepet-tablosu,
    .sepet-sayfa .sepet-tablosu tbody,
    .sepet-sayfa .sepet-tablosu tr,
    .sepet-sayfa .sepet-tablosu td {
        display: block;
        width: 100%;
        overflow: visible;
    }

    .sepet-sayfa .sepet-tablosu tr {
        padding: 16px;
        margin-bottom: 12px;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    }

    .sepet-sayfa .sepet-tablosu td {
        padding: 6px 0;
        border-bottom: none;
        text-align: left;
    }

    .sepet-sayfa .sepet-tablosu td:before {
        display: block;
        font-size: 11px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        margin-bottom: 4px;
    }

    .sepet-sayfa .sepet-tablosu td:nth-child(1):before { content: ''; }
    .sepet-sayfa .sepet-tablosu td:nth-child(2):before { content: 'Fiyat'; }
    .sepet-sayfa .sepet-tablosu td:nth-child(3):before { content: 'Adet'; }
    .sepet-sayfa .sepet-tablosu td:nth-child(4):before { content: 'Toplam'; }

    .sepet-sayfa .sepet-tablosu .sepet-urun {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .sepet-sayfa .sepet-tablosu .sepet-urun img {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 10px;
    }

    .sepet-sayfa .sepet-tablosu .sepet-sil-btn {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
}

@media (max-width: 768px) and (min-width: 577px) {
    .urun-guven-rozetleri {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Küçük mobil (576px) */
@media (max-width: 576px) {
    .odeme-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .urun-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kargo-label {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px;
    }

    .kargo-fiyat {
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }
}
