/* ==================================================================
   ESPE VELA TEKSTİL — ana stil dosyası
   Tüm sınıflar "trteca-" ön ekiyle yazılır.
   ================================================================== */

:root {
  --ink: #17272d;
  --navy: #1b2b32;
  --navy-2: #223942;
  --navy-3: #2c4751;
  --terracotta: #c9754d;
  --terracotta-dark: #9d4e30;
  --copper: #b85e3b;
  --sand: #ead9c4;
  --sand-2: #f3e9dc;
  --cream: #fbf7f1;
  --warm-white: #fffdf9;
  --sage: #78877b;
  --gold: #c8a46a;
  --line: rgba(23, 39, 45, .13);
  --muted: #68767b;
  --shadow: 0 24px 70px rgba(27, 43, 50, .14);
  --shadow-soft: 0 14px 36px rgba(27, 43, 50, .10);
  --radius: 24px;

  --radius-sm: 14px;
  --radius-lg: 32px;
  --wrap: 1280px;
  --gutter: 32px;
  --header-h: 84px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

/* Görünürlük: hidden özniteliği her zaman display kurallarını ezer.
   .trteca-modal (display:grid) ve .trteca-cookie gibi bileşenler bunu gerektirir. */
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.trteca-body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;

  font-size: 18px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -.02em; line-height: 1.16; color: var(--navy); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

.trteca-visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.trteca-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: #fff; padding: 14px 22px; border-radius: 0 0 var(--radius-sm) 0;
}
.trteca-skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; border-radius: 6px; }

.trteca-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

.trteca-icon { flex: none; }

/* ---------- tipografi yardımcıları ---------- */
.trteca-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 14px;
  font-size: 15px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terracotta-dark);
}
.trteca-eyebrow::before {
  content: ""; width: 34px; height: 2px; background: var(--terracotta); flex: none;
}

.trteca-h1 { font-size: clamp(38px, 5.2vw, 66px); font-family: "Playfair Display", serif; font-style: italic;}
.trteca-h2 { font-size: clamp(30px, 3.4vw, 44px); font-family: "Playfair Display", serif; font-style: italic; }
.trteca-h3 { font-size: clamp(22px, 2.1vw, 28px); font-family: "Playfair Display", serif; font-style: italic; }

.trteca-lead { font-size: clamp(19px, 1.5vw, 22px); color: var(--navy-3); }
.trteca-muted { color: var(--muted); }

/* dokuma kenarı motifi — bölüm ayırıcı */
.trteca-selvedge {
  height: 10px;
  background-image: repeating-linear-gradient(90deg,
      var(--terracotta) 0 2px, transparent 2px 14px);
  opacity: .5;
  border-radius: 2px;
}

/* ---------- butonlar ---------- */
.trteca-btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-size: 17px; font-weight: 700; letter-spacing: .01em;
  text-decoration: none; cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  box-shadow: 0 14px 30px rgba(157, 78, 48, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
}
.trteca-btn:hover { transform: translateY(-2px); }
.trteca-btn:active { transform: translateY(0); }

.trteca-btn--primary { background: var(--terracotta); color: #fff; box-shadow: 0 12px 26px rgba(157, 78, 48, .26); }
.trteca-btn--primary:hover { background: var(--terracotta-dark); }

.trteca-btn--dark { background: var(--navy); color: var(--warm-white); }
.trteca-btn--dark:hover { background: var(--navy-3); }

.trteca-btn--ghost { border-color: var(--line); color: var(--navy); background: var(--warm-white); }
.trteca-btn--ghost:hover { border-color: var(--navy); }

.trteca-btn--light { background: var(--warm-white); color: var(--navy); }
.trteca-btn--light:hover { background: var(--sand-2); }

.trteca-btn--full { width: 100%; }
.trteca-btn--sm { padding: 12px 22px; font-size: 16px; }
.trteca-btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* spinner */
.trteca-spinner {
  display: none; width: 20px; height: 20px; border-radius: 50%;
  border: 2.5px solid rgba(255, 255, 255, .4); border-top-color: #fff;
  animation: trteca-spin .7s linear infinite;
}
.trteca-btn.is-loading .trteca-spinner { display: block; }
.trteca-btn.is-loading .trteca-btn__label { opacity: .7; }
@keyframes trteca-spin { to { transform: rotate(360deg); } }

/* ==================================================================
   DUYURU ŞERİDİ + HEADER
   ================================================================== */

.trteca-announce {
  background: var(--navy);
  color: var(--sand-2);
  font-size: 16px;
}
.trteca-announce__inner {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  min-height: 46px; flex-wrap: wrap;
}
.trteca-announce__item { display: inline-flex; align-items: center; gap: 9px; }
.trteca-announce__item .trteca-icon { color: var(--gold); }
.trteca-announce__sep { width: 5px; height: 5px; border-radius: 50%; background: var(--terracotta); }

.trteca-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(251, 247, 241, .93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.trteca-header.is-scrolled { box-shadow: var(--shadow-soft); }

.trteca-header__inner {
  display: flex; align-items: center; gap: 26px;
  min-height: var(--header-h);
}

.trteca-logo { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex: none; }
.trteca-logo__mark { color: var(--terracotta); display: block; }
.trteca-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.trteca-logo__name { font-size: 22px; font-weight: 700; letter-spacing: .06em; color: var(--navy); }
.trteca-logo__sub { font-size: 13px; font-weight: 500; letter-spacing: .34em; color: var(--terracotta-dark); }

/* --- navigasyon --- */
.trteca-nav { margin-inline-start: auto; }
.trteca-nav__list { display: flex; align-items: center; gap: 6px; }
.trteca-nav__close, .trteca-nav__foot { display: none; }

.trteca-nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 15px; border: 0; background: none;
  border-radius: 999px;
  font-size: 17px; font-weight: 500; color: var(--navy-2);
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.trteca-nav__link:hover, .trteca-nav__link.is-active { background: var(--sand-2); color: var(--navy); }
.trteca-nav__item { position: relative; }
.trteca-nav__drop .trteca-icon { transition: transform .25s ease; }
.trteca-nav__drop[aria-expanded="true"] .trteca-icon { transform: rotate(180deg); }

.trteca-drop {
  position: absolute; top: calc(100% + 12px); left: 0; z-index: 20;
  min-width: 320px; padding: 12px;
  background: var(--warm-white);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.trteca-has-drop.is-open .trteca-drop { opacity: 1; visibility: visible; transform: translateY(0); }

.trteca-drop__link {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 13px 16px; border-radius: var(--radius-sm);
  text-decoration: none; transition: background .18s ease;
}
.trteca-drop__link:hover { background: var(--sand-2); }
.trteca-drop__title { font-weight: 500; color: var(--navy); }
.trteca-drop__meta { font-size: 15px; color: var(--muted); white-space: nowrap; }

/* --- araçlar --- */
.trteca-header__tools { display: flex; align-items: center; gap: 12px; flex: none; }

.trteca-search { position: relative; width: 260px; }
.trteca-search__input {
  width: 100%; padding: 12px 46px 12px 18px;
  border: 1.5px solid var(--line); border-radius: 999px;
  background: var(--warm-white); font-size: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.trteca-search__input::placeholder { color: var(--muted); }
.trteca-search__input:focus { outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(201, 117, 77, .14); }
.trteca-search__btn {
  position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 0; border-radius: 50%; background: transparent; color: var(--navy-3); cursor: pointer;
}
.trteca-search__btn:hover { background: var(--sand-2); }

.trteca-cartbtn {
  position: relative; width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--navy); color: var(--warm-white);
  text-decoration: none; transition: background .2s ease;
}
.trteca-cartbtn:hover { background: var(--navy-3); }
.trteca-cartbtn__count {
  position: absolute; top: -3px; right: -3px; min-width: 24px; height: 24px;
  display: grid; place-items: center; padding: 0 6px;
  border-radius: 999px; background: var(--terracotta); color: #fff;
  font-size: 14px; font-weight: 700; border: 2px solid var(--cream);
}
.trteca-cartbtn__count[hidden] { display: none; }

.trteca-burger {
  display: none; width: 50px; height: 50px; place-items: center;
  border: 1.5px solid var(--line); border-radius: 50%;
  background: var(--warm-white); color: var(--navy); cursor: pointer;
}

/* Mobil menü perdesi — yalnızca 1024px altında görünür */
.trteca-nav__scrim { display: none; }

/* ==================================================================
   BÖLÜM İSKELETİ
   ================================================================== */

.trteca-section { padding: clamp(56px, 7vw, 104px) 0; }
.trteca-section--tight { padding: clamp(40px, 5vw, 72px) 0; }
.trteca-section--sand { background: var(--sand-2); }
.trteca-section--dark { background: var(--navy); color: var(--sand-2); }
.trteca-section--dark h2, .trteca-section--dark h3 { color: var(--warm-white); }

.trteca-shead { max-width: 720px; margin-bottom: 44px; }
.trteca-shead--center { margin-inline: auto; text-align: center; }
.trteca-shead--center .trteca-eyebrow { justify-content: center; }
.trteca-shead__text { margin: 16px 0 0; font-size: 19px; color: var(--navy-3); }
.trteca-section--dark .trteca-shead__text { color: rgba(243, 233, 220, .78); }

.trteca-shead--row {
  max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}

/* ==================================================================
   HERO
   ================================================================== */

.trteca-hero { position: relative; overflow: hidden; background: var(--navy); }
.trteca-hero__bg { position: absolute; inset: 0; }
.trteca-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.trteca-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(23, 39, 45, .92) 0%, rgba(27, 43, 50, .78) 44%, rgba(27, 43, 50, .34) 100%);
}
.trteca-hero__inner {
  position: relative; z-index: 2;
  min-height: clamp(500px, 66vh, 680px);
  display: flex; flex-direction: column; justify-content: center;
  padding-block: clamp(64px, 8vw, 110px);
  text-align: center;
  /* max-width: 760px; */
}
.trteca-hero .trteca-eyebrow { color: var(--gold); }
.trteca-hero .trteca-eyebrow::before { background: var(--gold); }
.trteca-hero__title { color: var(--warm-white); margin-bottom: 22px; }
.trteca-hero__title em { font-style: normal; color: var(--sand); }
.trteca-hero__text { color: rgba(243, 233, 220, .88); font-size: clamp(19px, 1.5vw, 22px);  }
.trteca-hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.trteca-hero__stats {
  display: flex; flex-wrap: wrap; gap: 40px; margin-top: 52px;
  padding-top: 30px; border-top: 1px solid rgba(234, 217, 196, .26);
}
.trteca-hero__stat strong { display: block; font-size: 30px; color: var(--warm-white); line-height: 1.1; }
.trteca-hero__stat span { font-size: 16px; color: rgba(243, 233, 220, .72); }

/* ==================================================================
   GİRİŞ METNİ (sadece yazı)
   ================================================================== */

.trteca-intro { text-align: center; }
.trteca-intro__inner { max-width: 880px; margin: 0 auto; }
.trteca-intro__title { margin-bottom: 24px; }
.trteca-intro__text { font-size: clamp(19px, 1.45vw, 21px); color: var(--navy-3); }
.trteca-intro__rule { width: 78px; height: 3px; margin: 34px auto 0; background: var(--terracotta); border-radius: 2px; }

/* ==================================================================
   KATEGORİ KARTLARI
   ================================================================== */

.trteca-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.trteca-cat {
  display: block; text-decoration: none; border-radius: var(--radius);
  background: var(--warm-white); border: 1px dashed var(--line);
  overflow: hidden; box-shadow: var(--shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative; isolation: isolate;
}

/* Sağ alt köşedeki dekoratif daireler: durağan halde soluk, hover'da büyüyüp
   bakır tonuna geçer. ::before = yumuşak dolgu, ::after = ince halka. */
.trteca-cat::before,
.trteca-cat::after {
  content: "";
  position: absolute; z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  transform-origin: 82% 82%;
  transition: transform .55s cubic-bezier(.22, .8, .3, 1),
              background .45s ease, border-color .45s ease;
}
.trteca-cat::before {
  right: -78px; bottom: -102px; width: 288px; height: 288px;
  background: radial-gradient(circle at 34% 30%,
      rgba(201, 117, 77, .07), rgba(201, 117, 77, .028) 56%, rgba(201, 117, 77, 0) 74%);
  transform: scale(.84);
}
.trteca-cat::after {
  right: -54px; bottom: -76px; width: 232px; height: 232px;
  border: 1px solid rgba(23, 39, 45, .07);
  transform: scale(.84);
}
.trteca-cat:hover::before {
  transform: scale(1.24);
  background: radial-gradient(circle at 34% 30%,
      rgba(201, 117, 77, .13), rgba(201, 117, 77, .05) 56%, rgba(201, 117, 77, 0) 74%);
}
.trteca-cat:hover::after {
  transform: scale(1.2);
  border-color: rgba(201, 117, 77, .38);
}

.trteca-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.trteca-cat__media { position: relative; z-index: 1; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand); }
.trteca-cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trteca-cat:hover .trteca-cat__media img { transform: scale(1.06); }
.trteca-cat__body { position: relative; z-index: 1; padding: 22px 24px 26px; }
.trteca-cat__title { font-size: 22px; margin-bottom: 6px; }
.trteca-cat__meta { font-size: 16px; color: var(--muted); }
.trteca-cat__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-weight: 700;
  font-size: 16px;
  color: var(--terracotta-dark);
}

