:root {
    --step-w: clamp(190px, 20vw, 230px);
    --step-h: 220px;
    --gap: clamp(18px, 2.6vw, 34px);
    --arrow-w: clamp(72px, 3.6vw, 92px);
    --arrow-tight: -12px;
}



.section-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .4px;
    color: var(--brand);
    background: rgba(91, 143, 59, .10);
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .9rem;
}

.section-title {
    color: var(--ink);
    font-weight: 800;
}
.rating {
    display: none !important;
}

.about-split .about-illus {
    position: relative;
    max-width: 520px;
    margin-inline: auto;
}

.about-split .about-illus::before {
    /* hafif arka plan halesi */
    content: "";
    position: absolute;
    height: 40%;
    background: radial-gradient(100% 100% at 50% 0%, rgba(91, 143, 59, .18), transparent 70%);
    filter: blur(8px);
    border-radius: 40px;
    z-index: 0;
}

.about-split .about-illus img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .18));
}

.about-split .lead {
    color: #4b5563;
}


/* procces */
.process-row {
    display: flex;
    align-items: flex-end;
    gap: var(--gap);
}

/* KART (artık .process-step’in kendisi sabit boyutlu) */
.process-step {
    width: var(--step-w);
    height: var(--step-h);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

/* ikon kutusu – BURASI eksikti */
.process-step .icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f1f7ed;
    color: #5b8f3b;
    /* Bootstrap icon rengi */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /* <i class="bi ..."> boyutu */
    margin: 0 0 10px 0;
}

/* başlık & metin */
.process-step h6 {
    font-weight: 800;
    margin: .25rem 0 .25rem;
    color: var(--ink);
}

.process-step p {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
}

/* OK */
.process-arrow {
    height: var(--step-h);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 auto;
    margin-inline: var(--arrow-tight);
    /* ok-kart arası */
}

.process-arrow img {
    width: var(--arrow-w);
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom;
    opacity: .9;
}

/* Mobil */
@media (max-width:992px) {
    .process-row {
        flex-direction: column;
        align-items: center;
    }

    .process-step {
        width: min(560px, 92vw);
        height: auto;
    }

    .process-arrow {
        height: auto;
        margin-inline: 0;
        padding: 8px 0;
    }

    .process-arrow img {
        width: 72px;
    }
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .process-row {
        flex-direction: column;
        align-items: center;
    }

    .process-card {
        width: min(560px, 92vw);
        height: auto;
    }

    .process-arrow {
        height: auto;
        margin-inline: 0;
        padding: 8px 0;
    }

    .process-arrow img {
        width: 72px;
    }
}

/* .process-row::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 3px;
            background: #e5e7eb;
       
            border-radius: 2px;
        } */









.money {
    display: inline-flex;
    align-items: baseline;
    gap: 6px
}

.money .cur {
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    margin: 0;
    vertical-align: baseline
}

.money .cur-txt {
    opacity: .85;
    margin-inline-end: 6px
}

.price-old {
    color: #9ca3af;
    text-decoration: none;
    margin-inline-start: .6rem
}

.price-old .amt {
    text-decoration: line-through
}

.process-arrow picture,
.process-arrow img {
    display: block
}

.process-arrow img {
    width: 56px;
    height: auto;
    opacity: .95
}

@media (max-width:768px) {
    .process-arrow img {
        width: 40px
    }
}

.home-hero {
    position: relative;
}

.hero-logo {
    position: absolute;
    z-index: 5;
    top: 0;
    /* ÜSTE YAPIŞIK */
    left: 50%;
    transform: translateX(-50%);
    display: none;
    /* sadece mobilde açacağız */
    text-decoration: none;
}

.hero-logo__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: calc(env(safe-area-inset-top, 0px) + 6px) 12px 10px;

    background: #fff;
    border: 1px solid rgba(17, 24, 39, .06);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.hero-logo img {
    display: block;
    height: 28px;
    width: auto;
}

html[dir="rtl"] .money,
body.rtl .money {
    flex-direction: row-reverse !important;
}

.badge-discount {
    position: absolute;
    top: 10px;
    right: 14px;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: .3rem .6rem;
    font-weight: 700;
    font-size: .8rem
}

.fav-toggle {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    display: grid;
    place-items: center
}

@media (max-width: 991.98px) {
    .hero-logo {
        display: block;
    }
}

.pcards {
    --gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(4, 1fr);
}

.pcards.rtl {
    direction: rtl;
}

.pcard {
    position: relative;
    border-radius: 8px;
  

    border: 1px solid #e6d8b8;
    box-shadow: 0 8px 18px rgba(89, 67, 24, .10), 0 2px 0 rgba(0, 0, 0, .02);
    transform: translateY(0);
    overflow: hidden;
}

.pcard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.pcard__media {
    display: block;
    background: var(--bg) center/cover no-repeat;
    aspect-ratio: 4/3;
    filter: saturate(.92) contrast(.97) sepia(.10);
    transition: transform .35s ease, filter .35s ease;
}

.pcard__body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pcard__title {
    /* font: 800 clamp(15px, 1.8vw, 19px)/1.2 Georgia, "Times New Roman", serif; */
    color: #1b160f;
    letter-spacing: .2px;
    text-decoration: none;
}

.pcard__media {
    display: block;
    /* daha önceki aspect-ratio kalsın */
    background-image: var(--bg);
    /* <-- shorthand değil, tek tek */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pcard__cap {
    font-size: .92rem;
    color: #6d6458;
}

.pcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(89, 67, 24, .14), 0 2px 0 rgba(0, 0, 0, .02);
}

.pcard:hover .pcard__media {
    transform: scale(1.045);
    filter: saturate(1.02) contrast(1.03) sepia(.05);
}

.pcards a,
.pcards a:hover,
.pcards a:focus {
    text-decoration: none !important;
}

.pcards>li:nth-child(5),
.pcards>li:nth-child(6) {
    grid-column: span 2;
}

.pcards>li:nth-child(5) .pcard__link,
.pcards>li:nth-child(6) .pcard__link {
    flex-direction: row;
    min-height: 220px;
}

.pcards>li:nth-child(5) .pcard__media,
.pcards>li:nth-child(6) .pcard__media {
    flex: 0 0 40%;
    height: 100%;
    aspect-ratio: auto;
}

.pcards>li:nth-child(5) .pcard__body,
.pcards>li:nth-child(6) .pcard__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:992px) {
    .pcards {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcards>li:nth-child(5),
    .pcards>li:nth-child(6) {
        grid-column: 1 / -1;
    }

    .pcards>li:nth-child(5) .pcard__link,
    .pcards>li:nth-child(6) .pcard__link {
        min-height: 200px;
    }
}

@media (max-width:560px) {
    .pcards {
        grid-template-columns: 1fr;
    }

    .pcards>li:nth-child(5) .pcard__link,
    .pcards>li:nth-child(6) .pcard__link {
        flex-direction: column;
        min-height: 0;
    }

    .pcards>li:nth-child(5) .pcard__media,
    .pcards>li:nth-child(6) .pcard__media {
        flex: 0 0 auto;
        height: auto;
        aspect-ratio: 4/3;
    }
}

.na {
    --gap: 20px;
}

.na-head {
    text-align: center;
    margin-bottom: 16px;
}

.na-title {
    font-weight: 800;
    font-size: clamp(20px, 2.6vw, 28px);
    margin: 0 0 10px;
}

.na-tabs {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.na-tabbtn {
    appearance: none;
    border: 0;
    background: none;
    padding: 6px 10px;
    font-weight: 600;
    color: #324;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    outline: none;
}

.na-tabbtn:hover,
.na-tabbtn:focus {
    text-decoration: none;
}

.na-tabbtn:focus,
.na-tabbtn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

.na-tabbtn::-moz-focus-inner {
    border: 0;
}

.na-tabbtn.is-active {
    color: #2e6b2e;
    border-color: #2e6b2e;
}

.na-panels {
    margin-top: 18px;
}

.na-panel {
    display: none;
}

.na-panel.is-active {
    display: block;
}

.na-grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
}

@media (max-width:1200px) {
    .na-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:992px) {
    .na-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:560px) {
    .na-grid {
        grid-template-columns: 1fr;
    }
}

.na-item {
    position: relative;
    background: #fff;
    border: 1px solid #eef0ea;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    max-width: 260px;
    margin: 0 auto;
    transform-origin: 50% 50%;
}

.na-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .08);
}

.na-imgwrap {
    display: block;
    background: #f8faf7;
    aspect-ratio: 1/1;
    position: relative;
}

.na-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.na-meta {
    padding: 12px;
    text-align: center;
}

.na-title {
    display: inline-block;
    font-weight: 600;
    color: #1b1f14;
    margin-bottom: 6px;
    text-decoration: none;
}

.na-title:hover,
.na-title:focus {
    text-decoration: none;
    color: #2e6b2e;
}

.na-price {
    font-weight: 700;
}

.na-price .money .cur {
    width: 14px;
}

.na-price-old {
    color: #9aa1a1;
    margin-left: 8px;
    font-weight: 400;
}

.na[dir="rtl"] .na-price-old {
    margin-left: 0;
    margin-right: 8px;
}

.btn-cta {
    --g1: #2e7d32;
    --g2: #43a047;
    background: linear-gradient(90deg, var(--g1), var(--g2));
    border: none;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    box-shadow: 0 8px 18px rgba(46, 125, 50, .24);
}

.btn-cta:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 30px rgba(46, 125, 50, .28);
    filter: brightness(1.03);
}

.btn-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120px 120px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .25), transparent 40%);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.btn-cta:hover::before {
    opacity: 1;
}

.fav-toggle {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    z-index: 5;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
    color: #2e2e2e;
    transition: transform .16s, box-shadow .16s, background .16s, color .16s;
}

.fav-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
}

.fav-toggle:active {
    transform: none;
}

.fav-toggle .icon-flower {
    width: 18px;
    height: 18px;
    display: block;
    background: currentColor;
    -webkit-mask: url('/img/icons/flower.svg') center/contain no-repeat;
    mask: url('/img/icons/flower.svg') center/contain no-repeat;
}

.fav-toggle.active {
    background: #F2AEBB;
    box-shadow: 0 12px 26px rgb(242, 174, 187);
    color: #ffffff;
}

.fav-toggle:focus-visible {
    outline: 3px solid rgb(242, 174, 187);
    outline-offset: 2px;
}

.fav-toggle:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none !important;
}



.na-price-old { color:#9aa1a1; margin-left:8px; font-weight:400; text-decoration:none; }
.na[dir="rtl"] .na-price-old { margin-left:0; margin-right:8px; }
.na-price-old .amt { text-decoration: line-through; }
/* ==== HIGHLIGHTS (pcards) – daha seksi versiyon ==== */

/* Kart gridi aynı kalsın, sadece biraz daha nefes verelim */
.pcards {
  --gap: 22px;
}

/* Ana kart */
.pcard {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 18px 40px rgba(31, 41, 55, .18);
  transform: translateY(0);
  opacity: 0;                         /* scroll ile reveal için */
}

/* İlk giriş animasyonu */
.pcard.is-visible {
  opacity: 1;
  animation: pcardPop .55s cubic-bezier(.2, .7, .3, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

@keyframes pcardPop {
  0% {
    transform: translateY(18px) scale(.96);
    box-shadow: 0 8px 18px rgba(31, 41, 55, .08);
  }

  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 40px rgba(31, 41, 55, .18);
  }
}

/* Arkadaki parlayan gradient halo */
.pcard::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    conic-gradient(
      from 180deg,
      rgba(255, 255, 255, .0) 0deg,
      rgba(255, 255, 255, .45) 80deg,
      rgba(255, 255, 255, .0) 160deg,
      rgba(255, 255, 255, .35) 230deg,
      rgba(255, 255, 255, .0) 320deg
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
  transform: translate3d(-10%, -10%, 0) rotate(-8deg);
}

/* Hover’da halo ve hafif zoom */
.pcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(31, 41, 55, .22);
}

.pcard:hover::before {
  opacity: .22;
  transform: translate3d(0, 0, 0) rotate(4deg);
}

/* Resim alanı: biraz daha “glow” */
.pcard__media {
  position: relative;
  aspect-ratio: 4/3;
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.02) contrast(1.03);
  transition: transform .45s ease, filter .45s ease;
}

.pcard:hover .pcard__media {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.06);
}

/* İç kısım: hafif cam efekti */
.pcard__body {
  padding: 14px 16px 16px;
 
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 6px;

  /* BU SATIRI EKLE */
  background: rgba(255, 255, 255, 0.96);
}

/* Başlık & açıklama biraz daha belirgin */
.pcard__title {
  font-weight: 800;
  letter-spacing: .2px;
  color: #1f2933;
}

.pcard__cap {
  font-size: .9rem;
  color: #6b7280;
}

/* Kartları ufak ufak farklı delay ile açalım */
.pcards > li:nth-child(1) .pcard { --reveal-delay: 0ms; }
.pcards > li:nth-child(2) .pcard { --reveal-delay: 80ms; }
.pcards > li:nth-child(3) .pcard { --reveal-delay: 160ms; }
.pcards > li:nth-child(4) .pcard { --reveal-delay: 240ms; }
.pcards > li:nth-child(5) .pcard { --reveal-delay: 320ms; }
.pcards > li:nth-child(6) .pcard { --reveal-delay: 400ms; }

/* Responsive’de gölge/zoom hala güzel dursun */
@media (max-width: 560px) {
  .pcard {
    border-radius: 16px;
  }
}

