:root {
  --ty-orange: #f27a1a;
  --ty-orange-dark: #e06500;
  --ty-text: #333;
  --ty-muted: #999;
  --ty-muted-2: #666;
  --ty-border: #e5e5e5;
  --ty-bg: #fff;
  --ty-soft: #f5f5f5;
  --ty-blue: #4a90e2;
  --ty-green: #0bc15c;
  --ty-green-dark: #049b24;
  --ty-red: #f91212;
  --ty-max: 1280px;
  --ty-gutter: 16px;
  --ty-font: "Source Sans 3", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--ty-font);
  color: var(--ty-text);
  background: #fff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.ty-container,
.ty-shell {
  width: min(100% - (var(--ty-gutter) * 2), var(--ty-max));
  margin-inline: auto;
  box-sizing: border-box;
}

/* ===== HEADER — trendyol.com üst hero (screenshot birebir) ===== */
.ty-chrome {
  position: sticky; top: 0; z-index: 60; background: #fff;
  overflow: visible;
}
.ty-chrome .ty-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 26px;
  padding-right: 26px;
}
.ty-chrome.is-stuck { box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.ty-chrome--compact { position: relative; border-bottom: 1px solid #eee; }
.ty-chrome--compact .ty-topbar,
.ty-chrome--compact .ty-nav,
.ty-chrome--compact .ty-mega { display: none !important; }
.ty-chrome--compact .ty-header__inner { min-height: 68px; padding-top: 10px; padding-bottom: 10px; }

.ty-topbar { background: #fff; }
.ty-topbar__inner {
  display: flex; justify-content: flex-end; align-items: center; gap: 18px;
  min-height: 28px; padding: 10px 0 0; color: #999; font-size: 12px; font-weight: 400;
}
.ty-topbar a {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; line-height: 1;
  color: #999;
}
.ty-topbar a:hover { color: var(--ty-orange); }
.ty-topbar__help svg { flex: 0 0 auto; width: 12px; height: 12px; }

.ty-header { background: #fff; overflow: visible; }
.ty-header__inner {
  display: grid;
  grid-template-columns: 124px minmax(280px, 1fr) auto;
  align-items: center;
  column-gap: 24px;
  min-height: 66px;
  padding-top: 8px;
  padding-bottom: 10px;
  overflow: visible;
}
.ty-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 124px;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: visible;
  line-height: 0;
}
.ty-logo__img {
  display: block;
  width: 124px;
  height: 30px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}

/* Pill arama — orijinal */
.ty-search {
  display: flex; align-items: center; gap: 12px;
  width: 100%; max-width: 720px; height: 42px;
  margin: 0;
  background: #f5f5f5; border-radius: 8px; padding: 0 16px;
  border: 1px solid transparent;
}
.ty-search:focus-within {
  background: #fff; border-color: #e8e8e8;
}
.ty-search__btn {
  border: 0; background: transparent; color: var(--ty-orange);
  display: grid; place-items: center; cursor: pointer; padding: 0; flex: 0 0 auto;
}
.ty-search__btn svg { width: 20px; height: 20px; stroke: currentColor; }
.ty-search input {
  flex: 1; border: 0; outline: 0; background: transparent; min-width: 0;
  font-size: 14px; font-weight: 400; color: #333;
}
.ty-search input::placeholder { color: #999; font-weight: 400; }

.ty-header__actions {
  display: flex; align-items: center; justify-content: flex-end; gap: 22px;
}
.ty-action {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0; border: 0; background: transparent;
  font-size: 14px; font-weight: 600; color: #333; white-space: nowrap; cursor: pointer;
}
.ty-action:hover { color: var(--ty-orange); }
.ty-action svg { width: 20px; height: 20px; flex: 0 0 auto; }
.ty-action__icon { position: relative; display: grid; place-items: center; }
.ty-badge {
  position: absolute; top: -8px; right: -10px; min-width: 16px; height: 16px;
  padding: 0 4px; border-radius: 999px; background: var(--ty-orange); color: #fff;
  font-size: 10px; font-style: normal; font-weight: 700; display: none; place-items: center;
}

.ty-nav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.ty-nav__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  overflow-x: auto;
  scrollbar-width: none;
}
.ty-nav__inner::-webkit-scrollbar { display: none; }

.ty-nav__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 10px 0 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  line-height: 1.1;
}
.ty-nav__item:hover { color: var(--ty-orange); }
.ty-nav__item.is-active {
  color: var(--ty-orange);
  border-bottom-color: var(--ty-orange);
}
.ty-nav__cats { font-weight: 700; }
.ty-burger {
  width: 15px; height: 11px; display: inline-block; position: relative;
  background: linear-gradient(currentColor, currentColor) center/15px 2px no-repeat;
}
.ty-burger::before, .ty-burger::after {
  content: ""; position: absolute; left: 0; width: 15px; height: 2px; background: currentColor;
}
.ty-burger::before { top: 0; }
.ty-burger::after { bottom: 0; }
.ty-pill {
  background: #ff0037; color: #fff; font-size: 10px; font-weight: 700;
  border-radius: 999px; padding: 2px 7px; line-height: 1.2;
  letter-spacing: .15px;
}

/* Main */
.ty-main { padding: 12px 0 40px; background: #fff; }
.ty-breadcrumb {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  font-size: 12px; color: #999; margin-bottom: 16px;
}
.ty-breadcrumb a:hover { color: var(--ty-orange); }
.ty-breadcrumb__current {
  color: #333; max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.ty-pdp {
  display: grid;
  grid-template-columns: 1.05fr 1fr 300px;
  gap: 20px;
  align-items: start;
}

/* Gallery / Hero — ana görsel üstte, 4 thumbnail altta */
.ty-gallery {
  display: flex; flex-direction: column; gap: 12px;
}
.ty-gallery__thumbs {
  display: flex; flex-direction: row; justify-content: flex-start; gap: 10px;
}
.ty-thumb {
  width: 78px; height: 104px; border: 1px solid #e6e6e6; border-radius: 6px;
  background: #fff; cursor: pointer; padding: 0; overflow: hidden; flex: 0 0 auto;
}
.ty-thumb img {
  width: 100%; height: 100%; object-fit: contain; display: block; background: #fff;
}
.ty-thumb.is-active { border-color: var(--ty-orange); box-shadow: inset 0 0 0 1px var(--ty-orange); }
.ty-gallery__main {
  position: relative; border: 1px solid #eee; border-radius: 10px;
  background: #fff; min-height: 520px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.ty-gallery__badges {
  position: absolute; top: 12px; left: 12px; z-index: 3; display: grid; gap: 8px;
}
.ty-gallery__ship {
  background: #0bc15c; color: #fff; font-size: 11px; font-weight: 700;
  padding: 5px 8px; border-radius: 4px; letter-spacing: .2px; width: fit-content;
}
.ty-gallery__avantaj {
  width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #8b5cf6, #5b21b6);
  color: #fff; font-size: 9px; font-weight: 800; line-height: 1.15;
  display: grid; place-items: center; text-align: center; padding: 8px;
  box-shadow: 0 4px 12px rgba(91,33,182,.35);
}
.ty-gallery__caption {
  position: absolute; top: 18px; left: 0; right: 0; z-index: 2;
  text-align: center; font-size: 22px; font-weight: 700; color: #6d28d9;
  pointer-events: none; letter-spacing: -.2px;
}
.ty-gallery__seals {
  position: absolute; right: 12px; top: 70px; z-index: 2; display: grid; gap: 8px;
}
.ty-gallery__seals span {
  width: 42px; height: 42px; border-radius: 50%; background: #fff;
  border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.06);
  font-size: 8px; font-weight: 800; color: #555; display: grid; place-items: center;
  text-align: center; line-height: 1.1; padding: 4px;
}
.ty-gallery__bar {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: grid; grid-template-columns: 72px 1fr; min-height: 58px;
}
.ty-gallery__pack {
  display: grid; place-items: center; background: #efefef; color: #555;
  font-size: 11px; font-weight: 800; text-align: center; padding: 6px;
}
.ty-gallery__bar-text {
  background: #6d28d9; color: #fff; display: flex; flex-direction: column;
  justify-content: center; padding: 8px 14px; gap: 2px;
}
.ty-gallery__bar-text strong { font-size: 15px; font-weight: 700; }
.ty-gallery__bar-text span { font-size: 12px; opacity: .92; }
.ty-gallery__stage {
  width: 100%; height: 100%; min-height: 520px; display: grid; place-items: center;
  padding: 56px 56px 72px;
}
.ty-gallery__img {
  width: 100%; height: 100%; max-height: 420px; object-fit: contain; display: block;
}
.ty-placeholder {
  width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center;
  color: #aaa; font-size: 13px; font-weight: 600;
  background:
    linear-gradient(45deg, #efefef 25%, transparent 25%),
    linear-gradient(-45deg, #efefef 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #efefef 75%),
    linear-gradient(-45deg, transparent 75%, #efefef 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
  background-color: #f4f4f4;
}
.ty-gallery__fav {
  position: absolute; top: 12px; right: 12px; z-index: 2; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid #e5e5e5; background: #fff; display: grid;
  place-items: center; cursor: pointer; color: #888;
}
.ty-gallery__fav.is-active { color: var(--ty-orange); }
.ty-gallery__fav.is-active svg { fill: var(--ty-orange); stroke: var(--ty-orange); }
.ty-gallery__nav {
  position: absolute; top: 48%; transform: translateY(-50%); width: 36px; height: 36px;
  border: 0; border-radius: 50%; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.12);
  cursor: pointer; font-size: 22px; color: #555; z-index: 3;
}
.ty-gallery__nav--prev { left: 10px; }
.ty-gallery__nav--next { right: 10px; }

/* Info */
.ty-info__brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.ty-info__brand { color: var(--ty-orange); font-weight: 700; font-size: 14px; }
.ty-info__follow {
  border: 1px solid var(--ty-orange); color: var(--ty-orange); background: transparent;
  border-radius: 999px; padding: 2px 10px; font-size: 12px; font-weight: 600; cursor: pointer;
}
.ty-info__follow.is-active { background: var(--ty-orange); color: #fff; }
.ty-info__title { margin: 0 0 10px; font-size: 20px; font-weight: 600; line-height: 1.3; }
.ty-info__title strong { font-weight: 700; }
.ty-info__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 13px; margin-bottom: 12px;
}
.ty-rating { display: inline-flex; align-items: center; gap: 6px; }
.ty-rating__score { font-weight: 700; }
.ty-rating__stars { color: var(--ty-orange); letter-spacing: 1px; }
.ty-rating__count { color: #666; }
.ty-rating__count:hover { color: var(--ty-orange); text-decoration: underline; }
.ty-dot { color: #ccc; }
.ty-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.ty-tag {
  background: #fff3e8; color: var(--ty-orange); border: 1px solid #ffd7b0;
  font-size: 12px; font-weight: 700; padding: 4px 8px; border-radius: 4px;
}
.ty-price-box { padding: 10px 0 10px; border-top: 1px solid #f0f0f0; margin-bottom: 4px; }
.ty-price-box__current { font-size: 28px; font-weight: 700; color: var(--ty-orange); }
.ty-price-box__unit { margin-top: 2px; font-size: 12px; color: #888; }
.ty-price-box__note { margin-top: 4px; font-size: 12px; color: var(--ty-green); font-weight: 600; }
.ty-promos { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 12px; }
.ty-promo-chip {
  background: #fff3e8; color: var(--ty-orange); border: 1px solid #ffd7b0;
  font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
}
.ty-delivery {
  display: flex; gap: 10px; align-items: flex-start; margin: 0 0 14px;
  background: #f7fbf8; border: 1px solid #e4f3ea; border-radius: 8px; padding: 10px 12px;
}
.ty-delivery__ico { font-size: 18px; line-height: 1; }
.ty-delivery strong { display: block; font-size: 13px; color: #222; }
.ty-delivery span { font-size: 12px; color: var(--ty-green-dark); font-weight: 700; }
.ty-rating__comments { color: #999; font-size: 12px; margin-left: 4px; }
.ty-fav-count { color: #666; font-size: 13px; }

.ty-buy {
  display: grid; grid-template-columns: 110px 1fr 1fr; gap: 10px; margin: 14px 0 4px;
}
.ty-qty {
  display: grid; grid-template-columns: 32px 1fr 32px; border: 1px solid #e5e5e5;
  border-radius: 6px; overflow: hidden; background: #fff;
}
.ty-qty button { border: 0; background: #f7f7f7; cursor: pointer; font-size: 18px; }
.ty-qty input { border: 0; text-align: center; width: 100%; outline: 0; font-weight: 700; }
.ty-btn {
  border: 0; border-radius: 6px; padding: 14px 12px; font-weight: 700; cursor: pointer;
}
.ty-btn--cart { background: var(--ty-orange); color: #fff; }
.ty-btn--cart:hover { background: var(--ty-orange-dark); }
.ty-btn--buy { background: #fff; color: var(--ty-orange); border: 1px solid var(--ty-orange); }
.ty-btn.is-loading { opacity: .7; pointer-events: none; }

/* Features grid like screenshot */
.ty-block { margin-top: 28px; }
.ty-block__title {
  font-size: 16px; font-weight: 700; margin: 0 0 12px; color: #333;
}
.ty-features-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px;
}
.ty-feature-card {
  background: #f5f5f5; border-radius: 8px; padding: 14px 12px; min-height: 72px;
}
.ty-feature-card__key {
  display: block; font-size: 12px; color: #999; margin-bottom: 4px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ty-feature-card__val {
  display: block; font-size: 14px; font-weight: 700; color: #333;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ty-info-bullets { list-style: none; margin: 16px 0 0; padding: 0; }
.ty-info-bullets li {
  position: relative; padding-left: 16px; margin: 8px 0; font-size: 13px; color: #444;
}
.ty-info-bullets li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--ty-orange);
}
.ty-info-bullets a { color: #333; text-decoration: underline; font-weight: 700; }

/* Seller card */
.ty-seller-card {
  border: 1px solid #e5e5e5; border-radius: 10px; padding: 0 0 18px;
  background: #fff; position: relative; margin-bottom: 28px; overflow: visible;
}
.ty-seller-card__head {
  background: #f0f7ff; padding: 14px 14px 12px; border-radius: 10px 10px 0 0;
}
.ty-seller-card__name-row {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.ty-seller-name {
  color: #1a4f9c; font-weight: 700; font-size: 16px;
}
.ty-verified-seller {
  width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; line-height: 0;
}
.ty-verified-seller svg { display: block; width: 17px; height: 17px; overflow: visible; }
.ty-seller-score {
  display: inline-grid; place-items: center; min-width: 34px; height: 22px;
  background: #0bc15c; color: #fff; border-radius: 6px;
  font-size: 12px; font-weight: 700; padding: 0 6px;
}
.ty-seller-info {
  width: 16px; height: 16px; border-radius: 50%; border: 1px solid #7aa7e0;
  color: #2f6fbd; font-size: 10px; font-weight: 700; display: inline-grid; place-items: center;
}
.ty-seller-followers { color: #888; font-size: 12px; margin-top: 6px; }
.ty-seller-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.ty-seal {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
  border: 1px solid;
}
.ty-seal--auth { color: #d32f2f; border-color: #f0a0a0; background: #fff; }
.ty-seal--fast { color: #0a9e4f; border-color: #9ad9b5; background: #fff; }
.ty-seal img { width: 16px; height: 16px; object-fit: contain; }
.ty-seller-actions { padding: 0 12px; }
.ty-seller-action {
  width: 100%; display: flex; align-items: center; gap: 10px;
  padding: 12px 4px; border: 0; border-bottom: 1px solid #f0f0f0;
  background: transparent; cursor: pointer; font-size: 13px; color: #444; text-align: left;
}
.ty-seller-action:last-child { border-bottom: 0; }
.ty-seller-ico {
  width: 34px; height: 34px; border-radius: 8px; background: #f3f3f3;
  display: inline-grid; place-items: center; font-size: 14px; flex: 0 0 auto;
}
.ty-seller-chev { margin-left: auto; color: #999; font-size: 16px; }
.ty-seller-go {
  display: flex; justify-content: center; margin-top: 2px; transform: translateY(50%);
}
.ty-seller-go a {
  background: #f5f5f5; color: #333; font-weight: 700; font-size: 12px;
  letter-spacing: .3px; border-radius: 999px; padding: 12px 28px;
  border: 1px solid #eee;
}

/* ===== ÜRÜN İLAN KARTI — trendyol.com PDP ===== */
.ty-plus-banner {
  position: relative;
  min-height: 54px;
  margin: 0 0 10px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 30%, rgba(255,119,179,.95) 0 4%, transparent 4.3%),
    radial-gradient(circle at 92% 75%, rgba(255,174,48,.85) 0 5%, transparent 5.3%),
    linear-gradient(105deg, #250407 0%, #5f0710 42%, #e51f67 83%, #ef3a9a 100%);
  box-shadow: inset 0 0 30px rgba(255,76,119,.24);
  font-size: 16px;
}
.ty-plus-banner::before,
.ty-plus-banner::after {
  content: ""; position: absolute; left: -2%; right: 35%; height: 18px;
  border-top: 2px solid rgba(249,37,91,.38); border-radius: 50%;
  transform: rotate(4deg);
}
.ty-plus-banner::before { top: 10px; }
.ty-plus-banner::after { bottom: -6px; transform: rotate(-3deg); }
.ty-plus-banner > * { position: relative; z-index: 1; }
.ty-plus-banner__spark { color: #ff3d93; font-size: 22px; text-shadow: 0 0 8px #ff8dbe; }
.ty-plus-banner b { color: #ff67a5; }
.ty-plus-banner strong { color: #fff; font-size: 17px; }
.ty-plus-banner em {
  font-style: normal; font-size: 11px; font-weight: 700; padding: 4px 10px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
}
.ty-plus-banner i {
  position: absolute; right: 7%; font-style: normal; font-size: 34px;
  color: #ff8ac0; transform: rotate(45deg);
}

.ty-pdp {
  grid-template-columns: minmax(360px, 420px) minmax(360px, 1fr) 245px;
  gap: 18px;
}
.ty-pdp__gallery,
.ty-pdp__info,
.ty-pdp__seller { min-width: 0; }

.ty-gallery { gap: 9px; }
.ty-gallery__main {
  min-height: 500px;
  border-color: #e5e5e5;
  border-radius: 8px;
  box-shadow: none;
}
.ty-gallery__stage {
  min-height: 500px;
  padding: 18px 22px 20px;
}
.ty-gallery__img {
  width: 100%; height: 100%; max-height: 462px;
  object-fit: contain;
}
.ty-gallery__badges { top: 14px; left: 14px; gap: 5px; }
.ty-gallery__ship,
.ty-gallery__coupon {
  width: 70px; min-height: 25px; border-radius: 3px; color: #fff;
  display: grid; place-items: center; text-align: center;
  font-size: 9px; font-weight: 800; line-height: 1.05; padding: 4px 6px;
}
.ty-gallery__ship { background: #555; }
.ty-gallery__ship b { display: block; }
.ty-gallery__coupon { background: #ff3b83; }
.ty-gallery__best {
  position: absolute; left: 14px; top: 82px; z-index: 3;
  width: 76px; height: 76px; border-radius: 50%;
  display: grid; place-items: center; align-content: center;
  color: #fff; text-align: center; line-height: 1; font-size: 12px; font-weight: 800;
  background: radial-gradient(circle at 50% 42%, #f57b1f 0 45%, #d84800 47% 55%, #ffb000 57% 65%, #e55b00 67%);
  transform: rotate(-8deg);
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.ty-gallery__best strong { font-size: 17px; }
.ty-gallery__nav {
  width: 32px; height: 32px; border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,.08); font-size: 21px;
}
.ty-gallery__nav--prev { left: 10px; }
.ty-gallery__nav--next { right: 10px; }
.ty-gallery__thumbs { gap: 8px; }
.ty-thumb { width: 58px; height: 72px; border-radius: 5px; }

.ty-info { padding-top: 3px; }
.ty-info__category {
  color: #999; font-size: 11px; margin: 0 0 12px;
}
.ty-info__category span { color: #f27a1a; }
.ty-info__category b {
  color: #f27a1a; font-weight: 600; margin-left: 8px;
}
.ty-info__brand-row { margin: 0; }
.ty-info__brand { color: #333; font-size: 14px; font-weight: 600; }
.ty-info__title {
  margin: 2px 0 8px; font-size: 18px; font-weight: 400; line-height: 1.35;
}
.ty-info__title strong { font-weight: 600; }
.ty-info__meta { gap: 6px; margin-bottom: 9px; font-size: 12px; }
.ty-rating { gap: 5px; }
.ty-rating__score { color: #333; }
.ty-rating__stars { font-size: 11px; letter-spacing: .3px; }
.ty-rating__count,
.ty-rating__comments { color: #666; font-size: 11px; }
.ty-coupon-line {
  min-height: 30px; display: flex; align-items: center; gap: 8px;
  border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;
  margin: 5px 0 8px; font-size: 11px;
}
.ty-coupon-line__label {
  color: #d74268; font-weight: 700; padding-left: 19px; position: relative;
}
.ty-coupon-line__label::before {
  content: "▥"; position: absolute; left: 0; color: #ff3d83;
}
.ty-coupon-line__btn {
  border: 1px solid #ffc3d3; background: #fff6f8; color: #d74268;
  border-radius: 3px; padding: 2px 8px; font-size: 10px; cursor: pointer;
}
.ty-popular {
  font-size: 12px; color: #444; margin: 8px 0 10px;
}
.ty-popular b { color: #f27a1a; }
.ty-tags { margin-bottom: 6px; }
.ty-tag { padding: 3px 7px; font-size: 10px; }
.ty-price-box {
  border: 0; padding: 4px 0 6px; margin: 0;
}
.ty-price-box__plus { color: #ef4380; font-size: 14px; font-weight: 600; }
.ty-price-box__plus b { font-size: 18px; margin-right: 4px; }
.ty-price-box__label { color: #ef4380; font-size: 13px; margin-top: 2px; }
.ty-price-box__label strong { font-size: 24px; }
.ty-price-box__old { color: #555; font-size: 13px; margin-top: 2px; }
.ty-promos { margin: 2px 0 10px; gap: 6px; }
.ty-promo-chip {
  background: #fff; border: 0; color: #555; border-radius: 3px;
  padding: 3px 6px 3px 0; font-size: 10px; font-weight: 600;
}
.ty-promo-chip i { color: #f27a1a; font-style: normal; margin-right: 4px; }

.ty-buy {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(140px, 1fr) 48px;
  gap: 10px; margin: 14px 0 12px;
}
.ty-btn { min-height: 48px; padding: 10px 12px; font-size: 15px; border-radius: 7px; }
.ty-btn--buy { grid-column: auto; background: #fff; border: 1px solid var(--ty-orange); }
.ty-btn--cart { position: relative; display: grid; place-items: center; line-height: 1.05; }
.ty-btn--cart small {
  position: absolute; right: -2px; top: -8px; padding: 3px 6px;
  border-radius: 3px; background: #079447; color: #fff; font-size: 9px;
}
.ty-info-fav {
  position: static; width: 48px; height: 48px; align-self: stretch;
}
.ty-delivery-box {
  border-radius: 8px; background: #f6f6f6; padding: 6px 10px; color: #555;
}
.ty-delivery-box__row {
  min-height: 30px; display: flex; align-items: center; gap: 7px; font-size: 10px;
}
.ty-delivery-box__row + .ty-delivery-box__row { border-top: 1px solid #e7e7e7; }
.ty-delivery-box__row b { color: #444; font-size: 10px; }
.ty-delivery-box__row span:not(:first-child) { color: #777; }
.ty-delivery-box__ico { color: #666; }
.ty-delivery-box__pin { color: #f27a1a !important; }
.ty-delivery-box__row button {
  margin-left: auto; border: 0; background: transparent; color: #f27a1a;
  font-size: 10px; cursor: pointer; white-space: nowrap;
}

.ty-side-title {
  margin: 1px 0 7px; color: #777; font-size: 9px; font-weight: 600;
  letter-spacing: .2px;
}
.ty-side-benefits { display: grid; gap: 8px; margin-bottom: 10px; }
.ty-side-benefit {
  width: 100%; min-height: 55px; display: grid;
  grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px;
  border: 1px solid #e8e8e8; border-radius: 8px; background: #fff;
  padding: 7px 9px; color: #555; text-align: left; cursor: pointer;
}
.ty-side-benefit__ico {
  width: 25px; height: 25px; border-radius: 6px; background: #f4f4f4;
  display: grid; place-items: center; color: #777; font-size: 12px;
}
.ty-side-benefit__ico--orange { color: #f27a1a; background: #fff6ed; }
.ty-side-benefit b { display: block; font-size: 10px; line-height: 1.25; }
.ty-side-benefit small { display: block; font-size: 9px; color: #777; margin-top: 2px; }
.ty-side-benefit em { font-style: normal; color: #777; font-size: 18px; }
.ty-side-benefit--promo { align-items: start; }
.ty-side-products { display: flex; gap: 4px; margin-top: 7px; }
.ty-side-products img {
  width: 35px; height: 48px; object-fit: contain; border: 1px solid #eee; border-radius: 4px;
}
.ty-seller-card { border-radius: 8px; padding-bottom: 12px; margin-bottom: 20px; }
.ty-seller-card__head { padding: 11px 12px 9px; border-radius: 8px 8px 0 0; }
.ty-seller-name { font-size: 13px; }
.ty-seller-score { min-width: 29px; height: 18px; font-size: 10px; border-radius: 5px; }
.ty-seller-followers { font-size: 10px; margin-top: 3px; }
.ty-seller-actions { padding: 0 10px; }
.ty-seller-action { min-height: 40px; padding: 7px 2px; gap: 8px; font-size: 11px; }
.ty-seller-ico { width: 28px; height: 28px; border-radius: 6px; }
.ty-seller-ico svg { width: 15px; height: 15px; }
.ty-seller-go a { font-size: 10px; padding: 9px 23px; }

/* Other sellers */
.ty-other-title {
  font-size: 12px; letter-spacing: .4px; color: #999; font-weight: 700;
  margin: 28px 0 10px; text-transform: uppercase;
}
.ty-other-list {
  border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; background: #fff;
}
.ty-other-item {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 16px;
  align-items: center;
}
.ty-other-item + .ty-other-item { border-top: 1px solid #efefef; }
.ty-other-item__name {
  color: var(--ty-blue); font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
}
.ty-other-item__meta { margin-top: 8px; display: grid; gap: 6px; font-size: 13px; }
.ty-ship-line {
  color: var(--ty-green-dark); display: inline-flex; align-items: center; gap: 6px; font-weight: 600;
}
.ty-chip {
  display: inline-flex; align-items: center; background: #f2f2f2; color: #555;
  border-radius: 999px; padding: 3px 8px; font-size: 11px; font-weight: 600; width: fit-content;
}
.ty-other-price { font-size: 22px; font-weight: 700; color: var(--ty-orange); white-space: nowrap; }

/* Alt hero: reviews + Q&A */
.ty-alt-hero {
  padding: 8px 0 28px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
.ty-alt-hero .ty-block__title { margin-bottom: 14px; }

.ty-review-summary {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  background: #fff9e6; border-radius: 8px; padding: 12px 16px;
  font-size: 13px; color: #444; margin-bottom: 16px;
}
.ty-review-summary strong { font-size: 16px; }
.ty-stars { color: #ffc107; letter-spacing: 1px; }
.ty-review-track-wrap { position: relative; }
.ty-review-track {
  display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth;
  padding: 4px 2px 10px; scrollbar-width: none;
}
.ty-review-track::-webkit-scrollbar { display: none; }
.ty-review-card {
  min-width: min(300px, 80vw); max-width: 300px; border: 1px solid #e8e8e8;
  border-radius: 10px; padding: 14px; background: #fff; flex: 0 0 auto;
}
.ty-review-card--ai { background: #f3f0ff; border-color: #e4def8; min-width: min(320px, 82vw); max-width: 320px; }
.ty-review-ai__head {
  display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #3d4a9e;
}
.ty-ai-badge {
  width: 22px; height: 22px; border-radius: 50%; background: #4b6cff; color: #fff;
  font-size: 9px; font-weight: 800; display: inline-grid; place-items: center;
}
.ty-review-ai__list {
  margin: 0; padding-left: 18px; font-size: 13px; color: #333; line-height: 1.55;
}
.ty-review-ai__list li { margin: 0 0 6px; }
.ty-review-ai__more {
  display: inline-block; margin-top: 8px; color: #3d4a9e; font-size: 13px; font-weight: 700;
}
.ty-review-card p { margin: 0; font-size: 13px; color: #333; line-height: 1.5; }
.ty-review-card p a { color: #3d4a9e; font-weight: 700; }
.ty-review-ai__foot {
  margin-top: 12px; padding-top: 10px; border-top: 1px solid #e4def8;
  font-size: 12px; color: #666; display: flex; align-items: center; gap: 8px;
}
.ty-review-ai__foot button,
.ty-review-card__foot button {
  border: 0; background: transparent; cursor: pointer; font-size: 13px; color: #666; padding: 0;
}
.ty-qa-answer__head { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 8px; }
.ty-qa-avatar {
  width: 28px; height: 28px; border-radius: 50%; flex: 0 0 auto;
  background: linear-gradient(135deg, #f0f7ff, #dbeafe); border: 1px solid #d7e6f8;
}
.ty-chip--warn { background: #fff1f0; color: #d4380d; }
.ty-badge-fast {
  display: inline-flex; align-items: center; gap: 5px;
  background: #eafff2; color: var(--ty-green-dark); font-size: 12px; font-weight: 700;
  padding: 4px 8px; border-radius: 4px; width: fit-content;
}
.ty-review-card__head {
  display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #999; margin-bottom: 8px;
  align-items: center;
}
.ty-review-card__seller { margin-top: 10px; font-size: 12px; color: #7aa0c8; }
.ty-review-card__foot {
  margin-top: 12px; display: flex; justify-content: space-between; color: #888; font-size: 12px;
}

.ty-qa-tags {
  display: flex; gap: 8px; overflow-x: auto; margin-bottom: 14px; padding-bottom: 2px;
  scrollbar-width: none;
}
.ty-qa-tags::-webkit-scrollbar { display: none; }
.ty-qa-tag {
  flex: 0 0 auto; border: 1px solid #e5e5e5; background: #fff; border-radius: 8px;
  padding: 8px 12px; font-size: 13px; color: #444; cursor: pointer; white-space: nowrap;
}
.ty-qa-tag:hover { border-color: var(--ty-orange); color: var(--ty-orange); }
.ty-qa-track-wrap { position: relative; }
.ty-qa-track {
  display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth;
  padding-bottom: 6px; scrollbar-width: none;
}
.ty-qa-track::-webkit-scrollbar { display: none; }
.ty-qa-card {
  min-width: min(360px, 85vw); max-width: 360px; border: 1px solid #e8e8e8;
  border-radius: 10px; padding: 14px; background: #fff; flex: 0 0 auto;
}
.ty-qa-q { font-size: 14px; font-weight: 600; margin: 0 0 8px; color: #222; }
.ty-qa-meta { font-size: 12px; color: #999; margin-bottom: 10px; }
.ty-qa-answer {
  background: #f5f5f5; border-radius: 8px; padding: 12px; font-size: 13px; color: #444;
}
.ty-qa-answer__by { font-weight: 700; color: #333; margin-bottom: 2px; }
.ty-qa-answer__time { font-size: 11px; color: #999; margin-bottom: 8px; }
.ty-qa-next {
  position: absolute; right: -6px; top: 45%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; border: 0;
  background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.12); cursor: pointer; font-size: 20px; z-index: 2;
}
.ty-qa-all {
  display: flex; justify-content: center; margin-top: 16px;
}
.ty-qa-all button {
  border: 0; background: #f5f5f5; color: #333; font-weight: 700; font-size: 12px;
  letter-spacing: .3px; border-radius: 999px; padding: 12px 28px; cursor: pointer;
}

/* ===== Trendyol alt ürün bölümleri ===== */
.ty-section-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}
.ty-section-head {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;
}
.ty-section-head h2 {
  margin: 0; color: #333; font-size: 20px; line-height: 1.2; font-weight: 600;
}
.ty-section-head p { margin: 5px 0 0; color: #888; font-size: 12px; }
.ty-section-head a { color: #f27a1a; font-size: 13px; font-weight: 600; white-space: nowrap; }

.ty-other-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ty-other-card {
  min-height: 168px; display: grid; grid-template-columns: 86px minmax(0, 1fr) 116px;
  gap: 12px; align-items: center; border: 1px solid #e7e7e7;
  border-radius: 8px; padding: 13px; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ty-other-card:hover { border-color: #d7d7d7; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.ty-other-card__image { width: 86px; height: 112px; object-fit: contain; display: block; }
.ty-other-card__seller { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.ty-other-card__seller a { color: #1f66a8; font-size: 14px; font-weight: 600; }
.ty-other-card__badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.ty-other-card .ty-badge-fast,
.ty-other-cargo,
.ty-other-promo {
  display: inline-flex; align-items: center; width: fit-content; border-radius: 4px;
  padding: 3px 6px; font-size: 10px; font-weight: 600;
}
.ty-other-card .ty-badge-fast { padding: 3px 6px; font-size: 10px; }
.ty-other-cargo { background: #eaf9ef; color: #078942; }
.ty-other-card__delivery { margin: 9px 0 0; color: #777; font-size: 11px; line-height: 1.4; }
.ty-other-card__delivery b { color: #078942; }
.ty-other-card__promos { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }
.ty-other-promo { background: #fff3e8; color: #e66c10; border: 1px solid #ffdbbd; }
.ty-other-card__buy { display: flex; flex-direction: column; align-items: stretch; text-align: right; }
.ty-other-card__buy strong { color: #f27a1a; font-size: 20px; line-height: 1.1; }
.ty-other-card__buy small { margin-top: 4px; color: #999; font-size: 10px; }
.ty-other-add {
  margin-top: 16px; min-height: 36px; border: 0; border-radius: 6px;
  background: #f27a1a; color: #fff; font-size: 12px; font-weight: 700; cursor: pointer;
}
.ty-other-add:hover { background: #e56e12; }

.ty-reviews-overview {
  display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
  gap: 16px; margin-bottom: 18px;
}
.ty-rating-overview,
.ty-review-ai {
  min-height: 188px; border: 1px solid #e8e8e8; border-radius: 8px; padding: 18px;
}
.ty-rating-overview { display: grid; grid-template-columns: 145px 1fr; gap: 25px; align-items: center; }
.ty-rating-overview__score { text-align: center; border-right: 1px solid #eee; }
.ty-rating-overview__score strong { display: block; color: #333; font-size: 44px; line-height: 1; font-weight: 600; }
.ty-rating-overview__score .ty-stars { display: block; margin-top: 9px; font-size: 17px; }
.ty-rating-overview__score small { display: block; margin-top: 8px; color: #999; font-size: 11px; }
.ty-rating-bars { display: grid; gap: 7px; }
.ty-rating-bars > div {
  display: grid; grid-template-columns: 12px 1fr 32px; align-items: center; gap: 7px;
  color: #777; font-size: 11px;
}
.ty-rating-bars i { height: 6px; overflow: hidden; background: #eee; border-radius: 999px; }
.ty-rating-bars i b { display: block; height: 100%; background: #ffc107; border-radius: inherit; }
.ty-rating-bars em { font-style: normal; color: #999; }
.ty-review-ai {
  background: linear-gradient(135deg, #f7f5ff, #fff);
  border-color: #e6e1f7; min-width: 0; max-width: none;
}
.ty-review-ai__head { margin-bottom: 12px; }
.ty-review-ai__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; padding-left: 18px; }
.ty-review-ai__list li { margin: 0; }
.ty-write-review,
.ty-ask-btn {
  min-height: 38px; padding: 0 16px; border: 1px solid #f27a1a; border-radius: 6px;
  background: #fff; color: #f27a1a; font-size: 12px; font-weight: 700; cursor: pointer;
}
.ty-review-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.ty-review-filters button {
  min-height: 34px; padding: 0 13px; border: 1px solid #ddd; border-radius: 999px;
  background: #fff; color: #555; font-size: 12px; cursor: pointer;
}
.ty-review-filters button.is-active { color: #f27a1a; border-color: #f27a1a; background: #fff8f3; }
.ty-review-list { border-top: 1px solid #eee; }
.ty-review-list .ty-review-card {
  width: 100%; min-width: 0; max-width: none; border: 0; border-radius: 0;
  padding: 18px 6px; display: grid; grid-template-columns: 1fr auto;
}
.ty-review-list .ty-review-card + .ty-review-card { border-top: 1px solid #eee; }
.ty-review-card__top { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.ty-review-verified { color: #078942; font-size: 10px; }
.ty-review-list .ty-review-card > p { grid-column: 1 / -1; font-size: 14px; line-height: 1.55; max-width: 900px; }
.ty-review-card__user {
  display: flex; align-items: center; gap: 9px; margin-top: 13px; color: #666; font-size: 11px;
}
.ty-review-avatar {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: #f3f3f3; color: #777; font-weight: 700;
}
.ty-review-card__user b,
.ty-review-card__user small { display: block; }
.ty-review-card__user b { font-size: 11px; font-weight: 600; }
.ty-review-card__user small { margin-top: 2px; color: #aaa; }
.ty-review-list .ty-review-card__seller { grid-column: 1; margin: 8px 0 0 39px; font-size: 10px; }
.ty-review-list .ty-review-card__foot {
  grid-column: 2; grid-row: 3 / 5; align-self: end; align-items: center; gap: 12px;
}
.ty-review-card__foot span { color: #999; }
.ty-review-card__foot .ty-helpful-btn {
  border: 1px solid #ddd; border-radius: 999px; padding: 6px 10px;
}
.ty-review-card__foot .ty-helpful-btn.is-active { color: #f27a1a; border-color: #f27a1a; }
.ty-review-card.is-collapsed,
.ty-qa-card.is-collapsed { display: none !important; }

.ty-qa-search {
  height: 42px; display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
  border: 1px solid #ddd; border-radius: 7px; padding: 0 13px; color: #999;
}
.ty-qa-search:focus-within { border-color: #f27a1a; }
.ty-qa-search input { width: 100%; border: 0; outline: 0; font-size: 13px; color: #333; }
.ty-qa-tags { margin-bottom: 12px; }
.ty-qa-tag { border-radius: 999px; min-height: 34px; padding: 0 13px; font-size: 12px; }
.ty-qa-tag.is-active { color: #f27a1a; border-color: #f27a1a; background: #fff8f3; }
.ty-qa-list { border-top: 1px solid #eee; }
.ty-qa-list .ty-qa-card {
  width: 100%; min-width: 0; max-width: none; border: 0; border-radius: 0;
  padding: 18px 5px; background: #fff;
}
.ty-qa-list .ty-qa-card + .ty-qa-card { border-top: 1px solid #eee; }
.ty-qa-card__question { display: flex; align-items: flex-start; gap: 12px; }
.ty-qa-letter {
  width: 28px; height: 28px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; background: #f27a1a; color: #fff; font-size: 12px; font-weight: 700;
}
.ty-qa-letter--answer { background: #f2f2f2; color: #777; }
.ty-qa-list .ty-qa-q { margin: 1px 0 5px; font-size: 14px; font-weight: 600; }
.ty-qa-list .ty-qa-meta { margin: 0; font-size: 10px; }
.ty-qa-list .ty-qa-answer {
  margin: 14px 0 0 40px; display: flex; gap: 12px; align-items: flex-start;
  background: #f7f7f7; border-radius: 7px; padding: 13px;
}
.ty-qa-list .ty-qa-answer__head { margin: 0; }
.ty-qa-list .ty-qa-answer p { margin: 7px 0 0; color: #555; font-size: 13px; line-height: 1.5; }
.ty-show-all { display: flex; justify-content: center; padding-top: 16px; border-top: 1px solid #eee; }
.ty-show-all button {
  min-width: 190px; min-height: 40px; border: 1px solid #ddd; border-radius: 7px;
  background: #fff; color: #444; font-size: 12px; font-weight: 600; cursor: pointer;
}
.ty-show-all button:hover { color: #f27a1a; border-color: #f27a1a; }

/* Description / tables / reviews */
.ty-desc, .ty-panel {
  border: 1px solid #eee; border-radius: 10px; padding: 18px; background: #fff;
}
.ty-desc h2 { font-size: 18px; margin: 22px 0 10px; }
.ty-desc h2:first-child { margin-top: 0; }
.ty-desc p { margin: 0 0 12px; color: #444; font-size: 14px; line-height: 1.6; }
.ty-desc ul { padding-left: 18px; }
.ty-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ty-table th, .ty-table td {
  border-bottom: 1px solid #efefef; padding: 12px 10px; text-align: left;
}
.ty-table th { width: 240px; color: #777; font-weight: 600; background: #fafafa; }
/* Footer — orijinal Trendyol duruşu */
.ty-footer { margin-top: 48px; position: relative; }
.ty-footer--compact .ty-footer__popular { display: none; }
.ty-footer--compact { margin-top: 34px; }
.ty-footer__popular {
  background: #fafafa; border-top: 1px solid #eee; padding: 32px 0 28px;
}
.ty-footer__popular-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px;
}
.ty-footer__popular h3 {
  margin: 0 0 16px; font-size: 15px; color: #333; font-weight: 700;
}
.ty-footer__popular-cols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.ty-footer__popular a {
  display: block; font-size: 12px; color: #666; margin: 0 0 7px; line-height: 1.35;
}
.ty-footer__popular a:hover { color: var(--ty-orange); }
.ty-footer__main { background: #f5f5f5; padding: 40px 0 32px; }
.ty-footer__main-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 260px; gap: 32px;
  align-items: start;
}
.ty-footer__main h4 {
  margin: 0 0 16px; font-size: 14px; color: #333; font-weight: 700;
}
.ty-footer__main a {
  display: block; font-size: 13px; color: #666; margin: 0 0 10px; line-height: 1.35;
}
.ty-footer__main a:hover { color: var(--ty-orange); }
.ty-footer__aside h4 { margin-top: 20px; }
.ty-footer__aside h4:first-child { margin-top: 0; }
.ty-country-btn {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid #e0e0e0; background: #fff; border-radius: 6px;
  padding: 10px 14px; cursor: pointer; font-size: 13px; font-weight: 600;
  color: #333; min-width: 160px; text-decoration: none;
}
.ty-country-btn:hover { border-color: #ccc; color: #333; }
.ty-country-btn img { display: block; object-fit: contain; }
.ty-country-btn__chev { margin-left: auto; opacity: .7; transform: rotate(-90deg); }

/* Select country page */
/* Welcome country modal */
.ty-country-overlay {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(20, 20, 20, .55);
  backdrop-filter: blur(3px);
  display: grid; place-items: center; padding: 20px;
}
.ty-country-overlay[hidden] { display: none !important; }
.ty-country-modal {
  width: min(760px, 100%);
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  display: grid; grid-template-columns: 42% 58%; min-height: 440px;
}
.ty-country-modal__flags {
  position: relative;
  background: #f3f3f3; padding: 28px 18px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  align-content: center; justify-items: center;
  overflow: hidden;
}
.ty-country-modal__flags::before,
.ty-country-modal__flags::after {
  content: ""; position: absolute; left: 0; right: 0; height: 56px; z-index: 1; pointer-events: none;
}
.ty-country-modal__flags::before {
  top: 0; background: linear-gradient(#f3f3f3, rgba(243,243,243,0));
}
.ty-country-modal__flags::after {
  bottom: 0; background: linear-gradient(rgba(243,243,243,0), #f3f3f3);
}
.ty-country-modal__flags img {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.ty-country-modal__body {
  padding: 40px 36px 30px;
  display: flex; flex-direction: column; justify-content: center;
}
.ty-country-modal__body h2 {
  margin: 0 0 8px; font-size: 28px; color: #222; font-weight: 700;
}
.ty-country-modal__body > p {
  margin: 0 0 20px; color: #888; font-size: 14px;
}
.ty-country-dd { position: relative; margin-bottom: 16px; }
.ty-country-dd__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  border: 1px solid #ddd; background: #fff; border-radius: 8px;
  padding: 12px 14px; font-size: 14px; color: #333; cursor: pointer; text-align: left;
}
.ty-country-dd.is-open .ty-country-dd__trigger,
.ty-country-dd__trigger:focus {
  border-color: var(--ty-orange); outline: 0;
}
.ty-country-dd__chev { color: #888; font-size: 12px; }
.ty-country-dd__menu {
  position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 2;
  max-height: 240px; overflow: auto; background: #fff;
  border: 1px solid #e5e5e5; border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.ty-country-dd__item {
  width: 100%; border: 0; background: #fff; text-align: left;
  padding: 11px 14px; font-size: 14px; color: #222; cursor: pointer;
}
.ty-country-dd__item:hover,
.ty-country-dd__item.is-active { background: #eeeeee; }
.ty-country-modal__info {
  background: #f5f5f5; border-radius: 10px; padding: 14px 16px; margin-bottom: 18px;
}
.ty-country-modal__info strong {
  display: block; font-size: 13px; color: #333; margin-bottom: 10px;
}
.ty-country-modal__pays {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.ty-country-modal__pays img {
  height: 24px; width: auto; background: #fff; border-radius: 4px;
  border: 1px solid #e8e8e8; padding: 3px 6px;
}
.ty-pay-chip {
  display: inline-flex; align-items: center; height: 24px;
  background: #fff; border: 1px solid #e8e8e8; border-radius: 4px;
  padding: 0 8px; font-size: 11px; font-weight: 700; color: #444;
}
.ty-country-modal__select {
  width: 100%; border: 0; border-radius: 8px; padding: 14px 16px;
  font-size: 15px; font-weight: 700; color: #fff; cursor: pointer;
  background: #cfcfcf;
}
.ty-country-modal__select:enabled {
  background: var(--ty-orange);
}
.ty-country-modal__select:enabled:hover { background: var(--ty-orange-dark); }
@media (max-width: 720px) {
  .ty-country-modal { grid-template-columns: 1fr; }
  .ty-country-modal__flags { display: none; }
}
.ty-footer__payments {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 2px;
}
.ty-footer__payments img {
  height: 28px; width: auto; display: block; background: #fff;
  border: 1px solid #ececec; border-radius: 4px; padding: 4px 6px;
}
.ty-footer__certs {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
}
.ty-footer__certs img {
  height: 52px; width: auto; display: block; object-fit: contain;
  background: #fff; border-radius: 4px;
}
.ty-footer__dark { background: #0f0f0f; color: #fff; padding: 24px 0 18px; }
.ty-footer__dark-top {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; margin-bottom: 18px;
}
.ty-footer__social { display: flex; align-items: center; gap: 12px; }
.ty-social {
  display: inline-flex; width: 36px; height: 36px; border-radius: 50%;
  overflow: hidden; line-height: 0; flex: 0 0 auto;
  background: #fff;
}
.ty-social svg { display: block; width: 36px; height: 36px; }
.ty-footer__apps { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ty-footer__apps a { display: inline-flex; line-height: 0; }
.ty-footer__apps img { height: 40px; width: auto; display: block; }
.ty-footer__dark-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: #cfcfcf; border-top: 1px solid #2a2a2a; padding-top: 16px;
}
.ty-footer__legal { display: flex; flex-wrap: wrap; gap: 16px; }
.ty-footer__legal a { color: #ddd; font-size: 12px; }
.ty-footer__legal a:hover { color: #fff; }
/* Sol alt erişilebilirlik FAB — screenshot */
.ty-a11y {
  position: fixed; left: 14px; bottom: 18px; z-index: 130;
  width: 44px; height: 44px; border-radius: 10px; border: 0;
  background: #333; color: #fff; display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,.35), 0 0 0 1px rgba(0,0,0,.08);
  padding: 0;
}
.ty-a11y:hover { background: #2a2a2a; }
.ty-a11y.is-open { background: #222; }

.ty-a11y-panel {
  position: fixed; left: 14px; bottom: 74px; z-index: 131;
  width: min(292px, calc(100vw - 28px));
  max-height: min(78vh, 640px);
  overflow: auto;
  background: #2e2e2e; color: #fff; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
  padding: 14px 12px 16px;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.ty-a11y-panel[hidden] { display: none !important; }
.ty-a11y-panel__head {
  display: grid;
  grid-template-columns: 34px 34px 1fr 34px 34px;
  align-items: start;
  gap: 6px;
  margin-bottom: 14px;
}
.ty-a11y-panel__brand {
  grid-column: 3; text-align: center; padding-top: 2px;
}
.ty-a11y-panel__brand strong {
  display: block; font-size: 14px; font-weight: 600; margin-top: 6px;
}
.ty-a11y-eye {
  display: inline-block; width: 42px; height: 42px; border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 19%),
    conic-gradient(from 200deg, #ff2bd6, #22d3ee, #3b82f6, #ff2bd6);
  box-shadow: inset 0 0 0 3px #2b2b2b;
}
.ty-a11y-ico {
  width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.75);
  background: transparent; color: #fff; cursor: pointer; font-size: 14px;
  display: grid; place-items: center;
}
.ty-a11y-panel__list { display: grid; gap: 6px; }
.ty-a11y-row {
  width: 100%; display: grid; grid-template-columns: 36px 1fr auto;
  align-items: center; gap: 10px; text-align: left;
  border: 0; background: transparent; color: #fff; cursor: pointer;
  padding: 8px 6px; border-radius: 8px; font-size: 14px;
}
.ty-a11y-row:hover { background: rgba(255,255,255,.06); }
.ty-a11y-row.is-on {
  box-shadow: 0 0 0 1.5px #fff, 0 0 10px rgba(255,255,255,.35);
  background: rgba(255,255,255,.04);
}
.ty-a11y-row__ico {
  width: 34px; height: 34px; border-radius: 8px; background: #111; color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
}
.ty-a11y-row__ico svg { display: block; }
.ty-a11y-row__ico--text {
  display: flex; align-items: center; justify-content: center; gap: 1px;
  font-size: 11px; letter-spacing: -.2px;
}
.ty-a11y-row__ico--text small { font-size: 9px; font-weight: 700; }
.ty-a11y-row em { font-style: normal; opacity: .85; display: grid; place-items: center; }
body.ty-a11y-contrast { filter: contrast(1.35); }
body.ty-a11y-night { background: #111 !important; filter: invert(0.92) hue-rotate(180deg); }
body.ty-a11y-blue::before {
  content: ""; position: fixed; inset: 0; z-index: 125; pointer-events: none;
  background: rgba(255, 196, 0, .18);
}
body.ty-a11y-hide-images img { visibility: hidden !important; }
html.ty-a11y-font-lg { font-size: 112%; }
html.ty-a11y-font-xl { font-size: 124%; }

/* Skeletons / toast */
.ty-skeleton { color: #aaa; }
.ty-skeleton-box {
  background: linear-gradient(90deg, #f2f2f2, #fafafa, #f2f2f2);
  background-size: 200% 100%; animation: shimmer 1.2s infinite linear; border-radius: 8px;
}
@keyframes shimmer { to { background-position: -200% 0; } }
.ty-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px);
  background: #222; color: #fff; padding: 12px 18px; border-radius: 8px; font-size: 13px;
  font-weight: 600; opacity: 0; pointer-events: none; transition: .2s ease; z-index: 99;
}
.ty-toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 1100px) {
  .ty-pdp {
    grid-template-columns: minmax(300px, 360px) minmax(310px, 1fr) 220px;
    gap: 14px;
  }
  .ty-pdp__seller { grid-column: auto; max-width: none; }
  .ty-header__inner { grid-template-columns: 124px minmax(0, 1fr) auto; column-gap: 24px; }
  .ty-logo, .ty-logo__img { width: 124px; height: 30px; }
  .ty-search { max-width: none; height: 42px; border-radius: 8px; }
  .ty-nav__inner { justify-content: space-between; gap: 10px; }
  .ty-footer__popular-grid { grid-template-columns: 1fr; }
  .ty-mega__panel { grid-template-columns: 180px 1fr; }
  .ty-mega__cols { grid-template-columns: 1fr 1fr; }
  .ty-search { max-width: none; }
  .ty-header__actions { gap: 10px; }
}
@media (max-width: 860px) {
  .ty-topbar { display: none; }
  .ty-header__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo actions"
      "search search";
    row-gap: 10px;
  }
  .ty-logo { grid-area: logo; }
  .ty-header__actions { grid-area: actions; }
  .ty-search { grid-area: search; max-width: none; margin: 0; }
  .ty-nav__inner { justify-content: flex-start; gap: 14px; }
  .ty-pdp { grid-template-columns: 1fr; }
  .ty-gallery__thumbs { justify-content: flex-start; overflow-x: auto; }
  .ty-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ty-buy { grid-template-columns: 110px 1fr; }
  .ty-btn--buy { grid-column: 1 / -1; }
  .ty-footer__main-grid { grid-template-columns: 1fr 1fr; }
  .ty-action span:not(.ty-action__icon) { display: none; }
}

/* ===== Chrome extras ===== */
.ty-action--btn { border: 0; background: transparent; cursor: pointer; }
.ty-mega {
  background: #fff; border-top: 1px solid #f0f0f0;
  box-shadow: 0 16px 40px rgba(0,0,0,.08); position: relative; z-index: 40;
}
.ty-mega__panel {
  display: grid; grid-template-columns: 220px 1fr; min-height: 420px;
}
.ty-mega__side {
  background: #fafafa; border-right: 1px solid #eee; padding: 8px 0;
}
.ty-mega__side-item {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 8px; border: 0; background: transparent; text-align: left;
  padding: 12px 16px; font-size: 14px; color: #333; cursor: pointer;
}
.ty-mega__side-item span { color: transparent; font-size: 14px; }
.ty-mega__side-item.is-active {
  background: #fff4eb; color: var(--ty-orange); font-weight: 700;
}
.ty-mega__side-item.is-active span { color: var(--ty-orange); }
.ty-mega__content { padding: 20px 24px; background: #fff; }
.ty-mega__cols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px;
}
.ty-mega__cols a {
  display: block; font-size: 13px; color: #444; margin: 7px 0;
}
.ty-mega__cols a:hover { color: var(--ty-orange); }
.ty-mega__h {
  display: block !important; color: var(--ty-orange) !important; font-weight: 700;
  font-size: 14px !important; margin: 16px 0 8px !important;
}
.ty-mega__cols > div > .ty-mega__h:first-child { margin-top: 0 !important; }
.ty-mega__more {
  display: block; border: 0; background: transparent; padding: 0;
  margin: 8px 0 4px; font-size: 13px; font-weight: 700; color: #222; cursor: pointer;
}
.ty-nav__cats.is-open { color: var(--ty-orange); }

body.ty-lock { overflow: hidden; }
.ty-drawer-mask {
  position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 80;
}
.ty-drawer {
  position: fixed; top: 0; right: 0; width: min(380px, 92vw); height: 100%;
  background: #fff; z-index: 90; transform: translateX(105%);
  transition: transform .25s ease; display: flex; flex-direction: column;
  box-shadow: -8px 0 30px rgba(0,0,0,.12);
}
.ty-drawer.is-open { transform: translateX(0); }
.ty-drawer__head, .ty-drawer__foot {
  padding: 16px; border-bottom: 1px solid #eee; display: flex;
  align-items: center; justify-content: space-between;
}
.ty-drawer__foot { border-bottom: 0; border-top: 1px solid #eee; flex-direction: column; gap: 10px; }
.ty-drawer__head button { border: 0; background: transparent; font-size: 18px; cursor: pointer; }
.ty-drawer__body { flex: 1; overflow: auto; padding: 12px 16px; }
.ty-drawer__total { width: 100%; display: flex; justify-content: space-between; font-size: 14px; }
.ty-drawer__foot .ty-btn { width: 100%; }
.ty-cart-empty { text-align: center; color: #888; padding: 40px 10px; line-height: 1.7; }
.ty-cart-empty a { color: var(--ty-orange); font-weight: 700; }
.ty-cart-row { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.ty-cart-thumb { height: 72px; border-radius: 8px; overflow: hidden; }
.ty-cart-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ty-cart-meta { font-size: 12px; color: #888; margin: 4px 0 8px; }
.ty-cart-remove { border: 0; background: transparent; color: var(--ty-orange); font-size: 12px; font-weight: 700; cursor: pointer; padding: 0; }

@media (max-width: 860px) {
  .ty-section-card { padding: 15px; }
  .ty-section-head { align-items: flex-start; }
  .ty-section-head h2 { font-size: 18px; }
  .ty-other-grid { grid-template-columns: 1fr; }
  .ty-reviews-overview { grid-template-columns: 1fr; }
  .ty-review-ai__list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ty-section-head { display: grid; }
  .ty-other-card { grid-template-columns: 66px minmax(0, 1fr); }
  .ty-other-card__image { width: 66px; height: 90px; }
  .ty-other-card__buy {
    grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 120px;
    align-items: center; gap: 10px; text-align: left;
  }
  .ty-other-card__buy small { grid-column: 1; }
  .ty-other-add { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .ty-rating-overview { grid-template-columns: 110px 1fr; gap: 14px; padding: 14px; }
  .ty-rating-overview__score strong { font-size: 36px; }
  .ty-review-list .ty-review-card { display: block; }
  .ty-review-list .ty-review-card__foot { margin-top: 14px; justify-content: flex-start; flex-wrap: wrap; }
  .ty-review-list .ty-review-card__seller { margin-left: 39px; }
  .ty-qa-list .ty-qa-answer { margin-left: 0; }
}

/* ===== Ana sayfa ===== */
.ty-home { padding: 20px 0 48px; background: #fafafa; }
.ty-home-hero {
  min-height: 330px; border-radius: 14px; overflow: hidden; padding: 48px 58px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  background: linear-gradient(120deg,#fff0e5,#ffd4b3); position: relative;
}
.ty-home-hero span { color:#f27a1a;font-size:14px;font-weight:700 }
.ty-home-hero h1 { max-width:520px;margin:8px 0 12px;font-size:42px;line-height:1.08 }
.ty-home-hero p { color:#666;font-size:16px }
.ty-home-hero a { display:inline-flex;margin-top:14px;background:#f27a1a;color:#fff;border-radius:7px;padding:13px 22px;font-weight:700 }
.ty-home-hero__visual { text-align:center;color:rgba(242,122,26,.16);font-size:72px;font-weight:800;transform:rotate(-8deg) }
.ty-home-cats { display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:22px 0 30px }
.ty-home-cats a { background:#fff;border:1px solid #eee;border-radius:10px;padding:14px;text-align:center }
.ty-home-cats i { width:54px;height:54px;margin:auto auto 8px;border-radius:50%;display:grid;place-items:center;background:#fff2e7;color:#f27a1a;font-style:normal;font-size:22px;font-weight:700 }
.ty-home-cats span { font-size:13px;font-weight:600 }
.ty-home-title { display:flex;align-items:center;justify-content:space-between;margin-bottom:14px }
.ty-home-title h2 { margin:0;font-size:22px }.ty-home-title a{color:#f27a1a;font-size:13px;font-weight:700}
.ty-listing-page { min-height: 520px; padding-top: 32px; }
.ty-listing-page .ty-home-title { margin-bottom: 20px; }
.ty-listing-page .ty-home-title h1 { margin: 0; font-size: 25px; }
.ty-listing-page .ty-home-title p { margin: 5px 0 0; color: #888; font-size: 13px; }
.ty-product-grid { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px }
.ty-product-card { background:#fff;border:1px solid #e8e8e8;border-radius:9px;overflow:hidden;transition:.2s }
.ty-product-card:hover { box-shadow:0 8px 22px rgba(0,0,0,.08);transform:translateY(-2px) }
.ty-product-card__image { height:260px;position:relative;background:#fff }
.ty-product-card__image img { width:100%;height:100%;object-fit:contain }
.ty-product-card__image span { position:absolute;left:8px;top:8px;background:#f27a1a;color:#fff;border-radius:4px;padding:4px 7px;font-size:10px }
.ty-product-card__body { padding:12px }.ty-product-card__body p{height:40px;margin:0 0 8px;font-size:13px;line-height:1.4;overflow:hidden}
.ty-product-card__rating{color:#f5a000;font-size:12px}.ty-product-card__rating small{color:#999}
.ty-product-card__body strong{display:block;margin-top:9px;color:#f27a1a;font-size:18px}.ty-product-card__body em{display:inline-block;margin-top:8px;color:#078942;font-size:10px;font-style:normal;font-weight:700}

/* ===== Hata sayfası ===== */
.ty-error-page { min-height:520px;display:grid;place-items:center;padding:50px 20px;background:#fafafa }
.ty-error-card { max-width:600px;text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:48px;box-shadow:0 8px 30px rgba(0,0,0,.06) }
.ty-error-card__icon { width:78px;height:78px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:#fff1e7;color:#f27a1a;font-size:40px;font-weight:700 }
.ty-error-card h1{margin:0 0 12px;font-size:26px}.ty-error-card p{color:#777}.ty-error-card>div:last-child{display:flex;justify-content:center;gap:10px;margin-top:25px}
.ty-error-card button,.ty-error-card a{min-width:150px;padding:12px;border-radius:6px;font-weight:700;cursor:pointer}
.ty-error-card button{border:1px solid #f27a1a;background:#fff;color:#f27a1a}.ty-error-card a{background:#f27a1a;color:#fff}

/* ===== Sepet ve ödeme ===== */
.ty-cart-page { min-height:560px;background:#fafafa;padding:28px 0 50px }.ty-cart-page h1{font-size:24px;margin:0 0 18px}
.ty-cart-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}
.ty-cart-page__items,.ty-cart-summary{background:#fff;border:1px solid #e5e5e5;border-radius:9px;overflow:hidden}
.ty-cart-cargo-banner{height:40px;background:#effbf5;color:#536059;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800;border-bottom:1px solid #e7f4ed}.ty-cart-cargo-banner span{color:#25b978;font-size:19px}
.ty-checkout-item{display:grid;grid-template-columns:24px 96px minmax(240px,1fr) 112px 100px;gap:16px;align-items:center;padding:18px 16px;min-height:165px;position:relative}
.ty-checkout-item+.ty-checkout-item{border-top:1px solid #eee}.ty-cart-check{width:22px;height:22px;border-radius:5px;background:#f27a1a;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:900}.ty-checkout-item__image{width:90px;height:128px;border:1px solid #e7e7e7;border-radius:5px;padding:5px;background:#fff}.ty-checkout-item__image img{width:100%;height:100%;object-fit:contain;display:block}
.ty-checkout-item__info{align-self:center;min-width:0}.ty-checkout-item h3{margin:0 0 10px;font-size:13px;font-weight:600;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ty-cart-sold{display:block;width:max-content;margin-bottom:8px;color:#e95342;background:#fff5f2;border-radius:5px;padding:4px 7px;font-size:10px}.ty-checkout-item__info p{color:#8e8e8e;font-size:10px;margin:0 0 8px}.ty-checkout-item__info p strong{color:#737373}.ty-cart-installment{display:inline-flex;align-items:center;background:#f4f4f4;color:#5f5f5f;border-radius:12px;padding:4px 9px;font-size:9px;font-weight:700}
.ty-cart-qty{height:42px;border:1px solid #e4e4e4;border-radius:22px;display:grid;grid-template-columns:1fr 32px 1fr;align-items:center;text-align:center;overflow:hidden}.ty-cart-qty button{height:100%;border:0;background:#fff;color:#f27a1a;font-size:20px;cursor:pointer}.ty-cart-qty button:first-child{color:#d5d5d5}.ty-cart-qty b{height:100%;display:grid;place-items:center;background:#fff8f2;color:#ef7c26;font-size:12px}.ty-checkout-item__end{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:0 0 22px}.ty-checkout-item__end .ty-cart-delete{border:0;background:none;color:#666;cursor:pointer;font-size:11px;padding:0;display:inline-flex;align-items:center;gap:5px}.ty-checkout-item__end>strong{color:#f27a1a;font-size:15px;white-space:nowrap}
.ty-cart-page__empty{text-align:center;padding:60px 20px}.ty-cart-page__empty a{display:inline-flex;margin-top:15px;background:#f27a1a;color:#fff;padding:12px 20px;border-radius:6px}
.ty-cart-summary{padding:20px;position:sticky;top:170px}.ty-cart-summary h2{margin:0 0 20px;font-size:18px}
.ty-cart-summary>div{display:flex;justify-content:space-between;margin:12px 0;font-size:13px}.ty-cart-summary hr{border:0;border-top:1px solid #eee}
.ty-cart-summary .is-green{color:#078942}.ty-cart-summary__total strong{color:#f27a1a;font-size:20px}
.ty-cart-summary>button{width:100%;min-height:48px;border:0;border-radius:6px;background:#f27a1a;color:#fff;font-weight:700;cursor:pointer;margin-top:12px}
.ty-checkout-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.48);display:grid;place-items:center;padding:18px}
.ty-checkout-overlay[hidden]{display:none!important}.ty-account-modal,.ty-address-modal{position:relative;background:#fff;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.3)}
.ty-modal-close{position:absolute;right:20px;top:14px;border:0;background:none;font-size:30px;font-weight:300;color:#555;cursor:pointer}
.ty-account-modal{width:min(560px,100%);padding:30px;text-align:center}.ty-account-modal__alert{width:80px;height:80px;margin:0 auto 28px;border-radius:50%;display:grid;place-items:center;background:#fff1e7;color:#f27a1a;font-size:40px}
.ty-account-modal h2{font-size:24px;margin:0 0 10px}.ty-account-modal p{color:#777;font-size:13px;margin-bottom:26px}
.ty-account-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ty-account-modal__actions button,.ty-account-modal__actions a{min-height:56px;display:grid;place-items:center;border:1px solid #f27a1a;border-radius:6px;background:#fff;color:#f27a1a;font-size:17px;font-weight:700;cursor:pointer}
.ty-address-modal{width:min(730px,100%);max-height:92vh;overflow:auto}.ty-address-modal header{padding:22px 30px;border-bottom:1px solid #ddd}.ty-address-modal header h2{margin:0;font-size:21px}
.ty-address-modal form{padding:30px}.ty-address-notice{display:flex;gap:12px;background:#fff2e8;border-radius:7px;padding:15px;margin-bottom:20px;line-height:1.5}.ty-address-notice b{color:#f27a1a}
.ty-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.ty-address-grid label{font-size:14px;font-weight:700}.ty-address-grid .is-wide{grid-column:1/-1}
.ty-address-grid input,.ty-address-grid select,.ty-address-grid textarea{width:100%;margin-top:8px;border:1px solid #ddd;border-radius:6px;padding:14px;font:inherit}.ty-address-grid textarea{min-height:80px}
.ty-phone{display:grid;grid-template-columns:108px 1fr;gap:12px}.ty-phone__code{margin-top:8px;padding:12px 10px;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;color:#555;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;line-height:1}.ty-phone__flag{width:22px;height:15px;border-radius:2px;display:block;flex:0 0 auto;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.ty-phone__code b{font-size:14px;font-weight:700;color:#666}
.ty-address-save{width:100%;min-height:60px;margin-top:20px;border:0;border-radius:6px;background:#ff7a10;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.ty-address-legal{font-size:12px;color:#666}.ty-address-legal a{text-decoration:underline;font-weight:700}
.ty-payment-modal{width:min(570px,100%);background:#fff;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.3);overflow:hidden}.ty-payment-modal header{position:relative;padding:22px 26px;border-bottom:1px solid #ececec;background:linear-gradient(135deg,#fff7f0,#fff)}.ty-payment-modal header small{font-size:9px;letter-spacing:.8px;color:#f27a1a;font-weight:800}.ty-payment-modal header h2{font-size:21px;margin:4px 0 0}.ty-payment-modal__body{padding:25px}.ty-bank-card{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid #e5e8ee;border-radius:10px;background:#fafbfc;margin-bottom:16px}.ty-bank-card__icon{width:40px;height:40px;border-radius:10px;background:#eaf8f0;color:#078942;display:grid;place-items:center;font-size:20px;font-weight:800}.ty-bank-card div{display:flex;flex-direction:column}.ty-bank-card small{font-size:9px;color:#999}.ty-bank-card b{font-size:14px;margin-top:3px}.ty-payment-field{display:block;padding:13px 0;border-bottom:1px solid #eee}.ty-payment-field>span{display:block;font-size:10px;color:#888;margin-bottom:6px}.ty-payment-field strong{font-size:14px;letter-spacing:.2px}.ty-payment-field>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.ty-payment-field button{border:1px solid #f27a1a;border-radius:6px;background:#fff;color:#f27a1a;padding:7px 10px;font-size:10px;font-weight:700;cursor:pointer}.ty-payment-note{padding:12px;border-radius:8px;background:#f5f7fa;color:#555;font-size:12px;line-height:1.5}.ty-payment-warning{padding:13px;border-radius:8px;background:#fff5e9;color:#815020;font-size:11px;line-height:1.5;margin-top:14px}.ty-address-save:disabled{opacity:.65;cursor:wait}
.ty-bank-card__logo{width:115px;height:38px;border-radius:8px;background:#fff;border:1px solid #eceff3;display:grid;place-items:center;padding:7px}.ty-bank-card__logo img{width:100%;height:100%;object-fit:contain}.ty-receipt-upload{margin-top:14px;border:2px dashed #d7dce5;border-radius:10px;min-height:86px;padding:15px;display:flex;align-items:center;justify-content:center;gap:13px;background:#fafbfc;cursor:pointer;transition:.18s}.ty-receipt-upload:hover{border-color:#f2a66c;background:#fff9f4}.ty-receipt-upload.has-file{border-color:#16a064;background:#f2fbf6}.ty-receipt-upload input{display:none}.ty-receipt-upload__icon{width:42px;height:42px;border-radius:10px;background:#fff1e6;color:#f27a1a;display:grid;place-items:center}.ty-receipt-upload>span:last-child{display:flex;flex-direction:column}.ty-receipt-upload b{font-size:13px}.ty-receipt-upload small{font-size:10px;color:#929aaa;margin-top:5px;max-width:330px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ty-bank-card__wordmark{min-width:115px;height:38px;border-radius:8px;background:#fff;border:1px solid #eceff3;display:grid;place-items:center;padding:7px;font-size:12px;font-weight:900;text-align:center}
.ty-success-modal{width:min(460px,100%);background:#fff;border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.3);padding:34px 28px 28px;text-align:center}
.ty-success-modal__icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#e8f8ef;color:#0c9b52;display:grid;place-items:center;animation:tySuccessPop .45s ease}
.ty-success-modal__eyebrow{margin:0 0 8px;font-size:10px;letter-spacing:.9px;font-weight:800;color:#0c9b52}
.ty-success-modal h2{margin:0 0 10px;font-size:24px;color:#1a1a1a}
.ty-success-modal__text{margin:0 auto 18px;max-width:340px;color:#6b7280;font-size:13px;line-height:1.55}
.ty-success-modal__ref{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;margin:0 0 22px;border-radius:10px;background:#f6f8fb;border:1px solid #e8edf3;text-align:left}
.ty-success-modal__ref span{font-size:11px;color:#8b95a7;font-weight:700}
.ty-success-modal__ref strong{font-size:14px;letter-spacing:.3px;color:#222}
.ty-success-modal__actions{display:grid;gap:10px}
.ty-success-modal__primary{min-height:52px;display:grid;place-items:center;border:0;border-radius:8px;background:#ff7a10;color:#fff;font-size:16px;font-weight:700;text-decoration:none}
.ty-success-modal__secondary{min-height:46px;border:1px solid #dde3ea;border-radius:8px;background:#fff;color:#555;font-size:14px;font-weight:700;cursor:pointer}
@keyframes tySuccessPop{0%{transform:scale(.72);opacity:0}70%{transform:scale(1.06)}100%{transform:scale(1);opacity:1}}
@media(max-width:900px){
  .ty-product-grid{grid-template-columns:repeat(3,1fr)}
  .ty-home-cats{grid-template-columns:repeat(3,1fr)}
  .ty-cart-layout{grid-template-columns:1fr}
  .ty-cart-summary{position:static}
  .ty-checkout-item{grid-template-columns:22px 80px 1fr;gap:10px;padding:14px 12px}
  .ty-checkout-item__image{width:76px;height:104px}
  .ty-cart-qty{grid-column:2/3;width:100px;height:36px}
  .ty-checkout-item__end{grid-column:3/4;grid-row:2;height:auto;flex-direction:row-reverse;align-items:center;padding:0;gap:10px}
  .ty-cart-installment{display:none}
  .ty-checkout-item h3{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .ty-cart-sold{max-width:100%;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:760px){
  .ty-checkout-item{grid-template-columns:22px 74px 1fr;padding:14px 10px}
  .ty-checkout-item__image{width:70px;height:96px}
  .ty-cart-qty{width:96px}
  .ty-checkout-item__end .ty-cart-delete{margin-left:10px}
}
@media(max-width:600px){
  .ty-home-hero{grid-template-columns:1fr;padding:24px 18px}
  .ty-home-hero h1{font-size:28px}
  .ty-home-hero__visual{display:none}
  .ty-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .ty-product-card__image{height:180px}
  .ty-home-cats{grid-template-columns:repeat(2,1fr);gap:10px}
  .ty-home-cats i{width:48px;height:48px}
  .ty-account-modal__actions,.ty-address-grid{grid-template-columns:1fr}
  .ty-address-grid .is-wide{grid-column:auto}
  .ty-chrome .ty-shell{padding-left:12px;padding-right:12px}
  .ty-checkout-overlay,.ty-ui-modal{padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom))}
  .ty-account-modal{padding:22px 16px;width:min(560px,100%)}
  .ty-account-modal__alert{width:64px;height:64px;margin-bottom:18px;font-size:30px}
  .ty-account-modal h2{font-size:20px}
  .ty-account-modal__actions{gap:10px}
  .ty-account-modal__actions button,.ty-account-modal__actions a{min-height:48px;font-size:15px}
  .ty-address-modal{max-height:min(92vh,100dvh);border-radius:12px}
  .ty-address-modal header{padding:16px 16px 14px}
  .ty-address-modal header h2{font-size:18px}
  .ty-address-modal form{padding:16px}
  .ty-address-notice{padding:12px;gap:8px;font-size:12px}
  .ty-address-grid{gap:14px}
  .ty-address-grid input,.ty-address-grid select,.ty-address-grid textarea{padding:12px}
  .ty-phone{grid-template-columns:96px 1fr;gap:8px}
  .ty-phone__code{padding:11px 6px;gap:5px}
  .ty-phone__code b{font-size:13px}
  .ty-address-save{min-height:50px;font-size:16px;margin-top:14px}
  .ty-payment-modal{max-height:min(92vh,100dvh);overflow:auto;border-radius:12px}
  .ty-payment-modal header{padding:16px}
  .ty-payment-modal header h2{font-size:18px}
  .ty-payment-modal__body{padding:16px}
  .ty-payment-field>div{flex-wrap:wrap;align-items:flex-start}
  .ty-payment-field strong,#paymentIban{min-width:0;flex:1 1 180px;word-break:break-all;font-size:13px;line-height:1.4}
  .ty-payment-field button{flex:0 0 auto}
  .ty-bank-card{flex-wrap:wrap;padding:12px;gap:10px}
  .ty-bank-card__logo,.ty-bank-card__wordmark{min-width:0;width:100px}
  .ty-receipt-upload{flex-direction:column;text-align:center;padding:14px 12px;gap:8px}
  .ty-receipt-upload small{max-width:100%;white-space:normal}
  .ty-success-modal{padding:26px 16px 18px;width:min(460px,100%)}
  .ty-success-modal__icon{width:60px;height:60px;margin-bottom:14px}
  .ty-success-modal h2{font-size:20px}
  .ty-success-modal__ref{flex-direction:column;align-items:flex-start;gap:6px}
  .ty-success-modal__ref strong{word-break:break-all;font-size:13px}
  .ty-success-modal__primary{min-height:48px;font-size:15px}
  .ty-gallery__main,.ty-gallery__stage{min-height:280px}
  .ty-features-grid{grid-template-columns:1fr}
  .ty-table th{width:38%;min-width:0}
  .ty-footer__main-grid,.ty-footer__popular-cols{grid-template-columns:1fr}
  .ty-footer__popular-grid{gap:18px}
  .ty-static-card{padding:22px 16px;border-radius:10px}
  .ty-static-card h1{font-size:22px}
  .ty-ui-modal__panel{padding:20px 16px 16px}
  .ty-cart-page{padding:16px 0 36px}
  .ty-cart-page h1{font-size:20px;margin-bottom:12px}
  .ty-cart-summary{padding:16px}
  .ty-mega__panel{grid-template-columns:1fr;min-height:0;max-height:70vh;overflow:auto}
  .ty-mega__side{border-right:0;border-bottom:1px solid #eee;display:flex;overflow-x:auto;padding:0}
  .ty-mega__side-item{white-space:nowrap;padding:12px 14px}
  .ty-mega__cols{grid-template-columns:1fr}
  .ty-buy{grid-template-columns:1fr;gap:10px;position:sticky;bottom:0;background:#fff;padding:10px 0 calc(10px + env(safe-area-inset-bottom));z-index:5;border-top:1px solid #eee}
  .ty-btn--buy{grid-column:auto}
}

@media(max-width:400px){
  .ty-product-grid{gap:8px}
  .ty-phone{grid-template-columns:84px 1fr;gap:6px}
  .ty-phone__flag{width:18px;height:12px}
  .ty-home-cats{grid-template-columns:repeat(2,1fr)}
}

/* Auth / Giriş */
.ty-auth-page{min-height:70vh;padding:36px 0 60px;background:linear-gradient(180deg,#fff7f0,#f7f8fb 42%,#fff)}
.ty-auth-shell{width:min(980px,calc(100% - 28px));margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}
.ty-auth-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;box-shadow:0 16px 40px rgba(17,24,39,.06);overflow:hidden}
.ty-auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #eee}
.ty-auth-tab{display:grid;place-items:center;min-height:54px;color:#777;font-weight:700;text-decoration:none;border-bottom:2px solid transparent}
.ty-auth-tab.is-active{color:#f27a1a;border-bottom-color:#f27a1a;background:#fffaf5}
.ty-auth-form{padding:24px;display:grid;gap:14px}
.ty-auth-form label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#333}
.ty-auth-form input{width:100%;border:1px solid #ddd;border-radius:8px;padding:13px 14px;font:inherit;background:#fff}
.ty-auth-form input:focus{outline:2px solid rgba(242,122,26,.25);border-color:#f2a66c}
.ty-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ty-auth-submit{min-height:52px;border:0;border-radius:8px;background:#f27a1a;color:#fff;font-size:16px;font-weight:800;cursor:pointer;margin-top:4px}
.ty-auth-note{margin:0;color:#777;font-size:12px;line-height:1.5}
.ty-auth-note a{color:#f27a1a;font-weight:700;text-decoration:none}
.ty-auth-alert{margin:16px 24px 0;padding:12px 14px;border-radius:8px;background:#eaf8ef;color:#0c7a45;font-size:13px;font-weight:600}
.ty-auth-alert--error{background:#fff1f0;color:#c0392b}
.ty-auth-aside{background:#111827;color:#fff;border-radius:14px;padding:34px 28px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 40px rgba(17,24,39,.12)}
.ty-auth-aside h1{margin:0 0 12px;font-size:28px;line-height:1.2}
.ty-auth-aside p{margin:0 0 18px;color:rgba(255,255,255,.72);line-height:1.55;font-size:14px}
.ty-auth-aside ul{margin:0 0 24px;padding-left:18px;color:rgba(255,255,255,.88);display:grid;gap:8px;font-size:14px}
.ty-auth-guest{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:8px;border:1px solid rgba(255,255,255,.28);color:#fff;text-decoration:none;font-weight:700;width:fit-content}
.ty-auth-guest:hover{background:rgba(255,255,255,.08)}
@media(max-width:860px){.ty-auth-shell{grid-template-columns:1fr}.ty-auth-aside{order:-1;padding:24px 20px}.ty-auth-aside h1{font-size:22px}}
@media(max-width:600px){.ty-auth-page{padding:18px 0 40px}.ty-auth-grid{grid-template-columns:1fr}.ty-auth-form{padding:18px 16px}.ty-auth-alert{margin:14px 16px 0}}

/* Static pages + location / ask modals */
.ty-static-page{padding:36px 0 70px;background:linear-gradient(180deg,#f7f9fc,#fff 40%)}
.ty-static-card{max-width:720px;margin:0 auto;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:34px 32px;box-shadow:0 10px 30px rgba(17,24,39,.04)}
.ty-static-card h1{margin:0 0 10px;font-size:28px}.ty-static-card__lead{color:#555;font-size:16px;margin:0 0 14px}
.ty-static-card p{color:#666;line-height:1.6}.ty-static-card__back{display:inline-flex;margin-top:22px;color:#f27a1a;font-weight:700}
body.ty-modal-open{overflow:hidden}
.ty-ui-modal{position:fixed;inset:0;z-index:220;background:rgba(17,24,39,.45);display:grid;place-items:center;padding:18px}
.ty-ui-modal[hidden]{display:none!important}
.ty-ui-modal__panel{width:min(460px,100%);background:#fff;border-radius:12px;padding:26px 24px 22px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.ty-ui-modal__close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px;color:#666;cursor:pointer;line-height:1}
.ty-ui-modal__panel h3{margin:0 0 8px;font-size:20px}.ty-ui-modal__panel>p{margin:0 0 16px;color:#777;font-size:13px}
.ty-ui-modal__panel label{display:block;font-size:13px;font-weight:700;margin:0 0 12px}
.ty-ui-modal__panel input,.ty-ui-modal__panel select,.ty-ui-modal__panel textarea{width:100%;margin-top:6px;border:1px solid #ddd;border-radius:8px;padding:12px;font:inherit;background:#fff}
.ty-ui-modal__panel textarea{resize:vertical;min-height:100px}
.ty-ui-modal__primary{width:100%;min-height:48px;margin-top:8px;border:0;border-radius:8px;background:#f27a1a;color:#fff;font-weight:700;cursor:pointer}

