/*
Theme Name: A Grubu Medikal - WooCommerce
Description: Medikal sektörü için optimize edilmiş, yüksek performanslı "Zero-Code" tema.
Author: internetsitemiz.com
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
*/

/* --- TASARIM DEĞİŞKENLERİ --- */
:root {
    --primary-blue: #004ea6;
    --health-turq: #159ac5;
    --bg-white: #FFFFFF;
    --bg-soft: #F8F9FA;
    --text-dark: #212529;
    --text-muted: #6c757d;
    --font-main: 'Inter', sans-serif;
    --container: 1240px;
}

/* --- GENEL AYARLAR --- */
html, body {
    overflow-x: visible !important;
}

body {
    font-family: var(--font-main);
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-white);
    margin: 0;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 4px;
}

/* --- HEADER & NAVİGASYON --- */
.nav-menu-clean {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
}

.nav-menu-clean li {
    list-style: none !important;
    position: relative;
}

.nav-menu-clean li a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.3s;
}

.nav-menu-clean li a:hover {
    color: var(--primary-blue);
}

.bottom-search-form input:focus {
    border-color: var(--primary-blue);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,164,224,0.1);
}

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

.logo-text {
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    color: var(--text-dark);
    letter-spacing: -1px;
}

.logo-text span {
    color: var(--primary-blue);
    margin-left: 5px;
}

/* MEGA MENU TEMELİ */
.nav-menu {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.nav-menu li {
    position: relative;
    list-style: none !important;
}

.nav-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-blue);
    z-index: 1000;
}

.nav-menu .sub-menu li {
    width: 100%;
}

.nav-menu .sub-menu li a {
    font-size: 15px !important;
    color: #444 !important;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.header-search-form:focus-within {
    border-color: var(--primary-blue);
    box-shadow: 0 0 10px rgba(0,164,224,0.1);
}

/* Ana Navigasyon Tasarımı */
.main-navigation ul {
    display: flex;
    list-content: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation li a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.main-navigation li a:hover {
    color: var(--primary-blue);
}

.main-navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-top: 3px solid var(--primary-blue);
    z-index: 999;
}

.main-navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation li ul li {
    padding: 0;
    width: 100%;
}

.main-navigation li ul li a {
    padding: 5px 10px!important;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}

/* --- HERO SECTION --- */
.hero-section {
    padding: 150px 0;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    text-align: left;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #323232;
    text-shadow: 0px -1px 15px #FFFFFF;
}

.hero-content h1 span {
    color: var(--health-turq);
}

.hero-content p {
    font-size: 22px;
    color: #232323;
    max-width: 600px;
    margin-bottom: 40px;
    text-shadow: 0px -1px 15px #FFFFFF;    
}

/* ===== SWIPER PAGINATION BULLET DÜZELTMESİ ===== */
.swiper-pagination-bullet {
    width: 12px !important;        /* Normalden büyük */
    height: 12px !important;       /* Normalden büyük */
    background: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
    margin: 0 8px !important;      /* Araları açıldı */
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--primary-blue) !important;
    width: 14px !important;        /* Aktif olan biraz daha büyük */
    height: 14px !important;
}

/* Hero slider için özel - eğer slider koyu renkse */
.hero-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--primary-blue) !important;
    transform: scale(1.1);
}

/* Mobilde daha da büyüt */
@media (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
        margin: 0 10px !important;
    }
    
    .swiper-pagination-bullet-active {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Çok küçük telefonlar için */
@media (max-width: 480px) {
    .swiper-pagination-bullet {
        width: 16px !important;
        height: 16px !important;
        margin: 0 12px !important;
    }
}

/* BUTONLAR */
.btn-primary {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--health-turq);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,164,224,0.2);
}

