/* Bahçe Doktoru — kurumsal yeşil marka teması */
:root {
  /* --orange* değişken adları korundu ama artık marka yeşili */
  --orange: #0a6e3f;        /* birincil marka yeşili (buton/aksan) */
  --orange-dark: #075B3A;   /* koyu yeşil (hover) */
  --orange-50: #eaf4ee;     /* açık yeşil zemin tonu */
  --accent: #76C043;        /* fıstık yeşili vurgu */
  --accent-dark: #5a9a2e;
  --ink: #2D2F31;
  --ink-2: #484f56;
  --muted: #768494;
  --line: #e5e5e5;
  --line-2: #dde1e6;
  --bg: #ffffff;
  --bg-soft: #f6f8f5;
  --green: #4e9d24;
  --green-bg: #eef7e4;
  --danger: #d32f2f;
  --info: #2962ff;
  --radius: 10px;
  --shadow: 0 1px 4px rgba(37, 51, 66, .08);
  --shadow-lg: 0 8px 24px rgba(37, 51, 66, .16);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.5; font-size: 15px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1232px; margin: 0 auto; padding: 0 16px; }
.container.narrow { max-width: 760px; }
.center { text-align: center; }
.muted { color: var(--muted); font-weight: 400; }
.mt-2 { margin-top: 24px; }

h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); font-weight: 700; }
.page-title { font-size: 1.6rem; margin: 22px 0 16px; }
.section-title { font-size: 1.3rem; margin-bottom: 16px; }

