/* ==========================================================================
   HASAT - DOĞAL & ÇİFTLİK E-TİCARET TEMASI
   Tarladan Sofraya Katkısız, Taze ve Organik Lezzetler
   Doğal Çiftlik Yeşili (#2e7d32) & Kehribar/Bal Sarısı (#f3930e)
   ========================================================================== */

:root {
    --hasat-primary: #2e7d32;
    --hasat-primary-hover: #256628;
    --hasat-primary-dark: #1b5e20;
    --hasat-primary-light: #e8f5e9;
    --hasat-primary-soft: rgba(46, 125, 50, 0.08);

    --hasat-amber: #f3930e;
    --hasat-amber-hover: #d97706;
    --hasat-amber-light: #fff8e1;
    --hasat-amber-soft: rgba(243, 147, 14, 0.12);

    --hasat-dark: #262626;
    --hasat-heading: #1f2937;
    --hasat-text: #4b5563;
    --hasat-muted: #6b7280;
    --hasat-light: #9ca3af;

    --hasat-bg: #ffffff;
    --hasat-bg-warm: #fcfbf7;
    --hasat-bg-soft: #f8faf7;
    --hasat-border: #e8eae6;
    --hasat-border-light: #f0f2ee;

    --hasat-radius-sm: 6px;
    --hasat-radius: 10px;
    --hasat-radius-lg: 14px;
    --hasat-radius-full: 9999px;

    --hasat-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --hasat-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    --hasat-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);
    --hasat-shadow-hover: 0 12px 28px rgba(46, 125, 50, 0.12);

    --hasat-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    font-family: var(--hasat-font);
    color: var(--hasat-text);
    background-color: var(--hasat-bg);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   1. HEADER & TOPBAR (DUYURU & İKONLU KATEGORİ ÇUBUĞU)
   ========================================================================== */

/* Üst Duyuru Çubuğu */
.hasat-top-bar {
    background: #fbf9f4;
    border-bottom: 1px solid var(--hasat-border);
    padding: 6px 0;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--hasat-dark);
    position: relative;
    z-index: 1050;
}
.hasat-top-bar .highlight-badge {
    color: #ffffff;
    background: var(--hasat-primary);
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0 4px;
    letter-spacing: 0.02em;
    font-size: 11px;
    display: inline-block;
}
.hasat-top-announcement {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hasat-top-announcement i {
    flex-shrink: 0;
}

/* Global FontAwesome & Bootstrap Helper Margin Fixes */
.mr-1, .me-1 { margin-right: 0.35rem !important; }
.mr-2, .me-2 { margin-right: 0.65rem !important; }
.mr-3, .me-3 { margin-right: 1rem !important; }
.mr-4, .me-4 { margin-right: 1.5rem !important; }
.ml-1, .ms-1 { margin-left: 0.35rem !important; }
.ml-2, .ms-2 { margin-left: 0.65rem !important; }
.ml-3, .ms-3 { margin-left: 1rem !important; }
.ml-4, .ms-4 { margin-left: 1.5rem !important; }
[dir="rtl"] .mr-1, [dir="rtl"] .me-1 { margin-right: 0 !important; margin-left: 0.35rem !important; }
[dir="rtl"] .mr-2, [dir="rtl"] .me-2 { margin-right: 0 !important; margin-left: 0.65rem !important; }
[dir="rtl"] .mr-3, [dir="rtl"] .me-3 { margin-right: 0 !important; margin-left: 1rem !important; }
[dir="rtl"] .ml-1, [dir="rtl"] .ms-1 { margin-left: 0 !important; margin-right: 0.35rem !important; }
[dir="rtl"] .ml-2, [dir="rtl"] .ms-2 { margin-left: 0 !important; margin-right: 0.65rem !important; }
[dir="rtl"] .ml-3, [dir="rtl"] .ms-3 { margin-left: 0 !important; margin-right: 1rem !important; }

/* Üst Bar Dil & Para Seçenekleri */
.hasat-top-options {
    position: relative;
    z-index: 1060;
}
.hasat-top-dropdown-btn {
    background: #ffffff !important;
    color: #4b5563 !important;
    border: 1px solid #e2ded7 !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    line-height: 1.5 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
.hasat-top-dropdown-btn:hover,
.hasat-top-dropdown-btn:focus,
.hasat-dropdown.show .hasat-top-dropdown-btn {
    color: #2e7d32 !important;
    border-color: #2e7d32 !important;
    background: #f4fbf5 !important;
}
.hasat-flag-icon {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 2.5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.hasat-top-options .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #e8eae6;
    font-size: 12px;
    min-width: 140px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    padding: 6px;
    z-index: 1070;
    margin-top: 4px;
}
.hasat-top-options .dropdown-item {
    border-radius: 6px;
    padding: 6px 10px;
    color: #374151;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.15s ease;
}
.hasat-top-options .dropdown-item:hover {
    background-color: #e8f5e9;
    color: #2e7d32;
}
.hasat-top-options .dropdown-item.active {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
}
@media (max-width: 767.98px) {
    .hasat-top-bar {
        padding: 5px 0;
    }
    .hasat-top-announcement {
        font-size: 11px;
        line-height: 1.25;
        min-width: 0;
        flex: 1;
        gap: 4px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        max-width: none;
    }
    .hasat-top-announcement-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
    }
    .hasat-top-bar .highlight-badge {
        padding: 1px 5px;
        font-size: 10px;
        margin: 0 2px;
        white-space: nowrap;
    }
    .hasat-top-dropdown-btn {
        font-size: 10px !important;
        padding: 2px 5px !important;
        gap: 3px !important;
    }
    .hasat-flag-icon {
        width: 15px;
        height: 11px;
    }
}

/* Kayan Duyuru Bandı (Marquee Ticker) */
.hasat-announce-bar {
    background: #f6f9f6;
    border-bottom: 1px solid #e2ebe2;
    overflow: hidden;
    position: relative;
    padding: 9px 0;
    z-index: 10;
}
.hasat-announce-container {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.hasat-announce-track {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
    width: max-content;
    animation: hasatMarquee 50s linear infinite;
    will-change: transform;
}
.hasat-announce-bar:hover .hasat-announce-track {
    animation-play-state: paused;
}
.hasat-announce-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.01em;
}
.hasat-announce-icon {
    color: var(--hasat-primary);
    font-size: 13px;
}
.hasat-announce-sep {
    color: #cbd5e1;
    font-size: 14px;
    user-select: none;
}
@keyframes hasatMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Orta Header: Logo, Arama, Üye, Sepet */
.hasat-main-header {
    background: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid var(--hasat-border-light);
}

.hasat-search-form {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}
.hasat-search-input {
    width: 100%;
    height: 48px;
    padding: 0 54px 0 20px;
    border: 2px solid #e2e8f0;
    border-radius: var(--hasat-radius-full);
    background: #f8fafc;
    font-size: 14px;
    color: var(--hasat-dark);
    transition: all 0.25s ease;
    outline: none;
}
.hasat-search-input:focus {
    border-color: var(--hasat-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.1);
}
.hasat-search-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hasat-primary);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.hasat-search-btn:hover {
    background: var(--hasat-primary-dark);
    transform: scale(1.04);
}

