/* Thin - 100 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Thin Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Light - 300 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Regular / Book - 400 */
/* Not: Book ve Regular genellikle 400 ağırlığındadır. 
İkisini de kullanacaksanız Book'u 350 olarak tanımlayabilirsiniz. */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Book.otf') format('opentype');
    font-weight: 450; /* Farklılaştırmak için */
    font-style: normal;
}

/* Medium - 500 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma SemiBold Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Bold - 700 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma ExtraBold Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Heavy - 900 */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma Heavy Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

body { font-family: 'Axiforma', sans-serif; }
/* =========================
   Global Reset / Base
========================= */
ul { 
  list-style: none; 
    padding: 0px;
    margin: 0px;
}

a { 
  text-decoration: none; 
}

button { 
  border: none; 
  background: none; 
}
.img-hover {
  position: relative;
  display: inline-block;
  margin:60px 0px;
}

.img-hover img {
  display: block;
  transition: opacity .4s ease;
}

.img-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img-hover:hover .img-hover-img {
  opacity: 1;
}

.img-hover:hover .img-main {
  opacity: 0;
}


.img-hover img {
  transition: opacity .4s ease;
}

.img-hover:hover .hover-img {
  opacity: 1 !important;
}

.img-hover:hover img:first-child {
  opacity: 0;
}
.popupbas { font-size:60px;line-height:1;}
.popupbas2 { font-size: 15px; color:#878787;}


.navbar-toggler { border: none; background: none; padding: 0px;}
.navbar-toggler:hover , .navbar-toggler:focus, .collapsed { border: none; background: none; padding: 0px; box-shadow:none; outline: none;}

.siyah {background: #000; border-radius: 30px; padding: 10px 10px 10px 30px;   color: #fff; display: block; width: 200px;}
.siyah img {margin-left: 15px;}

.link {background: #fff; border-radius: 30px; padding: 10px 10px 10px 30px;  color: #000; position: absolute;  z-index: 2; display: block; bottom: 120px; bottom: 60px; left: 50%; margin-left: -100px;}
.link img {margin-left: 15px;}

.blog-list { padding: 30px;}
.blog-list img {display: block; width: 100%;  }
.blog-list span { display: block; color: black; font-size: 20px; height: 50px; line-height: 25px; padding: 10px 0px; font-weight: bold; }
/* =========================
   Mega Tree
========================= */
.mega-tree {
  font-size: 14px;
  padding-left: 8px;
  margin: 0 0 30px 0px;
  color: #fff;
}

.mega-tree a {
  color: #fff;
}

/* Başlık */
.tree-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Tree reset */
.tree,
.tree ul {
  list-style: none;
  margin: 0;
  padding-left: 28px;
  position: relative;
}

/* TEK ANA DİKEY OMURGA */
.tree::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

/* ALT KATEGORİLERİN DİKEY ÇİZGİSİ — OMURGAYA TAM OTURUR */
.tree ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -12px; /* ana omurga ile AYNI */
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/* Liste elemanı */
.tree li {
  position: relative;
  padding: 6px 0 6px 26px;
}

/* YATAY BAĞLANTI ÇİZGİLERİ — OMURGADAN BAŞLAR */
.tree li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -14px; /* dikey çizgiyle BİREBİR */
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.tree li ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -40px; /* dikey çizgiyle BİREBİR */
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/* Yazı */
.tree .node {
  display: inline-block;
  padding-left: 6px;
  margin-left: -30px;
  font-weight: 400;
  font-size: 14px;
}

.tree .node1 {
  display: inline-block;
  padding-left: 6px;
  font-weight: 400;
  font-size: 15px;
}

/* Parent vurgusu */
.tree > li > .node {
  font-weight: 500;
}

/* =========================
   Typography / Menu Blocks
========================= */
.mega-h1 {
  font-size: 28px;
  line-height: 150%;
  color: #fff;
}

.menu-iletisim h2 {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  padding: 30px 0 0;
  font-weight: bold;
}

.menu-iletisim p {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  font-weight: normal;
}

.menu-iletisim a {
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

.kur-menu li a {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 16px;
    color: white
}

.kur-menu li a img {
  margin-left: 5px;
}

/* =========================
   Placeholder / Empty Blocks
========================= */
.for {height: -webkit-fill-available;}


.for h1 {
  padding: 150px 0 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 65px;
}

.for h1 span {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 45px;
}

.for p {
  display: block;
  color: #000;
  font-size:18px;
}

.for a {}
/* =========================
   Header / Nav / Banner
========================= */
.top-red-banner {
  height: 30px;
  background-color: #dc2626;
}

header {
  background-color: #fff;

}

nav a {
  color: #000;
  font-size: 1.125rem;
  font-family: "Helvetica Neue", sans-serif;
  transition: color 0.3s;
}

nav a.active {
  font-weight:bold;
}

.lang-dropdown {
  position: relative;
}

.dropdown-menu {
  background-color: #000;
}

.dropdown-menu a {
  color: #fff;
}

.dropdown-menu a:hover {
  background-color: #dc2626;
  color: #fff;
}

.banner-section {
  position: relative;
  overflow: hidden;
  height: auto;
}

.banner-section img {
  width: 100%;
  object-fit: cover;
}

.banner-strip {
  position: absolute;
  bottom: 60px;
  width: 100%;
  background-color: #dc2626;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.banner-strip h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.banner-strip ul {
  display: flex;
}

.banner-strip ul li {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-strip ul li a {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}

/* =========================
   Vitrin / Cart
========================= */
.vitrin {
  position: relative;
  z-index: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom: 25px solid #dc2626;

  background-size: cover !important;
}

.hr-orta {
  height: 2px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  background-position: center center;
  background-size: cover;
}

.cart {
  border-left: 1px solid #d9d9d9;
  display: block;
  aspect-ratio: 2/3;
  color: #fff;
  width: 100%;
  transition: all 1s ease;
  background-color: rgba(255,255,255,0.0);
}

.cart:last-child {
  border-right: 2px solid #d9d9d9;
}

.cart:hover {
  background: linear-gradient(to bottom, transparent, black);

}

.cart span {
  padding: 20px;
  width: 100%;
  min-width: 100%;
}

.cart span span {
  padding: 20px 0 0 0;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.cart span em {
  color: #e30613;
  font-style:normal;
}

.cart span strong {
  display: block;
  clear: both;
  color:#8C8C8C;
  font-weight: normal;
  font-size: 13px;
}

.cart img {
  display: inline-block;
  float: right;
  width: 63px;
  height: 63px;
}


/* =========================
   Pro Section
========================= */
.pro {
  padding: 0;
  position: relative;
  z-index: 3;
  margin-top: -120px;
}

.pro h1 {
  padding: 150px 0 0 0;
  color: #e30613;
  font-weight: bold;
  font-size: 65px;
}

.pro h1 span {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 65px;
}

.pro p {
  display: block;
  color: #000;
  font-size: 23px;
}

.pro a {}

/* =========================
   Footer
========================= */
/* Not: Burada "foottop { height: ... }" satırında görünmeyen karakter vardı.
   Düzenlerken normal boşluk kullandım. */
.foottop {
  color: #fff;
  padding: 40px 0 30px;
}

.foottop h1 {
  color: #fff;
  font-size: 18px;
  padding: 10px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foottop h1 span {
  font-weight: bold;
  padding: 0 5px;
}

.foottop img {
  margin: 0 20px 0 0;
}

.foottop ul li {
  margin: 0 5px;
}

.foottop ul li a {
  color: #fff;
}

svg,
svg path {
  fill: #999;
}

svg:hover,
svg path:hover {
  fill: #fff;
}

.hr {
  height: 2px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.foot-menu {
  padding: 120px 0 0 0;
}

.foot-menu h1 {
  color: #fff; font-weight: bold; font-size: 32px;
}

.foot-menu ul {}

.foot-menu ul li { margin: 10px; }

.foot-menu ul li a {
  color: #fff; font-size: 14px; line-height: 150%; font-weight: normal;
}

.up {
  display: block;
  margin: 30px auto;
}

.up a {
  display: block;
}

.up a span {
  margin: 0 0 0 5px;
  color: #fff;
}

.footbottom {
  padding: 40px 0 20px 0;
}

.footbottom,
.footbottom a {
  color: #fff;
}

.footbottom a {
  text-align: right;
}

/* =========================
   Product Grid
========================= */
.product-grid {
  border: 1px solid #d9d9d9;
}



.product-card {
  height: 100%;
  position: relative;
  background: #fff;
}

.product-card img {
  display: block;
  margin: 0 auto;

}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-footer div {
  padding-left: 10px;
}

.product-title {
  margin-bottom: 0px;
  font-weight: 600;
}

.product-desc {
  font-size: 14px;
  color: #777;
  margin: 0;
}

.product-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.product-arrow img { width:100%;}

.sol-menu {border: 1px solid #A6A6A6; border-top:none !important;}

/* Menü Reset */
.side-tree-menu {
  list-style: none;
  margin: 0;
  padding: 0;
    margin-top: 10px;

  /* çizgi ve boşluk */
  position: relative;
  padding-left: 60px;   /* yazıların soldan mesafesi */
}

/* Soldaki dikey omurga */
.side-tree-menu::before {
  content: "";
  position: absolute;
  left: 18px;          /* dikey çizginin x konumu */
  top: 0;
  bottom: 0;
  width: 2px;
  background: #111;    /* çizgi rengi */
}

/* Her satır */
.side-tree-menu li {
  position: relative;
  padding: 18px 0;     /* satır aralığı (görseldeki boşluk) */
}

/* Yatay bağlantı çizgisi */
.side-tree-menu li::before {
  content: "";
  position: absolute;
  left: -40px;          /* dikey çizgiyle aynı */
  top: 50%;
  width: 36px;         /* yatay çizgi uzunluğu */
  height: 2px;
  background: #111;
  transform: translateY(-50%);
}

/* Link görünümü */
.side-tree-menu li a {
  display: inline-block;
  text-decoration: none;
  color: #9a9a9a;      /* görseldeki gri */
  font-size: 24px;     /* büyük yazı */
  font-weight: 700;
  line-height: 1.1;
}

/* Hover */
.side-tree-menu li a:hover {
  color: #111;
}


.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0px;
  font-weight: none;
}
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev { font-size: 0px;  }

.heroSwiper .swiper-button-next, .heroSwiper .swiper-button-next::after, .heroSwiper .swiper-button-prev, .heroSwiper .swiper-button-prev::after { font-size: 0px;  color: transparent; }

.heroSwiper .swiper-button-next {right: 60px;}
.heroSwiper .swiper-button-prev {left: 100px;}




.ticker-wrapper {
    position: relative; z-index: 2;
  width: 100%;
  background: #e30613; /* Kırmızı */
  overflow: hidden;
    top: -60px;
}

.tickerSwiper {
  width: 100%;
}

.ticker-item {
  width: auto !important;
  padding: 8px 40px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: lowercase;
  white-space: nowrap;skewY(-565deg) === skewY(-5deg)
}.ticker-wrapper {
  transform: skewY(
357deg);
}
.navbar-expand-lg .navbar-collapse {display: content !important;}
.ticker-item {
  transform: skewY(
0deg);
}

.tickerSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.tickerSwiper .swiper-slide {
  width: auto !important;
}

.urun-menu { margin-bottom: 40px;}
.product-slider-section {
  position: relative;
  overflow: hidden;
}

/* Swiper alanı */
.product-swiper-wrap {
  margin-left: calc((100vw - 1320px) / 2);
  padding-left: 0;
}

/* Swiper */
.productSwiper {
  overflow: visible;
}

/* Slide genişliği */
.productSwiper .swiper-slide {
  width: 280px;
  padding: 0px;
  margin: 0px !important;
}

/* Ürün kartı */
.product-item {
  border: 1px solid #ddd;
    margin-left: -1px !important;
    margin-top: -1px !important;
  background: #fff;
}
.kenar {}
  
@media (max-width: 991px) {
  .product-swiper-wrap {
    margin-left: 0;
    padding-left: 15px;
  }
}

.contacts a  { font-weight: normal;  color: #000; font-style: normal;  }
.kat { font-size: 32px; color: #E30613;  font-weight: bold;line-height: 120%; margin-bottom: 10px; }
.kat em {font-weight: normal;  color: #999999; display: block; font-style: normal; padding: 0px;}

/* Mobil küçültme */
@media (max-width: 768px) {
   .vitrin {border-radius: 0;}
.side-tree-menu { padding-left: 48px; }
    .kat {font-size: 24px;}
    
.side-tree-menu li a { font-size: 16px; padding:6px; }
.side-tree-menu li { padding: 18px 0; }
.navbar-nav { padding: 10px 30px !important;}
#mainMenu { margin: 20px; }
.navbar-brand, .navbar-brand img, .navbar-toggler img, .lang-dropdown img {height: 40px;}
.ticker-wrapper { top:0px;     transform: skewY(0deg);  }
    .lang-dropdown { margin: 0px;margin-left: auto; }

    
    .cart img {width: 30px; height: 30px;}
    .cart span span {font-size: 14px;}
    .cart span strong {font-size: 13px;}
    .cart {     aspect-ratio: auto;}
    .dropdown-item {font-size: 14px;}


    .banner-strip { position: relative; bottom: 0px; top: 0px; }
    .banner-strip div h2, .banner-strip div ul li a  {font-size: 14px;}
    .banner-strip div,  .banner-strip div ul {padding: 0px !important;} 
    .banner-section img {padding: 0px !important; }
    .footbottom ,.footbottom a{text-align: center !important; font-size: 12px;}
    .foottop h1 {font-size: 12px;}
    .foottop img {margin: 0 auto;}
    .link {    position: relative; width: 200px; bottom: 0; margin-top: 0px;}
 
.heroSwiper .swiper-button-next {right: 10px;}
.heroSwiper .swiper-button-prev {left: 25px;}
    .heroSwiper .swiper-button-next img, .heroSwiper .swiper-button-prev img { width: 30px;}
.pro h1, .pro h1 span {font-size:45px;}
.pro p {font-size:15px; }
.pro {margin-top:0px; padding:20px 0 0 0; }
.link {display:none; }

.foot-menu h1 {font-size:18px;}
.foot-menu ul li a {font-size:12px;}
.footbottom {font-size:11px;}
.urun-menu { padding-left:30px;}



    
}


/* =========================
   Responsive
========================= */
@media (min-width: 768px) {
  .banner-strip {
    bottom: 60px;
  }

  #mobileMenuOverlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 40;
  }

  #mainMenu.mobile-open {
    position: fixed;
    inset: 0;
    background-color: #fff;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  #mainMenu.mobile-open a {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .close-btn-mobile {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 50;
  }

  .close-btn-mobile img {
    width: 32px;
    height: 32px;
  }

}
