/* ==========================================================================
   FLAŞ MARKT - 100% CRYSTAL CLEAR iOS TRANSLUCENT GLASS DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #f27a1a;
  --primary-hover: #e56a09;
  --primary-light: rgba(242, 122, 26, 0.1);
  --primary-glow: rgba(242, 122, 26, 0.5);
  --text-dark: #1f1f24;
  --text-title: #141416;
  --text-muted: #55555c;
  --text-light: #6b6b72; /* 2026-08-18: #8e8e93 idi, beyaz zeminde WCAG AA (4.5:1) kontrastini gecmiyordu (~3.27:1); #6b6b72 ~5.28:1 saglar */
  --bg-page: #ffffff;
  --bg-white: #ffffff;
  --border-color: #eaeaea;
  --border-light: #f2f2f2;
  --badge-red: #e53935;
  --badge-green: #0bc15c;
  --star-yellow: #ffb800;
  --footer-bg: #1a1a24;
  --max-width: 1540px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 50px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 28px rgba(0,0,0,0.1);
  --font-main: 'Plus Jakarta Sans', 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  /* 2026-08-16 (5. tur, 2. deneme): düz MAT BEYAZ - renkli lekeler kaldırıldı. */
  background-color: #faf9f7;
  background-attachment: fixed;
  background-size: cover;
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  /* 2026-08-21: sayfa değişimlerinde ürün ızgaraları JS ürün verisini
     çekene kadar boş kalıyordu (footer bir an üst sıraya yapışıp, içerik
     dolunca aşağı sıçrıyordu - "parçalanma" hissi). Sayfayı DOMContentLoaded
     zinciri (main.js) tamamen bitirip .page-ready ekleyene kadar görünmez
     tutup TEK SEFERDE göstermek, tek tek fırlayan/üst üste binen parçalar
     yerine düz bir crossfade veriyor. main.js kendi içinde try/finally ile
     hata olsa bile .page-ready ekliyor (bkz. main.js DOMContentLoaded) -
     aşağıdaki @media kuralı da JS tamamen çalışmazsa (devre dışıysa) diye
     son bir güvenlik ağı, sayfa hiçbir durumda sonsuza dek boş kalmıyor. */
  opacity: 0;
  transition: opacity 0.18s ease;
}

body.page-ready { opacity: 1; }

@media (scripting: none) {
  body { opacity: 1; }
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.18s ease;
}

ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; font-family: inherit; background: none; }
input, select, textarea { font-family: inherit; }

/* 2026-08-21: accent-color:var(--primary) ile boyanan checkbox'ların tik
   işareti tarayıcıya göre siyah/koyu çıkabiliyordu (garanti beyaz değil).
   Native checkbox'ı kendimiz çiziyoruz ki tik her zaman beyaz olsun -
   sayfa başına verilen width/height inline kuralları hâlâ boyutu
   değiştirebilir, sadece tik rengini garantiye alıyoruz. */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--border-color);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
input[type="checkbox"]:checked {
  background: var(--primary);
  border-color: var(--primary);
}
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 46%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   TOP UTILITY BAR
   ========================================================================== */
.top-utility-bar {
  background-color: transparent;
  padding: 10px 0 8px;
  width: 100%;
}

.top-utility-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
}

.top-utility-inner a {
  font-size: 12px;
  color: #66666e;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s;
}

.top-utility-inner a:hover {
  color: var(--primary);
}

.top-utility-inner a i {
  font-size: 12px;
  color: #777780;
}

/* ==========================================================================
   100% CRYSTAL CLEAR iOS TRANSLUCENT GLASS HEADER CARD
   ========================================================================== */
.glass-header-wrapper {
  /* position:relative (position:static DEĞİL) - z-index yalnızca
     positioned elemanlarda çalışır; static'te 999 hiçbir işe yaramıyordu
     ve header dropdown'ları sayfa içeriğinin (hero slider vb.) arkasında
     kayboluyordu. relative header'ı sticky yapmaz, sayfayla birlikte
     kaymaya devam eder - sadece z-index'i etkin kılar. */
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 12px 20px 14px;
  pointer-events: none;
}

/* NOT: gerçek görünen değerler aşağıdaki "BUZLU CAM" bloğunda (cascade'de
   sonra geldiği için o kazanıyor) - burası sadece tutarlılık için eşitlendi. */
.glass-header-card {
  max-width: var(--max-width);
  margin: 0 auto;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 3px rgba(15, 23, 42, 0.05), 0 0 44px rgba(15, 23, 42, 0.18) !important;
  border-radius: 24px !important;
  padding: 10px 28px 7px !important;
  pointer-events: auto;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-header-card:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 4px rgba(15, 23, 42, 0.06), 0 0 54px rgba(15, 23, 42, 0.22) !important;
}

/* HEADER MAIN ROW */
.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 4px 0 8px;
}

/* .glass-header-card > * kuralı (aşağıda) tüm doğrudan çocuklara aynı
   z-index:1'i veriyordu; DOM sırası .glass-category-nav'ı üste çiziyordu ve
   Hesabım dropdown'ı kategori menüsünün arkasında kayboluyordu. Burada iki
   sınıflı seçici kullanıp specificity'yi kasıtlı yükselttik ki sıra
   önemli olmadan hep kazansın. */
.glass-header-card > .header-main-row {
  position: relative;
  z-index: 2;
}

/* LOGO */
.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 44px;
  max-width: 230px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.18s ease;
}

.logo-img:hover {
  transform: scale(1.02);
}

/* FULLY TRANSPARENT SEARCH BAR */
.glass-search-bar {
  flex: 1;
  max-width: 720px;
  position: relative;
}

.glass-search-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.glass-search-inner input {
  width: 100%;
  height: 42px;
  padding: 0 46px 0 20px;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: var(--radius-md);
  font-size: 13.5px;
  color: var(--text-dark);
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s ease;
  outline: none;
}

.glass-search-inner input:focus {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.15);
}

.glass-search-inner input::placeholder {
  color: #787880;
  font-size: 13.5px;
  font-weight: 400;
}

.glass-search-inner .search-icon-btn {
  position: absolute;
  right: 14px;
  color: var(--primary);
  font-size: 17px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.glass-search-inner .search-icon-btn:hover {
  transform: scale(1.12);
}

/* HEADER USER ACTIONS (RIGHT SIDE) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-action-item {
  position: relative;
}

.header-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 14px;
  border-radius: var(--radius-md);
  color: #2c2c34;
  transition: all 0.18s ease;
  position: relative;
  text-decoration: none;
  border: 1px solid transparent;
}

.header-action-btn:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
  color: var(--primary);
}

.header-action-btn .action-icon {
  font-size: 18px;
  color: #2c2c34;
  transition: color 0.15s;
  display: flex;
  align-items: center;
  position: relative;
}

.header-action-btn:hover .action-icon {
  color: var(--primary);
}

.header-action-btn .action-label {
  font-size: 11.5px;
  font-weight: 600;
  color: #3a3a44;
  letter-spacing: 0.1px;
}

.header-action-btn:hover .action-label {
  color: var(--primary);
}

.header-action-btn .badge-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  /* 2026-08-20: varsayılan olarak GİZLİ - her sayfa yüklemesinde JS gerçek
     sayıyı (localStorage) okuyup açana kadar HTML'deki statik "0" değeri bir
     an görünüp kayboluyordu (flash of wrong content). JS zaten sayı > 0
     olunca display:flex yapıyor (main.js updateCartBadge/updateFavBadge). */
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border: 1.5px solid #ffffff;
  box-shadow: 0 2px 6px rgba(242, 122, 26, 0.4);
}

/* DROPDOWN MENU */
.account-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 230px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(25px) saturate(190%);
  -webkit-backdrop-filter: blur(25px) saturate(190%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12), inset 0 1px 1px rgba(255,255,255,0.95);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.header-action-item:hover .account-dropdown-menu,
.header-action-item:focus-within .account-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.account-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
}

.account-dropdown-menu a:hover {
  background-color: rgba(242, 122, 26, 0.09);
  color: var(--primary);
}

.account-dropdown-menu hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin: 6px 0;
}

/* GLASS DIVIDER */
.glass-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 15%, rgba(0,0,0,0.06) 85%, rgba(0,0,0,0) 100%);
  margin: 2px 0 4px;
}

/* ==========================================================================
   GLASS CATEGORY BAR
   ========================================================================== */
.glass-category-nav {
  width: 100%;
}

.glass-category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 2px 0 4px;
}

.glass-category-item {
  position: relative;
  flex-shrink: 0;
}

/* Masaüstünde açılır Kategoriler sekmesi korunur; ayrıntılı kategori
   bağlantıları onun sağına dizilir. Mobilde mevcut açılır panel aynen korunur. */
.category-menu-trigger { display: block; }
.desktop-category-link { display: block; }
.desktop-category-link .category-makeup-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  border-radius: 3px;
}
.glass-category-item .best-seller-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  border-radius: 50%;
}

.glass-category-item > a,
.glass-category-item > button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #2c2c34;
  white-space: nowrap;
  border-radius: var(--radius-sm);
  transition: all 0.18s ease;
  position: relative;
}

.glass-category-item > button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.glass-category-item > a:hover,
.glass-category-item > button:hover,
.glass-category-item > button:focus-visible {
  color: var(--primary);
  background: rgba(242, 122, 26, 0.08);
}

.glass-category-item.active > a,
.glass-category-item.active > button {
  color: var(--primary);
  font-weight: 700;
}

/* ACTIVE CATEGORY GLOWING CAPSULE INDICATOR */
.active-glow-pill {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--primary);
  border-radius: 4px;
  box-shadow: 0 2px 8px var(--primary-glow);
}

.glass-category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(25px) saturate(190%);
  -webkit-backdrop-filter: blur(25px) saturate(190%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12), inset 0 1px 1px rgba(255,255,255,0.95);
  min-width: 220px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.glass-category-item:hover:not([data-category-click-closed="true"]) .glass-category-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dokunmatik ekranlarda hover olmadığı için menü JS ile açıldığında da
   aynı görünürlük durumunu kullanır. */
.glass-category-item.is-open > .glass-category-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.glass-category-dropdown a {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.glass-category-dropdown a:hover {
  background-color: rgba(242, 122, 26, 0.09);
  color: var(--primary);
  padding-left: 20px;
}

.category-dropdown-menu {
  min-width: 248px;
  padding: 8px 0 10px;
}

.category-menu-title {
  padding: 5px 16px 8px;
  color: #8a8a94;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .02em;
}

.category-menu-list a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  box-sizing: border-box;
}

.category-menu-list a i {
  width: 20px;
  height: 20px;
  color: var(--primary);
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.category-menu-list a .category-makeup-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  object-fit: contain;
  border-radius: 3px;
}

.category-menu-list a span {
  line-height: 20px;
}

/* 2026-08-21: "Kategoriler" menüsü henüz gerçek alt kategori içermiyor -
   ürünler eklendikçe burası gerçek listeye dönüşecek. Boş kutuya bakan
   bir dropdown yerine, bilinçli bir "yakında" durumu gösteriyoruz. */
.category-dropdown-empty {
  min-width: 240px;
  padding: 24px 20px;
  text-align: center;
}

.category-dropdown-empty i {
  font-size: 26px;
  color: var(--primary);
  opacity: 0.45;
  margin-bottom: 10px;
  display: block;
}

.category-dropdown-empty .cde-title {
  font-size: 13px;
  font-weight: 700;
  color: #2c2c34;
  margin-bottom: 4px;
}

.category-dropdown-empty .cde-sub {
  font-size: 12px;
  color: #8a8a94;
  line-height: 1.5;
}

/* ==========================================================================
   HERO SLIDER
   ========================================================================== */
.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
  margin-bottom: 16px;
  width: 100%;
  border-radius: var(--radius-lg);
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-slide {
  min-width: 100%;
  position: relative;
}

.slider-placeholder {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slide--fashion .slider-placeholder {
  background-image: url('../assets/images/home-hero-fashion-v1.png'), linear-gradient(180deg, #f8e8dc 0%, #f2d3c6 58%, #e9b9ad 100%);
  background-color: #f4dfd2;
  background-size: auto 100%, 100% 100%;
  background-position: right center, center;
}

.hero-slide--tech .slider-placeholder {
  background-image: url('../assets/images/home-hero-tech-v3.png');
  background-color: #7f858b;
  background-size: cover;
  background-position: center center;
}

.slider-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-slide--fashion .slider-placeholder::before {
  background: linear-gradient(90deg, rgba(244, 223, 210, 1) 0%, rgba(244, 223, 210, 1) 28%, rgba(244, 223, 210, 0.96) 40%, rgba(244, 223, 210, 0.7) 52%, rgba(244, 223, 210, 0.25) 64%, transparent 76%);
}

.hero-slide--tech .slider-placeholder::before {
  background: transparent;
}

.slider-placeholder .slide-content {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 470px;
  margin-left: clamp(30px, 7vw, 92px);
  padding: 0 20px;
}

.hero-slide--fashion .slide-content {
  color: #332331;
  text-shadow: none;
}

.hero-slide--fashion .slide-content p {
  color: #5b4a54;
}

.hero-slide--fashion .slide-content .cta-btn {
  background: #f27a1a;
  color: #ffffff;
}

.hero-slide--tech .slide-content {
  color: #f7fafc;
  text-shadow: none;
}

.hero-slide--tech .slide-content p {
  color: rgba(247, 250, 252, 0.9);
}

.hero-slide--tech .slide-content .cta-btn {
  background: #f27a1a;
  color: #ffffff;
}

.slider-placeholder .slide-content h2 {
  font-family: 'Manrope', var(--font-main);
  font-size: clamp(36px, 2.9vw, 45px);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
  letter-spacing: -1.45px;
  text-rendering: optimizeLegibility;
}

.hero-slide--tech .slide-content h2 {
  white-space: nowrap;
}

.hero-slide--fashion .slide-content h2 {
  background: linear-gradient(100deg, #332331 0%, #332331 68%, #f27a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-slide--tech .slide-content h2 {
  background: linear-gradient(100deg, #ffffff 0%, #ffffff 68%, #ffc27d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.slider-placeholder .slide-content h2::after {
  content: '';
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 14px;
  border-radius: 99px;
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(242, 122, 26, 0.28);
}

.slider-placeholder .slide-content p {
  font-family: var(--font-main);
  font-size: 19px;
  font-weight: 500;
  opacity: 0.95;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.slider-placeholder .slide-content .cta-btn {
  display: inline-block;
  padding: 13px 36px;
  background: #ffffff;
  color: var(--primary);
  font-family: 'Manrope', var(--font-main);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.15px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  transition: all 0.2s ease;
}

.slider-placeholder .slide-content .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.92);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #333333;
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  z-index: 10;
  cursor: pointer;
}

.slider-btn:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.08);
}

.slider-btn.prev { left: 24px; }
.slider-btn.next { right: 24px; }

/* Banner otomatik ilerler; yön değiştirme masaüstünde de sürüklemeyle
   yapılabildiği için görselin üstünde kalıcı ok bırakmıyoruz. */
.hero-slider .slider-btn { display: none !important; }

.hero-slider .slider-track { touch-action: pan-y; }

.slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-dot.active {
  background: #ffffff;
  transform: scale(1.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/* ==========================================================================
   QUICK STORY / CATEGORY CIRCLES
   ========================================================================== */
.quick-categories {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 16px 0;
  margin-bottom: 14px;
  width: 100%;
}

/* aynı sebep - bkz. .flash-scroll notu: yatay kaydırma kaldırıldı, serbest
   sarma + kırpma yok */
.quick-cat-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 4px 0 !important;
}

.quick-cat-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 84px !important;
  text-align: center !important;
  transition: transform 0.2s ease !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

.quick-cat-item:hover {
  transform: translateY(-3px);
}

.quick-cat-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  font-size: 28px;
  transition: all 0.2s ease;
}

.quick-cat-icon {
  display: block;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  filter: drop-shadow(0 2px 3px rgba(91, 71, 128, 0.15));
}

@media (min-width: 769px) {
  .quick-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px !important;
  }

  .quick-cat-grid .quick-cat-item {
    width: 100% !important;
    min-width: 0 !important;
  }

  .quick-cat-grid .quick-cat-circle {
    width: 88px;
    height: 88px;
  }

  .quick-cat-grid .quick-cat-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}

.quick-cat-item:hover .quick-cat-circle {
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 6px 18px rgba(242, 122, 26, 0.25);
  transform: scale(1.05);
}

.quick-cat-name {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 1.25;
  text-align: center;
}

.quick-cat-name small {
  display: block;
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 500;
  color: #8a8a94;
}

/* ==========================================================================
   FLASH DEALS
   ========================================================================== */
.flash-deals {
  background: var(--bg-white);
  padding: 20px 24px;
  margin-bottom: 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.flash-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.flash-header h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.flash-header .timer {
  display: flex;
  align-items: center;
  gap: 4px;
}

.timer-unit {
  background: #2b2b2b;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 700;
  min-width: 34px;
  text-align: center;
  font-family: monospace;
}

.timer-sep {
  font-size: 16px;
  font-weight: 700;
  color: #444444;
}

/* 2026-08-16 (2. tur): yatay kaydırma istenmiyor - overflow-x:auto
   kaldırıldı (Popüler Ürünler ızgarasındaki gibi serbestçe alt satıra
   sarsın), bu da overflow-y'nin CSS spec gereği 'auto' olup hover'da
   yukarı kalkan kartların üstünü kırpmasını da tamamen ortadan kaldırıyor. */
.flash-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 14px;
}

.flash-card {
  min-width: 190px;
  max-width: 190px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-white);
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.flash-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.flash-scroll > .flash-featured-card {
  flex: 0 0 190px;
  width: 190px;
}

.flash-scroll > .flash-featured-card .product-image {
  aspect-ratio: 1 / 1;
}

.flash-scroll > .flash-featured-card .product-name {
  display: -webkit-box;
  height: 2.7em;
  min-height: 2.7em;
  max-height: 2.7em;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flash-scroll > .flash-featured-card .product-price {
  margin-top: 2px;
}

/* ==========================================================================
   PRODUCTS SECTIONS & CARDS
   ========================================================================== */
.products-section {
  background: var(--bg-white);
  padding: 22px 24px;
  margin-bottom: 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section-title h2 {
  font-size: 19px;
  font-weight: 800;
  color: var(--text-title);
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-title .view-all {
  color: var(--primary);
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-title .view-all:hover {
  text-decoration: underline;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.product-card {
  border: 1px solid #e8e8e8;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-white);
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: var(--shadow-md);
  border-color: #d0d0d0;
  transform: translateY(-2px);
}

.product-image {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f7f7f7;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* Ürün fotoğrafı her ekran genişliğinde kartın içinde tam otursun; ürünün
   kenarları karttan taşmasın ve görsel kırpılmasın. */
.product-card .product-image img,
.flash-card .product-image img {
  object-fit: contain !important;
  padding: 10px;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 7px;
  border-radius: var(--radius-sm);
  font-size: 10.5px;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
  text-transform: uppercase;
}

.product-badge.sale { background-color: var(--badge-red); }
.product-badge.new { background-color: var(--badge-green); }
.product-badge.flash { background-color: var(--primary); }
.product-badge.best-seller { background-color: #7b61ff; }

.product-favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid #ececec;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #999999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: all 0.18s ease;
  z-index: 2;
  cursor: pointer;
}

.product-favorite:hover,
.product-favorite.active {
  color: var(--badge-red);
  border-color: var(--badge-red);
  background: #ffffff;
}

.product-info {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card-sales-note {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  min-height: 28px;
  gap: 5px;
  margin: 2px 0 6px;
  padding: 3px 7px 3px 3px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(214, 101, 28, .2);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.42));
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(92, 64, 44, .07), inset 1px 1px 0 rgba(255,255,255,.95);
}

.product-card-sales-note::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: inherit;
  pointer-events: none;
}

.product-card-sales-note > span {
  position: relative;
  z-index: 1;
}

.product-card-sales-note .promo-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(242, 122, 26, .24);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--primary);
  font-size: 10px;
  animation: promo-card-sales-pop .78s cubic-bezier(.22,.8,.28,1) .16s both;
}

.product-card-sales-note .promo-note-copy {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  color: var(--primary);
  animation: promo-card-copy-rise .64s cubic-bezier(.22,.8,.28,1) .16s both;
}

.product-card-sales-note .promo-count-value,
.product-card-sales-note .promo-count-plus { display: inline-block; }

.product-card-promo-slot {
  position: relative;
  width: 100%;
  min-height: 28px;
  margin: 2px 0 6px;
}

.product-card-promo-slot > .product-card-promo {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity .42s ease, transform .42s cubic-bezier(.22,.8,.28,1), visibility 0s linear .42s;
}

.product-card-promo-slot > .product-card-promo.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.product-card-promo-slot > .product-card-promo.is-exiting {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateY(-100%);
  transition-delay: 0s;
}

.product-card-flash-note {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  gap: 5px;
  padding: 3px 7px 3px 3px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(214, 101, 28, .2);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.42));
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(92, 64, 44, .07), inset 1px 1px 0 rgba(255,255,255,.95);
}

.product-card-flash-note::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: inherit;
  pointer-events: none;
}

.product-card-flash-note > span {
  position: relative;
  z-index: 1;
}

.product-card-flash-note .promo-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(242, 122, 26, .24);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--primary);
  font-size: 10px;
  animation: promo-card-flash-pop .78s cubic-bezier(.22,.8,.28,1) .16s both;
}

.product-card-flash-note .promo-note-copy {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--primary);
  animation: promo-card-copy-rise .64s cubic-bezier(.22,.8,.28,1) .16s both;
}

@keyframes promo-card-sales-pop {
  0% { opacity: 0; transform: translateY(8px) scale(.74); }
  62% { opacity: 1; transform: translateY(-1px) scale(1.08); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promo-card-copy-rise {
  from { opacity: 0; transform: translateY(110%); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes promo-card-flash-pop {
  0% { opacity: 0; transform: translateY(8px) scale(.74) rotate(-14deg); }
  62% { opacity: 1; transform: translateY(-1px) scale(1.12) rotate(5deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}

@media (prefers-reduced-motion: reduce) {
  .product-card-promo-slot > .product-card-promo,
  .product-card-flash-note .promo-note-icon,
  .product-card-flash-note .promo-note-copy {
    animation: none;
    transition: none;
  }
}

.product-brand {
  font-size: 12.5px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.product-name {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  min-height: 36px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.product-rating .stars {
  color: var(--star-yellow);
  font-size: 11.5px;
  letter-spacing: 1px;
}

.product-rating .count {
  font-size: 11px;
  color: var(--text-light);
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: auto;
  flex-wrap: wrap;
}

.price-current {
  font-size: 16px;
  font-weight: 800;
  color: var(--primary);
}

.price-original {
  font-size: 12px;
  color: var(--text-light);
  text-decoration: line-through;
}

.price-discount {
  font-size: 11px;
  font-weight: 700;
  color: var(--badge-green);
  background: #eafaf1;
  padding: 1px 4px;
  border-radius: var(--radius-sm);
}

.product-shipping {
  margin-top: 6px;
  font-size: 11px;
  color: var(--badge-green);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   BANNER GRIDS
   ========================================================================== */
.banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.banner-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.banner-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.banner-placeholder {
  height: auto;
  aspect-ratio: 3 / 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.banner-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.banner-placeholder--fashion {
  background-image: url('../assets/images/home-banner-fashion-v1.png');
  color: #332331;
}

.banner-placeholder--fashion::before {
  background: linear-gradient(90deg, rgba(255, 249, 241, 0.26), transparent 72%);
}

.banner-placeholder--tech {
  background-image: url('../assets/images/home-banner-tech-v4.png');
  color: #f7fafc;
}

.banner-placeholder--tech::before {
  background: transparent;
}

.banner-placeholder--cosmetics {
  background-image: url('../assets/images/home-banner-cosmetics-v1.png');
  color: #3a2734;
}

.banner-placeholder--cosmetics::before {
  background: linear-gradient(90deg, rgba(255, 247, 240, 0.2), transparent 74%);
}

.banner-copy {
  position: relative;
  z-index: 1;
  max-width: 58%;
}

.banner-title {
  font-family: 'Manrope', var(--font-main);
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  margin-bottom: 7px;
  text-rendering: optimizeLegibility;
}

.banner-placeholder--fashion .banner-title,
.banner-placeholder--cosmetics .banner-title {
  background: linear-gradient(100deg, #332331 0%, #332331 70%, #f27a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner-placeholder--tech .banner-title {
  background: linear-gradient(100deg, #ffffff 0%, #ffffff 70%, #ffc27d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 8px;
  border-radius: 99px;
  background: var(--primary);
}

.banner-subtitle {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0.9;
  letter-spacing: -0.08px;
}

/* ==========================================================================
   BRANDS GRID
   ========================================================================== */
.brands-section {
  background: var(--bg-white);
  padding: 20px 24px;
  margin-bottom: 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.brand-card {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 16.5px;
  font-weight: 700;
  color: #555555;
  transition: all 0.18s ease;
  cursor: pointer;
}

.brand-card:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: var(--footer-bg);
  color: rgba(255,255,255,0.78);
  padding: 48px 0 0;
  margin-top: 36px;
  width: 100%;
}

.footer-top {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
  gap: 40px 96px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top .footer-col { text-align: center; }
.footer-top .footer-social { justify-content: center; }
.footer-top .footer-col:nth-child(1) { grid-column: 1; grid-row: 1; }
.footer-top .footer-col:nth-child(2) { grid-column: 2; grid-row: 1; }
.footer-top .footer-col:nth-child(3) { grid-column: 2; grid-row: 2; }
.footer-top .footer-col:nth-child(4) { grid-column: 1; grid-row: 2; }

@media (min-width: 769px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 40px 56px;
  }

  .site-footer .footer-top .footer-col {
    text-align: left;
  }

  .site-footer .footer-top .footer-social {
    justify-content: flex-start;
  }

  .site-footer .footer-top .footer-col:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.footer-col h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  transition: color 0.15s ease;
}

.footer-col ul li a:hover {
  color: var(--primary);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.18s ease;
}

.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.app-buttons {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 12px;
}

.app-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  transition: background 0.18s ease;
}

.app-btn:hover {
  background: rgba(255,255,255,0.16);
}

.app-btn i { font-size: 24px; color: #ffffff; }

.app-btn-text span {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.55);
}

.app-btn-text strong {
  display: block;
  font-size: 13.5px;
  color: #ffffff;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.45);
}

.payment-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.payment-icon {
  width: 48px;
  height: 28px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
}

/* 2026-08-21: ödeme rozetleri artık gerçek marka logoları (kullanıcının
   verdiği resmi PNG/WEBP dosyaları, assets/images/payment-*). */
.pay-logo-chip {
  height: 28px;
  padding: 4px 10px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-logo-chip img {
  height: 100%;
  width: auto;
  max-width: 60px;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   TOAST & BACK TO TOP
   ========================================================================== */
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #222222;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: var(--shadow-hover);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.25s ease;
}

.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { border-left: 4px solid var(--badge-green); }
.toast.error { border-left: 4px solid var(--badge-red); }
.toast.info { border-left: 0; }

/* Çekmece açıkken bildirim, çekmecenin altındaki işlem butonlarının üzerine
   binmesin; çekmecenin solundaki boş alana yaslansın. */
body.cart-drawer-open .toast {
  right: calc(var(--cart-drawer-width) + 16px);
  bottom: 20px;
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 500;
  cursor: pointer;
}

.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--primary-hover); transform: translateY(-2px); }

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1400px) {
  .products-grid { grid-template-columns: repeat(4, 1fr); }
  .glass-category-item > a,
  .glass-category-item > button { padding: 8px 9px; font-size: 12.5px; }
  .header-main-row { gap: 20px; }
}

@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 768px) {
  .category-menu-trigger { display: block; }
  .desktop-category-link { display: none; }
  .glass-category-list { gap: 0; }
  .glass-category-item > a,
  .glass-category-item > button {
    gap: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
  .glass-category-item .best-seller-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
  .top-utility-bar { display: none; }
  .glass-header-wrapper { padding: 4px 10px; }
  .glass-header-card { border-radius: var(--radius-lg); padding: 8px 14px 4px; }
  .header-main-row { flex-wrap: wrap; gap: 10px; }
  .glass-search-bar { order: 3; max-width: 100%; }
  .header-action-btn .action-label { display: none; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .banner-grid { grid-template-columns: 1fr; }
  .slider-placeholder {
    height: 260px;
    background-size: auto 100%;
    background-position: 76% center;
  }
  .slider-placeholder .slide-content {
    max-width: 64%;
    margin-left: 10px;
    padding: 0 14px;
  }
  .slider-placeholder .slide-content h2 { font-size: 24px; white-space: normal; }
  .slider-placeholder .slide-content p { font-size: 14px; }
  .banner-copy { max-width: 66%; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 150px));
    gap: 26px 20px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-top .footer-col { width: 100%; text-align: center; }
  .footer-top .footer-social { justify-content: center; }
  .footer-top .footer-col:nth-child(1) { grid-column: 1; grid-row: 1; }
  .footer-top .footer-col:nth-child(2) { grid-column: 2; grid-row: 1; }
  .footer-top .footer-col:nth-child(3) { grid-column: 2; grid-row: 2; }
  .footer-top .footer-col:nth-child(4) { grid-column: 1; grid-row: 2; }

  .hero-slider .slider-track {
    touch-action: pan-y;
  }
  .hero-slider .slider-btn {
    display: none !important;
  }

  .flash-deals.flash-deals {
    padding: 18px 8px 20px !important;
  }
  .flash-header {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    column-gap: 3px;
    row-gap: 0;
    justify-content: start;
    margin-bottom: 14px;
    transform: translateX(10px);
  }
  .flash-header h2 {
    min-width: 0;
    font-size: 16px;
    line-height: 1.15;
    gap: 4px;
    white-space: nowrap;
  }
  .flash-header .timer {
    gap: 2px;
    position: relative;
    left: 8px;
  }
  .flash-header .view-all {
    margin-left: 0 !important;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
    left: 20px;
  }
  .flash-header .view-all i { font-size: 8px !important; }
  .flash-header .timer-unit {
    min-width: 26px;
    padding: 3px 4px;
    font-size: 12px;
  }
  .flash-header .timer-sep { font-size: 12px; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-info { padding: 8px; }
  .product-brand { font-size: 11px; }
  .product-name { font-size: 11.5px; }
  .price-current { font-size: 14px; }
  .quick-cat-circle { width: 62px; height: 62px; font-size: 24px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
}














/* ==========================================================================
   GERÇEK CAM (3. tur, 2026-08-16) - kullanıcı 5 referans görsel gönderdi
   (stok "glassmorphism" render'ları). Ortak payda: BELİRGİN bir kenar
   çizgisi + üzerinde çapraz bir parlama/ışık şeridi + arkası net değil ama
   renk/şekil seçilen ORTA yoğunlukta bulanıklık. Önceki turda alfayı sıfıra
   yakın çekip kenarlığı kaldırmıştım - sonuç "cam" değil "silik leke"
   gibi okunuyordu. Kök neden alfa değil, kaybolan kenar+parlama'ydı.
   Şimdi: görünür kenarlık + orta yoğunlukta dolgu/blur + header'da gerçek
   bir çapraz parlama (gloss) katmanı. */

/* 1. TOP HEADER */
.glass-header-wrapper {
  /* position:relative (position:static DEĞİL) - z-index yalnızca
     positioned elemanlarda çalışır; static'te 999 hiçbir işe yaramıyordu
     ve header dropdown'ları sayfa içeriğinin (hero slider vb.) arkasında
     kayboluyordu. relative header'ı sticky yapmaz, sayfayla birlikte
     kaymaya devam eder - sadece z-index'i etkin kılar. */
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 12px 20px 14px;
  pointer-events: none;
}

.glass-header-card {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  overflow: visible;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    0 0 3px rgba(15, 23, 42, 0.05),
    0 0 44px rgba(15, 23, 42, 0.18) !important;
  border-radius: 26px !important;
  padding: 10px 28px 7px !important;
  pointer-events: auto;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* çapraz cam parlaması - referans görsellerdeki ışık şeridi.
   NOT: kart artık overflow:visible (Hesabım dropdown'ı kart sınırının
   altına taşabilsin diye) - şerit kendi border-radius'uyla yuvarlanıyor,
   ebeveynin overflow:hidden'ına ihtiyacı yok. */
.glass-header-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.5) 45%,
    rgba(255, 255, 255, 0.12) 58%,
    transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.glass-header-card > * {
  position: relative;
  z-index: 1;
}

.glass-header-card:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow:
    0 0 4px rgba(15, 23, 42, 0.06),
    0 0 54px rgba(15, 23, 42, 0.22) !important;
  transform: translateY(-2px);
}

/* 2. OUTER SECTION CONTAINERS */
.products-section,
.flash-deals,
.brands-section,
.filter-sidebar,
.sort-bar,
.product-detail-layout,
.tab-content,
.cart-items,
.cart-summary,
.account-sidebar,
.account-content,
.auth-box,
.checkout-section,
.checkout-summary,
.policy-card,
.success-box {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 28px !important;
  padding: 24px 26px !important;
  box-shadow:
    0 0 3px rgba(15, 23, 42, 0.04),
    0 0 40px rgba(15, 23, 42, 0.15) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.products-section:hover,
.flash-deals:hover,
.brands-section:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow:
    0 0 4px rgba(15, 23, 42, 0.05),
    0 0 48px rgba(15, 23, 42, 0.19) !important;
  transform: translateY(-3px);
}

/* 3. INNER PRODUCT CARDS */
.product-card,
.flash-card {
  position: relative;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: hidden;
}

.product-card::before,
.flash-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
    rgba(255, 255, 255, 0.35) 0%,
    transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.product-card > *,
.flash-card > * {
  position: relative;
  z-index: 1;
}

.product-card:hover,
.flash-card:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 0 16px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(-8px) scale(1.02) !important;
}

/* ZERO WHITE INSIDE PRODUCT CARD INFO */
.product-info {
  background: transparent !important;
  padding: 12px 14px 14px;
}

.product-image {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* 4. BRAND TILES */
.brand-card {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.brand-card:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: var(--primary) !important;
  box-shadow:
    0 0 26px rgba(242, 122, 26, 0.28) !important;
  transform: translateY(-5px) !important;
}

/* 5. SEARCH BAR */
.glass-search-inner input {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(242, 122, 26, 0.28) !important;
  box-shadow: none !important;
}

.glass-search-inner input:focus {
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(242, 122, 26, 0.28) !important;
  box-shadow: none !important;
}

/* 6. QUICK STORY CIRCLES */
/* 2026-08-16 (2. tur): 26px'lik glow, aralarındaki boşluk azken komşu
   dairelere taşıp altlarında birleşik, silik bir "hat/çerçeve" gibi
   görünüyordu - her daire kendi başına havada asılı görünsün diye glow
   dairenin kendi boyutuna sıkıştırıldı (taşmıyor, komşularla birleşmiyor). */
/* renkli gradyan halka (kullanıcının gönderdiği pttavm görselindeki gibi -
   turuncu -> pembe/magenta -> mor, dairenin etrafında dönen conic-gradient).
   border-box/padding-box iki katmanlı background tekniği: halka border-box'ta,
   İÇİ İSE TAMAMEN BEYAZ (2. tur düzeltme: cam/saydam dolgu içeriye renk
   sızdırıyordu, kullanıcı içi net beyaz istedi - backdrop-filter de o yüzden
   kaldırıldı, artık örneklenecek/sızacak bir şey yok). */
.quick-cat-circle {
  /* DUZELTME: "background: #fff padding-box, gradient border-box" GECERSIZ -
     duz renk (background-color) coklu katmanda sadece SON katmanda,
     kutu (box) degeri olmadan yazilabilir; ona box eklemek tum shorthand'i
     gecersiz kilip background'u SIFIRLIYORDU (background-image: none oldu,
     computed style'da dogrulandi). Duz beyazi da bir gradyan (iki ayni stop)
     gibi yazip gecerli cok-katmanli sozdizimine donduruldu. */
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    conic-gradient(from -45deg, #f6921e, #ec1cae, #7b3ff2, #f6921e) border-box !important;
  border: 3.5px solid transparent !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.07),
    0 12px 22px -6px rgba(15, 23, 42, 0.28) !important;
}

.quick-cat-item:hover .quick-cat-circle {
  /* background KASITLI OLARAK burada set edilmiyor - üstteki iki katmanlı
     (beyaz iç + gradyan halka) background'ı ezip halkayı kaybettirirdi */
  box-shadow: 0 8px 18px -3px rgba(242, 122, 26, 0.4) !important;
  transform: translateY(-6px) scale(1.08) !important;
}

/* 7. SUBPAGES INNER CARDS */
.delivery-info,
.stat-box,
.order-item-card,
.cart-item {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 16px !important;
  box-shadow:
    0 0 2px rgba(15, 23, 42, 0.04),
    0 0 24px rgba(15, 23, 42, 0.13) !important;
}

/* 8. AUTH PAGES (login / register / checkout guest forms) */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}

.auth-box {
  width: 100%;
  max-width: 440px;
  padding: 44px 40px;
}

.auth-header {
  text-align: center;
  margin-bottom: 32px;
}

.auth-header .logo-img {
  margin: 0 auto 14px;
}

.auth-header p {
  color: var(--text-muted);
  font-size: 14px;
}

.auth-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.auth-footer a {
  color: var(--text-muted);
}

.auth-footer a:hover {
  color: var(--primary);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 7px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: var(--text-dark);
  box-shadow: inset 0 1.5px 3px rgba(15, 23, 42, 0.04);
  transition: all 0.18s ease;
}

.form-group input::placeholder {
  color: var(--text-light);
}

.form-group input:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 4px rgba(242, 122, 26, 0.16), inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.password-toggle {
  position: relative;
}

.password-toggle input {
  padding-right: 42px !important;
}

.password-toggle button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-light);
  font-size: 15px;
  transition: color 0.18s ease;
}

.password-toggle button:hover {
  color: var(--primary);
}

.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 24px;
  font-size: 13px;
  color: var(--text-muted);
}

.form-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.form-options a {
  color: var(--primary);
  font-weight: 600;
}

.form-options a:hover {
  text-decoration: underline;
}

.btn-primary {
  width: 100%;
  padding: 13px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 22px rgba(242, 122, 26, 0.3);
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(242, 122, 26, 0.38);
}

.modal-divider {
  position: relative;
  text-align: center;
  color: var(--text-light);
  font-size: 12px;
  margin: 28px 0;
}

.modal-divider::before,
.modal-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 26px);
  height: 1px;
  background: rgba(15, 23, 42, 0.1);
}

.modal-divider::before { left: 0; }
.modal-divider::after { right: 0; }

.social-login {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 11px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  transition: all 0.18s ease;
}

.btn-social:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.16);
  transform: translateY(-1px);
}

.btn-social.google i { color: #EA4335; }
.btn-social.facebook i { color: #1877F2; }

/* 2026-08-20: gerçek Google Sign-In butonu, kendi tasarımımızdaki .btn-social
   butonun tam üstüne görünmez şekilde bindiriliyor - tıklama gerçek Google
   butonuna gidiyor, kullanıcı bizim stilimizi görüyor. */
.gbtn-wrap { position: relative; }
.gbtn-real { position: absolute; inset: 0; opacity: 0.001; overflow: hidden; }
.gbtn-real iframe { width: 100% !important; }

.modal-switch {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 28px;
}

.modal-switch a {
  color: var(--primary);
  font-weight: 700;
}

.modal-switch a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   BREADCRUMB (2026-08-18: checkout/cart/category/product/account/favorites/
   hakkimizda/iletisim/kvkk/iade-degisim/mesafeli-satis-sozlesmesi/
   gizlilik-politikasi sayfalarinda ayni kural inline <style> icinde tekrar
   ediyordu - artik tek kaynak burasi, sayfalardaki inline kopyalar kaldirildi.)
   ========================================================================== */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 4px;
  position: relative;
  top: -8px;
  font-family: 'Source Sans 3', var(--font-main);
  font-size: 12px;
  color: #777;
}
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .current { color: #333; font-weight: 600; }

.category-content-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin: 0 4px 10px;
}

.category-content-heading h1 {
  margin: 0;
  color: #2c2c34;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.category-content-heading > span {
  color: #66666f;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.category-result-count-number {
  display: inline-block;
  font-family: inherit;
  font-size: 1.2em;
  line-height: inherit;
  font-weight: inherit;
  font-variant-numeric: lining-nums;
}

/* REGISTER FORM - ad/soyad ikili satırı + şifre gücü göstergesi
   (2026-08-18: register.html'in kendi inline <style>'ı --white, --light-gray,
   --text-medium, --border-gray, --transition gibi hiçbir yerde tanımlı
   olmayan CSS değişkenlerine referans veriyordu - sessizce geçersiz kalıp
   stil uygulanmıyordu. Buraya taşınıp gerçek token'lara bağlandı.) */
.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.strength-bar {
  height: 4px;
  background: var(--border-color);
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}

.strength-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 0.25s ease, background 0.25s ease;
}

/* ==================== GENERIC MODAL ====================
   2026-08-20: openModal()/closeModal() (main.js) already existed but had no
   matching CSS anywhere - nothing used them yet. First real use is the
   product page's "Beden Tablosu" (size chart). Kept generic/reusable. */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.active { display: flex; }

.modal-box {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-hover);
  max-width: 480px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 28px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  color: var(--text-muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover { background: #ececec; color: var(--text-dark); }

.modal-box h3 { font-size: 17px; font-weight: 800; color: var(--text-dark); margin-bottom: 6px; }
.modal-box .modal-subtitle { font-size: 12.5px; color: var(--text-muted); margin-bottom: 18px; }

.size-chart-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.size-chart-table th, .size-chart-table td { padding: 9px 8px; text-align: center; border-bottom: 1px solid var(--border-light); }
.size-chart-table th { color: var(--text-muted); font-weight: 700; background: #fafafa; }
.size-chart-table td:first-child, .size-chart-table th:first-child { text-align: left; font-weight: 700; color: var(--text-dark); }
.size-chart-note { font-size: 11.5px; color: var(--text-light); margin-top: 14px; line-height: 1.6; }

/* ==================== CART DRAWER ====================
   Ürün sepete eklendiğinde sayfanın sağından gelen, aynı anda ana içeriği
   hafifçe sola alan hızlı sepet özeti. */
:root {
  /* Desktopta çekmece, içerik alanının iki dış boşluğunun birleştiği
     alana oturur. Böylece ana sayfa solda yalnızca kendi dış boşluğu kadar
     kayar; çekmece içerik kartlarının üzerine binmez. */
  --cart-drawer-side-gap: max(24px, calc((100vw - var(--max-width)) / 2));
  --cart-drawer-shift: var(--cart-drawer-side-gap);
  --cart-drawer-width: max(220px, min(410px, calc((var(--cart-drawer-side-gap) * 2) + 10px)));
}

body.cart-drawer-open {
  overflow-x: hidden;
}

body.cart-drawer-open > :not(.cart-drawer):not(.cart-drawer-backdrop) {
  transform: translateX(calc(var(--cart-drawer-shift) * -1));
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Bildirim ana içerikle birlikte sola kaymasın; çekmecenin sol kenarına
   sabitlenmiş kalsın. */
body.cart-drawer-open > .toast.show {
  transform: translateY(0);
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1990;
  background: rgba(31, 31, 36, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

body.cart-drawer-open .cart-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2000;
  width: var(--cart-drawer-width);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 251, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  box-shadow: -12px 12px 42px rgba(31, 31, 38, 0.16), 0 0 3px rgba(31, 31, 38, 0.08);
  transform: translateX(calc(100% + 28px));
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

body.cart-drawer-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid #efeeec;
}

.cart-drawer-title {
  color: #292933;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.cart-drawer-subtitle {
  margin-top: 4px;
  color: var(--text-light);
  font-size: 12px;
}

.cart-drawer-close {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid #e8e6e3;
  border-radius: 50%;
  background: #fff;
  color: #575760;
  font-size: 14px;
  cursor: pointer;
}

.cart-drawer-close:hover { color: var(--primary); border-color: #f6c9a7; }

.cart-drawer-items {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 22px 8px;
}

.cart-drawer-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 26px;
  gap: 8px;
  padding: 4px 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cart-drawer-item + .cart-drawer-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #efeeec;
}

.cart-drawer-item-thumb {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 31, 38, 0.08);
}

.cart-drawer-item-thumb img { width: 100%; height: 100%; object-fit: cover; }

.cart-drawer-item-brand {
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-drawer-item-name {
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  color: #35353d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cart-drawer-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
  color: var(--text-light);
  font-size: 11px;
}

.cart-drawer-item-price {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cart-drawer-item-remove {
  align-self: start;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  margin-top: -2px;
  border: 1px solid #ebe8e5;
  border-radius: 9px;
  background: #fff;
  color: #8a898c;
  font-size: 11px;
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cart-drawer-item-remove:hover,
.cart-drawer-item-remove:focus-visible {
  border-color: #f3b98e;
  background: #fff8f3;
  color: var(--primary);
  outline: none;
}

.cart-drawer-empty {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 24px;
  color: var(--text-light);
  text-align: center;
  font-size: 13px;
}

.cart-drawer-empty i {
  display: block;
  margin-bottom: 10px;
  color: #c9c8c7;
  font-size: 30px;
}

.cart-drawer-footer {
  padding: 18px 20px 20px;
  border-top: 1px solid #efeeec;
  background: rgba(255, 253, 251, 0.98);
}

.cart-drawer-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
  color: #55555c;
  font-size: 12px;
}

.cart-drawer-total strong {
  color: #292933;
  font-size: 20px;
  font-weight: 900;
}

.cart-drawer-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cart-drawer-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.cart-drawer-go-cart {
  border: 1px solid #f3b98e;
  background: #fff8f3;
  color: var(--primary);
}

.cart-drawer-checkout {
  background: var(--primary);
  color: #fff;
}

.cart-drawer-go-cart:hover { background: #fff1e6; }
.cart-drawer-checkout:hover { background: var(--primary-hover); }

@media (max-width: 768px) {
  body.cart-drawer-open > :not(.cart-drawer):not(.cart-drawer-backdrop) { transform: none; }
  .cart-drawer { top: 0; right: 0; bottom: 0; width: min(420px, 100vw); border-radius: 22px 0 0 22px; }
}

@media (prefers-reduced-motion: reduce) {
  body.cart-drawer-open > :not(.cart-drawer):not(.cart-drawer-backdrop),
  .cart-drawer, .cart-drawer-backdrop { transition: none; }
}

/* MOBILE HEADER: logo and actions share the top row; search spans below. */
@media (max-width: 768px) {
  .glass-header-wrapper { padding-top: 12px; }
  .glass-header-card .header-main-row {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo actions"
      "search search";
    align-items: center;
    gap: 8px 10px;
  }

  .glass-header-card .logo {
    grid-area: logo;
    min-width: 0;
    justify-self: start;
  }

  .glass-header-card .logo-img {
    width: 100%;
    height: auto;
    max-width: 185px;
  }

  .glass-header-card .glass-search-bar {
    grid-area: search;
    width: 100%;
    max-width: none;
    min-width: 0;
    order: initial;
  }

  .glass-header-card .header-actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: repeat(3, 38px);
    gap: 4px;
    width: max-content;
    min-width: 0;
    margin: 0;
  }

  .glass-header-card .header-action-item,
  .glass-header-card .header-action-btn {
    width: 38px;
  }

  .glass-header-card .header-action-btn {
    min-height: 38px;
    padding: 8px 2px;
    justify-content: center;
  }

  .glass-header-card .header-action-btn .action-label {
    display: none !important;
  }

  /* Dokunmatik ekranda kalıcı :hover durumu menü bağlantılarını
     etkisiz bırakmasın; mobilde görünürlük yalnızca .is-open ile yönetilir. */
  .glass-category-item:hover:not(.is-open):not([data-category-click-closed="true"]) .glass-category-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(6px) !important;
  }

  .glass-category-item.is-open > .glass-category-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .glass-category-item.is-open > .glass-category-dropdown a {
    pointer-events: auto;
  }
}

/* Mobil hizmet halkaları: Orijinal Ürün çıkarılınca kalan 6 öğe
   iki eşit sütunda, dengeli üç satır olarak hizalanır. */
@media (max-width: 768px) {
  .quick-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start !important;
    justify-content: stretch !important;
    gap: 26px 18px !important;
  }

  .quick-cat-grid .quick-cat-item {
    width: 100% !important;
    min-width: 0 !important;
  }

  .quick-cat-grid .quick-cat-item-original {
    display: none !important;
  }
}

/* Hizmet halkalarında konuya özel, gerçek görsel rozetleri */
.quick-cat-circle {
  --quick-service-bg: rgba(255,255,255,0.92);
  overflow: hidden !important;
  isolation: isolate;
  background:
    linear-gradient(var(--quick-service-bg), var(--quick-service-bg)) padding-box,
    conic-gradient(from -45deg, #f6921e, #ec1cae, #7b3ff2, #f6921e) border-box !important;
}

.quick-cat-visual {
  display: block;
  width: 86%;
  height: 86%;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  filter: drop-shadow(0 3px 4px rgba(41, 35, 52, 0.16));
}

.quick-cat-circle--delivery { --quick-service-bg: #eef3ff; }
.quick-cat-circle--return { --quick-service-bg: #fff0e6; }
.quick-cat-circle--support { --quick-service-bg: #fff3df; }
.quick-cat-circle--shipping { --quick-service-bg: #edf8f2; }
.quick-cat-circle--secure { --quick-service-bg: #edf1fb; }
.quick-cat-circle--packaging { --quick-service-bg: #f8eee2; }

/* Kurumsal ve müşteri hizmetleri sayfaları */
.info-page-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0 72px;
}

.info-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: 44px 48px;
  border-radius: var(--radius-xl);
  color: #fff;
  background: linear-gradient(118deg, #1a1a24 0%, #28283a 68%, #3c3a56 100%);
  box-shadow: 0 18px 40px rgba(26, 26, 36, 0.16);
  overflow: hidden;
  position: relative;
}

.info-page-hero::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  right: -84px;
  bottom: -120px;
  border: 1px solid rgba(242, 122, 26, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(242, 122, 26, 0.08), 0 0 0 48px rgba(242, 122, 26, 0.04);
  pointer-events: none;
}

.info-page-eyebrow {
  color: #ffad6e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.info-page-hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.info-page-hero p {
  max-width: 680px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.75;
}

.info-page-hero-mark {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  color: #ff9a4b;
  background: rgba(255,255,255,0.08);
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.info-page-card {
  margin-top: 18px;
  padding: 38px 42px;
  border: 1px solid rgba(20,20,22,0.06);
  border-radius: var(--radius-xl);
  background: var(--bg-white);
  box-shadow: var(--shadow-md);
}

.info-page-card h2 {
  color: var(--text-title);
  font-size: 21px;
  letter-spacing: -0.02em;
  margin: 30px 0 10px;
}

.info-page-card h2:first-child { margin-top: 0; }

.info-page-card h3 {
  color: var(--text-title);
  font-size: 15px;
  margin-bottom: 6px;
}

.info-page-card p,
.info-page-card li {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

.info-page-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.info-page-card li { margin-bottom: 7px; }

.info-page-card a {
  color: var(--primary);
  font-weight: 700;
}

.info-page-intro {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.info-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 8px;
}

.info-page-tile {
  padding: 22px;
  border: 1px solid rgba(242, 122, 26, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(242,122,26,0.09), rgba(242,122,26,0.025));
}

.info-page-tile i {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  color: var(--primary);
  background: rgba(242,122,26,0.13);
}

.info-page-tile p { font-size: 13px; line-height: 1.65; }

.info-page-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.info-page-section {
  padding: 24px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: #fcfcfb;
}

.info-page-section h2 { margin-top: 0; }

.info-page-section .section-kicker {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.info-page-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.info-page-step {
  padding: 20px;
  border-top: 3px solid var(--primary);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: #fcfcfb;
}

.info-page-step .step-index {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.info-page-step p { font-size: 13px; line-height: 1.65; }

.info-page-faq {
  border-top: 1px solid var(--border-light);
}

.info-page-faq details { border-bottom: 1px solid var(--border-light); }

.info-page-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  color: var(--text-title);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.info-page-faq summary::-webkit-details-marker { display: none; }
.info-page-faq summary::after { content: '+'; color: var(--primary); font-size: 20px; line-height: 1; }
.info-page-faq details[open] summary::after { content: '−'; }
.info-page-faq details p { padding: 0 36px 17px 0; font-size: 13px; }

.info-page-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(242,122,26,0.08);
}

.info-page-callout i { color: var(--primary); margin-top: 4px; }
.info-page-callout p { font-size: 13px; line-height: 1.7; }

.info-page-table-wrap { overflow-x: auto; margin-top: 20px; }

.info-page-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.info-page-table th,
.info-page-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-muted);
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.info-page-table th { color: var(--text-title); font-weight: 700; background: #fcfcfb; }

@media (max-width: 768px) {
  .info-page-wrap { padding: 12px 0 48px; }
  .info-page-hero { grid-template-columns: 1fr; gap: 22px; padding: 30px 24px; }
  .info-page-hero-mark { width: 62px; height: 62px; font-size: 25px; }
  .info-page-card { padding: 26px 20px; }
  .info-page-grid,
  .info-page-section-grid { grid-template-columns: 1fr; }
  .info-page-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .info-page-faq summary::after { transition: none; }
}
