﻿/* ==========================================================================
   Oblavion Life — Katalog sayfaları (PLP · PDP · Koleksiyonlar · Yeni Gelenler · Arama)
   Kaynak tasarım: dokumanlar/tasarim/urun-listeleme.html + urun-detay.html
   Inline stiller ve sahte "style-hover" kancaları buradaki gerçek sınıflara taşındı.
   site.css'teki tokenlar (--ol-*) yeniden kullanılır; bu dosya site.css'ten SONRA yüklenir.
   Mobil öncelikli: taban kurallar mobil, min-width ile büyür.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Sayfa kabuğu
   -------------------------------------------------------------------------- */
.ol-page { display: block; }

/* --------------------------------------------------------------------------
   2. Sayfa yolu (breadcrumb)
   -------------------------------------------------------------------------- */
.ol-crumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font: 400 16px/1.5 var(--ol-font-body);
  color: var(--ol-muted-2);
}
.ol-crumbs__item { color: inherit; }
.ol-crumbs__item--now { color: var(--ol-ink); }
.ol-crumbs__sep { color: var(--ol-muted-3); }
.ol-crumbs__link { color: var(--ol-muted-2); }
.ol-crumbs__link:hover { color: var(--ol-ink); }

.ol-crumbs--onimage .ol-crumbs__list { font-size: 16px; color: var(--ol-brass-light); }
.ol-crumbs--onimage .ol-crumbs__link,
.ol-crumbs--onimage .ol-crumbs__sep,
.ol-crumbs--onimage .ol-crumbs__item { color: var(--ol-brass-light); }
.ol-crumbs--onimage .ol-crumbs__link:hover { color: var(--ol-cream); }

/* --------------------------------------------------------------------------
   3. Koleksiyon banner'ı (PLP üst alanı)
   -------------------------------------------------------------------------- */
.ol-phero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(230px, 24vw, 330px);
  background: var(--ol-sand-4);
  overflow: hidden;
}
.ol-phero--pet { background: var(--ol-sand-2); }
.ol-phero--kids { background: var(--ol-sand-6); }
.ol-phero__media { position: absolute; inset: 0; }
.ol-phero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(23, 21, 15, .74) 0%, rgba(23, 21, 15, .42) 55%, rgba(23, 21, 15, .12) 100%);
}
.ol-phero__inner {
  position: relative;
  width: 100%;
  padding-block: clamp(24px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ol-phero__title {
  margin: 0;
  font: 300 clamp(28px, 3.4vw, 46px)/1.1 var(--ol-font-display);
  letter-spacing: -.025em;
  color: var(--ol-ink);
}
.ol-phero__lead {
  margin: 0;
  max-width: 52ch;
  font: 400 16px/1.6 var(--ol-font-body);
  color: var(--ol-muted);
  text-wrap: pretty;
}
/* Görsel varsa metin koyu zemin üzerine düşer */
.ol-phero__veil ~ .ol-phero__inner .ol-phero__title { color: var(--ol-cream); }
.ol-phero__veil ~ .ol-phero__inner .ol-phero__lead { color: #E4DACB; }

/* --------------------------------------------------------------------------
   4. PLP yerleşimi
   -------------------------------------------------------------------------- */
.ol-plp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 44px);
  padding-block: clamp(26px, 3.4vw, 48px);
}
.ol-plp__side {
  flex: 1 1 230px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}
.ol-plp__sidehead {
  font: 500 13px/1 var(--ol-font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ol-ink);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ol-line-4);
}
.ol-plp__main { flex: 1 1 560px; min-width: 0; display: flex; flex-direction: column; gap: clamp(16px, 2vw, 24px); }

.ol-plp__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ol-line-2);
}
.ol-plp__bar--yalin { margin-top: clamp(16px, 2vw, 24px); }
.ol-plp__count { font: 400 16px/1.4 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-plp__count strong { font-weight: 500; color: var(--ol-ink); }
.ol-plp__page { color: var(--ol-muted-3); }
.ol-plp__sort { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ol-plp__sortlabel { font: 400 16px/1 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-plp__sortgo { padding: 12px 18px; }

.ol-select {
  min-height: var(--ol-tap);
  padding: 10px 14px;
  border: 1px solid var(--ol-line-4);
  border-radius: 0;
  background: var(--ol-cream);
  font: 400 16px/1 var(--ol-font-body);
  color: var(--ol-ink);
  cursor: pointer;
}
.ol-select:hover { border-color: var(--ol-line-5); }

/* --------------------------------------------------------------------------
   5. Kategori filtresi
   -------------------------------------------------------------------------- */
.ol-filtre {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ol-line-2);
}
.ol-filtre--son { border-bottom: 0; padding-bottom: 0; }
.ol-filtre__title {
  font: 500 13px/1.2 var(--ol-font-display);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ol-text-2);
}
.ol-filtre__toplink { color: inherit; }
.ol-filtre__toplink:hover,
.ol-filtre__toplink.is-secili { color: var(--ol-brown); }
.ol-filtre__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; }
.ol-filtre__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  font: 400 16px/1.3 var(--ol-font-body);
  color: var(--ol-muted);
}
.ol-filtre__link:hover { color: var(--ol-ink); }
.ol-filtre__link.is-secili { color: var(--ol-ink); font-weight: 500; }
.ol-filtre__adet { font: 400 16px/1 var(--ol-font-body); color: var(--ol-muted-3); }
.ol-filtre__adet--soon { color: var(--ol-brass-dark); }

@media (max-width: 779.98px) {
  .ol-plp__side { max-width: 100%; }
  .ol-filtre__list { columns: 2; column-gap: 18px; display: block; }
  .ol-filtre__list li { break-inside: avoid; }
}

/* --------------------------------------------------------------------------
   6. Ürün gridi — Faz 1 §11: mobil 2, tablet 3, masaüstü 4 sütun
   -------------------------------------------------------------------------- */
.ol-cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (min-width: 600px) {
  .ol-cards--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .ol-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   7. Sayfalama
   -------------------------------------------------------------------------- */
.ol-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: clamp(18px, 2.4vw, 28px);
  border-top: 1px solid var(--ol-line-2);
}
.ol-pager__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.ol-pager__nav,
.ol-pager__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--ol-tap);
  min-height: var(--ol-tap);
  padding: 10px 14px;
  border: 1px solid var(--ol-line-4);
  background: var(--ol-cream);
  font: 400 16px/1 var(--ol-font-body);
  color: var(--ol-ink);
}
.ol-pager__nav:hover,
.ol-pager__no:hover { border-color: var(--ol-ink); color: var(--ol-ink); }
.ol-pager__no.is-secili {
  background: var(--ol-ink);
  border-color: var(--ol-ink);
  color: var(--ol-cream);
  font-weight: 500;
}
.ol-pager__nav.is-pasif { color: var(--ol-muted-4); border-color: var(--ol-line-3); }

/* --------------------------------------------------------------------------
   8. PDP yerleşimi
   -------------------------------------------------------------------------- */
