:root {
  --bg: #fffdf6;
  --bg-soft: #fbfaf7;
  --text: #121212;
  --muted: rgba(18, 18, 18, 0.68);
  --line: rgba(18, 18, 18, 0.1);
  --white: #fff;
  --header-glass: rgba(255,255,255,0.68);
  --header-glass-strong: rgba(255,255,255,0.82);
  --shadow: 0 16px 38px rgba(0,0,0,0.08);
  --radius: 18px;
  --container: 1560px;
  --header-h: 76px;
  --ticker-h: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Space Mono", monospace;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button,
input,
textarea,
select {
  font: inherit;
}

/* slider okları için override */
.pd-rec2-arrow {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
}
button { cursor: pointer; }

body.menu-open,
body.lang-open { overflow: hidden; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.container-fullbleed {
  width: calc(100% - 8px);
  max-width: none;
}

.section-categories {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section-categories .container-fullbleed {
  width: calc(100% - 8px);
  max-width: none;
}

.section-categories .category-grid {
  gap: 8px;
}

.section-categories .category-card {
  min-height: 700px;
}


.serif { font-family: "Cormorant Garamond", serif; }
.mono { font-family: "Space Mono", monospace; }
.muted { color: var(--muted); }
.desktop-only { display: block; }
.mobile-only { display: none !important; }

.top-ticker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--ticker-h);
  z-index: 60;
  background: #d9dedb;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.site-header {
  position: fixed;
  top: var(--ticker-h);
  left: 0;
  right: 0;
  z-index: 70;
  height: var(--header-h);
  background: var(--header-glass);
  border-bottom: 1px solid rgba(255,255,255,0.48);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}
.site-header.solid {
  background: var(--header-glass-strong);
  box-shadow: var(--shadow);
}

.header-inner {
  width: min(calc(100% - 48px), var(--container));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.header-right {
  justify-content: flex-end;
}

.burger {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  color: var(--text);
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.burger:hover,
.header-icon:hover,
.lang-trigger:hover,
.mobile-lang-chip:hover,
.mega-link:hover,
.desktop-nav > li > a:hover,
.right-link:hover {
  background: rgba(17,17,17,0.05);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktop-nav > li {
  position: relative;
}
.desktop-nav > li > a,
.right-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: .2s ease;
}
.desktop-nav > li.has-mega > a .caret {
  font-size: 10px;
  margin-left: 8px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand img {
  width: 172px;
  height: auto;
}

.header-icon {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  position: relative;
}
.cart-badge {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang-switch {
  position: relative;
}
.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}
.lang-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
}
.lang-flag svg { width: 22px; height: 22px; display: block; }
.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 210px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
  pointer-events: none;
}
.lang-switch.open .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}
.lang-option:hover,
.lang-option.active {
  background: rgba(17,17,17,0.06);
}
.lang-option .check {
  margin-left: auto;
  font-size: 12px;
}

.mega-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  min-width: 320px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
  pointer-events: none;
}
.desktop-nav > li:hover .mega-panel,
.desktop-nav > li:focus-within .mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}
.mega-group-title {
  font-size: 12px;
  font-weight: 700;
  opacity: .58;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mega-links {
  display: grid;
  gap: 8px;
}
.mega-link {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: calc(var(--ticker-h) + var(--header-h));
  background: #e6e4de;
}
.hero-slider {
  position: relative;
  min-height: calc(100svh - var(--ticker-h) - var(--header-h));
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
}
.hero-media,
.hero-media img,
.hero-media video,
.hero-media picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.12) 45%, rgba(0,0,0,.28));
}
.hero-content-wrap {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - var(--ticker-h) - var(--header-h));
  display: flex;
  align-items: flex-end;
}
.hero-content {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  padding: 0 0 74px;
}
.hero-kicker {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero-title {
  max-width: 900px;
  color: #fff;
  font-size: clamp(52px, 7.2vw, 106px);
  line-height: .92;
  font-weight: 600;
  margin: 0 0 18px;
}
.hero-desc {
  max-width: 640px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.btn,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 174px;
  height: 48px;
  padding: 0 22px;
  border: 1px solid #fff;
  background: #fff;
  color: #111;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: .2s ease;
}
.btn:hover {
  background: transparent;
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: #fff;
}
.btn-outline:hover {
  background: #fff;
  color: #111;
}
.hero-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 4;
}
.hero-controls-inner {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-progress {
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 36px;
  height: 2px;
  border: 0;
  background: rgba(255,255,255,.34);
  padding: 0;
}
.hero-dot.active { background: #fff; }
.hero-arrows { display: flex; gap: 12px; }
.hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section {
  padding: 76px 0;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.section-title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}
.section-link {
  font-size: 13px;
  font-weight: 700;
  opacity: .72;
}
.section-link:hover { opacity: 1; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.category-card {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  background: #ddd;
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.category-card:hover img { transform: scale(1.035); }
.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.36), rgba(0,0,0,.04) 54%, rgba(0,0,0,0));
}
.category-card-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  z-index: 2;
  color: #fff;
}
.category-card-title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
}
.category-card .btn {
  min-width: 188px;
}