/* CTA yanındaki küçük daire — hover'da dolu bakır rengine döner */
.trteca-cat__link::after {
  content: "";
  flex: none;
  width: 40px;
  height: 40px;
  margin-inline-start: 6px;
  border-radius: 50%;
  background: rgba(201, 117, 77, .10);
  border: 1px solid rgba(201, 117, 77, .18);
  transition: transform .35s cubic-bezier(.22, .8, .3, 1),
              background-color .35s ease, border-color .35s ease;
}

.trteca-cat:hover .trteca-cat__link::after {
  transform: translateX(4px);
  background-color: var(--terracotta);
  border-color: var(--terracotta);
}

.trteca-cat:hover .trteca-cat__link .trteca-icon {
  transform: translateX(4px);
}

.trteca-cat__link .trteca-icon {
  transition: transform .25s ease;
}

/* ==================================================================
   ÜRÜN KARTI
   ================================================================== */

.trteca-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.trteca-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* sıralama / indirim kodu isteği sürerken bekleme durumu */
.trteca-grid, .trteca-coupon { transition: opacity .2s ease; }
.trteca-grid.is-busy, .trteca-coupon.is-busy { opacity: .45; pointer-events: none; }

.trteca-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--warm-white); border: 1px dashed var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.trteca-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.trteca-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--sand); overflow: hidden; }
.trteca-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trteca-card:hover .trteca-card__media img { transform: scale(1.05); }

.trteca-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 7px 14px; border-radius: 999px;
  font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  background: var(--navy); color: var(--warm-white);
}
.trteca-badge--sale { background: var(--terracotta); }
.trteca-badge--new { background: var(--sage); }

