﻿/* ======================================================= */
/* --- YENİ KATEGORİ SAYFASI STİLLERİ (XPEL İLHAMLI V2) --- */
/* ======================================================= */

/*.category-description {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.product-list-item {
    display: grid;
    grid-template-columns: 1fr;*/ /* Mobilde tek sütun */
    /*align-items: center;
    margin-bottom: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.product-list-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-list-item__content {
    padding: 2rem;
}

    .product-list-item__content h2 {
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .product-list-item__content .tagline {
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--primary-color);
        margin-bottom: 1.5rem;
        display: block;
    }

    .product-list-item__content .features-list {
        list-style: none;
        padding: 0;
        margin: 0 0 2rem 0;
    }

        .product-list-item__content .features-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            color: #333;
        }

        .product-list-item__content .features-list .fa-solid {
            margin-right: 12px;
            margin-top: 5px;
            color: var(--primary-color);
        }*/


/* --- MASAÜSTÜ İÇİN GELİŞTİRMELER --- */
/*@media (min-width: 992px) {
    .product-list-item {
        grid-template-columns: 1fr 1fr;*/ /* Eşit iki sütun */
        /*gap: 3rem;
        background-color: transparent;*/ /* Arkaplanı kaldır, sadece içerik belirgin olsun */
    /*}

    .product-list-item__content {
        padding: 1rem;
    }*/

    /* Her ikinci ürünün görselini sağa taşı (Alternating Layout) */
    /*.product-list-item:nth-child(even) .product-list-item__image {
        grid-column-start: 2;
    }

    .product-list-item:nth-child(even) .product-list-item__content {
        grid-column-start: 1;
        grid-row-start: 1;
    }
}*/

/* ======================================================= */
/* --- KATEGORİ SAYFASI - SEKMELİ ÜRÜN VİTRİNİ TASARIMI --- */
/* ======================================================= */

/* Önceki tasarımlardan kalan .category-intro stilleri (isteğe bağlı) */
/*.category-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}

    .category-intro h2 {
        font-size: 2.2rem;
    }

    .category-intro p {
        line-height: 1.8;
        color: #555;
    }*/


/* Yeni Ürün Vitrini Ana Konteyneri */
/*.product-showcase {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}*/

/* Ürün İsimlerinin Olduğu Sekme Navigasyonu */
/*.showcase-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid var(--border-color);
    overflow-x: auto;*/ /* Mobilde taşarsa yana kaydırılabilir olsun */
    /*-webkit-overflow-scrolling: touch;
}

.showcase-nav .tab-button {
    background: none;
    border: none;
    color: #555;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .showcase-nav .tab-button:hover {
        color: var(--dark-text);
    }

    .showcase-nav .tab-button.active {
        color: var(--primary-color);
        border-bottom-color: var(--primary-color);
    }*/

/* Sekme İçerikleri */
/*.showcase-content {
    padding: 2rem;
}

.tab-pane {
    display: none;*/ /* Varsayılan olarak tüm içerikler gizli */
/*}

    .tab-pane.active {
        display: grid;*/ /* Aktif olan görünür ve grid yapısında */
        /*grid-template-columns: 1fr;*/ /* Mobilde tek sütun */
        /*gap: 2rem;
        align-items: center;
    }

.tab-pane__content h3 {
    font-size: 1.8rem;
    margin-top: 0;
    color: var(--primary-color);
}

.tab-pane__content .features-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

    .tab-pane__content .features-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.75rem;
    }

    .tab-pane__content .features-list .fa-solid {
        margin-right: 10px;
        margin-top: 5px;
        color: var(--primary-color);
    }

.tab-pane__image img {
    width: 100%;
    border-radius: 8px;
}*/

/* Masaüstü Görünümü */
/*@media (min-width: 992px) {
    .showcase-content {
        padding: 3rem;
    }

    .tab-pane.active {
        grid-template-columns: 1fr 1fr;*/ /* Masaüstünde iki sütun */
    /*}
}*/

/* ======================================================= */
/* --- KATEGORİ SAYFASI - FİNAL TASARIM --- */
/* ======================================================= */

.page-header {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 60px 0;
    text-align: center;
    margin-top: 44px;
}
/* Kategori Tanıtım Alanı */
.category-intro {
    display: grid;
    grid-template-columns: 1fr; /* Mobilde tek sütun */
    gap: 1rem 2rem;
    align-items: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.intro-slogan h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0;
}

.intro-description p {
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Ürün Vitrini Ana Konteyneri */
.product-showcase {
    background-color: var(--background-gray);
    border-radius: 8px;
    padding: 0.5rem; /* İç boşluk */
}

/* Ürün İsimlerinin Olduğu Sekme Navigasyonu */
.showcase-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.showcase-nav .tab-button {
    background: none;
    border: none;
    color: #555;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .showcase-nav .tab-button:hover {
        color: var(--dark-text);
    }

    .showcase-nav .tab-button.active {
        color: var(--primary-color);
        border-bottom-color: var(--primary-color);
    }

/* Sekme İçerikleri */
.showcase-content {
    padding: 2rem;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: grid;
        grid-template-columns: 1fr; /* Mobilde tek sütun */
        gap: 2rem;
        align-items: center;
    }

.tab-pane__content h3 {
    font-size: 1.8rem;
    margin-top: 0;
    color: var(--primary-color);
}

.tab-pane__content .btn {
    margin-top: 1rem;
}

.tab-pane__content .features-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0; /* Butonun üstünde değil, altında */
}

    .tab-pane__content .features-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.75rem;
    }

    .tab-pane__content .features-list .fa-solid {
        margin-right: 10px;
        margin-top: 5px;
        color: var(--primary-color);
    }

.tab-pane__image img {
    width: 100%;
    border-radius: 8px;
}

/* --- MASAÜSTÜ İÇİN GELİŞTİRMELER --- */
@media (min-width: 992px) {
    .category-intro {
        grid-template-columns: 1fr 2fr; /* Slogan 1 pay, açıklama 2 pay */
    }

    .product-showcase {
        padding: 1rem;
    }

    .showcase-content {
        padding: 3rem;
    }

    .tab-pane.active {
        grid-template-columns: 1.2fr 1fr; /* İçerik biraz daha geniş */
    }
}
