:root {
    --bauhaus-red: #e30613;
    --bauhaus-yellow: #f5c400;
    --bauhaus-blue: #0057b8;
    --black: #111111;
    --light: #f5f5f3;
    --border: #dedede;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f5;
    color: var(--black);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

/* =========================
   TOP BAR
========================= */

.top-bar {
    background: var(--black);
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

    .top-bar span {
        opacity: .9;
    }

/* =========================
   HEADER
========================= */

.main-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar {
    min-height: 82px;
}

.logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-square {
    width: 38px;
    height: 38px;
    background: var(--bauhaus-red);
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .logo-square::after {
        content: "";
        width: 19px;
        height: 19px;
        background: var(--bauhaus-yellow);
        position: absolute;
        right: -8px;
        bottom: -8px;
    }

.logo-text span {
    color: var(--bauhaus-red);
}

/* =========================
   CATEGORY BUTTON
========================= */

.category-btn {
    background: var(--black);
    color: #fff;
    border: none;
    min-height: 48px;
    padding: 0 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .2s ease;
}

    .category-btn:hover {
        background: var(--bauhaus-red);
        color: #fff;
    }

/* =========================
   SEARCH
========================= */

.search-box {
    position: relative;
    display: flex;
    border: 2px solid var(--black);
    height: 48px;
    background: #fff;
    min-width: 0;
}

    .search-box input {
        border: none;
        outline: none;
        flex: 1;
        min-width: 0;
        padding: 0 16px;
        font-size: 14px;
        background: transparent;
    }

        .search-box input::placeholder {
            color: #777;
        }

    .search-box button {
        width: 55px;
        flex: 0 0 55px;
        border: none;
        background: var(--bauhaus-yellow);
        color: var(--black);
        font-size: 20px;
        transition: .2s ease;
    }

        .search-box button:hover {
            background: var(--bauhaus-red);
            color: #fff;
        }

/* =========================
   HEADER ACTIONS
========================= */

.header-action {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

    .header-action i {
        font-size: 24px;
    }

    .header-action:hover {
        color: var(--bauhaus-red);
    }

.cart-action {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -9px;
    left: 18px;
    background: var(--bauhaus-red);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

/* =========================
   CATEGORY NAV / HORIZONTAL SCROLLER
========================= */

.category-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.category-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .category-scroll-container::-webkit-scrollbar {
        display: none;
    }

.category-scroll-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    gap: 0;
}

.category-nav-card {
    flex: 0 0 auto;
    min-width: 145px;
    height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-right: 1px solid #eee;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
}

    .category-nav-card:first-child {
        border-left: 1px solid #eee;
    }

    .category-nav-card:hover {
        background: var(--bauhaus-yellow);
        color: var(--black);
    }

/* SOL / SAĞ BUTON */

.category-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    transition: .2s ease;
}

    .category-scroll-btn:hover {
        background: var(--black);
        color: #fff;
        border-color: var(--black);
    }

.category-scroll-left {
    left: -10px;
}

.category-scroll-right {
    right: -10px;
}

.category-scroll-btn:disabled {
    opacity: 0;
    pointer-events: none;
}

/* =========================
   HERO
========================= */

.hero {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    background: var(--black);
    min-height: 420px;
    color: #fff;
}

.hero-content {
    padding: 65px;
    position: relative;
    z-index: 2;
}

.hero-small-title {
    color: var(--bauhaus-yellow);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero h1 {
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    max-width: 650px;
    margin: 15px 0;
}

    .hero h1 span {
        color: var(--bauhaus-red);
    }

.hero p {
    max-width: 520px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
}

.hero-btn {
    display: inline-block;
    background: var(--bauhaus-red);
    color: #fff;
    padding: 14px 25px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
}

    .hero-btn:hover {
        background: var(--bauhaus-yellow);
        color: var(--black);
    }

.shape-circle {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: var(--bauhaus-red);
    right: 100px;
    top: 50px;
}

.shape-square {
    position: absolute;
    width: 190px;
    height: 190px;
    background: var(--bauhaus-yellow);
    right: 20px;
    bottom: -40px;
    transform: rotate(18deg);
}

.shape-blue {
    position: absolute;
    width: 130px;
    height: 130px;
    background: var(--bauhaus-blue);
    right: 300px;
    bottom: 20px;
}

/* =========================
   SECTIONS
========================= */

.section {
    padding: 55px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

    .section-title::before {
        content: "";
        width: 12px;
        height: 12px;
        background: var(--bauhaus-red);
        display: inline-block;
        margin-right: 10px;
    }

.view-all {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid var(--black);
    white-space: nowrap;
}

    .view-all:hover {
        color: var(--bauhaus-red);
        border-color: var(--bauhaus-red);
    }

/* =========================
   PRODUCT CARD
========================= */

.product-card {
    background: #fff;
    border: 1px solid var(--border);
    height: 100%;
    position: relative;
    transition: .2s ease;
    display: flex;
    flex-direction: column;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    }

.product-image {
    height: 220px;
    background: #f4f4f2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .product-image > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 25px;
        transition: transform .3s ease;
    }

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: var(--bauhaus-red);
    color: #fff;
    padding: 6px 9px;
    font-size: 10px;
    font-weight: 800;
    z-index: 2;
}

.product-favorite {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .2s ease;
}

    .product-favorite:hover {
        background: var(--bauhaus-red);
        color: #fff;
        border-color: var(--bauhaus-red);
    }

.product-info {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-brand {
    color: #777;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 40px;
    margin-bottom: 10px;
}

    .product-name a:hover {
        color: var(--bauhaus-red);
    }

.rating {
    margin: 10px 0;
    font-size: 12px;
}

    .rating i {
        color: var(--bauhaus-yellow);
    }

.price {
    font-size: 20px;
    font-weight: 800;
    margin-top: auto;
}

.old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 7px;
}

.add-cart {
    width: 100%;
    border: none;
    background: var(--black);
    color: #fff;
    padding: 11px;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 700;
    transition: .2s ease;
}

    .add-cart:hover:not(:disabled) {
        background: var(--bauhaus-red);
    }

    .add-cart:disabled {
        opacity: .45;
        cursor: not-allowed;
    }
/* =========================
   CATEGORY DETAIL
========================= */

.category-page-header h1 {
    font-size: 34px;
    font-weight: 800;
}

.category-description {
    max-width: 900px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.category-sub-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .category-sub-scroll::-webkit-scrollbar {
        display: none;
    }

.category-sub-card {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 15px 22px;
    background: #fff;
    border: 1px solid var(--border);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: .2s ease;
}

    .category-sub-card:hover {
        background: var(--bauhaus-yellow);
        border-color: var(--black);
        color: var(--black);
    }

@media (max-width: 767.98px) {

    .category-page-header h1 {
        font-size: 27px;
    }

    .category-sub-card {
        min-width: 130px;
        padding: 12px 16px;
        font-size: 12px;
    }
}
/* =========================
   CATEGORY BOXES
========================= */

.category-box {
    min-height: 170px;
    position: relative;
    overflow: hidden;
    padding: 25px;
    color: #fff;
    transition: transform .2s ease;
}

    .category-box:hover {
        transform: translateY(-4px);
    }

    .category-box h3 {
        font-size: 22px;
        font-weight: 800;
        position: relative;
        z-index: 2;
    }

    .category-box p {
        position: relative;
        z-index: 2;
        font-size: 12px;
        line-height: 1.5;
        max-width: 85%;
    }

.category-red {
    background: var(--bauhaus-red);
}

.category-blue {
    background: var(--bauhaus-blue);
}

.category-yellow {
    background: var(--bauhaus-yellow);
    color: var(--black);
}

.category-black {
    background: var(--black);
}

.category-shape {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    right: -20px;
    bottom: -30px;
}

/* =========================
   PRODUCT FILTER
========================= */

.filter-panel {
    background: #fff;
    border: 1px solid var(--border);
    padding: 22px;
    position: sticky;
    top: 20px;
}

.filter-title {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 3px solid var(--black);
}

.filter-group {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.filter-group-title {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

.filter-panel .form-control,
.filter-panel .form-select {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 13px;
    min-height: 42px;
}

    .filter-panel .form-control:focus,
    .filter-panel .form-select:focus {
        border-color: var(--black);
        box-shadow: none;
    }

.filter-panel .form-check-input {
    border-radius: 0;
}

    .filter-panel .form-check-input:checked {
        background-color: var(--black);
        border-color: var(--black);
    }

.filter-panel .form-check-label {
    font-size: 13px;
    font-weight: 600;
}

.filter-button {
    width: 100%;
    border: none;
    background: var(--black);
    color: #fff;
    padding: 13px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 800;
    transition: .2s ease;
}

    .filter-button:hover {
        background: var(--bauhaus-red);
    }

.filter-clear {
    display: block;
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    font-weight: 700;
    color: #777;
}

    .filter-clear:hover {
        color: var(--bauhaus-red);
    }

.empty-products {
    background: #fff;
    border: 1px solid var(--border);
    padding: 70px 20px;
    text-align: center;
}

    .empty-products i {
        font-size: 38px;
        color: #aaa;
    }

    .empty-products h3 {
        font-size: 20px;
        font-weight: 800;
        margin-top: 15px;
    }

    .empty-products p {
        color: #777;
        font-size: 13px;
    }

    .empty-products a {
        display: inline-block;
        margin-top: 10px;
        border-bottom: 2px solid var(--black);
        font-size: 13px;
        font-weight: 700;
    }

@media (max-width: 991.98px) {

    .filter-panel {
        position: static;
        margin-bottom: 15px;
    }
}

/* =========================
   DISCOUNT SECTION
========================= */

.discount-section {
    background: var(--bauhaus-yellow);
    padding: 50px 0;
}

.discount-title {
    font-size: 32px;
    line-height: 1.05;
    font-weight: 800;
}

/* =========================
   FOOTER
========================= */

footer {
    background: var(--black);
    color: #fff;
    padding: 55px 0 25px;
    margin-top: 40px;
}

    footer h5 {
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    footer li {
        margin-bottom: 10px;
        color: #aaa;
        font-size: 13px;
    }

        footer li a:hover {
            color: #fff;
        }

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 12px;
    color: #888;
}

/* =========================
   PRODUCT DETAIL
========================= */

.product-description {
    line-height: 1.7;
}

    .product-description img {
        max-width: 100%;
        height: auto;
    }

.product-description-content {
    font-size: 15px;
    color: #333;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
    .header-action {
        margin-right: 12px !important;
    }

    .hero h1 {
        font-size: 46px;
    }

    .shape-circle {
        right: 10px;
    }

    .shape-blue {
        right: 220px;
    }
}

@media (max-width: 991.98px) {
    .navbar .container-fluid {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .logo {
        order: 1;
    }

    .header-action {
        order: 2;
        margin-right: 0 !important;
    }

    .account-dropdown {
        order: 2;
    }

    .search-box {
        order: 3;
        width: 100%;
        flex-basis: 100%;
        margin-right: 0 !important;
    }

    .hero h1 {
        font-size: 40px;
    }

    .shape-circle {
        right: -100px;
    }

    .shape-square {
        right: -80px;
    }

    .header-action span:not(.cart-count) {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        font-size: 11px;
    }

        .top-bar .container {
            gap: 12px;
        }

        .top-bar span:last-child {
            display: none;
        }

    .navbar {
        min-height: 70px;
    }

    .logo {
        font-size: 22px;
    }

    .logo-square {
        width: 30px;
        height: 30px;
    }

        .logo-square::after {
            width: 15px;
            height: 15px;
        }

    .category-nav {
        display: block;
    }

    .category-scroll-track {
        gap: 8px;
        padding: 10px 0;
    }

    .category-nav-card {
        min-width: auto;
        height: 42px;
        padding: 0 16px;
        border: 1px solid #ddd;
        font-size: 12px;
    }

    .category-scroll-btn {
        display: none;
    }

    .account-dropdown .account-menu {
        left: auto !important;
        right: 0 !important;
        top: 100% !important;
        transform: none !important;
        margin-top: 8px !important;
        width: 270px;
        max-width: calc(100vw - 28px);
    }


    .hero {
        min-height: 450px;
        margin-top: 15px;
    }

    .hero-content {
        padding: 40px 25px;
    }

    .hero h1 {
        font-size: 35px;
        max-width: 85%;
    }

    .hero p {
        max-width: 80%;
        font-size: 14px;
    }

    .shape-circle {
        width: 230px;
        height: 230px;
        right: -100px;
        top: 250px;
    }

    .shape-square {
        width: 135px;
        height: 135px;
        right: -70px;
    }

    .shape-blue {
        display: none;
    }

    .section {
        padding: 35px 0;
    }

    .section-title {
        font-size: 22px;
    }

    .section-header {
        align-items: flex-end;
    }

    .product-image {
        height: 180px;
    }

        .product-image img {
            padding: 16px;
        }

    .product-info {
        padding: 14px;
    }

    .product-name {
        font-size: 13px;
        min-height: 38px;
    }

    .price {
        font-size: 17px;
    }

    .category-box {
        min-height: 145px;
        padding: 20px;
    }

        .category-box h3 {
            font-size: 18px;
        }

    .discount-title {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero p {
        max-width: 92%;
    }

    .hero-btn {
        padding: 12px 18px;
        font-size: 12px;
    }

    .product-image {
        height: 155px;
    }

        .product-image img {
            padding: 12px;
        }

    .product-info {
        padding: 12px;
    }

    .product-brand {
        font-size: 10px;
    }

    .product-name {
        font-size: 12px;
    }

    .price {
        font-size: 15px;
    }

    .old-price {
        display: block;
        margin-bottom: 2px;
    }

    .add-cart {
        font-size: 10px;
        padding: 10px 5px;
    }

    .account-text {
        display: none;
    }

    .account-action {
        padding: 6px;
    }

        .account-action > i {
            font-size: 23px;
        }
}
/* =========================
   CATEGORY BREADCRUMB
========================= */

.category-breadcrumb {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

    .category-breadcrumb .breadcrumb {
        --bs-breadcrumb-divider: "›";
    }

    .category-breadcrumb .breadcrumb-item {
        font-size: 12px;
        font-weight: 600;
    }

        .category-breadcrumb .breadcrumb-item a {
            color: #666;
            transition: .2s ease;
        }

            .category-breadcrumb .breadcrumb-item a:hover {
                color: var(--bauhaus-red);
            }

        .category-breadcrumb .breadcrumb-item.active {
            color: var(--black);
            font-weight: 800;
        }

        .category-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #aaa;
            font-weight: 700;
        }



/* PRODUCT CODE */

.product-code {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #777;
    line-height: 1.3;
}

    .product-code strong {
        color: #111;
        font-weight: 700;
        letter-spacing: .3px;
    }

.account-dropdown {
    position: relative;
}

.account-action {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #111;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
}

    .account-action::after {
        margin-left: 3px;
    }

    .account-action > i {
        font-size: 25px;
        line-height: 1;
    }

.account-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    max-width: 170px;
}

    .account-text small {
        font-size: 11px;
        color: #777;
        font-weight: 500;
    }

    .account-text strong {
        margin-top: 3px;
        font-size: 13px;
        font-weight: 700;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.account-menu {
    min-width: 270px;
    border: 2px solid #111;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 6px 6px 0 #111;
}

.account-menu-header {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
}

    .account-menu-header small {
        color: #777;
        font-size: 11px;
    }

    .account-menu-header strong {
        margin-top: 3px;
        font-size: 13px;
        overflow-wrap: anywhere;
    }

.account-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
}

    .account-menu .dropdown-item:hover {
        background: #f5c400;
        color: #111;
    }

.account-logout {
    color: #e30613;
    font-weight: 700 !important;
}

    .account-logout:hover {
        background: #e30613 !important;
        color: #fff !important;
    }

.js-product-card {
    cursor: pointer;
}

    .js-product-card .product-name,
    .js-product-card .product-code,
    .js-product-card .product-image {
        cursor: pointer;
    }

    .js-product-card:focus-visible {
        outline: 3px solid #111;
        outline-offset: 3px;
    }

.product-table-row {
    cursor: pointer;
}

    .product-table-row td {
        vertical-align: middle;
    }

    .product-table-row:focus-visible {
        outline: 3px solid #111;
        outline-offset: -3px;
    }


/* =========================================================
   ÜRÜNLER SAYFASI - YATAY KARTLAR
   Yalnızca /urunler sayfasındaki .products-list-grid içinde çalışır.
   Ana sayfa ve kategori kartlarını etkilemez.
========================================================= */

.products-list-grid .product-card {
    background: #fff;
    border: 2px solid var(--black);
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 190px;
    min-height: 180px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

@media (hover: hover) and (pointer: fine) {
    .products-list-grid .product-card:hover {
        transform: translate(-3px, -3px);
        box-shadow: 6px 6px 0 var(--black);
    }
}

.products-list-grid .product-card:focus-visible {
    outline: 3px solid var(--black);
    outline-offset: 3px;
}

.products-list-grid .product-image {
    position: relative;
    height: auto;
    min-height: 180px;
    background: #f5f5f3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-right: 2px solid var(--black);
}

    .products-list-grid .product-image img {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px;
        object-fit: contain;
        transition: transform .2s ease;
    }

.products-list-grid .product-card:hover .product-image img {
    transform: scale(1.03);
}

.products-list-grid .product-badge {
    top: 8px;
    left: 8px;
    font-size: 11px;
    padding: 5px 8px;
}

.products-list-grid .product-favorite {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border: 2px solid var(--black);
    font-size: 15px;
}

.products-list-grid .product-info {
    min-width: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-list-grid .product-brand {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.products-list-grid .product-name {
    min-height: 0;
    margin-bottom: 10px;
    font-size: inherit;
}

    .products-list-grid .product-name a {
        color: var(--black);
        font-size: 17px;
        font-weight: 800;
        line-height: 1.3;
    }

.products-list-grid .product-code, .products-list-grid .product-sku {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
}

.products-list-grid .product-stock {
    min-height: 0;
    margin: 12px 0 0;
    font-size: 12px;
    font-weight: 700;
}

.products-list-grid .product-action {
    padding: 18px;
    border-left: 2px solid var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.products-list-grid .old-price {
    display: block;
    margin: 0 0 2px;
    font-size: 12px;
    color: #888;
    text-decoration: line-through;
}

.products-list-grid .price {
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--black);
    white-space: nowrap;
}

.products-list-grid .price-tax-label {
    font-size: 12px;
    font-weight: 800;
    color: #666;
}

.products-list-grid .tax-rate {
    margin-top: 3px;
    font-size: 11px;
    color: #777;
}

.products-list-grid .price-incl-tax {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
}

    .products-list-grid .price-incl-tax strong {
        display: block;
        margin-top: 1px;
        font-size: 15px;
        color: var(--black);
    }

.products-list-grid .product-action form {
    width: 100%;
    margin-top: 16px;
}

.products-list-grid .add-cart {
    width: 100%;
    min-height: 42px;
    margin-top: 0;
    padding: 10px 8px;
    border: 2px solid var(--black);
    background: var(--black);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

    .products-list-grid .add-cart:hover:not(:disabled) {
        background: var(--bauhaus-yellow);
        color: var(--black);
    }

    .products-list-grid .add-cart:disabled {
        opacity: .45;
        cursor: not-allowed;
    }

@media (max-width: 1199.98px) {
    .products-list-grid .product-card {
        grid-template-columns: 135px minmax(0, 1fr) 175px;
    }
}

@media (max-width: 767.98px) {
    .products-list-grid .product-card {
        grid-template-columns: 110px minmax(0, 1fr);
        min-height: 160px;
    }

    .products-list-grid .product-image {
        min-height: 160px;
        border-right: 2px solid var(--black);
    }

        .products-list-grid .product-image img {
            padding: 10px;
        }

    .products-list-grid .product-info {
        padding: 14px;
    }

    .products-list-grid .product-name a {
        font-size: 15px;
    }

    .products-list-grid .product-action {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 2px solid var(--black);
        padding: 12px 14px;
        align-items: stretch;
        text-align: left;
    }

    .products-list-grid .price {
        font-size: 18px;
    }

    .products-list-grid .price-incl-tax strong {
        display: inline;
        margin-left: 4px;
    }

    .products-list-grid .product-action form {
        margin-top: 10px;
    }

    .products-list-grid .product-code, .products-list-grid .product-sku {
        font-size: 11px;
    }
}

/* =========================================================
   HEADER CANLI ARAMA
========================================================= */

.search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 5000;
    background: #fff;
    border: 2px solid #111;
    box-shadow: 6px 6px 0 #111;
    max-height: 520px;
    overflow-y: auto;
}


/* =========================================================
   ARAMA ÜRÜNÜ
========================================================= */

.search-result-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    color: #111;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: background .15s ease;
}

    .search-result-item:hover {
        background: #f5f5f3;
    }


/* =========================================================
   GÖRSEL
========================================================= */

.search-result-image {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    background: #f5f5f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-result-image img {
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain;
    }


/* =========================================================
   BİLGİ
========================================================= */

.search-result-content {
    flex: 1;
    min-width: 0;
}

.search-result-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 4px;
}

.search-result-code {
    font-size: 11px;
    color: #777;
    margin-bottom: 4px;
}


/* =========================================================
   FİYAT
========================================================= */

.search-result-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.search-result-old-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}


/* =========================================================
   ALT BUTON
========================================================= */

.search-all-results {
    display: block;
    padding: 12px 15px;
    background: #f5c400;
    color: #111;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

    .search-all-results:hover {
        background: #111;
        color: #fff;
    }


/* =========================================================
   YÜKLENİYOR / SONUÇ YOK
========================================================= */

.search-loading,
.search-no-result {
    padding: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767.98px) {

    .search-suggestions {
        position: fixed;
        top: 75px;
        left: 10px;
        right: 10px;
        width: auto;
        max-height: calc(100vh - 100px);
    }
}
/* =========================================================
   ACCOUNT / CUSTOMER PANEL
   ========================================================= */

.account-page {
    background: #f5f5f3;
    padding: 42px 0 70px;
    min-height: 70vh;
}

.account-header {
    margin-bottom: 28px;
}

.account-eyebrow,
.account-panel-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e30613;
}

.account-header h1 {
    margin: 5px 0 6px;
    font-size: 38px;
    font-weight: 900;
    color: #111;
}

.account-header p {
    margin: 0;
    color: #666;
}

    .account-header p strong {
        color: #111;
    }


/* SIDEBAR */

.account-sidebar {
    background: #111;
    color: #fff;
    position: sticky;
    top: 20px;
}

.account-user-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    border-bottom: 1px solid #2d2d2d;
}

.account-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c400;
    color: #111;
    font-size: 22px;
    font-weight: 900;
}

.account-user-info {
    min-width: 0;
}

    .account-user-info strong {
        display: block;
        font-size: 14px;
        font-weight: 800;
    }

    .account-user-info span {
        display: block;
        margin-top: 3px;
        font-size: 11px;
        color: #aaa;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.account-sidebar .account-menu {
    padding: 10px 0;
}

    .account-sidebar .account-menu a {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 48px;
        padding: 0 18px;
        color: #d8d8d8;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        border-left: 4px solid transparent;
        transition: all .18s ease;
    }

        .account-sidebar .account-menu a i {
            width: 20px;
            font-size: 16px;
        }

        .account-sidebar .account-menu a:hover {
            background: #1c1c1c;
            color: #fff;
        }

        .account-sidebar .account-menu a.active {
            background: #1c1c1c;
            color: #fff;
            border-left-color: #e30613;
        }

.account-menu-count {
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333;
    font-size: 10px;
    font-weight: 800;
}

.account-sidebar-footer {
    border-top: 1px solid #2d2d2d;
    padding: 10px;
}

    .account-sidebar-footer form {
        margin: 0;
    }

.account-sidebar .account-logout {
    width: 100%;
    height: 46px;
    border: 0;
    background: transparent;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

    .account-sidebar .account-logout:hover {
        background: #e30613;
        color: #fff;
    }


/* SUMMARY */

.account-summary-card {
    min-height: 135px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    text-decoration: none;
    color: #111;
    display: block;
    transition: transform .18s ease, box-shadow .18s ease;
}

a.account-summary-card:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.account-summary-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c400;
    color: #111;
    font-size: 18px;
    margin-bottom: 13px;
}

.account-summary-value {
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.account-summary-label {
    margin-top: 6px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


/* MAIN PANEL */

.account-panel {
    background: #fff;
    border: 1px solid #e4e4e4;
}

.account-panel-header {
    min-height: 90px;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #ededed;
}

    .account-panel-header h2 {
        margin: 3px 0 0;
        font-size: 22px;
        font-weight: 900;
    }

.account-panel-link {
    color: #111;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

    .account-panel-link:hover {
        color: #e30613;
    }


/* ORDER ROW */

.account-order-row {
    display: grid;
    grid-template-columns: minmax(210px, 1.7fr) minmax(120px, .8fr) minmax(130px, .9fr) 90px;
    align-items: center;
    gap: 18px;
    padding: 18px 24px;
    border-bottom: 1px solid #ededed;
}

    .account-order-row:last-child {
        border-bottom: 0;
    }

.account-order-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-order-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f3;
    color: #111;
}

.account-order-number {
    font-size: 13px;
    font-weight: 900;
}

.account-order-date {
    margin-top: 3px;
    font-size: 11px;
    color: #888;
}

.account-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

    .account-status.pending {
        background: #fff3cd;
        color: #755b00;
    }

    .account-status.processing {
        background: #dbeafe;
        color: #0057b8;
    }

    .account-status.completed {
        background: #d1e7dd;
        color: #146c43;
    }

    .account-status.cancelled {
        background: #f8d7da;
        color: #b02a37;
    }

    .account-status.default {
        background: #ededed;
        color: #555;
    }

.account-order-total span {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
}

.account-order-total strong {
    display: block;
    margin-top: 2px;
    font-size: 14px;
}

.account-detail-button {
    min-height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

    .account-detail-button:hover {
        background: #e30613;
        color: #fff;
    }


/* QUICK ACTIONS */

.account-quick-card {
    min-height: 105px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #111;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .account-quick-card:hover {
        color: #111;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    }

.account-quick-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057b8;
    color: #fff;
    font-size: 18px;
}

.account-quick-card strong {
    display: block;
    font-size: 13px;
    font-weight: 900;
}

.account-quick-card span {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 11px;
    line-height: 1.45;
}

.account-quick-arrow {
    margin-left: auto;
}


/* EMPTY */

.account-empty {
    text-align: center;
    padding: 55px 20px;
}

.account-empty-icon {
    font-size: 44px;
    color: #bbb;
}

.account-empty h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 900;
}

.account-empty p {
    color: #777;
    font-size: 13px;
}

.account-shop-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 0 18px;
    background: #e30613;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

    .account-shop-button:hover {
        color: #fff;
        background: #111;
    }


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

    .account-page {
        padding: 28px 0 50px;
    }

    .account-sidebar {
        position: static;
    }

        .account-sidebar .account-menu {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding: 8px;
            gap: 5px;
        }

            .account-sidebar .account-menu a {
                border-left: 0;
                border-bottom: 3px solid transparent;
                padding: 0 12px;
            }

                .account-sidebar .account-menu a.active {
                    border-left: 0;
                    border-bottom-color: #e30613;
                }

    .account-order-row {
        grid-template-columns: 1fr auto;
    }

    .account-order-status {
        text-align: right;
    }

    .account-order-total {
        padding-left: 54px;
    }

    .account-order-action {
        text-align: right;
    }
}


@media (max-width: 575.98px) {

    .account-header h1 {
        font-size: 30px;
    }

    .account-user-box {
        padding: 18px;
    }

    .account-sidebar .account-menu {
        grid-template-columns: 1fr;
    }

    .account-summary-card {
        min-height: 120px;
        padding: 16px;
    }

    .account-summary-value {
        font-size: 25px;
    }

    .account-panel-header {
        align-items: flex-start;
        padding: 18px;
    }

        .account-panel-header h2 {
            font-size: 19px;
        }

    .account-order-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .account-order-status,
    .account-order-action {
        text-align: left;
    }

    .account-order-total {
        padding-left: 54px;
    }

    .account-detail-button {
        margin-left: 54px;
    }
}
/* =========================================================
   ACCOUNT PROFILE
   ========================================================= */

.account-profile-header-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057b8;
    color: #fff;
    font-size: 20px;
}

.account-profile-body {
    padding: 28px;
}

.account-form-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

    .account-form-section:last-of-type {
        margin-bottom: 0;
    }

.account-form-section-title {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.account-form-number {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c400;
    color: #111;
    font-size: 11px;
    font-weight: 900;
}

.account-form-section-title strong {
    display: block;
    color: #111;
    font-size: 14px;
    font-weight: 900;
}

.account-form-section-title span {
    display: block;
    margin-top: 3px;
    color: #777;
    font-size: 11px;
}

.account-form-label {
    margin-bottom: 7px;
    color: #111;
    font-size: 12px;
    font-weight: 800;
}

.account-form-control {
    height: 48px;
    border: 2px solid #d8d8d8;
    border-radius: 0;
    padding: 0 14px;
    font-size: 13px;
    box-shadow: none !important;
}

    .account-form-control:focus {
        border-color: #111;
    }

.account-validation {
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

.account-readonly-field {
    min-height: 50px;
    border: 2px solid #e0e0e0;
    background: #f5f5f3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
}

    .account-readonly-field > i {
        color: #777;
    }

    .account-readonly-field input {
        min-width: 0;
        flex: 1;
        border: 0;
        outline: 0;
        background: transparent;
        color: #555;
        font-size: 13px;
    }

    .account-readonly-field span {
        padding: 4px 7px;
        background: #d1e7dd;
        color: #146c43;
        font-size: 9px;
        font-weight: 900;
    }

.account-form-help {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 9px;
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}

.account-form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
}

.account-save-button {
    min-height: 46px;
    border: 0;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

    .account-save-button:hover {
        background: #e30613;
    }

.account-cancel-button {
    min-height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #111;
    color: #111;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

    .account-cancel-button:hover {
        background: #111;
        color: #fff;
    }


@media (max-width: 575.98px) {

    .account-profile-body {
        padding: 18px;
    }

    .account-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .account-save-button,
    .account-cancel-button {
        width: 100%;
    }

    .account-readonly-field span {
        display: none;
    }
}
/* =========================================================
   ACCOUNT PASSWORD
   ========================================================= */

.account-security-header-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e30613;
    color: #fff;
    font-size: 20px;
}

.account-password-field {
    position: relative;
}

    .account-password-field .account-form-control {
        padding-right: 50px;
    }

.account-password-toggle {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

    .account-password-toggle:hover {
        color: #111;
        background: #f0f0f0;
    }

.account-security-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
    padding: 16px;
    background: #fff7d6;
    border-left: 4px solid #f5c400;
}

    .account-security-info > i {
        margin-top: 1px;
        color: #9b7a00;
        font-size: 17px;
    }

    .account-security-info strong {
        display: block;
        color: #111;
        font-size: 12px;
        font-weight: 900;
    }

    .account-security-info span {
        display: block;
        margin-top: 3px;
        color: #666;
        font-size: 11px;
        line-height: 1.5;
    }

/* =========================================================
   ACCOUNT ORDERS
   ========================================================= */

.account-orders-header-count {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.account-orders-body {
    padding: 24px;
}

.account-orders-list {
    display: grid;
    gap: 20px;
}

.account-order-card {
    background: #fff;
    border: 2px solid #111;
}

.account-order-card-top {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #ddd;
}

.account-order-label {
    display: block;
    color: #777;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.account-order-number {
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.account-order-status {
    display: inline-block;
    padding: 7px 10px;
    background: #ddd;
    color: #111;
    font-size: 9px;
    font-weight: 900;
}

    .account-order-status.pending {
        background: #f5c400;
    }

    .account-order-status.processing {
        background: #0057b8;
        color: #fff;
    }

    .account-order-status.completed {
        background: #111;
        color: #fff;
    }

    .account-order-status.cancelled {
        background: #e30613;
        color: #fff;
    }

.account-order-card-body {
    display: grid;
    grid-template-columns: 1.3fr .7fr 1fr 1fr;
}

.account-order-info {
    padding: 20px;
}

    .account-order-info + .account-order-info {
        border-left: 1px solid #ddd;
    }

    .account-order-info span {
        display: block;
        color: #777;
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .account-order-info strong {
        color: #111;
        font-size: 12px;
        font-weight: 900;
    }

    .account-order-info.total strong {
        color: #e30613;
        font-size: 16px;
    }

.account-order-card-footer {
    padding: 12px 20px;
    background: #fafafa;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.account-order-payment-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #555;
    font-size: 10px;
    font-weight: 800;
}

.account-order-detail-button {
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

    .account-order-detail-button:hover {
        background: #e30613;
        color: #fff;
    }

.account-orders-empty {
    padding: 60px 25px;
    text-align: center;
}

.account-orders-empty-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #f5c400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.account-orders-empty h3 {
    color: #111;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}

.account-orders-empty p {
    color: #666;
    font-size: 12px;
    margin-bottom: 22px;
}

.account-orders-shop-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e30613;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

    .account-orders-shop-button:hover {
        background: #111;
        color: #fff;
    }

@media (max-width: 767px) {

    .account-orders-body {
        padding: 15px;
    }

    .account-order-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-order-card-body {
        grid-template-columns: 1fr 1fr;
    }

    .account-order-info + .account-order-info {
        border-left: 0;
    }

    .account-order-info:nth-child(even) {
        border-left: 1px solid #ddd;
    }

    .account-order-info:nth-child(n+3) {
        border-top: 1px solid #ddd;
    }

    .account-order-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-order-detail-button {
        width: 100%;
        justify-content: center;
        display: flex;
    }
}
/* =========================================================
   ACCOUNT SIDEBAR MOBILE
   ========================================================= */

.account-mobile-menu-toggle {
    margin-bottom: 15px;
}

.account-mobile-menu-button {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

    .account-mobile-menu-button:hover {
        background: #e30613;
        border-color: #e30613;
        color: #fff;
    }


/* =========================================================
   TABLET + MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

    .account-sidebar-wrapper {
        display: none;
        margin-bottom: 20px;
    }

        .account-sidebar-wrapper.is-open {
            display: block;
        }
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 992px) {

    .account-sidebar-wrapper {
        display: block !important;
    }
}
/* =========================================================
   SIMPLE CUSTOMER ACCOUNT
   ========================================================= */

.customer-account-page {
    background: #f4f6f5;
    padding: 35px 0 60px;
    min-height: 70vh;
}

.customer-account-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
}


/* SIDEBAR */

.customer-sidebar {
    height: 100%;
    background: #252d35;
    color: #fff;
    padding: 25px 18px;
}

.customer-sidebar-title {
    padding: 0 12px 22px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 21px;
    font-weight: 800;
}

.customer-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .customer-sidebar-nav form {
        margin: 0;
    }

.customer-sidebar-link {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #cbd1d5;
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    transition: .2s;
}

    .customer-sidebar-link i {
        width: 20px;
        font-size: 17px;
    }

    .customer-sidebar-link span {
        flex: 1;
    }

    .customer-sidebar-link small {
        min-width: 24px;
        padding: 2px 7px;
        background: rgba(255, 255, 255, .12);
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }

    .customer-sidebar-link:hover,
    .customer-sidebar-link.active {
        background: #36414b;
        color: #fff;
    }

    .customer-sidebar-link.active {
        box-shadow: inset 4px 0 0 #e30613;
    }

.customer-logout {
    cursor: pointer;
    font-family: inherit;
}


/* CONTENT */

.customer-account-content {
    min-width: 0;
    padding: 35px 40px 45px;
}

.customer-account-title {
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

    .customer-account-title h1 {
        margin: 0 0 5px;
        color: #222;
        font-size: 25px;
        font-weight: 800;
    }

    .customer-account-title p {
        margin: 0;
        color: #777;
        font-size: 13px;
    }


/* FORM */

.customer-form-group {
    margin-bottom: 20px;
}

.customer-form-label {
    display: block;
    margin-bottom: 7px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.customer-form-control {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
}

    .customer-form-control:focus {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
    }

    .customer-form-control[readonly] {
        background: #f5f5f5;
    }

.customer-save-button {
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    background: #e30613;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

    .customer-save-button:hover {
        background: #bd0711;
    }


/* MOBILE */

@media (max-width: 991.98px) {

    .customer-account-page {
        padding: 20px 12px 40px;
    }

    .customer-account-layout {
        display: block;
    }

    .customer-sidebar {
        padding: 15px;
    }

    .customer-sidebar-title {
        margin-bottom: 8px;
        padding-bottom: 13px;
    }

    .customer-sidebar-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .customer-sidebar-nav form {
            display: contents;
        }

    .customer-sidebar-link {
        background: rgba(255, 255, 255, .04);
    }

    .customer-account-content {
        padding: 25px 20px 35px;
    }
}

@media (max-width: 575.98px) {

    .customer-sidebar-nav {
        grid-template-columns: 1fr;
    }

    .customer-account-content {
        padding: 22px 15px 30px;
    }

    .customer-account-title h1 {
        font-size: 21px;
    }
}
/* =========================================================
   ACCOUNT ADDRESSES
   ========================================================= */

.account-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.account-address-card {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    overflow: hidden;
}

.account-address-card-header {
    min-height: 82px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #f7f7f5;
    border-bottom: 1px solid #e5e5e5;
}

.account-address-label {
    display: block;
    margin-bottom: 3px;
    color: #888;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.account-address-card-header h2 {
    margin: 0;
    color: #111;
    font-size: 17px;
    font-weight: 800;
}

.account-address-card-header > i {
    flex: 0 0 auto;
    color: #e30613;
    font-size: 25px;
}

.account-address-card-body {
    padding: 20px;
}

.account-address-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    color: #555;
    font-size: 12px;
    line-height: 1.55;
}

    .account-address-row:last-child {
        margin-bottom: 0;
    }

    .account-address-row > i {
        flex: 0 0 18px;
        margin-top: 1px;
        color: #777;
        font-size: 14px;
    }

.account-address-main {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ededed;
    color: #222;
    font-weight: 600;
}

.account-address-empty {
    padding: 65px 25px;
    background: #fff;
    border: 1px solid #dedede;
    text-align: center;
}

.account-address-empty-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c400;
    color: #111;
    font-size: 27px;
}

.account-address-empty h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
}

.account-address-empty p {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {

    .account-address-grid {
        grid-template-columns: 1fr;
    }

    .account-address-card-header {
        padding: 16px;
    }

    .account-address-card-body {
        padding: 16px;
    }
}
/* =========================================================
   ACCOUNT ADDRESS FORM
   ========================================================= */

.account-address-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.account-add-address-btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #111;
    border: 2px solid #111;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.2s ease;
}

    .account-add-address-btn:hover {
        background: #e30613;
        border-color: #e30613;
        color: #fff;
    }

.account-address-form-card {
    max-width: 850px;
    padding: 28px;
    background: #fff;
    border: 1px solid #dedede;
}

    .account-address-form-card .form-label {
        margin-bottom: 7px;
        color: #111;
        font-size: 12px;
        font-weight: 800;
    }

    .account-address-form-card .form-control {
        min-height: 46px;
        padding: 10px 13px;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #111;
        font-size: 13px;
        box-shadow: none;
    }

    .account-address-form-card textarea.form-control {
        min-height: 100px;
        resize: vertical;
    }

    .account-address-form-card .form-control:focus {
        border-color: #111;
        box-shadow: none;
    }

    .account-address-form-card .text-danger {
        display: block;
        margin-top: 5px;
        font-size: 11px;
        font-weight: 600;
    }

.account-form-validation {
    margin-bottom: 15px;
}

.account-address-form-actions {
    margin-top: 28px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #ededed;
}

.account-address-save-btn,
.account-address-cancel-btn {
    min-height: 44px;
    padding: 0 22px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
}

.account-address-save-btn {
    background: #e30613;
    border: 2px solid #e30613;
    color: #fff;
}

    .account-address-save-btn:hover {
        background: #111;
        border-color: #111;
        color: #fff;
    }

.account-address-cancel-btn {
    background: #fff;
    border: 2px solid #111;
    color: #111;
}

    .account-address-cancel-btn:hover {
        background: #111;
        color: #fff;
    }

@media (max-width: 767.98px) {

    .account-address-title-row {
        align-items: stretch;
        flex-direction: column;
    }

    .account-add-address-btn {
        width: 100%;
    }

    .account-address-form-card {
        padding: 18px;
    }

    .account-address-form-actions {
        flex-direction: column-reverse;
    }

    .account-address-save-btn,
    .account-address-cancel-btn {
        width: 100%;
    }
}

/* =========================================================
   ACCOUNT ADDRESS CARD ACTIONS
   ========================================================= */

.account-address-card-actions {
    padding: 12px 20px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ededed;
    background: #fafafa;
}

.account-address-edit-btn {
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.2s ease;
}

    .account-address-edit-btn:hover {
        background: #111;
        color: #fff;
    }

@media (max-width: 575.98px) {

    .account-address-card-actions {
        padding: 12px 16px;
    }

    .account-address-edit-btn {
        width: 100%;
    }
}

.account-address-card-actions {
    gap: 8px;
}

.account-address-delete-form {
    margin: 0;
}

.account-address-delete-btn {
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #e30613;
    background: #fff;
    color: #e30613;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

    .account-address-delete-btn:hover {
        background: #e30613;
        color: #fff;
    }

@media (max-width: 575.98px) {

    .account-address-card-actions {
        flex-direction: column;
    }

    .account-address-delete-form {
        width: 100%;
    }

    .account-address-delete-btn {
        width: 100%;
    }
}

.favorite-btn.is-favorite,
.favorite-btn.is-favorite i {
    color: #e30613;
}

/* =========================================================
   ÜRÜNLER SAYFASI - TEK SATIR KOMPAKT KART
========================================================= */

.products-list-grid .product-card {
    grid-template-columns: 110px minmax(0, 1fr) 220px;
    min-height: 95px;
}

.products-list-grid .product-image {
    min-height: 95px;
}

    .products-list-grid .product-image img {
        padding: 8px;
    }

.products-list-grid .product-info {
    padding: 10px 16px;
}

.products-list-grid .product-action {
    padding: 10px 16px;
}

.products-list-grid .product-name {
    margin-bottom: 4px;
}

    .products-list-grid .product-name a {
        font-size: 15px;
    }

.products-list-grid .product-brand {
    margin-bottom: 2px;
}

.products-list-grid .product-stock {
    margin-top: 5px;
}

.products-list-grid .product-action form {
    margin-top: 7px;
}

.products-list-grid .add-cart {
    min-height: 34px;
    padding: 5px 8px;
}

.products-list-grid .price {
    font-size: 18px;
}

.products-list-grid .price-incl-tax {
    margin-top: 2px;
}