.header_wrap header .header-logo {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 304px;
  height: 52px;
  margin-left: -28px;
  margin-right: 10px;
}
.header_wrap header .header-logo > * {
  width: 304px;
  height: 52px;
  overflow: hidden;
}
.header_wrap header .header-logo img {
  display: block;
  width: auto;
  height: 52px;
  max-width: none;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}
.header_wrap header .header-globalnav {
  position: relative;
  z-index: 1;
  width: auto;
  flex: 0 1 auto;
  margin-left: 20px;
}
.header_wrap header .header-globalnav li {
  font-size: 1.5rem;
}
.header_wrap header .header-globalnav li + li {
  margin-left: 24px;
}
.header_wrap header .header-globalnav + .header-lang {
  flex-shrink: 0;
  margin-left: auto;
}

/* Ana slider — tam ekran genişliği (kenardan kenara) */
.wrapper {
  overflow-x: hidden;
}
body#top .main {
  padding-top: 0;
}
.keyvisualSlider-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 100px;
  margin-bottom: 0;
  overflow: hidden;
}
.keyvisualSlider {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.keyvisualSlider:not(.slick-initialized) .keyvisualSlider_item:not(:first-child) {
  display: none;
}
.keyvisualSlider:not(.slick-initialized) .keyvisualSlider_item:first-child {
  display: block;
}
.keyvisualSlider .slick-list {
  overflow: hidden;
  margin: 0;
  height: clamp(380px, 42vw, 720px);
}
.keyvisualSlider .slick-track {
  height: 100%;
}
.keyvisualSlider .slick-slide {
  height: clamp(380px, 42vw, 720px);
}
.keyvisualSlider .slick-slide > div {
  height: 100%;
}
.keyvisualSlider_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.keyvisualSlider_item--caption {
  overflow: visible;
}
.keyvisualSlider_item > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
/* Alt metin — cam panel, eğik kutu (her zaman görünür) */
.keyvisualSlider_caption {
  position: absolute;
  z-index: 20;
  top: clamp(20px, 4vw, 40px);
  left: clamp(16px, 3vw, 48px);
  right: auto;
  bottom: auto;
  max-width: min(520px, 85vw);
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
/* Slick, .keyvisualSlider_item üzerine slick-slide ekler — caption aynı öğenin içinde */
.keyvisualSlider:not(.slick-initialized) .keyvisualSlider_caption {
  display: block;
}
.keyvisualSlider.hero-effect-center-peek.slick-initialized .keyvisualSlider_item:not(.slick-center) .keyvisualSlider_caption {
  display: none;
}
.keyvisualSlider.slick-initialized:not(.hero-effect-center-peek) .keyvisualSlider_item:not(.slick-active) .keyvisualSlider_caption {
  display: none;
}
.keyvisualSlider.slick-initialized .keyvisualSlider_item.slick-center .keyvisualSlider_caption,
.keyvisualSlider.slick-initialized .keyvisualSlider_item.slick-active .keyvisualSlider_caption {
  display: block;
  opacity: 1;
  visibility: visible;
}
.keyvisualSlider_caption-inner {
  position: relative;
  padding: 18px 24px 20px 32px;
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.75) 0%,
    rgba(20, 20, 20, 0.45) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.5deg);
}
.keyvisualSlider_caption-line {
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: linear-gradient(180deg, #e63946 0%, #9d0208 100%);
}
.keyvisualSlider_caption-text {
  margin: 0;
  color: #fff;
  opacity: 1;
  font-size: clamp(1.1rem, 2.2vw, 1.85rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
@media (prefers-reduced-motion: no-preference) {
  .keyvisualSlider.slick-initialized .keyvisualSlider_item.slick-center .keyvisualSlider_caption-inner,
  .keyvisualSlider.slick-initialized:not(.hero-effect-center-peek) .keyvisualSlider_item.slick-active .keyvisualSlider_caption-inner {
    animation: keyvisualCaptionIn 0.7s ease-out;
  }
}
@keyframes keyvisualCaptionIn {
  from {
    transform: rotate(-1.5deg) translateY(-12px);
  }
  to {
    transform: rotate(-1.5deg) translateY(0);
  }
}
@media (max-width: 768px) {
  .keyvisualSlider_caption {
    top: 16px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
  .keyvisualSlider_caption-inner {
    padding: 12px 16px 14px 24px;
  }
  .keyvisualSlider_caption-text {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
  }
}
.keyvisualSlider_item a,
.keyvisualSlider_item picture {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.keyvisualSlider .slider-img,
.keyvisualSlider picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
/* Slider noktaları — resmin üzerinde, ortada */
.keyvisualSlider .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 12px 20px;
  list-style: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.keyvisualSlider .slick-dots > li {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.keyvisualSlider .slick-dots > li > button {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.keyvisualSlider .slick-dots > li > button:hover {
  background: rgba(255, 255, 255, 0.75);
  transform: scale(1.12);
}
.keyvisualSlider .slick-dots > li.slick-active > button {
  width: 16px;
  height: 16px;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Slider okları — resmin üzerinde */
.keyvisualSlider-wrap .slick-arrow.keyvisual-arrow {
  position: absolute;
  top: 50%;
  z-index: 15;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.keyvisualSlider-wrap .slick-prev.keyvisual-arrow {
  left: 24px;
  right: auto;
}
.keyvisualSlider-wrap .slick-next.keyvisual-arrow {
  right: 24px;
  left: auto;
}
.keyvisualSlider-wrap .keyvisual-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.06);
}
.keyvisualSlider-wrap .keyvisual-arrow-icon {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  box-sizing: border-box;
}
.keyvisualSlider-wrap .keyvisual-arrow--prev .keyvisual-arrow-icon {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.keyvisualSlider-wrap .keyvisual-arrow--next .keyvisual-arrow-icon {
  transform: rotate(45deg);
  margin-right: 4px;
}
.keyvisualSlider-wrap .slick-prev::before,
.keyvisualSlider-wrap .slick-next::before {
  display: none !important;
  content: '' !important;
}

/* Geçiş efektleri — top.css’teki soluk slaytları kapat */
.keyvisualSlider .keyvisualSlider_item {
  opacity: 1 !important;
}

.keyvisualSlider.hero-effect-zoom .slick-slide .slider-img,
.keyvisualSlider.hero-effect-zoom .slick-slide picture img {
  transform: scale(1);
  transition: transform 9s ease-out;
}
.keyvisualSlider.hero-effect-zoom .slick-active .slider-img,
.keyvisualSlider.hero-effect-zoom .slick-active picture img {
  transform: scale(1.12);
}

.keyvisualSlider.hero-effect-fade .slick-slide {
  transition: opacity 0.3s ease;
}

/* Yan önizleme — slaytlar kutunun içinde kalır, alta taşmaz */
.keyvisualSlider.hero-effect-center-peek .slick-list {
  overflow: hidden;
}
/* Yan önizleme — kenar slayt görünümü (Genel Ayarlar: normal / buğulu) */
.keyvisualSlider.hero-effect-center-peek .slick-slide {
  transition: opacity 0.45s ease, filter 0.45s ease;
}
.keyvisualSlider.hero-effect-center-peek .slick-slide .keyvisualSlider_item {
  position: relative;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.keyvisualSlider.hero-effect-center-peek .slick-slide:not(.slick-center) .keyvisualSlider_item::after {
  display: none;
}
/* Normal — kenar slaytlar net */
.keyvisualSlider.hero-effect-center-peek.hero-side-normal .slick-slide:not(.slick-center) .keyvisualSlider_item {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
.keyvisualSlider.hero-effect-center-peek.hero-side-normal .slick-slide:not(.slick-center) .slider-img {
  filter: none;
  transform: none;
}
/* Buğulu — kenar slayt görselleri bulanık */
.keyvisualSlider.hero-effect-center-peek.hero-side-blurry .slick-slide:not(.slick-center) .keyvisualSlider_item {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
.keyvisualSlider.hero-effect-center-peek.hero-side-blurry .slick-slide:not(.slick-center) .keyvisualSlider_item picture {
  display: block;
  overflow: hidden;
}
.keyvisualSlider.hero-effect-center-peek.hero-side-blurry .slick-slide:not(.slick-center) .slider-img {
  filter: blur(10px) brightness(0.92);
  transform: scale(1.08);
  transition: filter 0.45s ease, transform 0.45s ease;
}
.keyvisualSlider.hero-effect-center-peek .slick-slide.slick-center .keyvisualSlider_item {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
.keyvisualSlider.hero-effect-center-peek .slick-slide.slick-center .slider-img {
  filter: none;
  transform: none;
}

@media (max-width: 768px) {
  .keyvisualSlider.hero-effect-center-peek.hero-side-blurry .slick-slide:not(.slick-center) .slider-img {
    filter: blur(8px) brightness(0.9);
    transform: scale(1.06);
  }
  .keyvisualSlider .slick-list {
    height: 75vh;
    max-height: 680px;
    min-height: 420px;
  }
  .keyvisualSlider .slick-slide {
    height: 75vh;
    max-height: 680px;
    min-height: 420px;
  }
  .keyvisualSlider .slick-dots {
    bottom: 18px;
    gap: 10px;
    padding: 10px 16px;
  }
  .keyvisualSlider .slick-dots > li > button {
    width: 12px;
    height: 12px;
  }
  .keyvisualSlider .slick-dots > li.slick-active > button {
    width: 14px;
    height: 14px;
  }
  .keyvisualSlider-wrap .slick-arrow.keyvisual-arrow {
    width: 44px;
    height: 44px;
  }
  .keyvisualSlider-wrap .slick-prev.keyvisual-arrow {
    left: 12px;
  }
  .keyvisualSlider-wrap .slick-next.keyvisual-arrow {
    right: 12px;
  }
  .keyvisualSlider-wrap .keyvisual-arrow-icon {
    width: 12px;
    height: 12px;
    border-width: 2.5px;
  }
}

/* Ana sayfa bölümleri slider üstüne binmesin */
.main > .about-home,
.main > .forcms_block {
  position: relative;
  z-index: 2;
  background: #fff;
}
.top-global-product,
.top-discover,
.top-news {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* Koleksiyonlar — öne çıkan ürün butonu */
.top-global-product .product-list.col1 li .product-list_txt .top-global-product_more {
  width: auto;
  min-width: 170px;
  height: auto;
  min-height: 51px;
}
.top-global-product .product-list.col1 li .product-list_txt .top-global-product_more > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-width: 170px;
  min-height: 51px;
  padding: 0 18px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1.2;
  box-sizing: border-box;
}
.top-global-product .product-list.col1 li .product-list_txt .top-global-product_more > a > .icon_brank {
  margin-left: 0;
  flex-shrink: 0;
}

/* Aktif slider (center-peek) ile aynı yatay hizalama */
:root {
  --hero-center-padding: 14%;
}
@media (max-width: 1200px) {
  :root {
    --hero-center-padding: 12%;
  }
}
@media (max-width: 768px) {
  :root {
    --hero-center-padding: 8%;
  }
}

/* ——— Hakkımızda (ana sayfa) ——— */
.about-home {
  width: 100%;
  padding: 48px 0 56px;
  background: #fff;
  clear: both;
}
.about-home__wrap {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}
.about-home--overlap-right .about-home__wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.about-home__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.about-home__link:hover .about-home__btn {
  background: #333;
}
.about-home--overlap-right .about-home__link,
.about-home--image-left .about-home__link,
.about-home--image-right .about-home__link {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  align-items: stretch;
  min-height: 420px;
}
.about-home--overlap-right .about-home__link {
  grid-template-columns: 1fr minmax(400px, 480px);
  width: 100%;
  min-height: 440px;
  margin-right: auto;
  overflow: visible;
}
/* Aktif slayt sol kenarı — pasif önizleme alanına taşmaz */
.keyvisualSlider-wrap--center-peek ~ .forcms_block .about-home--overlap-right .about-home__link {
  margin-left: var(--hero-center-padding);
  width: calc((100vw + 1200px) / 2 - var(--hero-center-padding));
  max-width: calc(100vw - var(--hero-center-padding));
}
.about-home__media {
  margin: 0;
  overflow: hidden;
  min-height: 380px;
  background: #e8e8e8;
}
.about-home--overlap-right .about-home__media {
  min-height: 440px;
}
.about-home__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-home__panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 56px 48px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.about-home--overlap-right .about-home__panel {
  margin-left: calc(-1 * var(--about-overlap, 5%));
  align-self: center;
  width: calc(100% + 120px);
  max-width: 660px;
  box-sizing: border-box;
}
.about-home--image-left .about-home__panel {
  margin-left: 0;
}
.about-home--image-right .about-home__link {
  grid-template-columns: 1fr minmax(280px, 42%);
}
.about-home--image-right .about-home__media {
  order: 2;
}
.about-home--image-right .about-home__panel {
  order: 1;
  margin-right: 0;
}
.about-home--text-on-image .about-home__link {
  display: block;
  position: relative;
  min-height: 480px;
}
.about-home--text-on-image .about-home__media {
  position: absolute;
  inset: 0;
  min-height: 100%;
}
.about-home--text-on-image .about-home__panel {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 8% auto 8%;
  margin-left: calc(var(--about-overlap, 5%) + 8%);
  background: rgba(255, 255, 255, 0.96);
}
.about-home__content h2 {
  font-family: inherit;
  font-size: calc(2.375rem + 1pt);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 1.25rem;
}
.about-home__content h2 .about-home__brand {
  font-weight: 600;
  letter-spacing: 0.06em;
}
.about-home__content p {
  font-family: inherit;
  font-size: calc(1.25rem + 1pt);
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 1rem;
  color: #000;
}
.about-home__more {
  margin-top: auto;
  margin-left: auto;
  width: 170px;
}
.about-home__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 51px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  background: #000;
  border: none;
  box-sizing: border-box;
}
.about-home__btn .icon_brank {
  margin-left: 12px;
}
.about-home--no-image .about-home__link {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.about-home--no-image .about-home__panel {
  margin-left: 0 !important;
}

/* CMS HTML (ortak) */
.cms-html img { max-width: 100%; height: auto; }
.cms-html h2 { font-size: 2rem; font-weight: 400; margin: 1.5em 0 0.75em; }
.cms-html h3 { font-size: 1.35rem; margin: 1.25em 0 0.5em; }
.cms-html p { line-height: 1.85; margin: 0 0 1em; }
.cms-html ul, .cms-html ol { margin: 0 0 1em 1.25em; line-height: 1.75; }

/* Hakkımızda sayfası */
body.page-about .about-page-main {
  padding-top: 100px;
}
.about-page-hero {
  padding: 48px 0 32px;
  border-bottom: 1px solid #e0e0e0;
}
.about-page-hero__title {
  font-size: 2.75rem;
  font-weight: 400;
  margin: 0;
}
.about-page-hero__lead {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 1.25rem 0 0;
  max-width: 720px;
  color: #444;
}
.about-page-body {
  padding: 48px 0 80px;
}
.about-page-content {
  max-width: 900px;
  margin: 0 auto;
}
.about-page-content h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 2.5rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.about-page-content h2:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 900px) {
  .about-home__wrap {
    width: auto;
    max-width: calc(100% - 24px);
  }
  .about-home--overlap-right .about-home__wrap {
    width: auto;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    padding: 0;
  }
  .keyvisualSlider-wrap--center-peek ~ .forcms_block .about-home--overlap-right .about-home__link {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
  .about-home--overlap-right .about-home__link {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .about-home--image-left .about-home__link,
  .about-home--image-right .about-home__link {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .about-home--overlap-right .about-home__panel {
    max-width: none;
    margin-left: 0;
    margin-top: -24px;
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
  .about-home--image-right .about-home__media { order: 0; }
  .about-home--image-right .about-home__panel { order: 1; }
  .about-home__media { min-height: 280px; }
  .about-home__panel { padding: 32px 24px 24px; }
  .about-home__content h2 { font-size: calc(1.75rem + 1pt); }
  .about-home__content p { font-size: calc(1.0625rem + 1pt); line-height: 1.6; }
}

li.alc ul {
  padding-top: 10px;
  background: #fff;
  border: solid 1px #ccc;
  border-top: none;
  display: none !important;
  position: absolute;
}
li.alc ul li { margin-left: 30px !important; }
.alc:hover ul { display: block !important; }
.alc:hover ul li { width: 240px; margin-left: 20px; margin-bottom: 10px; }

.top-special-contents { background: #f5f5f5; padding: 60px 0; }
.top-special-contents h2 { text-align: center; margin-bottom: 40px; font-size: 24px; }
.special-contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.special-contents-list li { width: 200px; text-align: center; }
.special-contents-list a { color: #333; text-decoration: none; }
.special-contents-list img { max-width: 100%; height: auto; }

.top-news,
.top-special-contents,
.top-contact {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* İletişim */
.top-contact {
  width: 100%;
  padding: 64px 0 72px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.top-contact__title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 36px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}
.contact-details__label {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: #111;
}
.contact-details__label + .contact-details__label {
  margin-top: 28px;
}
.contact-details__address {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  color: #333;
}
.contact-details__phone {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
}
.contact-details__phone a {
  color: #111;
  text-decoration: none;
}
.contact-details__phone a:hover {
  text-decoration: underline;
}
.contact-map {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #eee;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: none;
  }
  .contact-map {
    max-width: 100%;
    padding-bottom: 56%;
  }
  .top-contact__title {
    font-size: 2rem;
  }
}

.footer { background: #1a1a1a; color: #fff; padding: 40px 0; }
.footer-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.footer-nav, .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.footer-nav a, .footer-links a { color: #ccc; text-decoration: none; font-size: 13px; }
.footer-copy { font-size: 12px; color: #888; margin: 20px 0 0; }

/* Koleksiyonlar — grid ürün başlığı (sol üst, cam etiket) */
.top-global-product .product-list.col2 .product-list_thumb,
.top-global-product .product-list.col3 .product-list_thumb {
  position: relative;
  overflow: hidden;
}
.top-global-product .product-list.col2 li > a,
.top-global-product .product-list.col3 li > a {
  display: block;
}
.top-global-product .product-list.col2 .product-list_label,
.top-global-product .product-list.col3 .product-list_label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  margin: 0;
  padding: 10px 14px 11px 18px;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(12, 12, 12, 0.82) 0%,
    rgba(12, 12, 12, 0.55) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.top-global-product .product-list_label-line {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, #e63946 0%, #9d0208 100%);
}
.top-global-product .product-list.col2 .product-list_ttl,
.top-global-product .product-list.col3 .product-list_ttl {
  position: static;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.top-global-product .product-list.col2 li .product-list_ttl,
.top-global-product .product-list.col3 li .product-list_ttl {
  margin-top: 0;
}
.top-global-product .product-list.col3 .product-list_label {
  top: 10px;
  left: 10px;
  padding: 8px 12px 9px 16px;
  max-width: calc(100% - 20px);
}
.top-global-product .product-list.col3 .product-list_ttl {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .top-global-product .product-list.col2 .product-list_label,
  .top-global-product .product-list.col3 .product-list_label {
    top: 10px;
    left: 10px;
    padding: 8px 10px 9px 14px;
  }
  .top-global-product .product-list.col2 .product-list_ttl,
  .top-global-product .product-list.col3 .product-list_ttl {
    font-size: 0.75rem;
  }
}

/* Servis — Türkiye haritası */
.turkey-map-section {
  padding-top: 48px;
  padding-bottom: 56px;
  border-top: 1px solid #e6e6e6;
}
.turkey-map-section__title {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 8px;
}
.turkey-map-section__hint {
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  margin: 0 0 28px;
}
.turkey-map-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.turkey-map-host {
  flex: 1 1 62%;
  min-height: 360px;
  background: #ececec;
  border-radius: 4px;
  overflow: hidden;
}
.turkey-map-host .turkey-map-svg {
  display: block;
  width: 100%;
  height: auto;
}
.turkey-map-host #features > g {
  cursor: default;
  stroke: #fff;
  stroke-width: 1.5px;
  fill: #e63946;
  transition: fill 0.2s ease, opacity 0.2s ease;
}
.turkey-map-host #features > g.has-data {
  cursor: pointer;
}
.turkey-map-host #features > g.has-data:hover {
  fill: #1d6fd8;
}
.turkey-map-host #features > g.is-active {
  fill: #1d6fd8;
}
.turkey-map-host #features > g.is-muted {
  fill: #d64545;
  opacity: 0.72;
}
.turkey-map-panel {
  flex: 0 0 300px;
  background: #1d6fd8;
  color: #fff;
  padding: 22px 20px;
  box-sizing: border-box;
}
.turkey-map-panel__title {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.turkey-map-panel__body {
  font-size: 1.25rem;
  line-height: 1.45;
}
.turkey-map-contact-name {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 600;
}
.turkey-map-panel__body a {
  color: #fff;
  text-decoration: none;
}
.turkey-map-contact-sep {
  border: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.55);
  margin: 14px 0;
}
.turkey-map-panel-empty {
  margin: 0;
  opacity: 0.9;
}
.turkey-map-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}
.turkey-map-quick button {
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  padding: 8px 14px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 3px;
}
.turkey-map-quick button:hover,
.turkey-map-quick button.is-active {
  background: #1d6fd8;
  border-color: #1d6fd8;
  color: #fff;
}

/* Felsefe bandı — özel arka plan + görsel linki */
.top-better-starts-now {
  position: relative;
}
.top-better-starts-now--custom {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-better-starts-now .content-wrapper {
  position: relative;
  z-index: 2;
}
.philosophy-image-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
.top-better-starts-now_more {
  position: relative;
  z-index: 3;
}

/* Özel görsel (logo vb.) — açık arka planda buton okunaklı olsun */
.top-better-starts-now--custom::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.08) 40%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.top-better-starts-now--custom .top-better-starts-now_more {
  width: auto;
  min-width: 200px;
  max-width: 260px;
  height: auto;
  min-height: 51px;
}
.top-better-starts-now--custom .top-better-starts-now_more > a {
  background: rgba(0, 0, 0, 0.88);
  border: 1px solid #000;
  padding: 12px 16px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}
.top-better-starts-now--custom .top-better-starts-now_more > a:hover {
  background: #111;
  color: #fff;
}
.top-better-starts-now--custom .top-better-starts-now_more > a > .icon_brank {
  flex-shrink: 0;
  margin-left: 10px;
}

/* Ana sayfa alt bölümler */
.home-section-intro {
  margin-bottom: 32px;
}
.home-subsection {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e8e8e8;
}
.home-subsection__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 16px;
  color: #111;
}
.home-subsection__num {
  color: #888;
  font-weight: 500;
  margin-right: 6px;
}
.sales-region-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #333;
}
.top-brands .brand-card-label {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  text-align: center;
}
.top-brands .discover-list a {
  text-decoration: none;
  color: inherit;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-right: 12px;
  margin-left: 16px;
}
.header-lang__flag {
  display: inline-flex;
  line-height: 0;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 2px;
  opacity: 0.55;
  transition: opacity 0.2s, border-color 0.2s, transform 0.15s;
}
.header-lang__flag:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.header-lang__flag.is-active {
  opacity: 1;
  border-color: #111;
}
.header-lang__flag img {
  display: block;
  width: 28px;
  height: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Teknik Servis — görsel boyut kılavuzu */
.service-size-guide {
  margin: 24px 0 32px;
}
.service-size-guide__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
