/* ===== STARK DAVETİYE - DESIGN SYSTEM ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #1F2937;
  --primary-dark: #111827;
  --primary-light: #E9D8AD;
  --primary-50: #FBF6EA;
  --accent: #C9A968;
  --accent-dark: #8A6A2E;
  --gold: #C9A968;
  --gold-light: #F6E8C5;
  --gray-900: #212121;
  --gray-800: #424242;
  --gray-700: #616161;
  --gray-600: #757575;
  --gray-500: #9E9E9E;
  --gray-400: #BDBDBD;
  --gray-300: #E0E0E0;
  --gray-200: #EEEEEE;
  --gray-100: #F5F5F5;
  --gray-50: #FAFAFA;
  --white: #FFFFFF;
  --success: #4CAF50;
  --warning: #FF9800;
  --danger: #F44336;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--gray-900);
  text-align: center;
  margin-bottom: 12px;
}
.section-subtitle {
  text-align: center;
  color: var(--gray-600);
  font-size: 1.05rem;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--primary-dark);
  color: var(--white);
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(201, 169, 104, 0.24);
}
.top-bar-inner,
.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
}
.top-bar-inner { justify-content: space-between; gap: 18px; }
.top-bar-left { gap: 20px; }
.top-bar-right { justify-content: flex-end; gap: 12px; }
.top-bar a { color: rgba(255,255,255,0.9); }
.top-bar a:hover { color: var(--accent); }
.top-bar-search {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 260px;
}
.top-bar-search input {
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(201, 169, 104, 0.28);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
}
.top-bar-search input::placeholder { color: rgba(255,255,255,0.62); }
.top-bar-search input:focus { border-color: var(--accent); background: rgba(255,255,255,0.12); }
.top-bar-search button,
.top-bar-action,
.top-bar-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(201, 169, 104, 0.3);
  border-radius: var(--radius-full);
  color: rgba(255,255,255,0.9);
  font-weight: 700;
  font-size: 0.76rem;
  background: rgba(255,255,255,0.06);
}
.top-bar-search button:hover,
.top-bar-action:hover,
.top-bar-cart:hover {
  color: var(--primary-dark);
  background: var(--accent);
  border-color: var(--accent);
}
.top-bar-cart { position: relative; gap: 8px; }
.top-bar-language { position: relative; flex-shrink: 0; }
.top-bar-language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(201, 169, 104, 0.3);
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.06);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  transition: var(--transition);
}
.top-bar-language-trigger:hover,
.top-bar-language:focus-within .top-bar-language-trigger {
  background: rgba(201, 169, 104, 0.16);
  border-color: var(--accent);
}
.top-bar-language-flag,
.top-bar-language-option-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.top-bar-language-flag img,
.top-bar-language-option-flag img {
  width: 18px;
  height: 13px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
}
.top-bar-language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
  display: none;
  z-index: 1200;
}
.top-bar-language:hover .top-bar-language-menu,
.top-bar-language:focus-within .top-bar-language-menu { display: block; }
.top-bar-language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--gray-800) !important;
  font-size: 0.84rem;
  font-weight: 600;
  opacity: 1 !important;
}
.top-bar-language-option:hover,
.top-bar-language-option.is-active {
  background: var(--primary-50);
  color: var(--primary-dark) !important;
}
.top-bar-language-option-name { white-space: nowrap; }

/* ===== HEADER ===== */
.header {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: var(--transition);
}
.header.scrolled { box-shadow: var(--shadow-md); }
.site-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  min-height: 84px;
  padding: 6px 0;
}
.header-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.header-logo img {
  width: 150px;
  max-width: 24vw;
  height: auto;
}
.header-logo span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-nav--left ul { justify-content: flex-end; }
.site-nav--right ul { justify-content: flex-start; }
.site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: var(--radius-full);
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav-link:hover,
.site-nav-link.is-active {
  color: var(--primary-dark);
  background: var(--primary-50);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 104, 0.36);
}
.site-nav-dropdown { position: relative; }
.site-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 240px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-top: 3px solid var(--accent);
  border-radius: 16px;
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 1100;
}
.site-nav-dropdown:hover .site-nav-dropdown-menu,
.site-nav-dropdown:focus-within .site-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.site-nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--gray-800);
  font-size: 0.88rem;
  font-weight: 700;
}
.site-nav-dropdown-menu a:hover,
.site-nav-dropdown-menu a.is-active {
  background: var(--primary-50);
  color: var(--primary-dark);
}
.cart-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--primary-dark);
  font-size: 0.65rem;
  font-weight: 800;
}
.mobile-menu-btn {
  display: none;
  color: var(--primary-dark);
  padding: 8px;
}
.main-nav { display: none; }
/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--white) 50%, var(--gold-light) 100%);
}
.hero-slider { position: relative; min-height: 520px; }
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide.active { opacity: 1; position: relative; }
.hero-content {
  max-width: 580px;
  padding: 60px 0;
}
.hero-badge {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s ease;
}
.hero-title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 18px;
  animation: fadeInUp 0.6s ease 0.1s both;
}
.hero-title span { color: var(--primary); }
.hero-text {
  font-size: 1.1rem;
  color: var(--gray-600);
  margin-bottom: 35px;
  animation: fadeInUp 0.6s ease 0.2s both;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  animation: fadeInUp 0.6s ease 0.3s both;
}
.hero-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 550px;
}
.hero-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}
.hero-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gray-300);
  cursor: pointer;
  transition: var(--transition);
}
.hero-dot.active {
  background: var(--primary);
  width: 35px;
  border-radius: var(--radius-full);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  letter-spacing: 0.3px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  box-shadow: 0 4px 15px rgba(31, 41, 55, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(31, 41, 55, 0.45);
}
.btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--primary);
  box-shadow: var(--shadow-md);
}
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-sm { padding: 9px 22px; font-size: 0.85rem; }
.btn-lg { padding: 16px 40px; font-size: 1.05rem; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--white);
  padding: 30px 0;
  border-bottom: 1px solid var(--gray-200);
}
.trust-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.trust-item:hover { background: var(--primary-50); transform: translateY(-2px); }
.trust-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-light));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.trust-text h4 { font-size: 0.9rem; font-weight: 600; color: var(--gray-900); }
.trust-text p { font-size: 0.78rem; color: var(--gray-500); margin-top: 2px; }