/* KATEGORİ KARTLARI */
.home-categories {
    padding: 100px 0;
    background: #fff;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.category-card {
    background: var(--bg-soft);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.category-card:hover {
    background: #fff;
    border-color: var(--primary-blue);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

/* --- FOOTER TASARIMI --- */
.site-footer {
    background: #fdfdfd;
    padding: 80px 0 30px;
    border-top: 1px solid #eee;
    margin-top: 100px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.footer-logo {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-logo span {
    color: var(--primary-blue);
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--text-muted);
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
}

/* --- ARŞİV BAŞLIK ALANI --- */
.archive-header {
    background: #f8f9fa !important;
    padding: 40px 0 !important;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.archive-header h1 {
    font-size: 32px !important;
    font-weight: 800;
    margin-bottom: 10px;
}

.archive-breadcrumb, .woocommerce-breadcrumb {
    font-size: 14px;
    color: #888;
}

.archive-breadcrumb a, .woocommerce-breadcrumb a {
    color: var(--primary-blue);
    text-decoration: none;
}

/* --- WOOCOMMERCE ÜRÜN IZGARASI --- */
.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.product {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: var(--primary-blue);
}

.woocommerce-loop-product__link img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: contain;
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--text-dark);
    margin: 15px 0 !important;
    line-height: 1.3;
}

.product .button {
    display: block;
    text-align: center;
    background: var(--bg-soft) !important;
    color: var(--primary-blue) !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.product:hover .button {
    background: var(--primary-blue) !important;
    color: #fff !important;
}

/* --- ÜRÜN DETAY (SINGLE PRODUCT) --- */
.single-product div.product {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.single-product .summary {
    width: 100% !important;
    float: none !important;
    text-align: left;
    padding-top: 40px;
}

.single-product .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
}

.product_title {
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -1.5px;
    margin-bottom: 20px !important;
}

.woocommerce-product-details__short-description {
    font-size: 22px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.woocommerce-tabs ul.tabs {
    display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    display: block !important;
    margin-bottom: 80px;
    padding: 0 !important;
    border: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary-blue);
    border-bottom: 2px solid var(--bg-soft);
    padding-bottom: 15px;
}

.shop_attributes {
    width: 100% !important;
    border-collapse: collapse;
    margin-top: 20px;
}

.shop_attributes th {
    background: var(--bg-soft);
    padding: 20px !important;
    width: 30%;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.shop_attributes td {
    padding: 20px !important;
    font-style: normal !important;
    border-bottom: 1px solid #eee;
}

/* --- KATEGORİ SAYFASI ÜRÜN KARTLARI --- */
.catalog-layout ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
}

.catalog-layout ul.products li.product {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 20px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    margin: 0 !important;
}

.catalog-layout ul.products li.product:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    border-color: var(--primary-blue) !important;
}

.catalog-layout ul.products li.product img {
    max-height: 200px !important;
    width: auto !important;
    margin: 0 auto 15px !important;
    object-fit: contain !important;
}

.catalog-layout ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
}

.onsale {
    background-color: #0050a0 !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    min-height: 35px !important;
    min-width: 60px !important;
    line-height: 35px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
}

.catalog-sidebar .sidebar-cat-list {
    list-style: none !important;
    padding: 0 !important;
}

.catalog-sidebar .sidebar-cat-list li {
    border-bottom: 1px solid #f0f0f0;
}

.catalog-sidebar .sidebar-cat-list li a {
    display: block;
    padding: 12px 0;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.catalog-sidebar .sidebar-cat-list li a:hover {
    color: var(--primary-blue);
    padding-left: 5px;
}

.catalog-layout ul.products li.product .button {
    background: var(--bg-soft) !important;
    color: var(--primary-blue) !important;
    border: 1px solid var(--primary-blue) !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: auto !important;
}

.catalog-layout ul.products li.product:hover .button {
    background: var(--primary-blue) !important;
    color: #fff !important;
}

.woocommerce ul.products li.product.first {
    clear: none !important;
    margin-left: 0 !important;
}

/* WooCommerce Liste Başındaki Boşluğu Kaldırma */
.woocommerce .products.columns-4::before,
.woocommerce .products.columns-4::after,
.woocommerce-page .products.columns-4::before,
.woocommerce-page .products.columns-4::after {
    content: none !important;
    display: none !important;
}

/* --- DİĞER BİLEŞENLER --- */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle .bar {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.frontend-panel-wrapper {
    background: #f0f2f5;
    min-height: 100vh;
    padding: 40px 0;
}

.panel-content-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
    margin-top: 30px;
}

.product-list-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 700px;
    overflow-y: auto;
}

.product-edit-form-area {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr 40px;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.spec-row input {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.btn-remove-row {
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.product-item-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.product-item-card:hover {
    border-color: var(--primary-blue);
    background: var(--bg-soft);
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}

.pic-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    background: #eee;
}

.pic-info h4 {
    font-size: 15px;
    margin: 0;
    color: var(--text-dark);
}

.pic-info span {
    font-size: 12px;
    color: var(--text-muted);
}

.product-edit-form-area h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--bg-soft);
}

.spec-header {
    display: grid;
    grid-template-columns: 1fr 1fr 40px;
    gap: 15px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
}

#a-grubu-form button[type="submit"] {
    background: var(--primary-blue);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
}

#a-grubu-form button[type="submit"]:hover {
    background: var(--health-turq);
}

.section-padding {
    padding: 80px 0;
}

.bg-soft {
    background-color: #f8f9fa;
}

.bg-dark {
    background-color: #1a202c;
    color: #fff;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.category-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.cat-card-modern {
    position: relative;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    text-decoration: none;
    z-index: 1;
}

.cat-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: -1;
}

.cat-overlay {
    background: linear-gradient(transparent, var(--primary-blue));
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    padding: 20px 20px;
    color: #fff; 
}

.cat-card-modern:hover .cat-bg {
    transform: scale(1.2);
}

.form-control {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.sidebar-cat-list {
    list-style: none;
    padding: 0;
}

.sidebar-cat-list li {
    margin-bottom: 12px;
}

.sidebar-cat-list li a {
    color: var(--text-dark);
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.sidebar-cat-list li a:hover {
    color: var(--primary-blue);
    padding-left: 5px;
}

.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: var(--primary-blue);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    margin: 15px 0;
    color: var(--text-dark);
}

.woocommerce ul.products li.product .button {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
}

.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: 1px solid #eee;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.woocommerce-product-attributes th {
    background-color: #fcfdfe;
    color: var(--text-dark);
    font-weight: 700;
    width: 40%;
}

.woocommerce-product-attributes td {
    color: #555;
    background-color: #fff;
}

.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td {
    border-bottom: none;
}