.product-showcase {
  background: #f7f5f1;
}
.product-rail-wrap {
  position: relative;
}
.product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.product-card {
  display: block;
}
.product-thumb {
  background: #eceae6;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 18px;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-thumb img {
  transform: scale(1.03);
}
.product-brand {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.product-name {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
}
.product-price {
  font-size: 14px;
  font-weight: 700;
}
.product-price del {
  color: rgba(18,18,18,.35);
  margin-right: 10px;
  font-weight: 400;
}
.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 38px;
  padding: 0 10px;
  margin-right: 12px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.feature-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.feature-item {
  text-align: center;
  padding: 34px 12px;
}
.feature-item i {
  font-size: 38px;
  margin-bottom: 18px;
}
.feature-text {
  font-size: 15px;
  line-height: 1.8;
}

.newsletter {
  padding: 0 0 64px;
}
.newsletter-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.newsletter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.28);
}
.newsletter-bg,
.newsletter-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.newsletter-bg img { object-fit: cover; }
.newsletter-content {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 32px;
}
.newsletter-title {
  margin: 0 0 10px;
  font-size: 54px;
  font-weight: 700;
}
.newsletter-copy {
  margin-bottom: 22px;
  font-size: 18px;
}
.newsletter-form {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: 1fr 132px;
  margin-bottom: 16px;
}
.newsletter-input {
  height: 54px;
  border: 0;
  padding: 0 18px;
  background: rgba(255,255,255,.96);
  color: #111;
  font-size: 14px;
}
.newsletter-submit {
  border: 0;
  background: #111;
  color: #fff;
  height: 54px;
  font-size: 13px;
  font-weight: 700;
}
.newsletter-note {
  max-width: 460px;
  font-size: 13px;
  line-height: 1.6;
}