/* ===== PRODUCT CARDS ===== */
.homepage-products-section {
  padding-top: 10px;
}
.homepage-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.homepage-filter-dropdown {
  position: relative;
}
.homepage-display-controls {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.homepage-show-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--gray-800);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
  flex: 0 0 auto;
}
.homepage-show-control label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-800);
  white-space: nowrap;
}
.homepage-show-control:hover,
.homepage-show-control:focus-within {
  border-color: rgba(31, 41, 55, 0.28);
  color: var(--primary-dark);
  background: var(--primary-50);
}
.homepage-filter-trigger,
.homepage-filter-clear {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--gray-800);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--transition);
}
.homepage-filter-trigger:hover,
.homepage-filter-trigger.active,
.homepage-filter-clear:hover {
  border-color: rgba(31, 41, 55, 0.28);
  color: var(--primary-dark);
  background: var(--primary-50);
}
.homepage-show-select {
  min-height: 24px;
  min-width: 78px;
  padding: 0 26px 0 0;
  border: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% - 2px), calc(100% - 7px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: var(--gray-800);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.homepage-show-select:hover,
.homepage-show-select:focus {
  color: var(--primary-dark);
  outline: none;
}
.homepage-view-toggle {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
}
.homepage-view-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: #1d4ed8;
  border: none;
  border-right: 1px solid #d7dee8;
  transition: var(--transition);
}
.homepage-view-btn:last-child {
  border-right: none;
}
.homepage-view-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.homepage-view-btn:hover:not(.active),
.homepage-view-btn:focus-visible:not(.active) {
  background: #f8fbff;
  color: #1e40af;
  outline: none;
}
.homepage-view-btn.active {
  background: #96a3b3;
  color: var(--white);
}
.homepage-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  display: none;
  z-index: 20;
}
.homepage-filter-menu.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homepage-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--gray-700);
  cursor: pointer;
}
.homepage-filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
}
.homepage-filter-summary {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--primary-50);
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
}
.homepage-no-results {
  margin: 10px 0 18px;
  padding: 16px 18px;
  border: 1px dashed var(--gray-300);
  border-radius: 10px;
  background: var(--gray-50);
  color: var(--gray-600);
  text-align: center;
  font-weight: 600;
}
.homepage-infinite-status {
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  margin: 28px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--gray-300);
  border-radius: 999px;
  background: var(--gray-50);
  color: var(--gray-600);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.homepage-infinite-status[hidden],
.homepage-infinite-sentinel[hidden] {
  display: none;
}
.homepage-infinite-sentinel {
  width: 100%;
  height: 1px;
}
.products-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}
.products-grid.homepage-products-view-dense {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.products-grid.homepage-products-view-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.products-grid.homepage-products-view-list {
  grid-template-columns: 1fr;
  gap: 18px;
}
.products-grid.homepage-products-view-list .product-card {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  align-items: stretch;
}
.products-grid.homepage-products-view-list .product-card-image {
  aspect-ratio: auto;
  min-height: 240px;
  height: 100%;
}
.products-grid.homepage-products-view-list .product-card-image img {
  height: 100%;
}
.products-grid.homepage-products-view-list .product-card-body {
  padding: 24px;
}
.products-grid.homepage-products-view-list .product-card-category {
  min-height: 0;
  margin-bottom: 10px;
}
.products-grid.homepage-products-view-list .product-card-title {
  min-height: 0;
  font-size: 1.2rem;
  margin-bottom: 14px;
  -webkit-line-clamp: 3;
}
.products-grid.homepage-products-view-list .product-card-price {
  margin-top: auto;
}
.products-grid.homepage-products-view-list .product-quick-actions {
  left: auto;
  right: 16px;
  transform: translateY(20px);
}
.products-grid.homepage-products-view-list .product-card:hover .product-quick-actions {
  transform: translateY(0);
}
.product-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.homepage-products-section .product-card:hover {
  box-shadow:
    0 10px 18px rgba(15, 23, 42, 0.07),
    0 3px 8px rgba(15, 23, 42, 0.04),
    0 0 0 1px rgba(31, 41, 55, 0.035);
}
.product-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--gray-100);
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-image img { transform: scale(1.08); }
.product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.badge-new { background: var(--primary); color: var(--white); }
.badge-sale { background: var(--success); color: var(--white); }
.product-quick-actions {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-card:hover .product-quick-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.quick-action-btn {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  font-size: 1rem;
}
.quick-action-btn:hover {
  background: var(--primary);
  color: var(--white);
}
.product-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card-category {
  font-size: 0.75rem;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  min-height: 2.2em;
  line-height: 1.45;
}
.product-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--gray-900);
  margin-bottom: 10px;
  line-height: 1.3;
  transition: var(--transition);
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card:hover .product-card-title { color: var(--primary); }
.product-card-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  min-height: 28px;
  flex-wrap: wrap;
}
.price-current {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
}
.price-old {
  font-size: 0.9rem;
  color: var(--gray-400);
  text-decoration: line-through;
}