.single-product-wrapper .product-gallery:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.hero-slider {
    width: 100%;
    height: 80vh;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(132deg, rgba(0, 116, 239, 0.1) 0%, rgba(255, 255, 255, 0.0) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
}

/* --- MEDIA QUERIES --- */

@media (max-width: 992px) {
    .top-header, .bottom-header {
        display: none !important;
    }

    .main-header-wrap {
        padding: 15px 0;
        position: relative;
        top: auto !important;
    }

    body.scrolled .top-header {
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }

    .header-inner {
        padding: 15px 0;
    }

    .logo-text {
        font-size: 22px !important;
    }

    .hero-content h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mobile-menu-toggle {
        z-index: 10001 !important;
        display: flex !important;
        position: relative;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        z-index: 10000;
        padding: 80px 40px;
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .main-navigation.is-active {
        right: 0;
    }

    .nav-menu-clean {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu-clean li a {
        font-size: 20px;
        display: block;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .mobile-menu-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        background-color: var(--primary-blue);
    }

    .mobile-menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
        transform: translateX(-20px);
    }

    .mobile-menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        background-color: var(--primary-blue);
    }

    html, body {
        overflow-x: hidden !important;
        position: relative;
        width: 100%;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        overflow: hidden;
        width: 100% !important;
        box-sizing: border-box;
    }

    .catalog-layout {
        display: block !important;
        width: 100% !important;
    }

    .catalog-sidebar {
        width: 100% !important;
        margin-bottom: 30px;
        display: block !important;
    }

    .catalog-layout ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .product-essential, .product-details-flow {
        display: block !important;
    }

    .product-gallery, .product-info-summary, .detail-section {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .archive-header h1 {
        font-size: 28px !important;
    }

    .product_title {
        font-size: 24px !important;
    }

    .woocommerce ul.products[class*="columns-"],
    .products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .woocommerce ul.products li.product,
    .product {
        width: 99% !important;
        margin: 0 !important;
        float: none !important;
        box-sizing: border-box;
    }

    .woocommerce-loop-product__link img {
        max-width: 100% !important;
        height: auto !important;
    }
}
.woocommerce div.product div.images img
 {
    width: 99%!important;
}

@media (max-width: 768px) {
    .single-product .product_title {
        font-size: 32px !important;
    }

    .shop_attributes th {
        width: 40%;
        font-size: 14px;
    }

    .shop_attributes td {
        font-size: 14px;
    }
}

@media (min-width: 993px) {
    .site-header {
        position: relative;
        z-index: 9999;
    }

    .top-header {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 45px;
        opacity: 1;
        transform: translateY(0);
    }

    .main-header-wrap {
        background: #ffffff !important;
        position: sticky;
        top: 0;
        z-index: 10000;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        will-change: transform;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    body.scrolled .top-header {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
        visibility: hidden;
    }

    body.scrolled .main-header-wrap {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .main-navigation .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
        display: grid !important;
        grid-template-columns: 350px repeat(auto-fill, minmax(250px, 1fr)) !important;
        border-top: 1px solid #f0f0f0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: translateY(10px);
        z-index: 9999;
        min-height: 400px;
    }

    .main-navigation li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-navigation .sub-menu > li:first-child {
        background: #f8f9fa;
        padding: 50px 40px;
        border-radius: 0 0 120px 0;
        position: relative;
    }

    .main-navigation .sub-menu > li:not(:first-child) {
        padding: 60px 20px 60px 60px;
        display: block;
    }

    .main-navigation .sub-menu li a {
        font-size: 17px !important;
        font-weight: 700 !important;
        color: var(--text-dark) !important;
        padding: 12px 0 !important;
        display: block;
        transition: 0.2s;
    }

    .main-navigation .sub-menu li a:hover {
        color: var(--primary-blue) !important;
        transform: translateX(8px);
    }

    .main-navigation {
        position: static !important;
    }


    html, body {
        max-width: 100vw;
        overflow-x: hidden !important;
    }

    .site-header, .main-header-wrap {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
}

#wpadminbar { display: none;}

/* ===== ANA SAYFA ÖZEL ÜRÜN GRID DÜZENLEMELERİ ===== */
/* ===== ANA SAYFA ÜRÜN GRID DÜZENLEMELERİ (GÜNCELLENMİŞ) ===== */
.all-anasayfa ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
}

.all-anasayfa ul.products li.product {
    flex: 0 0 auto !important;
    margin: 0 10px 20px !important;
    padding: 20px !important;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* 3 kolon: (100% - (2 * 10px * 2)) / 3? Hesaplama: (100% - 40px) / 3 */
.all-anasayfa .columns-3 ul.products li.product {
    width: calc(33.333% - 20px) !important;
}

/* 4 kolon */
.all-anasayfa .columns-4 ul.products li.product {
    width: calc(25% - 20px) !important;
}

/* 2 kolon */
.all-anasayfa .columns-2 ul.products li.product {
    width: calc(50% - 20px) !important;
}

/* Görsel */
.all-anasayfa ul.products li.product a img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
    margin: 0 0 15px !important;
    border-radius: 8px;
    background: #ffffff!important;
}

/* Başlık */
.all-anasayfa ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--text-dark);
    margin: 10px 0 !important;
    line-height: 1.4;
    min-height: 44px;
    text-align: center;
}

/* Fiyat (varsa) */
.all-anasayfa ul.products li.product .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 15px;
    text-align: center;
}

/* Buton */
.all-anasayfa ul.products li.product .button {
    background: var(--bg-soft) !important;
    color: var(--primary-blue) !important;
    border: 1px solid var(--primary-blue) !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-top: auto !important;
    transition: all 0.3s ease;
}

.all-anasayfa ul.products li.product:hover .button {
    background: var(--primary-blue) !important;
    color: #fff !important;
}

/* Mixed category özel düzen */
.all-anasayfa .mixed-category .mixed-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: center;
}

.all-anasayfa .category-spotlight {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.all-anasayfa .category-spotlight::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(transparent, var(--primary-blue));
    border-radius: 20px;
}

.all-anasayfa .spotlight-content {
    position: relative;
    z-index: 2;
}

.all-anasayfa .spotlight-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.all-anasayfa .btn-outline.light {
    border-color: #fff;
    color: #fff;
}

