/* Dil değiştirici – modern chip görünümü */
.main-menu .navigation li.language-dropdown {
  margin-left: 8px;
  position: relative;
}
@media (min-width: 992px) {
  [dir="rtl"] .main-menu .navigation > li.language-dropdown {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}
.main-header .nav-outer {
  overflow: visible;
}
/* Hover'da alttaki kırmızı çizgiyi kaldır */
.main-menu .navigation li.language-dropdown::before {
  display: none !important;
}
.main-menu .navigation li.language-dropdown > a.lang-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}
.main-menu .navigation li.language-dropdown > a.lang-toggle:hover {
  background: rgba(15, 23, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.main-menu .navigation li.language-dropdown .lang-flag {
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.main-menu .navigation li.language-dropdown .lang-chevron {
  font-size: 10px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}
.main-menu .navigation li.language-dropdown.show .lang-chevron {
  transform: rotate(180deg);
}
/* Tema hover kuralını dil dropdown için devre dışı – hover ile açılmasın */
.main-menu .navigation li.language-dropdown:hover > .dropdown-menu:not(.show) {
  opacity: 0 !important;
  filter: brightness(0.6) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.main-menu .navigation li.language-dropdown > .dropdown-menu {
  display: block !important;
  opacity: 0;
  filter: brightness(0.75);
  pointer-events: none;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
/* .show varken görünsün – tema hover ile KAPANMASIN (visibility/opacity !important) */
.main-menu .navigation li.language-dropdown > .dropdown-menu.show {
  visibility: visible !important;
  opacity: 1 !important;
  filter: brightness(1) !important;
  pointer-events: auto !important;
}
.main-menu .navigation li.language-dropdown .lang-dropdown-menu {
  min-width: 160px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 6px;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  transform: none !important;
  inset: auto !important;
  overflow: hidden;
}
.main-menu .navigation li.language-dropdown .lang-dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
[dir="rtl"] .main-menu .navigation li.language-dropdown .lang-dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
.main-menu .navigation li.language-dropdown .lang-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 14px !important;
  margin: 0 !important;
  border-radius: 8px;
  color: #1f2937 !important;
  font-size: 14px;
  transition: background 0.15s ease;
  width: 100%;
  box-sizing: border-box;
}
.main-menu .navigation li.language-dropdown .lang-option:hover {
  background: #f5f6f8 !important;
  color: var(--theme-color1) !important;
}
.main-menu .navigation li.language-dropdown .lang-option .lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}
.main-menu .navigation li.language-dropdown .dropdown-toggle::after {
  display: none !important; /* Kendi chevron kullanıyoruz */
}

/* Ürünler mega menu */
.main-menu .navigation li.products-mega-dropdown {
  position: relative !important;
}

.main-menu .navigation li.products-mega-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 16px;
}

.main-menu .navigation li.products-mega-dropdown > .products-mega-menu:not(.products-mega-menu--cards) {
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transform: translateX(-50%) translateY(4px);
  width: min(1180px, calc(100vw - 56px));
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(219, 227, 238, 0.9);
  border-radius: 13px;
  box-shadow: 0 22px 55px rgba(9, 30, 66, 0.18);
  padding: 24px 24px 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1001;
  backdrop-filter: blur(8px);
}

.main-menu .navigation li.products-mega-dropdown > .products-mega-menu.products-mega-menu--cards {
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transform: translateX(-50%) translateY(4px);
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100vw - 48px) !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(219, 227, 238, 0.9);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(9, 30, 66, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1001;
}

.main-menu .navigation li.products-mega-dropdown:hover > .products-mega-menu,
.main-menu .navigation li.products-mega-dropdown:focus-within > .products-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Markalar — kompakt kart listesi, gerçek linkler + logo / ok */
.main-menu .navigation li.brands-mega-dropdown > .products-mega-menu.brands-mega-menu {
  width: max-content;
  min-width: 280px;
  max-width: min(400px, calc(100vw - 56px));
  padding: 16px;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__list li {
  margin: 0;
  padding: 0;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__link {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 5px;
  padding: 11px 14px;
  border-radius: 11px;
  text-decoration: none !important;
  color: #102f4a !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__link:hover,
.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__link:focus-visible {
  background: color-mix(in srgb, var(--item-brand-secondary, var(--theme-color2)) 10%, #ffffff);
  border-color: color-mix(in srgb, var(--item-brand-primary, var(--theme-color1)) 35%, transparent);
  color: var(--item-brand-primary, var(--theme-color1)) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__logo {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  overflow: hidden;
  background: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 56, 87, 0.08);
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__logo--placeholder {
  font-size: 15px;
  font-weight: 800;
  color: rgba(16, 47, 74, 0.45);
  background: linear-gradient(145deg, #eef2f7 0%, #e2e8f0 100%);
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__name {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__chev {
  flex-shrink: 0;
  margin-left: 4px;
  font-size: 13px;
  opacity: 0.35;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__link:hover .brands-mega-menu__chev,
.main-menu .navigation li.brands-mega-dropdown .brands-mega-menu__link:focus-visible .brands-mega-menu__chev {
  opacity: 0.85;
  transform: translateX(3px);
}

.products-mega-menu__head {
  color: #173857;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Ürünler — kategori kartları (3 sütun × 2 satır) */
.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__cards {
  display: grid !important;
  grid-template-columns: repeat(3, auto) !important;
  grid-auto-rows: auto;
  justify-content: center !important;
  align-items: start !important;
  gap: 20px 26px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  border: 1.5px solid rgba(23, 56, 87, 0.18) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card:hover,
.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card:focus-visible {
  background: transparent !important;
  border-color: var(--theme-color1, #173857) !important;
  box-shadow: 0 6px 16px rgba(23, 56, 87, 0.14) !important;
  transform: translateY(-1px) !important;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-media {
  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 12px !important;
  background: transparent !important;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-media img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 252px !important;
  max-height: 160px !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 12px !important;
  background: transparent !important;
  vertical-align: top;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 252px !important;
  height: 160px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  color: var(--theme-color1, #173857) !important;
  opacity: 0.45;
  font-size: 42px;
}

.main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-title {
  display: none !important;
}

.products-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 0;
}

.products-mega-menu__col {
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(23, 56, 87, 0.12);
}

.products-mega-menu__col:last-child {
  border-right: none;
}

.products-mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.products-mega-menu__parent {
  display: block;
  color: #102f4a !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  padding: 0 0 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(23, 56, 87, 0.16);
  text-decoration: none !important;
}

.products-mega-menu__parent:hover {
  color: var(--theme-color2) !important;
}

.products-mega-menu__list li {
  margin: 0;
  padding: 0;
}

.products-mega-menu__list li a {
  display: block;
  padding: 5px 0;
  color: #223548;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: none;
  border-radius: 5px;
  text-decoration: none;
  transition: color .15s ease, background .15s ease, transform .15s ease;
}

.products-mega-menu__list li:last-child a {
  border-bottom: none;
}

.products-mega-menu__list li a:hover {
  color: var(--theme-color2);
  background: transparent;
  transform: translateX(2px);
}

.products-mega-menu__empty {
  display: block;
  padding: 5px 0;
  color: rgba(34, 53, 72, 0.45);
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .main-menu .navigation li.products-mega-dropdown > .products-mega-menu:not(.products-mega-menu--cards) {
    width: min(960px, calc(100vw - 32px)) !important;
  }
  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) > .products-mega-menu.products-mega-menu--cards {
    max-width: calc(100vw - 32px) !important;
  }
  .products-mega-menu__col {
    padding: 0 8px;
  }
  .products-mega-menu__list li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__cards {
    grid-template-columns: repeat(2, auto) !important;
  }

  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-media img {
    max-width: 204px !important;
    max-height: 130px !important;
  }

  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-placeholder {
    width: 204px !important;
    height: 130px !important;
  }
}

@media (max-width: 575px) {
  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__cards {
    grid-template-columns: repeat(2, auto) !important;
  }

  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-media img {
    max-width: 178px !important;
    max-height: 114px !important;
  }

  .main-menu .navigation > li.products-mega-dropdown:not(.brands-mega-dropdown) .products-mega-menu--cards .products-mega-menu__card-placeholder {
    width: 178px !important;
    height: 114px !important;
  }
}

/* İç sayfa page-title: slider gibi tam görsel genişliği ve orantılı yükseklik. */
@media (min-width: 768px) {
  .page-title,
  body.brand-theme .page-title.page-title--brand,
  body.brand-theme .page-title--brand.page-title--brand-category,
  body.brand-theme .page-title--brand.page-title--product-brand {
    height: 22.5722vw !important;
    min-height: 22.5722vw !important;
    max-height: 22.5722vw !important;
  }

  .page-title__bg,
  .page-title--product-brand .page-title__bg,
  body.brand-theme .page-title--brand .page-title__bg {
    object-fit: contain !important;
    object-position: center top !important;
  }
}

/* Tema buton stil & hover geliştirme */

/* Ana buton (dolu) – sade parlama (theme-color2) */
.theme-btn.btn-style-one,
.btn-style-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  background: var(--bg-theme-color2);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .03em;
  box-shadow: 0 6px 14px rgba(220, 53, 69, 0.25);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.theme-btn.btn-style-one:hover,
.btn-style-one:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(220, 53, 69, 0.35);
  filter: brightness(1.05);
}

/* İkinci buton – sade parlama (theme-color1, tam dolu) */
.btn-style-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  background: var(--theme-color1);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .03em;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.btn-style-two:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  filter: brightness(1.05);
}

/* Üçüncü buton (ikincil dolu) – sade hover */
.btn-style-three {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: var(--bg-theme-color2) !important;
  font-weight: 600;
  letter-spacing: .03em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.btn-style-three:before {
  background: var(--bg-theme-color2) !important;
}

.btn-style-three:hover {
  background: var(--bg-theme-color2) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}
.mobile-contact-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.mobile-contact-button {
    flex: 1;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin: 0;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: none;
    height: 55px;
    position: relative;
    overflow: hidden;
}

.mobile-contact-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-100%);
    transition: all 0.3s ease;
}

.mobile-contact-button:hover:before,
.mobile-contact-button:active:before {
    transform: translateY(0);
}

.mobile-contact-button:hover,
.mobile-contact-button:active {
    color: white;
    transform: translateY(-3px);
}

.call-button {
    background-color: #007C91;
    background-image: linear-gradient(135deg, #005a6b, #007C91);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-button {
    background-color: #25D366;
    background-image: linear-gradient(135deg, #128C7E, #25D366);
}

.mobile-contact-button i {
    font-size: 18px;
    margin-right: 6px;
    margin-bottom: 0;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.mobile-contact-button span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .mobile-contact-buttons {
        display: flex;
    }

    body {
        padding-bottom: 55px;
    }
}


@media (min-width: 769px) {
    .mobile-contact-buttons {
        display: none !important;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}

.preloader.preloader--hidden {
    pointer-events: none;
}

.preloader__content {
    text-align: center;
    width: 90%;
    max-width: 400px;
    padding: 20px;
}

.preloader__logo {
    margin-bottom: 20px;
    width: 333px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.preloader__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.preloader__title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
    word-wrap: break-word;
}

.preloader__spinner {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.spinner-grow {
    width: 1.5rem;
    height: 1.5rem;
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.15);
}

.spinner-grow:nth-child(2) {
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.3);
}

.spinner-grow:nth-child(3) {
    animation-delay: calc(var(--bs-spinner-animation-speed) * 0.45);
}

@media (max-width: 768px) {
    .preloader__content {
        padding: 15px;
        max-width: 267px;
    }

    .preloader__logo {
        width: 133px;
        height: 80px;
        margin-bottom: 15px;
    }

    .preloader__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .spinner-grow {
        width: 1.2rem;
        height: 1.2rem;
    }
}

@media (max-width: 320px) {
    .preloader__content {
        padding: 10px;
        max-width: 187px;
    }

    .preloader__logo {
        width: 100px;
        height: 60px;
        margin-bottom: 10px;
    }

    .preloader__title {
        font-size: 16px;
    }

    .spinner-grow {
        width: 1rem;
        height: 1rem;
    }
}

@media (max-width: 768px) {
  .page-title .title {
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 17px;
  }
}

/* Sayfa başlığı (breadcrumb) h1 genel boyut ayarı */
.page-title .title {
  font-size: 50px;
}

.page-title .page-breadcrumb li a {
  color: var(--brand-color1, var(--theme-color2, #ea1725));
}

.page-title .page-breadcrumb li a:hover {
  color: var(--brand-color2, var(--theme-color1, #173857));
}

.page-title .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 6px;
}

.page-title .page-breadcrumb li {
  white-space: normal;
}

/* Normal iç sayfalarda açık Vatan kapağı üzerinde tüm page-title metinleri. */
body:not(.brand-theme) .page-title .title,
body:not(.brand-theme) .page-title .page-breadcrumb li,
body:not(.brand-theme) .page-title .page-breadcrumb li a,
body:not(.brand-theme) .page-title .page-breadcrumb li::after {
  color: #ea1725 !important;
}

body:not(.brand-theme) .page-title .page-breadcrumb li a:hover {
  color: #bd101c !important;
}

/* Marka sayfalarında breadcrumb linki marka renginden çeksin */
body.brand-theme .page-title .page-breadcrumb li a {
  color: var(--brand-color1, var(--theme-color2, #ea1725)) !important;
}

body.brand-theme .page-title .page-breadcrumb li a:hover {
  color: var(--brand-color2, var(--theme-color1, #173857)) !important;
}

/* Marka detay page-title metinleri markanın admin renklerinden beslensin. */
body.brand-theme .page-title.page-title--brand .title {
  color: var(--brand-color2, var(--theme-color2, #ea1725)) !important;
}

body.brand-theme .page-title.page-title--brand .page-breadcrumb li,
body.brand-theme .page-title.page-title--brand .page-breadcrumb li a {
  color: var(--brand-color2, var(--theme-color2, #ea1725)) !important;
}

body.brand-theme .page-title.page-title--brand .page-breadcrumb li::after {
  color: var(--brand-color1, var(--theme-color1, #173857)) !important;
}

body.brand-theme .page-title.page-title--brand .page-breadcrumb li a:hover {
  color: var(--brand-color1, var(--theme-color1, #173857)) !important;
}

.page-title__back-row {
  display: flex;
  margin-top: 20px;
}

.page-title__back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #ea1725;
  background: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page-title__back-link:hover,
.page-title__back-link:focus-visible {
  color: #ffffff;
  background: #ea1725;
  transform: translateX(-3px);
  box-shadow: 0 10px 24px rgba(164, 5, 23, 0.24);
}

body.brand-theme .page-title__back-link {
  color: var(--brand-color2, var(--theme-color2, #ea1725));
  background: rgba(255, 255, 255, 0.88);
}

body.brand-theme .page-title__back-link:hover,
body.brand-theme .page-title__back-link:focus-visible {
  color: #ffffff;
  background: var(--brand-color2, var(--theme-color2, #ea1725));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 30%, transparent);
}

/* İç sayfa page-title için slider ile aynı oranda alt kavis */
.page-title {
  position: relative;
  overflow: visible; /* alttaki kavis görünsün */
}

.page-title__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}

.page-title--product-brand > picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.page-title--product-brand .page-title__bg {
  object-fit: cover;
  object-position: center center;
}

.page-title--product-brand .title,
.page-title--product-brand .page-breadcrumb li,
.page-title--product-brand .page-breadcrumb li a {
  color: var(--brand-color2, var(--theme-color2, #ea1725)) !important;
}

.page-title--product-brand .page-breadcrumb li::after {
  color: var(--brand-color1, var(--theme-color1, #173857)) !important;
}

.page-title--product-brand .page-title__back-link {
  color: var(--brand-color2, var(--theme-color2, #ea1725));
}

.page-title--product-brand .page-title__back-link:hover,
.page-title--product-brand .page-title__back-link:focus-visible {
  color: #ffffff;
  background: var(--brand-color2, var(--theme-color2, #ea1725));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 30%, transparent);
}

.page-title.page-title--product-brand::after {
  box-shadow: 0 -20px 20px 0 color-mix(
    in srgb,
    var(--brand-color1, var(--theme-color1)) 72%,
    transparent
  );
}

.page-title .title-outer {
  position: relative;
  z-index: 2;
}

/*
 * İç sayfa hero görselleri 1905×430 oranında hazırlanıyor. Tablet ve dar
 * masaüstünde genişliği esas alıp yüksekliği aynı oranla küçült.
 */
@media (min-width: 768px) {
  .page-title,
  body.brand-theme .page-title.page-title--brand,
  body.brand-theme .page-title--brand.page-title--brand-category,
  body.brand-theme .page-title--brand.page-title--product-brand {
    height: 22.5722vw !important;
    min-height: 22.5722vw !important;
    max-height: 22.5722vw !important;
  }

  .page-title__bg,
  .page-title--product-brand .page-title__bg,
  body.brand-theme .page-title--brand .page-title__bg {
    object-fit: contain;
    object-position: center top;
  }
}

/* Marka header kullanılırken ana header arka planını şeffaf yap - page-title görseli header'ın arkasında devam etsin */
body.brand-theme .main-header.header-style-two {
  background-color: transparent !important;
  background: transparent !important;
}

body.brand-theme .main-header.header-style-two::before {
  background: none !important;
  min-height: 0 !important;
  height: 0 !important;
  display: block !important;
}

/* Brand page header'ın da şeffaf olmasını sağla */
body.brand-theme .brand-page__header {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid color-mix(
    in srgb,
    var(--brand-color1, var(--theme-color1)) 45%,
    rgba(255, 255, 255, 0.3)
  );
}

/* Marka sayfası için page-title görseli tüm header'ı kaplar - normal sayfalardaki gibi */
body.brand-theme .page-title--brand {
  margin-top: 0 !important;
  position: relative !important;
  z-index: 1;
}

/*
 * Marka kategori sayfalarında uzun başlık ve geri butonu normal akışta
 * hero'yu min-height değerinin üzerine büyütmesin. Marka ana sayfası bu
 * sınıfı almadığı için mevcut görünümü aynen korunur.
 */
body.brand-theme .page-title--brand.page-title--brand-category,
body.brand-theme .page-title--brand.page-title--product-brand {
  box-sizing: border-box;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
}

@media (min-width: 600px) and (max-width: 991px) {
  body.brand-theme .page-title--brand.page-title--brand-category,
  body.brand-theme .page-title--brand.page-title--product-brand {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }
}

@media (min-width: 992px) {
  body.brand-theme .page-title--brand.page-title--brand-category,
  body.brand-theme .page-title--brand.page-title--product-brand {
    height: 430px;
    min-height: 430px;
    max-height: 430px;
  }
}

body.brand-theme .page-title--brand .page-title__bg {
  object-fit: cover;
  object-position: center center;
}

.page-title-content-below {
  position: relative;
  z-index: 4;
  background: #ffffff;
}

.page-title-content-below--brand {
  padding: 38px 0 8px;
}

.page-title-content-below--brand .title {
  margin: 0 0 14px;
  color: var(--brand-color2, var(--theme-color2, #ea1725));
  font-size: 50px;
  line-height: 1.15;
}

.page-title-content-below--brand .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 6px;
  margin-top: 5px;
}

.page-title-content-below--brand .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: var(--brand-color2, var(--theme-color2, #ea1725));
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-title-content-below--brand .page-breadcrumb li::after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: var(--brand-color1, var(--theme-color1, #173857));
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.page-title-content-below--brand .page-breadcrumb li:last-child::after {
  display: none;
}

.page-title-content-below--brand .page-breadcrumb li a {
  color: var(--brand-color2, var(--theme-color2, #ea1725));
}

.page-title-content-below--brand .page-breadcrumb li a:hover {
  color: var(--brand-color1, var(--theme-color1, #173857));
}

@media (max-width: 767px) {
  .page-title-content-below--brand {
    padding-top: 30px;
  }

  .page-title-content-below--brand .title {
    font-size: 34px;
  }
}

body.brand-theme .main-header.header-style-two {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 100;
}

/* Marka header alanı için üstten gölgeli overlay */
.page-title--brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(23, 56, 87, 0.75), transparent);
  z-index: 1;
  pointer-events: none;
}

.page-title--brand .brand-page__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: transparent !important;
  padding: 16px 0;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.page-title--brand .brand-page__header::before,
.page-title--brand .brand-page__header::after {
  display: none;
}

.page-title--brand .title-outer {
  position: relative;
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
}

.page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -160px;              /* slider ile aynı offset / yükseklik oranı */
  transform: translateX(-50%);
  width: 140%;                 /* slider ile aynı genişlik oranı */
  height: 190px;               /* slider ile aynı yükseklik */
  background-color: #ffffff;   /* altındaki içerik zemin rengi (genel beyaz alan) */
  border-radius: 70% 70% 0 0;  /* sliderdaki ile aynı kavis */
  z-index: 1;
  pointer-events: none;
  box-shadow: 0px -20px 20px 0px #aed9ed;
}

/* Marka iç sayfa: alt beyaz kavis daha küçük — hero ile orantılı */
.page-title.page-title--brand::after {
  width: 140%;
  height: 190px;
  bottom: -160px;
  border-radius: 70% 70% 0 0;
  box-shadow: 0 -20px 20px 0 color-mix(
    in srgb,
    var(--brand-color1, var(--theme-color1)) 72%,
    transparent
  );
}

/* Slider alt kısmı — alttaki kavis görünsün; stage taşması */
.banner-section-two {
  position: relative;
  overflow: visible;
}

.banner-section-two .owl-stage-outer {
  overflow: visible;
}

.banner-section-two .owl-stage {
  overflow: visible;
}

/* Owl hazÄ±rlanana kadar yalnÄ±zca ilk slayt yer kaplasÄ±n.
   Aksi halde slaytlar kÄ±sa sÃ¼re alt alta dizilip sayfada bÃ¼yÃ¼k CLS oluÅŸturur. */
.banner-carousel.owl-carousel {
  display: block !important;
  opacity: 1 !important;
}

.banner-carousel:not(.owl-loaded) {
  min-height: 860px;
  height: 860px;
  overflow: hidden;
}

.banner-carousel:not(.owl-loaded) > .slide-item:not(:first-child) {
  display: none;
}

/* Kavis slayt içinde: fade geçişinde section ::after kayboluyordu; her slide’da sabit + SVG ile düzgün yay */
.banner-section-two .slide-item .bg-image {
  background-position: center top;
  z-index: 0;
}

.banner-section-two .slide-item .bg-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

/* Yükseklik / ortalama (mevcut ayarlar korunur) */
.banner-section-two .slide-item {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 860px;
  height: 860px;
  padding: 40px 24px 40px;
  box-sizing: border-box;
  overflow: visible;
}

/* Kavis her slaytta (fade sırasında .active kuralı kavisi söküyordu) */
.banner-section-two .slide-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -110px;
  width: 140%;
  height: 190px;
  margin-left: -70%;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  pointer-events: none;
  background-color: transparent;
  /* Kenarlar ~y=88 aynı; orta Q kontrolü düşürülerek kavis ortası daha yukarı */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 200' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 200L0 88Q700 0 1400 88L1400 200Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

.banner-section-two .slide-item .auto-container {
  position: relative;
  z-index: 5;
  width: 100%;
}

.banner-section-two .slide-item .content-box {
  position: relative;
  z-index: 6;
}

/* Sabit yükseklik: owl-item çökmesin */
.banner-section-two .owl-item {
  min-height: 860px;
  overflow: visible;
}

@media (max-width: 1023.98px) {
  .banner-carousel:not(.owl-loaded) {
    min-height: 600px;
    height: 600px;
  }

  .banner-section-two .slide-item,
  .banner-section-two .owl-item {
    min-height: 600px;
    height: 600px;
  }

  .banner-section-two .slide-item {
    min-height: 600px;
    padding: 44px 18px 44px;
  }

  .banner-section-two .slide-item::after {
    bottom: -80px;
    height: 150px;
    width: 135%;
    margin-left: -67.5%;
  }
}

@media (max-width: 599.98px) {
  .banner-carousel:not(.owl-loaded) {
    min-height: 520px;
    height: 520px;
  }

  .banner-section-two .slide-item,
  .banner-section-two .owl-item {
    min-height: 520px;
  }

  .banner-section-two .slide-item {
    min-height: 520px;
    padding: 34px 14px 34px;
  }

  .banner-section-two .slide-item::after {
    bottom: -60px;
    height: 125px;
    width: 130%;
    margin-left: -65%;
  }
}

.brand-section-home {
  position: relative;
  padding: 12px 0 35px;
}
.brand-section-home .sec-title {
  margin-bottom: 40px;
}

.brand-section-home .brand-subgrid {
  margin-top: 0;
}

.brand-section-home .brand-subgrid .products-subcategory-card:hover,
.brand-section-home .brand-subgrid .products-subcategory-card:focus-visible {
  border-color: var(--item-brand-primary, var(--theme-color1));
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--item-brand-primary, var(--theme-color1)) 20%, transparent),
    0 0 0 2px color-mix(in srgb, var(--item-brand-secondary, var(--theme-color2)) 18%, transparent);
}

.brand-section-home .brand-subgrid .products-subcategory-card:hover .products-subcategory-card__title,
.brand-section-home .brand-subgrid .products-subcategory-card:focus-visible .products-subcategory-card__title {
  color: var(--item-brand-primary, var(--theme-color1));
}

.brand-section-home .brand-subgrid .products-subcategory-card:hover .products-subcategory-card__media,
.brand-section-home .brand-subgrid .products-subcategory-card:focus-visible .products-subcategory-card__media {
  background: color-mix(in srgb, var(--item-brand-secondary, var(--theme-color2)) 7%, #ffffff);
}

.solution-partners-section {
  position: relative;
  padding: 20px 0 100px;
  margin-bottom: 24px;
  background: transparent;
  overflow: visible;
  width: 100%;
}
.solution-partners-section .sec-title {
  margin-bottom: 32px;
}
.solution-partners-slider {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  min-width: 0;
}
.solution-partners-slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(10px, 1.1vw, 16px);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0 8px;
}
.solution-partners-slider__track::-webkit-scrollbar {
  display: none;
}
.solution-partners-slider__item {
  flex: 1 1 0;
  width: auto;
  height: 118px;
  min-width: 0;
  max-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  overflow: hidden;
}
.solution-partners-slider__item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 82px;
  margin: 0 auto;
  line-height: 0;
}
.solution-partners-slider__item img,
.solution-partners-slider__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  object-position: center;
}
.solution-partners-slider__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  .solution-partners-slider__track {
    overflow-x: visible;
  }
}
@media (max-width: 991px) {
  .solution-partners-slider {
    max-width: 100%;
    padding: 0 12px;
  }
  .solution-partners-slider__track {
    justify-content: flex-start;
  }
  .solution-partners-slider__item {
    flex: 0 0 168px;
    width: 168px;
    min-width: 168px;
    max-width: 168px;
    height: 104px;
    padding: 14px 16px;
  }
  .solution-partners-slider__item picture {
    max-width: 136px;
    max-height: 76px;
  }
  .solution-partners-slider__item img,
  .solution-partners-slider__logo {
    max-height: 76px;
  }
}
@media (max-width: 767px) {
  .solution-partners-section {
    padding-bottom: 80px;
    margin-bottom: 16px;
  }
  .solution-partners-slider__track {
    padding: 4px 8px 8px;
  }
  .solution-partners-slider__item {
    flex: 0 0 168px;
    width: 168px;
    min-width: 168px;
    max-width: 168px;
    height: 104px;
    padding: 14px 16px;
  }
  .solution-partners-slider__item picture {
    max-width: 136px;
    max-height: 76px;
  }
  .solution-partners-slider__item img,
  .solution-partners-slider__logo {
    max-height: 76px;
  }
}
@media (max-width: 575px) {
  .solution-partners-slider__item {
    flex: 0 0 152px;
    width: 152px;
    min-width: 152px;
    max-width: 152px;
    height: 96px;
    padding: 12px 14px;
  }
  .solution-partners-slider__item picture {
    max-width: 124px;
    max-height: 70px;
  }
  .solution-partners-slider__item img,
  .solution-partners-slider__logo {
    max-height: 70px;
  }
}

.brand-section-home .sec-title h2,
.certificates-section .sec-title h2,
.solution-partners-section .sec-title h2 {
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Sertifikalar – çözüm ortaklarından biraz daha büyük kart/görsel */
.certificates-section.solution-partners-section {
  padding-bottom: 72px;
}

.certificates-section .certificates-slider__item.solution-partners-slider__item {
  height: 148px;
  max-width: 260px;
  padding: 20px 22px;
}

.certificates-section .certificates-slider__item picture {
  max-width: 190px;
  max-height: 108px;
}

.certificates-section .certificates-slider__logo,
.certificates-section .certificates-slider__item img {
  max-height: 108px;
}

@media (max-width: 991px) {
  .certificates-section .certificates-slider__item.solution-partners-slider__item {
    flex: 0 0 196px;
    width: 196px;
    min-width: 196px;
    max-width: 196px;
    height: 128px;
    padding: 16px 18px;
  }

  .certificates-section .certificates-slider__item picture {
    max-width: 164px;
    max-height: 96px;
  }

  .certificates-section .certificates-slider__logo,
  .certificates-section .certificates-slider__item img {
    max-height: 96px;
  }
}

@media (max-width: 767px) {
  .certificates-section.solution-partners-section {
    padding-bottom: 64px;
  }
}

@media (max-width: 575px) {
  .certificates-section .certificates-slider__item.solution-partners-slider__item {
    flex: 0 0 176px;
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    height: 118px;
    padding: 14px 16px;
  }

  .certificates-section .certificates-slider__item picture {
    max-width: 148px;
    max-height: 88px;
  }

  .certificates-section .certificates-slider__logo,
  .certificates-section .certificates-slider__item img {
    max-height: 88px;
  }
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -6px 28px rgba(15, 23, 42, 0.07);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cookie-consent--hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-consent__bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 48px 20px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cookie-consent__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #71717a;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.cookie-consent__close:hover {
  background: #e5e7eb;
  color: #18181b;
}
.cookie-consent__close:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}
.cookie-consent__content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1 1 320px;
  min-width: 0;
}
.cookie-consent__icon {
  font-size: 1.35rem;
  line-height: 1.4;
  flex-shrink: 0;
  margin-top: 1px;
}
.cookie-consent__copy {
  min-width: 0;
}
.cookie-consent__title {
  display: block;
  margin: 0 0 4px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #18181b;
}
.cookie-consent__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #52525b;
}
.cookie-consent__btn {
  flex-shrink: 0;
  appearance: none;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.cookie-consent__btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.cookie-consent__btn:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .cookie-consent__bar {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 44px 18px 18px;
    gap: 14px;
  }
  .cookie-consent__close {
    top: 10px;
    right: 10px;
  }
  .cookie-consent__btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}

.brand-page {
  --brand-color1: var(--theme-color1, #173857);
  --brand-color2: var(--theme-color2, #ea1725);
}
.brand-page__header {
  position: relative;
  z-index: 2;
  background: transparent !important;
  padding: 16px 0;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.brand-page__header::before {
  display: none;
}
.brand-page__header::after {
  display: none;
}
.brand-header {
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}
.brand-header__logo {
  height: 80px;
  max-width: 260px;
  object-fit: contain;
  display: block;
  transition: height 0.3s ease, max-width 0.3s ease, opacity 0.3s ease;
}
.brand-header__logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--title-font, "Roboto", sans-serif);
  transition: font-size 0.3s ease, color 0.3s ease;
}
.brand-header__menu {
  gap: 24px;
  transition: gap 0.3s ease;
}
.brand-header__menu-link,
.brand-header__menu-link:visited,
.brand-header__menu-link:active,
.brand-header__menu-link:focus {
  color: var(--brand-color2, var(--theme-color2, #ea1725));
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  font-size: 0.98rem;
  font-family: var(--text-font, "Roboto", sans-serif);
  transition: color 0.25s ease, opacity 0.25s ease;
  outline: none;
}
.brand-header__menu-link:hover {
  color: var(--brand-color1, var(--theme-color1, #173857));
  opacity: 1;
}
.brand-header__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--brand-color2, var(--theme-color2, #ea1725));
  transition: width 0.3s ease, background 0.3s ease;
}
.brand-header__menu-link:hover::after {
  width: 100%;
}
/* Brand header dil seçici - normal header ile aynı stil */
.brand-header__language-dropdown {
  position: relative;
}
.brand-header__lang-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  color: var(--brand-color2, var(--theme-color2, #ea1725)) !important;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--text-font, "Roboto", sans-serif);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
  cursor: pointer;
}
.brand-header__lang-toggle:hover {
  background: rgba(15, 23, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--brand-color1, var(--theme-color1, #173857)) !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.brand-header__lang-toggle .lang-flag {
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.brand-header__lang-toggle .lang-chevron {
  font-size: 10px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}
.brand-header__language-dropdown.show .lang-chevron {
  transform: rotate(180deg);
}
.brand-header__lang-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 6px;
  min-width: 160px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 1000;
}
.brand-header__language-dropdown.show .brand-header__lang-menu {
  display: block;
}
.brand-header__lang-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-header__lang-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 14px !important;
  margin: 0 !important;
  border-radius: 8px;
  color: #1f2937 !important;
  font-size: 14px;
  font-family: var(--text-font, "Roboto", sans-serif);
  transition: background 0.15s ease;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.brand-header__lang-option:hover {
  background: #f5f6f8 !important;
  color: var(--theme-color1) !important;
  text-decoration: none;
}
.brand-header__lang-option .lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}
.brand-page__body {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px;
}
.brand-page__intro {
  max-width: 720px;
  margin-bottom: 30px;
}
.brand-page__intro p {
  margin: 0;
  font-size: 1rem;
  color: #4b5563;
}
.brand-page__placeholder {
  padding: 24px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed var(--brand-color2, #d1d5db);
  max-width: 780px;
}
.brand-page__placeholder-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--brand-color1, var(--theme-color1, #173857));
}
.brand-page__placeholder-text {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

/* Hakkımızda (about-section-three) içeriği kavisin üstünde görünsün */
.about-section-three {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  min-height: 520px;
  overflow: visible;
}

/* Anasayfa – slider ile hakkımızda arası boşluk (mobil) */
@media (max-width: 1023.98px) {
  body:not(.brand-theme) .banner-section-two + .about-section-three {
    margin-top: -52px;
    padding-top: 28px !important;
  }
}

@media (max-width: 599.98px) {
  body:not(.brand-theme) .banner-section-two + .about-section-three {
    margin-top: -36px;
    padding-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .about-section-three .auto-container > .row {
    align-items: stretch;
  }

  .about-section-three .content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .about-section-three .content-column .inner-column {
    width: 100%;
  }
}

.about-section-three .image-column {
  overflow: visible;
}

.about-section-three .image-column .inner-column {
  position: relative;
  min-height: 400px;
  margin-right: -30px;
  overflow: visible;
}

.about-section-three .image-1,
.about-section-three .image-2 {
  margin: 0;
}

.about-section-three .image-1 img,
.about-section-three .image-1 picture {
  width: 100%;
  height: auto;
  display: block;
}

.about-section-three .image-column .inner-column .image-1 {
  position: relative;
  z-index: 1;
}

.about-section-three .image-column .inner-column .image-1:before {
  z-index: 2 !important;
  pointer-events: none;
}

.about-section-three .image-column .inner-column .image-1 picture,
.about-section-three .image-column .inner-column .image-1 img {
  position: relative;
  z-index: 1;
}

.about-section-three .image-column .inner-column .image-2 {
  position: absolute;
  right: -48px;
  top: 268px;
  left: auto;
  z-index: 10;
  width: auto;
  height: auto;
  max-width: 255px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 0;
  overflow: visible;
  pointer-events: none;
}

.about-section-three .image-2 picture {
  display: block;
  width: auto;
  height: auto;
  max-width: 255px;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 0;
}

.about-section-three .image-2 img {
  display: block;
  width: 255px;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1199px) {
  .about-section-three .image-column .inner-column .image-2 {
    right: -32px;
    top: 220px;
    max-width: 220px;
  }

  .about-section-three .image-2 picture,
  .about-section-three .image-2 img {
    width: 220px;
    max-width: 100%;
  }
}

/* Yatay tabletlerde ikinci görsel kolon sınırını aştığı için metin onun
   altında kalmasın; içerik küçük görselin bittiği noktadan başlasın. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-three .content-column .inner-column {
    padding-left: 42px !important;
  }

  [dir="rtl"] .about-section-three .content-column .inner-column {
    padding-left: 0 !important;
    padding-right: 42px !important;
  }
}

@media (max-width: 767px) {
  .about-section-three .image-column .inner-column {
    margin-right: 0;
  }

  .about-section-three .image-column .inner-column .image-2 {
    right: -12px;
    top: 165px;
    max-width: 180px;
  }

  .about-section-three .image-2 picture,
  .about-section-three .image-2 img {
    width: 180px;
  }
}

/* Ürün detay (services-details) – kavislerin üzerinde düzgün görünsün */
.services-details {
  position: relative;
  z-index: 2;
  padding-top: 40px;   /* page-title kavisinin altından boşluk */
  padding-bottom: 120px; /* before-footer-wave kavisinin üstünden boşluk */
}

.services-details .container {
  overflow: visible;
}

/* Blog detay – tüm içerik (görsel dahil) z-index 1, footer öncesi boşluk */
.blog-details {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.blog-details__left,
.blog-details__left .blog-details__img,
.blog-details__left .blog-details__content,
.blog-details__left .blog-details__text-2,
.blog-details__left .blog-details__text-2 img {
  position: relative;
  z-index: 1;
}

/* Sidebar iletişim butonu taşmasın, satır içinde kalabilsin */
.service-sidebar .service-sidebar-single-btn .theme-btn {
  word-break: break-word;
  white-space: normal;
  text-align: center;
}

/* =============================
   Ürün detay sayfası – güzelleştirme
   ============================= */

.product-detail-page .product-sidebar-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid rgba(23,56,87,.06);
}

.product-detail-page .product-sidebar-title {
  color: var(--theme-color1);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--theme-color2);
}

/* Ürün detay sidebar – iletişim numarası normal okunaklı boyut */
.product-detail-page .product-sidebar-contact-btn .btn-title {
  font-size: 1rem;
  font-weight: 500;
}

.product-detail-page .product-sidebar-share h6 {
  color: var(--theme-color1);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-detail-page .product-sidebar-share .blog-details__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li a:hover {
  transform: translateY(-3px);
  opacity: .9;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li.facebook a { background: #1877f2; }
.product-detail-page .product-sidebar-share .blog-details__social-list li.twitter a { background: #1da1f2; }
.product-detail-page .product-sidebar-share .blog-details__social-list li.linkedin a { background: #0a66c2; }
.product-detail-page .product-sidebar-share .blog-details__social-list li.whatsapp a { background: #25d366; }

body.brand-theme.page-product-detail .product-sidebar-card,
body.brand-theme.page-product-detail .product-detail-content {
  border-color: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 22%, transparent);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 12%, transparent);
}

body.brand-theme.page-product-detail .product-sidebar-title,
body.brand-theme.page-product-detail .product-sidebar-share h6,
body.brand-theme.page-product-detail .service-sidebar-single-btn h6,
body.brand-theme.page-product-detail .product-detail-title,
body.brand-theme.page-product-detail .product-detail-description h1,
body.brand-theme.page-product-detail .product-detail-description h2,
body.brand-theme.page-product-detail .product-detail-description h3 {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme.page-product-detail .product-sidebar-title {
  border-bottom-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme.page-product-detail .service-list li a:hover,
body.brand-theme.page-product-detail .service-list li a.current {
  color: #ffffff;
  background-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme.page-product-detail .service-list li a:hover i,
body.brand-theme.page-product-detail .service-list li a.current i {
  color: #ffffff;
  background-color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme.page-product-detail .product-sidebar-contact-btn {
  border-color: var(--brand-color2, var(--theme-color2)) !important;
  background: var(--brand-color2, var(--theme-color2)) !important;
}

body.brand-theme.page-product-detail .product-sidebar-contact-btn:hover {
  border-color: var(--brand-color1, var(--theme-color1)) !important;
  background: var(--brand-color1, var(--theme-color1)) !important;
}

.product-detail-content {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid rgba(23,56,87,.06);
}

.product-detail-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 480px;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.product-detail-image-wrap picture {
  position: absolute;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #ffffff;
  box-sizing: border-box;
}

.product-detail-image {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.product-detail-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--theme-color3);
  font-size: 4rem;
  gap: 12px;
}

.product-detail-image-placeholder span {
  font-size: 1rem;
  color: var(--theme-color1);
  font-weight: 500;
  max-width: 80%;
  text-align: center;
}

.product-detail-body {
  padding: 28px 32px 32px;
}

.product-detail-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-category-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(234,23,37,.1);
  color: var(--theme-color2);
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 20px;
}

.product-detail-title {
  color: var(--theme-color1);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.28;
}

.product-detail-lead {
  color: #5d7186;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.product-detail-description {
  color: #424e5a;
  font-size: 15px;
  line-height: 1.75;
}

.product-detail-description p {
  margin-bottom: 1rem;
}

.product-detail-description p:last-child {
  margin-bottom: 0;
}

.product-detail-description h1,
.product-detail-description h2,
.product-detail-description h3 {
  color: var(--theme-color1);
  margin-top: 1.35rem;
  margin-bottom: 0.55rem;
  line-height: 1.3;
}
.product-detail-description h1 {
  font-size: 1.85rem;
}
.product-detail-description h2 {
  font-size: 1.55rem;
}
.product-detail-description h3 {
  font-size: 1.3rem;
}

.product-detail-description ul,
.product-detail-description ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* Ürün detay tablosu – modern kart görünümü, theme color 2 başlık */
.product-detail-description .product-spec-table {
  font-size: 15px !important;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.product-detail-description .product-spec-table td {
  padding: 0.95rem 1.2rem;
  vertical-align: middle;
  font-size: 15px !important;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-detail-description .product-spec-table tr:last-child td {
  border-bottom: none;
}
.product-detail-description .product-spec-table td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  font-weight: 500;
  color: #374151;
}
.product-detail-description .product-spec-table tr:first-child td:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.product-detail-description .product-spec-table td:last-child {
  color: #1f2937;
}
.product-detail-description .product-spec-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.product-detail-description .product-spec-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.product-detail-description .product-spec-table tr:first-child td {
  background: var(--theme-color2, #ea1725) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px !important;
  padding: 1.05rem 1.2rem;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
@media (max-width: 767px) {
  .product-detail-description .product-spec-table td {
    padding: 0.8rem 0.95rem;
    font-size: 15px !important;
  }
  .product-detail-description .product-spec-table tr:first-child td {
    padding: 0.9rem 0.95rem;
    font-size: 15px !important;
  }
  .product-detail-description {
    font-size: 15px;
  }
  .product-detail-lead {
    font-size: 15px;
  }
  .product-detail-description h1 {
    font-size: 1.55rem;
  }
  .product-detail-description h2 {
    font-size: 1.35rem;
  }
  .product-detail-description h3 {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .product-detail-body {
    padding: 20px 20px 24px;
  }
  .product-detail-title {
    font-size: 1.7rem;
  }
}

/* =============================
   Ürünler sayfası – filtre + kategoriye göre listeleme
   ============================= */

.products-page {
  padding: 56px 0 120px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 50%, #fff 100%);
}
.products-page--brand {
  padding-top: 4px;
  z-index: 1;
}

/* Normal ana/alt kategori sayfalarında dışarı taşınan H1 bloğunu grid takip etsin. */
.page-products-category .products-page,
.page-products-landing .products-page {
  padding-top: 4px;
}

.products-page-container {
  max-width: var(--container-width);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Kategori grid — breadcrumb (auto-container) ile aynı hiza */
.products-page--aligned > .products-page-container > .row {
  --bs-gutter-x: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.products-page--aligned > .products-page-container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.products-page--aligned .products-list-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.products-page--aligned .products-list-content,
.products-page--aligned .products-category-section {
  width: 100%;
}

.products-page .products-list-content .products-subcategory-grid,
.products-page .products-category-section .products-subcategory-grid {
  width: 100%;
}

/* Sticky sidebar – 2 kritik nokta:
   1) body overflow-x:hidden → scroll containment → sticky bozulur. clip kullan.
   2) col-lg-4 row yüksekliğine uzanmalı (align-items:stretch). */
body.page-products,
body.brand-theme {
  overflow-x: clip !important;
}
body.page-products .page-wrapper,
body.brand-theme .page-wrapper {
  overflow: visible !important;
}
@media (min-width: 992px) {
  .products-page .row,
  .products-page--brand .row {
    align-items: stretch;
  }
}

/* Sticky filtre sidebar - masaüstünde (header fixed ~100px) */
@media (min-width: 992px) {
  .products-page .products-filter-sidebar,
  .products-page aside.products-filter-sidebar,
  .products-page--brand .products-filter-sidebar,
  .products-page--brand aside.products-filter-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(23,56,87,.08);
    border: 1px solid rgba(23,56,87,.12);
  }
}

/* Mobilde sticky yok */
@media (max-width: 991px) {
  .products-page .products-filter-sidebar,
  .products-page aside.products-filter-sidebar,
  .products-page--brand .products-filter-sidebar,
  .products-page--brand aside.products-filter-sidebar {
    position: static;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(23,56,87,.08);
    border: 1px solid rgba(23,56,87,.12);
  }
}

.products-filter-title {
  color: var(--theme-color1);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  border-bottom: none;
}

.products-filter-search {
  position: relative;
  margin-bottom: 24px;
}

.products-filter-search .form-control {
  padding: 12px 44px 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(23,56,87,.15);
  font-size: 1rem;
  background: #fff;
  color: var(--theme-color1);
  transition: border-color .2s, box-shadow .2s;
}

.products-filter-search .form-control::placeholder {
  color: var(--theme-color2);
  opacity: 0.85;
}

.products-filter-search .form-control:focus {
  border-color: var(--theme-color2);
  box-shadow: 0 0 0 2px rgba(234,23,37,.12);
  background: #fff;
  outline: none;
}

.products-filter-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color1);
  pointer-events: none;
  font-size: 1rem;
  opacity: .85;
}

.products-filter-categories {
  max-height: 380px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 4px;
}

.products-filter-categories::-webkit-scrollbar {
  width: 8px;
}

.products-filter-categories::-webkit-scrollbar-track {
  background: rgba(23,56,87,.08);
  border-radius: 999px;
}

.products-filter-categories::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
  border-radius: 999px;
}

.products-filter-categories::-webkit-scrollbar-thumb:hover {
  filter: brightness(.95);
}

.products-filter-categories .form-check {
  padding: 12px 14px;
  border: 1px solid rgba(23,56,87,.12);
  border-radius: 12px;
  margin: 0 0 10px 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}

.products-filter-categories .products-filter-category-check {
  padding-left: calc(14px + (var(--category-level, 0) * 18px));
}

.products-filter-categories .form-check:last-child {
  margin-bottom: 0;
}

.products-filter-categories .form-check:hover {
  border-color: rgba(23,56,87,.24);
  background: rgba(23,56,87,.03);
  transform: translateX(2px);
}

.products-filter-categories .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: var(--theme-color1);
  font-size: 1.06rem;
  cursor: pointer;
  flex: 1;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.products-filter-category-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.products-filter-category-branch {
  color: rgba(34, 53, 72, 0.58);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.products-category-count {
  font-size: .82em;
  font-weight: 500;
  color: rgba(34,53,72,.72);
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  direction: ltr;
  unicode-bidi: isolate;
}

[dir="rtl"] .products-category-count {
  direction: rtl;
}

.products-filter-categories .form-check-input {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid rgba(23,56,87,.3);
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}

.products-filter-categories .form-check-input:checked {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(23,56,87,.04);
  background-image: none;
}

.products-filter-categories .form-check-input:hover {
  border-color: var(--theme-color1);
  transform: scale(1.04);
}

.products-filter-categories .form-check-input:checked:hover {
  transform: scale(1.04);
}

.products-filter-categories .form-check:has(.form-check-input:checked) {
  border-color: color-mix(in srgb, var(--theme-color1) 42%, #d5dfec);
  background: color-mix(in srgb, var(--theme-color1) 6%, #fff);
  box-shadow: 0 8px 20px rgba(23,56,87,.08);
}

.products-filter-categories .form-check:has(.form-check-input:checked) .form-check-label {
  color: var(--theme-color1);
}

.products-filter-categories .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(23,56,87,.12);
}

.products-filter-categories .form-check-input:checked:focus {
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(23,56,87,.04);
}

.products-filter-categories .form-check-input:checked + .form-check-label {
  font-weight: 700;
}

@supports not selector(:has(*)) {
  .products-filter-categories .form-check-input:checked + .form-check-label {
    color: var(--theme-color1);
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, var(--theme-color1) 32%, transparent);
    text-underline-offset: 4px;
  }
}

/* Eski tik işareti stilini devre dışı bırak */
.products-filter-categories .form-check-input:checked {
  background-image: none;
}

/* Kategori sayfası: soldaki link listesi */
.products-filter-categories > a.btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 46px;
  padding: 10px 14px !important;
  border-radius: 12px;
  border: 1px solid rgba(23,56,87,.16) !important;
  background: #fff !important;
  color: var(--theme-color1) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: all .2s ease;
}

.products-filter-categories > a.products-filter-category-link {
  padding-left: calc(14px + (var(--category-level, 0) * 18px)) !important;
}

.products-filter-categories > a.btn::after {
  content: "›";
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  opacity: .75;
  margin-left: auto;
}

.products-filter-categories > a.btn:hover {
  border-color: var(--theme-color1) !important;
  background: rgba(23,56,87,.05) !important;
  color: var(--theme-color1) !important;
  transform: translateX(2px);
}

.products-filter-categories > a.btn.active,
.products-filter-categories > a.btn.active:hover {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--theme-color1) 0%, var(--theme-color2) 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(23,56,87,.22);
  transform: none;
}

.products-filter-categories > a.btn.active::after {
  opacity: 1;
}

.products-filter-categories > a.btn.active .products-category-count {
  color: rgba(255,255,255,.86);
}

.products-filter-categories > a.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(234,23,37,.18);
}

.products-page #products-filter-clear {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-color1);
  background: #fff;
  border: 1px solid rgba(23,56,87,.15);
  border-radius: 10px;
  text-align: center;
  transition: background .2s, border-color .2s, color .2s;
}

.products-page #products-filter-clear:hover {
  background: rgba(23,56,87,.06);
  border-color: var(--theme-color2);
  color: var(--theme-color2);
}

/* Kategori + ürün kart grid — 4 sütun, tam genişlik, tutarlı radius */
.products-subcategory-grid {
  --products-card-radius: 16px;
  margin-top: 0;
  width: 100%;
}

.products-subcategory-grid__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  isolation: isolate;
}

.products-subcategory-grid__inner .products-subcategory-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: var(--products-card-radius);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.products-subcategory-grid__inner .products-subcategory-card:hover {
  z-index: 10;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--theme-color2) 35%, #e5e7eb);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  color: inherit;
}

.products-subcategory-grid__inner .products-subcategory-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  aspect-ratio: 1 / 0.88;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 0;
  overflow: hidden;
  border-radius: var(--products-card-radius) var(--products-card-radius) 0 0;
}

/* Kategori menü görselleri 2000x2000 üretildiği için alanı da kare tut. */
.products-category-grid .products-subcategory-card__media {
  aspect-ratio: 1 / 1;
}

/* Kategori JPG'lerini img render'ından bağımsız olarak fiziksel biçimde kırp. */
.products-subcategory-grid__inner .products-subcategory-card__image-clip {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px !important;
  overflow: hidden !important;
  clip-path: inset(0 round 16px) !important;
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
}

.products-subcategory-grid__inner .products-subcategory-card__image-clip > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  clip-path: none;
  object-fit: contain;
}

.products-subcategory-grid__inner .products-subcategory-card__media img,
.products-subcategory-grid__inner .products-subcategory-card__media picture,
.products-subcategory-grid__inner .products-subcategory-card__media picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: var(--products-card-radius);
  clip-path: inset(0 round var(--products-card-radius));
  overflow: hidden;
  background: transparent;
}

.products-subcategory-grid__inner .products-subcategory-card__media .product-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: unset;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--products-card-radius);
  overflow: hidden;
  background: transparent;
}

.products-subcategory-grid__inner .products-subcategory-card__media .product-image-wrapper picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--products-card-radius);
  overflow: hidden;
}

.products-subcategory-grid__inner .products-subcategory-card__media .product-image-wrapper img.product-list-item-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: var(--products-card-radius);
  background: transparent;
}

.products-subcategory-grid__inner .products-subcategory-card__placeholder,
.products-subcategory-grid__inner .products-subcategory-card__media .product-list-item-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  border-radius: var(--products-card-radius);
  clip-path: inset(0 round var(--products-card-radius));
  background: color-mix(in srgb, var(--theme-color1) 12%, #ffffff);
  color: var(--theme-color1);
  font-size: 2.5rem;
}

.products-subcategory-grid__inner .products-subcategory-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px 16px;
  text-align: center;
}

.products-subcategory-grid__inner .products-subcategory-card__title {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--headings-color, #0f172a);
  line-height: 1.35;
}

.products-subcategory-grid__inner .products-subcategory-card__count {
  font-size: 0.88rem;
  color: #64748b;
}

.products-category-section .products-subcategory-grid {
  width: 100%;
}

@media (min-width: 768px) {
  .products-subcategory-grid__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .products-subcategory-grid__inner .products-subcategory-card__media {
    padding: 12px;
    aspect-ratio: 1 / 0.9;
  }

  .products-subcategory-grid__inner .products-subcategory-card__title {
    font-size: 1.08rem;
  }
}

@media (max-width: 479px) {
  .products-subcategory-grid__inner {
    gap: 12px;
  }

  .products-subcategory-grid__inner .products-subcategory-card__media {
    aspect-ratio: 1 / 0.85;
    padding: 8px;
  }
}

/* Kategori görselleri kare kaynak dosyadır; responsive oran kurallarını geçersiz kıl. */
.products-category-grid.products-subcategory-grid
  .products-subcategory-grid__inner
  .products-subcategory-card__media {
  aspect-ratio: 1 / 1;
}

.products-category-section {
  margin-bottom: 48px;
}

.products-category-section:last-child {
  margin-bottom: 0;
}

.products-category-heading {
  color: var(--theme-color1);
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 28px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(234,23,37,.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-category-heading::before {
  content: "";
  width: 5px;
  height: 1.2em;
  background: var(--theme-color2);
  border-radius: 2px;
}

.products-category-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .products-category-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .products-category-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.products-list-content {
  min-height: 120px;
  transition: opacity .2s ease;
  padding: 16px 0;
}

.products-list-content .text-muted {
  padding: 64px 32px;
  text-align: center;
  background: rgba(255,255,255,.8);
  border-radius: 18px;
  border: 1px dashed rgba(23,56,87,.15);
  font-size: 1.15rem;
}

.products-list-content.products-loading {
  pointer-events: none;
}

.products-list-content.products-loading .product-list-item {
  opacity: 1;
}

/* Font yüklenene kadar sistem fontu – CLS azaltır */
body {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Kullanılmayan arama popup – DOM / CLS */
.search-popup {
  display: none !important;
}

/* Mobil menü – dropdown oku açık arka planda görünsün */
.mobile-menu .navigation li.dropdown .dropdown-btn {
  color: #1d2f41;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li.dropdown > a {
  padding-right: 52px;
}

/* Alt menüler akışta açılsın – ilk tıklamada üst üste binmesin */
.mobile-menu .navigation li.dropdown > ul,
.mobile-menu .navigation li.dropdown > ul.dropdown-menu {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;
  display: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.mobile-menu .navigation li.dropdown.is-open > ul {
  display: block !important;
}

/* Mobil menü dil seçici – diğer dropdownlarla aynı ok */
.mobile-menu .language-dropdown > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu .language-dropdown .lang-chevron {
  display: none !important;
}
.mobile-menu .language-dropdown > a img { border-radius: 2px; }

/* Açılan dil listesi – menü genişliğine tam otursun */
.mobile-menu .language-dropdown > ul.dropdown-menu,
.mobile-menu .language-dropdown > ul.lang-dropdown-menu {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mobile-menu .language-dropdown > ul > li {
  padding-left: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.mobile-menu .language-dropdown .dropdown-menu li a,
.mobile-menu .language-dropdown .dropdown-menu .lang-option {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px !important;
  white-space: nowrap;
  color: #1d2f41;
  text-transform: none;
}
.mobile-menu .language-dropdown .dropdown-menu li a img,
.mobile-menu .language-dropdown .dropdown-menu .lang-option img {
  width: 22px;
  height: 16px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 2px;
}

/* Ürünler sayfalama */
.products-pagination {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 56, 87, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.products-pagination__summary {
  margin: 0;
  font-size: 0.92rem;
  color: #64748b;
  text-align: center;
  line-height: 1.5;
}

.products-pagination__summary strong {
  color: var(--theme-color1, #173857);
  font-weight: 700;
}

.products-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-pagination__item {
  margin: 0;
  padding: 0;
}

.products-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--theme-color1, #173857);
  background: #fff;
  border: 1px solid rgba(23, 56, 87, 0.12);
  box-shadow: 0 2px 10px rgba(23, 56, 87, 0.06);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.products-pagination__link--nav {
  gap: 8px;
  padding: 0 18px;
  font-size: 0.88rem;
}

.products-pagination__link--nav i {
  font-size: 0.75rem;
  opacity: 0.85;
}

.products-pagination__link:hover {
  color: var(--theme-color2, #ea1725);
  border-color: rgba(234, 23, 37, 0.35);
  box-shadow: 0 6px 18px rgba(234, 23, 37, 0.12);
  transform: translateY(-2px);
}

.products-pagination__link.is-active {
  background: var(--theme-color1, #173857);
  border-color: var(--theme-color1, #173857);
  color: #fff;
  box-shadow: 0 8px 22px rgba(23, 56, 87, 0.28);
  transform: none;
  cursor: default;
}

.products-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 44px;
  color: #94a3b8;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  user-select: none;
}

@media (max-width: 576px) {
  .products-pagination__link--nav span {
    display: none;
  }

  .products-pagination__link--nav {
    min-width: 44px;
    padding: 0 14px;
  }

  .products-pagination__summary {
    font-size: 0.85rem;
  }
}

.product-list-item {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(23,56,87,.08), 0 1px 4px rgba(0,0,0,.04);
  border: 1px solid rgba(23,56,87,.06);
  transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
  overflow: hidden;
}

.product-list-item:hover {
  box-shadow: 0 16px 40px rgba(23,56,87,.12), 0 6px 16px rgba(234,23,37,.08);
  transform: translateY(-8px);
  border-color: rgba(234,23,37,.2);
}

.product-list-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: color .2s ease;
}

.product-list-item-link:hover {
  color: var(--theme-color2);
}

.product-image-wrapper {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.product-image-wrapper picture,
.product-image-wrapper img.product-list-item-image {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
}

.product-list-item-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: scale-down;
  object-position: center;
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.product-list-item-image.is-loaded,
.product-image-wrapper.is-loaded .product-list-item-image {
  opacity: 1;
}

.product-image-wrapper--empty .product-list-item-placeholder {
  margin-bottom: 0;
}

.product-list-item-placeholder {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 14px;
  background: color-mix(in srgb, var(--theme-color1) 12%, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: var(--theme-color1);
  font-size: 2.4rem;
}

.product-list-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-color1);
  max-width: 100%;
  line-height: 1.4;
  margin: 0 0 16px 0;
}

.product-list-item-link:hover .product-list-item-title {
  color: var(--theme-color2);
}

/* Brand detail: filter/list colors use brand palette */
body.brand-theme .products-page--brand .products-filter-title {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-search .form-control {
  border-color: var(--brand-color1, var(--theme-color1));
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-search .form-control::placeholder {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .products-filter-search .form-control:focus {
  border-color: var(--brand-color2, var(--theme-color2));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 22%, transparent);
}

body.brand-theme .products-page--brand .products-filter-search-icon {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-label {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input {
  border-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:checked {
  background-color: var(--brand-color1, var(--theme-color1));
  border-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:focus {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 16%, transparent);
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:checked:focus {
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 16%, transparent);
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:checked + .form-check-label {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check:hover {
  border-color: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 40%, #d8deea);
  background: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 6%, #fff);
}

body.brand-theme .products-page--brand .products-filter-categories .form-check:has(.form-check-input:checked) {
  border-color: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 45%, #d8deea);
  background: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 9%, #fff);
}

body.brand-theme .products-page--brand .products-filter-categories {
  scrollbar-color: var(--brand-color2, var(--theme-color2)) color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 12%, #eef3f8);
}

body.brand-theme .products-page--brand .products-filter-categories::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 12%, #eef3f8);
}

body.brand-theme .products-page--brand .products-filter-categories::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    var(--brand-color1, var(--theme-color1)) 0%,
    var(--brand-color2, var(--theme-color2)) 100%
  );
}

body.brand-theme .products-page--brand .products-filter-categories > a.btn {
  color: var(--brand-color1, var(--theme-color1)) !important;
  border-color: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 35%, #d8deea) !important;
}

body.brand-theme .products-page--brand .products-filter-categories > a.btn:hover {
  border-color: var(--brand-color1, var(--theme-color1)) !important;
  background: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 8%, #fff) !important;
}

body.brand-theme .products-page--brand .products-filter-categories > a.btn.active,
body.brand-theme .products-page--brand .products-filter-categories > a.btn.active:hover {
  background: linear-gradient(
    135deg,
    var(--brand-color1, var(--theme-color1)) 0%,
    var(--brand-color2, var(--theme-color2)) 100%
  ) !important;
  color: #fff !important;
}

body.brand-theme .products-page--brand #products-filter-clear {
  color: var(--brand-color1, var(--theme-color1));
  border-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand #products-filter-clear:hover {
  background: var(--brand-color1, var(--theme-color1));
  border-color: var(--brand-color1, var(--theme-color1));
  color: #fff;
}

body.brand-theme .products-page--brand .products-category-heading {
  color: var(--brand-color2, var(--theme-color2));
  border-bottom-color: color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 30%, transparent);
}

body.brand-theme .products-page--brand .products-category-heading::before {
  background: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .product-list-item:hover {
  border-color: var(--brand-color2, var(--theme-color2));
  box-shadow: 0 16px 40px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 18%, transparent),
              0 6px 16px color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 20%, transparent);
}

body.brand-theme .products-page--brand .product-list-item-title {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .product-list-item-link:hover,
body.brand-theme .products-page--brand .product-list-item-link:hover .product-list-item-title {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .product-image-wrapper,
body.brand-theme .products-page--brand .product-image-wrapper picture,
body.brand-theme .products-page--brand .product-list-item-image {
  background: #ffffff;
}

body.brand-theme .products-page--brand .products-subcategory-grid__inner .products-subcategory-card:hover {
  border-color: color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 35%, #e5e7eb);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 12%, transparent);
}

body.brand-theme .products-page--brand .products-subcategory-grid__inner .products-subcategory-card__title {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .products-subcategory-grid__inner .products-subcategory-card__placeholder {
  background: color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 12%, #ffffff);
  color: var(--brand-color1, var(--theme-color1));
}



/* =============================
   Banner slider - sayılı dikey noktalar
   ============================= */

.banner-section-two .owl-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 0;
}

/* İnce dikey çizgi (arka plan track) */
.banner-section-two .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0;
  display: block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot.active {
  border-color: #ffffff;
}

.banner-section-two .owl-dots .owl-dot.active span {
  background: #ffffff;
  transform: scale(1.4);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.banner-section-two .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* Masaüstü dışı görünmesin (isteğe göre açılabilir) */
@media (max-width: 767.98px) {
  .banner-section-two .owl-dots {
    display: none;
  }
}

/* Banner slider metinlerini ortala */
.banner-section-two .content-box {
  text-align: center !important;
}

.banner-section-two .content-box .inner {
  text-align: center !important;
}

.banner-section-two .content-box .sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.18);
  text-align: center !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* =============================
   Footer'dan hemen önce global kavis (tüm sayfalarda)
   ============================= */

.before-footer-wave {
  position: relative;
  overflow: visible;
  z-index: 1; /* products-page (z-index:5) üzerinde görünsün */
}

.before-footer-wave::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;              /* slider ile benzer offset */
  transform: translateX(-50%);
  width: 140%;
  height: 140px;              /* kavis yüksekliği */
  background-color: #ecf0f4;  /* footer üstü açık arka plan rengi */
  border-radius: 50% 50% 0 0;
  z-index: 0;
  pointer-events: none;
  box-shadow: 0px 0px 50px 5px gray;
}

.main-footer {
  z-index: 1;
  background-image: none !important;
}

.main-footer .footer-widgets-row {
  align-items: flex-start !important;
}

/* Footer sütun başlıklarını aynı üst çizgide tut. */
.main-footer .footer-column--quick .widget-title,
.main-footer .footer-column--posts .widget-title,
.main-footer .footer-column--contact .widget-title {
  margin-top: 0 !important;
}

/* Footer masaÃ¼stÃ¼ sÃ¼tun oranlarÄ±: linkleri daralt, iletiÅŸime adres iÃ§in alan aÃ§. */
@media (min-width: 1200px) {
  .main-footer .footer-column--logo {
    flex: 0 0 23%;
    max-width: 23%;
  }

  .main-footer .footer-column--quick {
    flex: 0 0 14%;
    max-width: 14%;
  }

  .main-footer .footer-column--posts {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .main-footer .footer-column--contact {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .main-footer .footer-contact-address a {
    white-space: nowrap;
  }
}

.main-footer .footer-logo-widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.main-footer .footer-logo-widget:not(.footer-logo-widget--with-text) {
  justify-content: center;
  align-items: flex-start;
  min-height: 180px;
}

.main-footer .footer-logo-wrap {
  display: flex;
  align-items: center;
}

.main-footer .footer-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.main-footer .footer-logo-link img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.main-footer .footer-about-text {
  margin-top: 18px;
}

.main-footer .footer-about-text .widget-title {
  margin-bottom: 10px;
}

/* Footer iletişim kolonunun altında sosyal ikonları hizalama */
.footer-widget.about-widget .footer-contact-social {
  margin-top: 18px;
  justify-content: flex-start;
}

/* =============================
   İletişim sayfası – profesyonel görünüm
   ============================= */

.contact-hero {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 56px 0 24px;
}

.contact-hero .contact-box {
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding: 32px 24px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-hero .contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: var(--theme-color2);
}

.contact-hero .contact-box .icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.contact-hero .contact-box:hover .icon-box {
  transform: scale(1.05);
}

.contact-hero .contact-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--theme-color1);
}

.contact-hero .contact-box p,
.contact-hero .contact-box a {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.contact-hero .contact-box a:hover {
  color: var(--theme-color2);
}

/* İletişim sayfası sosyal medya – kutular ile form arasında */
.contact-hero-social-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.contact-hero-social-bottom .footer-contact-social {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-hero-social-bottom .footer-contact-social li {
  margin: 0 !important;
}


.contact-hero-social-bottom .footer-contact-social li a,
.contact-hero .footer-contact-social li a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--theme-color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.25s ease;
}

.contact-hero .footer-contact-social li a:hover {
  transform: translateY(-3px);
  background: var(--theme-color2);
  color: #fff;
}

/* Bayi kartları bölümü (haritanın altında, iletişim sayfası) */
.contact-locations-section {
  padding: 56px 0 160px;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8eef5 100%);
}

.contact-locations-section .container {
  max-width: 1140px;
}

/* Bayi kartları (başlık, adres, telefon, telefon2) */
.contact-locations-section .col-12.text-center {
  text-align: center;
}
.contact-locations-title {
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

.contact-locations-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: var(--theme-color2);
  border-radius: 2px;
}

.contact-location-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid rgba(23, 56, 87, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.contact-location-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--theme-color1), var(--theme-color2));
  border-radius: 4px 0 0 4px;
  opacity: 0.9;
}

.contact-location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(23, 56, 87, 0.1), 0 0 0 1px rgba(234, 23, 37, 0.08);
  border-color: rgba(234, 23, 37, 0.15);
}

.contact-location-card__title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--theme-color1);
  margin-bottom: 16px;
  padding-bottom: 14px;
  padding-left: 4px;
  border-bottom: 1px solid rgba(23, 56, 87, 0.1);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.contact-location-card__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.55;
  margin-bottom: 12px;
  padding-left: 2px;
}

.contact-location-card__row:last-child {
  margin-bottom: 0;
}

.contact-location-card__row a {
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-location-card__row a:hover {
  color: var(--theme-color2);
}

.contact-location-card__icon {
  color: #fff !important;
  font-size: 13px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--theme-color2), #c4121f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(234, 23, 37, 0.25);
}

.contact-location-card__row .contact-location-card__icon {
  margin-top: 0;
}

@media (max-width: 768px) {
  .contact-locations-section {
    padding: 40px 0 120px;
  }
  .contact-locations-title {
    font-size: 1.45rem;
  }
  .contact-location-card {
    padding: 22px 18px;
    border-radius: 16px;
  }
  .contact-location-card__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    font-size: 12px;
  }
}

/* İletişim sayfası: form üstte, harita altta — tema mobil negatif margin sıfırlanır */
.contact-page-details.contact-details {
  margin-top: 0 !important;
  padding-top: 20px;
}
.contact-page-details + .contact-page-map.contact-map-section {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contact-page-details.contact-details {
    padding-top: 16px !important;
    margin-top: 0 !important;
  }
  .contact-page-details.contact-details .sec-title {
    margin-top: 0 !important;
  }
  .contact-page-details + .contact-page-map.contact-map-section {
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .contact-page-details.contact-details {
    padding-top: 14px !important;
    margin-top: 0 !important;
  }
  .contact-page-details.contact-details .sec-title {
    margin-top: 0 !important;
  }
}

/* Harita bölümü – üst/alt boşluksuz, arka plana tam oturur */
.contact-map-section {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* İletişim: harita footer'a bitişik */
.contact-page-map.contact-map-section {
  margin-bottom: 0;
}

.contact-page-map + .before-footer-wave {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* İletişim: kavis konumu diğer sayfalarla aynı */
.contact-page-map + .before-footer-wave::after {
  bottom: -80px;
}

.contact-page-map .contact-map-wrapper {
  box-shadow: none;
}

.contact-map-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  line-height: 0;
  font-size: 0;
}

.contact-map-wrapper iframe {
  width: 100% !important;
  height: 560px;
  border: 0;
  display: block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0 24px;
  }
  .contact-hero-social-bottom {
    margin-top: 24px;
  }
  .contact-map-wrapper iframe {
    height: 380px;
  }
  .contact-locations-section {
    padding-bottom: 120px;
  }
}

/* RTL (Arapça) – Hakkımızda bölümü düzeltmeleri */
[dir="rtl"] .about-section-three .content-column .inner-column {
  padding-left: 0;
  padding-right: 70px;
}
[dir="rtl"] .about-section-three .content-column .content-box {
  padding-right: 0;
  padding-left: 0;
}
[dir="rtl"] .about-section-three .content-column .sec-title,
[dir="rtl"] .about-section-three .content-column .sec-title .text {
  text-align: right;
}
[dir="rtl"] .about-section-three .content-column .sec-title .sub-title {
  text-align: right;
  display: block;
}
[dir="rtl"] .about-section-three .content-column .sec-title h2 {
  text-align: right;
}
[dir="rtl"] .about-section-three .image-column .inner-column {
  margin-right: 0;
  margin-left: -30px;
}
[dir="rtl"] .about-section-three .image-column .image-1:before {
  left: auto;
  right: -60px;
}
[dir="rtl"] .about-section-three .image-column .image-2 {
  right: auto;
  left: -48px;
  top: 268px;
}
[dir="rtl"] .about-section-three .image-column .icon-dots {
  right: auto;
  left: 0;
}
[dir="rtl"] .about-section-three .anim-icons .icon-object-1 {
  right: auto;
  left: -320px;
}
[dir="rtl"] .about-section-three .anim-icons .icon-object-4 {
  left: auto;
  right: -600px;
}

/* Dekoratif arka plan ikonları */
.icon.icon-object-1,
.icon.icon-object-4,
.icon.icon-cards {
  display: none !important;
}

[dir="rtl"] .about-section-three .content-column .content-box .theme-btn {
  margin-left: 0;
  margin-right: 0;
}

/* RTL – Footer ikonlar ve küçük düzenlemeler */
[dir="rtl"] .main-footer .about-widget .contact-info li {
  padding-left: 0;
  padding-right: 50px;
}
[dir="rtl"] .main-footer .about-widget .contact-info li i {
  left: auto;
  right: 0;
}
[dir="rtl"] .main-footer .widget-title {
  padding-left: 0;
  padding-right: 13px;
}
[dir="rtl"] .main-footer .widget-title:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .main-footer .about-widget .footer-contact-social,
[dir="rtl"] .main-footer .footer-widget .social-icon-two {
  flex-direction: row;
}
[dir="rtl"] .main-footer .footer-widget .social-icon-two li {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .main-footer .footer-widget .social-icon-two li:first-child {
  margin-right: 0;
}
[dir="rtl"] .main-footer .subscribe-form {
  padding-left: 0;
  padding-right: 40px;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
[dir="rtl"] .main-footer .about-widget .text {
  text-align: right;
}
[dir="rtl"] .main-footer .links-widget .user-links {
  text-align: right;
}
[dir="rtl"] .main-footer .links-widget .user-links li a:before {
  left: auto;
  right: 0;
}

/* Header üst bar – boşluk düzenlemeleri */
.header-style-two .header-top .inner-container {
  gap: 16px;
}
.header-style-two .header-top .list-style-one li {
  margin-right: 28px;
}
.header-style-two .header-top .list-style-one li:last-child {
  margin-right: 0;
}
.header-style-two .header-top .list-style-one li i {
  margin-right: 8px;
}
/* RTL (Arapça) – header iletişim öğeleri arası boşluk */
[dir="rtl"] .header-style-two .header-top .list-style-one li {
  margin-right: 0;
  margin-left: 28px;
}
[dir="rtl"] .header-style-two .header-top .list-style-one li:last-child {
  margin-left: 0;
}
[dir="rtl"] .header-style-two .header-top .list-style-one li i {
  margin-right: 0;
  margin-left: 8px;
}
.header-style-two .header-top .top-right .social-icon-one {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-style-two .header-top .top-right .social-icon-one li {
  margin-left: 0 !important;
}
/* Top bar sosyal ikonlar — temadan (14px) hafif büyük */
.header-style-two .header-top .social-icon-one li a {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
}

/* =============================================================================
   Genel site: üst şerit kırmızı tema, ana menü alanı mavi; üst bar ikonları beyaz.
   Ana header (mavi şerit): hafif dikey gradient + ince üst highlight.
   header-lower akışta → slider ve içerik tam header altından başlar.
   Marka sayfaları (body.brand-theme) hariç — mevcut şeffaf marka header korunur.
   ============================================================================= */

body:not(.brand-theme) .main-header.header-style-two {
  background: transparent;
  /* style.css sonradan .header-style-two { z-index:9 } veriyor; üstte kalması için */
  z-index: 1000;
  /* Ağır gölge slaytın üst şeridine “binmiş” gibi durmasın */
  box-shadow: 0 6px 20px rgba(6, 14, 26, 0.1);
}

body:not(.brand-theme) .main-header.header-style-two::before {
  display: none !important;
  content: none !important;
  background: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

body:not(.brand-theme) .header-style-two .header-top {
  border-top: 3px solid var(--border-theme-color2);
  box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, 0.06),
    0 12px 24px color-mix(in srgb, var(--theme-color1) 35%, transparent);
}

body:not(.brand-theme) .header-style-two .header-top .list-style-one li {
  color: rgba(255, 255, 255, 0.92);
}

body:not(.brand-theme) .header-style-two .header-top .list-style-one li i {
  color: #ffffff;
  opacity: 0.95;
}

body:not(.brand-theme) .header-style-two .header-top .list-style-one li a {
  color: rgba(255, 255, 255, 0.9);
}

body:not(.brand-theme) .header-style-two .header-top .list-style-one li:hover a {
  color: #ffffff;
}

body:not(.brand-theme) .header-style-two .header-top .social-icon-one li a:hover {
  color: var(--theme-color3);
}

body:not(.brand-theme) .header-style-two .header-lower {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li:before {
  background-color: var(--theme-color2);
}

/* Açık renkli page-title görsellerinde ana menü bağlantıları görünür kalsın. */
body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li > a,
body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li > a:visited,
body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li > a:focus {
  color: #111111 !important;
}

body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li.current > a,
body:not(.brand-theme) .header-style-two .header-lower .main-menu .navigation > li:hover > a {
  color: #bd101c !important;
}

body:not(.brand-theme) .sticky-header {
  background:
    radial-gradient(120% 180% at 100% -25%, rgba(126, 195, 215, 0.22) 0%, transparent 50%),
    linear-gradient(
      168deg,
      color-mix(in srgb, var(--theme-color1) 76%, #355f82 24%) 0%,
      var(--theme-color1) 50%,
      color-mix(in srgb, var(--theme-color1) 64%, #060d14 36%) 100%
    );
  box-shadow:
    0 8px 32px rgba(5, 12, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body:not(.brand-theme) .sticky-header .main-menu .navigation > li > a {
  color: #111111;
}

body:not(.brand-theme) .sticky-header .main-menu .navigation > li.current > a,
body:not(.brand-theme) .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

body:not(.brand-theme) .sticky-header .mobile-nav-toggler {
  color: #ffffff;
}

/* Slider: header hemen altında, üstte beyaz boşluk yok */
body:not(.brand-theme) .banner-section-two {
  margin-top: 0;
}

/* İç sayfa hero: header artık mutlak konumda değil — üst padding sıkılaştırıldı */
.page-title {
  padding-top: 200px;
  padding-bottom: 130px;
  min-height: 430px;
}

/* Anasayfa haricindeki bütün page-title varyantları aynı toplam yüksekliği kullanır. */
.page-title {
  box-sizing: border-box;
  height: 430px;
  min-height: 430px !important;
  max-height: 430px;
}

@media (max-width: 991.98px) {
  .page-title {
    height: 360px;
    min-height: 360px !important;
    max-height: 360px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .page-title {
    height: 320px;
    min-height: 320px !important;
    max-height: 320px;
    padding-top: 140px;
    padding-bottom: 85px;
  }
}

/* Anasayfa – hizmetler ile iletişim arası boşluk */
.services-list-section {
  padding-bottom: 34px !important;
}
.services-list-section + .contact-details {
  margin-top: 40px;
}

/* Anasayfa ürün kartları – sabit boyut, görsel alanı doldur */
.services-list-section .services-list-product-card .inner-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-list-section .services-list-product-card .image-box {
  flex-shrink: 0;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.services-list-section .services-list-product-card .image-box .icon-box {
  position: relative;
  z-index: 3;
}
.services-list-section .services-list-product-card .image-box .image {
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.services-list-section .services-list-product-card .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-list-section .services-list-product-card .content-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Anasayfa – ürünler mavi başlık bandı */
.home-products-banner {
  background: #0d3a5c url("/assets/images/icons/pattern-2.png") repeat-x center;
  background-size: contain;
  padding: 52px 0;
}
.home-products-banner .sec-title {
  margin-bottom: 0;
}
.home-products-banner .sec-title h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home-products-banner {
    padding: 40px 0 !important;
  }
}
@media (max-width: 576px) {
  .home-products-banner {
    padding: 32px 0 !important;
  }
}

/* Anasayfa ürün grid – 9 ürün, lg/md: 3 sütun (3×3), xs: 2; kaydırma yok */
.home-products-grid-section {
  padding: 48px 0 40px;
}
/* services-list-section’daki 34px !important alt boşluğu burada eziliyor — footer kavisi öncesi nefes */
.home-products-grid-section.services-list-section {
  padding-bottom: 100px !important;
}
.home-products-grid-section .home-products-grid-row {
  margin-bottom: 0;
}
.home-products-grid-section .home-products-grid-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.home-products-grid-section .home-products-grid-card .home-products-card-inner {
  height: 100%;
  min-height: 360px;
  max-height: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 16px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.home-products-grid-section .home-products-grid-card:hover .home-products-card-inner {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}
.home-products-grid-section .home-products-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  min-height: 48px;
}
.home-products-grid-section .home-products-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #0d3a5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.home-products-grid-section .home-products-card-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1e293b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.home-products-grid-section .home-products-card-image-wrap {
  flex: 0 0 180px;
  height: 180px;
  min-height: 180px;
  width: 100%;
  align-self: center;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 14px;
}

/* Ürün listesi .product-image-wrapper max-width:160px burada sola yaslanıyordu */
.home-products-grid-section .home-products-card-image-wrap.product-image-wrapper {
  max-width: 100%;
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
}

.home-products-grid-section .home-products-card-image-wrap picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.home-products-grid-section .home-products-card-image-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home-products-grid-section .home-products-card-image-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.home-products-grid-section .home-products-card-image-wrap .js-lazy-product-image {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.home-products-grid-section .home-products-card-image-wrap .js-lazy-product-image.is-loaded {
  opacity: 1;
}
/* Ürün kartı: ürün detay yan menü stiline yakın — ince metin linki, dolgu yok */
.home-products-grid-section .home-products-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  padding: 6px 0 2px;
  background: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
  font-size: 1.2125rem;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: var(--theme-color1, #173857) !important;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.home-products-grid-section .home-products-card-cta__text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.home-products-grid-section .home-products-card-cta__icon {
  font-size: 0.95rem;
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.home-products-grid-section .home-products-card-cta:hover {
  color: var(--theme-color2, #ea1725) !important;
  filter: none;
  transform: none;
}
.home-products-grid-section .home-products-card-cta:hover .home-products-card-cta__text {
  border-bottom-color: currentColor;
}
.home-products-grid-section .home-products-card-cta:hover .home-products-card-cta__icon {
  opacity: 1;
  transform: translateX(3px);
}
.home-products-grid-section .home-products-grid-cta-wrap {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-products-grid-section .home-products-cta-btn {
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .home-products-grid-section {
    padding: 32px 0 24px;
  }
  .home-products-grid-section.services-list-section {
    padding-bottom: 72px !important;
  }
  .home-products-grid-section .home-products-grid-card .home-products-card-inner {
    min-height: 340px;
    padding: 14px;
  }
  .home-products-grid-section .home-products-card-image-wrap {
    flex: 0 0 160px;
    height: 160px;
    min-height: 160px;
  }
  .home-products-grid-section .home-products-card-cta {
    font-size: 1.05rem;
    padding: 8px 0 4px;
  }
  .home-products-grid-section .home-products-grid-cta-wrap {
    margin-top: 8px;
  }
  .home-products-grid-section .home-products-grid-cta-wrap.mt-4 {
    margin-top: 12px !important;
  }
}

/* Anasayfa – ürünler / bloglar / iletişim / footer boşlukları */
.home-products-grid-section + .news-section-two {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
}
/* Bloglar ile iletişim arası: boşluk olmasın */
.news-section-two + .contact-details--home {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* İletişim formu ile footer arası: belirgin boşluk kalsın */
.contact-details--home {
  padding-bottom: 90px !important;
}
/* İletişim sonrası global kavis (before-footer-wave) biraz aşağı insin */
.contact-details--home ~ .before-footer-wave {
  margin-top: 30px;
}

/* Blog sayfası – bloglar 50px yukarı, ovalin üstünde */
.blog-page.news-section {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.page-blog .blog-page.news-section {
  margin-top: 0;
  padding-top: 70px;
}

/* Blog kartları – modern yapı (2. görsel tarzı) */
.blog-card-modern__inner {
  background: #fafafa !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  padding: 24px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.blog-card-modern__inner:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-4px);
  border-color: #d1d5db !important;
}
.blog-card-modern__header {
  position: relative;
  padding-right: 100px;
  min-height: 50px;
}
.blog-card-modern__date {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #ea1725 !important;
  background: var(--bg-theme-color2, #ea1725) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
}
.blog-card-modern__date i {
  font-size: 12px;
  opacity: 0.9;
}
.blog-card-modern__title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #173857 !important;
  color: var(--theme-color1, #173857) !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.35;
}
/* Anasayfa blog kartı – başlık en fazla 2 satır */
.news-section-two .blog-card-modern__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-two .blog-card-modern__title a {
  display: block;
}
/* Blog sayfası – başlık 2 satır, kısa açıklama 3 satır */
.blog-page .blog-card-modern__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-page .blog-card-modern__title a {
  display: block;
}
.blog-page .blog-card-modern__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-modern__title a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.blog-card-modern__title a:hover {
  color: #ea1725 !important;
  color: var(--theme-color2, #ea1725) !important;
}
.blog-card-modern__desc {
  font-size: 0.9rem !important;
  color: #6b7280 !important;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.blog-card-modern__image {
  margin: 0 0 16px 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid #e5e7eb;
}
.blog-card-modern__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.blog-card-modern__inner:hover .blog-card-modern__image img {
  transform: scale(1.03);
}
.blog-card-modern__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #173857 !important;
  color: var(--theme-color1, #173857) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  margin-top: auto;
  transition: color 0.2s ease, gap 0.2s ease;
}
.blog-card-modern__link:hover {
  color: #ea1725 !important;
  color: var(--theme-color2, #ea1725) !important;
  gap: 12px;
}
.blog-card-modern__link i {
  color: inherit;
}
.blog-card-modern {
  margin-bottom: 30px;
}

/* RTL – blog kartları: tarih her zaman en sağda (Arapça’da da ters dönmesin) */
[dir="rtl"] .blog-card-modern__header {
  padding-right: 0;
  padding-left: 100px;
}
[dir="rtl"] .blog-card-modern__date {
  right: auto !important;
  left: 0 !important;
}
[dir="rtl"] .blog-card-modern__title {
  text-align: right;
}
[dir="rtl"] .blog-card-modern__link i {
  transform: scaleX(-1);
}

/* RTL – Telefon numaraları soldan sağa görünsün (0212 594 93 96 gibi) */
[dir="rtl"] a[href^="tel:"],
[dir="rtl"] .contact-info a[href^="tel:"],
[dir="rtl"] .contact-info-box a[href^="tel:"],
[dir="rtl"] p a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}

/* Blog tarihi – sadece yazıyı sola çekme, sağdan boşluk (kutu sabit) */
.news-block-two .image-box .date {
  padding-left: 35px;
  padding-right: 15px;
}

/* Mobil menü – İletişim linki daha "bilerek" konmuş görünsün */
@media (max-width: 991px) {
  .mobile-menu .navigation li.mobile-menu-contact-link {
    margin-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .mobile-menu .navigation li.mobile-menu-contact-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-weight: 600;
    color: #ffffff;
    background: var(--theme-color2);
    border-radius: 10px;
  }
}

/* Footer başlıklarında / öneki yok */
.main-footer .widget-title {
  padding-left: 0 !important;
}
.main-footer .widget-title:after,
.main-footer .widget-title::after {
  content: none !important;
  display: none !important;
}
[dir="rtl"] .main-footer .widget-title {
  padding-right: 0 !important;
}

.footer-bottom .copyright-text img {
  height: 35px;
  width: auto;
  filter: none;
  margin-top: 0;
}

@media (max-width: 768px) {
  .footer-bottom .copyright-text img {
    height: 35px;
    margin: 0 5px;
  }
}

/* Anasayfa sayaç alanı – hakkımızda process-block-two stili */
.stat-counters-section {
  position: relative;
  padding: 48px 0 56px;
}

.stat-counters-section .stat-counter-block {
  margin-bottom: 0;
}

.stat-counters-section .process-block-two .icon-box {
  height: 200px;
  width: 200px;
  padding: 28px;
  margin-bottom: 16px;
}

.stat-counters-section .process-block-two .icon-box .icon {
  height: 140px;
  width: 140px;
  font-size: 52px;
  color: var(--theme-color2, #ea1725);
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(23, 56, 87, 0.08);
}

.stat-counters-section .process-block-two .icon-box:before,
.stat-counters-section .process-block-two .icon-box:after {
  border-color: rgba(23, 56, 87, 0.12);
}

.stat-counters-section .process-block-two .inner-box:hover .icon-box .icon {
  background-color: #fff;
  color: var(--theme-color2, #ea1725);
}

.stat-counters-section .process-block-two .inner-box:hover .icon-box:before,
.stat-counters-section .process-block-two .inner-box:hover .icon-box:after {
  border-color: rgba(234, 23, 37, 0.35);
}

.stat-counters-section .stat-counter-block__number {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--theme-color1, #173857);
  font-family: var(--title-font, inherit);
  margin-bottom: 8px;
  text-transform: none;
  transition: color 0.25s ease;
}

.stat-counters-section .stat-counter-block__label {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--theme-color1, #173857);
  text-transform: none;
  transition: color 0.25s ease;
}

.stat-counters-section .process-block-two .inner-box:hover .stat-counter-block__number,
.stat-counters-section .process-block-two .inner-box:hover .stat-counter-block__label {
  color: var(--theme-color2, #ea1725);
}

.stat-counters-section .process-block-two .info-box {
  padding: 0 12px;
}

@media (max-width: 991px) {
  .stat-counters-section {
    padding: 40px 0 48px;
  }

  .stat-counters-section .stat-counter-block {
    margin-bottom: 32px;
  }

  .stat-counters-section .process-block-two .icon-box {
    height: 180px;
    width: 180px;
    padding: 24px;
  }

  .stat-counters-section .process-block-two .icon-box .icon {
    height: 124px;
    width: 124px;
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .stat-counters-section .stat-counter-block {
    margin-bottom: 28px;
  }
}

/* Mobil menü düğmesi: açık renkli hero görsellerinde de net görünür. */
@media (max-width: 1023px) {
  .main-header .mobile-nav-toggler,
  .sticky-header .mobile-nav-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: 16px;
    padding: 0;
    top: 0;
    color: #ffffff !important;
    background: var(--theme-color2, #bd101c);
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    box-shadow:
      0 6px 18px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
    line-height: 1;
    z-index: 5;
  }

  .main-header .mobile-nav-toggler .icon,
  .sticky-header .mobile-nav-toggler .icon {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }

  body.brand-theme .main-header .mobile-nav-toggler,
  body.brand-theme .sticky-header .mobile-nav-toggler {
    background: var(--brand-primary, var(--theme-color2, #bd101c));
  }

  .main-header .mobile-nav-toggler:hover,
  .main-header .mobile-nav-toggler:focus-visible,
  .sticky-header .mobile-nav-toggler:hover,
  .sticky-header .mobile-nav-toggler:focus-visible {
    color: #ffffff !important;
    filter: brightness(1.08);
    transform: translateY(-1px);
  }
}

/* ==========================================================
   Responsive temel katmanı
   Header ve ana slider, pencere yeniden boyutlandırılırken aynı
   akışkan ölçüleri kullanır; Owl'ın eski sabit yüksekliği kalmaz.
   ========================================================== */
.banner-section-two {
  --home-hero-height: clamp(600px, 62.96vw, 860px);
}

.banner-section-two .banner-carousel,
.banner-section-two .banner-carousel:not(.owl-loaded),
.banner-section-two .owl-stage-outer,
.banner-section-two .owl-stage,
.banner-section-two .owl-item,
.banner-section-two .slide-item {
  height: var(--home-hero-height) !important;
  min-height: var(--home-hero-height) !important;
}

@media (max-width: 599.98px) {
  .banner-section-two {
    --home-hero-height: clamp(500px, 140vw, 600px);
  }
}

/* Tablet ve masaüstünde görsele gömülü metinlerin sağ/solu kırpılmasın.
   Slider kaynakları 1920×770 / 1920×800 olduğundan en yüksek oran
   (800 / 1920) kullanılarak bütün görsel genişliğe sığdırılır. */
@media (min-width: 768px) {
  .banner-section-two {
    --home-hero-height: 41.6667vw;
    overflow: hidden;
    background: #f7f8f9;
  }

  .banner-section-two .slide-item .bg-image {
    background-color: #f7f8f9;
  }

  .banner-section-two .slide-item .bg-image img {
    object-fit: contain;
    object-position: center top;
  }
}

@media (max-width: 1023px) {
  .main-header .header-lower .main-box {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .main-header .header-lower .logo-box {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 64px);
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .main-header .logo,
  .main-header .logo a {
    display: block;
    width: fit-content;
    max-width: 100%;
  }

  .main-header .logo img,
  .sticky-header .logo img {
    width: clamp(160px, 48vw, 210px) !important;
    max-width: 100% !important;
    max-height: 72px !important;
    object-fit: contain;
  }

  .main-header .outer-box,
  .sticky-header .nav-outer {
    flex: 0 0 auto;
    min-width: 44px;
    margin-left: auto;
  }

  body.brand-theme .brand-header {
    gap: 12px;
  }

  body.brand-theme .brand-header__left,
  body.brand-theme .brand-header__logo-link {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  body.brand-theme .brand-header__logo {
    width: auto;
    height: clamp(58px, 18vw, 76px);
    max-width: min(210px, 100%);
  }
}

@media (max-width: 374.98px) {
  .main-header .logo img,
  .sticky-header .logo img {
    width: clamp(148px, 50vw, 170px) !important;
    max-height: 64px !important;
  }

  .main-header .mobile-nav-toggler,
  .sticky-header .mobile-nav-toggler {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    margin-left: 8px;
  }
}

/* İlk ziyaret çerez bildirimi küçük ekranın çoğunu kaplamasın. */
@media (max-width: 575px) {
  .cookie-consent__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px 12px;
    padding: 12px 42px 12px 14px;
  }

  .cookie-consent__content {
    grid-column: 1 / -1;
    gap: 9px;
    flex-basis: auto;
  }

  .cookie-consent__icon {
    font-size: 1rem;
  }

  .cookie-consent__title {
    margin-bottom: 2px;
    font-size: 0.82rem;
  }

  .cookie-consent__desc {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .cookie-consent__btn {
    grid-column: 2;
    width: auto;
    min-width: 96px;
    padding: 9px 16px;
    font-size: 0.75rem;
  }
}

/* İç sayfa page-title: slider gibi tam görsel genişliği ve orantılı yükseklik.
   Bu blok bilinçli olarak dosyanın sonunda tutulur; eski sabit hero ölçülerini ezer. */
@media (min-width: 768px) {
  .page-title,
  body.brand-theme .page-title.page-title--brand,
  body.brand-theme .page-title--brand.page-title--brand-category,
  body.brand-theme .page-title--brand.page-title--product-brand {
    height: 22.5722vw !important;
    min-height: 22.5722vw !important;
    max-height: 22.5722vw !important;
  }

  .page-title__bg,
  .page-title--product-brand .page-title__bg,
  body.brand-theme .page-title--brand .page-title__bg {
    object-fit: contain !important;
    object-position: center top !important;
  }
}

/* Slider görseli 1920×770 olduğunda 1920×800 taşıyıcıda altta kalan payı
   kavis konumuna ekle. Ovalin kenarı gerçek görsel altına oturur. */
@media (min-width: 1024px) {
  .banner-section-two .slide-item::after {
    bottom: -106px;
  }

  .banner-section-two .slide-item:has(.bg-image img[height="770"])::after {
    bottom: calc(-106px + 1.5625vw);
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .banner-section-two .slide-item:has(.bg-image img[height="770"])::after {
    bottom: calc(-80px + 1.5625vw);
  }
}

/* ==========================================================
   Ana sayfa video vitrini — masaüstünde 5'li, merkez kart vurgulu
   ========================================================== */
.home-video-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 22px;
  background: #ffffff;
}

.home-video-section__inner {
  width: min(90vw, 1494px);
  margin: 0 auto;
}

.home-video-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 70px 0 58px;
}

.home-video-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.home-video-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-video-card {
  width: 100%;
  margin: 0;
}

.home-video-card__media {
  position: relative;
  width: 100%;
  height: clamp(260px, 20.8vw, 330px);
  overflow: hidden;
  border-radius: 12px;
  background: #e9edf0;
  box-shadow: 0 8px 26px rgba(13, 32, 52, 0.08);
  cursor: pointer;
  transition: height 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
}

.home-video-carousel .owl-item.home-video-item--near .home-video-card__media {
  height: clamp(300px, 24.3vw, 385px);
}

.home-video-carousel .owl-item.home-video-item--far .home-video-card__media {
  height: clamp(260px, 20.8vw, 330px);
}

.home-video-carousel .owl-item.center .home-video-card__media {
  height: clamp(340px, 27.8vw, 430px);
  box-shadow: 0 18px 42px rgba(13, 32, 52, 0.16);
}

.home-video-card__video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #e9edf0;
  object-fit: cover;
}

.home-video-card__sound {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #ffffff;
  background: rgba(22, 22, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-video-card__sound:hover,
.home-video-card__sound:focus-visible {
  color: #ffffff;
  background: #ea1725;
  transform: scale(1.06);
  outline: none;
}

.home-video-card__sound i,
.home-video-card__sound span {
  font-size: 20px;
  line-height: 1;
}

.home-video-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  margin: 0;
  pointer-events: none;
}

.home-video-carousel .owl-nav .owl-prev,
.home-video-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0;
  color: #ffffff;
  background: #8d8d8d;
  border-radius: 50%;
  pointer-events: auto;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-video-carousel .owl-nav .owl-prev {
  left: calc(50% - 80px);
}

.home-video-carousel .owl-nav .owl-next {
  right: calc(50% - 80px);
}

.home-video-carousel .owl-nav .owl-prev:hover,
.home-video-carousel .owl-nav .owl-prev:focus-visible,
.home-video-carousel .owl-nav .owl-next:hover,
.home-video-carousel .owl-nav .owl-next:focus-visible {
  color: #ffffff;
  background: #ea1725;
  transform: scale(1.06);
  outline: none;
}

.home-video-carousel .owl-dots {
  position: absolute;
  right: 50%;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 94px;
  height: 26px;
  padding: 0 11px;
  background: #8d8d8d;
  border-radius: 18px;
  transform: translateX(50%);
}

.home-video-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.home-video-carousel .owl-dots .owl-dot span {
  display: none;
}

.home-video-carousel .owl-dots .owl-dot.active {
  width: 18px;
  height: 18px;
  position: relative;
  background: conic-gradient(
    #ffffff var(--video-progress-angle, 0deg),
    rgba(255, 255, 255, 0.32) 0deg
  );
  border: 0;
}

.home-video-carousel .owl-dots .owl-dot.active::after {
  position: absolute;
  content: "";
  inset: 2px;
  background: #8d8d8d;
  border-radius: 50%;
}

/* Beşli referans sayfalaması: tekrar kartı dolaşım için kalır, altıncı nokta gizlenir. */
.home-video-carousel .owl-dots .owl-dot:nth-child(n + 6) {
  display: none;
}

@media (max-width: 1199.98px) {
  .home-video-section__inner {
    width: min(100% - 32px, 1100px);
  }

  .home-video-card__media {
    height: clamp(270px, 34vw, 340px);
  }

  .home-video-carousel .owl-item.center .home-video-card__media {
    height: clamp(330px, 43vw, 410px);
  }
}

@media (max-width: 767.98px) {
  .home-video-section {
    padding: 34px 0 58px;
  }

  .home-video-section__inner {
    width: 100%;
  }

  .home-video-carousel .owl-stage-outer {
    padding: 32px 0 48px;
  }

  .home-video-card__media {
    height: min(112vw, 410px);
    border-radius: 10px;
  }

  .home-video-carousel .owl-item.center .home-video-card__media {
    height: min(124vw, 460px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-video-card__media,
  .home-video-card__sound,
  .home-video-carousel .owl-nav .owl-prev,
  .home-video-carousel .owl-nav .owl-next {
    transition: none;
  }
}

/* ==========================================================
   Marka sayfaları: header, normal site header'ıyla birebir aynı
   ========================================================== */
body.brand-theme .main-header.header-style-two {
  background: transparent !important;
  z-index: 1000;
  box-shadow: 0 6px 20px rgba(6, 14, 26, 0.1);
}

body.brand-theme .main-header.header-style-two::before {
  display: none !important;
  content: none !important;
  background: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

body.brand-theme .header-style-two .header-lower {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  background: transparent !important;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

body.brand-theme .header-style-two .header-lower .main-menu .navigation > li::before {
  background-color: var(--theme-color2);
}

body.brand-theme .header-style-two .header-lower .main-menu .navigation > li > a,
body.brand-theme .header-style-two .header-lower .main-menu .navigation > li > a:visited,
body.brand-theme .header-style-two .header-lower .main-menu .navigation > li > a:focus {
  color: #111111 !important;
}

body.brand-theme .header-style-two .header-lower .main-menu .navigation > li.current > a,
body.brand-theme .header-style-two .header-lower .main-menu .navigation > li:hover > a {
  color: #bd101c !important;
}

body.brand-theme .sticky-header {
  background:
    radial-gradient(120% 180% at 100% -25%, rgba(126, 195, 215, 0.22) 0%, transparent 50%),
    linear-gradient(
      168deg,
      color-mix(in srgb, var(--theme-color1) 76%, #355f82 24%) 0%,
      var(--theme-color1) 50%,
      color-mix(in srgb, var(--theme-color1) 64%, #060d14 36%) 100%
    );
  box-shadow:
    0 8px 32px rgba(5, 12, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.brand-theme .sticky-header .main-menu .navigation > li > a {
  color: #111111;
}

body.brand-theme .sticky-header .main-menu .navigation > li.current > a,
body.brand-theme .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

body.brand-theme .main-header .mobile-nav-toggler,
body.brand-theme .sticky-header .mobile-nav-toggler {
  color: #ffffff !important;
  background: var(--theme-color2, #bd101c) !important;
}

/* Homepage catalogs */
.home-catalog-section { padding: 72px 0 78px; background: #f7f9fc; }
.home-catalog-section .sec-title { margin-bottom: 34px; }
.home-catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 24px; max-width: 1180px; margin: 0 auto; }
.home-catalog-card { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; align-items: center; padding: 26px; background: #fff; border: 1px solid #e1e7ef; border-radius: 18px; box-shadow: 0 12px 35px rgba(11, 40, 67, .08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.home-catalog-card:hover { transform: translateY(-4px); border-color: rgba(244, 30, 48, .28); box-shadow: 0 18px 42px rgba(11, 40, 67, .13); }
.home-catalog-card__icon { width: 68px; height: 68px; display: grid; place-items: center; color: #f41e30; background: #fff0f2; border-radius: 16px; font-size: 31px; }
.home-catalog-card__content { min-width: 0; }
.home-catalog-card__content h3 { margin: 0 0 7px; color: #0b2843; font-size: 19px; line-height: 1.35; overflow-wrap: anywhere; }
.home-catalog-card__content span { color: #748292; font-size: 13px; font-weight: 600; }
.home-catalog-card__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 5px; }
.home-catalog-card__button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 15px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.home-catalog-card__button--preview { color: #0b2843; border-color: #cfd9e3; background: #fff; }
.home-catalog-card__button--preview:hover { color: #fff; border-color: #0b2843; background: #0b2843; }
.home-catalog-card__button--download { color: #fff; background: #f41e30; }
.home-catalog-card__button--download:hover { color: #fff; background: #cf1323; }
@media (max-width: 575px) {
    .home-catalog-section { padding: 52px 0 58px; }
    .home-catalog-grid { grid-template-columns: 1fr; gap: 16px; }
    .home-catalog-card { padding: 20px; }
}

/* Header catalog dropdown */
@media (min-width: 992px) {
  .main-menu .navigation > li.catalog-menu-dropdown > .catalog-menu-panel {
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    width: min(420px, calc(100vw - 40px));
    padding: 12px;
    margin: 0;
    transform: translateX(-50%) translateY(6px);
    border: 1px solid #e0e7ef;
    border-radius: 15px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 48px rgba(9, 30, 66, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 1002;
  }
  .main-menu .navigation > li.catalog-menu-dropdown:hover > .catalog-menu-panel,
  .main-menu .navigation > li.catalog-menu-dropdown:focus-within > .catalog-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .main-menu .catalog-menu-panel > li { width: 100%; padding: 0; border: 0; }
}
.catalog-menu-panel__heading { display: flex; align-items: center; gap: 9px; padding: 5px 7px 11px !important; margin-bottom: 3px; color: #0b2843; font-size: 15px; font-weight: 800; border-bottom: 1px solid #edf1f5 !important; }
.catalog-menu-panel__heading i { color: #f41e30; }
.catalog-menu-panel__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 8px !important; margin-top: 5px; border: 1px solid #edf1f5 !important; border-radius: 10px !important; background: #fff; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.catalog-menu-panel__item:hover { border-color: #d8e1ea !important; background: #f9fbfd; transform: translateX(2px); }
.catalog-menu-panel__name { display: flex; align-items: center; gap: 8px; min-width: 0; color: #173857; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.catalog-menu-panel__name i { flex: 0 0 auto; color: #f41e30; font-size: 17px; }
.catalog-menu-panel__actions { display: flex; flex: 0 0 auto; gap: 5px; }
.catalog-menu-panel__button { display: inline-flex !important; align-items: center; justify-content: center; gap: 4px; min-height: 32px; padding: 6px 9px !important; border: 1px solid #d3dce6; border-radius: 8px; font-size: 11px !important; font-weight: 700 !important; line-height: 1 !important; text-decoration: none; }
.catalog-menu-panel__button--preview { color: #173857 !important; background: #fff; }
.catalog-menu-panel__button--download { color: #fff !important; border-color: #f41e30; background: #f41e30; }
.catalog-menu-panel__button--preview:hover { color: #fff !important; border-color: #173857; background: #173857; }
.catalog-menu-panel__button--download:hover { color: #fff !important; border-color: #cf1323; background: #cf1323; }
@media (max-width: 991px) {
  .mobile-menu .catalog-menu-panel__heading { display: none; }
  .mobile-menu .catalog-menu-panel__item { display: block; padding: 10px 18px !important; background: #f7f9fc; }
  .mobile-menu .catalog-menu-panel__name { margin-bottom: 9px; }
  .mobile-menu .catalog-menu-panel__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