.product-subcategory-strip {
  background: linear-gradient(180deg, var(--white) 0%, #fff8fb 100%);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.product-subcategories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-subcategory-card {
  background: var(--white);
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 18px;
  padding: 20px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.product-subcategory-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(31, 41, 55, 0.28);
}
.product-subcategory-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.product-subcategory-parent {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
.product-subcategory-count {
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  background: var(--primary-50);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 600;
}
.product-subcategory-card-body h3 {
  font-size: 1.2rem;
  line-height: 1.25;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.product-subcategory-card-body p {
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.55;
}
.product-subcategory-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
}
.product-subcategory-link::after {
  content: '›';
  font-size: 1rem;
  line-height: 1;
}

/* ===== HERO SLIDER ALTI KATEGORİ KARE KUTULARI ===== */
.hero-category-boxes {
  position: relative;
  z-index: 20;
  margin-top: -96px;
  margin-bottom: 54px;
}
.hero-category-boxes--no-overlap {
  margin-top: 42px;
}
.hero-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.hero-category-box {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--gray-100);
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}
.hero-category-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.hero-category-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hero-category-box:hover img {
  transform: scale(1.06);
}
.hero-category-box-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
}
.hero-category-box-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.68) 100%);
}
.hero-category-box-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.hero-category-box-overlay span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-category-boxes {
    margin-top: 22px;
  }
  .hero-category-grid {
    gap: 10px;
  }
  .hero-category-box {
    border-radius: 10px;
  }
  .hero-category-box-overlay {
    padding: 10px;
  }
  .hero-category-box-overlay h3 {
    font-size: 0.82rem;
  }
  .hero-category-box-overlay span {
    display: none;
  }
  .hero-category-box-icon {
    font-size: 2rem;
  }
}

/* ===== CATEGORY CARDS ===== */
.homepage-category-blocks {
  background: var(--gray-50);
  padding-top: 46px;
  padding-bottom: 54px;
}
.homepage-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.homepage-category-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.10);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
}
.homepage-category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(31, 41, 55, 0.22);
}
.homepage-category-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.homepage-category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.homepage-category-card:hover .homepage-category-card-media img {
  transform: scale(1.04);
}
.homepage-category-card-media span {
  font-size: 4rem;
  line-height: 1;
}
.homepage-category-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.homepage-category-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--gray-900);
  margin-bottom: 10px;
}
.homepage-category-card-body p {
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-category-card-body span {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 800;
}
.homepage-category-card-body span::after {
  content: '›';
  font-size: 1.05rem;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.category-card {
  background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  color: var(--white);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.category-card:hover::before { opacity: 1; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.category-card > * { position: relative; z-index: 1; }
.category-emoji { font-size: 3rem; margin-bottom: 15px; }
.category-card h3 { font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 8px; }
.category-card p { font-size: 0.88rem; opacity: 0.85; }

/* ===== WHY US ===== */
.why-us { background: var(--gray-50); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 35px 25px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.why-card:hover {
  border-color: var(--primary-light);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-light));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.why-card h3 { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: 10px; color: var(--gray-900); }
.why-card p { font-size: 0.88rem; color: var(--gray-600); line-height: 1.6; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--accent));
  color: var(--white);
  text-align: center;
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 15px; }
.cta-banner p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ===== PRODUCT DETAIL ===== */
.product-detail { padding: 14px 0 72px; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--gray-500);
  padding: 4px 0 10px;
}
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .separator { color: var(--gray-400); }
.subcategory-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.subcategory-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 16px 18px;
}
.subcategory-view-toggle {
  display: inline-flex;
  gap: 10px;
}
.subcategory-view-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  color: var(--gray-700);
  text-decoration: none;
  background: #fff;
  font-size: 1.4rem;
}
.subcategory-view-btn.active {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.08);
}
.subcategory-title-box h1 {
  margin: 0;
  font-size: 1.7rem;
  color: var(--gray-900);
}
.subcategory-title-box p {
  margin: 6px 0 0;
  color: var(--gray-500);
  font-size: 0.95rem;
}
.subcategory-sort-box,
.subcategory-show-box {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.subcategory-sort-box label,
.subcategory-show-box label {
  font-weight: 700;
  color: var(--gray-800);
}
.subcategory-sort-box select,
.subcategory-show-box select {
  min-width: 160px;
  padding: 11px 14px;
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  background: #fff;
}
.subcategory-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.subcategory-product-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subcategory-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.subcategory-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.subcategory-product-card.list-view {
  flex-direction: row;
  align-items: stretch;
}
.subcategory-product-image {
  background: #f8fafc;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.subcategory-product-card.list-view .subcategory-product-image {
  width: 280px;
  flex: 0 0 280px;
}
.subcategory-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.subcategory-product-body {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  width: 100%;
}
.subcategory-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subcategory-product-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(31, 41, 55, 0.08);
  border-radius: 999px;
  padding: 6px 10px;
}
.subcategory-product-body h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--gray-900);
  line-height: 1.35;
}
.subcategory-product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subcategory-detail-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #3147a8;
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.product-summary-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.product-summary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: start;
}
.product-summary-main {
  min-width: 0;
}
.product-summary-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin-bottom: 0;
}
.product-summary-title {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.15;
}
.product-summary-aside {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product-summary-info-box,
.product-summary-total-wrap,
.product-summary-qty {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.product-summary-info-box {
  min-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-summary-total-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 170px;
  gap: 2px;
}
.product-summary-total-label {
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 600;
}
.product-summary-total-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-summary-unit-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  white-space: nowrap;
}
.product-summary-qty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 160px;
  gap: 3px;
}
.product-summary-qty-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-700);
}
.product-summary-minimum {
  font-size: 0.72rem;
  color: var(--gray-500);
}
.product-gallery { position: sticky; top: 100px; }
.product-main-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: var(--gray-100);
  margin-bottom: 15px;
  aspect-ratio: 1;
  cursor: zoom-in;
}
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image-modal-open { overflow: hidden; }
.product-image-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.product-image-modal[hidden] { display: none; }
.product-image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
}
.product-image-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 28px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.36);
}
.product-image-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.74);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.product-image-modal-stage {
  position: relative;
}
.product-image-modal-stage > img {
  display: block;
  width: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: var(--gray-50);
}
.product-image-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.product-image-modal-nav.is-prev { left: 12px; }
.product-image-modal-nav.is-next { right: 12px; }
.product-image-modal-nav[hidden] { display: none; }
.product-image-modal-thumbnails {
  display: flex;
  gap: 8px;
  padding: 10px 2px 0;
  overflow-x: auto;
}
.product-image-modal-thumbnails[hidden] { display: none; }
.product-image-modal-thumbnail {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: var(--gray-100);
  cursor: pointer;
}
.product-image-modal-thumbnail.active {
  border-color: var(--primary);
}
.product-image-modal-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-image-modal-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
}
.product-thumbnails { display: flex; gap: 10px; }
.product-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}
.product-thumbnail.active, .product-thumbnail:hover { border-color: var(--primary); }
.product-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.product-info-section { padding-top: 0; }
.product-code { font-size: 0.82rem; color: var(--gray-500); margin-bottom: 8px; }
.product-detail-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--gray-900);
  margin-bottom: 15px;
  line-height: 1.3;
}
.product-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.stars { color: #FFC107; font-size: 1rem; }
.rating-count { font-size: 0.85rem; color: var(--gray-500); }
.product-price-section {
  background: var(--gray-50);
  padding: 20px;
  border-radius: var(--radius-md);
  margin-bottom: 25px;
}
.product-price-main {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.product-price-current { font-size: 2rem; font-weight: 700; color: var(--primary); }
.product-price-old { font-size: 1.2rem; color: var(--gray-400); text-decoration: line-through; }
.product-discount-badge {
  display: inline-block;
  background: var(--success);
  color: var(--white);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
}
.product-trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 25px;
}
.product-trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: var(--gray-50);
  border-radius: var(--radius-sm);
  font-size: 0.83rem;
  color: var(--gray-700);
}
.product-trust-badge .icon { font-size: 1.2rem; }
.quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.quantity-selector label { font-weight: 600; font-size: 0.9rem; }
.quantity-input {
  display: flex;
  align-items: center;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.quantity-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--gray-700);
  background: var(--gray-50);
  transition: var(--transition);
}
.quantity-btn:hover { background: var(--primary); color: var(--white); }
.quantity-input input {
  width: 60px;
  height: 42px;
  text-align: center;
  border: none;
  font-weight: 600;
  font-size: 1rem;
}
.quantity-input input:focus { outline: none; }
.product-actions { display: flex; gap: 12px; margin-bottom: 16px; }
.product-actions .btn { flex: 1; }
.product-actions .btn.btn-lg {
  padding: 13px 28px;
  font-size: 1rem;
}
.product-actions .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  border: 1px solid #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
}
.product-actions .btn-whatsapp:hover {
  background: #1fb759;
  border-color: #1fb759;
  color: #fff;
  transform: translateY(-1px);
}
.product-actions .btn-whatsapp .btn-icon {
  font-size: 1rem;
  line-height: 1;
}
.product-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: -4px 0 16px;
}
.product-share > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  text-align: center;
}
.product-share-label {
  font-size: 0.8rem;
  color: #0f172a;
  font-weight: 600;
  line-height: 1.2;
}
.product-share-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.product-share-btn {
  position: relative;
  width: 58px;
  min-width: 58px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--gray-200);
  background: #fff;
  color: #334155;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}