.all-anasayfa .btn-outline.light:hover {
    background: #fff;
    color: var(--primary-blue);
}

/* Mini-grid (2 kolon) - zaten columns-2 kullanıyoruz, ama ek garanti */
.all-anasayfa .mixed-right ul.products {
    margin: 0 -10px !important;
}
.all-anasayfa .mixed-right ul.products li.product {
    width: calc(50% - 20px) !important;
}

/* Responsive */
@media (max-width: 992px) {
    .all-anasayfa .columns-3 ul.products li.product,
    .all-anasayfa .columns-4 ul.products li.product,
    .all-anasayfa .columns-2 ul.products li.product {
        width: calc(50% - 20px) !important;
    }
    .all-anasayfa .mixed-layout {
        grid-template-columns: 1fr;
    }
    .all-anasayfa .category-spotlight {
        height: 300px;
    }
    .all-anasayfa ul.products li.product a img {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .all-anasayfa .columns-3 ul.products li.product,
    .all-anasayfa .columns-4 ul.products li.product,
    .all-anasayfa .columns-2 ul.products li.product {
        width: calc(100% - 20px) !important;
    }
}
/* Ek CSS (ihtiyaç halinde style.css’e ekleyin) */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.about-left-curve {
    background: #f8f9fa;
    padding: 80px;
    border-radius: 0 100px 100px 0;
}
.about-left-curve h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
}
.about-right-links ul {
    list-style: none;
    padding: 0;
}
.about-right-links li {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.about-right-links a {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: none;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}
.feature-item .dashicons {
    font-size: 40px;
    color: var(--primary-blue);
}
.feature-item h3 {
    margin-top: 20px;
}
.b2b-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #fff;
    padding: 80px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}
.b2b-advantages {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.b2b-advantages li {
    margin-bottom: 10px;
}
.b2b-form input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
}
.mixed-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: center;
}
.category-spotlight {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    position: relative;
}
.category-spotlight::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    border-radius: 20px;
}
.spotlight-content {
    position: relative;
    z-index: 2;
}
.spotlight-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.btn-outline.light {
    border-color: #fff;
    color: #fff;
}
.mini-grid ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.contact-map iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 12px;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}
.testimonial-text {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
}
.testimonial-author {
    font-weight: 600;
    color: var(--primary-blue);
}
@media (max-width: 992px) {
    .about-split,
    .features-grid,
    .b2b-card,
    .mixed-layout,
    .contact-grid,
    .testimonial-grid {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }
    .about-left-curve {
        padding: 40px;
    }
}

/* ===== PARTNERLER BÖLÜMÜ (MARQUEE) ===== */
.partners-section {
    background: #fff; /* İsterseniz bg-soft da kullanabilirsiniz */
}

.partners-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 12px 0;
}

.marquee-track {
    display: flex;
    gap: 60px;                /* Logolar arası boşluk */
    width: max-content;
    animation: scroll 30s linear infinite;
}

.marquee-track img {
    height: 90px;              /* Sabit yükseklik, genişlik otomatik oranlanır */
    width: auto;
    object-fit: contain;
    filter: grayscale(80%);    /* Hafif gri ton, isterseniz kaldırabilirsiniz */
    transition: filter 0.3s ease;
}

.marquee-track img:hover {
    filter: grayscale(0%);     /* Hover'da renklenir */
}

/* Kayma animasyonu */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Kopyalar sayesinde yarıya kadar kayar */
}

/* Responsive ayar */
@media (max-width: 768px) {
    .marquee-track img {
        height: 65px;
    }
    .marquee-track {
        gap: 30px;
    }
}

/* --- SLIDER ÖZEL SOLA HİZALAMA (SADECE MASAÜSTÜ) --- */
@media (min-width: 993px) {
    /* 1. Kapsayıcıyı sola yaslı hale getiriyoruz */
    .hero-slider .container {
        display: flex !important;
        justify-content: flex-start !important; /* İçeriği sola çeker */
        text-align: left !important;
        height: 100%;
        align-items: center !important;
        max-width: 100% !important; /* Ekran genişliğine yayıl */
    }

    /* 2. Yazıları soldan 180-200px içeri alıyoruz */
    .hero-content {
        margin-left: 0px !important; /* İstediğiniz 180-200px aralığı */
        max-width: 500px !important; 
        padding-left: 0 !important;
        z-index: 5;
    }

    /* 3. Filtreyi (gri katmanı) tamamen kaldırıyoruz */
    .swiper-slide::before {
        display: none !important; /* Filtreyi iptal eder */
        content: none !important;
    }
}

/* --- MOBİL GÖRÜNÜMDE MERKEZİ DÜZENİ KORU --- */
@media (max-width: 992px) {
    .hero-content {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 20px;
    }
}

/* ===== KURUMSAL SAYFA ÖZEL STİLLERİ ===== */
.kurumsal-sayfa .kurumsal-hero h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0050a0;
}

.kurumsal-sayfa .kurumsal-hero .subhead {
    font-size: 22px;
    color: var(--text-muted);
}

/* İş modeli grid */
.kurumsal-sayfa .model-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.kurumsal-sayfa .model-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.kurumsal-sayfa .model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--primary-blue);
}

.kurumsal-sayfa .model-card .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.kurumsal-sayfa .model-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.kurumsal-sayfa .model-card p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Ürünler bölümü */
.kurumsal-sayfa .urunler-text .large-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 20px 0;
}

.kurumsal-sayfa .urunler-gorsel img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Değerler grid (ikonlu kartlar) */
.kurumsal-sayfa .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.kurumsal-sayfa .value-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.kurumsal-sayfa .value-card:hover {
    border-color: var(--primary-blue);
    transform: translateY(-3px);
}