/* Kullanıcı & Sepet Aksiyonları */
.hasat-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.hasat-action-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hasat-dark);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: var(--hasat-radius);
    transition: all 0.2s ease;
    font-size: 13.5px;
    font-weight: 600;
}
.hasat-action-link:hover {
    color: var(--hasat-primary);
    background: var(--hasat-primary-light);
    text-decoration: none;
}
.hasat-action-icon {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--hasat-bg-soft);
    border: 1px solid var(--hasat-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hasat-primary);
    font-size: 16px;
    transition: all 0.2s ease;
}
.hasat-action-link:hover .hasat-action-icon {
    background: var(--hasat-primary);
    color: #ffffff;
    border-color: var(--hasat-primary);
}
.hasat-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--hasat-amber);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(243, 147, 14, 0.4);
}

/* Mobil & Tablet İkon Mesafesi Dengelemesi (Masaüstü metinleri gizlendiğinde ikonların ayrık kalmaması için) */
@media (max-width: 1199.98px) {
    .hasat-header-actions {
        gap: 8px;
    }
    .hasat-action-link {
        padding: 2px;
        gap: 0;
        border-radius: 50%;
    }
    .hasat-action-link:hover {
        background: transparent;
    }
    .hasat-action-icon {
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 575.98px) {
    .hasat-header-actions {
        gap: 6px;
    }
}

/* 3. Kat: Ultra-Profesyonel Vektörel Kategori Navigasyon Barı */
.hasat-nav-bar {
    background: #ffffff;
    border-bottom: 1px solid #eef0ef;
    border-top: 1px solid #f4f6f5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.hasat-cat-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hasat-cat-item {
    flex: 1;
    max-width: 195px;
    border-right: 1px solid #f0f2f1;
    position: relative;
}
.hasat-cat-item:last-child {
    border-right: none;
}
.hasat-cat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13px 10px 11px 10px;
    color: #374151;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    height: 100%;
    min-height: 84px;
}
.hasat-cat-link:hover {
    color: var(--hasat-primary);
    background: rgba(46, 125, 50, 0.035);
    text-decoration: none;
}
.hasat-cat-link.active {
    color: var(--hasat-primary);
    background: rgba(46, 125, 50, 0.05);
    font-weight: 700;
}
.hasat-cat-svg-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.22s ease;
    color: #4b5563;
}
.hasat-cat-link:hover .hasat-cat-svg-box {
    transform: translateY(-3px) scale(1.09);
    color: var(--hasat-primary);
}
.hasat-cat-link.active .hasat-cat-svg-box {
    color: var(--hasat-primary);
}
.hasat-cat-svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    transition: all 0.22s ease;
}
.hasat-cat-img-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid var(--hasat-border);
}
.hasat-cat-name {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-align: center;
    line-height: 1.25;
    color: inherit;
    white-space: nowrap;
}
.hasat-cat-name-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 100%;
}
.hasat-cat-caret {
    font-size: 10px;
    color: #9ca3af;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}
.hasat-cat-item:hover .hasat-cat-caret {
    transform: rotate(180deg);
    color: var(--hasat-primary);
}

/* Hasat Subcategory Dropdown Menu */
.hasat-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 270px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(46, 125, 50, 0.12);
    padding: 10px 10px 12px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1050;
}
/* Triangle Arrow Pointer */
.hasat-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-top: 1px solid rgba(46, 125, 50, 0.12);
    border-left: 1px solid rgba(46, 125, 50, 0.12);
}
.hasat-cat-item:hover .hasat-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(2px);
}
.hasat-dropdown-header {
    padding: 8px 12px 10px 12px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 6px;
}
.hasat-dropdown-title {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: -0.01em;
}
.hasat-subcat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hasat-subcat-item {
    margin-bottom: 3px;
}
.hasat-subcat-item:last-child {
    margin-bottom: 0;
}
.hasat-subcat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 9px;
    color: #374151;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.hasat-subcat-link:hover {
    background: rgba(46, 125, 50, 0.06);
    color: var(--hasat-primary);
    transform: translateX(3px);
}
.hasat-subcat-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #f4f6f5;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.hasat-subcat-link:hover .hasat-subcat-icon {
    background: var(--hasat-primary);
    color: #ffffff;
    transform: translateX(1px);
}
.hasat-subcat-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.hasat-subcat-title {
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hasat-subcat-sub {
    font-size: 10.5px;
    color: #9ca3af;
    line-height: 1.2;
    margin-top: 1px;
}
.hasat-dropdown-footer {
    padding-top: 8px;
    margin-top: 6px;
    border-top: 1px solid #f3f4f6;
}
.hasat-all-subcat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 12px;
    border-radius: 8px;
    background: #f8faf9;
    color: var(--hasat-primary) !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.hasat-all-subcat-btn:hover {
    background: var(--hasat-primary);
    color: #ffffff !important;
}

/* Green bottom hover indicator */
.hasat-cat-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 48px;
    height: 3px;
    background: var(--hasat-primary);
    border-radius: 3px 3px 0 0;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hasat-cat-link:hover .hasat-cat-indicator,
.hasat-cat-link.active .hasat-cat-indicator {
    transform: translateX(-50%) scaleX(1);
}

/* ==========================================================================
   2. GÜVEN & ÇİFTLİK AVANTAJLARI (4'LÜ KUTU)
   ========================================================================== */
.hasat-trust-section {
    padding: 24px 0;
    background: #ffffff;
}
.hasat-trust-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: var(--hasat-bg-soft);
    border: 1px solid var(--hasat-border);
    border-radius: var(--hasat-radius);
    transition: all 0.25s ease;
}
.hasat-trust-card:hover {
    background: #ffffff;
    border-color: var(--hasat-primary);
    box-shadow: var(--hasat-shadow);
    transform: translateY(-2px);
}
.hasat-trust-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: var(--hasat-primary-light);
    color: var(--hasat-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.hasat-trust-info h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 3px 0;
    color: var(--hasat-heading);
}
.hasat-trust-info p {
    font-size: 12px;
    margin: 0;
    color: var(--hasat-muted);
}