.product-share-btn:hover,
.product-share-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
  outline: none;
}
.product-share-btn svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  display: block;
}
.product-share-btn::before,
.product-share-btn::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.product-share-btn::before {
  content: attr(data-label);
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  padding: 6px 8px;
  border-radius: 7px;
  background: #0f172a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}
.product-share-btn::after {
  content: '';
  bottom: calc(100% + 4px);
  transform: translateX(-50%) translateY(4px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0f172a;
}
.product-share-btn:hover::before,
.product-share-btn:hover::after,
.product-share-btn:focus-visible::before,
.product-share-btn:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.product-share-btn.is-instagram:hover,
.product-share-btn.is-instagram:focus-visible {
  color: #c13584;
  border-color: rgba(193, 53, 132, 0.28);
  background: rgba(193, 53, 132, 0.04);
}
.product-share-btn.is-instagram {
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.2);
}
.product-share-btn.is-facebook:hover,
.product-share-btn.is-facebook:focus-visible {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.28);
  background: rgba(24, 119, 242, 0.04);
}
.product-share-btn.is-facebook {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.2);
}
.product-share-btn.is-whatsapp:hover,
.product-share-btn.is-whatsapp:focus-visible {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.3);
  background: rgba(37, 211, 102, 0.05);
}
.product-share-btn.is-whatsapp {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.22);
}
.product-share-btn.is-linkedin:hover,
.product-share-btn.is-linkedin:focus-visible {
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.28);
  background: rgba(10, 102, 194, 0.04);
}
.product-share-btn.is-linkedin {
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.2);
}
.product-share-btn.is-x:hover,
.product-share-btn.is-x:focus-visible {
  color: #111827;
  border-color: rgba(17, 24, 39, 0.28);
  background: rgba(17, 24, 39, 0.04);
}
.product-share-btn.is-x {
  color: #111827;
  border-color: rgba(17, 24, 39, 0.18);
}
.product-share-btn.is-telegram:hover,
.product-share-btn.is-telegram:focus-visible {
  color: #229ed9;
  border-color: rgba(34, 158, 217, 0.28);
  background: rgba(34, 158, 217, 0.05);
}
.product-share-btn.is-telegram {
  color: #229ed9;
  border-color: rgba(34, 158, 217, 0.2);
}
.product-share-btn.is-pinterest:hover,
.product-share-btn.is-pinterest:focus-visible {
  color: #e60023;
  border-color: rgba(230, 0, 35, 0.28);
  background: rgba(230, 0, 35, 0.04);
}
.product-share-btn.is-pinterest {
  color: #e60023;
  border-color: rgba(230, 0, 35, 0.2);
}
.product-share-btn.is-mail:hover,
.product-share-btn.is-mail:focus-visible {
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.05);
}
.product-share-btn.is-mail {
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.2);
}
.product-share-btn.is-copy:hover,
.product-share-btn.is-copy:focus-visible {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.28);
  background: rgba(124, 58, 237, 0.05);
}
.product-share-btn.is-copy {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.2);
}
.product-share-feedback {
  min-height: 0;
  font-size: 0.78rem;
  color: var(--gray-500);
  line-height: 1.2;
}
.product-description-text { font-size: 0.95rem; color: var(--gray-700); line-height: 1.8; }