.ol-pdp__crumbs { padding-top: 22px; }
.ol-pdp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: clamp(28px, 3.4vw, 60px);
  padding-block: clamp(20px, 2.6vw, 34px) clamp(40px, 5vw, 70px);
}
.ol-pdp__info { min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.ol-pdp__head { display: flex; flex-direction: column; gap: 11px; }
.ol-pdp__title {
  margin: 0;
  font: 300 clamp(27px, 3.2vw, 42px)/1.1 var(--ol-font-display);
  letter-spacing: -.025em;
  color: var(--ol-ink);
}
.ol-pdp__sku { font: 400 16px/1 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-pdp__lead {
  margin: 0;
  max-width: 52ch;
  font: 400 16px/1.7 var(--ol-font-body);
  color: var(--ol-muted);
  text-wrap: pretty;
}
.ol-pdp__ozet {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 10px 24px;
  border-top: 1px solid var(--ol-line-2);
  border-bottom: 1px solid var(--ol-line-2);
}
.ol-pdp__ozetsatir { font: 400 16px/1.4 var(--ol-font-body); color: var(--ol-text-2); }
.ol-pdp__tik { margin-right: 10px; color: var(--ol-brass-dark); }

/* --------------------------------------------------------------------------
   9. Galeri — salt CSS radyo grubu (klavye: Tab + ok tuşları), JS gerekmez
   -------------------------------------------------------------------------- */
.ol-gal {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* Oran, gosterilen gorselden gelir (satir ici stil). Buradaki 1/1 yalnizca yedek deger.
   max-height: cok uzun kadrajlarda sutun ekrani tasmasin diye tavan. */
.ol-gal__stage {
  --ol-oran: 1;                 /* satir ici stil gosterilen gorselin oranini verir */
  position: relative;
  aspect-ratio: var(--ol-oran);
  /* Yukseklik tavani GENISLIKTEN uygulanir. "max-height" ile sinirlarsak kutu
     genisligini korur, orani bozulur ve dikey fotografin iki yaninda serit
     yeniden olusur — asil duzeltilen sorun buydu. */
  width: min(100%, calc(80vh * var(--ol-oran)));
  margin-inline: auto;
  background: var(--ol-sand-2);
  overflow: hidden;
}
.ol-gal__frame { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; }
.ol-gal__frame.is-tek { opacity: 1; visibility: visible; }
/* Ürün fotoğrafı kırpılmaz: dikey/yatay kadrajın tamamı görünür (kart gridinde cover kalır). */
.ol-gal__frame .ol-media { object-fit: contain; }

/* Imlec gorselin uzerindeyken yakinlastirma (IT §12 — detay incelemesi).
   data-ol-zoom niteligini JS ekler: JS kapaliysa "zoom-in" imleci hic cikmaz,
   yani calismayan bir sey vaat edilmez. Dokunmatikte hover kavrami olmadigi icin
   kural yalnizca gercek imleci olan cihazlarda gecerli. */
@media (hover: hover) and (pointer: fine) {
  .ol-gal__stage[data-ol-zoom] { cursor: zoom-in; }
  .ol-gal__stage[data-ol-zoom] .ol-gal__frame .ol-media {
    transition: transform .18s ease-out;
  }
  .ol-gal__stage[data-ol-zoom].is-yakin { cursor: zoom-out; }
  .ol-gal__stage[data-ol-zoom].is-yakin .ol-gal__frame .ol-media {
    transform: scale(var(--ol-zoom, 2.1));
    transform-origin: var(--ol-zoom-x, 50%) var(--ol-zoom-y, 50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ol-gal__stage[data-ol-zoom] .ol-gal__frame .ol-media { transition: none; }
}

.ol-gal__thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(74px, 1fr)); gap: 10px; }
.ol-gal__thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--ol-sand);
  border: 1px solid var(--ol-line-4);
  cursor: pointer;
  overflow: hidden;
}
.ol-gal__thumb:hover { border-color: var(--ol-line-5); }

/* Seçili kare + seçili küçük resim (en fazla 10 görsel desteklenir). */
.ol-gal__radio--1:checked ~ .ol-gal__stage > .ol-gal__frame--1,
.ol-gal__radio--2:checked ~ .ol-gal__stage > .ol-gal__frame--2,
.ol-gal__radio--3:checked ~ .ol-gal__stage > .ol-gal__frame--3,
.ol-gal__radio--4:checked ~ .ol-gal__stage > .ol-gal__frame--4,
.ol-gal__radio--5:checked ~ .ol-gal__stage > .ol-gal__frame--5,
.ol-gal__radio--6:checked ~ .ol-gal__stage > .ol-gal__frame--6,
.ol-gal__radio--7:checked ~ .ol-gal__stage > .ol-gal__frame--7,
.ol-gal__radio--8:checked ~ .ol-gal__stage > .ol-gal__frame--8,
.ol-gal__radio--9:checked ~ .ol-gal__stage > .ol-gal__frame--9,
.ol-gal__radio--10:checked ~ .ol-gal__stage > .ol-gal__frame--10 { opacity: 1; visibility: visible; }

.ol-gal__radio--1:checked ~ .ol-gal__thumbs > .ol-gal__thumb--1,
.ol-gal__radio--2:checked ~ .ol-gal__thumbs > .ol-gal__thumb--2,
.ol-gal__radio--3:checked ~ .ol-gal__thumbs > .ol-gal__thumb--3,
.ol-gal__radio--4:checked ~ .ol-gal__thumbs > .ol-gal__thumb--4,
.ol-gal__radio--5:checked ~ .ol-gal__thumbs > .ol-gal__thumb--5,
.ol-gal__radio--6:checked ~ .ol-gal__thumbs > .ol-gal__thumb--6,
.ol-gal__radio--7:checked ~ .ol-gal__thumbs > .ol-gal__thumb--7,
.ol-gal__radio--8:checked ~ .ol-gal__thumbs > .ol-gal__thumb--8,
.ol-gal__radio--9:checked ~ .ol-gal__thumbs > .ol-gal__thumb--9,
.ol-gal__radio--10:checked ~ .ol-gal__thumbs > .ol-gal__thumb--10 { border-color: var(--ol-ink); }

/* Klavye odağı görünür olsun (radyo görsel olarak gizli, odak küçük resimde gösterilir). */
.ol-gal__radio--1:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--1,
.ol-gal__radio--2:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--2,
.ol-gal__radio--3:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--3,
.ol-gal__radio--4:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--4,
.ol-gal__radio--5:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--5,
.ol-gal__radio--6:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--6,
.ol-gal__radio--7:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--7,
.ol-gal__radio--8:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--8,
.ol-gal__radio--9:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--9,
.ol-gal__radio--10:focus-visible ~ .ol-gal__thumbs > .ol-gal__thumb--10 {
  outline: 2px solid var(--ol-ink);
  outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   10. Varyant (renk) seçenekleri
   -------------------------------------------------------------------------- */
.ol-varyant { display: flex; flex-direction: column; gap: 12px; }
.ol-varyant__title {
  font: 500 13px/1 var(--ol-font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ol-muted-2);
}
.ol-varyant__list { margin: 0; padding: 0; list-style: none; display: flex; gap: 9px; flex-wrap: wrap; }
.ol-varyant__item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 8px 14px 8px 10px;
  border: 1px solid var(--ol-line-4);
  background: var(--ol-cream);
  font: 400 16px/1 var(--ol-font-body);
  color: var(--ol-text-2);
}
.ol-varyant__item--metin { padding-left: 14px; }
.ol-varyant__item.is-varsayilan { border-color: var(--ol-ink); }

/* Gerçekten bir yere giden seçenek: tıklanabilir görünür.
   (Kardeş ürünün sayfası ya da aynı ürünün ?renk= ile seçilmiş hâli.) */
.ol-varyant__list > li { list-style: none; }
.ol-varyant__item--link {
  cursor: pointer;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease;
}
.ol-varyant__item--link:hover { border-color: var(--ol-brass); color: var(--ol-ink); }
.ol-varyant__item--link:focus-visible { outline: 2px solid var(--ol-ink); outline-offset: 2px; }
.ol-varyant__item--link.is-aktif {
  border-color: var(--ol-ink);
  box-shadow: inset 0 0 0 1px var(--ol-ink);
  color: var(--ol-ink);
}
.ol-varyant__item--link.is-aktif .ol-varyant__ad { font-weight: 500; }

/* Seçenek tek ise gidilecek/değişecek bir şey yok: tıklanabilir GÖRÜNMEZ. */
.ol-varyant__item--durgun { cursor: default; }

.ol-varyant__secili { font: 400 16px/1.5 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-varyant__daire {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--ol-line-5);
  flex: 0 0 auto;
}
.ol-varyant__ad { white-space: nowrap; }

/* --------------------------------------------------------------------------
   11. Satış kanalı yönlendirmesi (IT §7 / §8)
   -------------------------------------------------------------------------- */
.ol-satis { display: flex; flex-direction: column; gap: 10px; }
.ol-satis__btn { padding: 18px 30px; justify-content: center; }

/* Pazaryeri butonu: zemin kanalin kurumsal rengi, yazi rengi sunucuda kontrast
   hesabiyla secilir. Renkler satir ici degiskenlerle gelir (--kanal-zemin/--kanal-yazi)
   cunku her kanal farklidir; deger sunucuda #RRGGBB kalibina gore dogrulanir. */
.ol-satis__btn--marka {
  background: var(--kanal-zemin);
  color: var(--kanal-yazi);
  border: 1px solid color-mix(in srgb, var(--kanal-zemin) 78%, #000);
  box-shadow: none;
}
.ol-satis__btn--marka:hover {
  background: color-mix(in srgb, var(--kanal-zemin) 88%, #000);
  color: var(--kanal-yazi);
}
.ol-satis__btn--marka:active {
  background: color-mix(in srgb, var(--kanal-zemin) 80%, #000);
}
/* Odak halkasi her marka zemininde gorunur kalsin: disarida koyu, iceride acik cift halka. */
.ol-satis__btn--marka:focus-visible {
  outline: 3px solid var(--ol-ink, #17150F);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #FFF;
}
.ol-satis__soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 30px;
  background: var(--ol-sand-2);
  border: 1px solid var(--ol-line-4);
  color: var(--ol-muted-2);
  font: 500 13px/1 var(--ol-font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ol-satis__not { font: 400 16px/1.5 var(--ol-font-body); color: var(--ol-muted-2); }

/* --------------------------------------------------------------------------
   12. Akordiyon (details/summary — JS gerekmez)
   -------------------------------------------------------------------------- */
.ol-akordiyonlar { display: flex; flex-direction: column; border-top: 1px solid var(--ol-line-2); }
.ol-akordiyon { border-bottom: 1px solid var(--ol-line-2); }
.ol-akordiyon__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 2px;
  min-height: var(--ol-tap);
  cursor: pointer;
  list-style: none;
  font: 500 13px/1.3 var(--ol-font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ol-ink);
}
.ol-akordiyon__head::-webkit-details-marker { display: none; }
.ol-akordiyon__head:hover { color: var(--ol-brown); }
.ol-akordiyon__sign { font: 400 16px/1 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-akordiyon__sign::after { content: "+"; }
.ol-akordiyon[open] .ol-akordiyon__sign::after { content: "\2212"; }
.ol-akordiyon__body { padding: 0 2px 20px; display: flex; flex-direction: column; gap: 9px; }
.ol-akordiyon__metin {
  margin: 0;
  font: 400 16px/1.7 var(--ol-font-body);
  color: var(--ol-muted);
  text-wrap: pretty;
  white-space: pre-line;
}

.ol-ozellik {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px dotted var(--ol-line-4);
}
.ol-ozellik__k { font: 400 16px/1.45 var(--ol-font-body); color: var(--ol-muted-2); }
.ol-ozellik__v { font: 400 16px/1.45 var(--ol-font-body); color: var(--ol-text-2); text-align: right; }

/* --------------------------------------------------------------------------
   13. Koleksiyon dizini ek alanı
   -------------------------------------------------------------------------- */
.ol-cat__kats {
  margin: 6px 0 0;
  font: 400 16px/1.5 var(--ol-font-body);
  color: var(--ol-muted-3);
}

/* --------------------------------------------------------------------------
   14. Arama sayfası
   -------------------------------------------------------------------------- */
.ol-arama__head { margin-bottom: clamp(16px, 2vw, 22px); }
.ol-arama__form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: clamp(18px, 2.4vw, 26px);
}
.ol-arama__input {
  flex: 1 1 260px;
  min-width: 0;
  min-height: var(--ol-tap);
  padding: 12px 16px;
  border: 1px solid var(--ol-line-4);
  background: var(--ol-cream);
  font: 400 16px/1.3 var(--ol-font-body);
  color: var(--ol-ink);
}
.ol-arama__input:focus-visible { outline: 2px solid var(--ol-ink); outline-offset: 1px; }
.ol-arama__gonder { flex: 0 0 auto; }
.ol-arama__oneri {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: clamp(18px, 2.4vw, 26px);
}

/* --------------------------------------------------------------------------
   15. İlgili ürünler
   -------------------------------------------------------------------------- */
.ol-ilgili { margin-top: clamp(20px, 2.6vw, 30px); }

/* --------------------------------------------------------------------------
   16. Hareket azaltma tercihi
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .ol-gal__frame { transition: none; }
}