/* ==========================================================================
   3. OVAL KATEGORİ VİTRİNİ (SWIPER / CAROUSEL)
   ========================================================================== */
.hasat-cat-showcase {
    padding: 36px 0;
    background: var(--hasat-bg-warm);
}
.hasat-section-head {
    text-align: center;
    margin-bottom: 28px;
}
.hasat-section-badge {
    display: inline-block;
    color: var(--hasat-primary);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.hasat-section-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--hasat-heading);
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}
.hasat-section-subtitle {
    font-size: 14px;
    color: var(--hasat-muted);
    margin: 0;
}

.hasat-cat-card {
    display: block;
    text-align: center;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid var(--hasat-border);
    border-radius: var(--hasat-radius-lg);
    padding: 14px;
    transition: all 0.3s ease;
}
.hasat-cat-card:hover {
    border-color: var(--hasat-primary);
    box-shadow: var(--hasat-shadow-hover);
    transform: translateY(-4px);
}
.hasat-cat-thumb {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    margin-bottom: 12px;
}
.hasat-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hasat-cat-card:hover .hasat-cat-thumb img {
    transform: scale(1.05);
}
.hasat-cat-card-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--hasat-heading);
    margin: 0;
    transition: color 0.2s ease;
}
.hasat-cat-card:hover .hasat-cat-card-title {
    color: var(--hasat-primary);
}

/* ==========================================================================
   4. ÜRÜN KARTLARI (ÇOK SATANLAR & KAMPANYALI)
   ========================================================================== */
.hasat-products-section {
    padding: 40px 0;
}
.hasat-product-card {
    background: #ffffff;
    border: 1px solid var(--hasat-border);
    border-radius: var(--hasat-radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.25s ease;
    position: relative;
}
.hasat-product-card:hover {
    border-color: rgba(46, 125, 50, 0.35);
    box-shadow: var(--hasat-shadow-hover);
    transform: translateY(-3px);
}

.hasat-card-media {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    background: #fafafa;
    overflow: hidden;
}
.hasat-card-media img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hasat-product-card:hover .hasat-card-media img {
    transform: scale(1.06);
}

/* İndirim Rozeti */
.hasat-badge-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e53935;
    color: #ffffff;
    font-weight: 700;
    font-size: 11.5px;
    padding: 3px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(229, 57, 53, 0.35);
    z-index: 2;
}
.hasat-badge-organic {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--hasat-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 10.5px;
    padding: 3px 7px;
    border-radius: 6px;
    z-index: 2;
}

.hasat-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.hasat-card-brand {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--hasat-primary);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}
.hasat-card-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--hasat-heading);
    margin: 0 0 10px 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}
.hasat-card-title a {
    color: inherit;
    text-decoration: none;
}
.hasat-card-title a:hover {
    color: var(--hasat-primary);
}

/* Fiyat Alanı */
.hasat-card-prices {
    margin-top: auto;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}
.hasat-price-new {
    font-size: 17px;
    font-weight: 800;
    color: #1f2937;
}
.hasat-price-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}
.hasat-price-unit {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

/* Gramaj / Birim Varyasyon Butonları (500 gr, 1 kg, vb.) */
.hasat-card-unit-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.hasat-card-unit-label {
    font-size: 11px;
    font-weight: 700;
    color: #4b5563;
    letter-spacing: 0.02em;
    margin-right: 2px;
}
.hasat-unit-chip {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1.5px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.18s ease;
    outline: none;
}
.hasat-unit-chip:hover {
    border-color: #81c784;
    background: #f1f8f3;
    color: #2e7d32;
}
.hasat-unit-chip.active {
    background: #2e7d32 !important;
    color: #ffffff !important;
    border-color: #2e7d32 !important;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.25);
}

/* Kampanyalı Paket Çipi (Örn: 2 Kg Alana 1 Kg Bedava) */
.hasat-unit-chip.hasat-chip-promo {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #b45309;
    font-weight: 700;
}
.hasat-unit-chip.hasat-chip-promo:hover {
    background: #fef3c7;
    border-color: #d97706;
    color: #78350f;
}
.hasat-unit-chip.hasat-chip-promo.active {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border-color: #b45309 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.35);
}
.hasat-unit-chip.hasat-chip-promo.active i {
    color: #ffffff !important;
}

/* Tekil Birim Rozeti (Adet, Paket vb.) */
.hasat-card-unit-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #2e7d32;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 2px 8px;
    margin-bottom: 10px;
    width: fit-content;
}

/* Aksiyon Satırı: Adet Sayacı & Sepete Ekle Butonu */
.hasat-card-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    width: 100%;
    min-width: 0;
}

/* Adet Sayacı ([-] 1 [+]) */
.hasat-card-qty-group {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    height: 38px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hasat-qty-btn {
    width: 26px;
    height: 38px;
    border: none;
    background: #f9fafb;
    color: #374151;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.18s ease;
    padding: 0;
    user-select: none;
}
.hasat-qty-btn:hover {
    background: #e8f5e9;
    color: #2e7d32;
}
.hasat-qty-btn:active {
    background: #c8e6c9;
    transform: scale(0.92);
}
.hasat-card-qty-input {
    width: 26px;
    height: 38px;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #1f2937;
    background: transparent;
    padding: 0;
    outline: none;
    pointer-events: none;
    -moz-appearance: textfield;
}
.hasat-card-qty-input::-webkit-outer-spin-button,
.hasat-card-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Buton: Canlı Hasat Yeşili Sepete Ekle */
.hasat-btn-add {
    flex: 1 1 0%;
    min-width: 0;
    height: 38px;
    border-radius: 8px;
    background: #2e7d32 !important;
    color: #ffffff !important;
    border: 1px solid #2e7d32 !important;
    font-size: 12.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.2);
    white-space: nowrap;
    padding: 0 8px;
    overflow: hidden;
}
.hasat-btn-add:hover {
    background: #1b5e20 !important;
    border-color: #1b5e20 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 14px rgba(46, 125, 50, 0.35);
    transform: translateY(-1px);
}
.hasat-btn-add:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);
}
.hasat-btn-add i {
    font-size: 12px;
    color: #ffffff !important;
    flex-shrink: 0;
}
.hasat-btn-add span {
    color: #ffffff !important;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hasat-btn-text-desktop {
    display: inline;
}
.hasat-btn-text-mobile {
    display: none;
}
@media (max-width: 991.98px) {
    .hasat-btn-text-desktop {
        display: none !important;
    }
    .hasat-btn-text-mobile {
        display: inline !important;
    }
}
.hasat-btn-add.is-out,
.hasat-btn-add:disabled {
    background: #9ca3af !important;
    border-color: #9ca3af !important;
    color: #ffffff !important;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* ==========================================================================
   5. KAMPANYA BANNERLARI (3'LÜ & 6'LI IZGARA)
   ========================================================================== */
.hasat-banners-section {
    padding: 24px 0 40px 0;
}
.hasat-banner-item {
    position: relative;
    border-radius: var(--hasat-radius-lg);
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid var(--hasat-border);
    transition: all 0.3s ease;
}
.hasat-banner-item:hover {
    box-shadow: var(--hasat-shadow-lg);
    transform: translateY(-3px);
    border-color: var(--hasat-primary);
}
.hasat-banner-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.hasat-banner-item:hover img {
    transform: scale(1.03);
}

/* Geniş Çiftlik Hikaye Bannerı */
.hasat-story-section {
    padding: 30px 0 50px 0;
}
.hasat-story-banner {
    border-radius: var(--hasat-radius-lg);
    overflow: hidden;
    position: relative;
    box-shadow: var(--hasat-shadow);
}
.hasat-story-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   6. E-BÜLTEN & FOOTER (KURUMSAL VE ZENGİN)
   ========================================================================== */
.hasat-newsletter-bar {
    background: var(--hasat-primary);
    color: #ffffff;
    padding: 32px 0;
}
.hasat-newsletter-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px 0;
}
.hasat-newsletter-subtitle {
    font-size: 13.5px;
    opacity: 0.9;
    margin: 0;
}
.hasat-newsletter-form {
    display: flex;
    gap: 8px;
    max-width: 480px;
    margin-left: auto;
}
.hasat-newsletter-input {
    flex-grow: 1;
    height: 46px;
    padding: 0 16px;
    border-radius: var(--hasat-radius);
    border: none;
    outline: none;
    font-size: 14px;
}
.hasat-newsletter-btn {
    height: 46px;
    padding: 0 24px;
    background: var(--hasat-amber);
    color: #ffffff;
    border: none;
    border-radius: var(--hasat-radius);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.hasat-newsletter-btn:hover {
    background: var(--hasat-amber-hover);
}

.hasat-footer {
    background: #fbf9f4;
    border-top: 1px solid #ede8dc;
    padding: 56px 0 24px 0;
    color: var(--hasat-dark);
}
.hasat-footer-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 18px;
}
.hasat-footer-col h5 {
    font-size: 15px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
}
.hasat-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hasat-footer-links li {
    margin-bottom: 0;
}
.hasat-footer-links a {
    color: #4b5563;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.hasat-link-arrow {
    font-size: 10px;
    color: #9ca3af;
    transition: transform 0.2s ease, color 0.2s ease;
}
.hasat-footer-links a:hover {
    color: #2e7d32;
    transform: translateX(4px);
}
.hasat-footer-links a:hover .hasat-link-arrow {
    color: #2e7d32;
}

.hasat-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hasat-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid #e8eae6;
    border-radius: 10px;
    padding: 8px 12px;
    transition: all 0.2s ease;
}
.hasat-contact-item:hover {
    border-color: #2e7d32;
    background: #f4fbf5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.08);
}
.hasat-contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 8px;
    background: rgba(46, 125, 50, 0.1);
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.hasat-contact-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.hasat-contact-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
}
.hasat-contact-val {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}
.hasat-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.25);
    width: 100%;
}
.hasat-whatsapp-btn:hover {
    background: #1da851;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(37, 211, 102, 0.35);
}

/* Footer Alt Şerit: Kartlar, SSL & Telif */
.hasat-footer-bottom {
    border-top: 1px solid #e8eae6;
    margin-top: 40px;
    padding-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 12.5px;
    color: #6b7280;
}
.hasat-footer-copy {
    font-size: 12.5px;
    color: #6b7280;
}
.hasat-footer-copy strong {
    color: #1f2937;
}

.hasat-footer-payment-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.hasat-payment-badges {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hasat-pay-badge {
    display: inline-flex;
    align-items: center;
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid transparent;
    letter-spacing: 0.02em;
}
.hasat-pay-ssl {
    background: #e8f5e9;
    color: #1b5e20;
    border-color: #c8e6c9;
}
.hasat-pay-3d {
    background: #eff6ff;
    color: #1e40af;
    border-color: #dbeafe;
}

.hasat-card-icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #e8eae6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.hasat-card-img {
    height: 22px;
    max-height: 22px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
    transition: transform 0.2s ease;
}
.hasat-card-img:hover {
    transform: scale(1.06);
}
.hasat-card-iyzico {
    height: 24px;
    max-height: 24px;
}

@media (max-width: 767.98px) {
    .hasat-footer {
        padding: 36px 0 20px 0;
    }
    .hasat-footer-col {
        margin-bottom: 24px !important;
    }
    .hasat-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        margin-top: 28px;
        padding-top: 18px;
    }
    .hasat-footer-payment-strip {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 10px;
    }
    .hasat-card-icons {
        flex-wrap: wrap;
        justify-content: center;
        padding: 6px 10px;
    }
}

/* ==========================================================================
   7. MOBİL UYUMLULUK & DOKUNMATİK ELEMANLAR
   ========================================================================== */
@media (max-width: 768px) {
    .hasat-main-header {
        padding: 10px 0;
    }
    .hasat-search-form {
        margin-top: 10px;
    }
    .hasat-cat-card-title {
        font-size: 12.5px;
    }
    .hasat-card-title {
        font-size: 13px;
        min-height: 34px;
    }
    .hasat-price-new {
        font-size: 15px;
    }
    .hasat-newsletter-form {
        margin-top: 14px;
        flex-direction: column;
    }
    .hasat-newsletter-btn {
        width: 100%;
    }
    
    /* Mobil Tam Ekran Slider */
    .hasat-slider-section {
        padding-top: 0 !important;
        padding-bottom: 12px !important;
    }
    .hasat-slider-section .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hasat-hero-slider {
        border-radius: 0 !important;
    }
    .hasat-slider-img {
        width: 100% !important;
        height: 75vh !important;
        min-height: 480px !important;
        max-height: 750px !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }
    
    body {
        padding-bottom: 60px; /* Mobil alt menü için alan */
    }
}

/* ==========================================================================
   8. MOBİL ALT SABİT NAVİGASYON (APP-LIKE BOTTOM BAR)
   ========================================================================== */
.hasat-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1045;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 58px;
    border-top: 1px solid var(--hasat-border);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
}
.hasat-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--hasat-text);
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 600;
    flex: 1;
    height: 100%;
    position: relative;
    transition: color 0.2s ease;
}
.hasat-bottom-nav-item i {
    font-size: 18px;
    margin-bottom: 2px;
}
.hasat-bottom-nav-item.active,
.hasat-bottom-nav-item:hover {
    color: var(--hasat-primary);
}
.hasat-bottom-badge {
    position: absolute;
    top: 6px;
    right: calc(50% - 16px);
    background: var(--hasat-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

/* ==========================================================================
   9. HASAT SLİDER OKLARI, NOKTALARI VE MASAÜSTÜ ÖLÇÜLERİ
   ========================================================================== */
.hasat-hero-slider {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fafafa;
}
.hasat-slider-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
}
@media (min-width: 992px) {
    .hasat-slider-img {
        height: 540px;
    }
}
@media (min-width: 1200px) {
    .hasat-slider-img {
        height: 580px;
    }
}
@media (min-width: 1440px) {
    .hasat-slider-img {
        height: 600px;
    }
}
@media (max-width: 767.98px) {
    .hasat-slider-img {
        height: auto !important;
        max-height: 560px;
    }
}
.hasat-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--hasat-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hasat-slider-arrow:hover {
    background: var(--hasat-primary);
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(46, 125, 50, 0.35);
}
.hasat-slider-prev {
    left: 24px;
}
.hasat-slider-next {
    right: 24px;
}
.hasat-hero-slider .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 25;
}
.hasat-hero-slider .slick-dots li {
    margin: 0;
}
.hasat-hero-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #ffffff;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}
.hasat-hero-slider .slick-dots li.slick-active button {
    width: 28px;
    border-radius: 10px;
    background: var(--hasat-amber);
    border-color: #ffffff;
}