/* ===== TABS ===== */
.product-tabs { margin-top: 60px; }
.tab-headers {
  display: flex;
  border-bottom: 2px solid var(--gray-200);
  gap: 0;
  overflow-x: auto;
}
.tab-header {
  padding: 14px 28px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gray-500);
  position: relative;
  white-space: nowrap;
  transition: var(--transition);
}
.tab-header:hover { color: var(--primary); }
.tab-header.active {
  color: var(--primary);
}
.tab-header.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  border-radius: 3px 3px 0 0;
}
.tab-content { display: none; padding: 30px 0; }
.tab-content.active { display: block; animation: fadeIn 0.4s ease; }
.specs-table { width: 100%; }
.specs-table tr { border-bottom: 1px solid var(--gray-200); }
.specs-table td { padding: 12px 15px; font-size: 0.9rem; }
.specs-table td:first-child { font-weight: 600; color: var(--gray-900); width: 180px; }
.specs-table td:last-child { color: var(--gray-600); }

/* ===== RELATED PRODUCTS ===== */
.related-products { padding: 60px 0; background: var(--gray-50); }

/* ===== CATEGORY PAGE ===== */
.category-page { padding: 18px 0 72px; }
.category-layout { display: grid; grid-template-columns: 260px 1fr; gap: 30px; }
.category-sidebar {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  height: fit-content;
  position: sticky;
  top: 100px;
}
.filter-group { margin-bottom: 25px; }
.filter-group h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-light);
}
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--gray-700);
  transition: var(--transition);
}
.filter-option:hover { color: var(--primary); }
.filter-option input[type="checkbox"] {
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
}
.category-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 15px 20px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.category-count { font-size: 0.9rem; color: var(--gray-600); }
.category-sort select {
  padding: 8px 15px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--gray-700);
  cursor: pointer;
}

/* ===== CART ===== */
.cart-page { padding: 14px 0 72px; }
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 30px; }
.cart-table {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.cart-table table { width: 100%; border-collapse: collapse; }
.cart-table th {
  background: var(--gray-50);
  padding: 15px 20px;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-700);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-table td {
  padding: 20px;
  border-bottom: 1px solid var(--gray-100);
  vertical-align: middle;
}
.cart-product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart-product-image {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}
.cart-product-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-product-name { font-weight: 600; color: var(--gray-900); font-size: 0.9rem; }
.cart-product-code-line {
  margin-top: 6px;
  color: var(--gray-500);
  font-size: 0.78rem;
}
.cart-product-type-line {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fdf2f8;
  color: #be185d;
  font-size: 0.76rem;
  font-weight: 700;
}
.cart-remove {
  color: var(--gray-400);
  font-size: 1.2rem;
  transition: var(--transition);
}
.cart-remove:hover { color: var(--danger); }
.cart-invitation-section {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.cart-invitation-section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.cart-invitation-section-head h3 {
  margin: 0 0 4px;
  color: #be185d;
  font-size: 1.12rem;
}
.cart-invitation-section-head p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
}
.cart-invitation-migration-notice {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.85rem;
  line-height: 1.45;
}
.cart-invitation-card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-invitation-card {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 14px;
}
.cart-invitation-card.is-complete {
  border-color: #bbf7d0;
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.06);
}
.cart-invitation-card.is-incomplete {
  border-color: #fecdd3;
  box-shadow: 0 8px 18px rgba(244, 63, 94, 0.06);
}
.cart-invitation-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.cart-invitation-product {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
}
.cart-invitation-product-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
  background: #f8fafc;
}
.cart-invitation-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-invitation-product-meta {
  min-width: 0;
}
.cart-invitation-product-meta h4 {
  margin: 6px 0 4px;
  color: #0f172a;
  font-size: 0.98rem;
  line-height: 1.32;
}
.cart-invitation-subline {
  color: #64748b;
  font-size: 0.78rem;
}
.cart-invitation-code-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cart-invitation-code-badge,
.cart-invitation-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 700;
}
.cart-invitation-code-badge {
  background: #eff6ff;
  color: #1d4ed8;
}
.cart-invitation-type-badge {
  background: #fdf2f8;
  color: #be185d;
}
.cart-invitation-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.cart-invitation-option-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.71rem;
}
.cart-invitation-card-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  flex-shrink: 0;
}
.cart-invitation-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.71rem;
  font-weight: 700;
}
.cart-invitation-status.is-complete {
  background: #dcfce7;
  color: #166534;
}
.cart-invitation-status.is-incomplete {
  background: #ffe4e6;
  color: #be123c;
}
.cart-invitation-edit-link {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}
.cart-invitation-edit-link:hover {
  color: var(--primary-dark);
}
.cart-invitation-error-box {
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
  font-size: 0.84rem;
  line-height: 1.45;
}
.cart-invitation-error-box strong {
  display: block;
  margin-bottom: 6px;
}
.cart-invitation-error-box ul {
  margin: 0;
  padding-left: 18px;
}
.cart-invitation-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cart-invitation-empty-state {
  padding: 12px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  color: #475569;
  line-height: 1.45;
  font-size: 0.84rem;
}
.cart-invitation-confirm {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  cursor: pointer;
}
.cart-invitation-confirm.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cart-invitation-confirm input {
  margin-top: 2px;
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cart-invitation-confirm span {
  color: #9a3412;
  font-size: 0.85rem;
  line-height: 1.45;
}
.cart-summary {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 30px;
  height: fit-content;
  position: sticky;
  top: 100px;
}
.cart-summary h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: var(--gray-900);
}
.cart-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 0.9rem;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-100);
}
.cart-summary-total {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gray-900);
}
.cart-summary .btn { width: 100%; margin-top: 20px; }