.kurumsal-sayfa .value-card .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.kurumsal-sayfa .value-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.kurumsal-sayfa .value-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Vizyon / Misyon bölümü */
.kurumsal-sayfa .vizyon-misyon .split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.kurumsal-sayfa .vizyon-misyon h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.kurumsal-sayfa .vizyon-misyon p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 992px) {
    .kurumsal-sayfa .model-grid,
    .kurumsal-sayfa .values-grid,
    .kurumsal-sayfa .vizyon-misyon .split-grid,
    .kurumsal-sayfa .urunler .split-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .kurumsal-sayfa .kurumsal-hero h1 {
        font-size: 42px;
    }

    .kurumsal-sayfa .model-card {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .kurumsal-sayfa .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== HAKKIMIZDA SAYFASI ÖZEL STİLLERİ ===== */
.hakkimizda-sayfa .hakkimizda-hero {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    padding: 100px 0;
    text-align: center;
}

.hakkimizda-sayfa .hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-dark);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hakkimizda-sayfa .hero-subtitle {
    font-size: 20px;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.hakkimizda-sayfa .detay-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 10px;
}

.hakkimizda-sayfa .detay-baslik {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--text-dark);
    line-height: 1.3;
}

.hakkimizda-sayfa .detay-aciklama p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.hakkimizda-sayfa .detay-gorsel img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Değerler grid (ana sayfadakine benzer) */
.hakkimizda-sayfa .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.hakkimizda-sayfa .value-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.hakkimizda-sayfa .value-card:hover {
    border-color: var(--primary-blue);
    transform: translateY(-5px);
}

.hakkimizda-sayfa .value-card .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.hakkimizda-sayfa .value-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.hakkimizda-sayfa .value-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Sayılar bölümü */
.hakkimizda-sayfa .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.hakkimizda-sayfa .stat-item {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.hakkimizda-sayfa .stat-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-blue);
    line-height: 1;
    margin-bottom: 10px;
}

.hakkimizda-sayfa .stat-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 992px) {
    .hakkimizda-sayfa .hero-title {
        font-size: 36px;
    }

    .hakkimizda-sayfa .hero-subtitle {
        font-size: 18px;
    }

    .hakkimizda-sayfa .detay-baslik {
        font-size: 28px;
    }

    .hakkimizda-sayfa .values-grid,
    .hakkimizda-sayfa .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hakkimizda-sayfa .split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .hakkimizda-sayfa .values-grid,
    .hakkimizda-sayfa .stats-grid {
        grid-template-columns: 1fr;
    }

    .hakkimizda-sayfa .stat-number {
        font-size: 36px;
    }
}

/* ===== İLETİŞİM SAYFASI ===== */
.iletisim-sayfa .iletisim-hero h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.iletisim-sayfa .iletisim-hero .subhead {
    font-size: 22px;
    color: var(--text-muted);
}

/* İletişim grid (bilgi + form) */
.iletisim-sayfa .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.iletisim-sayfa .contact-info-card,
.iletisim-sayfa .contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.iletisim-sayfa .contact-info-card h2,
.iletisim-sayfa .contact-form-card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-blue);
}

.iletisim-sayfa .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iletisim-sayfa .contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
}

.iletisim-sayfa .contact-list li .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
    color: var(--primary-blue);
    flex-shrink: 0;
    margin-top: 3px;
}