.site-footer {
  padding: 12px 0 56px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 44px;
}
.footer-brand img {
  width: 130px;
  margin-bottom: 24px;
}
.footer-text,
.footer-links a,
.footer-copy {
  font-size: 14px;
  line-height: 1.8;
}
.footer-col-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.footer-links {
  display: grid;
  gap: 8px;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 34px;
}
.footer-cards {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pay-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.inner-hero {
  padding-top: calc(var(--ticker-h) + var(--header-h) + 72px);
  padding-bottom: 56px;
  background: linear-gradient(180deg, #efede8 0%, #f6f4f0 100%);
}
.inner-kicker {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  opacity: .7;
}
.inner-title {
  margin: 0 0 12px;
  font-size: clamp(42px, 7vw, 90px);
  line-height: .95;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.inner-copy {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 24px;
  opacity: .68;
  flex-wrap: wrap;
}

.filters-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.filter-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 13px;
}
.filter-chip.active,
.filter-chip:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.product-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  padding: 38px 0 76px;
}
.product-gallery {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}
.thumb-list {
  display: grid;
  gap: 10px;
}
.thumb-list button {
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
}
.thumb-list button.active { border-color: #111; }
.thumb-list img,
.main-product-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #eceae6;
}
.product-info-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .96;
  font-family: "Cormorant Garamond", serif;
}
.product-info-price {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}
.product-info-price del {
  font-size: 18px;
  color: rgba(18,18,18,.36);
  margin-right: 12px;
  font-weight: 400;
}
.product-info-copy {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 26px;
}
.variant-row {
  margin-bottom: 18px;
}
.variant-label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.variant-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.variant-pill {
  min-width: 92px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.variant-pill.active,
.variant-pill:hover {
  border-color: #111;
}
.product-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  height: 48px;
}
.qty-box button,
.qty-box input {
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  text-align: center;
}
.qty-box input { width: 60px; }
.accordion {
  border-top: 1px solid var(--line);
  margin-top: 28px;
}
.acc-item {
  border-bottom: 1px solid var(--line);
}
.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 700;
}
.acc-content {
  display: none;
  padding: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.acc-item.open .acc-content { display: block; }

.mobile-panel {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.34);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}
.mobile-panel.open {
  opacity: 1;
  visibility: visible;
}
.mobile-panel-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(92vw, 400px);
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: .24s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.mobile-panel.open .mobile-panel-drawer {
  transform: translateX(0);
}
.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 20px 16px;
  border-bottom: 1px solid var(--line);
}
.mobile-panel-title {
  font-size: 14px;
  font-weight: 700;
}
.mobile-close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 999px;
}
.mobile-close:hover { background: rgba(17,17,17,0.06); }
.mobile-nav {
  padding: 16px 20px 24px;
  overflow: auto;
}
.mobile-nav-list {
  display: grid;
  gap: 6px;
}
.mobile-nav-item {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.mobile-nav-link,
.mobile-sub-link,
.mobile-sub-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.mobile-sub-links {
  display: none;
  padding: 6px 0 12px 10px;
}
.mobile-nav-item.open .mobile-sub-links { display: grid; }
.mobile-sub-link {
  min-height: 42px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.mobile-panel-foot {
  padding: 18px 20px 24px;
  border-top: 1px solid var(--line);
}
.mobile-foot-links {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.mobile-foot-links a {
  font-size: 13px;
  font-weight: 700;
}
.mobile-lang-title {
  font-size: 12px;
  font-weight: 700;
  opacity: .65;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.mobile-lang-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mobile-lang-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(17,17,17,.05);
  font-size: 12px;
  font-weight: 700;
}
.mobile-lang-chip.active {
  background: rgba(17,17,17,.1);
}

@media (max-width: 1200px) {
  .desktop-nav > li > a,
  .right-link { padding: 0 10px; font-size: 13px; }
  .product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}


@media (max-width: 1200px) {
  .section-categories .container-fullbleed {
    width: calc(100% - 12px);
  }
  .section-categories .category-grid {
    gap: 6px;
  }
  .section-categories .category-card {
    min-height: 560px;
  }
}

@media (max-width: 992px) {
  :root { --header-h: 68px; }
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }
  .burger { display: inline-flex; }
  .header-left .desktop-nav,
  .header-right .right-link,
  .header-right .lang-switch,
  .header-right .desktop-account { display: none !important; }
  .brand {
    justify-content: flex-start;
  }
  .brand img { width: 136px; }
  .hero,
  .hero-slider,
  .hero-content-wrap { min-height: auto; }
  .hero-slide,
  .hero-media { min-height: calc(100svh - var(--ticker-h) - var(--header-h)); }
  .hero-content {
    padding-bottom: 78px;
  }
  .hero-title { max-width: 100%; }
  .hero-controls-inner { align-items: flex-end; }
  .feature-grid,
  .footer-grid,
  .product-layout,
  .product-gallery { grid-template-columns: 1fr; }
  .thumb-list { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .container,
  .header-inner,
  .hero-content,
  .hero-controls-inner { width: min(calc(100% - 28px), var(--container)); }
  .top-ticker { font-size: 11px; }
  .header-icon, .burger { width: 34px; height: 34px; }
  .hero-content { padding-bottom: 74px; }
  .hero-kicker { font-size: 12px; margin-bottom: 12px; }
  .hero-title { font-size: clamp(42px, 16vw, 72px); margin-bottom: 14px; }
  .hero-desc { font-size: 13px; line-height: 1.8; }
  .btn, .btn-outline { min-width: 150px; height: 46px; font-size: 12px; }
  .hero-dot { width: 24px; }
  .hero-arrow { width: 38px; height: 38px; }
  .section { padding: 56px 0; }
  .section-title { font-size: 24px; }
  .category-card { min-height: 460px; }
  .category-card-title { font-size: 22px; }
  .product-rail { grid-template-columns: 1fr 1fr; gap: 18px; }
  .product-brand, .product-name, .product-price, .footer-text, .footer-links a, .footer-copy { font-size: 12px; }
  .feature-item { padding: 22px 12px; }
  .feature-item i { font-size: 28px; }
  .feature-text { font-size: 13px; }
  .newsletter-card, .newsletter-content { min-height: 340px; }
  .newsletter-title { font-size: 36px; }
  .newsletter-copy { font-size: 14px; }
  .newsletter-form { grid-template-columns: 1fr; gap: 10px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .inner-hero { padding-top: calc(var(--ticker-h) + var(--header-h) + 44px); }
  .inner-title { font-size: clamp(38px, 14vw, 60px); }
  .filters-bar { flex-direction: column; align-items: flex-start; }
}



/* =========================================================
   REVISION 2 / USER FEEDBACK FIXES
========================================================= */
:root{
  --ticker-h: 0px;
  --header-h: 74px;
}

.top-ticker{
  display:none !important;
}

.site-header{
  top:0 !important;
  background: rgba(255,255,255,.62) !important;
  backdrop-filter: blur(18px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(165%) !important;
  border-bottom: 1px solid rgba(255,255,255,.42) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,.05) !important;
}

.site-header.solid{
  background: rgba(255,255,255,.78) !important;
}

.header-inner,
.container,
.hero-content,
.hero-controls-inner{
  width: min(calc(100% - 56px), var(--container));
}

.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu,
.lang-switch.open .lang-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.hero{
  padding-top: 0 !important;
  min-height: 100svh !important;
}

.hero-slider,
.hero-slide,
.hero-media,
.hero-content-wrap{
  min-height: 100svh !important;
}

.hero-content-wrap{
  align-items: flex-end !important;
}

.hero-content{
  padding-top: 160px !important;
  padding-bottom: 76px !important;
}

.hero-slider{
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.hero-slider.is-dragging{
  cursor: grabbing;
}

.hero-media img,
.hero-media video{
  object-position: center center;
}

.hero-controls{
  bottom: 24px;
}

.hero-desc{
  max-width: 720px;
}

.mobile-panel{
  background: rgba(0,0,0,.14) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mobile-panel-drawer{
  width: 100vw !important;
  max-width: none !important;
  background: rgba(255,255,255,.72) !important;
  backdrop-filter: blur(20px) saturate(165%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(165%) !important;
  box-shadow: none !important;
}

.mobile-panel-head{
  padding: 18px 22px 16px !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

.mobile-panel-brand{
  display:inline-flex;
  align-items:center;
}

.mobile-panel-brand img{
  width: 138px;
  height: auto;
  display:block;
}

.mobile-panel-title{
  display:none !important;
}

.mobile-nav{
  padding: 10px 22px 20px !important;
}

.mobile-nav-link,
.mobile-sub-link,
.mobile-sub-toggle,
.mobile-foot-links a,
.mobile-lang-title,
.mobile-lang-chip{
  font-size: 14px !important;
  font-weight: 700 !important;
}

.mobile-panel-foot{
  background: transparent !important;
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

.mobile-lang-chip{
  background: rgba(255,255,255,.55) !important;
  border: 1px solid rgba(0,0,0,.06);
}

.mobile-lang-chip.active{
  background: rgba(17,17,17,.08) !important;
}

.footer-brand .footer-social{
  display:none !important;
}

.site-footer{
  padding: 16px 0 72px !important;
}

.footer-grid{
  align-items:start;
}

.footer-bottom{
  padding-top: 44px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  text-align:center !important;
}

.footer-copy{
  text-align:center !important;
  width:100%;
}

.footer-social-bottom{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:12px !important;
}

.footer-social-bottom a{
  width: 40px;
  height: 40px;
  border-radius:999px;
  border:1px solid var(--line);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.footer-cards{
  display:none !important;
}

.inner-hero{
  padding-top: calc(var(--header-h) + 56px) !important;
}

@media (max-width: 992px){
  :root{
    --header-h: 66px;
  }

  .header-inner,
  .container,
  .hero-content,
  .hero-controls-inner{
    width: min(calc(100% - 28px), var(--container));
  }

  .brand img{
    width: 132px !important;
  }

  .hero{
    min-height:100svh !important;
  }

  .hero-slider,
  .hero-slide,
  .hero-media,
  .hero-content-wrap{
    min-height:100svh !important;
  }

  .hero-content{
    padding-top: 120px !important;
    padding-bottom: 72px !important;
  }

  .hero-title{
    font-size: clamp(40px, 14vw, 68px) !important;
    line-height: .95 !important;
  }

  .hero-kicker{
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }

  .hero-desc{
    font-size: 13px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
  }

  .hero-arrows{
    gap:8px !important;
  }

  .hero-arrow{
    width: 40px !important;
    height: 40px !important;
  }

  .section{
    padding: 60px 0 !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .footer-brand img{
    width: 112px !important;
    margin-bottom: 16px !important;
  }

  .footer-text,
  .footer-links a,
  .footer-copy{
    font-size:13px !important;
    line-height:1.8 !important;
  }

  .footer-col-title{
    margin-bottom:8px !important;
  }
}

@media (max-width: 768px){
  .site-header{
    background: rgba(255,255,255,.54) !important;
  }

  .hero-content{
    padding-top: 112px !important;
    padding-bottom: 78px !important;
  }

  .hero-title{
    font-size: clamp(38px, 13vw, 60px) !important;
  }

  .hero-controls{
    bottom: 18px !important;
  }

  .hero-dot{
    width: 24px !important;
  }

  .desktop-nav > li:hover .mega-panel,
  .desktop-nav > li:focus-within .mega-panel{
    display:none !important;
  }
}


/* =========================================================
   REVISION 3 / SUBMENU + FULLSCREEN HERO + NEWSLETTER FIX
========================================================= */
:root{
  --header-h: 80px;
}

main{overflow-x:hidden;}

.site-header{
  height: var(--header-h) !important;
}



.desktop-nav > li > a,
.right-link,
.lang-trigger,
.header-icon{
  position: relative;
  z-index: 3;
}

.desktop-nav > li.has-submenu{
  position: relative;
}

.submenu-panel{
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  min-width: 220px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  pointer-events: none;
  display: grid;
  gap: 4px;
}
.submenu-panel::before,
.lang-menu::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 16px;
  background: transparent;
}
.desktop-nav > li.has-submenu:hover .submenu-panel,
.desktop-nav > li.has-submenu:focus-within .submenu-panel{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.submenu-link{
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.submenu-link:hover{
  background: rgba(17,17,17,.06);
}

/* disable old mega look completely */
.mega-panel{display:none !important;}

.lang-switch{
  position: relative;
}
.lang-menu{
  top: calc(100% + 6px) !important;
}
@media (min-width: 993px){
  .lang-switch:hover .lang-menu,
  .lang-switch:focus-within .lang-menu{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}

.hero{
  position: relative;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: none !important;
  padding-top: 0 !important;
}
.hero-slider,
.hero-slide,
.hero-media,
.hero-content-wrap{
  height: 100dvh !important;
  min-height: 100dvh !important;
}
.hero-slide{
  overflow: hidden;
}
.hero-content-wrap{
  align-items: flex-end !important;
}
.hero-content{
  width: min(calc(100% - 56px), var(--container));
  margin: 0 auto;
  padding-top: 150px !important;
  padding-bottom: 74px !important;
}
.hero-title{
  max-width: 760px;
}
.hero-desc{
  max-width: 620px;
}
.hero-media picture,
.hero-media img,
.hero-media video{
  width: 100%;
  height: 100%;
}
.hero-media img,
.hero-media video{
  object-fit: cover;
  object-position: center center;
}
.hero-slider{
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.hero-slider.is-dragging{cursor: grabbing;}
.hero-controls{
  bottom: 26px;
}

.feature-item i{
  font-size: 40px !important;
}

.newsletter{
  padding: 0 !important;
  margin: 0;
}
.newsletter-shell{
  position: relative;
  min-height: 480px;
  overflow: hidden;
}
.newsletter-bg,
.newsletter-bg img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.newsletter-bg img{
  object-fit: cover;
  object-position: center center;
}
.newsletter-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.30);
}
.newsletter-card{display:none !important;}
.newsletter-content{
  position: relative;
  z-index: 2;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 32px;
}
.newsletter-title{
  margin: 0 0 12px;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 700;
}
.newsletter-copy{
  margin: 0 0 24px;
  font-size: 16px;
}
.newsletter-form{
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 0;
  margin: 0 auto 14px;
}
.newsletter-input,
.newsletter-submit{
  height: 52px;
  border: 0;
}
.newsletter-input{
  padding: 0 18px;
  background: rgba(255,255,255,.96);
  color: #111;
}
.newsletter-submit{
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.newsletter-check{
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
.newsletter-check input{
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
.newsletter-note{display:none !important;}

.footer-bottom-centered{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center;
}
.footer-social-bottom{
  margin-top: 0 !important;
  justify-content: center;
}

@media (max-width: 992px){
  .desktop-nav{display:none !important;}
  .burger{display:inline-flex !important;}
  .header-right .desktop-only{display:none !important;}
  .header-inner{width:min(calc(100% - 28px), var(--container)) !important;}
}

@media (max-width: 768px){
  :root{ --header-h: 68px; }
  .hero,
  .hero-slider,
  .hero-slide,
  .hero-media,
  .hero-content-wrap{
    height: 100svh !important;
    min-height: 100svh !important;
  }
  .hero-content{
    width: min(calc(100% - 28px), var(--container));
    padding-top: 122px !important;
    padding-bottom: 68px !important;
  }
  .hero-title{
    font-size: clamp(42px, 15vw, 72px) !important;
    line-height: .94;
  }
  .hero-desc{
    font-size: 13px;
    line-height: 1.7;
    max-width: 100%;
  }
  .hero-controls-inner{
    width: min(calc(100% - 28px), var(--container));
  }
  .hero-progress{gap:6px;}
  .hero-dot{width:24px;}
  .hero-arrow{width:38px;height:38px;}

  .mobile-panel-drawer{
    width:100vw !important;
  }

  .newsletter-shell,
  .newsletter-content{
    min-height: 360px;
  }
  .newsletter-form{
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .newsletter-submit{
    width: 100%;
  }
  .newsletter-title{
    font-size: 38px;
  }
  .newsletter-copy{
    font-size: 14px;
  }
  .newsletter-check{
    max-width: 320px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .section-categories {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-categories .container-fullbleed {
    width: calc(100% - 4px);
  }
  .section-categories .category-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .section-categories .category-card {
    min-height: 72svh;
  }
}




.product-showcase,
.home-category-products{
  background:#fbfaf7 !important;
}

.product-showcase .container,
.home-category-products .container{
  background:transparent !important;
}

.product-rail-wrap,
.product-rail{
  background:transparent !important;
}

.product-card{
  background:#fffefb !important;
  border:1px solid rgba(18,18,18,.055) !important;
  border-radius:12px !important;
  overflow:hidden !important;
  box-shadow:0 8px 22px rgba(0,0,0,.026) !important;
  padding:10px 10px 14px !important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.product-card:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(18,18,18,.09) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.045) !important;
}

.product-thumb{
  background:#fbfaf7 !important;
  border:1px solid rgba(18,18,18,.045) !important;
  border-radius:9px !important;
  overflow:hidden !important;
  margin-bottom:16px !important;
}

.product-brand,
.product-name,
.product-price{
  padding-left:0 !important;
  padding-right:0 !important;
}

.product-brand{
  color:#171717 !important;
}

.product-name{
  color:#1c1c1c !important;
}

.product-price{
  color:#111 !important;
}

/* Mobilde slider yapısı bozulmasın; sadece kart iç boşlukları daha dengeli olsun */
@media (max-width:767px){
  .home-category-products .product-card{
    padding:9px 9px 13px !important;
    border-radius:11px !important;
  }

  .home-category-products .product-thumb{
    border-radius:8px !important;
    margin-bottom:14px !important;
  }
}

/* =========================================================
   FINAL NEWSLETTER SIZE FIX / 8MILE COFFEE
   Bu blok en sonda durmalı. Önceki newsletter tanımlarını ezerek
   e-bülten alanını daha kısa ve başlığı daha küçük yapar.
========================================================= */
.newsletter{
  padding: 0 !important;
  margin: 0 !important;
}

.newsletter-shell,
.newsletter-card{
  position: relative !important;
  min-height: 360px !important;
  overflow: hidden !important;
}

.newsletter-card::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,.26) !important;
}

.newsletter-bg,
.newsletter-bg img{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.newsletter-bg img{
  object-fit: cover !important;
  object-position: center center !important;
}

.newsletter-overlay{
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,.26) !important;
}

.newsletter-content{
  position: relative !important;
  z-index: 2 !important;
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  text-align: center !important;
  color: #fff !important;
  padding: 26px 24px !important;
}

.newsletter-title{
  margin: 0 0 8px !important;
  font-size: clamp(28px, 3.1vw, 42px) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.newsletter-copy{
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.newsletter-form{
  width: min(100%, 430px) !important;
  display: grid !important;
  grid-template-columns: 1fr 120px !important;
  gap: 0 !important;
  margin: 0 auto 12px !important;
}

.newsletter-input,
.newsletter-submit{
  height: 46px !important;
  border: 0 !important;
}

.newsletter-input{
  padding: 0 16px !important;
  background: rgba(255,255,255,.95) !important;
  color: #111 !important;
  font-size: 13px !important;
}

.newsletter-submit{
  background: #111 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
}

.newsletter-check{
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  max-width: 480px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.newsletter-check input{
  margin-top: 2px !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
}

.newsletter-note{
  max-width: 430px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

@media (max-width: 768px){
  .newsletter-shell,
  .newsletter-card,
  .newsletter-content{
    min-height: 300px !important;
  }

  .newsletter-content{
    padding: 24px 18px !important;
  }

  .newsletter-title{
    font-size: 28px !important;
    margin-bottom: 7px !important;
  }

  .newsletter-copy{
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }

  .newsletter-form{
    width: 100% !important;
    max-width: 360px !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .newsletter-input,
  .newsletter-submit{
    width: 100% !important;
    height: 43px !important;
  }

  .newsletter-check{
    max-width: 330px !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  .newsletter-note{
    max-width: 330px !important;
    font-size: 11.5px !important;
  }
}
