/* ==========================================================================
   Vatan Çay — Site Stilleri
   Bölümler:
   1. Root değişkenler & body
   2. Tipografi sınıfları
   3. Hero Slider
   4. Kategoriler
   5. Ürün kartları & bölüm başlıkları
   6. Banner (promosyon)
   7. Neden Vatan Çay (özellikler)
   8. Mobil Drawer
   9. Utilities (no-scrollbar vb.)
   10. Responsive overrides
   ========================================================================== */


/* 1. Root değişkenler & body
   ---------------------------------------------------------- */
:root {
    --color-brand-green-Primary-Green: #00652A;
    --color-brand-green-Tint-Green: #EAF5EE;
}

body {
    font-family: 'Manrope', sans-serif;
}


/* 2. Tipografi sınıfları
   ---------------------------------------------------------- */

/* S1 - Topbar metni */
.topbar-text {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    color: var(--color-brand-green-Primary-Green);
}

/* S2 - Arama input metni */
.search-input {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: var(--color-neutral-Text-Secondary, #514C43);
}
.search-input::placeholder {
    color: var(--color-neutral-Text-Secondary, #514C43);
    opacity: 1;
}

/* S2 yeşil - Müşteri Desteği etiketi */
.label-s2-green {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #00652A;
}

/* H6 Bold - Telefon numarası */
.heading-h6-b {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}

/* S2 beyaz - Header buton metni (Sepetim, Üye Girişi) */
.btn-text-s2 {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}

/* S1 beyaz - Menü metni (siyah nav bar) */
.nav-text-s1 {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}

/* H6 yeşil - Bölüm üst etiketi */
.label-h6-green {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #00652A;
    text-align: center;
}

/* H3 - Bölüm başlığı (En Çok Satanlar, Öne Çıkan vb.) */
.section-h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
    text-align: center;
}

/* H6 - Tüm Ürünleri Gör buton metni (gri) */
.link-h6-secondary {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #514C43;
}


/* 3. Hero Slider
   ---------------------------------------------------------- */

/* Hero başlık 61px */
.hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -0.5px;
    color: #1C1A17;
}

/* Hero alt metin H6 */
.hero-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}

/* H3 - Slayt sayacı (current) */
.counter-current {
    font-family: 'Manrope', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}

/* H5 - Slayt sayacı (total) */
.counter-total {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: 'liga' off;
    color: rgba(28, 26, 23, 0.30);
}

/* Slayt geçişleri (arka plan + içerik) */
.slide,
.slide-content {
    opacity: 0;
    transition: opacity 600ms ease-in-out;
    pointer-events: none;
}
.slide.active,
.slide-content.active {
    opacity: 1;
    pointer-events: auto;
}

/* Slider gösterge - nokta */
.slider-dot {
    background-color: transparent;
    transition: background-color 200ms ease;
}
.slider-dot.is-active {
    background-color: #1C1A17;
}

/* Bar slot — kapalıyken 0 yüksekliğe büzülür, negatif margin parent gap'i nötrler */
.bar-slot {
    max-height: 0;
    margin-top: -12px;
    overflow: hidden;
    transition: max-height 450ms cubic-bezier(0.4, 0, 0.2, 1),
                margin-top 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bar-slot.is-active {
    max-height: 80px;
    margin-top: 0;
}

/* Progress bar - dikey çizgi */
.progress-bar {
    width: 2px;
    height: 80px;
    border-radius: 30px;
    background-color: rgba(28, 26, 23, 0.30);
    position: relative;
}
.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C1A17;
    border-radius: 30px;
    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
}
.bar-slot.is-active .progress-bar-fill {
    animation: fillProgress var(--slide-duration, 6000ms) linear forwards;
    animation-delay: 200ms;
}
@keyframes fillProgress {
    from { transform: scaleY(0); }
    to   { transform: scaleY(1); }
}

/* Slider okunabilirlik gradyanı (mobilde alttan yukarı beyaz geçiş) */
.slider-readability-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.92) 25%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.15) 70%,
        rgba(255, 255, 255, 0) 88%
    );
    pointer-events: none;
}

/* 4. slayt aktifken başlık + alt yazı + sayaç beyaz olsun */
#heroSlider.slide-4-active .hero-title,
#heroSlider.slide-4-active .hero-subtitle {
    color: #FFFFFF;
}
#heroSlider.slide-4-active .counter-current {
    color: #FFFFFF;
}
#heroSlider.slide-4-active .counter-total {
    color: rgba(255, 255, 255, 0.5);
}


/* 4. Kategoriler
   ---------------------------------------------------------- */

/* H5 - Kategori başlığı */
.category-title {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}


/* 5. Ürün kartları
   ---------------------------------------------------------- */

/* H6 - Ürün adı (max 2 satır) */
.product-name {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* H5 - Ürün fiyatı (yeşil) */
.product-price {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: 'liga' off;
    color: #00652A;
    white-space: nowrap;
}

/* Eski fiyat (üstü çizili) */
.product-old-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #514C43;
    text-decoration-line: line-through;
    white-space: nowrap;
}

/* H6 beyaz - Sepete Ekle buton metni */
.btn-cart-text {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}


/* 6. Promosyon Banner
   ---------------------------------------------------------- */

/* H4 - Banner başlık */
.banner-h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}
.banner-h4-green {
    color: #00652A;
}

/* H6 - Banner / Tanıtım açıklama metni (gri) */
.banner-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #514C43;
}

/* H6 - Turuncu buton metni (Ürünleri İncele, Hakkımızda) */
.btn-explore-text {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #F7F7F7;
}


/* 7. Neden Vatan Çay (özellikler)
   ---------------------------------------------------------- */

/* H6 - Özellik başlığı */
.feature-title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
    text-align: center;
}

/* S1 - Özellik açıklaması */
.feature-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    color: #514C43;
    text-align: center;
}


/* Blog kartları
   ---------------------------------------------------------- */

/* H5 - Blog başlığı */
.blog-title {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-feature-settings: 'liga' off;
    color: #1C1A17;
}

/* S1 - Blog açıklaması */
.blog-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    color: #514C43;
}

/* Tarih rozeti — turuncu pil */
.blog-date-badge {
    display: inline-flex;
    padding: 6px 14px;
    align-items: center;
    border-radius: 30px;
    background: #EF7D00;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}


/* Ürünler sayfası — Breadcrumb, Filtreler, Slider
   ---------------------------------------------------------- */

/* Breadcrumb pili */
.breadcrumb-pill {
    display: inline-flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
}
.breadcrumb-link,
.breadcrumb-sep {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: rgba(81, 76, 67, 0.30);
    transition: color 200ms ease;
}
.breadcrumb-link:hover { color: rgba(81, 76, 67, 0.6); }
.breadcrumb-current {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 101, 42, 0.08);
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
}

/* Filtre alanı başlığı (H5) */
.filter-h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1C1A17;
}

/* Arama kutusu */
.filter-search {
    display: flex;
    width: 100%;
    height: 54px;
    padding: 12px 24px;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
    transition: border-color 200ms ease;
}
.filter-search:focus-within { border-color: #00652A; }
.filter-search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15px;
    min-width: 0;
}
.filter-search input::placeholder {
    color: #514C43;
    opacity: 0.7;
}
.filter-search button {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #514C43;
    background: transparent;
    border: 0;
    cursor: pointer;
}

/* Filtre kart kutusu (kategori, fiyat) */
.filter-card {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
}

/* H6 yeşil — kart başlığı */
.filter-card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #00652A;
}

/* Kategori radyo seçim öğesi */
.filter-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}
.filter-radio input { position: absolute; opacity: 0; pointer-events: none; }
.filter-radio-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    background: #fff;
}
.filter-radio:hover .filter-radio-circle { border-color: #00652A; }
.filter-radio input:checked + .filter-radio-circle {
    background: #00652A;
    border-color: #00652A;
}
.filter-radio input:checked + .filter-radio-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
.filter-radio-label {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #1C1A17;
    transition: color 200ms ease;
}
.filter-radio input:checked ~ .filter-radio-label { color: #00652A; }

/* Fiyat aralığı çift kollu slider */
.dual-range {
    position: relative;
    width: 100%;
    height: 24px;
    margin: 8px 0;
}
.dual-range-track,
.dual-range-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    border-radius: 30px;
}
.dual-range-track {
    left: 0;
    right: 0;
    background: #E6E2D9;
}
.dual-range-fill {
    background: #00652A;
}
.dual-range input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    margin: 0;
    padding: 0;
}
.dual-range input[type="range"]::-webkit-slider-runnable-track { background: transparent; height: 24px; }
.dual-range input[type="range"]::-moz-range-track { background: transparent; height: 24px; border: 0; }
.dual-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00652A;
    cursor: grab;
    pointer-events: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    margin-top: 0;
}
.dual-range input[type="range"]::-webkit-slider-thumb:active { cursor: grabbing; }
.dual-range input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00652A;
    cursor: grab;
    pointer-events: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Min / Max fiyat kapsülü */