.trteca-card__body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 24px; }
.trteca-card__cat { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--terracotta-dark); font-weight: 700; }
.trteca-card__title { margin: 8px 0 10px; font-size: 19px; line-height: 1.34; }
.trteca-card__title a { text-decoration: none; }
.trteca-card__title a:hover { color: var(--terracotta-dark); }
.trteca-card__spec { font-size: 16px; color: var(--muted); margin: 0 0 16px; }
.trteca-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.trteca-card__price { font-size: 21px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.trteca-card__price small { display: block; font-size: 14px; font-weight: 500; color: var(--muted); }
.trteca-card__old { font-size: 16px; color: var(--muted); text-decoration: line-through; margin-inline-end: 8px; font-weight: 500; }

.trteca-add {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 1.5px solid var(--line); border-radius: 50%;
  background: var(--warm-white); color: var(--navy); cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.trteca-add:hover { background: var(--terracotta); color: #fff; border-color: var(--terracotta); }
.trteca-add.is-done { background: var(--sage); border-color: var(--sage); color: #fff; }

/* ==================================================================
   AVANTAJLAR
   ================================================================== */

.trteca-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trteca-feat {
  padding: 32px 28px; border-radius: var(--radius);
  background: var(--warm-white); border: 1px dashed var(--line);
}
.trteca-section--dark .trteca-feat { background: var(--navy-2); border-color: rgba(234, 217, 196, .16); }
.trteca-feat__icon {
  width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 20px;
  border-radius: 18px; background: var(--sand-2); color: var(--terracotta-dark);
  border: 1px dashed var(--line);
}
.trteca-section--dark .trteca-feat__icon { background: var(--navy-3); color: var(--gold);border: 1px dashed var(--line) }
.trteca-feat__title { font-size: 20px; margin-bottom: 10px; }
.trteca-feat__text { font-size: 17px; color: var(--muted); margin: 0; }
.trteca-section--dark .trteca-feat__text { color: rgba(243, 233, 220, .72); }

/* ==================================================================
   PROMO BLOKLARI (yan yana)
   ================================================================== */

.trteca-promos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.trteca-promo {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 340px; padding: 36px; overflow: hidden;
  border-radius: var(--radius); text-decoration: none; color: var(--warm-white);
  box-shadow: var(--shadow-soft);
}
.trteca-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.trteca-promo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23, 39, 45, .12) 20%, rgba(23, 39, 45, .86) 100%);
}
.trteca-promo:hover img { transform: scale(1.05); }
.trteca-promo__content { position: relative; z-index: 2; }
.trteca-promo__tag {
  display: inline-block; margin-bottom: 14px; padding: 7px 16px;
  border-radius: 999px; background: var(--terracotta); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.trteca-promo__title { color: var(--warm-white); font-size: clamp(24px, 2.4vw, 32px); margin-bottom: 10px; }
.trteca-promo__text { color: rgba(243, 233, 220, .84); font-size: 17px; margin-bottom: 18px; max-width: 380px; }
.trteca-promo__more { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--sand); }
.trteca-promo:hover .trteca-promo__more .trteca-icon { transform: translateX(5px); }
.trteca-promo__more .trteca-icon { transition: transform .25s ease; }

.trteca-promo--wide { grid-column: span 2; min-height: 260px; }

/* ==================================================================
   FIRSATLAR
   ================================================================== */

.trteca-deal {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 0;
  background: var(--navy-2); border-radius: var(--radius-lg); overflow: hidden;
}
.trteca-deal__media { position: relative; min-height: 380px; }
.trteca-deal__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trteca-deal__body { padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.trteca-deal__body .trteca-eyebrow { color: var(--gold); }
.trteca-deal__body .trteca-eyebrow::before { background: var(--gold); }
.trteca-deal__title { color: var(--warm-white); margin-bottom: 16px; }
.trteca-deal__text { color: rgba(243, 233, 220, .8); margin-bottom: 26px; }
.trteca-deal__list { display: grid; gap: 12px; margin-bottom: 30px; }
.trteca-deal__item { display: flex; align-items: center; gap: 12px; color: var(--sand-2); font-size: 17px; }
.trteca-deal__item .trteca-icon { color: var(--terracotta); }

/* ==================================================================
   YORUMLAR
   ================================================================== */

.trteca-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.trteca-review {
  padding: 32px 30px; border-radius: var(--radius);
  background: var(--warm-white); border: 1px dashed var(--line);
  display: flex; flex-direction: column;
}
.trteca-review__stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 16px; }
.trteca-review__stars .trteca-icon { fill: currentColor; }
.trteca-review__stars .is-off { color: var(--line); fill: none; }
.trteca-review__text { font-size: 17px; color: var(--navy-3); margin-bottom: 22px; }
.trteca-review__foot { margin-top: auto; display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.trteca-review__avatar {
  width: 46px; height: 46px; display: grid; place-items: center; flex: none;
  border-radius: 50%; background: var(--sand); color: var(--navy);
  font-weight: 700; font-size: 17px;
}
.trteca-review__name { font-weight: 700; color: var(--navy); }
.trteca-review__role { font-size: 15px; color: var(--muted); }

/* ==================================================================
   SSS
   ================================================================== */

.trteca-faq { display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }
.trteca-faq__item {
  background: var(--warm-white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.trteca-faq__item.is-open { border-color: var(--terracotta); box-shadow: var(--shadow-soft); }
.trteca-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px; border: 0; background: none; cursor: pointer; text-align: start;
  font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.4;
}
.trteca-faq__q .trteca-icon { color: var(--terracotta-dark); transition: transform .25s ease; }
.trteca-faq__item.is-open .trteca-faq__q .trteca-icon { transform: rotate(180deg); }
.trteca-faq__a { display: none; padding: 0 26px 24px; color: var(--navy-3); font-size: 17px; }
.trteca-faq__item.is-open .trteca-faq__a { display: block; }

/* ==================================================================
   SAYFA BAŞLIĞI (iç sayfalar)
   ================================================================== */

.trteca-phead { position: relative; background: var(--navy); color: var(--sand-2); overflow: hidden; }
.trteca-phead__bg { position: absolute; inset: 0; opacity: .38; }
.trteca-phead__bg img { width: 100%; height: 100%; object-fit: cover; }
.trteca-phead__inner { position: relative; z-index: 2; padding: clamp(46px, 6vw, 84px) 0; max-width: 780px; }
.trteca-phead__title { color: var(--warm-white); margin-bottom: 14px; }
.trteca-phead__text { color: rgba(243, 233, 220, .82); font-size: 19px; margin: 0; }
.trteca-phead .trteca-eyebrow { color: var(--gold); }
.trteca-phead .trteca-eyebrow::before { background: var(--gold); }

.trteca-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 16px; padding: 20px 0; color: var(--muted); }
.trteca-crumbs a { text-decoration: none; color: var(--navy-3); }
.trteca-crumbs a:hover { color: var(--terracotta-dark); }
.trteca-crumbs__sep { color: var(--line); }

/* ==================================================================
   KATEGORİ SAYFASI
   ================================================================== */

.trteca-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; padding: 20px 26px; margin-bottom: 34px;
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.trteca-toolbar__count { font-size: 17px; color: var(--muted); }
.trteca-toolbar__count strong { color: var(--navy); }
.trteca-sort { display: flex; align-items: center; gap: 12px; }
.trteca-sort__label { font-size: 16px; color: var(--muted); }
.trteca-select {
  padding: 12px 44px 12px 18px; border: 1.5px solid var(--line); border-radius: 999px;
  background: var(--warm-white) url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2317272d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6.5 9.5 5.5 5.5 5.5-5.5'/%3E%3C/svg%3E") no-repeat right 14px center;
  font-size: 16px; appearance: none; cursor: pointer;
}
.trteca-select:focus { outline: none; border-color: var(--terracotta); }

.trteca-cattext {
  max-width: 900px; margin-top: 56px; padding: 34px 36px;
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius);
}
.trteca-cattext h2 { font-size: 24px; margin-bottom: 14px; }
.trteca-cattext p { color: var(--navy-3); margin: 0; }

/* ==================================================================
   ÜRÜN SAYFASI
   ================================================================== */

.trteca-product { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.trteca-product__media {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--sand); border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.trteca-product__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.trteca-product__title { margin: 10px 0 14px; }
.trteca-product__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.trteca-product__now { font-size: 34px; font-weight: 700; color: var(--navy); }
.trteca-product__was { font-size: 20px; color: var(--muted); text-decoration: line-through; }
.trteca-product__unit { font-size: 16px; color: var(--muted); margin-bottom: 24px; }
.trteca-product__desc { color: var(--navy-3); margin-bottom: 28px; }

.trteca-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 30px; }
.trteca-spec { background: var(--warm-white); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
.trteca-spec__icon { color: var(--terracotta-dark); margin-top: 2px; }
.trteca-spec__label { display: block; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.trteca-spec__value { font-weight: 700; color: var(--navy); }

.trteca-buybox {
  padding: 26px; border-radius: var(--radius); background: var(--sand-2); border: 1px solid var(--line);
}
.trteca-buybox__row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.trteca-buybox__note { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; font-size: 16px; color: var(--navy-3); }
.trteca-buybox__note .trteca-icon { color: var(--terracotta-dark); }

.trteca-qty { display: inline-flex; align-items: center; background: var(--warm-white); border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.trteca-qty__btn {
  width: 48px; height: 52px; display: grid; place-items: center;
  border: 0; background: none; cursor: pointer; color: var(--navy);
}
.trteca-qty__btn:hover { background: var(--sand-2); }
.trteca-qty__input {
  width: 62px; height: 52px; border: 0; text-align: center;
  font-size: 18px; font-weight: 700; background: transparent;
  -moz-appearance: textfield;
}
.trteca-qty__input::-webkit-outer-spin-button,
.trteca-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ==================================================================
   SEPET
   ================================================================== */

.trteca-cart { display: grid; grid-template-columns: 1.6fr .9fr; gap: 36px; align-items: start; }

.trteca-cartlist { display: grid; gap: 16px; }
.trteca-line {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; align-items: center;
  padding: 18px; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.trteca-line__img { width: 120px; height: 120px; border-radius: var(--radius-sm); overflow: hidden; background: var(--sand); }
.trteca-line__img img { width: 100%; height: 100%; object-fit: cover; }
.trteca-line__title { font-size: 19px; margin-bottom: 6px; }
.trteca-line__title a { text-decoration: none; }
.trteca-line__meta { font-size: 16px; color: var(--muted); margin: 0 0 14px; }
.trteca-line__ctrl { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.trteca-line__right { text-align: end; display: grid; gap: 10px; justify-items: end; }
.trteca-line__total { font-size: 22px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.trteca-line__each { font-size: 15px; color: var(--muted); }
.trteca-remove {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px;
  border: 1px solid var(--line); border-radius: 999px; background: transparent;
  font-size: 15px; color: var(--muted); cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.trteca-remove:hover { color: var(--terracotta-dark); border-color: var(--terracotta); }

.trteca-summary {
  position: sticky; top: calc(var(--header-h) + 20px);
  padding: 30px; background: var(--warm-white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-soft);
}
.trteca-summary__title { font-size: 22px; margin-bottom: 22px; }
.trteca-summary__row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; font-size: 17px; color: var(--navy-3); }
.trteca-summary__row--total {
  margin-top: 10px; padding-top: 20px; border-top: 1px solid var(--line);
  font-size: 22px; font-weight: 700; color: var(--navy);
}
.trteca-summary__row--save { color: var(--sage); font-weight: 700; }
.trteca-summary__note { font-size: 15px; color: var(--muted); margin: 16px 0 0; }
.trteca-summary .trteca-btn { margin-top: 22px; }

.trteca-coupon { display: flex; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.trteca-coupon .trteca-input { flex: 1; }

.trteca-empty { text-align: center; padding: 70px 20px; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); }
.trteca-empty__icon { width: 78px; height: 78px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--sand-2); color: var(--terracotta-dark); }
.trteca-empty h2 { margin-bottom: 12px; }
.trteca-empty p { color: var(--muted); max-width: 460px; margin: 0 auto 26px; }

/* ==================================================================
   FORMLAR / ÖDEME
   ================================================================== */

.trteca-checkout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: start; }

.trteca-panel {
  padding: 32px; background: var(--warm-white);
  border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 24px;
}
.trteca-panel__title { display: flex; align-items: center; gap: 14px; font-size: 22px; margin-bottom: 8px; }
.trteca-panel__step {
  width: 38px; height: 38px; display: grid; place-items: center; flex: none;
  border-radius: 50%; background: var(--navy); color: var(--warm-white); font-size: 17px;
}
.trteca-panel__text { color: var(--muted); font-size: 17px; margin-bottom: 26px; }

.trteca-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trteca-field--full { grid-column: 1 / -1; }
.trteca-label { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 500; color: var(--navy-2); }
.trteca-label span { color: var(--terracotta-dark); }

.trteca-input, .trteca-textarea {
  width: 100%; padding: 14px 18px;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--warm-white); font-size: 17px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.trteca-textarea { min-height: 120px; resize: vertical; }
.trteca-input:focus, .trteca-textarea:focus {
  outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(201, 117, 77, .13);
}
.trteca-input.is-invalid, .trteca-textarea.is-invalid { border-color: var(--terracotta-dark); background: rgba(201, 117, 77, .05); }

.trteca-error { display: none; margin-top: 7px; font-size: 15px; color: var(--terracotta-dark); font-weight: 500; }
.trteca-error.is-shown { display: block; }

.trteca-check { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--navy-3); cursor: pointer; }
.trteca-check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--terracotta); flex: none; }

.trteca-form__note { font-size: 15px; color: var(--muted); margin: 14px 0 0; }
.trteca-form__note a { color: var(--terracotta-dark); }

.trteca-pay { display: grid; gap: 14px; }
.trteca-pay__opt {
  display: flex; gap: 14px; padding: 20px; cursor: pointer;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s ease, background .2s ease;
}
.trteca-pay__opt:hover { border-color: var(--terracotta); }
.trteca-pay__opt input { width: 22px; height: 22px; margin-top: 3px; accent-color: var(--terracotta); flex: none; }
.trteca-pay__opt strong { display: block; color: var(--navy); }
.trteca-pay__opt span { font-size: 16px; color: var(--muted); }
.trteca-pay__opt:has(input:checked) { border-color: var(--terracotta); background: var(--sand-2); }

.trteca-ministack { display: grid; gap: 12px; margin-top: 6px; }
.trteca-mini { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; }
.trteca-mini__img { width: 56px; height: 56px; border-radius: 12px; overflow: hidden; background: var(--sand); }
.trteca-mini__img img { width: 100%; height: 100%; object-fit: cover; }
.trteca-mini__name { font-size: 16px; font-weight: 500; color: var(--navy); line-height: 1.3; }
.trteca-mini__qty { font-size: 15px; color: var(--muted); }
.trteca-mini__price { font-weight: 700; white-space: nowrap; }

/* sipariş sonucu */
.trteca-done { max-width: 780px; margin: 0 auto; text-align: center; padding: clamp(36px, 5vw, 64px); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.trteca-done__icon { width: 92px; height: 92px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: #fff; }
.trteca-done__no {
  display: inline-block; margin: 22px 0 26px; padding: 16px 30px;
  border: 2px dashed var(--terracotta); border-radius: var(--radius-sm);
  font-size: 26px; font-weight: 700; letter-spacing: .06em; color: var(--navy); background: var(--sand-2);
}
.trteca-done__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 30px 0; text-align: start; }
.trteca-done__cell { padding: 18px 20px; background: var(--cream); border-radius: var(--radius-sm); }
.trteca-done__cell span { display: block; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.trteca-done__cell strong { color: var(--navy); }
.trteca-done__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==================================================================
   İÇERİK SAYFALARI (yasal / bakım / hakkımızda)
   ================================================================== */

.trteca-doc { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; }
.trteca-docnav {
  position: sticky; top: calc(var(--header-h) + 20px);
  padding: 24px; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius);
}
.trteca-docnav__title { font-size: 17px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 16px; }
.trteca-docnav__link { display: block; padding: 11px 14px; border-radius: var(--radius-sm); text-decoration: none; color: var(--navy-2); font-size: 17px; }
.trteca-docnav__link:hover { background: var(--sand-2); }
.trteca-docnav__link.is-active { background: var(--navy); color: var(--warm-white); }

.trteca-prose { max-width: 860px; font-size: 18px; color: var(--navy-3); }
.trteca-prose h2 { font-size: 27px; margin: 42px 0 14px; }
.trteca-prose h2:first-child { margin-top: 0; }
.trteca-prose h3 { font-size: 21px; margin: 30px 0 10px; }
.trteca-prose p { margin: 0 0 16px; }
.trteca-prose ul { margin: 0 0 18px; display: grid; gap: 10px; }
.trteca-prose ul li { position: relative; padding-inline-start: 26px; }
.trteca-prose ul li::before {
  content: ""; position: absolute; inset-inline-start: 4px; top: 12px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta);
}
.trteca-prose a { color: var(--terracotta-dark); }
.trteca-prose strong { color: var(--navy); }
.trteca-prose__box {
  padding: 24px 26px; margin: 26px 0; border-inline-start: 4px solid var(--terracotta);
  background: var(--sand-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.trteca-prose__box p:last-child { margin-bottom: 0; }

.trteca-updated { font-size: 16px; color: var(--muted); padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }

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

.trteca-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.trteca-info { display: grid; gap: 16px; }
.trteca-info__card {
  display: flex; gap: 18px; padding: 26px;
  background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius);
}
.trteca-info__icon { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border-radius: 16px; background: var(--sand-2); color: var(--terracotta-dark); }
.trteca-info__label { font-size: 15px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.trteca-info__value { font-size: 18px; color: var(--navy); font-weight: 500; }
.trteca-info__value a { text-decoration: none; }
.trteca-info__value a:hover { color: var(--terracotta-dark); }

.trteca-hours { padding: 30px; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); }
.trteca-hours__title { display: flex; align-items: center; gap: 12px; font-size: 22px; margin-bottom: 20px; }
.trteca-hours__row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.trteca-hours__row:last-child { border-bottom: 0; }
.trteca-hours__row.is-today { color: var(--terracotta-dark); font-weight: 700; }
.trteca-hours__row.is-closed span:last-child { color: var(--muted); }
.trteca-hours__day { color: var(--navy-2); }
.trteca-hours__note { margin: 20px 0 0; font-size: 16px; color: var(--muted); }

/* ==================================================================
   ÇEREZ / MODAL / TOAST
   ================================================================== */

.trteca-cookie {
  position: fixed; inset-inline: 20px; bottom: 20px; z-index: 120;
  max-width: 560px; margin-inline: auto;
  background: var(--warm-white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  transform: translateY(140%); transition: transform .45s cubic-bezier(.22,.8,.3,1);
}
.trteca-cookie.is-shown { transform: translateY(0); }
.trteca-cookie__body { padding: 26px 28px; }
.trteca-cookie__title { font-size: 20px; margin-bottom: 10px; }
.trteca-cookie__text { font-size: 16px; color: var(--navy-3); margin-bottom: 20px; }
.trteca-cookie__text a { color: var(--terracotta-dark); }
.trteca-cookie__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trteca-cookie__actions .trteca-btn { flex: 1; min-width: 160px; }

.trteca-modal { position: fixed; inset: 0; z-index: 140; display: grid; place-items: center; padding: 20px; }
.trteca-modal__overlay { position: absolute; inset: 0; background: rgba(23, 39, 45, .62); backdrop-filter: blur(3px); }
.trteca-modal__box {
  position: relative; z-index: 2; width: min(900px, 100%);
  display: grid; grid-template-columns: .85fr 1fr;
  background: var(--warm-white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow);
  animation: trteca-pop .4s cubic-bezier(.22,.8,.3,1);
  max-height: 92vh;
}
@keyframes trteca-pop { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.trteca-modal__media { position: relative; min-height: 300px; background: var(--sand); }
.trteca-modal__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trteca-modal__badge {
  position: absolute; bottom: 22px; inset-inline-start: 22px; z-index: 2;
  padding: 10px 18px; border-radius: 999px; background: var(--terracotta); color: #fff;
  font-size: 15px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.trteca-modal__content { padding: clamp(28px, 3vw, 44px); overflow-y: auto; }
.trteca-modal__title { font-size: clamp(24px, 2.4vw, 32px); margin-bottom: 12px; }
.trteca-modal__text { font-size: 17px; color: var(--navy-3); margin-bottom: 24px; }
.trteca-modal__close {
  position: absolute; top: 16px; inset-inline-end: 16px; z-index: 3;
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 0; border-radius: 50%; background: var(--warm-white); color: var(--navy);
  cursor: pointer; box-shadow: var(--shadow-soft);
}
.trteca-modal__close:hover { background: var(--sand-2); }
.trteca-modal__success { text-align: center; padding: 20px 0; }
.trteca-modal__successBtn { margin-top: 22px; }
.trteca-modal__successIcon {
  width: 72px; height: 72px; margin: 0 auto 20px; display: grid; place-items: center;
  border-radius: 50%; background: var(--sage); color: #fff;
}
.trteca-modal__success h3 { font-size: 24px; margin-bottom: 10px; }

.trteca-form--inline .trteca-field { margin-bottom: 16px; }

.trteca-toast {
  position: fixed; z-index: 160; bottom: 26px; inset-inline-end: 26px;
  display: grid; gap: 10px; pointer-events: none;
}
.trteca-toast__item {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 22px; border-radius: var(--radius-sm);
  background: var(--navy); color: var(--warm-white); font-size: 16px; font-weight: 500;
  box-shadow: var(--shadow); animation: trteca-toastin .35s ease;
}
.trteca-toast__item .trteca-icon { color: var(--gold); }
.trteca-toast__item.is-out { opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; }
@keyframes trteca-toastin { from { opacity: 0; transform: translateY(14px); } }

/* ==================================================================
   FOOTER
   ================================================================== */

.trteca-footer { background: var(--navy); color: rgba(243, 233, 220, .78); padding-top: clamp(50px, 6vw, 80px); font-size: 17px; }
.trteca-footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; }
.trteca-footer__logo { color: var(--warm-white); display: block; margin-bottom: 16px; letter-spacing: .06em; }
.trteca-footer__lead { font-size: 17px; margin-bottom: 24px; }
.trteca-footer__title { font-size: 17px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 18px; }
.trteca-footer__list { display: grid; gap: 11px; }
.trteca-footer__list a { text-decoration: none; transition: color .2s ease; }
.trteca-footer__list a:hover { color: var(--terracotta); }
.trteca-footer__addr { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.trteca-footer__addr .trteca-icon { color: var(--terracotta); margin-top: 3px; }
.trteca-footer__addr a { text-decoration: none; }
.trteca-footer__addr a:hover { color: var(--terracotta); }

.trteca-pdf {
  display: inline-flex; align-items: center; gap: 14px; padding: 16px 20px;
  border: 1px solid rgba(234, 217, 196, .28); border-radius: var(--radius-sm);
  text-decoration: none; transition: border-color .2s ease, background .2s ease;
}
.trteca-pdf:hover { border-color: var(--terracotta); background: var(--navy-2); }
.trteca-pdf .trteca-icon { color: var(--terracotta); }
.trteca-pdf strong { display: block; color: var(--warm-white); font-size: 17px; }
.trteca-pdf em { font-style: normal; font-size: 15px; }

.trteca-footer__legal { padding: 26px 0; border-top: 1px solid rgba(234, 217, 196, .18); }
.trteca-footer__company { color: var(--warm-white); font-size: 16px; letter-spacing: .02em; margin-bottom: 12px; }
.trteca-footer__reg { display: flex; flex-wrap: wrap; gap: 12px 30px; font-size: 16px; }
.trteca-footer__reg span { color: var(--gold); text-transform: uppercase; font-size: 14px; letter-spacing: .1em; margin-inline-end: 6px; }

.trteca-footer__bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 22px 0 30px; border-top: 1px solid rgba(234, 217, 196, .18); font-size: 16px;
}
.trteca-footer__bottom p { margin: 0; }

/* ==================================================================
   MOBİL MENÜ + DUYARLI DÜZEN
   ================================================================== */

body.trteca-noscroll { overflow: hidden; }

@media (max-width: 1180px) {
  .trteca-footer__top { grid-template-columns: 1fr 1fr 1fr; }
  .trteca-search { width: 190px; }
}

@media (max-width: 1024px) {
  :root { --gutter: 24px; }

  .trteca-burger { display: grid; }
  .trteca-search { display: none; }

  /* Önemli: backdrop-filter, position:fixed alt öğeler için kapsayıcı blok üretir.
     Bu yüzden mobil menü paneli header kutusunun içine hapsoluyor ve sadece
     üst kısmı görünüyordu. Mobilde bulanıklık kapatılır, arka plan tam opak olur. */
  .trteca-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--cream);
  }
  body.trteca-menu-open .trteca-header { z-index: 150; }

  .trteca-nav {
    position: fixed; inset: 0 0 0 auto; z-index: 130;
    width: min(400px, 88vw); height: 100%;
    padding: 90px 26px calc(40px + env(safe-area-inset-bottom, 0px));
    background: var(--warm-white); box-shadow: var(--shadow);
    transform: translateX(105%); transition: transform .38s cubic-bezier(.22,.8,.3,1);
    overflow-y: auto; overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    display: flex; flex-direction: column;
  }
  .trteca-nav.is-open { transform: translateX(0); }

  .trteca-nav__scrim {
    display: block; position: fixed; inset: 0; z-index: 125;
    background: rgba(23, 39, 45, .48);
    opacity: 0; visibility: hidden;
    transition: opacity .38s ease, visibility .38s;
    border: 0; padding: 0; cursor: pointer;
  }
  body.trteca-menu-open .trteca-nav__scrim { opacity: 1; visibility: visible; }
  .trteca-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
  .trteca-nav__link { width: 100%; justify-content: space-between; padding: 15px 18px; font-size: 19px; border-radius: var(--radius-sm); }
  .trteca-nav__close {
    display: grid; position: absolute; top: 22px; inset-inline-end: 22px;
    width: 46px; height: 46px; place-items: center;
    border: 1.5px solid var(--line); border-radius: 50%; background: none; cursor: pointer;
  }
  .trteca-drop {
    position: static; opacity: 1; visibility: visible; transform: none;
    min-width: 0; box-shadow: none; border: 0; border-radius: 0;
    padding: 0 0 0 12px; margin: 2px 0 8px;
    border-inline-start: 2px solid var(--sand); display: none;
  }
  .trteca-has-drop.is-open .trteca-drop { display: block; }
  .trteca-nav__foot { display: block; margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
  .trteca-nav__phone { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; color: var(--navy); }

  .trteca-cats, .trteca-grid, .trteca-feats { grid-template-columns: repeat(2, 1fr); }
  .trteca-reviews { grid-template-columns: repeat(2, 1fr); }
  .trteca-product { grid-template-columns: 1fr; }
  .trteca-cart, .trteca-checkout, .trteca-contact { grid-template-columns: 1fr; }
  .trteca-summary { position: static; }
  .trteca-doc { grid-template-columns: 1fr; }
  .trteca-docnav { position: static; }
  .trteca-deal { grid-template-columns: 1fr; }
  .trteca-deal__media { min-height: 260px; }
  .trteca-modal__box { grid-template-columns: 1fr; }
  .trteca-modal__media { min-height: 190px; }
  .trteca-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body.trteca-body { font-size: 18px; }
  :root { --radius: 20px; --radius-lg: 24px; }

  /* Duyuru şeridi: metin ekran dışına taşıyordu. Mobilde her madde tam genişlikte
     bir "slayt" olur; yatay kaydırma ile geçilir, JS 4,5 sn'de bir otomatik döndürür. */
  .trteca-announce { overflow: hidden; }
  .trteca-announce__inner {
    display: flex; flex-wrap: nowrap; align-items: stretch;
    justify-content: flex-start; gap: 0;
    padding-inline: 0; min-height: 44px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-behavior: smooth; overscroll-behavior-x: contain;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .trteca-announce__inner::-webkit-scrollbar { width: 0; height: 0; display: none; }
  .trteca-announce__item {
    flex: 0 0 100%; min-width: 100%;
    justify-content: center; text-align: center;
    padding: 9px 16px; font-size: 15px; line-height: 1.35;
    white-space: normal; scroll-snap-align: center; scroll-snap-stop: always;
  }
  .trteca-announce__item .trteca-icon { flex: none; }
  .trteca-announce__sep { display: none; }

  .trteca-hero__inner { min-height: 460px; }
  .trteca-hero__stats { gap: 26px; }
  .trteca-hero__stat strong { font-size: 25px; }

  .trteca-cats, .trteca-grid, .trteca-grid--3, .trteca-feats, .trteca-reviews,
  .trteca-promos, .trteca-specs, .trteca-fields, .trteca-done__grid { grid-template-columns: 1fr; }
  .trteca-promo--wide { grid-column: auto; }

  .trteca-line { grid-template-columns: 92px 1fr; }
  .trteca-line__img { width: 92px; height: 92px; }
  .trteca-line__right { grid-column: 1 / -1; justify-items: stretch; text-align: start; }
  .trteca-line__right .trteca-line__total { text-align: start; }

  .trteca-panel { padding: 24px 20px; }
  .trteca-summary { padding: 24px 20px; }
  .trteca-cattext { padding: 26px 22px; }
  .trteca-toolbar { padding: 18px 20px; }
  .trteca-cookie { inset-inline: 12px; bottom: 12px; }
  .trteca-toast { inset-inline: 12px; bottom: 12px; }
  .trteca-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .trteca-footer__bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
.trteca-announce__item img{
filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(365%)
        hue-rotate(349deg) brightness(103%) contrast(94%);
}