/* ---------- butonlar ---------- */
.btn {
  display: inline-block; padding: 11px 22px; border-radius: 8px; border: 1px solid transparent;
  font-size: .95rem; font-weight: 600; cursor: pointer; text-align: center; transition: all .15s;
  background: none; font-family: inherit;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { border-color: var(--orange); color: var(--orange); background: #fff; }
.btn-outline:hover { background: var(--orange-50); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #f1f1f1; }
.btn-block { display: block; width: 100%; }
.btn-lg { padding: 14px 30px; font-size: 1.02rem; }
.btn-sm { padding: 7px 14px; font-size: .85rem; }
.btn-danger { border-color: var(--danger); color: var(--danger); background: #fff; }
.btn-danger:hover { background: #fdecec; }
.pager { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 18px 0; }
.pager .pg { min-width: 34px; padding: 7px 10px; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: .9rem; }
.pager a.pg:hover { border-color: var(--orange); color: var(--orange); }
.pager .pg.current { background: var(--orange); border-color: var(--orange); color: #fff; font-weight: 700; }
.pager .pg.gap { border: none; background: none; }
.pager .pg-info { margin-left: auto; color: var(--muted); font-size: .85rem; }
.icon-btn { border: none; background: none; color: var(--muted); font-size: 1.05rem; cursor: pointer; padding: 8px; }
.icon-btn:hover { color: var(--danger); }

/* ---------- üst bar ---------- */
.topbar { background: var(--bg-soft); border-bottom: 1px solid var(--line); font-size: .8rem; color: var(--muted); }
.topbar-in { display: flex; justify-content: space-between; align-items: center; height: 34px; gap: 12px; }
.topbar-links { display: flex; gap: 18px; white-space: nowrap; overflow-x: auto; }
.topbar-links a:hover { color: var(--orange); }
.topbar-tel { color: var(--ink); font-weight: 700; }

/* ---------- header ---------- */
.site-header { background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: var(--shadow); }
.mainbar { display: flex; align-items: center; gap: 24px; padding: 14px 16px; }
.logo { flex-shrink: 0; }
.logo-img { height: 54px; width: auto; display: block; }
.logo-img-footer { height: 42px; width: auto; display: block; }

.search {
  flex: 1; display: flex; align-items: center; max-width: 640px; position: relative;
  background: var(--bg-soft); border: 2px solid var(--bg-soft); border-radius: 8px; transition: all .15s;
}
.search:focus-within { background: #fff; border-color: var(--orange); }
.search-ico { color: var(--muted); margin-left: 14px; flex-shrink: 0; }
.search input { flex: 1; border: none; background: none; padding: 11px 12px; font-size: .95rem; outline: none; color: var(--ink); }
.search button {
  border: none; background: var(--orange); color: #fff; font-weight: 700; font-size: .9rem;
  padding: 8px 22px; border-radius: 6px; margin: 4px; cursor: pointer;
}
.search button:hover { background: var(--orange-dark); }

.header-actions { display: flex; gap: 10px; margin-left: auto; flex-shrink: 0; align-items: stretch; }
.header-actions .has-drop { display: flex; }
.account-box, .cart-box {
  display: flex; align-items: center; gap: 9px; border: 1px solid var(--line-2);
  border-radius: 8px; padding: 0 16px; height: 48px; box-sizing: border-box;
  font-size: .9rem; transition: all .15s; flex: 1;
}
.account-box:hover { border-color: var(--ink); }
.account-box svg { color: var(--ink-2); }
.box-2line { display: flex; flex-direction: column; line-height: 1.15; }
.box-2line b { font-size: .88rem; }
.box-2line small { color: var(--muted); font-size: .72rem; font-weight: 400; }
.cart-box { background: var(--orange); border-color: var(--orange); color: #fff; font-weight: 700; }
.cart-box:hover { background: var(--orange-dark); }
.cart-ico-wrap { position: relative; display: flex; }
.cart-badge {
  position: absolute; top: -9px; right: -10px; background: #fff; color: var(--orange);
  font-size: .7rem; min-width: 18px; height: 18px; border-radius: 9px; border: 1px solid var(--orange);
  display: flex; align-items: center; justify-content: center; padding: 0 4px; font-weight: 800;
}
.menu-btn { display: none; }

.rainbow-line {
  height: 4px;
  background: linear-gradient(90deg, #075B3A, #0a6e3f 45%, #4e9d24 72%, #76C043);
}

/* nav */
.mainnav { background: #fff; border-bottom: 1px solid var(--line); }
.mainnav ul { list-style: none; display: flex; }
.mainnav > .container > ul > li > a {
  display: block; color: var(--ink-2); padding: 11px 16px; font-weight: 600; font-size: .9rem;
  border-bottom: 3px solid transparent;
}
.mainnav > .container > ul > li > a:hover { color: var(--orange); border-bottom-color: var(--orange); }
.nav-hot { color: var(--orange) !important; }
.mainnav li { position: relative; }
.mainnav .sub {
  display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 230px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line); border-radius: 0 0 10px 10px;
  overflow-y: auto; max-height: 440px; z-index: 60;
}
.mainnav li:hover .sub { display: block; }
.mainnav .sub a { display: block; padding: 10px 18px; color: var(--ink-2); font-size: .9rem; }
.mainnav .sub a:hover { background: var(--orange-50); color: var(--orange); }

.announce {
  background: var(--orange-50); color: var(--orange-dark); text-align: center;
  font-size: .85rem; font-weight: 700; padding: 8px 16px; border-bottom: 1px solid #c7e6cf;
}

/* ---------- anasayfa ---------- */
.quick-chips {
  display: flex; gap: 12px; overflow-x: auto; padding: 16px 2px 6px; scrollbar-width: none;
}
.quick-chips::-webkit-scrollbar { display: none; }
.quick-chip {
  flex: 0 0 auto; width: 92px; text-align: center; border: 1px solid var(--line);
  border-radius: 12px; padding: 12px 6px; transition: all .15s; background: #fff;
}
.quick-chip:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.quick-chip span { font-size: 1.6rem; display: block; margin-bottom: 4px; }
.quick-chip small { font-size: .74rem; font-weight: 700; color: var(--ink-2); line-height: 1.2; display: block; }

.hero-row { display: grid; grid-template-columns: 1fr 300px; gap: 16px; margin: 10px 0 18px; }
.slider { position: relative; border-radius: 14px; overflow: hidden; }
.slides { display: flex; transition: transform .45s ease; }
.slide {
  flex: 0 0 100%; min-height: 300px; display: flex; align-items: center; justify-content: space-between;
  padding: 36px 44px; color: #fff; gap: 24px;
}
.slide img { max-height: 240px; max-width: 38%; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,.25)); }
.slide-green { background: linear-gradient(120deg, #0b5c33, #149257); }
.slide-orange { background: linear-gradient(120deg, #5a9a2e, #76C043); }
.slide-dark { background: linear-gradient(120deg, #1d2b3a, #3d5a75); }
.slide-text { max-width: 55%; }
.slide-kicker {
  display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35);
  padding: 4px 12px; border-radius: 999px; font-size: .78rem; font-weight: 700; margin-bottom: 12px;
}
.slide-text h2 { color: #fff; font-size: 1.9rem; letter-spacing: -.5px; margin-bottom: 8px; }
.slide-text p { color: rgba(255,255,255,.85); margin-bottom: 18px; }
.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px;
  border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: var(--ink);
  font-size: 1.5rem; line-height: 1; cursor: pointer; box-shadow: var(--shadow); z-index: 5;
}
.slider-arrow:hover { background: #fff; }
.slider-arrow.prev { left: 14px; }
.slider-arrow.next { right: 14px; }
.slider-dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 7px; }
.slider-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5); border: none; cursor: pointer; padding: 0; }
.slider-dots .dot.active { background: #fff; width: 22px; border-radius: 5px; }

.hero-side { display: flex; flex-direction: column; gap: 16px; }
.side-card {
  flex: 1; border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 6px;
  background: linear-gradient(135deg, #f0faf4, #d8f0e2); border: 1px solid #c4e5d2; transition: all .15s;
}
.side-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.side-card b { font-size: 1.05rem; }
.side-card span { font-size: .85rem; color: var(--ink-2); }
.side-card em { font-style: normal; color: var(--green); font-weight: 700; font-size: .85rem; margin-top: auto; }
.side-card-alt { background: linear-gradient(135deg, #eef7e4, #d8efc4); border-color: #c2e39c; }
.side-card-alt em { color: var(--accent-dark); }
.side-card-alt em { color: var(--orange); }

.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 26px;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px;
  font-size: .87rem; color: var(--ink-2);
}
.trust-row b { color: var(--ink); }

/* vitrinler */
.shelf { margin-bottom: 30px; }
.shelf-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.shelf-head h2 { font-size: 1.25rem; }
.shelf-head a { color: var(--orange); font-weight: 700; font-size: .88rem; }
.shelf-track {
  display: flex; gap: 12px; overflow-x: auto; padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
}
.shelf-track .prod-card { flex: 0 0 200px; scroll-snap-align: start; }
.shelf-track::-webkit-scrollbar { height: 8px; }
.shelf-track::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 4px; }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 22px 20px; display: flex; flex-direction: column; gap: 5px; transition: all .15s;
}
.cat-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.cat-icon { font-size: 1.9rem; }
.cat-name { font-weight: 700; }
.cat-go { color: var(--orange); font-size: .84rem; font-weight: 700; }

.cta-band {
  background: linear-gradient(120deg, #0b5c33, #149257); color: #fff; border-radius: 14px;
  padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; margin-bottom: 34px;
}
.cta-band h2 { color: #fff; margin-bottom: 4px; font-size: 1.3rem; }
.cta-band p { color: rgba(255,255,255,.85); }

/* ---------- ürün kartı ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.prod-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column; transition: all .15s; position: relative;
}
.prod-card:hover { box-shadow: var(--shadow-lg); border-color: var(--line-2); }
/* ürün görselleri dikey (şişe/poşet) — kart alanı da dikey oranda olmalı ki ürün büyük görünsün */
.prod-img { position: relative; aspect-ratio: 4 / 5; display: block; background: #fff; }
.prod-img img { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); object-fit: contain; }
.stock-badge.out {
  position: absolute; top: 10px; left: 10px; background: #6c757d; color: #fff;
  font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 6px;
}
.size-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.size-chips span {
  font-size: .72rem; font-weight: 700; color: var(--orange-dark); background: var(--orange-50);
  border: 1px solid #c7e6cf; border-radius: 6px; padding: 2px 8px; line-height: 1.5;
}
.prod-body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 6px; flex: 1; border-top: 1px solid var(--bg-soft); }
.prod-name { font-size: .86rem; color: var(--ink-2); line-height: 1.35; min-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prod-name b { color: var(--ink); }
.prod-name:hover { color: var(--orange); }
.free-ship { color: var(--green); font-size: .76rem; font-weight: 700; }
.prod-price { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-top: auto; }
.btn-cart {
  width: 100%; border: 1px solid var(--orange); color: var(--orange); background: #fff;
  border-radius: 8px; padding: 8px 10px; font-weight: 700; font-size: .86rem; cursor: pointer;
  text-align: center; display: block; transition: all .15s; font-family: inherit;
}
.btn-cart:hover { background: var(--orange); color: #fff; }
.btn-cart-passive { border-color: var(--line-2); color: var(--muted); }
.btn-cart-passive:hover { background: var(--bg-soft); color: var(--ink-2); }

/* ---------- listeleme (kategori) ---------- */
.crumbs { font-size: .82rem; color: var(--muted); margin: 14px 0; }
.crumbs a:hover { color: var(--orange); }
.listing { display: grid; grid-template-columns: 240px 1fr; gap: 20px; align-items: start; margin-bottom: 40px; }
.filters { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 140px; }
.filter-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.filter-box h3 { font-size: 1rem; margin-bottom: 10px; }
.filter-box h4 { font-size: .86rem; margin: 12px 0 8px; color: var(--ink-2); }
.filter-cats { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.filter-cats a { display: block; padding: 5px 8px; border-radius: 6px; font-size: .88rem; color: var(--ink-2); }
.filter-cats a:hover { background: var(--orange-50); color: var(--orange); }
.filter-group { display: flex; flex-direction: column; gap: 6px; }
.price-range { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.price-range input { width: 100%; padding: 8px 10px; border: 1px solid var(--line-2); border-radius: 8px; font-size: .88rem; }
.filter-box .check { margin: 8px 0 12px; font-size: .88rem; font-weight: 400; }
.filter-clear { display: block; text-align: center; margin-top: 10px; font-size: .82rem; color: var(--muted); text-decoration: underline; }
.listing-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; flex-wrap: wrap; }
.listing-head h1 { font-size: 1.25rem; }
.sort-form select { padding: 8px 12px; border: 1px solid var(--line-2); border-radius: 8px; font-size: .88rem; background: #fff; color: var(--ink); }
.chip {
  background: #fff; border: 1px solid var(--line-2); padding: 6px 14px;
  border-radius: 999px; font-size: .84rem; font-weight: 600; color: var(--ink-2); display: inline-block;
}
.chip:hover, .chip.active { border-color: var(--orange); color: var(--orange); background: var(--orange-50); }
.chip-sm { padding: 3px 10px; font-size: .76rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 18px; }
.empty-box {
  background: var(--bg-soft); border: 1px dashed var(--line-2); border-radius: 12px;
  padding: 44px 24px; text-align: center; margin: 20px 0;
}
.empty-box p { margin-bottom: 12px; }

/* ---------- ürün detay ---------- */
.pd-grid { display: grid; grid-template-columns: 1fr 1.1fr 320px; gap: 26px; margin: 10px 0 30px; align-items: start; }
.pd-main {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  aspect-ratio: 1; position: relative;
}
.pd-main img { position: absolute; inset: 20px; width: calc(100% - 40px); height: calc(100% - 40px); object-fit: contain; }
.pd-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.pd-thumbs img {
  width: 62px; height: 62px; object-fit: contain; background: #fff; padding: 5px;
  border: 2px solid var(--line); border-radius: 8px; cursor: pointer;
}
.pd-thumbs img.active, .pd-thumbs img:hover { border-color: var(--orange); }
.pd-info h1 { font-size: 1.35rem; margin-bottom: 6px; font-weight: 600; }
.pd-info h1 b { font-weight: 800; }
.pd-tagline { color: var(--muted); margin-bottom: 10px; }
.pd-meta-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.brand-chip { display: inline-block; background: var(--green-bg); color: var(--green); font-size: .76rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.pd-perks { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: .9rem; border-top: 1px solid var(--line); padding-top: 16px; }
.pd-perks a { color: var(--orange); font-weight: 700; }

.buy-box {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px;
  position: sticky; top: 140px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px;
}
.buy-price { font-size: 1.8rem; font-weight: 800; }
.buy-box .free-ship { font-size: .85rem; }
.pd-stock { font-weight: 600; font-size: .88rem; }
.pd-stock.in { color: var(--green); }
.pd-stock.out { color: var(--danger); }
.pd-buy { display: flex; flex-direction: column; gap: 10px; }
.qty-box { display: flex; border: 1px solid var(--line-2); border-radius: 8px; overflow: hidden; background: #fff; width: max-content; }
.qty-box button { width: 40px; height: 40px; border: none; background: var(--bg-soft); font-size: 1.15rem; cursor: pointer; color: var(--ink); }
.qty-box button:hover { background: var(--orange-50); color: var(--orange); }
.qty-box input { width: 56px; border: none; text-align: center; font-size: .95rem; font-weight: 700; outline: none; -moz-appearance: textfield; }
.qty-box input::-webkit-outer-spin-button, .qty-box input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-sm button { width: 32px; height: 34px; font-size: 1rem; }
.qty-sm input { width: 42px; }
.buy-trust { display: flex; justify-content: space-between; font-size: .74rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px; }
.pd-desc { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; margin-bottom: 26px; }
.pd-desc h2 { margin-bottom: 14px; font-size: 1.15rem; }
.desc-content { overflow-x: auto; color: var(--ink-2); font-size: .95rem; }
.desc-content table { border-collapse: collapse; width: 100%; margin: 12px 0; font-size: .88rem; }
.desc-content td, .desc-content th { border: 1px solid var(--line); padding: 8px 10px; }
.desc-content img { height: auto; }
.desc-content p { margin: 8px 0; }

/* ---------- sepet & ödeme ---------- */
.cart-grid { display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start; margin-bottom: 40px; }
.cart-list { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.cart-row { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: none; }
.cart-row > a img { width: 64px; height: 64px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; padding: 4px; }
.cart-row-info { flex: 1; min-width: 0; }
.cart-row-name { font-weight: 600; font-size: .92rem; }
.cart-row-name:hover { color: var(--orange); }
.cart-row-total { font-weight: 800; white-space: nowrap; }
.summary {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 20px; position: sticky; top: 140px; box-shadow: var(--shadow);
}
.summary h3 { margin-bottom: 12px; font-size: 1.05rem; }
.sum-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: .92rem; gap: 12px; }
.sum-item span { color: var(--muted); }
.sum-total { border-top: 2px solid var(--line); margin-top: 8px; padding-top: 12px; font-size: 1.1rem; }
.sum-total b { color: var(--orange-dark); }
.sum-note { background: var(--green-bg); color: var(--green); font-size: .82rem; padding: 8px 12px; border-radius: 8px; margin: 6px 0; font-weight: 600; }
.sum-secure { font-size: .76rem; color: var(--muted); text-align: center; margin-top: 10px; }
.promo-form { display: flex; gap: 8px; margin: 12px 0 4px; }
.promo-form input { flex: 1; margin-top: 0; padding: 9px 12px; border: 1px solid var(--line-2); border-radius: 8px; text-transform: uppercase; }
.promo-form .btn { white-space: nowrap; }
.promo-applied { display: flex; justify-content: space-between; align-items: center; background: var(--green-bg); border: 1px solid #bfe3cf; border-radius: 8px; padding: 8px 12px; margin: 12px 0 4px; font-size: .88rem; }
.promo-applied span { color: var(--green); display: flex; align-items: center; gap: 6px; }
.promo-applied button { border: none; background: none; color: var(--danger); cursor: pointer; font-size: .82rem; text-decoration: underline; }
.promo-err { color: var(--danger); font-size: .82rem; margin: 6px 0; }
.summary .btn { margin-top: 10px; }

label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
input, textarea, select {
  width: 100%; padding: 10px 13px; margin-top: 5px; border: 1px solid var(--line-2);
  border-radius: 8px; font-size: .92rem; font-family: inherit; background: #fff; color: var(--ink);
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.co-form { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.co-form h3 { margin: 8px 0 14px; font-size: 1.05rem; }
.pay-options { display: flex; flex-direction: column; gap: 10px; }
.pay-option {
  display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line-2);
  border-radius: 10px; padding: 13px 15px; cursor: pointer; font-weight: 400;
}
.pay-option:has(input:checked) { border-color: var(--orange); background: var(--orange-50); }
.pay-option input { width: auto; margin-top: 4px; }
.pay-option b { display: block; }
.pay-option span { font-size: .82rem; color: var(--muted); }
/* çerez onay bandı */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(0,0,0,.08);
}
.cookie-bar[hidden] { display: none; }
.cookie-bar-in {
  max-width: 1200px; margin: 0 auto; padding: 14px 16px;
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
}
.cookie-bar p { font-size: .85rem; color: var(--ink-2); flex: 1; min-width: 260px; line-height: 1.5; }
.cookie-bar a { color: var(--orange); text-decoration: underline; }
.cookie-bar-btn { display: flex; gap: 8px; flex-shrink: 0; }
@media (max-width: 600px) { .cookie-bar-btn { width: 100%; } .cookie-bar-btn .btn { flex: 1; } }

/* mobilde ürün görseli daha az boşlukla, daha büyük dursun */
@media (max-width: 600px) {
  .prod-img img { inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); }
}

/* admin panel widget'ları */
.dash-filter { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.dash-filter .chip {
  border: 1px solid var(--line); background: #fff; color: var(--ink-2);
  border-radius: 999px; padding: 6px 14px; font-size: .85rem; font-weight: 600; cursor: pointer;
}
.dash-filter .chip:hover { border-color: var(--orange); color: var(--orange); }
.dash-filter .chip-on { background: var(--orange); border-color: var(--orange); color: #fff; }
.dash-range { display: flex; align-items: center; gap: 6px; }
.dash-range input[type=date] { padding: 5px 8px; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-size: .85rem; }
a.stat { text-decoration: none; color: inherit; display: block; }
a.stat:hover { border-color: var(--orange); }
.stat-warn b { color: #c0392b; }
.dash-msg { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin-bottom: 10px; background: #fff; }
.dash-msg-new { border-left: 3px solid var(--orange); }
.dash-msg-head { display: flex; justify-content: space-between; gap: 8px; }
.dash-msg p { font-size: .86rem; color: var(--ink-2); margin-top: 4px; }

/* adres defteri */
.addr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.addr-card { border: 1px solid var(--line); border-radius: 10px; padding: 14px; background: #fff; position: relative; }
.addr-card b { display: block; margin-bottom: 6px; }
.addr-card p { font-size: .88rem; margin: 2px 0; }
.addr-del {
  position: absolute; top: 10px; right: 10px; border: 0; background: none; cursor: pointer;
  color: #c0392b; font-size: .8rem; font-weight: 600; display: flex; align-items: center; gap: 3px;
}
.addr-del .icon { width: 14px; height: 14px; }

/* ödeme sihirbazı */
.co-step { display: none; }
.co-step.active { display: block; }
.wizard-nav {
  position: sticky; bottom: 0; z-index: 20;
  display: flex; gap: 10px; padding: 12px 0 14px;
  background: linear-gradient(to top, var(--bg-soft, #f6f7f8) 75%, transparent);
}
.wizard-nav .btn-primary { flex: 1; }
.wizard-nav .btn-ghost {
  flex: 0 0 auto; min-width: 104px; border: 1px solid var(--line); background: #fff;
  color: var(--ink-2); border-radius: 8px; font-weight: 700; cursor: pointer; padding: 12px 16px;
}
.wizard-nav .btn-ghost:hover { border-color: var(--line-2); }
.taksit-list { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.taksit-opt {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
  border-radius: 8px; padding: 9px 12px; cursor: pointer; font-size: .88rem;
}
.taksit-opt:has(input:checked) { border-color: var(--orange); background: var(--orange-50); }
.taksit-opt input { width: auto; }
.taksit-opt span { flex: 1; }
.taksit-opt b { font-size: .92rem; }

.alert { border-radius: 10px; padding: 13px 17px; margin: 12px 0; font-size: .92rem; }
.alert-err { background: #fdecec; color: var(--danger); border: 1px solid #f5c6c6; }
.alert-ok { background: var(--green-bg); color: var(--green); border: 1px solid #bfe3cf; }
.alert-info { background: #eaf1ff; color: #1e4fd6; border: 1px solid #c9daf8; }
.alert a { text-decoration: underline; }

/* ---------- sipariş & takip ---------- */
.order-status {
  display: inline-block; padding: 5px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700;
  background: var(--green-bg); color: var(--green); margin-bottom: 14px;
}
.st-iptal, .st-odeme_basarisiz { background: #fdecec; color: var(--danger); }
.st-odeme_bekliyor, .st-havale_bekliyor { background: #fff6e5; color: #b47b0c; }
.st-kargoda { background: #eaf1ff; color: #1e4fd6; }
.order-items { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px; margin-top: 14px; }
.track-form { display: flex; gap: 14px; align-items: flex-end; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; margin: 16px 0; flex-wrap: wrap; }
.track-form label { flex: 1; min-width: 180px; margin-bottom: 0; }
.track-form .btn { height: 44px; }
.track-result { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; margin: 16px 0; }
.track-steps { display: flex; margin: 18px 0; }
.track-step { flex: 1; text-align: center; font-size: .8rem; color: var(--muted); position: relative; }
.track-step .dot { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--line-2); margin: 0 auto 6px; position: relative; z-index: 2; }
.track-step::before { content: ""; position: absolute; top: 6px; left: -50%; width: 100%; height: 3px; background: var(--line-2); z-index: 1; }
.track-step:first-child::before { display: none; }
.track-step.done .dot { background: var(--green); }
.track-step.done { color: var(--green); font-weight: 700; }
.track-step.done::before { background: var(--green); }
.track-direct { margin: 26px 0; }
.track-links { display: flex; gap: 12px; margin-top: 10px; flex-wrap: wrap; }

/* ---------- iletişim & içerik ---------- */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; margin-bottom: 40px; }
.contact-form, .contact-info { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.contact-info ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 12px 0 20px; }
.contact-info a { color: var(--orange); }
.contact-info h3 { margin-bottom: 8px; font-size: 1rem; }
.prose { font-size: .96rem; color: var(--ink-2); }
.prose h2 { margin: 22px 0 10px; font-size: 1.15rem; color: var(--ink); }
.prose p, .prose ul { margin-bottom: 12px; }
.prose ul { padding-left: 22px; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--orange); }

/* ---------- üyelik ---------- */
.login-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; max-width: 560px; margin: 16px 0 40px; box-shadow: var(--shadow); }
.otp-input { font-size: 1.5rem; letter-spacing: 10px; text-align: center; font-weight: 700; }
.otp-input:disabled { background: var(--bg-soft); opacity: .6; }
.otp-row { display: flex; gap: 10px; align-items: flex-end; }
.otp-row .btn { height: 44px; white-space: nowrap; }
.otp-hint { margin: -4px 0 12px; font-size: .85rem; }
.lf-tabs { display: flex; border-bottom: 2px solid var(--line); margin-bottom: 16px; }
.lf-tab {
  flex: 1; border: none; background: none; padding: 12px 8px; font-size: 1rem; font-weight: 700;
  color: var(--muted); cursor: pointer; font-family: inherit; position: relative; margin-bottom: -2px;
  border-bottom: 2px solid transparent; transition: all .15s;
}
.lf-tab:hover { color: var(--ink); }
.lf-tab.active { color: var(--orange); border-bottom-color: var(--orange); }
.lf-register-block { margin-bottom: 4px; }
.lf-code-sec { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.lf-sent-info {
  background: var(--green-bg); color: var(--green); font-size: .85rem; font-weight: 600;
  padding: 10px 14px; border-radius: 8px; margin-bottom: 14px;
}
.lf-sent-info .muted { color: inherit; opacity: .75; font-weight: 400; }
.lf-note { font-size: .82rem; margin-bottom: 10px; }
.login-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0 6px; color: var(--ink); font-weight: 700; font-size: .92rem; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.check { display: flex; align-items: center; gap: 8px; font-weight: 400; }
.check input { width: auto; margin: 0; }
.check.indent { padding-left: 22px; }

/* ---------- ödeme akışı (HB steps) ---------- */
.co-body { background: var(--bg-soft); }
.co-main { min-height: calc(100vh - 130px); }
.co-header { background: #fff; box-shadow: var(--shadow); }
.co-header-in { display: flex; align-items: center; gap: 26px; padding: 14px 16px; }
.co-steps { list-style: none; display: flex; gap: 0; margin: 0 auto; }
.co-steps li {
  display: flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600;
  color: var(--muted); padding: 0 22px; position: relative;
}
.co-steps li span {
  width: 26px; height: 26px; border-radius: 50%; background: var(--line);
  display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--ink-2);
}
.co-steps li.done { color: var(--green); }
.co-steps li.done span { background: var(--green); color: #fff; }
.co-steps li.now { color: var(--orange-dark); }
.co-steps li.now span { background: var(--orange); color: #fff; }
.co-steps li + li::before { content: "›"; position: absolute; left: -4px; color: var(--line-2); font-size: 1.2rem; }
.co-secure { font-size: .8rem; color: var(--green); font-weight: 700; }
.co-grid { margin-top: 20px; }
.co-cols { display: flex; flex-direction: column; gap: 16px; }
.co-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.co-card h3 { margin-bottom: 16px; font-size: 1.05rem; display: flex; align-items: center; gap: 10px; }
.co-num {
  width: 26px; height: 26px; border-radius: 50%; background: var(--orange); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: .85rem;
}
.co-back { display: block; text-align: center; margin-top: 12px; font-size: .84rem; color: var(--muted); text-decoration: underline; }
.inv-type { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.inv-block { margin-top: 4px; }
@media (max-width: 560px) { .inv-type { grid-template-columns: 1fr; } }
.co-footer { background: #fff; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.co-footer-in { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding: 14px 16px; }
.co-footer a { color: var(--ink-2); text-decoration: underline; }
.iyzico-band { height: 22px; width: auto; display: inline-block; vertical-align: middle; }
.pay-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.co-foot-right { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.co-success { text-align: center; padding: 34px 16px 10px; }
.co-success-ico {
  width: 74px; height: 74px; border-radius: 50%; background: var(--green); color: #fff;
  font-size: 2.4rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.co-success-wait { background: #f5a623; }
.co-success h1 { font-size: 1.5rem; margin-bottom: 8px; }

/* ---------- sepet (HB) ---------- */
.ship-progress-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px;
  margin-bottom: 12px; font-size: .9rem;
}
.ship-bar { height: 8px; background: var(--line); border-radius: 4px; margin-top: 10px; overflow: hidden; }
.ship-bar i { display: block; height: 100%; background: linear-gradient(90deg, #0f8a4d, #35c579); border-radius: 4px; transition: width .3s; }
.cart-list { border: none; background: none; display: flex; flex-direction: column; gap: 12px; overflow: visible; }
.cart-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.cart-item-head {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 9px 18px; border-bottom: 1px solid var(--bg-soft); font-size: .8rem;
}
.seller-badge { color: var(--green); font-weight: 800; }
.cart-item-body { display: flex; align-items: center; gap: 14px; padding: 14px 18px; }
.cart-item-body + .cart-item-body { border-top: 1px solid var(--bg-soft); }
.cart-item-body > a img { width: 72px; height: 72px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; padding: 4px; }

/* ---------- sipariş kartı ---------- */
.order-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.order-card-head {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 13px 18px; background: var(--bg-soft); border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
.order-card-head .muted { font-size: .82rem; margin-left: 8px; }
.order-cargo {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 11px 18px; border-bottom: 1px solid var(--line); font-size: .88rem; background: #eaf1ff33;
}
.order-lines { padding: 6px 18px; }
.order-line { display: flex; align-items: center; gap: 12px; padding: 10px 0; flex-wrap: wrap; }
.order-line + .order-line { border-top: 1px solid var(--bg-soft); }
.order-line img { width: 46px; height: 46px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; padding: 3px; }
.order-line-name { flex: 1; font-size: .9rem; min-width: 140px; }
.order-line { padding: 10px 18px; }
.order-lines .order-line { padding: 10px 0; }
.order-thumbs { display: flex; align-items: center; gap: 6px; }
.order-totals { padding: 8px 18px 14px; border-top: 1px solid var(--line); }
.order-items { background: #fff; }

/* ---------- hesabım (HB sol menü) ---------- */
.account-layout { display: grid; grid-template-columns: 260px 1fr; gap: 20px; align-items: start; margin: 18px 0 40px; }
.account-menu { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; position: sticky; top: 140px; }
.account-hello { display: flex; align-items: center; gap: 12px; padding: 16px; border-bottom: 1px solid var(--line); }
.account-hello b { display: block; font-size: .95rem; }
.account-hello small { display: block; font-size: .78rem; }
.account-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; flex-shrink: 0;
}
.account-menu nav { display: flex; flex-direction: column; padding: 8px 0; }
.account-menu nav a { padding: 11px 18px; font-size: .92rem; font-weight: 600; color: var(--ink-2); border-left: 3px solid transparent; }
.account-menu nav a:hover { background: var(--bg-soft); }
.account-menu nav a.active { color: var(--orange); border-left-color: var(--orange); background: var(--orange-50); }
.account-logout {
  width: 100%; border: none; border-top: 1px solid var(--line); background: none; padding: 13px;
  font-size: .88rem; color: var(--muted); cursor: pointer; font-family: inherit;
}
.account-logout:hover { color: var(--danger); }

/* ---------- giriş (minimal HB) ---------- */
.auth-body { background: var(--bg-soft); min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; }
.auth-wrap { width: 100%; max-width: 480px; padding: 40px 16px; }
.auth-logo img { height: 50px; margin: 0 auto 18px; display: block; }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px; box-shadow: var(--shadow); }
.auth-card h1 { font-size: 1.25rem; margin-bottom: 6px; }
.auth-card h1 span { color: var(--muted); font-weight: 400; }
.auth-sub { font-size: .86rem; margin-bottom: 14px; }
.auth-foot { text-align: center; margin-top: 18px; font-size: .82rem; color: var(--muted); }
.auth-foot a { color: var(--ink-2); text-decoration: underline; }

/* ---------- header dropdown & mini sepet ---------- */
.no-scroll { overflow: hidden; }
.has-drop { position: relative; }
.drop {
  display: none; position: absolute; top: calc(100% + 6px); right: 0; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg);
  min-width: 230px; z-index: 90; overflow: hidden;
}
.has-drop::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 10px; }
.has-drop:hover .drop, .has-drop:focus-within .drop { display: block; }
.drop-account a, .drop-account button {
  display: block; width: 100%; text-align: left; padding: 11px 16px; font-size: .9rem;
  font-weight: 600; color: var(--ink-2); background: none; border: none; cursor: pointer; font-family: inherit;
}
.drop-account a:hover, .drop-account button:hover { background: var(--orange-50); color: var(--orange); }
.drop-account form { border-top: 1px solid var(--line); }
.drop-cart { min-width: 330px; padding: 0; }
.mini-empty { padding: 26px 18px; text-align: center; color: var(--muted); font-size: .9rem; }
.mini-head { padding: 12px 16px; font-weight: 700; font-size: .9rem; border-bottom: 1px solid var(--line); }
.mini-items { max-height: 280px; overflow-y: auto; }
.mini-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-bottom: 1px solid var(--bg-soft); }
.mini-item:hover { background: var(--bg-soft); }
.mini-item img { width: 42px; height: 42px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; padding: 2px; flex-shrink: 0; }
.mini-name { flex: 1; font-size: .82rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mini-qty { font-size: .76rem; color: var(--muted); white-space: nowrap; }
.mini-item b { font-size: .84rem; white-space: nowrap; }
.mini-more { padding: 8px 16px; font-size: .8rem; color: var(--muted); text-align: center; }
.mini-total { display: flex; justify-content: space-between; padding: 11px 16px; font-size: .92rem; border-top: 1px solid var(--line); }
.mini-total b { color: var(--orange-dark); }
.mini-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px 14px; }

/* ---------- giriş modalı ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(37, 51, 66, .55); z-index: 120;
  display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto;
}
.modal-overlay[hidden] { display: none; }
.modal-card {
  background: #fff; border-radius: 16px; padding: 26px; width: 100%; max-width: 460px;
  box-shadow: var(--shadow-lg); position: relative; animation: modalIn .18s ease;
}
@keyframes modalIn { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-card h2 { font-size: 1.2rem; }
.modal-logo img { height: 40px; margin: 0 auto 14px; display: block; }
.modal-close {
  position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%;
  border: none; background: var(--bg-soft); color: var(--ink-2); font-size: 1rem; cursor: pointer;
}
.modal-close:hover { background: var(--line); }

/* ---------- mobil filtre paneli ---------- */
.filter-toggle { display: none; }
.filter-panel-head { display: none; }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px);
  background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 10px;
  font-size: .92rem; font-weight: 600; box-shadow: var(--shadow-lg); z-index: 100;
  opacity: 0; transition: all .25s; max-width: 92vw;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast a { color: #ffb27a; margin-left: 8px; }

/* ---------- footer ---------- */
.site-footer { background: #22303e; color: #aeb9c4; margin-top: 30px; font-size: .88rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 30px; padding: 40px 16px 28px; }
.site-footer h4 { color: #fff; margin-bottom: 12px; font-size: .95rem; }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.site-footer a:hover { color: #fff; }
.foot-logo { margin-bottom: 10px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; font-size: .78rem; }
.foot-bottom-in { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
/* ---------- admin ---------- */
.admin-body { background: #f0f2f5; }
.admin-top { background: #22303e; }
.admin-top-in { max-width: 1300px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 26px; }
.admin-top .logo-text { color: #fff; font-size: 1.1rem; font-weight: 700; }
.admin-nav { display: flex; gap: 4px; flex: 1; flex-wrap: wrap; }
.admin-nav a { color: #cdd6de; padding: 8px 14px; border-radius: 8px; font-weight: 600; font-size: .9rem; }
.admin-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-main { max-width: 1300px; margin: 0 auto; padding: 26px 20px 60px; }
.admin-main h1 { margin-bottom: 20px; }
.admin-main h2 { margin: 26px 0 12px; font-size: 1.15rem; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 10px; }
.stat { background: #fff; border-radius: 12px; padding: 18px; box-shadow: var(--shadow); }
.stat b { display: block; font-size: 1.4rem; color: var(--orange-dark); }
.stat span { font-size: .82rem; color: var(--muted); }
.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); font-size: .9rem; }
.table th { text-align: left; background: var(--bg-soft); color: var(--ink); padding: 11px 14px; font-size: .8rem; }
.table td { padding: 10px 14px; border-top: 1px solid var(--line); vertical-align: middle; }
.table a { color: var(--orange-dark); font-weight: 600; }
.table .thumb { width: 44px; height: 44px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; }
.row-passive { opacity: .5; }
.table-kv th { width: 120px; background: none; border-top: 1px solid var(--line); }
.admin-head-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.admin-head-row h1 { margin: 0; }
.admin-search { display: flex; gap: 10px; margin-bottom: 16px; max-width: 420px; }
.filter-label { font-size: .8rem; font-weight: 700; color: var(--muted); margin: 14px 0 6px; text-transform: uppercase; letter-spacing: .5px; }
.date-range-form { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; margin: 8px 0 4px; }
.date-range-form label { font-size: .8rem; font-weight: 600; margin: 0; }
.date-range-form input[type=date] { margin-top: 3px; padding: 7px 10px; border: 1px solid var(--line-2); border-radius: 8px; }
.orders-summary { display: flex; gap: 24px; flex-wrap: wrap; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 12px 18px; margin: 14px 0; font-size: .95rem; }
.orders-summary b { color: var(--orange-dark); }
.cart-remind-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cart-remind-form select, .cart-remind-form input[type=number] { margin-top: 0; padding: 7px 10px; border: 1px solid var(--line-2); border-radius: 8px; }
.cart-remind-form .check { margin: 0; }
.admin-search input { margin-top: 0; }
.admin-form { background: #fff; border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
.admin-2col { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: start; }
.narrow-form { max-width: 520px; }
.cat-checks { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; max-height: 320px; overflow-y: auto; margin-bottom: 18px; }
.cat-checks .check { margin-bottom: 6px; }
.img-manage { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.img-item { width: 100px; }
.img-item img { width: 100px; height: 100px; object-fit: contain; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.msg-card { background: #fff; border-radius: 12px; padding: 18px 22px; box-shadow: var(--shadow); margin-bottom: 14px; }
.msg-head { font-size: .9rem; margin-bottom: 8px; display: flex; gap: 8px; flex-wrap: wrap; }
.msg-head a { color: var(--orange-dark); }
.msg-subject { font-weight: 700; margin-bottom: 6px; }
.login-body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
.login-card { background: #fff; border-radius: 16px; padding: 36px; width: 100%; max-width: 400px; box-shadow: var(--shadow-lg); }
.login-card h1 { text-align: center; font-size: 1.25rem; margin: 14px 0 20px; }

/* ---------- ikonlar ---------- */
.ico { width: 1.1em; height: 1.1em; display: inline-block; vertical-align: -0.22em; flex-shrink: 0; }
.quick-chip .ico { width: 26px; height: 26px; color: var(--orange); margin: 0 auto 6px; display: block; }
.cat-icon { display: inline-flex; color: var(--orange); }
.cat-icon .ico { width: 30px; height: 30px; }
.trust-row div { display: flex; align-items: center; gap: 9px; }
.trust-row .ico { width: 22px; height: 22px; color: var(--orange); }
.variant-picker { margin: 4px 0 16px; }
.variant-label { font-size: .9rem; color: var(--ink-2); margin-bottom: 8px; }
.variant-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-opt {
  border: 1.5px solid var(--line-2); background: #fff; border-radius: 8px; padding: 8px 16px;
  font-size: .9rem; font-weight: 600; cursor: pointer; color: var(--ink); transition: all .15s; font-family: inherit;
}
.variant-opt:hover { border-color: var(--orange); }
.variant-opt.active { border-color: var(--orange); background: var(--orange-50); color: var(--orange-dark); }
.variant-opt.soldout { color: var(--muted); text-decoration: line-through; }
.pd-perks li { display: flex; gap: 10px; align-items: flex-start; }
.pd-perks .ico { width: 20px; height: 20px; color: var(--orange); margin-top: 1px; }
.drop-account a .ico, .drop-account button .ico { width: 17px; height: 17px; vertical-align: -3px; margin-right: 7px; color: var(--muted); }
.account-menu nav a .ico { width: 18px; height: 18px; vertical-align: -4px; margin-right: 8px; }
.empty-ico { line-height: 0; margin-bottom: 6px; }
.empty-ico .ico { width: 44px; height: 44px; color: var(--line-2); }
.sum-secure .ico, .buy-trust .ico { width: 14px; height: 14px; vertical-align: -2px; }
.mini-empty .ico { width: 20px; height: 20px; vertical-align: -4px; }
.contact-info .ico { width: 18px; height: 18px; vertical-align: -3px; color: var(--orange); margin-right: 4px; }
.co-success-ico .ico { width: 42px; height: 42px; }
.ship-progress-card .ico, .order-cargo .ico { width: 18px; height: 18px; vertical-align: -3px; }
.filter-toggle .ico { width: 15px; height: 15px; vertical-align: -2px; }
.icon-btn .ico { width: 18px; height: 18px; }

/* ---------- responsive ---------- */
@media (max-width: 640px) {
  /* iOS Safari: 16px altı inputlar odaklanınca sayfayı zoom'lar (kayma yapar) — engelle */
  input, textarea, select { font-size: 16px; }
  /* telefon + Kod Gönder alt alta, kolay tıklanır */
  .otp-row { flex-direction: column; align-items: stretch; gap: 8px; }
  .otp-row .btn { width: 100%; height: 46px; }
}
@media (max-width: 1024px) {
  .pd-grid { grid-template-columns: 1fr 1fr; }
  .buy-box { grid-column: 1 / -1; position: static; }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-row { grid-template-columns: 1fr; }
  .hero-side { flex-direction: row; }
  .side-card { min-height: 110px; }
}
@media (max-width: 860px) {
  .listing { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .account-menu { position: static; }
  .co-steps li { padding: 0 10px; font-size: .76rem; }
  .co-header-in { flex-wrap: wrap; gap: 12px; }
  /* filtreler: tıklayınca açılan panel */
  .filter-toggle { display: inline-block; }
  .filters {
    display: none; position: fixed; inset: 0; z-index: 110; background: #fff;
    padding-top: 0; gap: 0; flex-direction: column; overflow: hidden;
  }
  .filters.open { display: flex; }
  .filter-panel-head {
    display: flex; justify-content: space-between; align-items: center;
    background: #fff; border-radius: 16px 16px 0 0; padding: 14px 18px; border-bottom: 1px solid var(--line);
  }
  .filter-panel-head button { border: none; background: var(--bg-soft); width: 32px; height: 32px; border-radius: 50%; cursor: pointer; }
  .filters .filter-box { border-radius: 0; border-left: none; border-right: none; margin: 0; min-width: 0; }
  .filters form.filter-box { flex: 1; overflow-y: auto; padding-bottom: 30px; }
  .cart-grid, .contact-grid, .admin-2col { grid-template-columns: 1fr; }
  .summary { position: static; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hide-sm { display: none; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  /* kompakt tek satır header: menü | logo ortada | ikonlar */
  .mainbar { flex-wrap: wrap; gap: 10px; padding: 10px 14px; position: relative; }
  /* logo kalan alanda ortalanır; mutlak konum yok ki ikonların altına giremesin.
     flex-basis:0 → taban genişlik içerikten değil, artan alandan hesaplanır */
  .mainbar > .logo { flex: 1 1 0; min-width: 0; display: flex; justify-content: center; overflow: hidden; }
  .logo-img { height: 34px; max-width: 100%; object-fit: contain; }
  .search { order: 3; max-width: none; flex-basis: 100%; }
  .header-actions { gap: 8px; }
  .box-2line { display: none; }
  .cart-box > span:last-child { display: none; }
  .account-box, .cart-box { padding: 9px 11px; }
  .account-box svg, .cart-box svg { width: 24px; height: 24px; }
  .menu-btn {
    display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px;
  }
  .menu-btn span { width: 24px; height: 3px; background: var(--ink); border-radius: 2px; }
  .mainnav { display: none; }
  .mainnav.open { display: block; }
  .mainnav ul { flex-direction: column; }
  .mainnav .sub { display: block; position: static; box-shadow: none; border: none; background: var(--bg-soft); }
  .page-title { font-size: 1.3rem; }
  /* sepet satırı: mobilde 2 satırlı ızgara */
  .cart-item-body {
    display: grid; grid-template-columns: 64px 1fr auto; grid-template-areas:
      "img info del"
      "img qty total";
    gap: 6px 12px; align-items: center; padding: 12px 14px;
  }
  .cart-item-body > a { grid-area: img; align-self: start; }
  .cart-item-body > a img { width: 64px; height: 64px; }
  .cart-item-body .cart-row-info { grid-area: info; min-width: 0; }
  .cart-item-body .cart-row-name { font-size: .9rem; display: block; }
  .cart-item-body .qty-box { grid-area: qty; justify-self: start; }
  .cart-item-body .cart-row-total { grid-area: total; justify-self: end; font-size: 1rem; }
  .cart-item-body form:last-child { grid-area: del; justify-self: end; align-self: start; }
  .cart-item-body .icon-btn { padding: 2px 4px; }
  .slide { padding: 24px; min-height: 240px; }
  .slide-text h2 { font-size: 1.3rem; }
  .slide img { display: none; }
  .slide-text { max-width: 100%; }
  .hero-side { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .cart-row { flex-wrap: wrap; }
  .table { display: block; overflow-x: auto; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .pd-grid { grid-template-columns: 1fr; }
}

/* ── Besleme Takvimi ─────────────────────────────────────────────── */
/* Ana sayfa bandı */
.cal-band { background: linear-gradient(135deg, #075B3A, #0a6e3f); border-radius: var(--radius); padding: 30px 24px; margin: 26px 0; color: #fff; }
.cal-band-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.cal-kicker { font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.cal-band-head h2 { font-size: 2.3rem; line-height: 1.15; margin: 6px 0 6px; color: #fff; letter-spacing: -.5px; }
.cal-band-head p { font-size: 1.02rem; color: rgba(255,255,255,.85); margin: 0; max-width: 620px; line-height: 1.5; }
.cal-band-head p b { color: var(--accent); }
.cal-band .cal-all { flex: 0 0 auto; }
.cal-band-foot { display: none; text-align: center; margin-top: 14px; }
.cal-track { padding-bottom: 6px; }
.cal-card { flex: 0 0 285px; scroll-snap-align: start; background: #fff; border-radius: var(--radius); padding: 16px; color: var(--ink); display: flex; flex-direction: column; }
.cal-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cal-card-top b { font-size: 1.18rem; }
.cal-badge { font-size: .68rem; font-weight: 700; background: var(--orange-50); color: var(--orange); border-radius: 999px; padding: 2px 8px; white-space: nowrap; }
.cal-card-title { font-weight: 700; font-size: .95rem; margin-top: 8px; }
.cal-card-sub { font-size: .84rem; color: var(--muted); }
.cal-rows { list-style: none; margin: 10px 0 0; padding: 0; }
.cal-rows li { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; font-size: .86rem; padding: 4px 0; border-bottom: 1px dashed var(--line); }
.cal-rows li:last-child { border-bottom: 0; }
.cal-rows a { color: var(--orange); font-weight: 700; }
.cal-rows a:hover { text-decoration: underline; }
.cal-rows small { color: var(--muted); white-space: nowrap; font-size: .72rem; }
.cal-more { color: var(--muted); font-size: .74rem; }
.cal-card-go { margin-top: auto; padding-top: 12px; font-size: .9rem; font-weight: 800; color: var(--orange); }
.cal-card-go:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .cal-band .cal-all { display: none; }
  .cal-band-foot { display: block; }
}

/* /takvim sayfası */
.tk-hero { text-align: center; margin: 8px 0 18px; }
.tk-hero h1 { font-size: 1.7rem; margin: 0 0 6px; }
.tk-hero p { color: var(--muted); font-size: .92rem; max-width: 560px; margin: 0 auto; }
.tk-toggle { display: flex; justify-content: center; gap: 0; margin-bottom: 18px; }
.tk-toggle button { border: 1px solid var(--line-2); background: #fff; padding: 9px 20px; font-weight: 700; font-size: .88rem; cursor: pointer; color: var(--ink-2); }
.tk-toggle button:first-child { border-radius: 999px 0 0 999px; }
.tk-toggle button:last-child { border-radius: 0 999px 999px 0; margin-left: -1px; }
.tk-toggle button.on { background: var(--orange); border-color: var(--orange); color: #fff; }
.tk-months { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; margin-bottom: 18px; }
@media (max-width: 900px) { .tk-months { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 560px) { .tk-months { grid-template-columns: repeat(4, 1fr); } }
.tk-mbtn { position: relative; border: 1px solid var(--line-2); background: #fff; border-radius: var(--radius); padding: 9px 4px 7px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 3px; transition: box-shadow .15s, transform .15s; }
.tk-mbtn:hover { box-shadow: var(--shadow); transform: translateY(-1px); }
.tk-mbtn b { font-size: .82rem; color: var(--ink); }
.tk-mbtn span { font-size: .68rem; font-weight: 700; background: var(--bg-soft); color: var(--muted); border-radius: 999px; padding: 1px 7px; }
.tk-mbtn.on { background: var(--orange); border-color: var(--orange); }
.tk-mbtn.on b { color: #fff; }
.tk-mbtn.on span { background: rgba(255,255,255,.22); color: #fff; }
.tk-mbtn.now:not(.on) { border-color: var(--accent); }
.tk-mbtn i { position: absolute; top: -8px; font-style: normal; font-size: .6rem; font-weight: 800; background: var(--accent); color: #fff; border-radius: 999px; padding: 1px 7px; }
.tk-month-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 6px 0 14px; }
.tk-month-head h2 { font-size: 1.4rem; margin: 0; }
.tk-month-head span { background: var(--orange); color: #fff; font-size: .74rem; font-weight: 700; border-radius: 999px; padding: 3px 10px; }
.tk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
@media (max-width: 980px) { .tk-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tk-cards { grid-template-columns: 1fr; } }
.tk-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.tk-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.tk-card-top b { font-size: 1.05rem; }
.tk-card-title { font-weight: 700; font-size: .9rem; margin-top: 10px; }
.tk-card-sub { font-size: .8rem; color: var(--muted); }
.tk-label { font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin: 12px 0 4px; }
.tk-purpose { font-size: .82rem; color: var(--ink-2); line-height: 1.55; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; cursor: pointer; }
.tk-purpose.open { -webkit-line-clamp: unset; }
.tk-note { font-size: .76rem; background: #fdf6e3; border-left: 3px solid #d6a93f; color: #8a6d1d; border-radius: 6px; padding: 8px 10px; margin: 10px 0 0; line-height: 1.5; }
.tk-buy-hint { margin-top: auto; padding-top: 10px; font-size: .74rem; color: var(--green); font-weight: 700; }
.tk-hint { text-align: center; color: var(--muted); font-size: .82rem; }
.tk-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 30px; }
.tk-table { border-collapse: collapse; width: 100%; min-width: 760px; font-size: .82rem; }
.tk-table th { background: var(--bg-soft); padding: 9px 6px; text-align: center; font-weight: 700; border-bottom: 1px solid var(--line); }
.tk-table th:first-child { text-align: left; padding-left: 14px; }
.tk-table th.now, .tk-table td.now { background: #f2f9ec; }
.tk-table td { padding: 7px 6px; text-align: center; border-bottom: 1px solid var(--line); }
.tk-table td.crop { text-align: left; padding-left: 14px; font-weight: 700; white-space: nowrap; }
.tk-table td button { width: 26px; height: 26px; border-radius: 50%; border: 0; background: var(--orange); color: #fff; font-weight: 700; font-size: .74rem; cursor: pointer; }
.tk-table td button:hover { background: var(--orange-dark); }
.tk-table .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--line-2); }
.tk-empty { text-align: center; color: var(--muted); background: #fff; border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 34px 16px; margin-bottom: 30px; }

/* ---------- takvim: su bazlı kombin hesaplayıcı ---------- */
.tk-kombin { margin-top: 12px; border: 1px dashed var(--green); border-radius: 10px; padding: 12px; background: #f4faf1; }
.tk-kombin-head { font-weight: 800; font-size: .85rem; color: var(--green); }
.tk-kombin-desc { font-size: .76rem; color: #5c6b60; margin: 6px 0 8px; line-height: 1.45; }
.tk-kombin-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tk-kombin-form input { width: 110px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; font-size: .9rem; }
.tk-kombin-form span { font-size: .8rem; color: #5c6b60; }
.tk-kombin-form button { background: var(--green); color: #fff; border: 0; border-radius: 8px; padding: 8px 14px; font-weight: 700; font-size: .82rem; cursor: pointer; }
.tk-kombin-form button:disabled { opacity: .6; cursor: wait; }
.tk-plan { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: .78rem; }
.tk-plan th { text-align: left; color: #7a877e; font-weight: 600; padding: 4px 6px; border-bottom: 1px solid var(--line); }
.tk-plan td { padding: 6px; border-bottom: 1px solid #e8efe8; vertical-align: top; }
.tk-plan td small { display: block; color: #93a096; font-size: .68rem; }
.tk-plan td a { color: var(--green); font-weight: 700; }
.tk-plan-note { font-size: .74rem; color: #8a6d1d; background: #fdf6e3; border-radius: 6px; padding: 7px 9px; margin: 8px 0 0; }
.tk-plan-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.tk-plan-foot b { font-size: .95rem; color: var(--ink); }
.tk-kombin-add { background: var(--accent); color: #063; border: 0; border-radius: 8px; padding: 9px 14px; font-weight: 800; font-size: .82rem; cursor: pointer; }
.tk-kombin-add:hover { filter: brightness(.95); }
.tk-kombin-add:disabled { opacity: .7; cursor: default; }

/* ---------- hero slayt: hazır sepet tanıtımı ---------- */
.slide-calc { background: linear-gradient(120deg, #064e57, #0e8f8f); }
.slide-calc-demo { background: rgba(255,255,255,.96); border-radius: 12px; padding: 14px 16px; min-width: 210px; box-shadow: 0 14px 30px rgba(0,0,0,.25); transform: rotate(2deg); }
.scd-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-size: .82rem; color: var(--ink); padding: 5px 0; border-bottom: 1px dashed var(--line); }
.scd-row span { font-weight: 800; }
.scd-row em { font-style: normal; color: var(--muted); font-size: .74rem; }
.scd-res span { color: #0e8f8f; }
.scd-btn { margin-top: 10px; background: var(--accent); color: #063; text-align: center; font-weight: 800; font-size: .78rem; border-radius: 8px; padding: 8px 10px; }
@media (max-width: 860px) {
  .slide-calc-demo { display: none; }
  .cal-band-head h2 { font-size: 1.55rem; }
  .cal-band-head p { font-size: .92rem; }
}

/* fiyat yanı boyut etiketi (varyantlı ürünlerde hangi boyutun fiyatı olduğu) */
.prod-price-note { font-size: .7rem; font-weight: 600; color: var(--muted); }

/* ---------- hero ürün slaytları ---------- */
.slide-plum { background: linear-gradient(120deg, #4a1d5e, #7b3aa0); }
.slide-teal2 { background: linear-gradient(120deg, #06484f, #0d7d7d); }
.slide-amber { background: linear-gradient(120deg, #7a4a06, #c07f16); }
.slide-navy { background: linear-gradient(120deg, #16283f, #2d5078); }
.slide-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; color: #fff; }
.slide-price b { font-size: 1.5rem; font-weight: 800; }
.slide-price em { font-style: normal; font-size: .8rem; opacity: .8; }
.slide-sizes { font-size: .78rem; font-weight: 700; background: rgba(255,255,255,.16); border-radius: 999px; padding: 3px 10px; }

/* ---------- ürün tanıtım bantları ---------- */
.spotlights { margin: 34px 0; }
.spot { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 16px; }
.spot-rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.spot-rev .spot-img { order: 2; }
.spot-rev .spot-body { order: 1; }
.spot-img img { width: 100%; max-height: 260px; object-fit: contain; border-radius: 10px; }
.spot-brand { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--green); background: #eef7ea; border-radius: 999px; padding: 3px 10px; margin-bottom: 8px; }
.spot-body h3 { font-size: 1.45rem; letter-spacing: -.3px; margin: 0 0 6px; }
.spot-body h3 a { color: var(--ink); }
.spot-body h3 a:hover { color: var(--green); }
.spot-body p { font-size: .95rem; color: var(--ink-2); line-height: 1.55; margin: 0 0 10px; max-width: 560px; }
.spot-price { font-size: 1.3rem; font-weight: 800; color: var(--ink); margin: 8px 0 14px; }
.spot-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.spot-actions .btn-cart { display: inline-block; width: auto; padding: 10px 22px; }
.spot-more { font-size: .9rem; font-weight: 700; color: var(--green); }
.spot-more:hover { text-decoration: underline; }
@media (max-width: 760px) {
  .spot, .spot-rev { grid-template-columns: 1fr; padding: 16px; }
  .spot-rev .spot-img { order: 0; }
  .spot-img img { max-height: 190px; }
}