.price-range-edges {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(81, 76, 67, 0.6);
    font-family: 'Manrope', sans-serif;
}
.price-pills {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.price-pill {
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid #00652A;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
}
.price-pill .label { color: rgba(81, 76, 67, 0.5); font-weight: 500; }
.price-pill-muted { border-color: #E6E2D9; color: rgba(81, 76, 67, 0.5); }
.price-pill-muted .label { color: rgba(81, 76, 67, 0.4); }

/* Sıralama dropdown */
.sort-select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    padding: 10px 40px 10px 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1A17;
    cursor: pointer;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231C1A17' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 16px center;
    background-size: 12px;
    transition: border-color 200ms ease;
}
.sort-select:focus { outline: 0; border-color: #00652A; }

/* Ürün kartı dekoratifleri (badge + favori butonu) */
.product-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #EF7D00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    z-index: 5;
    letter-spacing: 0.1px;
}
.product-fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E6E2D9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #514C43;
    cursor: pointer;
    z-index: 5;
    transition: all 200ms ease;
}
.product-fav-btn:hover { color: #EF7D00; border-color: #EF7D00; }


/* Ürün Detay Sayfası
   ---------------------------------------------------------- */

/* Mini thumbnail */
.product-thumb {
    width: 105px;
    height: 132px;
    border-radius: 15px;
    border: 2px solid transparent;
    background: #FFFFFF 50% / cover no-repeat;
    cursor: pointer;
    transition: border-color 200ms ease, transform 200ms ease;
    flex-shrink: 0;
    padding: 0;
}
.product-thumb:hover { border-color: rgba(0, 101, 42, 0.4); }
.product-thumb.is-active { border-color: #00652A; }

/* Ana görsel container */
.product-main-image {
    position: relative;
    width: 619px;
    max-width: 100%;
    aspect-ratio: 619 / 774;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #FFFFFF 50% / cover no-repeat;
    overflow: hidden;
    flex-shrink: 0;
}

/* Ana görsel üzerindeki cam efektli navigasyon pili */
.product-image-nav {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 44px;
    border-radius: 30px;
    background: rgba(81, 76, 67, 0.50);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    gap: 8px;
}
.product-image-nav-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1C1A17;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    flex-shrink: 0;
    transition: background 200ms ease;
}
.product-image-nav-btn:hover { background: #fff; }
.product-image-nav-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}
.product-image-nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 200ms;
    border: 0;
    padding: 0;
}
.product-image-nav-dot.is-active {
    background: #fff;
    width: 8px;
    height: 8px;
}

/* Sağ bilgi kartı */
.product-info-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 18px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
    width: 100%;
}

/* H4 — ürün başlığı */
.product-h4-title {
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.25px;
    color: #1C1A17;
}
@media (max-width: 640px) {
    .product-h4-title { font-size: 26px; }
}

/* H6 — gramaj inline */
.product-weight-inline {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #514C43;
}

/* H5 — fiyat */
.product-detail-price {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #00652A;
}
.product-detail-old-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #514C43;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-detail-divider {
    width: 100%;
    height: 1px;
    background: #E6E2D9;
}

/* Yeşil küçük etiket (S1) */
.product-section-label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: #00652A;
}

/* Açıklama metni */
.product-desc-text {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.15px;
    color: #514C43;
    white-space: pre-line;
}

/* Adet seçici */
.qty-selector {
    width: 200px;
    height: 54px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #fff;
}
.qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: #1C1A17;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease;
}
.qty-btn:hover { background: #F7F7F7; }
.qty-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.qty-display {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #1C1A17;
}

/* Aksiyon butonları */
.btn-add-cart-detail,
.btn-buy-now {
    flex: 1;
    height: 54px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: opacity 200ms ease;
}
.btn-add-cart-detail { background: #00652A; }
.btn-buy-now { background: #EF7D00; }
.btn-add-cart-detail:hover,
.btn-buy-now:hover { opacity: 0.9; }
@media (max-width: 640px) {
    .btn-add-cart-detail, .btn-buy-now { height: 52px; min-height: 52px; font-size: 15px; }
}

/* Info accordion */
.info-accordion {
    display: flex;
    flex-direction: column;
}
.info-accordion-item {
    border-top: 1px solid #E6E2D9;
}
.info-accordion-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
}
.info-accordion-header > span {
    flex: 1;
    text-align: left;
}
.info-accordion-header .icon-main {
    color: #00652A;
    flex-shrink: 0;
}
.info-accordion-header .icon-arrow {
    margin-left: auto;
    color: #514C43;
    transition: transform 200ms ease;
    flex-shrink: 0;
}
.info-accordion-item.is-open .icon-arrow { transform: rotate(180deg); }
.info-accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease, padding 300ms ease;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.15px;
    padding-left: 0;
}
.info-accordion-item.is-open .info-accordion-body {
    max-height: 240px;
    padding-bottom: 16px;
}


/* Değerlendirme ve Yorumlar
   ---------------------------------------------------------- */
.rating-card {
    width: 100%;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
}
@media (max-width: 640px) {
    .rating-card { padding: 20px 24px; }
}

.rating-h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #1C1A17;
}

.rating-grid {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
    padding-top: 8px;
}
@media (max-width: 1023px) {
    .rating-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }
}

/* Sol: ortalama puan özet */
.rating-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rating-summary-label {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #1C1A17;
}
.rating-summary-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.rating-big-score {
    font-family: 'Manrope', sans-serif;
    font-size: 49px;
    font-weight: 500;
    line-height: 1;
    color: #1C1A17;
}
.rating-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}
.rating-count-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #514C43;
}

/* Dikey ayraç */
.rating-divider {
    width: 1px;
    height: 220px;
    background: #E6E2D9;
    flex-shrink: 0;
}
@media (max-width: 1023px) {
    .rating-divider {
        width: 100%;
        height: 1px;
    }
}

/* Sağ: yıldız dağılımı */
.rating-distribution {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.rating-row-num {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1A17;
    width: 12px;
    text-align: center;
}
.rating-bar {
    width: 250px;
    max-width: 100%;
    height: 5px;
    background: #E6E2D9;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}
.rating-bar-fill {
    height: 100%;
    background: #00652A;
    border-radius: 30px;
    transition: width 400ms ease;
}
.rating-row-count {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(81, 76, 67, 0.6);
    margin-left: auto;
    padding-left: 8px;
}

/* Yorum yapma prompt + ayraç */
.review-prompt {
    width: 100%;
    margin-top: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #514C43;
}
.review-prompt a {
    color: #00652A;
    text-decoration: underline;
}
.review-divider {
    width: 100%;
    height: 1px;
    background: #E6E2D9;
    margin: 12px 0;
}

/* Yorum listesi */
.review-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.review-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #E6E2D9;
}
.review-item:last-child { border-bottom: 0; }

.review-avatar {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    flex-shrink: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #514C43;
    letter-spacing: 0.5px;
}

.review-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.review-stars {
    display: flex;
    gap: 2px;
}
.review-date {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #514C43;
}
.review-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #514C43;
}

/* Faydalı mı? ve like/dislike */
.review-helpful {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.review-helpful-q {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #514C43;
}
.review-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #514C43;
    transition: background 200ms ease;
}
.review-vote-btn:hover { background: #F7F7F7; }
.review-vote-count {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #514C43;
}


/* Üye Girişi / Üye Ol Sayfaları
   ---------------------------------------------------------- */
.auth-wrap {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}
.auth-card {
    display: flex;
    gap: 32px;
    background: #fff;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    padding: 24px;
    width: 100%;
    max-width: 1000px;
    align-items: center;
}
@media (max-width: 900px) {
    .auth-card { flex-direction: column; gap: 24px; }
}

/* Sol görsel */
.auth-image {
    width: 467px;
    height: 566px;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: 30px;
    background: #4a7c2e 50% / cover no-repeat;
    background-image: linear-gradient(135deg, #2e5b1a 0%, #5d8a3a 50%, #87b04a 100%);
}
.auth-image--tall {
    height: 758px;
}
@media (max-width: 900px) {
    .auth-image,
    .auth-image--tall { width: 100%; height: 280px; }
}

/* Sağ form alanı */
.auth-form-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 0 16px;
    text-align: center;
    width: 100%;
}

.auth-h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #1C1A17;
    text-align: center;
}
@media (max-width: 640px) {
    .auth-h4 { font-size: 26px; }
}

.auth-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.15px;
    color: #514C43;
    text-align: center;
    max-width: 380px;
}

/* Tab pili */
.auth-tabs {
    display: flex;
    padding: 0 5px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
}
.auth-tab {
    padding: 8px 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #514C43;
    border-radius: 30px;
    transition: all 200ms ease;
    margin: 5px 0;
}
.auth-tab.is-active {
    background: #00652A;
    color: #FFFFFF;
}
.auth-tab:hover:not(.is-active) {
    color: #1C1A17;
}