@media (max-width: 992px) {
  .cart-invitation-card-header {
    flex-direction: column;
  }
  .cart-invitation-card-actions {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .cart-invitation-section {
    padding: 16px;
  }
  .cart-invitation-card {
    padding: 14px;
  }
  .cart-invitation-card-grid {
    grid-template-columns: 1fr;
  }
  .cart-invitation-product {
    flex-direction: column;
  }
  .cart-invitation-product-image {
    width: 100%;
    height: 140px;
  }
}

/* ===== FOOTER ===== */
.footer {
  background: #0d0d0d;
  color: rgba(255,255,255,0.72);
  padding: 64px 0 22px;
}
.footer .container {
  max-width: 1320px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 0.8fr)) minmax(250px, 1.1fr);
  gap: 42px;
  align-items: start;
  padding-bottom: 46px;
}
.footer-brand-panel {
  max-width: 360px;
  text-align: center;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.footer-logo img {
  width: 150px;
  max-height: 112px;
  object-fit: contain;
}
.footer-brand-panel p,
.footer-newsletter p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 0.95rem;
  line-height: 1.75;
}
.footer-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-links li { margin-bottom: 11px; }
.footer-links a {
  display: inline-flex;
  color: rgba(255,255,255,0.58);
  font-size: 0.95rem;
  line-height: 1.45;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}
.footer-social a,
.footer-contact-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(201, 169, 104, 0.36);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: var(--gold-light);
  transition: var(--transition);
}
.footer-social svg,
.footer-contact-icon svg,
.footer-newsletter-form button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--primary-dark);
  transform: translateY(-3px);
}
.footer-newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-newsletter-form input {
  min-width: 0;
  height: 52px;
  flex: 1;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  outline: none;
  background: rgba(255,255,255,0.11);
  color: var(--white);
}
.footer-newsletter-form input::placeholder {
  color: rgba(255,255,255,0.42);
}
.footer-newsletter-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,104,0.15);
}
.footer-newsletter-form button {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--accent-dark));
  color: var(--primary-dark);
  transition: var(--transition);
}
.footer-newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201,169,104,0.24);
}
.footer-contact-strip {
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(170px, 1fr));
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.footer-contact-item span:last-child {
  min-width: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
  line-height: 1.55;
}
.footer-contact-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 0.9rem;
}
.footer-contact-item a {
  color: rgba(255,255,255,0.68);
}
.footer-contact-item a:hover {
  color: var(--gold-light);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 18px;
  color: rgba(255,255,255,0.56);
  font-size: 0.9rem;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: rgba(255,255,255,0.66);
}
.footer-bottom a:hover {
  color: var(--gold-light);
}
.footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-payments {
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(0,0,0,0.22);
}
.footer-payments span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 9px;
  border-radius: 6px;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.footer-payments span:first-child {
  color: #2563eb;
  text-transform: none;
}
.footer-payments span:nth-child(2) {
  color: #dc2626;
}
.footer-payments span:nth-child(3) {
  color: #1d4ed8;
}
.footer-payments span:nth-child(4) {
  color: #38bdf8;
}
.footer-payments span:nth-child(5) {
  color: #334155;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition);
  animation: pulse-green 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); }

/* ===== CONTACT HUB (şube / iletişim) ===== */
.contact-hub-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(17, 24, 39, 0.42);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.contact-hub-overlay:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}

.contact-hub {
  position: fixed;
  right: 22px;
  bottom: 94px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: var(--font-body);
}

.contact-hub-panel {
  width: min(372px, calc(100vw - 36px));
  max-height: min(520px, 72vh);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.28);
  border: 1px solid rgba(201, 169, 104, 0.35);
  transform-origin: bottom right;
  transform: translateY(12px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.contact-hub.is-open .contact-hub-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.contact-hub-panel-inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: inherit;
  background: var(--white);
}

.contact-hub-header {
  position: relative;
  padding: 22px 44px 18px 22px;
  background: linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--white);
  border-bottom: 3px solid var(--accent);
}
.contact-hub-close--corner {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.contact-hub-close--corner:hover {
  background: rgba(255, 255, 255, 0.26);
}
.contact-hub-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
  line-height: 1.25;
}
.contact-hub-sub {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-hub-body {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  background: var(--white);
}

.contact-hub-branch + .contact-hub-branch {
  border-top: 1px solid var(--gray-200);
}

.contact-hub-branch-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: none;
  background: var(--white);
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}
.contact-hub-branch-trigger:hover {
  background: var(--primary-50);
}
.contact-hub-branch-static {
  cursor: default;
}
.contact-hub-branch-static:hover {
  background: var(--white);
}

.contact-hub-branch-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  background: linear-gradient(135deg, var(--primary-50), rgba(201, 169, 104, 0.22));
}

.contact-hub-branch-title {
  flex: 1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--gray-800);
  line-height: 1.35;
}

.contact-hub-branch-chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
}
.contact-hub-branch-chevron::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-right: 2px solid var(--gray-400);
  border-bottom: 2px solid var(--gray-400);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}
.contact-hub-branch-trigger[aria-expanded="true"] .contact-hub-branch-chevron::after {
  transform: rotate(-135deg);
  margin-top: 6px;
}

.contact-hub-branch-panel {
  padding: 0 16px 16px 64px;
  font-size: 0.86rem;
  color: var(--gray-700);
  line-height: 1.55;
}
.contact-hub-branch-panel p {
  margin: 0 0 8px;
}
.contact-hub-branch-panel p:last-of-type {
  margin-bottom: 10px;
}
.contact-hub-map-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--accent-dark);
}
.contact-hub-map-link:hover {
  color: var(--primary-dark);
}