/* ==========================================================================
   HASAT - KATEGORİ, FİLTRELEME & ÜRÜN KARTLARI
   ========================================================================== */

/* 1. Ürün Kartı Tasarımı (Doğal & Çiftlik Vitrini) */
.hasat-product-card {
    background: #ffffff;
    border: 1px solid #e8eae6;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.hasat-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(46, 125, 50, 0.12);
    border-color: #c8e6c9;
}
.hasat-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hasat-card-media a {
    display: block;
    width: 100%;
    height: 100%;
}
.hasat-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.hasat-product-card:hover .hasat-card-media img {
    transform: scale(1.07);
}

/* Rozetler */
.hasat-badge-discount {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #dc2626;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.35);
    letter-spacing: 0.02em;
}
.hasat-badge-organic {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #2e7d32;
    color: #ffffff;
    font-weight: 800;
    font-size: 10.5px;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.35);
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
}

/* Kart Gövdesi */
.hasat-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.hasat-card-brand {
    font-size: 11.5px;
    font-weight: 700;
    color: #2e7d32;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.hasat-card-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
.hasat-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.hasat-card-title a:hover {
    color: #2e7d32;
}
.hasat-card-prices {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
}
.hasat-price-new {
    font-size: 17px;
    font-weight: 800;
    color: #1b5e20;
}
.hasat-price-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}


/* 2. Filtre Kenar Çubuğu (.kt-suzgec) */
.kt-suzgec {
    width: 100%;
}
.kt-suzgec-bas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #e8f5e9;
}
.kt-suzgec-baslik {
    font-size: 16px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
}
.kt-temizle {
    font-size: 12px;
    color: #2e7d32;
    font-weight: 700;
    text-decoration: none;
    background: #e8f5e9;
    padding: 3px 10px;
    border-radius: 6px;
    transition: all 0.2s;
}
.kt-temizle:hover {
    background: #2e7d32;
    color: #ffffff;
}
.kt-suzgec-ac {
    display: none;
}
@media (max-width: 991.98px) {
    .kt-suzgec-ac {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 10px 16px;
        background: #2e7d32;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 14px;
    }
    .kt-suzgec-govde {
        display: none;
    }
    .kt-suzgec-govde.is-acik {
        display: block;
    }
}
.kt-grup {
    border-top: 1px solid #f0f2ee;
    padding: 10px 0;
}
.kt-grup:first-of-type {
    border-top: none;
}
.kt-grup > summary {
    font-size: 13.5px;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    transition: color 0.2s;
}
.kt-grup > summary:hover {
    color: #2e7d32;
}
.kt-grup > summary::-webkit-details-marker { display: none; }
.kt-grup > summary::marker { content: ''; }
.kt-grup > summary::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #9ca3af;
    transition: transform 0.25s ease;
}
.kt-grup[open] > summary::after {
    transform: rotate(180deg);
    color: #2e7d32;
}
.kt-grup-govde {
    max-height: 220px;
    overflow-y: auto;
    padding: 6px 2px 2px;
}
.kt-onay {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13.5px;
    color: #4b5563;
    cursor: pointer;
    margin-bottom: 0;
    transition: color 0.2s;
}
.kt-onay:hover {
    color: #2e7d32;
}
.kt-onay input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    accent-color: #2e7d32;
    cursor: pointer;
}

/* 3. Kategori Araç Çubuğu (.kt-arac) */
.kt-arac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.kt-arac .kt-sayi {
    font-size: 14px;
    font-weight: 700;
    color: #4b5563;
    margin: 0;
}
.kt-arac-sag {
    display: flex;
    align-items: center;
    gap: 14px;
}
.kt-siralama {
    display: flex;
    align-items: center;
    gap: 8px;
}
.kt-siralama select {
    background: #fcfbf7;
    border: 1px solid #e8eae6;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}
.kt-siralama select:focus {
    border-color: #2e7d32;
}
.kt-yogunluk {
    display: flex;
    align-items: center;
    gap: 4px;
}
.kt-yogunluk button {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.kt-yogunluk button span {
    display: block;
    width: 3px;
    height: 13px;
    background: #9ca3af;
    border-radius: 1px;
}
.kt-yogunluk button.is-secili,
.kt-yogunluk button:hover {
    background: #e8f5e9;
    border-color: #c8e6c9;
}
.kt-yogunluk button.is-secili span,
.kt-yogunluk button:hover span {
    background: #2e7d32;
}

/* ==========================================================================
   MOBİL OPTİMİZASYONLAR (Hasat Teması & Ürün Kartları)
   ========================================================================== */
@media (max-width: 767.98px) {
    /* WhatsApp Butonu: Mobil Alt Navigasyon Çubuğunun Üzerinde Yüzsün */
    .wa-float-wrap {
        bottom: 80px !important;
        right: 16px !important;
    }

    /* Mobil Kategori Araç Çubuğu Düzenlemesi */
    .kt-arac {
        gap: 10px;
    }
    .kt-arac-sag {
        width: 100%;
        justify-content: space-between;
    }
    .kt-yogunluk {
        display: none !important;
    }
    .kt-siralama {
        width: 100%;
    }
    .kt-siralama select {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    /* Ürün Kartı İç Boşluğu */
    .hasat-card-body {
        padding: 10px 10px 12px;
    }

    .hasat-card-brand {
        font-size: 10px;
        margin-bottom: 2px;
    }
    .hasat-card-title {
        font-size: 12.5px;
        line-height: 1.3;
        min-height: 32px;
        margin-bottom: 6px;
    }

    /* Gramaj / Birim Hap Butonları: Tek Satırda Kaydırılabilir */
    .hasat-card-unit-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 4px;
        margin-bottom: 8px;
        padding-bottom: 2px;
    }
    .hasat-card-unit-chips::-webkit-scrollbar {
        display: none;
    }
    .hasat-card-unit-label {
        display: none; /* Mobilde yerden tasarruf için etiketi gizle */
    }
    .hasat-unit-chip {
        font-size: 10.5px;
        padding: 3px 7px;
        flex-shrink: 0;
        white-space: nowrap;
        border-radius: 5px;
    }

    .hasat-card-unit-badge {
        font-size: 10px;
        padding: 2px 6px;
        margin-bottom: 8px;
    }

    /* Fiyat Bloğu */
    .hasat-card-prices {
        margin-bottom: 8px;
        gap: 4px;
    }
    .hasat-price-new {
        font-size: 15px;
    }
    .hasat-price-old {
        font-size: 11.5px;
    }
    .hasat-price-unit {
        font-size: 11px;
    }

    /* Aksiyon Satırı */
    .hasat-card-actions {
        gap: 5px;
    }

    /* Adet Sayacı: Mobilde Kompakt */
    .hasat-card-qty-group {
        height: 36px;
        border-radius: 7px;
    }
    .hasat-qty-btn {
        width: 25px;
        height: 36px;
        font-size: 10px;
    }
    .hasat-card-qty-input {
        width: 22px;
        height: 36px;
        font-size: 12.5px;
    }

    /* Sepete Ekle Butonu: 'Sepete Ekle' yerine 'Ekle' */
    .hasat-btn-text-desktop {
        display: none !important;
    }
    .hasat-btn-text-mobile {
        display: inline !important;
    }

    .hasat-btn-add {
        height: 36px;
        border-radius: 7px;
        font-size: 12px;
        padding: 0 8px;
        gap: 5px;
    }
    .hasat-btn-add i {
        font-size: 12px;
    }
}

/* Mobil Alt Sabit Navigasyon Bar */
.hasat-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #e8eae6;
    z-index: 99980;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
}
.hasat-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    padding: 5px 6px;
    transition: color 0.2s ease;
    flex: 1;
}
.hasat-bottom-nav-item i {
    font-size: 17px;
    margin-bottom: 3px;
    transition: transform 0.2s ease;
}
.hasat-bottom-nav-item.active,
.hasat-bottom-nav-item:hover {
    color: #2e7d32;
}
.hasat-bottom-nav-item:active i {
    transform: scale(0.92);
}
.hasat-bottom-badge {
    position: absolute;
    top: 3px;
    right: calc(50% - 15px);
    background: #e53935;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 1.5px solid #ffffff;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 68px;
    }
}

/* ==========================================================================
   HASAT KATEGORİ HERO BANNER (Zengin Fotoğraf & Atmosferik Gradient)
   ========================================================================== */
.hasat-category-hero {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.hasat-cat-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}
.hasat-category-hero:hover .hasat-cat-hero-bg {
    transform: scale(1.04);
}
.hasat-cat-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}
.hasat-category-hero:hover .hasat-cat-hero-overlay {
    opacity: 0.94;
}
.hasat-cat-hero-content {
    position: relative;
    z-index: 3;
    padding: 32px 36px;
    color: #ffffff;
}
.hasat-cat-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.hasat-cat-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.04em;
    border-radius: 6px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.hasat-cat-hero-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.hasat-cat-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.25;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.01em;
}
.hasat-cat-hero-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
    line-height: 1.45;
    max-width: 780px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.hasat-cat-hero-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.hasat-cat-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.96);
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
    .hasat-cat-hero-content {
        padding: 20px 16px;
    }
    .hasat-cat-hero-title {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .hasat-cat-hero-desc {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .hasat-cat-hero-top {
        margin-bottom: 10px;
    }
    .hasat-cat-hero-badge {
        font-size: 10px;
        padding: 4px 9px;
    }
    .hasat-cat-hero-count {
        font-size: 11px;
        padding: 4px 10px;
    }
    .hasat-cat-hero-pills {
        gap: 6px;
    }
    .hasat-cat-hero-pill {
        font-size: 10.5px;
        padding: 3px 9px;
    }
}

/* ==========================================================================
   HASAT KATEGORİ ARAÇ ÇUBUĞU & DİNAMİK ÜRÜN IZGARASI (2'li, 3'lü, 4'lü Görünüm)
   ========================================================================== */
.kt-arac {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.kt-sayi {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: #4b5563;
}
.kt-arac-sag {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.kt-siralama {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.kt-gizli-etiket {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}
.kt-siralama select {
    padding: 7px 32px 7px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}
.kt-siralama select:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.12);
}

/* Izgara Yoğunluğu Butonları (4'lü, 3'lü, 2'li) */
.kt-yogunluk {
    display: flex;
    align-items: center;
    gap: 6px;
}
.kt-yogunluk button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.kt-yogunluk button span {
    display: block;
    width: 3.5px;
    height: 14px;
    background-color: #94a3b8;
    border-radius: 1px;
    transition: background-color 0.2s ease;
}
.kt-yogunluk button:hover {
    border-color: #2e7d32;
    background-color: #f4fbf5;
}
.kt-yogunluk button:hover span {
    background-color: #2e7d32;
}
.kt-yogunluk button.is-secili {
    border-color: #2e7d32;
    background-color: #e8f5e9;
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.15);
}
.kt-yogunluk button.is-secili span {
    background-color: #2e7d32;
}

@media (max-width: 575.98px) {
    .kt-yogunluk {
        display: none;
    }
}

/* Dinamik CSS Grid */
.kt-izgara {
    display: grid;
    gap: 20px;
    transition: all 0.25s ease-in-out;
}
.kt-izgara[data-kolon="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.kt-izgara[data-kolon="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.kt-izgara[data-kolon="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
    .kt-izgara[data-kolon="4"] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .kt-izgara,
    .kt-izgara[data-kolon="4"],
    .kt-izgara[data-kolon="3"],
    .kt-izgara[data-kolon="2"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px;
    }
}
@media (max-width: 480px) {
    .kt-izgara,
    .kt-izgara[data-kolon="4"],
    .kt-izgara[data-kolon="3"],
    .kt-izgara[data-kolon="2"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }
}
.kt-oge {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.kt-oge > .hasat-product-card {
    height: 100%;
    margin-bottom: 0;
}

/* 4 Kolonlu Grid Modunda ve Küçük Kartlarda Genişlik Optimizasyonu */
.kt-izgara[data-kolon="4"] {
    gap: 14px;
}
.kt-izgara[data-kolon="4"] .hasat-card-body {
    padding: 10px 10px 12px 10px;
}
.kt-izgara[data-kolon="4"] .hasat-card-title {
    font-size: 13px;
    min-height: 34px;
    margin-bottom: 6px;
}
.kt-izgara[data-kolon="4"] .hasat-price-new {
    font-size: 15px;
}
.kt-izgara[data-kolon="4"] .hasat-card-actions {
    gap: 4px;
}
.kt-izgara[data-kolon="4"] .hasat-card-qty-group {
    height: 34px;
}
.kt-izgara[data-kolon="4"] .hasat-qty-btn {
    width: 22px;
    height: 34px;
    font-size: 9.5px;
}
.kt-izgara[data-kolon="4"] .hasat-card-qty-input {
    width: 20px;
    height: 34px;
    font-size: 11.5px;
}
.kt-izgara[data-kolon="4"] .hasat-btn-add {
    height: 34px;
    padding: 0 6px;
    font-size: 11px;
    gap: 4px;
}
.kt-izgara[data-kolon="4"] .hasat-btn-add i {
    font-size: 11px;
}
.kt-izgara[data-kolon="4"] .hasat-btn-text-desktop {
    display: none !important;
}
.kt-izgara[data-kolon="4"] .hasat-btn-text-mobile {
    display: inline !important;
}

/* ==========================================================================
   10. MOBİL KATEGORİ ÇEKMECESİ (DRAWER & OFFCANVAS)
   ========================================================================== */
.hasat-drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hasat-drawer-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.hasat-category-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    background: #ffffff;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 10px 0 35px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.hasat-category-drawer.active {
    transform: translateX(0);
}

.hasat-drawer-header {
    background: #f8faf8;
    border-bottom: 1px solid #e8eae6;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.hasat-drawer-title {
    font-size: 16px;
    font-weight: 800;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hasat-drawer-title i {
    color: var(--hasat-primary);
    font-size: 18px;
}
.hasat-drawer-close {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.hasat-drawer-close:hover {
    background: #fee2e2;
    color: #ef4444;
    border-color: #fecaca;
}

.hasat-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px 40px;
    -webkit-overflow-scrolling: touch;
}

.hasat-drawer-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hasat-drawer-cat-item {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #f1f3f0;
    overflow: hidden;
    transition: border-color 0.2s;
}
.hasat-drawer-cat-item:hover {
    border-color: #c8e6c9;
}

.hasat-drawer-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}
.hasat-drawer-cat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    text-decoration: none !important;
    color: #1f2937;
    font-weight: 700;
    font-size: 13.5px;
}
.hasat-drawer-cat-link:hover {
    color: var(--hasat-primary);
}

.hasat-drawer-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(46, 125, 50, 0.08);
    color: var(--hasat-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hasat-drawer-icon-box svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
}
.hasat-drawer-icon-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hasat-drawer-cat-toggle {
    background: none;
    border: none;
    color: #94a3b8;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
    transition: transform 0.25s ease, color 0.2s;
}
.hasat-drawer-cat-toggle:hover {
    color: var(--hasat-primary);
}
.hasat-drawer-cat-item.open .hasat-drawer-cat-toggle i {
    transform: rotate(180deg);
}

.hasat-drawer-subcat-list {
    list-style: none;
    padding: 4px 12px 10px 48px;
    margin: 0;
    background: #fbfdfb;
    border-top: 1px solid #f1f5f1;
    display: none;
}
.hasat-drawer-cat-item.open .hasat-drawer-subcat-list {
    display: block;
}
.hasat-drawer-subcat-item {
    padding: 6px 0;
}
.hasat-drawer-subcat-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none !important;
}
.hasat-drawer-subcat-link:hover {
    color: var(--hasat-primary);
    font-weight: 600;
    padding-left: 2px;
}
.hasat-drawer-subcat-link i {
    font-size: 10px;
    color: #9ca3af;
}

.hasat-drawer-footer {
    padding: 12px 18px;
    background: #f8faf8;
    border-top: 1px solid #e8eae6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}