/* Form */
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    width: 100%;
}

/* Input wrap */
.auth-input-wrap {
    display: flex;
    width: 339px;
    max-width: 100%;
    height: 44px;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
    transition: border-color 200ms ease;
}
.auth-input-wrap:focus-within { border-color: #00652A; }

.auth-input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1C1A17;
    min-width: 0;
}
.auth-input::placeholder {
    color: #514C43;
    opacity: 0.7;
}
.auth-input::placeholder .req,
.auth-input::placeholder { /* placeholder içinde HTML yok ama metin: "E-Posta *" */ }

.auth-pw-toggle {
    background: transparent;
    border: 0;
    color: #514C43;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 200ms ease;
}
.auth-pw-toggle:hover { color: #00652A; }

.auth-required-info {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #514C43;
    text-align: center;
}
.auth-required-info .req-star { color: #EF7D00; }

.auth-error {
    width: 339px;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    background: #FEE2E2;
    border: 1px solid #FECACA;
    color: #B91C1C;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.auth-success {
    width: 339px;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    background: #DCFCE7;
    border: 1px solid #BBF7D0;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* Submit butonu */
.auth-submit {
    width: 339px;
    max-width: 100%;
    height: 48px;
    border-radius: 30px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: opacity 200ms ease;
}
.auth-submit:hover { opacity: 0.9; }

.auth-forgot {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #514C43;
    text-decoration: underline;
    transition: color 200ms ease;
}
.auth-forgot:hover { color: #00652A; }

.auth-bottom-link {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #514C43;
}
.auth-bottom-link a {
    color: #00652A;
    text-decoration: underline;
    margin-left: 4px;
}

/* Sözleşme onay checkbox */
.auth-terms {
    display: flex;
    width: 339px;
    max-width: 100%;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    cursor: pointer;
}
.auth-terms input { position: absolute; opacity: 0; pointer-events: none; }
.auth-terms-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
}
.auth-terms input:checked + .auth-terms-circle {
    background: #00652A;
    border-color: #00652A;
}
.auth-terms input:checked + .auth-terms-circle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.auth-terms-text {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #514C43;
}
.auth-terms-text a { color: #00652A; text-decoration: underline; }


/* Hesap (Profil/Adresler/...)
   ---------------------------------------------------------- */
.account-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 16px 64px;
}

.account-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px;
    border: 1px solid #E6E2D9;
    border-radius: 999px;
    gap: 6px;
    background: #fff;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 24px;
}
.account-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #514C43;
    transition: all 200ms ease;
    white-space: nowrap;
}
.account-tab.is-active {
    background: #00652A;
    color: #fff;
}
.account-tab:hover:not(.is-active) {
    background: #F7F7F7;
    color: #1C1A17;
}

.account-card {
    background: #fff;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.account-h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #1C1A17;
    text-align: center;
}
.account-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: #514C43;
    text-align: center;
    max-width: 480px;
}

/* Sub-tabs (Kullanıcı Bilgileri / Güvenlik) */
.account-subtabs {
    display: flex;
    border: 1px solid #E6E2D9;
    border-radius: 999px;
    padding: 0 5px;
    background: #fff;
}
.account-subtab {
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #514C43;
    transition: all 200ms ease;
}
.account-subtab.is-active {
    background: #00652A;
    color: #fff;
}

/* Form grid */
.account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 720px;
}
@media (max-width: 640px) {
    .account-form-grid { grid-template-columns: 1fr; }
}
.account-form-grid.is-single { grid-template-columns: 1fr; max-width: 480px; }

/* Account form içindeki tüm input wrap'ler grid hücresini doldurur (339px sabit genişliği aşar) */
.account-form-grid .auth-input-wrap {
    width: 100%;
    max-width: none;
}

/* Adresler ekranı */
.account-section-h6 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #1C1A17;
}

.address-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.address-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 20px;
    border: 2px solid #E6E2D9;
    border-radius: 30px;
    background: #fff;
    transition: border-color 200ms ease;
}
.address-card.is-active {
    border-color: #00652A;
}
.address-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.address-card.is-active .address-radio {
    background: #00652A;
    border-color: #00652A;
}
.address-card.is-active .address-radio::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}
.address-content {
    flex: 1;
    min-width: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #1C1A17;
    font-feature-settings: 'liga' off;
}
.address-title {
    font-weight: 600;
    color: #1C1A17;
    margin-bottom: 0;
    line-height: 1.3;
}
.address-content > br:first-of-type { display: none; }
.address-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.address-action-btn {
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #514C43;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #514C43;
    cursor: pointer;
    transition: all 200ms ease;
    flex-shrink: 0;
}
.address-action-btn:hover {
    color: #00652A;
    border-color: #00652A;
}
.address-action-btn.is-danger:hover {
    color: #B91C1C;
    border-color: #B91C1C;
}

.address-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 200ms ease;
}
.address-add-btn:hover {
    border-color: #00652A;
    color: #00652A;
}

.account-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
}


/* Header Sepet Dropdown
   ---------------------------------------------------------- */
.cart-dropdown-wrap {
    position: relative;
}
.cart-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 380px;
    max-height: 540px;
    background: #fff;
    border: 1px solid #E6E2D9;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    padding: 18px;
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 12px;
}
.cart-dropdown.is-open { display: flex; }
.cart-dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #E6E2D9;
    border-top: 1px solid #E6E2D9;
    transform: rotate(45deg);
}
@media (max-width: 640px) {
    .cart-dropdown { right: -8px; width: calc(100vw - 32px); }
}
.cart-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E2D9;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #1C1A17;
}
.cart-dropdown-count {
    font-size: 13px;
    font-weight: 500;
    color: #00652A;
    background: #EAF5EE;
    padding: 4px 10px;
    border-radius: 999px;
}
.cart-dropdown-empty {
    padding: 28px 10px;
    text-align: center;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}
.cart-dropdown-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.cart-dropdown-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F1EA;
}
.cart-dropdown-item:last-child { border-bottom: 0; padding-bottom: 0; }
.cart-dropdown-item-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #F7F7F7 50% / cover no-repeat;
    flex-shrink: 0;
}
.cart-dropdown-item-info {
    flex: 1;
    min-width: 0;
    font-family: 'Manrope', sans-serif;
}
.cart-dropdown-item-name {
    font-size: 13px;
    font-weight: 500;
    color: #1C1A17;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-dropdown-item-meta {
    font-size: 12px;
    color: #514C43;
    margin-top: 2px;
}
.cart-dropdown-item-price {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00652A;
    flex-shrink: 0;
}
.cart-dropdown-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #E6E2D9;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #1C1A17;
    font-size: 15px;
}
.cart-dropdown-total .amount { color: #00652A; font-size: 18px; }
.cart-dropdown-actions {
    display: flex;
    gap: 8px;
}
.cart-dropdown-btn {
    flex: 1;
    height: 44px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 200ms;
}
.cart-dropdown-btn:hover { opacity: 0.9; }
.cart-dropdown-btn.is-secondary {
    background: #fff;
    border: 1px solid #00652A;
    color: #00652A;
}


/* Checkout Step Göstergesi
   ---------------------------------------------------------- */
.checkout-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    margin: 16px auto 32px;
}
.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.checkout-step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #E6E2D9;
    background: #fff;
    color: rgba(81, 76, 67, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 200ms ease;
}
.checkout-step.is-active .checkout-step-circle {
    background: #00652A;
    border-color: #00652A;
    color: #fff;
}
.checkout-step.is-done .checkout-step-circle {
    background: #00652A;
    border-color: #00652A;
    color: #fff;
}
.checkout-step-label {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(81, 76, 67, 0.5);
}
.checkout-step.is-active .checkout-step-label,
.checkout-step.is-done .checkout-step-label {
    color: #1C1A17;
}
.checkout-step-line {
    height: 2px;
    flex: 1;
    background: #E6E2D9;
    margin-top: 17px;
    margin-left: 4px;
    margin-right: 4px;
}
.checkout-step.is-done + .checkout-step-line,
.checkout-step-line.is-done { background: #00652A; }


/* Sepet Sayfası
   ---------------------------------------------------------- */
.cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 491px;
    gap: 24px;
    align-items: flex-start;
}
/* Tablet (1280px altı): sağ kolon biraz küçülsün, yan yana kalsın */
@media (max-width: 1279px) {
    .cart-grid { grid-template-columns: minmax(0, 1fr) 380px; gap: 16px; }
}
/* Mobil ve küçük tablet: alt alta */
@media (max-width: 899px) {
    .cart-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* Sol kart — esnek genişlik, içinde 24px padding, bordered */
.cart-left-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Sağ kolon — 491px sabit (lg altında full) */
.cart-right-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.cart-section-h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #1C1A17;
    font-feature-settings: 'liga' off;
}
.cart-count-badge {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: transparent;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    vertical-align: middle;
}

/* Tablo başlığı (Ürün, Adet, Fiyat) */
.cart-table-header {
    display: grid;
    grid-template-columns: 233px 1fr 140px 120px 64px;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    border-bottom: 1px solid #E6E2D9;
}
/* Orta ekranlarda kompakt görsel */
@media (max-width: 1499px) {
    .cart-table-header { grid-template-columns: 140px 1fr 130px 110px 56px; gap: 14px; }
}
@media (max-width: 899px) {
    .cart-table-header { display: none; }
}

.cart-items {
    display: flex;
    flex-direction: column;
}
.cart-item {
    display: grid;
    grid-template-columns: 233px 1fr 140px 120px 64px;
    gap: 16px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E6E2D9;
}
.cart-item:last-child { border-bottom: 0; padding-bottom: 0; }
.cart-item:first-child { padding-top: 24px; }
@media (max-width: 1499px) {
    .cart-item { grid-template-columns: 140px 1fr 130px 110px 56px; gap: 14px; }
}
@media (max-width: 767px) {
    .cart-item {
        display: grid;
        grid-template-columns: 76px 1fr auto auto;
        grid-template-rows: auto auto;
        padding: 12px 0;
        row-gap: 8px;
        column-gap: 8px;
        align-items: start;
    }
    /* 1. görsel: sütun 1, her iki satıra yayılır */
    .cart-item-image {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 76px !important;
        height: 76px !important;
        align-self: center;
    }
    /* 2. isim: sütun 2-5, satır 1 */
    .cart-item-name {
        grid-column: 2 / 5;
        grid-row: 1;
        font-size: 13px;
        line-height: 1.4;
        align-self: start;
    }
    /* 3. adet: sütun 2, satır 2 */
    .cart-item-qty-wrap {
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-start !important;
        align-self: center;
    }
    .cart-qty { width: auto; min-width: 96px; height: 36px; padding: 0 6px; }
    .cart-qty-btn { width: 26px; height: 26px; }
    /* 4. fiyat: sütun 3, satır 2 */
    .cart-item-price {
        grid-column: 3;
        grid-row: 2;
        font-size: 14px;
        text-align: right;
        align-self: center;
        white-space: nowrap;
    }
    /* 5. aksiyonlar: sütun 4, her iki satıra yayılır */
    .cart-item-actions {
        grid-column: 4;
        grid-row: 1 / 3;
        flex-direction: column;
        gap: 4px;
        justify-self: end;
        align-self: center;
    }
    .cart-item-action-btn { width: 34px; height: 34px; }
}

.cart-item-image {
    width: 233px;
    height: 233px;
    border-radius: 15px;
    background: #F7F7F7 50% / cover no-repeat;
    overflow: hidden;
}
@media (max-width: 1499px) {
    .cart-item-image { width: 140px; height: 140px; }
}
@media (max-width: 899px) {
    .cart-item-image { width: 100px; height: 100px; }
}
.cart-item-name {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
    flex: 1 1 0;
}
.cart-item-name a:hover { color: #00652A; }

.cart-qty {
    display: inline-flex;
    width: 130px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
}
.cart-qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #1C1A17;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 150ms;
}
.cart-qty-btn:hover { background: #F7F7F7; }
.cart-qty-display {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1A17;
    min-width: 24px;
    text-align: center;
}

.cart-item-price {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #00652A;
    text-align: right;
}

.cart-item-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-self: end;
}
.cart-item-action-btn {
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
    border: 2px solid #514C43;
    background: #fff;
    color: #514C43;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 200ms;
}
.cart-item-action-btn:hover { color: #00652A; border-color: #00652A; }
.cart-item-action-btn.is-danger:hover { color: #B91C1C; border-color: #B91C1C; }

/* Boş sepet */
.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #514C43;
}
.cart-empty h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    color: #1C1A17;
    margin-bottom: 8px;
}