.iletisim-sayfa .contact-list li strong {
    color: var(--text-dark);
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.iletisim-sayfa .contact-list a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.iletisim-sayfa .contact-list a:hover {
    color: var(--primary-blue);
}

/* İletişim formu */
.iletisim-sayfa .iletisim-form .form-row {
    margin-bottom: 20px;
}

.iletisim-sayfa .iletisim-form input,
.iletisim-sayfa .iletisim-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.iletisim-sayfa .iletisim-form input:focus,
.iletisim-sayfa .iletisim-form textarea:focus {
    border-color: var(--primary-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,78,166,0.1);
}

.iletisim-sayfa .iletisim-form button {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* 3'lü yönlendirme grid */
.iletisim-sayfa .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.iletisim-sayfa .yonlendirme-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.iletisim-sayfa .yonlendirme-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-blue);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.iletisim-sayfa .yonlendirme-card .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.iletisim-sayfa .yonlendirme-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.iletisim-sayfa .yonlendirme-card p {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.6;
}

.iletisim-sayfa .yonlendirme-card .btn-outline {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.iletisim-sayfa .yonlendirme-card .btn-outline:hover {
    background: var(--primary-blue);
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .iletisim-sayfa .contact-grid,
    .iletisim-sayfa .grid-3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .iletisim-sayfa .iletisim-hero h1 {
        font-size: 42px;
    }

    .iletisim-sayfa .contact-info-card,
    .iletisim-sayfa .contact-form-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .iletisim-sayfa .contact-list li {
        flex-direction: column;
        gap: 5px;
    }
}

/* --- HEADER YERLEŞİM GÜNCELLEMESİ --- */
.main-header-wrap {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.main-nav-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Menü elemanlarının alt alta binmesini önlemek için */
.nav-menu-clean {
    display: flex;
    align-items: center;
}

.nav-menu-clean > li {
    position: relative;
    padding: 10px 0;
}

/* Arama formunun search/ query yerine ?s= üretmesi için */
.search-form-modern input[type="text"] {
    outline: none;
}

/* --- MEGA MENU & SEARCH REVIZE --- */
.search-form-modern { display: flex; background: #fff; border-radius: 30px; border: 1px solid #ddd; overflow: hidden; height: 38px; }
.search-form-modern input { flex: 1; border: none !important; padding: 0 15px !important; font-size: 13px; }
.search-form-modern button { background: var(--primary-blue); color: #fff; border: none; padding: 0 20px; cursor: pointer; font-weight: 600; }

/* ===== PARTNERLER SAYFASI ===== */
.partnerler-sayfa .page-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.partnerler-sayfa .page-hero .subhead {
    font-size: 20px;
    color: var(--text-muted);
}

/* Partner Grid */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.partner-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: var(--primary-blue);
    transform: translateY(-5px);
}

.partner-logo {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

/* Kurumsal Alt Bölüm */
.corporate-bottom .corporate-box {
    background: #fff;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.corporate-bottom h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.corporate-bottom p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.corporate-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.corporate-links .btn-outline {
    padding: 12px 30px;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.corporate-links .btn-outline:hover {
    background: var(--primary-blue);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .corporate-bottom .corporate-box {
        padding: 40px 20px;
    }

    .corporate-bottom h2 {
        font-size: 28px;
    }

    .corporate-links {
        flex-direction: column;
        align-items: center;
    }

    .corporate-links .btn-outline {
        width: 100%;
        text-align: center;
    }
}

/* Arama sonuçları bulunamadı */
.no-search-results {
    padding: 80px 0;
    max-width: 600px;
    margin: 0 auto;
}

.no-search-results h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.no-search-results p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.no-search-results .btn-primary,
.no-search-results .btn-outline {
    margin: 0 10px;
}

/* ===== SAYFALAMA (PAGINATION) STİLLERİ ===== */
.pagination {
    margin: 60px 0 20px;
    text-align: center;
    font-family: var(--font-main);
}

.pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
    background: var(--bg-soft);
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,78,166,0.1);
}

.pagination .page-numbers.current {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.pagination .prev,
.pagination .next {
    font-weight: 700;
    padding: 0 20px;
}

/* Özel ok ikonları (isteğe bağlı) */
.pagination .prev::before {
    content: "←";
    margin-right: 5px;
    font-size: 14px;
}

.pagination .next::after {
    content: "→";
    margin-left: 5px;
    font-size: 14px;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
        padding: 0 8px;
    }
    
    .pagination .prev,
    .pagination .next {
        padding: 0 15px;
    }
    
    .pagination .nav-links {
        gap: 5px;
    }
}

/* ===== TEKLİF AL SAYFASI ===== */
.teklif-al-sayfa .page-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.teklif-al-sayfa .page-hero .subhead {
    font-size: 20px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* Form Container */
.teklif-al-sayfa .form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    padding: 50px;
}

.teklif-al-sayfa .form-header {
    margin-bottom: 40px;
}

.teklif-al-sayfa .form-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue);
}

.teklif-al-sayfa .form-header p {
    font-size: 16px;
    color: var(--text-muted);
}

/* Form Elemanları */
.teklif-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .teklif-form .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.teklif-form .form-group {
    margin-bottom: 20px;
}

.teklif-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.teklif-form .required {
    color: #ff4d4d;
}

.teklif-form input[type="text"],
.teklif-form input[type="tel"],
.teklif-form input[type="email"],
.teklif-form select,
.teklif-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--font-main);
    transition: all 0.3s;
}

.teklif-form input:focus,
.teklif-form select:focus,
.teklif-form textarea:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0,78,166,0.1);
    outline: none;
}

.teklif-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.teklif-form .checkbox-group input {
    width: auto;
    margin-right: 10px;
}

.teklif-form .checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

.teklif-form .btn-large {
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Avantajlar Grid */
.avantaj-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 992px) {
    .avantaj-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .avantaj-grid {
        grid-template-columns: 1fr;
    }
}

.avantaj-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.avantaj-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--primary-blue);
}

.avantaj-icon {
    margin-bottom: 20px;
}

.avantaj-icon .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: var(--primary-blue);
}

.avantaj-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.avantaj-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* İletişim Alt */
.iletisim-alt {
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.contact-info-card {
    text-align: center;
    padding: 20px;
}

.contact-info-card .dashicons {
    font-size: 36px;
    width: 36px;
    height: 36px;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.contact-info-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.contact-info-card a,
.contact-info-card p {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

.contact-info-card a:hover {
    color: var(--primary-blue);
}

/* ===== HEADER ARAMA KUTUSU ===== */
.top-header form {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.top-header form:focus-within {
    border-color: var(--primary-blue);
    box-shadow: 0 5px 15px rgba(0,78,166,0.15);
    transform: translateY(-1px);
}

.top-header input[type="text"] {
    flex: 1;
    height: 32px;
    padding: 0 18px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: var(--font-main);
    color: var(--text-dark);
    outline: none;
}

.top-header input[type="text"]::placeholder {
    color: #aaa;
    font-weight: 400;
    opacity: 1;
}

.top-header button[type="submit"] {
    width: 70px;
    height: 32px;
    border: none;
    background: var(--primary-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header button[type="submit"]:hover {
    background: var(--health-turq);
}

.top-header button[type="submit"]::before {
    content: "\f179"; /* Dashicons search simgesi */
    font-family: dashicons;
    font-size: 18px;
    margin-right: 4px;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .top-header form {
        max-width: 100%;
    }
    
    .top-header input[type="text"] {
        height: 38px;
        font-size: 13px;
    }
    
    .top-header button[type="submit"] {
        width: 50px;
        height: 38px;
    }
    
    .top-header button[type="submit"]::before {
        font-size: 16px;
        margin-right: 0;
    }
    
    /* "Ara" yazısını gizle, sadece ikon göster */
    .top-header button[type="submit"] span {
        display: none;
    }
}

/* ===== DEV MENÜ (MEGA MENÜ) ===== */
/* ===== MEGA MENÜ - KESİN ÇÖZÜM ===== */
.dev-menu-item {
    position: static !important;
}

/* Mega menü kutusu */
.dev-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-top: 3px solid #004ea6;
    z-index: 100000;
    
    /* Varsayılan gizli */
    display: none;
}

/* Hover durumunda görünür - menü öğesi veya menü içi hover'da */
.dev-menu-item:hover .dev-menu-wrapper,
.dev-menu-wrapper:hover {
    display: block !important;
}

/* Menü içeriği - tam genişlik container */
.dev-menu-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ===== SOL TARAF - KATEGORİ LİSTESİ ===== */
.dev-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 2px solid #f0f0f0;
}

.dev-cat-list li {
    margin-bottom: 10px;
}

.dev-cat-list li a {
    display: block;
    padding: 12px 18px;
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
}

.dev-cat-list li a:hover {
    background: #004ea6;
    color: #fff;
    transform: translateX(5px);
}

/* ===== SAĞ TARAF - ÖNİZLEME ===== */
.dev-cat-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    min-height: 280px;
    text-align: center;
}

.dev-cat-preview img {
    max-width: 180px;
    max-height: 140px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

.preview-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #004ea6;
}

.preview-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 280px;
}

/* ===== MEGA MENÜ KATEGORİ LİSTESİ DÜZELTMESİ ===== */
/* Eski ul kurallarını mega menü için devre dışı bırak */
.dev-menu-wrapper ul,
.dev-menu-wrapper .dev-cat-list,
.dev-menu-wrapper .dev-cat-list li {
    all: unset !important; /* Tüm eski stilleri sıfırla */
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    min-width: auto !important;
}

/* Dev-cat-list özel stillerini yeniden uygula */
.dev-cat-list {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-right: 2px solid #f0f0f0 !important;
}

.dev-cat-list li {
    display: block !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.dev-cat-list li a {
    display: block !important;
    padding: 12px 18px !important;
    background: #f8f9fa !important;
    color: #212529 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.2s !important;
}

.dev-cat-list li a:hover {
    background: #004ea6 !important;
    color: #fff !important;
    transform: translateX(5px) !important;
}

/* Menü container grid yapısını düzelt */
.dev-menu-container {
    display: grid !important;
    grid-template-columns: 300px 1fr !important;
    gap: 40px !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

/* Önizleme alanı */
.dev-cat-preview {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 30px !important;
    min-height: 280px !important;
}

/* ===== FOOTER - BEYAZ TEMİZ TASARIM ===== */
.site-footer {
    background: #ffffff;
    padding: 60px 0 0;
    margin-top: 80px;
    font-family: var(--font-main);
    color: #333333;
}

/* Üst çizgi - %40 opaklıkta */
.footer-hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    margin: 0 0 50px 0;
    opacity: 0.4;
}

.footer-grid-4 {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
    gap: 40px;
    margin-bottom: 50px;
}

/* Footer sütun başlıkları */
.footer-col h3 {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-blue);
}

/* Logo ve açıklama */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-height: 45px;
    width: auto;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin-top: 15px;
}

/* Footer menüler */
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #232323;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
}

.footer-menu li a:hover {
    color: var(--primary-blue);
    transform: translateX(5px);
}

.footer-menu li a::before {
    content: '›';
    margin-right: 8px;
    color: var(--primary-blue);
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s;
}

.footer-menu li a:hover::before {
    opacity: 1;
}

/* İletişim listesi */
.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}

.contact-list li .dashicons {
    color: var(--primary-blue);
    font-size: 18px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.contact-list li a {
    color: #232323;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.contact-list li a:hover {
    color: var(--primary-blue);
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}

.footer-bottom-content {
    text-align: center;
}
.footer-bottom-content a{
    color: #232323!important;
}

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

/* Responsive */
@media (max-width: 992px) {
    .footer-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer-grid-4 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-hr {
        margin-bottom: 30px;
    }
}

/* ===== MIXED CATEGORY MOBİL İYİLEŞTİRME ===== */
@media (max-width: 992px) {
    .all-anasayfa .mixed-category .mixed-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .all-anasayfa .mixed-left {
        width: 100% !important;
    }
    
    .all-anasayfa .category-spotlight {
        height: 280px !important;
        width: 100% !important;
    }
    
    .all-anasayfa .spotlight-content h3 {
        font-size: 24px !important;
    }
    
    .all-anasayfa .mixed-right {
        width: 100% !important;
    }
    
    /* Mixed category içindeki ürün grid'i - 2 sütun */
    .all-anasayfa .mixed-right ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -10px !important;
        padding: 0 !important;
    }
    
    .all-anasayfa .mixed-right ul.products li.product {
        width: calc(50% - 20px) !important;
        margin: 0 10px 20px !important;
        padding: 15px !important;
    }
    
    /* Mixed category içindeki ürün görselleri - mobilde biraz küçüktü, büyütüyoruz */
    .all-anasayfa .mixed-right ul.products li.product a img {
        height: 160px !important;  /* 150px'den 160px'e çıktı */
        object-fit: contain !important;
    }
    
    /* Başlık boyutu */
    .all-anasayfa .mixed-right ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
        min-height: 40px !important;
    }
}

/* Küçük telefonlar için ek düzenleme - tek sütun */
@media (max-width: 480px) {
    .all-anasayfa .mixed-right ul.products li.product {
        width: calc(100% - 20px) !important;
    }
    
    .all-anasayfa .mixed-right ul.products li.product a img {
        height: 200px !important;  /* Tek sütunda daha büyük */
    }
    
    .all-anasayfa .category-spotlight {
        height: 220px !important;
    }
}

/* ===== 404 HATA SAYFASI ===== */
.error-404-page {
    min-height: 60vh;
}

.error-404 {
    padding: 80px 0;
    background: #fff;
}

.error-content {
    max-width: 700px;
    margin: 0 auto;
}

.error-icon {
    margin-bottom: 30px;
}

.error-icon .dashicons {
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: var(--primary-blue);
    opacity: 0.5;
}

.error-title {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-blue);
    margin-bottom: 10px;
    text-shadow: 2px 2px 0 rgba(0,78,166,0.1);
}

.error-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
}

.error-message {
    margin-bottom: 30px;
}

.error-message p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.error-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.error-actions .btn-primary,
.error-actions .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
}

.error-actions .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

/* Popüler Kategoriler */
.error-categories {
    margin-bottom: 50px;
}

.error-categories h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #232323;
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.category-link {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #232323;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.category-link:hover {
    background: var(--primary-blue);
    color: #fff;
}

/* Arama Formu */
.error-search {
    max-width: 500px;
    margin: 0 auto;
}

.error-search h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #232323;
}

.error-search-form {
    display: flex;
    gap: 10px;
}

.error-search-form input {
    flex: 1;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s;
}

.error-search-form input:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0,78,166,0.1);
}

.error-search-form button {
    width: 60px;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-search-form button:hover {
    background: var(--health-turq);
}

.error-search-form .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .error-title {
        font-size: 80px;
    }
    
    .error-subtitle {
        font-size: 24px;
    }
    
    .error-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .error-actions .btn-primary,
    .error-actions .btn-outline {
        width: 100%;
        justify-content: center;
    }
    
    .error-search-form {
        flex-direction: column;
    }
    
    .error-search-form button {
        width: 100%;
        padding: 15px;
    }
}



/* ===== ÜRÜN DETAY - TABLAR ===== */
.woocommerce-tabs {
    margin: 0px 0 0;
    padding: 40px 0 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* Tab başlıkları */
.woocommerce-tabs .tabs {
    display: flex;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
    gap: 10px;
}

.woocommerce-tabs .tabs li {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
}

.woocommerce-tabs .tabs li a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

/* Aktif tab göstergesi */
.woocommerce-tabs .tabs li.active {
    background: transparent;
}

.woocommerce-tabs .tabs li.active a {
    color: var(--primary-blue);
    font-weight: 700;
}

.woocommerce-tabs .tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 3px 3px 0 0;
}

/* Hover efekti */
.woocommerce-tabs .tabs li:not(.active) a:hover {
    color: var(--primary-blue);
    background: rgba(0,78,166,0.03);
}

/* Tab içerik paneli */
.woocommerce-Tabs-panel {
    padding: 30px 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #232323;
    position: relative;
    padding-bottom: 15px;
}

.woocommerce-Tabs-panel h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 3px;
}

/* Açıklama metni */
.woocommerce-Tabs-panel--description p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol {
    margin: 20px 0;
    padding-left: 20px;
}

.woocommerce-Tabs-panel--description li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

/* Değerlendirmeler bölümü */
#reviews {
    max-width: 800px;
}

#reviews .woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #232323;
    position: relative;
    padding-bottom: 15px;
}

#reviews .woocommerce-Reviews-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 3px;
}

#comments {
    margin-bottom: 40px;
}

.woocommerce-noreviews {
    padding: 30px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

/* Yorum listesi (ileride yorum geldiğinde) */
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #fff;
}

.commentlist .avatar {
    border-radius: 50%;
    margin-right: 15px;
}

.commentlist .comment-text {
    margin-left: 70px;
}

.commentlist .star-rating {
    margin: 5px 0;
}

.commentlist .meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.commentlist .description p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Yorum formu */
.comment-respond {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #232323;
    display: block;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comment-form label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #232323;
    font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0,78,166,0.1);
    outline: none;
}

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

.comment-form .form-submit {
    margin-top: 10px;
}

.comment-form .submit {
    background: var(--primary-blue);
    color: #fff;
    padding: 14px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.comment-form .submit:hover {
    background: var(--health-turq);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,78,166,0.2);
}

/* Yıldız değerlendirme */
.comment-form .comment-form-rating {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment-form .stars {
    margin: 5px 0;
}

.comment-form .stars a {
    display: inline-block;
    color: #ddd;
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
}

.comment-form .stars a:hover,
.comment-form .stars a.active {
    color: #f5b342;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-tabs .tabs {
        flex-direction: column;
        gap: 5px;
        border-bottom: none;
    }
    
    .woocommerce-tabs .tabs li {
        width: 100%;
    }
    
    .woocommerce-tabs .tabs li a {
        padding: 12px 20px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .woocommerce-tabs .tabs li.active a {
        background: var(--primary-blue);
        color: #fff;
    }
    
    .woocommerce-tabs .tabs li.active::after {
        display: none;
    }
    
    .woocommerce-Tabs-panel {
        padding: 20px 0;
    }
    
    .woocommerce-Tabs-panel h2 {
        font-size: 22px;
    }
    
    .commentlist li {
        padding: 15px;
    }
    
    .commentlist .comment-text {
        margin-left: 0;
    }
}