/*
Theme Name: Yakamoz (Astra Child)
Template: astra
Description: Yakamoz Tespih v5 — tanıdık pazar yeri anatomisi (beyaz zemin, banner, yoğun vitrin) + Yakamoz kimliği vurgularda.
Version: 6.2.0
*/

:root {
  --yk-zemin: #f5f5f7;
  --yk-kart: #ffffff;
  --yk-lacivert: #14263f;
  --yk-lacivert-2: #1e3a5f;
  --yk-altin: #c9932f;
  --yk-altin-koyu: #a97a1f;
  --yk-murekkep: #1e2732;
  --yk-gri: #7a8694;
  --yk-cizgi: #e6e8ec;
  --yk-kirmizi: #e5484d;
  --yk-yesil: #16a34a;
}

/* ================= GENEL ================= */
body,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
  background-color: var(--yk-zemin) !important;
  color: var(--yk-murekkep);
  font-family: "Inter", -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 { color: var(--yk-lacivert); font-weight: 700; }
a { color: var(--yk-lacivert-2); text-decoration: none; }
a:hover { color: var(--yk-altin); }
.home .entry-header, .home h1.entry-title { display: none; }
.site-content, #content { background: var(--yk-zemin); }

/* ================= HEADER (beyaz, tanıdık) ================= */
.main-header-bar, .ast-header-break-point .main-header-bar,
.site-header, .ast-desktop .main-header-menu,
.ast-mobile-header-wrap .ast-mobile-header-content, .ast-mobile-popup-drawer .ast-mobile-popup-inner {
  background-color: #fff !important;
  border-bottom: 1px solid var(--yk-cizgi);
}
.site-title a, .site-title a:hover {
  font-family: "Marcellus", Georgia, serif;
  color: var(--yk-lacivert) !important;
  letter-spacing: .02em;
}
.site-description { display: none; }
.main-header-menu .menu-item > .menu-link { color: #3d4855; font-size: .9rem; font-weight: 600; }
.main-header-menu .menu-item > .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link { color: var(--yk-altin); }
.ast-header-break-point .main-header-bar .menu-toggle { color: var(--yk-lacivert); }

/* Duyuru şeridi — kayan */
.yk3-duyuru {
  background: var(--yk-lacivert);
  color: #f2d9a6;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .5em 0;
  overflow: hidden;
}
.yk3-duyuru-track { display: flex; width: max-content; animation: ykKaydir 26s linear infinite; }
.yk3-duyuru:hover .yk3-duyuru-track { animation-play-state: paused; }
.yk3-duyuru-ic { display: flex; white-space: nowrap; }
.yk3-duyuru-ic span { padding: 0 1.1em; }
.yk3-duyuru-ayrac { color: var(--yk-altin); }
@keyframes ykKaydir { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Arama + sepet bandı (beyaz, gölgeli, yapışkan) */
.yk3-headbar {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .55rem 1rem .8rem;
  border-bottom: 1px solid var(--yk-cizgi);
  position: sticky; top: 0; z-index: 60;
  transition: box-shadow .25s ease;
}
.yk3-headbar.yk-kaydi { box-shadow: 0 6px 18px rgba(20, 38, 63, .1); }
.yk3-ara {
  flex: 1;
  display: flex;
  max-width: 620px;
  margin: 0 auto;
  background: var(--yk-zemin);
  border: 2px solid var(--yk-altin);
  border-radius: 8px;
  overflow: hidden;
}
.yk3-ara input[type="search"] {
  flex: 1;
  border: none;
  padding: .6em 1em;
  font-size: .92rem;
  color: var(--yk-murekkep);
  background: transparent;
  outline: none;
}
.yk3-ara button {
  border: none;
  background: var(--yk-altin) !important;
  color: #fff;
  padding: 0 1.2em;
  cursor: pointer;
}
.yk3-sepet {
  position: relative;
  display: flex; align-items: center; gap: .4rem;
  color: var(--yk-lacivert) !important;
  font-size: .85rem; font-weight: 600;
  white-space: nowrap;
}
.yk3-sepet-ikon { font-size: 1.3rem; }
.yk3-sepet-adet {
  position: absolute; top: -7px; left: 13px;
  background: var(--yk-kirmizi); color: #fff;
  font-size: .64rem; font-weight: 800;
  min-width: 16px; height: 16px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
@media (max-width: 640px) { .yk3-sepet-yazi { display: none; } }

/* v6: headbar sağ ikon grubu (Hesabım / Sipariş Takip / Sepetim) */
.yk6-ikonlar { display: flex; align-items: center; gap: 1.1rem; }
.yk6-ikonlar > a {
  display: flex; flex-direction: column; align-items: center; gap: .1rem;
  color: var(--yk-lacivert) !important; text-decoration: none;
  font-size: .7rem; font-weight: 600; white-space: nowrap; line-height: 1;
}
.yk6-ikonlar .iko, .yk6-ikonlar .yk3-sepet-ikon { font-size: 1.25rem; }
.yk6-ikonlar .yk3-sepet { flex-direction: column; gap: .1rem; font-size: .7rem; }
.yk6-ikonlar .yk3-sepet-adet { top: -5px; left: auto; right: -10px; }
.yk6-ikonlar small { font-size: .68rem; font-weight: 600; }
@media (max-width: 640px) {
  .yk6-ikonlar { gap: .8rem; }
  .yk6-ikonlar small { display: none; }
}

/* v6: kategori menü bandı (headbar altı, beyaz) */
.yk6-menu {
  background: #fff;
  border-bottom: 1px solid var(--yk-cizgi);
}
.yk6-menu-ic {
  max-width: 1280px; margin: 0 auto;
  display: flex; gap: .2rem;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding: 0 .6rem;
}
.yk6-menu-ic::-webkit-scrollbar { display: none; }
.yk6-menu-ic a {
  color: var(--yk-murekkep) !important;
  font-size: .82rem; font-weight: 600; white-space: nowrap;
  padding: .65em .8em; border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.yk6-menu-ic a:hover { color: var(--yk-lacivert) !important; border-bottom-color: var(--yk-altin); }
.yk6-menu-ozel { color: var(--yk-altin-koyu) !important; }
@media (min-width: 900px) { .yk6-menu-ic { justify-content: center; gap: 1rem; } }

/* ================= ANA SAYFA v5 ================= */
.yk2-bolum { padding: 1.4rem 1rem 0; max-width: 1280px; margin: 0 auto; }
.yk2-bolum:last-child { padding-bottom: 2.6rem; }
.yk2-bolum-bas {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: .95rem; gap: .8rem;
}
.yk2-bolum-bas h2 {
  font-family: "Marcellus", serif; font-weight: 400;
  font-size: clamp(1.3rem, 4.6vw, 1.7rem); letter-spacing: .01em;
  margin: 0; color: var(--yk-lacivert);
}
.bb-etiket {
  display: block;
  color: var(--yk-altin-koyu); font-size: .64rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .22em;
  margin-bottom: .2em;
}
.bb-etiket::before { content: "✦ "; color: var(--yk-altin); letter-spacing: 0; }
.yk2-bolum-bas .yk2-alt { display: none; }
.yk2-hepsi {
  font-size: .8rem; font-weight: 700; color: var(--yk-altin);
  white-space: nowrap;
}
.yk2-hepsi:hover { color: var(--yk-altin-koyu); }

/* Kategori ikon şeridi */
.yk5-katlar {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 92px;
  gap: .6rem;
  overflow-x: auto;
  padding: 1rem 1rem .4rem;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.yk5-katlar::-webkit-scrollbar { display: none; }
.yk5-kat { text-align: center; }
.yk5-kat span {
  display: block;
  width: 68px; height: 68px;
  margin: 0 auto .4rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--yk-altin);
  background: #fff;
  transition: transform .18s ease, border-color .18s ease;
}
.yk5-kat:hover span {
  transform: scale(1.07);
  border-color: var(--yk-lacivert);
  box-shadow: 0 6px 16px rgba(201, 147, 47, .35);
}
.yk5-kat span img { width: 100%; height: 100%; object-fit: cover; }
.yk5-kat b { font-size: .72rem; color: var(--yk-murekkep); font-weight: 600; display: block; line-height: 1.25; }
.yk5-kat small { display: block; font-size: .62rem; color: var(--yk-gri); margin-top: .1em; }
@media (min-width: 900px) { .yk5-katlar { grid-auto-flow: row; grid-template-columns: repeat(6, 1fr); grid-auto-columns: unset; justify-items: center; } }

/* Banner alanı */
.yk5-bannerlar {
  display: grid;
  gap: .8rem;
  padding: .6rem 1rem 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 900px) { .yk5-bannerlar { grid-template-columns: 2fr 1fr; } }
.yk5-banner {
  border-radius: 12px;
  padding: 1.8rem 1.6rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  min-height: 190px;
  background:
    radial-gradient(ellipse 80% 100% at 95% 110%, rgba(217, 178, 95, .45), transparent 60%),
    linear-gradient(115deg, #16294a, var(--yk-lacivert) 75%);
}
.yk5-banner small {
  font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: #ecd9ad; margin-bottom: .5em;
}
.yk5-banner h2 { color: #fff; font-size: clamp(1.3rem, 4.5vw, 1.9rem); margin: 0 0 .3em; line-height: 1.2; }
.yk5-banner h2 em { color: #f0c05e; font-style: normal; }
.yk5-banner p { color: #c3cfdf; font-size: .88rem; margin: 0 0 1.2em; }
.yk5-banner .yk2-btn { padding: .7em 1.6em; font-size: .78rem; }
.yk5-banner-yan { display: grid; gap: .8rem; }
.yk5-banner-kucuk {
  border-radius: 12px;
  padding: 1.1rem 1.3rem;
  display: flex; align-items: center; gap: .9rem;
  background: #fff;
  border: 1px solid var(--yk-cizgi);
}
.yk5-banner-kucuk .bi { font-size: 1.7rem; }
.yk5-banner-kucuk b { color: var(--yk-lacivert); font-size: .95rem; display: block; }
.yk5-banner-kucuk small { color: var(--yk-gri); font-size: .78rem; }

/* Ürün kartları — kompakt pazar yeri */
.yk2-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
@media (min-width: 700px) { .yk2-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1050px) { .yk2-grid { grid-template-columns: repeat(6, 1fr); } }
.yk3-serit {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 42%);
  gap: .7rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px .8rem;
  -webkit-overflow-scrolling: touch;
}
.yk3-serit .yk2-urun { scroll-snap-align: start; }
.yk3-serit::-webkit-scrollbar { height: 3px; }
.yk3-serit::-webkit-scrollbar-thumb { background: #d8dbe0; border-radius: 3px; }
@media (min-width: 700px) { .yk3-serit { grid-auto-columns: minmax(170px, 16.2%); } }

.yk2-urun {
  display: flex; flex-direction: column;
  background: var(--yk-kart);
  border: 1px solid var(--yk-cizgi);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.yk2-urun:hover {
  box-shadow: 0 10px 26px rgba(20, 38, 63, .12);
  transform: translateY(-2px);
  border-color: rgba(201, 147, 47, .55);
}
.yk2-urun-img { display: block; aspect-ratio: 1; position: relative; overflow: hidden; }
.yk2-urun-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.yk2-urun:hover .yk2-urun-img img { transform: scale(1.04); }
.yk2-urun-kat {
  color: var(--yk-gri);
  font-size: .66rem; font-weight: 600;
  padding: .55rem .7rem 0;
}
.yk2-urun h3 {
  font-family: "Inter", sans-serif;
  font-size: .82rem; font-weight: 600;
  color: var(--yk-murekkep);
  margin: .15rem 0 .25rem;
  padding: 0 .7rem;
  line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.3em;
}
.yk3-puan { display: flex; align-items: center; gap: .3em; padding: 0 .7rem; }
.yk3-yildiz { color: #f5a623; font-size: .72rem; letter-spacing: .04em; }
.yk3-yildiz i { color: #d9dde3; font-style: normal; }
.yk3-puan small { color: var(--yk-gri); font-size: .68rem; }
.yk2-fiyat { padding: .3rem .7rem 0; color: var(--yk-lacivert); font-weight: 800; font-size: .98rem; }
.yk2-fiyat del { display: block; color: #a5aeb8; font-weight: 500; font-size: .74rem; }
.yk2-fiyat ins { text-decoration: none; color: var(--yk-altin-koyu); }
.yk2-urun form { margin: .6rem .7rem .7rem; display: flex; }
.yk5-sepet-btn {
  flex: 1; width: 100%;
  display: flex; align-items: center; justify-content: center; gap: .45em;
  background: var(--yk-lacivert);
  color: #fff !important;
  border: none; cursor: pointer;
  border-radius: 9px;
  padding: .62em 0;
  font-family: inherit; font-size: .79rem; font-weight: 700; letter-spacing: .01em;
  transition: background .18s ease, transform .12s ease, box-shadow .18s ease;
}
.yk5-sepet-btn .yk-i { opacity: .9; }
.yk5-sepet-btn:hover {
  background: var(--yk-altin);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(201, 147, 47, .35);
}
.yk5-sepet-btn:active { transform: translateY(0); }

/* Rozetler */
.yk2-urun-img, .woocommerce ul.products li.product { position: relative; }
.yk3-rozet {
  position: absolute; top: 8px; left: 8px; z-index: 5;
  font-size: .62rem; font-weight: 800;
  padding: .3em .7em;
  border-radius: 6px;
  color: #fff;
  background: var(--yk-yesil);
}
.yk3-rozet-ind { background: var(--yk-kirmizi); }
.yk3-rozet-kargo { background: var(--yk-yesil); }
.yk3-rozet-cok { background: var(--yk-altin); }
.woocommerce span.onsale, .woocommerce span.ast-onsale-card {
  position: absolute; top: 8px; right: 8px; left: auto;
  background: var(--yk-kirmizi) !important; color: #fff !important;
  border-radius: 6px;
  padding: .3em .7em;
  font-size: .64rem; font-weight: 800;
  min-height: 0; line-height: 1.4; margin: 0; box-shadow: none;
}

/* Neden Yakamoz kutuları */
.yk5-neden { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
@media (min-width: 900px) { .yk5-neden { grid-template-columns: repeat(4, 1fr); } }
.yk5-neden div {
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 10px;
  padding: 1rem; text-align: center;
}
.yk5-neden .ni { font-size: 1.5rem; display: block; margin-bottom: .3rem; }
.yk5-neden b { color: var(--yk-lacivert); font-size: .84rem; display: block; }
.yk5-neden small { color: var(--yk-gri); font-size: .74rem; }

/* IG bandı */
.yk2-ig {
  border-radius: 12px;
  text-align: center;
  padding: 2rem 1.4rem;
  background:
    radial-gradient(ellipse 80% 90% at 15% 110%, rgba(217, 178, 95, .35), transparent 60%),
    linear-gradient(120deg, var(--yk-lacivert-2), var(--yk-lacivert));
}
.yk2-ig .yk4-sus { display: none; }
.yk2-ig h3 { color: #fff; margin: 0 0 .4em; font-size: clamp(1.1rem, 4vw, 1.4rem); }
.yk2-ig p { color: #c3cfdf; margin: 0 auto 1.2em; max-width: 34em; font-size: .9rem; }

/* Butonlar (genel) */
.yk2-btn {
  display: inline-block;
  padding: .8em 1.8em;
  background: var(--yk-altin);
  color: #fff !important;
  font-weight: 700; font-size: .82rem;
  border-radius: 8px;
  transition: background .18s ease;
}
.yk2-btn:hover { background: var(--yk-altin-koyu); }
.yk2-btn.yk2-btn-dis { background: #fff; color: var(--yk-lacivert) !important; border: 1px solid var(--yk-cizgi); }
/* (WP dönemi genel buton kuralı kaldırıldı — !important'ı tab bar ve slider
   noktaları gibi kendi stilli butonları eziyordu; her buton artık kendi class'ında) */

/* ================= WOOCOMMERCE ================= */
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--yk-cizgi);
  border-radius: 10px;
  padding: 0 0 .9em;
  overflow: hidden;
  box-shadow: none;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
}
.woocommerce ul.products li.product:hover { box-shadow: 0 10px 26px rgba(20, 38, 63, .12); transform: translateY(-2px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Inter", sans-serif;
  font-size: .86rem; font-weight: 600;
  color: var(--yk-murekkep);
  padding: .7em .8em .1em;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
  color: var(--yk-lacivert) !important; font-weight: 800; font-size: .98rem;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del { color: #a5aeb8; font-weight: 500; }
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins { color: var(--yk-altin-koyu); text-decoration: none; }
.woocommerce ul.products li.product .star-rating { margin: .3em auto .2em; font-size: .74em; color: #f5a623; }
.woocommerce .star-rating span::before { color: #f5a623; }
.woocommerce-breadcrumb, .woocommerce-breadcrumb a { color: var(--yk-gri) !important; font-size: .8rem; }
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce table.shop_table, .woocommerce-checkout #payment {
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
  background: #fff; border: 1px solid #d5d9df; color: var(--yk-murekkep); border-radius: 8px;
}
.woocommerce-message, .woocommerce-info { background: #fff; color: var(--yk-murekkep); border-top-color: var(--yk-altin); }

/* Ürün detay bilgi kutusu */
.yk3-bilgi {
  border: 1px solid var(--yk-cizgi);
  border-left: 3px solid var(--yk-altin);
  background: #fffdf6;
  border-radius: 8px;
  padding: .9rem 1.1rem;
  margin: 1rem 0;
  display: grid; gap: .55rem;
  font-size: .88rem;
}

/* Mağaza filtreleri */
.widget_price_filter, .widget_product_categories, .widget_rating_filter {
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 10px;
  padding: 1rem 1.1rem; margin-bottom: 1rem;
}
.widget_price_filter .widget-title, .widget_product_categories .widget-title, .widget_rating_filter .widget-title {
  font-size: .95rem; font-weight: 700; color: var(--yk-lacivert); margin-bottom: .6em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background: var(--yk-altin); }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: var(--yk-lacivert); }
.widget_product_categories ul { list-style: none; margin: 0; padding: 0; }
.widget_product_categories li { padding: .25em 0; font-size: .9rem; }

/* ================= FOOTER (dolu) ================= */
.yk5-footer {
  background: var(--yk-lacivert);
  color: #b9c4d2;
  margin-top: 2.6rem;
  padding: 2.4rem 1.2rem 1.2rem;
}
.yk5-footer-ic {
  max-width: 1280px; margin: 0 auto;
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) { .yk5-footer-ic { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.yk5-footer h4 {
  color: #fff; font-size: .9rem; margin: 0 0 .8em;
  font-family: "Inter", sans-serif; font-weight: 700;
}
.yk5-footer .marka { font-family: "Marcellus", serif; font-size: 1.25rem; color: #f0c05e; }
.yk5-footer p { font-size: .82rem; line-height: 1.65; margin: .6em 0 0; }
.yk5-footer ul { list-style: none; margin: 0; padding: 0; }
.yk5-footer li { margin: .45em 0; }
.yk5-footer a { color: #b9c4d2; font-size: .84rem; }
.yk5-footer a:hover { color: #f0c05e; }
.yk5-odeme {
  max-width: 1280px; margin: 1.8rem auto 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 1rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem;
  font-size: .76rem; color: #8d9aab;
}
.yk5-odeme .kartlar { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-weight: 700; color: #cfd8e2; }
.yk5-odeme .kartlar img {
  display: block; height: 34px; width: auto;
  background: #fff; border-radius: 6px; padding: .3em .55em;
}
.site-footer, .ast-small-footer, footer .ast-builder-grid-row-container { display: none !important; }

/* WhatsApp yüzen buton */
.yk-wa {
  position: fixed; right: 14px; bottom: 14px; z-index: 9999;
  width: 50px; height: 50px; border-radius: 50%;
  background: #1eb85a; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
  animation: ykNabiz 3.2s ease-in-out infinite;
}
.yk-wa svg { width: 27px; height: 27px; fill: #fff; }
.yk-wa:hover { animation-play-state: paused; }
@keyframes ykNabiz {
  0%, 100% { box-shadow: 0 6px 18px rgba(0, 0, 0, .3), 0 0 0 0 rgba(30, 184, 90, .45); }
  50% { box-shadow: 0 6px 18px rgba(0, 0, 0, .3), 0 0 0 12px rgba(30, 184, 90, 0); }
}

/* ================= HAREKET ================= */
html { scroll-behavior: smooth; }
.yk-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s cubic-bezier(.22, .8, .3, 1), transform .6s cubic-bezier(.22, .8, .3, 1);
}
.yk-reveal.yk-gorunur { opacity: 1; transform: translateY(0); }
.yk5-banner small, .yk5-banner h2, .yk5-banner p, .yk5-banner .yk2-btn {
  opacity: 0;
  animation: ykGiris .7s cubic-bezier(.22, .8, .3, 1) forwards;
}
.yk5-banner h2 { animation-delay: .12s; }
.yk5-banner p { animation-delay: .24s; }
.yk5-banner .yk2-btn { animation-delay: .36s; }
@keyframes ykGiris { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .yk3-duyuru-track, .yk-wa { animation: none !important; }
  .yk5-banner small, .yk5-banner h2, .yk5-banner p, .yk5-banner .yk2-btn { opacity: 1; animation: none; }
  .yk-reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* SVG logo (hilal + yakamoz ışıltısı) — header boyutu; yazı başlık gizli */
.site-header .custom-logo, .site-logo-img img { max-height: 64px; width: auto; }
.ast-header-break-point .site-logo-img img { max-height: 50px; }
.site-header .site-title, .site-header .site-description { display: none; }

/* ================= v6: HERO SLIDER ================= */
.yk6-slider { max-width: 1312px; margin: 0 auto; padding: .9rem 1rem 0; position: relative; }
.yk6-slider-ray {
  display: flex;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
  border-radius: 14px;
}
.yk6-slider-ray::-webkit-scrollbar { display: none; }
.yk6-slayt {
  flex: 0 0 100%; scroll-snap-align: start;
  display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 1rem;
  background: linear-gradient(120deg, var(--yk-lacivert) 0%, var(--yk-lacivert-2) 62%, #2a4a74 100%);
  padding: 1.5rem 1.3rem; min-height: 230px;
}
.yk6-slayt-yazi small {
  color: #f0c05e; text-transform: uppercase; letter-spacing: .14em;
  font-size: .68rem; font-weight: 700; display: block; margin-bottom: .5em;
}
.yk6-slayt-yazi h2 { color: #fff; font-size: clamp(1.25rem, 4.4vw, 1.9rem); line-height: 1.22; margin: 0 0 .35em; }
.yk6-slayt-yazi p { color: #c3cfdf; font-size: .87rem; margin: 0 0 1.1em; max-width: 30em; }
.yk6-slayt-yazi .yk2-btn { padding: .65em 1.5em; font-size: .78rem; }
.yk6-slayt-gorsel { display: flex; justify-content: center; }
.yk6-slayt-gorsel img {
  width: 100%; max-width: 250px; aspect-ratio: 1; object-fit: cover;
  border-radius: 12px; border: 2px solid rgba(240, 192, 94, .55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
}
.yk6-noktalar { display: flex; justify-content: center; gap: .45rem; padding: .7rem 0 0; }
.yk6-noktalar button {
  width: 8px; height: 8px; border-radius: 999px; border: none; padding: 0;
  background: #c9d2dc; cursor: pointer; transition: width .25s ease, background .25s ease;
}
.yk6-noktalar button.aktif { width: 22px; background: var(--yk-altin); }
@media (max-width: 640px) {
  .yk6-slayt { min-height: 195px; padding: 1.15rem 1rem; gap: .7rem; }
  .yk6-slayt-gorsel img { max-width: 150px; }
}

/* ================= v6: USTAYA SORUN (ürün detay) ================= */
.yk6-usta {
  border: 1.5px solid var(--yk-altin);
  border-radius: 12px;
  padding: .95rem 1rem;
  margin: 1rem 0 .4rem;
  background: linear-gradient(135deg, #fffdf7, #fdf6e6);
}
.yk6-usta > b { color: var(--yk-lacivert); font-size: .95rem; display: block; }
.yk6-usta > p { color: var(--yk-gri); font-size: .8rem; margin: .3em 0 .8em; line-height: 1.5; }
.yk6-usta-btnlar { display: flex; flex-wrap: wrap; gap: .55rem; }
.yk6-usta-btnlar a {
  flex: 1 1 12em;
  display: flex; align-items: center; justify-content: center; gap: .45em;
  border-radius: 9px; padding: .68em .9em;
  font-size: .82rem; font-weight: 700; text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease;
}
.yk6-usta-btnlar a:first-child { background: #1eb85a; color: #fff !important; }
.yk6-usta-btnlar a:last-child { background: #fff; color: var(--yk-lacivert) !important; border: 1.5px solid var(--yk-lacivert); }
.yk6-usta-btnlar a:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(20, 38, 63, .15); }

/* ================= v6: BLOG KARTLARI ================= */
.yk6-blog { display: grid; grid-template-columns: 1fr; gap: .8rem; }
@media (min-width: 760px) { .yk6-blog { grid-template-columns: repeat(3, 1fr); } }
.yk6-blog-kart {
  display: flex; flex-direction: column;
  background: var(--yk-kart); border-radius: 12px; overflow: hidden;
  border: 1px solid var(--yk-cizgi);
  color: inherit !important; text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}
.yk6-blog-kart:hover { box-shadow: 0 10px 26px rgba(20, 38, 63, .12); transform: translateY(-2px); }
.yk6-blog-kart .bg { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.yk6-blog-kart .bg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.yk6-blog-kart:hover .bg img { transform: scale(1.05); }
.yk6-blog-kart .bic { display: flex; flex-direction: column; gap: .35rem; padding: .85rem .95rem 1rem; }
.yk6-blog-kart time { color: var(--yk-gri); font-size: .7rem; }
.yk6-blog-kart b { color: var(--yk-lacivert); font-size: .95rem; line-height: 1.35; }
.yk6-blog-kart small { color: var(--yk-gri); font-size: .8rem; line-height: 1.55; }
.yk6-blog-kart em { color: var(--yk-altin-koyu); font-style: normal; font-size: .78rem; font-weight: 700; }

/* v6: SSL ibaresi (footer alt şerit) */
.yk6-ssl { display: inline-block; margin-left: .8em; color: #9fb2c6; font-weight: 600; }

/* ================= v6.1: TASARIM KATMANI ================= */

/* SVG ikon seti — metinle hizalı, contextten renk alır */
.yk-i { vertical-align: -.2em; flex-shrink: 0; }
.yk3-ara button .yk-i { vertical-align: middle; }
.yk3-bilgi div { display: flex; gap: .55em; align-items: flex-start; }
.yk3-bilgi .yk-i { color: var(--yk-altin-koyu); margin-top: .1em; }
.yk5-neden .ni { display: flex; justify-content: center; margin-bottom: .45rem; color: var(--yk-altin-koyu); }
.yk5-banner-kucuk .bi { display: flex; color: var(--yk-altin-koyu); }
.yk6-usta > b { display: flex; align-items: center; gap: .4em; }
.yk6-usta > b .yk-i { color: var(--yk-altin-koyu); }
.yk6-ssl .yk-i { vertical-align: -.14em; }

/* Serif başlık ailesi — lüks kuyumcu tipografisi */
.yk6-slayt-yazi h2, .yk5-banner h2, .yk2-ig h3 {
  font-family: "Marcellus", serif; font-weight: 400; letter-spacing: .01em;
}

/* Hero: yakamoz su ışıltısı (her slaytın altında canlı akan altın band) */
.yk6-slayt { position: relative; overflow: hidden; }
.yk6-slayt::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 30px;
  background: linear-gradient(100deg,
    transparent 0%, rgba(240, 192, 94, .05) 18%, rgba(240, 192, 94, .3) 38%,
    rgba(255, 236, 190, .5) 50%, rgba(240, 192, 94, .3) 62%,
    rgba(240, 192, 94, .05) 82%, transparent 100%);
  background-size: 220% 100%;
  animation: ykSu 9s linear infinite;
  opacity: .8;
  pointer-events: none;
}
@keyframes ykSu { from { background-position: 220% 0; } to { background-position: -120% 0; } }

/* Hero: süzülen altın parçacıklar (slider üstü katman) */
.yk6-parcalar { position: absolute; inset: .9rem 1rem 0; border-radius: 14px; overflow: hidden; pointer-events: none; z-index: 2; }
.yk6-parcalar i {
  position: absolute; bottom: -8px;
  width: 5px; height: 5px; border-radius: 50%;
  background: radial-gradient(circle, #ffe9b8 0%, rgba(240, 192, 94, .75) 55%, transparent 75%);
  animation: ykSuzul 12s linear infinite;
  opacity: 0;
}
.yk6-parcalar i:nth-child(1) { left: 8%;  animation-duration: 13s; }
.yk6-parcalar i:nth-child(2) { left: 24%; animation-duration: 16s; animation-delay: 2.4s; width: 4px; height: 4px; }
.yk6-parcalar i:nth-child(3) { left: 43%; animation-duration: 11s; animation-delay: 5s; }
.yk6-parcalar i:nth-child(4) { left: 62%; animation-duration: 15s; animation-delay: 1.2s; width: 6px; height: 6px; }
.yk6-parcalar i:nth-child(5) { left: 78%; animation-duration: 12.5s; animation-delay: 3.6s; width: 4px; height: 4px; }
.yk6-parcalar i:nth-child(6) { left: 91%; animation-duration: 14s; animation-delay: 6.2s; }
@keyframes ykSuzul {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  12%  { opacity: .9; }
  60%  { opacity: .5; transform: translateY(-130px) translateX(8px); }
  100% { transform: translateY(-230px) translateX(-6px); opacity: 0; }
}

/* Hero: aktif slaytta yazıların kademeli girişi */
.yk6-slayt-yazi > * {
  opacity: 0; transform: translateY(10px);
  transition: opacity .55s cubic-bezier(.22, .8, .3, 1), transform .55s cubic-bezier(.22, .8, .3, 1);
}
.yk6-slayt-yazi small { transition-delay: .05s; }
.yk6-slayt-yazi h2 { transition-delay: .15s; }
.yk6-slayt-yazi p { transition-delay: .25s; }
.yk6-slayt-yazi .yk2-btn { transition-delay: .35s; }
.yk6-slayt.aktif .yk6-slayt-yazi > * { opacity: 1; transform: translateY(0); }
.yk6-slayt-gorsel img { transition: transform .7s cubic-bezier(.22, .8, .3, 1); transform: scale(.94); }
.yk6-slayt.aktif .yk6-slayt-gorsel img { transform: scale(1); }

/* Krem kuşak: rehber + güvence bölümleri (sayfa ritmi) */
.yk6-krem {
  background: linear-gradient(180deg, #faf7f0 0%, #f7f2e6 100%);
  border-top: 1px solid rgba(201, 147, 47, .22);
  border-bottom: 1px solid rgba(201, 147, 47, .22);
  margin-top: 2rem;
  padding: .6rem 0 2.2rem;
}
.yk6-krem .yk2-bolum:last-child { padding-bottom: 0; }
.yk6-krem + .yk2-bolum { padding-top: 2rem; }
.yk5-neden div { transition: transform .2s ease, box-shadow .2s ease; }
.yk5-neden div:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20, 38, 63, .08); }

/* Fiyat tipografisi: ₺ sembolü zarifçe küçük */
.yk2-fiyat .woocommerce-Price-currencySymbol,
.woocommerce div.product p.price .woocommerce-Price-currencySymbol { font-size: .74em; font-weight: 600; }

/* AJAX "Sepete Git" bağlantısı (added_to_cart) — kart altında zarif satır */
.yk2-urun .added_to_cart {
  display: block; text-align: center;
  padding: .5em; margin-top: -0.2em;
  color: var(--yk-altin-koyu) !important;
  font-size: .74rem; font-weight: 700;
}

/* Footer üst kenarı: ince altın ışık çizgisi */
.yk5-footer { position: relative; }
.yk5-footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--yk-altin) 30%, #ffe9b8 50%, var(--yk-altin) 70%, transparent);
  opacity: .85;
}

@media (prefers-reduced-motion: reduce) {
  .yk6-slayt::after, .yk6-parcalar i { animation: none; opacity: 0; }
  .yk6-slayt-yazi > *, .yk6-slayt-gorsel img { opacity: 1; transform: none; transition: none; }
}

/* ================= v6.2: DERİN İNCELEME DESENLERİ ================= */

/* Split hero: solda slider + sağda 2 sabit kart (tesbihcibaba düzeni) */
.yk6-hero-grid { display: grid; gap: .8rem; }
@media (min-width: 900px) { .yk6-hero-grid { grid-template-columns: 2.2fr 1fr; align-items: stretch; } }
.yk6-hero-yan { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
@media (min-width: 900px) { .yk6-hero-yan { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; } }
.yk6-yan-kart {
  position: relative; display: block; overflow: hidden;
  border-radius: 12px; min-height: 108px;
  background: linear-gradient(135deg, var(--yk-lacivert-2), var(--yk-lacivert));
}
.yk6-yan-kart img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .55; transition: transform .5s ease, opacity .3s ease;
}
.yk6-yan-kart:hover img { transform: scale(1.06); opacity: .7; }
.yk6-yan-kart::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 38, 63, .1) 30%, rgba(20, 38, 63, .82) 100%);
}
.yk6-yan-kart span {
  position: absolute; left: .9rem; right: .9rem; bottom: .75rem; z-index: 1;
  display: flex; flex-direction: column; gap: .1rem;
}
.yk6-yan-kart small {
  color: #f0c05e; font-size: .6rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em;
}
.yk6-yan-kart b { color: #fff; font-family: "Marcellus", serif; font-weight: 400; font-size: .98rem; line-height: 1.2; }
.yk6-yan-kart em { color: #d8e0ea; font-style: normal; font-size: .72rem; font-weight: 600; }

/* Kategori tanıtım kartı — şeridin ilk kartı (foto + kesikli çerçeve + CTA) */
.yk6-kat-kart {
  position: relative; display: flex; overflow: hidden;
  border-radius: 10px; scroll-snap-align: start;
  background: var(--yk-lacivert);
  min-height: 240px;
}
.yk6-kat-kart img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .6; transition: transform .5s ease;
}
.yk6-kat-kart:hover img { transform: scale(1.05); }
.yk6-kat-kart::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20, 38, 63, .15) 20%, rgba(20, 38, 63, .88) 100%);
}
.yk6-kat-kart::after {
  content: ""; position: absolute; inset: 9px; z-index: 2;
  border: 1px dashed rgba(255, 255, 255, .5); border-radius: 7px;
  pointer-events: none;
}
.yk6-kat-kart .kk-ic {
  position: relative; z-index: 3;
  margin-top: auto; padding: 1rem;
  display: flex; flex-direction: column; gap: .3rem; width: 100%;
}
.yk6-kat-kart small { color: #f0c05e; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.yk6-kat-kart b { color: #fff; font-family: "Marcellus", serif; font-weight: 400; font-size: 1.12rem; line-height: 1.25; }
.yk6-kat-kart em {
  font-style: normal; align-self: flex-start; margin-top: .35rem;
  background: #fff; color: var(--yk-lacivert);
  font-size: .7rem; font-weight: 700;
  padding: .45em 1em; border-radius: 999px;
  transition: background .2s ease;
}
.yk6-kat-kart:hover em { background: var(--yk-altin); color: #fff; }

/* "En Son Kaça Olur?" pazarlık butonu — tam satır, altın çerçeve */
.yk6-usta-btnlar .yk6-pazarlik {
  flex-basis: 100%;
  background: #fff; color: var(--yk-altin-koyu) !important;
  border: 1.5px dashed var(--yk-altin);
}
.yk6-usta-btnlar .yk6-pazarlik:hover { background: #fdf6e6; }

/* Mobil alt tab bar (≤782px) — app hissi */
.yk6-tabbar { display: none; }
@media (max-width: 782px) {
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
  .yk6-tabbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100;
    display: grid; grid-template-columns: repeat(5, 1fr);
    background: #fff;
    border-top: 1px solid var(--yk-cizgi);
    box-shadow: 0 -6px 18px rgba(20, 38, 63, .08);
    padding: .3rem 0 calc(.3rem + env(safe-area-inset-bottom, 0px));
  }
  .yk6-tabbar > a, .yk6-tabbar > button {
    display: flex; flex-direction: column; align-items: center; gap: .12rem;
    background: none; border: none; cursor: pointer;
    color: var(--yk-gri) !important; font-size: .6rem; font-weight: 600;
    padding: .2rem 0; line-height: 1;
  }
  .yk6-tabbar > a.aktif { color: var(--yk-lacivert) !important; }
  .yk6-tabbar small { font-size: .6rem; font-weight: 600; }
  .yk6-tabbar .tab-sepet-sar { position: relative; display: inline-flex; }
  .yk6-tabbar .yk3-sepet-adet { top: -6px; right: -10px; left: auto; }
  .yk-wa { bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
}

/* Kategori alt-paneli (bottom sheet) */
.yk6-sheet {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(10, 20, 34, .55);
}
.yk6-sheet-panel {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: #fff; border-radius: 16px 16px 0 0;
  padding: 1.1rem 1.1rem calc(1.2rem + env(safe-area-inset-bottom, 0px));
  max-height: 70vh; overflow-y: auto;
  animation: ykSheet .28s cubic-bezier(.22, .8, .3, 1);
}
@keyframes ykSheet { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.yk6-sheet-panel > b {
  font-family: "Marcellus", serif; font-weight: 400;
  color: var(--yk-lacivert); font-size: 1.15rem;
  display: block; margin-bottom: .5rem;
}
.yk6-sheet-panel ul { list-style: none; margin: 0; padding: 0; }
.yk6-sheet-panel li { border-bottom: 1px solid var(--yk-zemin); }
.yk6-sheet-panel li:last-child { border-bottom: none; }
.yk6-sheet-panel a {
  display: flex; justify-content: space-between; align-items: center;
  padding: .8em .2em; color: var(--yk-murekkep) !important;
  font-size: .92rem; font-weight: 600;
}
.yk6-sheet-panel a small { color: var(--yk-gri); font-weight: 500; font-size: .74rem; }
.yk6-sheet-panel a.ozel { color: var(--yk-altin-koyu) !important; }
body.yk6-sheet-acik { overflow: hidden; }
@media (min-width: 783px) { .yk6-sheet { display: none !important; } }
@media (prefers-reduced-motion: reduce) { .yk6-sheet-panel { animation: none; } }

/* Yukarı çık butonu — masaüstü, 500px scroll sonrası */
.yk6-yukari {
  position: fixed; right: 14px; bottom: 76px; z-index: 990;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: var(--yk-lacivert);
  border: 1.5px solid var(--yk-altin);
  display: none; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(20, 38, 63, .18);
  opacity: 0; transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.yk6-yukari.gorunur { opacity: 1; transform: translateY(0); }
.yk6-yukari:hover { background: #fdf6e6; }
@media (min-width: 783px) { .yk6-yukari { display: flex; pointer-events: none; } .yk6-yukari.gorunur { pointer-events: auto; } }

/* ================= v7: CUSTOM STACK (WP'siz) ================= */

/* Standalone taban (Astra reset'i yok artık) */
*, *::before, *::after { box-sizing: border-box; }
body.yk-app {
  margin: 0; background: var(--yk-zemin); color: var(--yk-murekkep);
  font-family: "Inter", -apple-system, sans-serif; font-size: 15px; line-height: 1.6;
}
.yk-app a { text-decoration: none; color: var(--yk-lacivert); }
.yk-app img { max-width: 100%; height: auto; }
.yk-app h1, .yk-app h2, .yk-app h3 { line-height: 1.25; }
.yk-app input, .yk-app button { font: inherit; }

/* Üst satır: logo + kurumsal linkler */
.yk7-ust {
  background: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  max-width: 1280px; margin: 0 auto; padding: .6rem 1rem;
}
.yk7-logo img { height: 60px; width: auto; display: block; }
.yk7-ust-menu { display: flex; gap: 1.4rem; }
.yk7-ust-menu a { font-size: .88rem; font-weight: 600; color: var(--yk-murekkep); }
.yk7-ust-menu a:hover { color: var(--yk-altin-koyu); }
.yk7-ust { background: #fff; }
.yk7-ust-sarici { background: #fff; }
@media (max-width: 640px) {
  .yk7-logo img { height: 46px; }
  .yk7-ust-menu { display: none; }
}

/* Mega menü (desktop) */
.yk7-mega-sarici { position: relative; }
.yk7-mega-ana {
  display: inline-flex; align-items: center; gap: .35em;
  color: var(--yk-lacivert) !important; font-weight: 800 !important;
}
.yk7-mega-ana .ok { color: var(--yk-altin); font-size: .8em; }
.yk7-mega {
  position: absolute; top: 100%; left: 0; z-index: 300;
  min-width: 640px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: .4rem;
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 40px rgba(20, 38, 63, .16);
  padding: 1rem;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.yk7-mega-sarici:hover .yk7-mega, .yk7-mega-sarici:focus-within .yk7-mega {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.yk7-mega a { display: flex; flex-direction: column; align-items: center; gap: .3rem; padding: .6rem .4rem; border-radius: 10px; text-align: center; }
.yk7-mega a:hover { background: var(--yk-zemin); }
.yk7-mega .mg {
  width: 56px; height: 56px; border-radius: 50%; overflow: hidden;
  border: 2px solid var(--yk-altin); display: block;
}
.yk7-mega .mg img { width: 100%; height: 100%; object-fit: cover; }
.yk7-mega b { font-size: .78rem; color: var(--yk-murekkep); line-height: 1.25; }
.yk7-mega small { font-size: .66rem; color: var(--yk-gri); }
@media (max-width: 899px) { .yk7-mega-sarici { display: none; } }
@media (min-width: 900px) { .yk7-menu-kat { display: none; } }

/* Canlı arama dropdown */
.yk3-ara { position: relative; }
.yk7-canli {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 320;
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 12px;
  box-shadow: 0 16px 38px rgba(20, 38, 63, .18);
  max-height: 380px; overflow-y: auto; padding: .35rem;
}
.yk7-canli a { display: flex; align-items: center; gap: .65rem; padding: .45rem .55rem; border-radius: 8px; }
.yk7-canli a:hover { background: var(--yk-zemin); }
.yk7-canli img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.yk7-canli .cl-urun span { flex: 1; font-size: .84rem; font-weight: 600; color: var(--yk-murekkep); }
.yk7-canli .cl-urun b { font-size: .82rem; color: var(--yk-lacivert); white-space: nowrap; }
.yk7-canli .cl-kat { font-size: .8rem; font-weight: 700; color: var(--yk-altin-koyu) !important; }

/* Breadcrumb + liste yardımcıları */
.yk7-kirinti { font-size: .76rem; color: var(--yk-gri); margin-bottom: .8rem; }
.yk7-kirinti a { color: var(--yk-gri); }
.yk7-kirinti a:hover { color: var(--yk-altin-koyu); }
.yk7-kirinti span { color: var(--yk-murekkep); font-weight: 600; }
.yk7-sayac { font-size: .78rem; color: var(--yk-gri); margin: -0.4rem 0 .8rem; }
.yk7-bos { background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 12px; padding: 1.4rem; }
.yk7-bos a { color: var(--yk-altin-koyu); font-weight: 700; }

/* Ürün detay düzeni */
.yk7-urun { display: grid; gap: 1.2rem; margin-top: .4rem; }
@media (min-width: 900px) { .yk7-urun { grid-template-columns: 1.05fr 1fr; align-items: start; } }
.yk7-galeri {
  position: relative; background: #fff; border: 1px solid var(--yk-cizgi);
  border-radius: 14px; overflow: hidden;
}
.yk7-galeri img { width: 100%; display: block; aspect-ratio: 1; object-fit: cover; }
.yk7-galeri .yk3-rozet { position: absolute; top: 12px; left: 12px; z-index: 2; }
.yk7-kod { color: var(--yk-gri); font-size: .74rem; font-weight: 600; letter-spacing: .04em; }
.yk7-ozet h1 { font-family: "Marcellus", serif; font-weight: 400; font-size: clamp(1.35rem, 3.4vw, 1.9rem); margin: .15em 0 .3em; color: var(--yk-lacivert); }
.yk7-fiyat-satir { margin: .5rem 0 .9rem; }
.yk7-fiyat-satir .yk2-fiyat { font-size: 1.55rem; padding: 0; }
.yk7-fiyat-satir del { font-size: .9rem; display: inline; margin-right: .5em; }
.yk7-siparis {
  display: flex; align-items: center; justify-content: center; gap: .5em;
  background: #1eb85a; color: #fff !important;
  font-weight: 800; font-size: 1rem;
  border-radius: 11px; padding: .85em 1.2em; margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(30, 184, 90, .3);
  transition: transform .15s ease, box-shadow .2s ease;
}
.yk7-siparis:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(30, 184, 90, .4); }

/* Ürün özellikleri tablosu (tesbihcibaba deseni) */
.yk7-ozellikler {
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 12px;
  padding: .9rem 1rem; margin-top: 1rem;
}
.yk7-ozellikler > b { display: flex; align-items: center; gap: .4em; color: var(--yk-lacivert); font-size: .92rem; margin-bottom: .4rem; }
.yk7-ozellikler > b .yk-i { color: var(--yk-altin-koyu); }
.yk7-ozellikler table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.yk7-ozellikler tr { border-bottom: 1px solid var(--yk-zemin); }
.yk7-ozellikler tr:last-child { border-bottom: none; }
.yk7-ozellikler th { text-align: left; font-weight: 600; color: var(--yk-gri); padding: .5em .5em .5em 0; width: 46%; }
.yk7-ozellikler td { color: var(--yk-murekkep); font-weight: 600; }

/* Açıklama + yorumlar */
.yk7-aciklama, .yk7-yorumlar {
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 14px;
  padding: 1.2rem 1.3rem; margin-top: 1.2rem;
}
.yk7-aciklama h2, .yk7-yorumlar h2 { font-family: "Marcellus", serif; font-weight: 400; font-size: 1.25rem; color: var(--yk-lacivert); margin: 0 0 .6em; }
.yk7-yorum { border-top: 1px solid var(--yk-zemin); padding: .8rem 0 .2rem; }
.yk7-yorum b { color: var(--yk-lacivert); font-size: .88rem; margin-right: .6em; }
.yk7-yorum time { color: var(--yk-gri); font-size: .72rem; }
.yk7-yorum p { margin: .3em 0 .4em; font-size: .88rem; }

/* Yazı / sayfa gövdesi */
.yk7-yazi-govde { max-width: 780px; }
.yk7-yazi-govde h1 { font-family: "Marcellus", serif; font-weight: 400; color: var(--yk-lacivert); font-size: clamp(1.5rem, 4.5vw, 2.1rem); margin: .2em 0 .3em; }
.yk7-tarih { color: var(--yk-gri); font-size: .78rem; }
.yk7-kapak { border-radius: 14px; margin: 1rem 0; aspect-ratio: 16/8; object-fit: cover; width: 100%; }
.yk7-icerik { background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 14px; padding: 1.3rem 1.4rem; margin-top: .8rem; }
.yk7-icerik h2 { font-size: 1.15rem; color: var(--yk-lacivert); margin: 1.1em 0 .4em; }
.yk7-icerik p, .yk7-icerik li { font-size: .92rem; line-height: 1.75; }
.yk7-icerik .yk2-btn { color: #fff !important; }

/* Sipariş takip formu */
.yk7-takip-form { display: grid; gap: .8rem; background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 14px; padding: 1.2rem 1.3rem; margin: 1rem 0; max-width: 460px; }
.yk7-takip-form label { font-size: .82rem; font-weight: 700; color: var(--yk-lacivert); display: grid; gap: .3rem; }
.yk7-takip-form input { border: 1.5px solid var(--yk-cizgi); border-radius: 9px; padding: .6em .8em; font-size: .92rem; }
.yk7-takip-form input:focus { outline: none; border-color: var(--yk-altin); }
.yk7-takip-sonuc { background: #fff; border: 1.5px solid var(--yk-altin); border-radius: 12px; padding: 1rem 1.2rem; }

/* Para simgesi */
.yk-para { font-size: .74em; font-weight: 600; }

/* Tab bar 4-5 öğe uyumu */
.yk6-tabbar { grid-auto-flow: column; }

/* ================= v7.1: FOTO HERO (tesbihcibaba dergi düzeni) ================= */
.yk8-slayt { display: block; grid-template-columns: none; min-height: 380px; padding: 0; }
.yk8-zemin {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.yk8-slayt::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(9, 17, 29, .84) 0%, rgba(9, 17, 29, .45) 52%, rgba(9, 17, 29, .08) 100%);
}
.yk8-slayt .yk6-slayt-yazi {
  position: relative; z-index: 2;
  padding: 2.6rem 2.2rem; max-width: 34em;
  display: flex; flex-direction: column; justify-content: center;
  min-height: 380px;
}
.yk8-buyuk {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4.6vw, 2.7rem) !important;
  letter-spacing: .025em; line-height: 1.12 !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}
.yk8-slayt .yk6-slayt-yazi p { text-shadow: 0 2px 10px rgba(0, 0, 0, .5); color: #e3e9f0; }
.yk8-slayt::after { z-index: 2; }
@media (max-width: 640px) {
  .yk8-slayt { min-height: 300px; }
  .yk8-slayt .yk6-slayt-yazi { min-height: 300px; padding: 1.4rem 1.1rem; }
}

/* Yan kartlar + kategori kartları: gerçek foto (daha görünür, güçlü alt gradient) */
.yk8-yan img { opacity: .92; }
.yk8-yan::after { background: linear-gradient(180deg, rgba(14, 24, 40, .05) 25%, rgba(10, 18, 30, .88) 100%); }
.yk6-kat-kart.yk8-foto img { opacity: .95; }
.yk6-kat-kart.yk8-foto::before { background: linear-gradient(180deg, rgba(10, 18, 30, .06) 25%, rgba(9, 16, 28, .9) 100%); }

/* Kişiye Özel banner: foto zeminli */
.yk8-banner-foto { position: relative; overflow: hidden; }
.yk8-banner-foto .yk8-zemin { z-index: 0; }
.yk8-banner-foto::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(9, 17, 29, .88) 8%, rgba(9, 17, 29, .55) 55%, rgba(9, 17, 29, .2) 100%);
}
.yk8-banner-foto > small, .yk8-banner-foto > h2, .yk8-banner-foto > p, .yk8-banner-foto > .yk2-btn {
  position: relative; z-index: 2;
}

/* ================= v7.2: HEADER İŞÇİLİĞİ + KATEGORİ HALKALARI ================= */

/* Tek güçlü header satırı: logo — dolgun arama — etiketli aksiyonlar */
.yk9-header {
  background: #fff;
  border-bottom: 1px solid var(--yk-cizgi);
  position: sticky; top: 0; z-index: 400;
  box-shadow: 0 2px 14px rgba(20, 38, 63, .06);
}
.yk9-header-ic {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 1.6rem;
  padding: .7rem 1rem;
}
.yk9-logo { flex-shrink: 0; }
.yk9-logo img { height: 56px; width: auto; display: block; }

.yk9-ara {
  flex: 1; position: relative;
  display: flex; align-items: stretch;
  max-width: 600px; margin: 0 auto;
  background: #fff;
  border: 2px solid var(--yk-altin);
  border-radius: 12px;
  overflow: visible;
  transition: box-shadow .2s ease;
}
.yk9-ara:focus-within { box-shadow: 0 0 0 4px rgba(201, 147, 47, .16); }
.yk9-ara input[type="search"] {
  flex: 1; border: none; outline: none; background: transparent;
  padding: .78em 1.1em; font-size: .93rem; color: var(--yk-murekkep);
  border-radius: 12px 0 0 12px;
}
.yk9-ara button {
  display: flex; align-items: center; gap: .45em;
  border: none; cursor: pointer;
  background: linear-gradient(160deg, #e9b949, var(--yk-altin-koyu));
  color: #fff; font-weight: 800; font-size: .8rem; letter-spacing: .08em;
  padding: 0 1.35em; border-radius: 0 9px 9px 0;
  transition: filter .15s ease;
}
.yk9-ara button:hover { filter: brightness(1.06); }
.yk9-ara .yk7-canli { border-radius: 12px; }

.yk9-aksiyonlar { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.yk9-aksiyonlar > a {
  display: flex; align-items: center; gap: .6rem;
  padding: .45rem .55rem; border-radius: 10px;
  transition: background .15s ease;
}
.yk9-aksiyonlar > a:hover { background: var(--yk-zemin); }
.yk9-aksiyonlar .iko {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--yk-zemin); color: var(--yk-lacivert);
  border: 1px solid var(--yk-cizgi);
}
.yk9-aksiyonlar .iko.yesil { background: #e9f9ef; color: #14934a; border-color: #bfe9cf; }
.yk9-aksiyonlar .yz { display: flex; flex-direction: column; line-height: 1.25; }
.yk9-aksiyonlar .yz small { font-size: .66rem; color: var(--yk-gri); font-weight: 600; }
.yk9-aksiyonlar .yz b { font-size: .8rem; color: var(--yk-lacivert); font-weight: 700; white-space: nowrap; }
.yk9-aksiyonlar .ayrac { width: 1px; height: 30px; background: var(--yk-cizgi); }

/* Eski iki-satır header kuralları etkisiz (yeni yapı) */
.yk7-ust, .yk3-headbar { display: none; }

@media (max-width: 900px) {
  .yk9-header-ic { flex-wrap: wrap; gap: .6rem .8rem; padding: .55rem .8rem .7rem; }
  .yk9-logo img { height: 44px; }
  .yk9-aksiyonlar { order: 2; margin-left: auto; gap: .4rem; }
  .yk9-aksiyonlar .yz { display: none; }
  .yk9-aksiyonlar .ayrac { display: none; }
  .yk9-aksiyonlar .iko { width: 40px; height: 40px; }
  .yk9-ara { order: 3; flex-basis: 100%; max-width: none; }
}

/* Kategori bandı: kurumsal linkler sağda, ayrık ve sakin */
.yk9-menu-bosluk { flex: 1; }
.yk9-menu-kurumsal { color: var(--yk-gri) !important; font-weight: 600 !important; font-size: .78rem !important; }
.yk9-menu-kurumsal:hover { color: var(--yk-lacivert) !important; }
@media (max-width: 899px) { .yk9-menu-bosluk, .yk9-menu-kurumsal { display: none; } }

/* Kategori halkaları: atmosferik kırpım + çift halka işçiliği */
.yk9-katlar { gap: .9rem; }
.yk9-katlar .yk5-kat .halka {
  display: block; position: relative;
  width: 76px; height: 76px; margin: 0 auto .45rem;
  border-radius: 50%; overflow: hidden;
  border: 2px solid var(--yk-altin);
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(201, 147, 47, .35), 0 6px 14px rgba(20, 38, 63, .12);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.yk9-katlar .yk5-kat .halka img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12);
  transition: transform .35s ease;
}
.yk9-katlar .yk5-kat:hover .halka { transform: translateY(-3px); box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--yk-altin), 0 12px 22px rgba(20, 38, 63, .2); }
.yk9-katlar .yk5-kat:hover .halka img { transform: scale(1.2); }
.yk9-katlar .halka.tumu {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--yk-altin-koyu);
  background: linear-gradient(145deg, #fffdf7, #fdf2da);
}
.yk9-katlar .yk5-kat b { font-size: .78rem; }
@media (min-width: 900px) { .yk9-katlar .yk5-kat .halka { width: 88px; height: 88px; } }

/* ================= FAZ 2: SEPET + ÖDEME + PANEL ================= */
.yk9-aksiyonlar .iko.lacivert { position: relative; background: #eef2f8; color: var(--yk-lacivert); }
.yk9-aksiyonlar .iko .yk3-sepet-adet { top: -5px; right: -6px; left: auto; }

.yk9-sepet-duzen { display: grid; gap: 1rem; align-items: start; }
@media (min-width: 900px) { .yk9-sepet-duzen { grid-template-columns: 1.7fr 1fr; } }
.yk9-kalemler { display: grid; gap: .7rem; }
.yk9-kalem {
  display: grid; grid-template-columns: 84px 1fr auto; gap: .9rem; align-items: center;
  background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 12px; padding: .8rem;
}
.yk9-kalem .kg img { width: 84px; height: 84px; object-fit: cover; border-radius: 9px; display: block; }
.yk9-kalem .kb b { color: var(--yk-lacivert); font-size: .92rem; }
.yk9-kalem .kb small { display: block; color: var(--yk-gri); font-size: .74rem; margin: .15em 0 .5em; }
.yk9-kalem .adet { display: inline-flex; align-items: center; gap: .1rem; border: 1px solid var(--yk-cizgi); border-radius: 8px; overflow: hidden; }
.yk9-kalem .adet button {
  border: none; background: var(--yk-zemin); cursor: pointer;
  width: 30px; height: 30px; font-weight: 800; color: var(--yk-lacivert);
}
.yk9-kalem .adet span { min-width: 30px; text-align: center; font-weight: 700; font-size: .88rem; }
.yk9-kalem .adet .sil { width: auto; padding: 0 .7em; font-size: .72rem; color: var(--yk-kirmizi); background: #fff; }
.yk9-kalem .kt { color: var(--yk-lacivert); font-size: 1.02rem; white-space: nowrap; }

.yk9-ozet { background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 14px; padding: 1.1rem 1.2rem; position: sticky; top: 84px; }
.yk9-ozet > b { font-family: "Marcellus", serif; font-weight: 400; font-size: 1.1rem; color: var(--yk-lacivert); display: block; margin-bottom: .6rem; }
.yk9-ozet > div { display: flex; justify-content: space-between; font-size: .88rem; padding: .3em 0; }
.yk9-ozet .genel { border-top: 1.5px solid var(--yk-cizgi); margin-top: .4rem; padding-top: .6em; font-weight: 800; color: var(--yk-lacivert); font-size: 1rem; }
.yk9-ozet .bedava { color: var(--yk-yesil); font-style: normal; font-weight: 800; }
.yk9-ozet .esik { font-size: .74rem; color: var(--yk-altin-koyu); background: #fdf6e6; border-radius: 8px; padding: .5em .7em; }
.yk9-ozet .devam { display: block; text-align: center; font-size: .8rem; margin-top: .6rem; color: var(--yk-gri); }
.yk9-ozet .guven { font-size: .72rem; color: var(--yk-gri); margin: .8rem 0 0; line-height: 1.5; }

.yk9-sepete {
  display: flex; align-items: center; justify-content: center; gap: .5em;
  background: var(--yk-lacivert); color: #fff !important;
  font-weight: 800; font-size: .95rem; border: none; cursor: pointer;
  border-radius: 11px; padding: .8em 1.2em; width: 100%;
  transition: background .2s ease, transform .15s ease;
}
.yk9-sepete:hover { background: var(--yk-altin); transform: translateY(-1px); }
.yk9-sepete.tam { margin-top: .8rem; }
.yk9-al { display: flex; gap: .6rem; margin-bottom: .6rem; }
.yk9-al select { border: 1.5px solid var(--yk-cizgi); border-radius: 10px; padding: 0 .6em; font-size: .9rem; background: #fff; }
.yk9-al .yk9-sepete { flex: 1; }
.yk9-ikincil { background: #fff !important; color: #14934a !important; border: 1.5px solid #1eb85a; box-shadow: none; }
.yk9-ikincil:hover { background: #e9f9ef !important; }

.yk9-form { background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 14px; padding: 1.2rem 1.3rem; display: grid; gap: .9rem; }
.yk9-form label { font-size: .82rem; font-weight: 700; color: var(--yk-lacivert); display: grid; gap: .3rem; }
.yk9-form input, .yk9-form textarea { border: 1.5px solid var(--yk-cizgi); border-radius: 9px; padding: .65em .8em; font-size: .92rem; font-family: inherit; }
.yk9-form input:focus, .yk9-form textarea:focus { outline: none; border-color: var(--yk-altin); }
.yk9-form .guven { font-size: .74rem; color: var(--yk-gri); margin: 0; }
.yk9-hata { background: #fdecec; color: #b3261e; border: 1px solid #f3c2be; border-radius: 10px; padding: .7em 1em; font-size: .86rem; }

.yk9-tesekkur { background: #fff; border: 1px solid var(--yk-cizgi); border-radius: 16px; padding: 2rem 1.6rem; text-align: center; }
.yk9-tesekkur .tik { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin: 0 auto 1rem; border-radius: 50%; background: #e9f9ef; color: #14934a; font-size: 1.9rem; font-weight: 800; }
.yk9-tesekkur h1 { font-family: "Marcellus", serif; font-weight: 400; color: var(--yk-lacivert); margin: 0 0 .3em; }
.yk9-tesekkur .kod b { color: var(--yk-altin-koyu); letter-spacing: .04em; }
.yk9-tesekkur .ozet { text-align: left; max-width: 26em; margin: 1.2rem auto; border: 1px solid var(--yk-zemin); border-radius: 12px; padding: .9rem 1rem; }
.yk9-tesekkur .ozet > div { display: flex; justify-content: space-between; font-size: .88rem; padding: .25em 0; }
.yk9-tesekkur .ozet .genel { border-top: 1px solid var(--yk-cizgi); margin-top: .3rem; padding-top: .5em; }
.yk9-tesekkur .odeme-bilgi { max-width: 26em; margin: 0 auto; }
.yk9-tesekkur .odeme-bilgi code { background: var(--yk-zemin); padding: .2em .5em; border-radius: 6px; font-size: .9em; }
.yk9-tesekkur .yk7-siparis { max-width: 20em; margin: 1rem auto 0; }

/* ---- Usta paneli (sade, işlevsel) ---- */
body.yk-panel { margin: 0; background: #f2f4f8; color: #1d2733; font-family: "Inter", -apple-system, sans-serif; font-size: 15px; }
.yk-panel a { text-decoration: none; }
.pn-ust { background: var(--yk-lacivert); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1.2rem; flex-wrap: wrap; }
.pn-marka { color: #f0c05e; font-family: "Marcellus", serif; font-size: 1.05rem; }
.pn-marka b { color: #fff; font-family: "Inter", sans-serif; font-size: .8rem; font-weight: 600; opacity: .85; }
.pn-ust nav { display: flex; gap: .3rem; flex-wrap: wrap; }
.pn-ust nav a { color: #c9d4e2; font-size: .85rem; font-weight: 600; padding: .45em .8em; border-radius: 8px; }
.pn-ust nav a.aktif, .pn-ust nav a:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.pn-ust nav .cikis { color: #ffb4a8; }
.pn-icerik { max-width: 1100px; margin: 0 auto; padding: 1.4rem 1.2rem 3rem; }
.pn-icerik h1 { font-size: 1.35rem; display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.pn-icerik h2 { font-size: 1rem; margin: 1.2em 0 .5em; }
.pn-kutular { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .8rem; margin: 1rem 0 1.6rem; }
.pn-kutu { background: #fff; border: 1px solid #e3e8ef; border-radius: 12px; padding: 1rem 1.1rem; color: inherit; }
.pn-kutu b { display: block; font-size: 1.5rem; color: var(--yk-lacivert); }
.pn-kutu span { font-size: .78rem; color: #5c6b7d; }
.pn-kutu.vurgu { border-color: var(--yk-altin); background: #fffdf6; }
.pn-tablo { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e3e8ef; border-radius: 12px; overflow: hidden; font-size: .86rem; }
.pn-tablo th { text-align: left; background: #f7f9fc; padding: .65em .8em; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: #5c6b7d; }
.pn-tablo td { padding: .6em .8em; border-top: 1px solid #eef1f6; vertical-align: middle; }
.pn-tablo tr.pasif { opacity: .5; }
.pn-mini { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; vertical-align: middle; }
.pn-btn { display: inline-block; background: var(--yk-lacivert); color: #fff !important; font-weight: 700; font-size: .84rem; border: none; cursor: pointer; border-radius: 9px; padding: .6em 1.1em; }
.pn-btn:hover { background: var(--yk-altin); }
.pn-btn.kucuk { padding: .35em .8em; font-size: .76rem; }
.pn-durum { font-size: .72rem; font-weight: 800; padding: .25em .7em; border-radius: 999px; background: #eef1f6; color: #44546a; white-space: nowrap; }
.pn-durum.d-yeni { background: #fdf1d7; color: #8a6100; }
.pn-durum.d-onaylandı { background: #e0ecff; color: #1d4fa1; }
.pn-durum.d-kargoda { background: #e8e2ff; color: #5636b8; }
.pn-durum.d-teslim-edildi { background: #dcf5e5; color: #146c3c; }
.pn-durum.d-iptal { background: #fde3e0; color: #a12e24; }
.pn-filtre { display: flex; gap: .4rem; flex-wrap: wrap; margin: .8rem 0 1rem; }
.pn-filtre a { font-size: .8rem; font-weight: 700; padding: .4em .9em; border-radius: 999px; background: #fff; border: 1px solid #e3e8ef; color: #44546a; }
.pn-filtre a.aktif { background: var(--yk-lacivert); color: #fff; border-color: var(--yk-lacivert); }
.pn-iki { display: grid; gap: 1rem; align-items: start; }
@media (min-width: 860px) { .pn-iki { grid-template-columns: 1fr 1fr; } }
.pn-kart { background: #fff; border: 1px solid #e3e8ef; border-radius: 14px; padding: 1.1rem 1.2rem; }
.pn-form { display: grid; gap: .8rem; }
.pn-form label { font-size: .8rem; font-weight: 700; color: #44546a; display: grid; gap: .3rem; }
.pn-form input, .pn-form select, .pn-form textarea { border: 1.5px solid #dfe5ec; border-radius: 9px; padding: .6em .75em; font-size: .9rem; font-family: inherit; background: #fff; }
.pn-form input:focus, .pn-form select:focus, .pn-form textarea:focus { outline: none; border-color: var(--yk-altin); }
.pn-form fieldset { border: 1.5px solid #dfe5ec; border-radius: 10px; padding: .6rem .8rem; }
.pn-form legend { font-size: .76rem; font-weight: 800; color: #44546a; padding: 0 .4em; }
.pn-onay { display: flex !important; flex-direction: row !important; align-items: center; gap: .5em !important; font-weight: 600 !important; }
.pn-onay input { width: auto; }
.pn-yanyana { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.pn-ok { color: #146c3c; background: #dcf5e5; font-size: .74rem; font-weight: 800; padding: .3em .8em; border-radius: 999px; }
.pn-hata { background: #fdecec; color: #b3261e; border: 1px solid #f3c2be; border-radius: 10px; padding: .7em 1em; font-size: .86rem; }
.pn-ipucu { font-size: .74rem; color: #7a8798; }
.pn-giris-sayfa { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: var(--yk-lacivert); }
.pn-giris { background: #fff; border-radius: 18px; padding: 2rem 2.2rem; width: min(94vw, 380px); display: grid; gap: .9rem; text-align: center; }
.pn-giris img { margin: 0 auto; }
.pn-giris h1 { font-size: 1.1rem; margin: 0; color: var(--yk-lacivert); }
.pn-giris label { text-align: left; font-size: .8rem; font-weight: 700; color: #44546a; display: grid; gap: .3rem; }
.pn-giris input { border: 1.5px solid #dfe5ec; border-radius: 9px; padding: .65em .8em; font-size: .95rem; }
.pn-giris button { background: var(--yk-lacivert); color: #fff; font-weight: 800; border: none; border-radius: 10px; padding: .75em; cursor: pointer; }
.pn-giris button:hover { background: var(--yk-altin); }

/* ================= PANEL v2: ESNAF DOSTU ================= */
.pn-uyari {
  background: #fffdf6; border: 1.5px solid var(--yk-altin); border-radius: 14px;
  padding: 1rem 1.2rem; margin: 1rem 0;
  display: grid; gap: .5rem; justify-items: start;
}
.pn-uyari b { font-size: 1rem; }
.pn-uyari span { font-size: .85rem; color: #44546a; line-height: 1.55; }
.pn-kisayollar { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .8rem; margin: 1.1rem 0; }
.pn-kisayol {
  background: #fff; border: 1px solid #e3e8ef; border-radius: 14px;
  padding: 1.1rem 1.2rem; color: inherit;
  display: grid; gap: .15rem; justify-items: start;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}
.pn-kisayol:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(20, 38, 63, .1); border-color: var(--yk-altin); }
.pn-kisayol span { font-size: 1.5rem; }
.pn-kisayol b { color: var(--yk-lacivert); }
.pn-kisayol small { color: #7a8798; font-size: .76rem; }
.pn-tablo-sar { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
.pn-tablo-sar .pn-tablo { min-width: 560px; }

/* Sipariş durum akış şeridi */
.pn-akis { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; margin: .8rem 0 1.1rem; }
.pn-akis .adim {
  font-size: .74rem; font-weight: 800; padding: .4em 1em; border-radius: 999px;
  background: #eef1f6; color: #8794a5;
}
.pn-akis .adim.oldu { background: #dcf5e5; color: #146c3c; }
.pn-akis .adim.simdiki { outline: 2px solid var(--yk-altin); outline-offset: 2px; }
.pn-akis .adim.iptal { background: #fde3e0; color: #a12e24; }
.pn-akis i { width: 18px; height: 2px; background: #d7dde6; border-radius: 2px; }

/* Büyük tek tık durum butonları */
.pn-durum-btnlar { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.pn-dbtn {
  border: none; cursor: pointer; border-radius: 11px;
  font-weight: 800; font-size: .88rem; padding: .85em .6em;
  transition: transform .12s ease, filter .15s ease;
}
.pn-dbtn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.pn-dbtn.onay { background: #e0ecff; color: #1d4fa1; }
.pn-dbtn.kargo { background: #e8e2ff; color: #5636b8; }
.pn-dbtn.teslim { background: #dcf5e5; color: #146c3c; }
.pn-dbtn.iptal { background: #fde3e0; color: #a12e24; }
.pn-btn.wa { background: #1eb85a; margin: .4rem 0 .8rem; }
.pn-btn.wa:hover { background: #17984a; }
.pn-btn.gri { background: #eef1f6; color: #44546a !important; }
.pn-btn.gri:hover { background: #dfe5ec; }
.pn-btn.sil { background: #fde3e0; color: #a12e24 !important; }
.pn-islem { display: flex; gap: .4rem; align-items: center; flex-wrap: wrap; }
.pn-islem form { margin: 0; }

/* Kategori yönetim kartları */
.pn-kat-liste { display: grid; gap: .7rem; }
.pn-kat { display: grid; grid-template-columns: 74px 1fr auto; gap: .9rem; align-items: center; }
.pn-kat .gorsel { width: 74px; height: 74px; border-radius: 12px; overflow: hidden; background: #f2f4f8; display: flex; align-items: center; justify-content: center; }
.pn-kat .gorsel img { width: 100%; height: 100%; object-fit: cover; }
.pn-kat .gorsel i { font-size: .66rem; color: #99a5b4; font-style: normal; }
.pn-kat .orta { display: grid; gap: .3rem; }
.pn-kat .orta input[type=text], .pn-kat .orta input:not([type]) { font-weight: 700; }
.pn-kat .orta small { color: #7a8798; font-size: .72rem; }
.pn-kat .foto-degis { font-size: .74rem; color: #1d4fa1; font-weight: 700; cursor: pointer; }
.pn-kat .foto-degis input { display: block; font-size: .72rem; font-weight: 400; margin-top: .2rem; }
.pn-kat .sag { display: grid; gap: .4rem; }
.pn-yeni-kat { margin: 1rem 0 1.4rem; }

/* Panel mobil dokunuşlar */
@media (max-width: 700px) {
  .pn-icerik { padding: 1rem .8rem 3rem; }
  .pn-ust { padding: .6rem .8rem; }
  .pn-ust nav a { padding: .5em .65em; font-size: .8rem; }
  .pn-durum-btnlar { grid-template-columns: 1fr; }
  .pn-kat { grid-template-columns: 60px 1fr; }
  .pn-kat .sag { grid-column: 1 / -1; grid-auto-flow: column; justify-content: start; }
  .pn-kat .gorsel { width: 60px; height: 60px; }
  .pn-yanyana { grid-template-columns: 1fr; }
}
.pn-iki > * { min-width: 0; }
.pn-kutular > *, .pn-kisayollar > * { min-width: 0; }
/* Panel: büyük foto önizleme + üründe "Not" satırı */
.pn-foto-alan { display: grid; gap: .4rem; }
.pn-foto-alan > span { font-size: .8rem; font-weight: 700; color: #44546a; }
.pn-onizleme { width: 140px; height: 140px; object-fit: cover; border-radius: 12px; border: 1px solid #e3e8ef; }
.yk7-not { color: var(--yk-gri); font-style: italic; font-size: .84rem; }
/* Yapımcı imzası — footer'ın en altı */
.yk9-imza {
  text-align: center; font-size: .72rem; color: #7f8ea3;
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 1.1rem; padding-top: .9rem;
  letter-spacing: .04em;
}
.yk9-imza b { color: #cdb87e; font-family: "Marcellus", serif; font-weight: 400; letter-spacing: .08em; }
.yk9-imza .ay { color: var(--yk-altin); font-size: .8em; }
/* .yk-app a genel kuralı footer'ı ezmesin (lacivert zeminde lacivert olmuştu) */
.yk-app .yk5-footer a { color: #b9c4d2; }
.yk-app .yk5-footer a:hover { color: #f0c05e; }
.yk-app .yk5-footer .marka { color: #f0c05e; }

/* Tab bar işçilik: ferah, aktif sekmede altın üst çizgi */
@media (max-width: 782px) {
  .yk6-tabbar { padding: .42rem 0 calc(.42rem + env(safe-area-inset-bottom, 0px)); }
  .yk6-tabbar > a, .yk6-tabbar > button {
    background: none; border: none; border-radius: 0;
    position: relative; gap: .22rem; padding: .28rem 0 .1rem;
    font: inherit;
  }
  .yk6-tabbar > a::before, .yk6-tabbar > button::before {
    content: ""; position: absolute; top: -0.46rem; left: 22%; right: 22%;
    height: 3px; border-radius: 0 0 3px 3px; background: transparent;
  }
  .yk6-tabbar > a.aktif { color: var(--yk-lacivert) !important; }
  .yk6-tabbar > a.aktif::before { background: var(--yk-altin); }
  .yk6-tabbar > a.aktif .yk-i { color: var(--yk-altin-koyu); }
}

/* Kart hizası: fiyat+buton bloğu dibe yapışır — indirimli/yorumlu fark
   etmeksizin tüm kartlarda Sepete Ekle aynı çizgide durur */
.yk2-urun .yk2-fiyat { margin-top: auto; }