/* Sipariş Özeti kartı — gri arkaplan, border yok, butona dahil değil */
.order-summary {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}
.order-summary-h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1C1A17;
}
.order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #1C1A17;
}
.order-summary-row .label { color: #514C43; }
.order-summary-row .label small { display: block; color: rgba(81, 76, 67, 0.6); font-size: 12px; }
.order-summary-row .value { font-weight: 600; }
.order-summary-row.is-free .value { color: #00652A; }

.order-summary-divider {
    height: 1px;
    background: #E6E2D9;
}
.order-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.order-summary-total .label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #1C1A17;
    font-weight: 500;
}
.order-summary-total .label small { display: block; color: #514C43; font-size: 12px; font-weight: 500; }
.order-summary-total .value {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1C1A17;
}

.coupon-row {
    display: flex;
    gap: 8px;
    align-items: center;
}
.coupon-row input {
    flex: 1;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    padding: 0 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #1C1A17;
    background: #fff;
    outline: 0;
    transition: border-color 200ms;
}
.coupon-row input:focus { border-color: #00652A; }
.coupon-row input::placeholder { color: rgba(81, 76, 67, 0.6); }
.coupon-row button {
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #00652A;
    background: #fff;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 200ms;
}
.coupon-row button:hover { background: #00652A; color: #fff; }
.coupon-row input:disabled,
.coupon-row button:disabled { opacity: 0.55; cursor: not-allowed; }

.coupon-remove-row {
    margin-top: 4px;
    text-align: right;
}
.coupon-remove-btn {
    background: none;
    border: none;
    color: #C62828;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}
.coupon-remove-btn:hover { color: #a61f1f; }

.coupon-hint {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #514C43;
    margin-top: 6px;
    line-height: 1.4;
}

.order-summary-row.is-discount .value {
    color: #00652A;
    font-weight: 600;
}

/* Puan input'unun number spinner'larını gizle (sade görünüm için) */
.coupon-row input[type="number"]::-webkit-outer-spin-button,
.coupon-row input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.coupon-row input[type="number"] { -moz-appearance: textfield; }

/* ============================================================
   YORUM FORMU + TAM AÇIKLAMA (ürün detay)
   ============================================================ */

.review-success-msg,
.review-error-msg {
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.review-success-msg { background: #EAF5EE; color: #00652A; border: 1px solid #BFE3C9; }
.review-error-msg   { background: #FDECEC; color: #B91C1C; border: 1px solid #FECACA; }

.review-form {
    width: 100%;
    margin-top: 18px;
}
.review-form-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.review-form-input {
    height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color 180ms ease;
    min-width: 160px;
    flex: 1 1 180px;
}
.review-form-input:focus { border-color: #00652A; }
.review-form-input::placeholder { color: #514C43; }

.review-form-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    flex-shrink: 0;
}
.review-form-rating .text-sm {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #514C43;
}
.review-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.rating-star-btn {
    padding: 2px;
    background: none;
    border: 0;
    cursor: pointer;
    line-height: 0;
}
.rating-star-btn svg { transition: transform 120ms ease; }
.rating-star-btn:hover svg { transform: scale(1.12); }

.review-submit-btn {
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    border: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 180ms ease;
    flex-shrink: 0;
}
.review-submit-btn:hover { opacity: 0.92; }

.review-empty {
    padding: 32px 20px;
    text-align: center;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #FAF8F3;
    border-radius: 16px;
    margin-top: 16px;
}

.full-description-card {
    padding: 32px 36px;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    background: #fff;
}
.full-description-body {
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.1px;
    margin-top: 16px;
    white-space: pre-line;
}

@media (max-width: 900px) {
    .review-form-row { flex-direction: column; align-items: stretch; }
    .review-form-input, .review-form-rating, .review-submit-btn { width: 100%; flex: 1 1 100%; }
    .full-description-card { padding: 22px 18px; }
}

/* Misafir checkout banner */
.guest-login-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 16px;
    background: #EAF5EE;
    border: 1px solid #BFE3C9;
    font-family: 'Manrope', sans-serif;
    color: #1C1A17;
}
.guest-login-banner strong {
    color: #00652A;
    margin-right: 8px;
}
.guest-login-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 180ms ease;
    flex-shrink: 0;
}
.guest-login-link:hover { opacity: 0.92; }

/* ============================================================
   STICKY HEADER — sayfa kaydıkça üstte kalır + daralma
   ÇOK GENİŞ HYSTERESIS ile titreme imkansız:
   - Aktive olmak için scrollY > 120 olmalı
   - Pasif olmak için scrollY < 5 olmalı (geri başa)
   ============================================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    background: #fff;
    transition: box-shadow 280ms ease;
}
.site-header.is-scrolled {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

/* Topbar — scroll edilince yukarı kayarak kaybolur */
.site-topbar {
    max-height: 56px;
    overflow: hidden;
    transition:
        max-height 280ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 220ms ease;
}
.site-header.is-scrolled .site-topbar {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

/* Main header — scroll edilince padding küçülür */
.site-main-header > div {
    transition: padding 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.is-scrolled .site-main-header > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Logo — scroll edilince küçülür */
.site-main-header img[alt="Vatan Çay"] {
    transition:
        width 280ms cubic-bezier(0.4, 0, 0.2, 1),
        height 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
    .site-header.is-scrolled .site-main-header img[alt="Vatan Çay"] {
        width: 140px !important;
        height: 80px !important;
    }
}
@media (max-width: 1023px) {
    .site-header.is-scrolled .site-main-header img[alt="Vatan Çay"] {
        height: 48px !important;
    }
}

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce) {
    .site-header,
    .site-topbar,
    .site-main-header > div,
    .site-main-header img[alt="Vatan Çay"] {
        transition: none !important;
    }
}

/* Cart dropdown header'ın üstünde olsun */
.cart-dropdown { z-index: 60; }

/* Mobil drawer header'ın da üstünde */
#mobileMenuPanel, #mobileMenuBackdrop { z-index: 100; }

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce) {
    .site-header { transition: none !important; }
}

/* ============================================================
   SCROLL REVEAL ANİMASYONU
   İçerikler ekranda görününce yumuşakça aşağıdan yukarı kayar
   ============================================================ */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hızlı varyant (üst banner gibi anında olması gerekenler) */
.reveal-fast {
    transition-duration: 450ms;
}

/* Yatay kayma varyantları */
.reveal-left {
    transform: translateX(-28px) translateY(0);
}
.reveal-left.is-visible {
    transform: translateX(0) translateY(0);
}
.reveal-right {
    transform: translateX(28px) translateY(0);
}
.reveal-right.is-visible {
    transform: translateX(0) translateY(0);
}

/* Sadece fade (yer değiştirme yok) */
.reveal-fade {
    transform: none;
}
.reveal-fade.is-visible {
    transform: none;
}

/* Erişilebilirlik: animasyon istemeyen kullanıcılar için kapat */
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-left,
    .reveal-right,
    .reveal-fade {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ============================================================
   STATIC SAYFA BANNER (Kurumsal, vb.)
   ============================================================ */

.page-banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 300px;
    margin: 0 auto;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 40, 15, 0.40) 0%, rgba(0, 40, 15, 0.40) 100%), #2a3a2a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-banner-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
.page-banner-title {
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-size: 61px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0;
}
.page-banner-crumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    width: fit-content;
}
.page-banner-crumb a,
.page-banner-crumb .sep {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: rgba(255, 255, 255, 0.65);
    transition: color 200ms ease;
}
.page-banner-crumb a:hover { color: #fff; }
.page-banner-crumb .current {
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
}

/* Paylaş butonu + dropdown */
.share-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease;
    flex-shrink: 0;
}
.share-btn:hover { background: rgba(255, 255, 255, 0.15); }
.share-btn svg { width: 14px; height: 14px; }

.share-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.share-popover {
    position: absolute;
    top: calc(100% + 10px);
    right: -8px;
    display: none;
    background: #fff;
    border: 1px solid #E6E2D9;
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    z-index: 50;
    min-width: 220px;
}
.share-popover.is-open { display: block; }
.share-popover-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.share-popover-row .share-label {
    color: #514C43;
    font-size: 13px;
    margin-right: 4px;
}
.share-popover-row a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EAF5EE;
    color: #00652A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease;
}
.share-popover-row a:hover { background: #00652A; color: #fff; }
.share-popover-row a svg { width: 14px; height: 14px; }
.share-copy-btn {
    width: 100%;
    padding: 9px 14px;
    border: 1px solid #00652A;
    background: #fff;
    border-radius: 999px;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 180ms ease, color 180ms ease;
}
.share-copy-btn:hover { background: #00652A; color: #fff; }

@media (max-width: 768px) {
    .page-banner {
        height: 220px;
        border-radius: 0 0 36px 36px;
    }
    .page-banner-inner { padding: 0 20px; gap: 12px; }
    .page-banner-title { font-size: 38px; }
    .page-banner-crumb a, .page-banner-crumb .sep, .page-banner-crumb .current { font-size: 14px; }
}

/* ============================================================
   STATIC SAYFA İÇERİĞİ — başlık, paragraf, sağ görsel
   ============================================================ */

.static-wrap {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 64px 32px 96px;
}

.static-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 64px;
    align-items: start;
    margin-bottom: 48px;
}
.static-row.is-reverse {
    grid-template-columns: 360px minmax(0, 1fr);
}
.static-row.is-reverse .static-image { order: 0; }
.static-row.is-reverse .static-content { order: 1; }

.static-content { min-width: 0; }

.static-h5b {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px;
}
.static-h5b + .static-h5b { margin-top: 32px; }

.static-text {
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15px;
    font-feature-settings: 'liga' off;
    margin: 0 0 20px;
}
.static-text:last-child { margin-bottom: 0; }
.static-text strong { color: #1C1A17; font-weight: 700; }

.static-image {
    width: 360px;
    height: 360px;
    border-radius: 30px;
    background-color: #E6E2D9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

@media (max-width: 1023px) {
    .static-row,
    .static-row.is-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .static-image {
        width: 100%;
        max-width: 480px;
        height: 320px;
        margin: 0 auto;
        position: static;
    }
    .static-row.is-reverse .static-image { order: 0; }
    .static-row.is-reverse .static-content { order: 1; }
}

@media (max-width: 640px) {
    .static-wrap { padding: 40px 16px 64px; }
    .static-text { font-size: 16px; line-height: 1.55; }
    .static-h5b { font-size: 20px; }
    .static-image { height: 260px; border-radius: 24px; }
}

/* ============================================================
   GALERİ SAYFASI
   ============================================================ */

.gallery-section-title {
    color: #00652A;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.25px;
    margin: 0 0 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 362px);
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.gallery-item {
    width: 362px;
    height: 362px;
    border-radius: 30px;
    background-color: #E6E2D9;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 300ms ease, box-shadow 300ms ease;
}
.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 101, 42, 0.18);
}

/* Mobil responsive */
@media (max-width: 820px) {
    .gallery-section-title { font-size: 28px; margin-bottom: 28px; }
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 16px;
    }
    .gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 24px;
    }
}
@media (min-width: 540px) and (max-width: 820px) {
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ============================================================
   LIGHTBOX (galeri foto önizleme)
   ============================================================ */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    backdrop-filter: blur(4px);
}
.lightbox-overlay.is-open {
    display: flex;
}
.lightbox-image {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}
.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.25); }
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease;
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255, 255, 255, 0.25); }
@media (max-width: 640px) {
    .lightbox-prev, .lightbox-next { width: 44px; height: 44px; }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
}

/* ============================================================
   BLOG DETAY SAYFASI
   ============================================================ */

.blog-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
}

.blog-detail-content {
    min-width: 0;
}

/* Blog detay başlığı (H5 B) */
.blog-detail-title {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

/* Blog gövde paragraf — H6 B */
.blog-detail-text {
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.15px;
    margin: 0 0 20px;
}

/* Liste maddeleri */
.blog-detail-text + .blog-detail-text { margin-top: 0; }
.blog-detail-content ol,
.blog-detail-content ul {
    margin: 0 0 20px;
    padding-left: 20px;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.15px;
}
.blog-detail-content li { margin-bottom: 8px; }

/* Alt başlıklar (1. xxx, 2. xxx vb. metinde inline) — bold heading */
.blog-detail-h3 {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px 0 12px;
}

/* SAĞ SIDEBAR */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

.sidebar-card {
    border: 1px solid #E6E2D9;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
}
.sidebar-card-title {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
}

/* Son Yazılar item */
.sidebar-post {
    display: flex;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F1EEE6;
    margin-bottom: 16px;
    align-items: center;
}
.sidebar-post:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.sidebar-post-img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    background: #F5F1E8;
    flex-shrink: 0;
}
.sidebar-post-body { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.sidebar-post-date {
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.25px;
}
.sidebar-post-title {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-read-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6.296px 12px;
    margin-top: 4px;
    height: 30px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: opacity 180ms ease;
    width: fit-content;
}
.sidebar-read-btn:hover { opacity: 0.9; }

/* İlgili Ürünler item */
.sidebar-product {
    display: flex;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F1EEE6;
    margin-bottom: 16px;
    align-items: center;
}
.sidebar-product:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.sidebar-product-img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    background: #F5F1E8;
    flex-shrink: 0;
}
.sidebar-product-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sidebar-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}
.sidebar-product-name {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.sidebar-product-price {
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15px;
    font-feature-settings: 'liga' off;
    white-space: nowrap;
    flex-shrink: 0;
}
.sidebar-product-actions {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}
.sidebar-add-btn {
    flex: 1;
    height: 34px;
    padding: 6.296px 7.556px;
    border-radius: 18.889px;
    background: #00652A;
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3.778px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 180ms ease;
}
.sidebar-add-btn:hover { opacity: 0.92; }
.sidebar-fav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #00652A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease;
}
.sidebar-fav-btn:hover { background: #EAF5EE; }

/* Etiketler */
.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sidebar-tag {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: all 180ms ease;
}
.sidebar-tag:hover {
    background: #00652A;
    color: #fff;
    border-color: #00652A;
}

@media (max-width: 1023px) {
    .blog-detail-grid { grid-template-columns: 1fr; }
    .blog-sidebar { position: static; }
}
@media (max-width: 640px) {
    .blog-detail-text { font-size: 16px; line-height: 1.55; }
    .blog-detail-title { font-size: 20px; }
}

/* ============================================================
   İLETİŞİM SAYFASI
   ============================================================ */

.contact-wrap {
    width: 100%;
    max-width: 1262px;
    margin: 64px auto;
    padding: 0 16px;
}

.contact-card {
    display: grid;
    grid-template-columns: 595px minmax(0, 1fr);
    gap: 0;
    width: 100%;
    max-width: 1262px;
    min-height: 648px;
    border-radius: 30px;
    border: 1.5px solid #E6E2D9;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

/* SOL: Görsel + alt info kartları */
.contact-image {
    position: relative;
    width: 595px;
    height: 600px;
    margin: 24px;
    border-radius: 30px;
    background-color: #1f3a1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    flex-shrink: 0;
}

/* 3 alt bilgi kartı — görselin üzerinde */
.contact-info-cards {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.contact-info-card {
    flex: 1;
    width: 166.333px;
    height: 160px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.contact-info-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00652A;
    flex-shrink: 0;
}
.contact-info-card .text {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1C1A17;
    line-height: 1.3;
    letter-spacing: -0.1px;
}
.contact-info-card .text small {
    display: block;
    color: #514C43;
    font-weight: 500;
    margin-top: 2px;
}
.contact-info-card .map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.contact-info-card .map-btn:hover {
    background: #00652A;
    color: #fff;
    border-color: #00652A;
}

/* SAĞ: Form alanı */
.contact-form-area {
    padding: 48px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}
.contact-title {
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0;
}
.contact-subtitle {
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}
.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.contact-input,
.contact-textarea {
    width: 100%;
    height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: border-color 200ms ease;
}
.contact-textarea {
    border-radius: 24px;
    padding: 18px 24px;
    height: auto;
    min-height: 120px;
    resize: vertical;
    line-height: 1.4;
}
.contact-input:focus,
.contact-textarea:focus {
    border-color: #00652A;
}
.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #514C43;
    font-weight: 500;
}
.contact-required {
    color: #EF7D00;
    margin-left: 2px;
}

.contact-foot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
}
.contact-foot-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.contact-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.contact-kvkk-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #00652A;
    background: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    transition: background 180ms ease;
}
.contact-kvkk-radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: transparent;
    transition: background 180ms ease;
}
.contact-kvkk input:checked + .contact-kvkk-radio::after {
    background: #00652A;
}
.contact-kvkk input { display: none; }
.contact-kvkk-text {
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}
.contact-kvkk-text a {
    color: #00652A;
    text-decoration: underline;
}
.contact-required-note {
    color: #EF7D00;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.contact-required-note .star { color: #EF7D00; }

.contact-submit-btn {
    height: 54px;
    padding: 0 38px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    border: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 180ms ease;
    align-self: flex-end;
    flex-shrink: 0;
}
.contact-submit-btn:hover { opacity: 0.92; }

.contact-flash {
    padding: 14px 20px;
    border-radius: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.contact-flash.is-success { background: #EAF5EE; color: #00652A; border: 1px solid #BFE3C9; }
.contact-flash.is-error { background: #FDECEC; color: #B91C1C; border: 1px solid #FECACA; }

/* Responsive */
@media (max-width: 1100px) {
    .contact-card { grid-template-columns: 1fr; min-height: auto; }
    .contact-image { width: calc(100% - 48px); height: 480px; }
    .contact-form-area { padding: 32px 24px; }
}
@media (max-width: 640px) {
    .contact-wrap { margin: 32px auto; }
    .contact-image { height: 380px; margin: 16px; }
    .contact-info-cards { gap: 8px; left: 12px; right: 12px; bottom: 12px; }
    .contact-info-card { height: 130px; padding: 10px; gap: 8px; border-radius: 24px; }
    .contact-info-card .text { font-size: 11px; }
    .contact-info-card .map-btn { font-size: 11px; padding: 4px 10px; }
    .contact-info-icon { width: 28px; height: 28px; }
    .contact-form-row { grid-template-columns: 1fr; }
    .contact-foot { flex-direction: column; }
    .contact-submit-btn { width: 100%; align-self: stretch; }
    .contact-title { font-size: 28px; }
}

.order-checkout-btn {
    width: 100%;
    height: 54px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    border: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 200ms;
}
.order-checkout-btn:hover { opacity: 0.9; }
.order-checkout-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    color: #514C43;
    font-size: 11px;
}


/* Teslimat / Ödeme — Sipariş özeti gri kart
   ---------------------------------------------------------- */
.summary-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding: 24px;
    border-radius: 30px;
    background: #F7F7F7;
    width: 100%;
}
.summary-info-text {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #514C43;
    letter-spacing: -0.15px;
}
.summary-products {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.summary-product-row {
    padding: 16px 0;
    border-bottom: 1px solid #E6E2D9;
}
.summary-product-row:first-child { padding-top: 0; }
.summary-product-row:last-child { border-bottom: 0; padding-bottom: 0; }
.summary-product-row .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.summary-product-row .name {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
    flex: 1;
}
.summary-product-row .price {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
    flex-shrink: 0;
}
.summary-product-row .meta {
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    color: #514C43;
}

/* Sipariş özeti içindeki ara toplam / kdv / kargo / toplam satırları — H6 koyu */
.summary-card .order-summary-row,
.summary-card .order-summary-row .label,
.summary-card .order-summary-row .value {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
}
.summary-card .order-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.summary-card .order-summary-row .label {
    text-align: left;
}
.summary-card .order-summary-row .value {
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}
.summary-card .order-summary-row .label small {
    color: #514C43;
    font-size: 16px;
    letter-spacing: -0.15px;
    font-weight: 500;
}
.summary-card .order-summary-row.is-free .value {
    color: #00652A;
}
.summary-card .order-summary-total .label,
.summary-card .order-summary-total .label small,
.summary-card .order-summary-total .value {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #1C1A17;
}
.summary-card .order-summary-total .label small {
    display: block;
    color: #514C43;
    font-size: 16px;
    letter-spacing: -0.15px;
    margin-top: 2px;
}
.summary-card .order-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.summary-card .order-summary-total .value {
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}

/* Sipariş özeti çizgileri — 443px max, content area'yı tam doldursun */
.summary-card .order-summary-divider {
    width: 100%;
    height: 1px;
    background: #E6E2D9;
}


/* Ödeme Sayfası — yöntem accordion + banka kartları
   ---------------------------------------------------------- */
.payment-method-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}
.payment-method {
    border: 2px solid #E6E2D9;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    transition: border-color 200ms ease;
}
.payment-method.is-active {
    border-color: #00652A;
}
.payment-method-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
}
.payment-method-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 200ms;
}
.payment-method.is-active .payment-method-radio {
    background: #00652A;
    border-color: #00652A;
}
.payment-method.is-active .payment-method-radio::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}
.payment-method-label {
    flex: 1;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #1C1A17;
}
.payment-method-arrow {
    color: #514C43;
    transition: transform 200ms;
    flex-shrink: 0;
}
.payment-method.is-active .payment-method-arrow { transform: rotate(180deg); }

.payment-method-body {
    display: none;
    padding: 0 24px 24px;
    flex-direction: column;
    gap: 14px;
}
.payment-method.is-active .payment-method-body { display: flex; }

/* Form input wrap — float label tarzı */
.pay-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 18px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
    transition: border-color 200ms;
}
.pay-input-wrap:focus-within { border-color: #00652A; }
.pay-input-wrap label {
    position: absolute;
    top: 8px;
    left: 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #514C43;
}
.pay-input-wrap label .req { color: #EF7D00; }
.pay-input-wrap input,
.pay-input-wrap select {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #1C1A17;
    padding-top: 14px;
    width: 100%;
}
.pay-input-wrap input::placeholder {
    color: rgba(81, 76, 67, 0.6);
}
.pay-input-wrap select {
    appearance: none;
    cursor: pointer;
}

.pay-row-2 {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 12px;
}
@media (max-width: 480px) {
    .pay-row-2 { grid-template-columns: 1fr; }
}

/* Banka bilgi kartları (Havale/EFT) */
.bank-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    background: #fff;
}
.bank-card-info {
    flex: 1;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #514C43;
}
.bank-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #1C1A17;
    margin-bottom: 4px;
}
.bank-copy-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #514C43;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 200ms;
}
.bank-copy-btn:hover { color: #00652A; border-color: #00652A; }

/* Sözleşme onay kutusu */
.terms-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 8px;
    cursor: pointer;
}
.terms-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #00652A;
    flex-shrink: 0;
}
.terms-row span {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #514C43;
}
.terms-row span a { color: #00652A; text-decoration: underline; }


/* Sipariş başarılı sayfası
   ---------------------------------------------------------- */
.success-card {
    background: #fff;
    border: 1px solid #E6E2D9;
    border-radius: 30px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.success-icon {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-icon-ring {
    position: absolute;
    inset: 0;
    border: 6px solid #00652A;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}
.success-icon-tea {
    width: 199px;
    height: 200px;
    aspect-ratio: 199 / 200;
    object-fit: contain;
    z-index: 1;
}
.success-icon-check {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #00652A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    box-shadow: 0 0 0 4px #fff;
}

.success-message {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #514C43;
    max-width: 460px;
}

.success-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.success-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1C1A17;
    gap: 6px;
}
.success-pill .label { color: #514C43; }

.success-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: opacity 200ms;
    text-decoration: none;
    margin-top: 8px;
}
.success-action-btn:hover { opacity: 0.9; }

/* Sipariş detay paneli (sağ) — alt kısımları */
.order-detail-section {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #E6E2D9;
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
}
.order-detail-section-title {
    font-size: 18px;
    font-weight: 500;
    color: #1C1A17;
    margin-bottom: 8px;
    letter-spacing: 0.15px;
}
.order-detail-section-body {
    font-size: 14px;
    line-height: 1.6;
    color: #514C43;
}
.order-detail-section-body strong { color: #1C1A17; font-weight: 600; }

.order-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #E6E2D9;
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1A17;
}
.order-detail-row .label { color: #514C43; }


/* Modal (popup) — Adres ekleme vb. için
   ---------------------------------------------------------- */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 20px;
}
.modal-backdrop.is-open { display: flex; }
.modal-panel {
    background: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px;
    position: relative;
}
.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: #F7F7F7;
    color: #1C1A17;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms;
}
.modal-close:hover { background: #E6E2D9; }
.modal-title {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1C1A17;
    margin-bottom: 20px;
}

/* Sipariş özeti içindeki "Siparişi Düzenle" linki */
.summary-edit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 200ms;
}
.summary-edit-btn:hover { border-color: #00652A; color: #00652A; }


/* Toast
   ---------------------------------------------------------- */
#vc-toast-host {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
}
.vc-toast {
    pointer-events: auto;
    padding: 14px 22px;
    border-radius: 12px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transform: translateX(40px);
    opacity: 0;
    transition: transform 280ms ease, opacity 280ms ease;
    max-width: 320px;
}
.vc-toast.is-visible { transform: translateX(0); opacity: 1; }
.vc-toast--error { background: #B91C1C; }


/* Mini Cart Dropdown
   ---------------------------------------------------------- */
.mini-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 60;
    display: flex;
    flex-direction: column;
}
.mini-cart.is-open { transform: translateX(0); }

.mini-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #E6E2D9;
}
.mini-cart-title {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1C1A17;
}
.mini-cart-count {
    color: #00652A;
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
}
.mini-cart-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    background: #F7F7F7;
    color: #1C1A17;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-close:hover { background: #E6E2D9; }

.mini-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mini-cart-empty {
    text-align: center;
    color: #514C43;
    padding: 60px 20px;
}

.mini-cart-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #E6E2D9;
}
.mini-cart-item:last-child { border-bottom: 0; }
.mini-cart-image {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #F7F7F7 50% / cover no-repeat;
    flex-shrink: 0;
}
.mini-cart-info { flex: 1; min-width: 0; }
.mini-cart-name {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1C1A17;
    line-height: 1.3;
    margin-bottom: 6px;
}
.mini-cart-name:hover { color: #00652A; }
.mini-cart-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #514C43;
}
.mini-cart-meta strong { color: #00652A; font-weight: 600; }
.mini-cart-remove {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #514C43;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    align-self: flex-start;
}
.mini-cart-remove:hover { color: #B91C1C; }

.mini-cart-footer {
    padding: 16px 20px;
    border-top: 1px solid #E6E2D9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mini-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
}
.mini-cart-total .label { color: #514C43; font-size: 14px; }
.mini-cart-total .value { color: #1C1A17; font-size: 20px; font-weight: 600; }
.mini-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 200ms;
}
.mini-cart-checkout-btn:hover { opacity: 0.9; }


/* Cart count badge (header sepet ikonu üstünde) */
.header-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* Footer
   ---------------------------------------------------------- */

/* Üst gradyan çizgi */
.footer-gradient-line {
    height: 10px;
    background: linear-gradient(90deg, #EF7D00 0%, #00652A 100%);
}

/* H6 Bold beyaz - Footer kolon başlıkları */
.footer-h6-b {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

/* H6 - Footer link metni (Plus Jakarta Sans) */
.footer-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    opacity: 0.6;
    white-space: nowrap;
    transition: opacity 200ms ease;
}
.footer-link:hover {
    opacity: 1;
}

/* Footer iletişim pili (telefon, e-posta, adres) */
.footer-contact-pill {
    display: inline-flex;
    height: 44px;
    padding: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

/* S1 beyaz - Footer iletişim/adres metni */
.footer-text-s1 {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    color: #FFFFFF;
    transition: opacity 200ms ease;
}
.footer-text-s1:hover {
    opacity: 0.7;
}


/* Footer mobil küçültme */
@media (max-width: 767px) {
    .footer-h6-b { font-size: 14px; }
    .footer-link { font-size: 13px; white-space: normal; }
    .footer-text-s1 { font-size: 12px; }
    .footer-contact-pill { height: auto; padding: 6px 10px; gap: 6px; }
    footer ul { gap: 10px !important; }
    footer > div > div { padding-top: 20px !important; padding-bottom: 20px !important; }
}

/* Sepet dropdown silme butonu */
.cart-dropdown-item-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: #9B9B9B;
    font-size: 18px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 4px;
    flex-shrink: 0;
    transition: color 150ms;
}
.cart-dropdown-item-remove:hover { color: #B91C1C; }

/* Custom Confirm Modal */
#confirmModal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#confirmModal.is-open { display: flex; }
.confirm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(28,26,23,.45);
    backdrop-filter: blur(2px);
}
.confirm-box {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px 24px;
    max-width: 380px;
    width: calc(100% - 32px);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}
.confirm-msg {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1A17;
    line-height: 1.5;
}
.confirm-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.confirm-cancel {
    flex: 1;
    height: 44px;
    border-radius: 30px;
    border: 1.5px solid #E6E2D9;
    background: #fff;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 150ms, color 150ms;
}
.confirm-cancel:hover { border-color: #514C43; color: #1C1A17; }
.confirm-ok {
    flex: 1;
    height: 44px;
    border-radius: 30px;
    border: 0;
    background: #B91C1C;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 150ms;
}
.confirm-ok:hover { opacity: .85; }

/* Çerez Onay Barı */
#cookieBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: #1C1A17;
    border-top: 3px solid #EF7D00;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    transform: translateY(100%);
    transition: transform 300ms ease;
}
#cookieBar.is-visible { transform: translateY(0); }
.cookie-text {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.85);
    line-height: 1.5;
    flex: 1;
    min-width: 200px;
}
.cookie-text a { color: #EF7D00; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn-accept {
    height: 38px;
    padding: 0 20px;
    border-radius: 30px;
    background: #EF7D00;
    border: 0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 150ms;
    white-space: nowrap;
}
.cookie-btn-accept:hover { opacity: .85; }
.cookie-btn-decline {
    height: 38px;
    padding: 0 16px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.7);
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 150ms, color 150ms;
    white-space: nowrap;
}
.cookie-btn-decline:hover { border-color: rgba(255,255,255,.6); color: #fff; }
@media (max-width: 500px) {
    #cookieBar { padding: 12px 16px; }
    .cookie-text { font-size: 12px; }
    .cookie-actions { width: 100%; }
    .cookie-btn-accept, .cookie-btn-decline { flex: 1; text-align: center; }
}

/* 8. Mobil Drawer (Yan Menü)
   ---------------------------------------------------------- */
#mobileDrawer {
    visibility: hidden;
    transition: visibility 0s linear 300ms;
}
#mobileDrawer.is-open {
    visibility: visible;
    transition-delay: 0s;
}
#mobileDrawer .drawer-backdrop {
    opacity: 0;
    transition: opacity 300ms ease;
}
#mobileDrawer.is-open .drawer-backdrop {
    opacity: 1;
}
#mobileDrawer .drawer-panel {
    transform: translateX(-100%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#mobileDrawer.is-open .drawer-panel {
    transform: translateX(0);
}


/* 9. Utilities
   ---------------------------------------------------------- */

/* Yatay scroll çubuğunu gizle (kategori, slider listesi) */
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }


/* 10. Responsive overrides
   ---------------------------------------------------------- */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 44px;
        line-height: 48px;
    }
    .banner-h4 { font-size: 26px; }
    .banner-desc { font-size: 16px; }
    .btn-explore-text { font-size: 16px; }
}