/* ==== HIGHLIGHTS düz beyaz kart fix ==== */
.pcard {
  background: #ffffff !important;              /* gradient komple iptal */
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

.pcard::before {
  content: none !important;                    /* conic-gradient halo varsa iptal */
}



/* 1. Highlights Mobilde Yana Kaydırmalı Slider (Scroll Snap) */
@media (max-width: 992px) {
    .pcards {
        display: flex !important; /* Grid'i Flex'e çevir */
        flex-wrap: nowrap !important; /* Alt satıra geçmesin */
        overflow-x: auto; /* Yatay kaydırma aç */
        scroll-snap-type: x mandatory; /* Kartlar tam otursun */
        gap: 15px !important;
        padding-bottom: 20px; /* Scrollbar için az boşluk */
        /* Scrollbarı gizle (opsiyonel) */
        -ms-overflow-style: none;
        scrollbar-width: none;
        grid-template-columns: none !important; /* Grid ayarını ez */
    }
    
    .pcards::-webkit-scrollbar {
        display: none;
    }

    .pcards > li {
        flex: 0 0 85%; /* Ekranın %85'ini kaplasın, diğerinin ucu görünsün */
        scroll-snap-align: center;
        max-width: 320px; /* Çok geniş olmasın */
    }

    /* 5. ve 6. özel kartların ayarlarını mobilde sıfırla */
    .pcards>li:nth-child(5),
    .pcards>li:nth-child(6) {
        grid-column: auto !important;
    }

    .pcards>li:nth-child(5) .pcard__link,
    .pcards>li:nth-child(6) .pcard__link {
        flex-direction: column !important; /* Yan yana değil alt alta olsun */
        min-height: 0 !important;
    }

    .pcards>li:nth-child(5) .pcard__media,
    .pcards>li:nth-child(6) .pcard__media {
        flex: 0 0 auto !important;
        height: auto !important;
        aspect-ratio: 4/3 !important;
    }
}

/* 2. New Arrivals Mobilde 2 Ürün Yan Yana */
@media (max-width: 560px) {
    .na-grid {
        grid-template-columns: repeat(2, 1fr) !important; /* Zorla 2 sütun yap */
        gap: 12px !important; /* Aralığı biraz kıs */
    }

    /* Kart içi yazı boyutlarını az küçült sığsın */
    .na-meta {
        padding: 8px !important;
    }
    
    .na-title {
        font-size: 0.85rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    
    .na-price {
        font-size: 0.95rem;
    }
    
    /* Favori butonu mobilde çok yer kaplamasın */
    .fav-toggle {
        width: 30px;
        height: 30px;
        top: 6px;
        inset-inline-start: 6px;
    }
    
    .fav-toggle .icon-flower {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 576px) {

    /* --- 1. HIGHLIGHTS (Pcards) --- */
    /* Mobilde 2 sütun (yan yana) olsun */
    .pcards {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        
        /* Eğer önceden flex yaptıysak iptal edelim */
        flex-wrap: wrap !important;
        overflow-x: visible !important;
    }

    /* 5. ve 6. büyük kartları mobilde normale (küçüğe) çevir */
    .pcards > li:nth-child(5),
    .pcards > li:nth-child(6) {
        grid-column: auto !important; /* Tüm satırı kaplamasın */
    }

    /* Kartın yapısını dikey hizala */
    .pcards > li:nth-child(5) .pcard__link,
    .pcards > li:nth-child(6) .pcard__link {
        flex-direction: column !important; /* Resmi üste al */
        min-height: 0 !important;
    }

    .pcards > li:nth-child(5) .pcard__media,
    .pcards > li:nth-child(6) .pcard__media {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4/3 !important; /* Kareye yakın dikdörtgen */
    }

    /* Kart içindeki yazıları mobilde sığdır */
    .pcard__body {
        padding: 8px !important;
    }
    .pcard__title {
        font-size: 0.85rem !important; /* Başlık küçülsün */
        line-height: 1.2;
    }
    .pcard__cap {
        display: none; /* Mobilde alt açıklama kalabalık yapmasın, gizle */
    }


    /* --- 2. NEW ARRIVALS (Ürünler) --- */
    /* Mobilde 2 sütun (yan yana) olsun */
    .na-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    /* Ürün kartı detaylarını sıkılaştır */
    .na-meta {
        padding: 6px !important;
    }
    .na-title {
        font-size: 0.80rem !important;
        white-space: nowrap; /* Satır taşmasın */
        overflow: hidden;
        text-overflow: ellipsis; /* ... koysun */
        display: block;
    }
    .na-price {
        font-size: 0.90rem !important;
    }

    /* Favori butonu mobilde çok yer kaplamasın */
    .fav-toggle {
        width: 28px;
        height: 28px;
        top: 5px;
        inset-inline-start: 5px;
    }
    .fav-toggle .icon-flower {
        width: 14px;
        height: 14px;
    }
}