.contact-hub-fab {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border-radius: var(--radius-full);
  overflow: visible;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.22);
}

.contact-hub-label {
  display: flex;
  align-items: center;
  padding: 0 16px 0 18px;
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: var(--radius-full) 0 0 var(--radius-full);
}

.contact-hub-toggle {
  width: 52px;
  min-height: 52px;
  border-radius: 0 var(--radius-full) var(--radius-full) 0;
  border: none;
  background: var(--gray-700);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease, color 0.22s ease;
}
.contact-hub-toggle:hover {
  background: var(--gray-800);
}
.contact-hub.is-open .contact-hub-toggle {
  background: var(--primary-dark);
}
.contact-hub-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hub-toggle-icon--close {
  display: none;
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 400;
}
.contact-hub.is-open .contact-hub-toggle-icon--open {
  display: none;
}
.contact-hub.is-open .contact-hub-toggle-icon--close {
  display: flex;
}

body.contact-hub-no-scroll {
  overflow: hidden;
}

@media (max-width: 520px) {
  .contact-hub {
    right: 14px;
    bottom: 88px;
  }
  .contact-hub-label {
    font-size: 0.68rem;
    padding-left: 14px;
    padding-right: 10px;
    max-width: 42vw;
    white-space: normal;
    line-height: 1.2;
  }
  .contact-hub-toggle {
    width: 48px;
    min-height: 48px;
  }
}

/* ===== CONTACT PAGE ===== */
.contact-page { padding: 18px 0 72px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--gray-700);
  margin-bottom: 8px;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: var(--transition);
  background: var(--gray-50);
}
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--primary);
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 4px var(--primary-50);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 18px;
  transition: var(--transition);
}
.contact-info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.contact-info-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-50), var(--primary-light));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.contact-info-card h4 { font-size: 0.95rem; color: var(--gray-900); margin-bottom: 4px; }
.contact-info-card p { font-size: 0.85rem; color: var(--gray-600); }

/* ===== ABOUT PAGE ===== */
.about-page { padding: 18px 0 72px; }
.checkout-page {
  padding: 14px 0 72px;
  background: var(--gray-50);
  min-height: 70vh;
}
.about-hero {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--white) 100%);
  border-radius: var(--radius-lg);
  padding: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.about-hero h1 { font-family: var(--font-heading); font-size: 2.5rem; color: var(--gray-900); margin-bottom: 15px; }
.about-hero p { font-size: 1.1rem; color: var(--gray-600); max-width: 700px; margin: 0 auto; line-height: 1.8; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.stat-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.stat-card:hover { border-color: var(--primary-light); transform: translateY(-3px); }
.stat-number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 5px;
}
.stat-label { font-size: 0.9rem; color: var(--gray-600); }