/* Mobil (≤640px) */
@media (max-width: 640px) {
    .hero-title {
        font-size: 32px;
        line-height: 36px;
    }
    .hero-subtitle { font-size: 16px; }
    .counter-current { font-size: 36px; }
    .counter-total { font-size: 18px; }

    .section-h3 { font-size: 32px; }
    .label-h6-green,
    .link-h6-secondary,
    .product-name,
    .btn-cart-text { font-size: 16px; }
    .product-price { font-size: 20px; }

    .feature-title { font-size: 16px; }
    .feature-desc { font-size: 14px; }

    .banner-h4 { font-size: 22px; }

    .blog-title { font-size: 20px; }
    .blog-desc { font-size: 14px; }
}

/* Mobilde slider okunabilirlik gradyanını gizle */
@media (min-width: 1024px) {
    .slider-readability-overlay { display: none; }
}

/* Mobilde 4. slayt için beyaz overlay yerine koyu gradyan */
@media (max-width: 1023px) {
    #heroSlider.slide-4-active .slider-readability-overlay {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.55) 30%,
            rgba(0, 0, 0, 0.25) 60%,
            rgba(0, 0, 0, 0) 88%
        );
    }
}

/* ============================================================
   SİPARİŞLERİM — Order Cards
   ============================================================ */

/* Daha geniş hesap sarmalayıcısı (sadece siparişler sayfasında) */
.account-wrap.is-orders {
    max-width: 1040px;
}

/* Filtre tab bar */
.orders-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid #E6E2D9;
    border-radius: 999px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
}
.orders-filter-tab {
    padding: 7px 20px;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #514C43;
    transition: background 200ms ease, color 200ms ease;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1.2;
}
.orders-filter-tab:hover { color: #00652A; }
.orders-filter-tab.is-active {
    background: #00652A;
    color: #fff;
}

/* Kart grid */
.orders-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 465px));
    justify-content: center;
    gap: 24px;
    width: 100%;
}
@media (max-width: 991px) {
    .orders-grid {
        grid-template-columns: minmax(0, 465px);
    }
}

/* Tek kart */
.order-card {
    display: flex;
    width: 100%;
    max-width: 465px;
    min-height: 380px;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-radius: 30px;
    border: 1px solid #E6E2D9;
    background: #fff;
    flex-shrink: 0;
}

/* === ÜST: Devam eden için 4 noktalı timeline === */
.order-timeline {
    width: 100%;
    padding: 0 4px;
}

/* Çizgi + noktaların birlikte yerleştiği bar */
.order-timeline-bar {
    position: relative;
    width: 100%;
    max-width: 378.44px;
    height: 24px;
    margin: 8px auto 6px;
}

/* Gri zemin çizgi: ilk noktanın merkezinden son noktanın merkezine */
.order-timeline-track {
    position: absolute;
    top: 50%;
    left: 12px;       /* outer ring radius (24/2) */
    right: 12px;
    height: 3px;
    background: #E6E2D9;
    transform: translateY(-50%);
    border-radius: 999px;
    overflow: hidden;
}
/* Yeşil dolgu, track içinde */
.order-timeline-fill {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    background: #00652A;
    transition: width 300ms ease;
}

/* Noktalar — çizginin tam üstünde, merkezleri çizgi merkeziyle hizalı */
.order-timeline-dots {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
/* İçi boş halka + ortasında küçük dolu daire */
.order-timeline-dot {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E6E2D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.order-timeline-dot::after {
    content: '';
    width: 10.392px;
    height: 10.392px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #E6E2D9;
    transition: background 200ms ease;
}
.order-timeline-dot.is-done {
    border-color: #00652A;
}
.order-timeline-dot.is-done::after {
    background: #00652A;
}

/* Etiketler — her etiket kendi noktasının ALTINA tam ortalı */
.order-timeline-labels {
    position: relative;
    width: 100%;
    max-width: 378.44px;
    height: 34px; /* 2 satıra kadar metni alacak yükseklik */
    margin: 8px auto 0;
}
.order-timeline-label {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 90px;
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.074px;
    font-feature-settings: 'liga' off;
}
/* Her etiket, kendi noktasının merkez X koordinatına yerleşiyor.
   Noktalar bar içinde flex space-between ile dağılmıştı:
   ilk dot merkezi = 12px, son dot merkezi = (W - 12px),
   aralar eşit. Aynı pozisyonları burada da uyguluyoruz. */
.order-timeline-label:nth-child(1) { left: 12px; }
.order-timeline-label:nth-child(2) { left: calc(12px + (100% - 24px) * 1 / 3); }
.order-timeline-label:nth-child(3) { left: calc(12px + (100% - 24px) * 2 / 3); }
.order-timeline-label:nth-child(4) { left: calc(100% - 12px); }
.order-timeline-label.is-active {
    color: #00652A;
}

/* Bilgi satırı (timeline altı) */
.order-info-line {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.11px;
    font-feature-settings: 'liga' off;
    padding: 4px 2px;
}
.order-info-line svg { flex-shrink: 0; }

/* === ÜST: Tamamlanmış / iptal / iade için status header === */
.order-status-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 2px;
}
.order-status-header .left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.11px;
    font-feature-settings: 'liga' off;
}
.order-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.11px;
    white-space: nowrap;
}
.order-status-pill.is-delivered { background: #EAF5EE; color: #00652A; }
.order-status-pill.is-cancelled { background: #FDECEC; color: #C62828; }
.order-status-pill.is-returned  { background: #FFF1DC; color: #B35C00; }

/* Çizgi */
.order-divider {
    width: 100%;
    height: 1px;
    background: #E6E2D9;
    flex-shrink: 0;
}

/* Ürün satırı */
.order-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 4px 0;
}
.order-product-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.order-product-img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    background: #F5F1E8;
    flex-shrink: 0;
}
.order-product-name {
    color: #1C1A17;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.11px;
}
.order-product-meta {
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.11px;
    margin-top: 2px;
}
.order-product-price {
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: 'liga' off;
    white-space: nowrap;
}

/* Alt detay grid (info satırları + butonlar yan yana) */
.order-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}
.order-meta-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.order-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
}
.order-meta-row .k {
    font-weight: 700;
}
.order-meta-row .v {
    font-weight: 500;
}
.order-meta-row .v.is-price {
    color: #00652A;
    font-weight: 600;
}

/* Aksiyon butonları */
.order-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}
.order-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid #E6E2D9;
    background: #fff;
    color: #1C1A17;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
    cursor: pointer;
}
.order-action-btn:hover {
    border-color: #00652A;
    color: #00652A;
    background: #EAF5EE;
}

/* Boş durum */
.orders-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
}

/* Mobilde kartı uçtan uca yay */
@media (max-width: 540px) {
    .order-card { padding: 18px; min-height: auto; }
    .order-card-bottom { flex-direction: column; align-items: stretch; gap: 14px; }
    .order-actions { flex-direction: row; flex-wrap: wrap; }
    .order-action-btn { flex: 1; }
    .order-product-img { width: 64px; height: 64px; }
    .order-product-price { font-size: 20px; }
}

/* ============================================================
   PUANLARIM
   ============================================================ */

.account-wrap.is-points { max-width: 1040px; }

/* Toplam puan pill (yeşil dolu) */
.points-balance-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 999px;
    background: #00652A;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 4px auto 8px;
}
.points-balance-pill svg { flex-shrink: 0; }

.points-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #514C43;
    margin-top: -4px;
}
.points-stats strong { color: #1C1A17; font-weight: 600; }
.points-stats .dot { color: #E6E2D9; }

/* Liste konteyneri */
.points-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Tek sipariş satırı */
.points-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 22px;
    border: 1px solid #E6E2D9;
    border-radius: 24px;
    background: #fff;
    width: 100%;
}

.points-row-img {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    object-fit: cover;
    background: #F5F1E8;
    flex-shrink: 0;
}

.points-row-product {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 180px;
    max-width: 220px;
}
.points-row-product .name {
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.11px;
}
.points-row-product .price {
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-top: 6px;
    font-feature-settings: 'liga' off;
}

.points-row-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #514C43;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    min-width: 0;
}
.points-row-meta .row { display: flex; gap: 6px; flex-wrap: wrap; }
.points-row-meta .row .k { font-weight: 700; }
.points-row-meta .row .v { font-weight: 500; }
.points-row-meta .row .v.is-price { color: #00652A; font-weight: 600; }

/* Sağdaki kazanılan puan pill (yeşil border, içi beyaz) */
.points-earned-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #00652A;
    background: #fff;
    color: #00652A;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Boş durum */
.points-empty {
    text-align: center;
    padding: 40px 20px;
    color: #514C43;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
}

/* Mobilde dik */
@media (max-width: 720px) {
    .points-row {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 14px;
    }
    .points-row-img { width: 100%; height: 180px; }
    .points-row-product, .points-row-meta { max-width: none; min-width: 0; }
    .points-earned-pill { align-self: flex-start; }
}