/* ===== FONT LIBRARY ===== */
.font-library-page {
  padding-bottom: 90px;
}
.font-library-hero {
  margin-bottom: 32px;
}
.font-library-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.font-library-header h2 {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.font-library-header p {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.98rem;
}
.font-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.font-library-card {
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #edf2f7;
  transition: var(--transition);
  padding: 4px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 178px;
}
.font-library-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.font-library-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
}
.font-library-image-trigger {
  width: 100%;
  max-width: none;
  height: 118px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 0;
  background: linear-gradient(135deg, #fdf2f8, #f8fafc);
  cursor: zoom-in;
  overflow: hidden;
  transition: var(--transition);
}
.font-library-image-trigger:hover {
  border-color: rgba(31, 41, 55, 0.25);
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.12);
}
.font-library-image {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: block;
  object-fit: cover;
}
.font-library-image-fallback {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  background: linear-gradient(135deg, #fdf2f8, #f8fafc);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}
.font-library-copy {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 8px;
}
.font-library-copy h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--gray-900);
  margin-bottom: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-library-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin-top: 8px;
  padding: 0 8px;
}
.font-library-download {
  min-width: 92px;
  text-align: center;
  padding: 8px 12px;
  font-size: 0.8rem;
  justify-content: center;
  white-space: nowrap;
}
.font-preview-open {
  overflow: hidden;
}
.font-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.font-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}
.font-preview-dialog {
  position: relative;
  z-index: 100000;
  width: min(92vw, 760px);
  margin: 6vh auto 0;
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.28);
}
.font-preview-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  color: var(--gray-900);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.font-preview-title {
  margin: 0 46px 14px 0;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--gray-900);
}
.font-preview-dialog img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 16px;
  background: #f8fafc;
}
.font-empty-state {
  background: linear-gradient(135deg, #fff1f2, #ffffff);
  border: 1px solid #ffe4e6;
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.font-empty-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--primary);
  font-size: 2.6rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.font-empty-state h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--gray-900);
  margin-bottom: 10px;
}
.font-empty-state p {
  margin: 0 auto;
  max-width: 520px;
  color: var(--gray-600);
  line-height: 1.7;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6); }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .products-grid.homepage-products-view-dense { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .products-grid.homepage-products-view-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-subcategories-grid { grid-template-columns: repeat(3, 1fr); }
  .subcategory-product-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-title { font-size: 2.5rem; }
  .hero-image { width: 40%; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand-panel { text-align: left; }
  .footer-social { justify-content: flex-start; }
  .footer-contact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-layout { grid-template-columns: 1fr; }
  .category-sidebar { display: none; }
  .font-library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-header-grid { gap: 22px; }
  .site-nav-link { padding: 9px 10px; font-size: 0.78rem; }
  .header-logo img { width: 146px; }
}
@media (max-width: 768px) {
  .top-bar-inner { align-items: flex-start; flex-direction: column; }
  .top-bar-right { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .top-bar-search { min-width: min(100%, 280px); }
  .site-header-grid { grid-template-columns: 44px 1fr 44px; min-height: 72px; gap: 10px; }
  .site-nav { display: none; }
  .header-logo { grid-column: 2; }
  .header-logo img { max-width: 148px; width: 40vw; }
  .header-logo span { font-size: 0.62rem; letter-spacing: 0.12em; }
  .mobile-menu-btn { display: inline-flex; align-items: center; justify-content: center; grid-column: 1; grid-row: 1; }
  .main-nav { display: none; background: var(--primary-dark); padding: 10px 0 14px; }
  .main-nav.open { display: block; }
  .nav-list { display: flex; flex-direction: column; gap: 6px; padding: 0; }
  .nav-link {
    display: flex;
    padding: 12px 16px;
    border-radius: 10px;
    color: var(--white);
    background: rgba(255,255,255,0.07);
    font-weight: 700;
  }
  .nav-link:hover,
  .nav-link.active { background: var(--accent); color: var(--primary-dark); }
  .hero-slide { flex-direction: column; text-align: center; }
  .hero-content { padding: 40px 20px; }
  .hero-title { font-size: 2rem; }
  .hero-image { position: relative; width: 100%; transform: none; display: none; }
  .hero-buttons { justify-content: center; }
  .trust-items { grid-template-columns: repeat(2, 1fr); }
  .homepage-filter-bar {
    gap: 10px;
  }
  .homepage-filter-dropdown,
  .homepage-filter-trigger,
  .homepage-filter-clear {
    width: 100%;
  }
  .homepage-display-controls {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
  .homepage-show-control {
    width: auto;
    max-width: 100%;
    justify-content: space-between;
  }
  .homepage-show-select {
    width: auto;
  }
  .homepage-view-toggle {
    flex-shrink: 0;
  }
  .homepage-filter-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
  }
  .products-grid.homepage-products-view-dense { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  .products-grid.homepage-products-view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .products-grid.homepage-products-view-list .product-card {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  }
  .product-subcategories-grid { grid-template-columns: repeat(2, 1fr); }
  .product-subcategory-card { min-height: 170px; }
  .homepage-category-grid { grid-template-columns: 1fr; }
  .homepage-category-card { min-height: 0; }
  .subcategory-topbar { grid-template-columns: 1fr 1fr; }
  .subcategory-title-box { grid-column: 1 / -1; }
  .subcategory-product-grid { grid-template-columns: repeat(2, 1fr); }
  .subcategory-product-card.list-view { flex-direction: column; }
  .subcategory-product-card.list-view .subcategory-product-image {
    width: 100%;
    flex-basis: auto;
  }
  .categories-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .font-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .font-library-header {
    align-items: flex-start;
  }
  .font-library-card {
    min-height: 170px;
  }
  .font-library-image-trigger,
  .font-library-image,
  .font-library-image-fallback {
    width: 100%;
    height: 108px;
  }
  .font-preview-dialog {
    width: min(94vw, 620px);
    margin-top: 4vh;
  }
  .product-detail-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-gallery { position: static; }
  .product-summary-layout {
    grid-template-columns: 1fr;
  }
  .product-summary-aside,
  .product-summary-total-wrap,
  .product-summary-qty {
    min-width: 0;
    align-items: flex-start;
  }
  .product-summary-aside {
    width: 100%;
  }
  .product-summary-info-box,
  .product-summary-total-wrap,
  .product-summary-qty {
    width: 100%;
  }
  .product-summary-unit-line {
    justify-content: flex-start;
    white-space: normal;
  }
  .cart-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand-panel { max-width: none; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-contact-strip { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal-links { justify-content: flex-start; }
  .section { padding: 50px 0; }
  .section-title { font-size: 1.8rem; }
  .cta-banner h2 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .footer {
    padding-top: 46px;
  }
  .footer-newsletter-form {
    align-items: stretch;
    flex-direction: column;
  }
  .footer-newsletter-form button {
    width: 100%;
  }
  .footer-payments {
    width: 100%;
  }
  .homepage-filter-bar {
    margin-bottom: 14px;
  }
  .homepage-display-controls {
    justify-content: space-between;
    gap: 8px;
  }
  .homepage-show-control {
    padding: 10px 12px;
  }
  .homepage-view-btn {
    width: 40px;
    height: 40px;
  }
  .homepage-infinite-status {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.85rem;
  }
  .products-grid.homepage-products-view-dense,
  .products-grid.homepage-products-view-grid { grid-template-columns: 1fr; }
  .products-grid.homepage-products-view-list .product-card {
    grid-template-columns: 1fr;
  }
  .products-grid.homepage-products-view-list .product-card-image {
    min-height: 220px;
  }
  .product-subcategories-grid { grid-template-columns: 1fr; }
  .subcategory-topbar { grid-template-columns: 1fr; }
  .subcategory-sort-box,
  .subcategory-show-box {
    width: 100%;
  }
  .subcategory-sort-box select,
  .subcategory-show-box select {
    width: 100%;
    min-width: 0;
  }
  .subcategory-product-grid { grid-template-columns: 1fr; }
  .trust-items { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .font-library-grid { grid-template-columns: 1fr; }
  .font-library-header h2 {
    font-size: 1.55rem;
  }
  .font-library-card {
    padding: 4px 0 8px;
    min-height: 164px;
  }
  .font-library-image-trigger,
  .font-library-image,
  .font-library-image-fallback {
    width: 100%;
    height: 96px;
    border-radius: 14px;
  }
  .font-library-download {
    min-width: 90px;
    width: auto;
  }
  .font-preview-dialog {
    padding: 14px;
  }
  .font-empty-state {
    padding: 36px 22px;
  }
  .hero-title { font-size: 1.7rem; }
  .hero-buttons { flex-direction: column; }
  .product-actions { flex-direction: column; }
  .product-share {
    margin-top: -2px;
    align-items: center;
  }
  .product-share-list {
    gap: 10px;
  }
  .product-share-btn {
    width: 54px;
    min-width: 54px;
    height: 50px;
  }
  .product-share-btn svg {
    width: 28px;
    height: 28px;
  }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--gray-400); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }
