@charset "utf-8";
/* CSS Document */

/* 🔥  BANNER ALANI BAŞLIYOR   */
.product-hero {
  background-color: #eef0f2 !important;
  position: relative;
  z-index: 1;
	
  width: 100%;
	/*min-height: 830px;*/
	padding-bottom: 40px;
  margin-top: 0;
  padding-top: 50px;
}
.product-hero .container {
  max-width: 1288px;
}

.product-hero-content {
  padding-left: 25px;
	/*padding-top: 35px;*/
}

.product-detail-page main,
main {
  padding-top: 0;
}
/*  -----------------    */

/*  KATEGORİ YOLU  */
.product-breadcrumb {
  font-size: 13px;
  line-height: 1;
	color: #595d6c;
	
}
.product-breadcrumb,
.product-breadcrumb * {
  font-style: normal !important;
}
.product-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
	gap: 0 !important;

  font-size: 0.7rem;
  font-family: 'Nexa', sans-serif;
  font-weight: 600;

  vertical-align: middle;

}

.product-breadcrumb .breadcrumb-item{ padding-left: 3px !important;}
.product-breadcrumb .breadcrumb-item a {
  color: #595d6c;
  text-decoration: none;
 
}

.product-breadcrumb .breadcrumb-item.active {
  color: #666;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
	padding: 0 4px;
    margin: 0;
}
/*  -----------------    */


.product-brand {
  font-family: 'Nexa', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #999;  /* ac8920 */
  margin-top: 60px;
	padding-left: 25px;
}

.product-title {
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.05;
	padding-left: 22px;
}

.product-subtitle {
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: #2e2f30;
	letter-spacing: -1px;
	padding-left: 22px;
}
.product-features {
	margin-top: 35px;
	padding-left: 22px;
	margin-left: 30px;

}
.product-features li {
  margin-bottom: 10px;
  padding-left: 35px; 
  margin-left: 22px;
  position: relative;
	color: #454956;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

.product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;

  width: 25px;
  height: 25px;

  background-image: url("../images/icons/mavi-tik.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-description {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 15px; 
  color: #414247;
  line-height: 1.6;
  max-width: 700px;
  padding-left: 22px;
}



/* PLAY ICON */
.btn-video {
	
	width: 215px;
	height: 41px;

  position: relative;
  display: inline-flex;
  align-items: center;

  margin-left: 30px;
	margin-top: 20px;
  padding: 7px 0px 3px 35px; 
  border-radius: 6px;


  background: linear-gradient(20deg, #0fb0ea, #be5cfc);
  background-size: 200% 200%;
  transition: all 0.3s ease;
	
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 15px;
	letter-spacing: 1px;

  text-decoration: none;
}

.btn-video:hover {
  background-position: right center;
 

}
.btn-video:hover .play-icon {
  transform: scale(1.08);

}


/* Play buton SOL DAİRE */
.play-icon {
  width: 41px;
  height: 41px;
  position: absolute;
  left: -15px; 
	top: -0.5px;

  border-radius: 50%;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(210deg, #2dc7ff, #be5cfc);
}

.play-icon i {
  font-size: 30px;
  color: #fff;
}
/* ------------------------------------------*/

/*  🔥 BANNER SAĞ TARAF */
.product-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
	 padding-top: 30px;
	
	flex-direction: column;
	width: 100%;
}

/* ANA ALAN */
.product-visual {
  position: relative;
  width: 100%;           
  max-width: 536px;      
  aspect-ratio: 1 / 1;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;    
  z-index: 1;
	margin-right: 20px;
	margin-top: 30px;
	padding-top: 20px;
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
	z-index: 0;
}

/* NORMAL */
.product-visual::before {
  width: 100%;
  height: 100%;
  background: #f2f2f1;
  box-shadow: 0 0 17px 7px rgba(61, 110, 191, 0.28);
}

/* HOVER */
.product-visual:hover::before {
  transform: translate(-50%, -50%) scale(0.97);
}

.product-visual:hover::after {
  transform: translate(-50%, -50%) scale(0.98);
}




/* KÜÇÜK DAİRE */
.product-visual::after {
  width: 65%; /* 346px / 536px yaklaşık %65 */
  height: 65%;
  background: #f2f2f1;
  box-shadow: 0 0 10px 1px rgba(61, 110, 191, 0.21);
}



/* ÜRÜN GÖRSELİ */
.product-visual img {
  position: relative;
  width: 95%;            
  height: auto;
  z-index: 2;
  transform: translateY(-10px); 
	transition: transform 0.4s ease;
}
.product-visual:hover img {
  transform: scale(1.03);

}



/* Slider Kapsayıcısı */
.product-thumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 536px;
  margin-top: 45px;
  margin-left: auto;
  position: relative;
	transform: translateX(-20px);
}

/* Kaydırılabilir Alan */
.product-thumbs-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; 
  
  justify-content: flex-start; 
  margin: 0 auto;
	
  width: 100%;            
  padding: 15px 5px;
}

.product-thumbs-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari için */
}

/* Ok Butonları */
.thumb-nav-btn {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
  z-index: 5;
  flex-shrink: 0;
}

.thumb-nav-btn:hover {
  background: linear-gradient(20deg, #0fb0ea, #be5cfc);;
  color: white;
  border-color: #0fb0ea;
}

/* Thumbnail Resimleri */
.product-thumbs-scroll .thumb {
  width: 105px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.7;
  border: 1px solid transparent;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s ease, 
                border-color 0.3s ease,
                box-shadow 0.3s ease;
  
  flex-shrink: 0; /* Boyutunun korunması için kritik */
	background-color: #FFFFFF;
}
.product-thumbs-scroll .thumb:hover {
	opacity: 1;
    transform: scale(1.03); 
    z-index: 10; 
	border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}
.product-thumbs-scroll .thumb.active {
  opacity: 1;
  border-color: rgba(15, 176, 234, 0.3);
  box-shadow: 0 2px 7px rgba(15, 176, 234, 0.3);
	transform: scale(1);
}
/* BANNER ALANI BİTTİ  */
/*  - -----------------------------------------------------------  */

/*  🔥 STICKY BAR STİLLERİ BAŞLIYOR  */

.product-sticky-nav {
  position: sticky;
  top: var(--navbar-height, 65px); 
  z-index: 2000 !important;
    background: rgba(238, 240, 242, 0.95); 
    background-image: url("../images/bg-urun-ozellik-bari.webp");
	background-repeat: no-repeat;
	background-position: top center;
    /*backdrop-filter: blur(10px); /* Modern cam efekti */
  
  padding: 21px 0 0 0;
	
	
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05);*/ 
}

.product-sticky-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; /* Başlıklar arası boşluk */
}

.product-sticky-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 140px;
}

/* Başlık ve Ok */
.product-sticky-nav .nav-link {
  text-decoration: none;
  color: #303035;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  line-height: 1.2;
  /*padding-bottom: 10px;*/
  transition: color 0.3s ease;
	margin-bottom: 6px;
}

.product-sticky-nav .nav-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.product-sticky-nav .nav-item:hover .nav-link {
  color:    #ac8920 ;  /* #af8e26 0fb0ea; */
}

/* Progress Bar Yapısı */
.progress-container {
  width: 100%;
  height: 5px;
  background-color: #c7ccd4; /* Boş bar rengi */
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-bar {
  width: 0%; /* Başlangıçta boş */
  height: 100%;
  background: #ac8920 !important; 
  transition: width 0.15s linear; /* Kaydırırken akıcı dolması için */
	/*will-change: width;*/
	display: block !important;
}

/* Aktif Bölüm Belirteci (Opsiyonel) */
.nav-item.active .nav-link {
  color: #222;
}
.product-content-wrapper {
    position: relative;
    z-index: auto; 
}
.product-content-wrapper #teknik-ozellik {
	background-image: url("../images/bg-baklava.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #eef0f3;
}
.spec-table {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #e3e6ea; /* 👈 soft gri */
  border-radius: 6px;
}

/* GRUP BAŞLIK */
.spec-group-title {
  background: #f2f2f2;
  color: #2b5faa;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

/* SATIR */
.spec-row {
  display: flex;
  justify-content: flex-start; /* 👈 kritik değişiklik */
  align-items: center;
  gap: 40px;
  padding: 12px 20px;
  border-top: 1px solid #e6e6e6;
  background: #fafafa;
}

/* SOL */
.spec-label {
  width: 260px;
  color: #555;
  font-weight: 600;
}

/* SAĞ */
.spec-value {
  color: #333;
	
}
.spec-row:nth-child(even) {
  background: #f7f7f7;
}

/* STICKY BAR ALANI BİTTİ  */
/*  - -----------------------------------------------------------  */


/*  🔥 BÖLÜMLERİN ORTAK ÖZELLİKLERİ */
.product-section {
  
  scroll-margin-top: 50px; /* Menüye tıklandığında başlığın menü altında kalmaması için ofset */
	min-height: 800px; /* BUNU SİL */
	padding: 10px 0;
    border-bottom: 1px solid #eee;
	position: relative;
    z-index: 1;
}

.section-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 50px;
  color: #2e2f30;
  position: relative;
}

.section-divider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  margin: 0;
}

/*  BÖLÜMLERİN ORTAK ÖZELLİKLERİ BİTTİ  */
/*  - -----------------------------------------------------------  */

/*  🔥 DOKÜMANLAR BÖLÜMÜ */
.section-body {
	padding-bottom: 150px;
}
.doc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;

  padding: 12px 20px 12px 25px;
  background: #ebf0f6;
  color: #333;

  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;

  text-decoration: none;
  border-radius: 0 5px 5px 0;

  box-shadow: 0 8px 15px rgba(0,0,0,0.1);

  transition: all 0.3s ease;
}

/* HOVER */
.doc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.doc-grid {
  display: grid;
  justify-content: center; /* 👈 ortalama sihri */

  grid-template-columns: repeat(3, max-content);
  gap: 40px 80px; /* satır / kolon boşluğu */
	padding-top: 50px;
}

.doc-btn-wrapper {
  position: relative;
  display: inline-block;
}

/* SOL PDF BLOK */
.doc-icon {
  position: absolute;
  left: -38px; /* 👈 dışarı taşıyor */
  top: 50%;
  transform: translateY(-50%);

  width: 38px;
  height: 49px;

  z-index: 2; 
	transition: all 0.3s ease;
}
.doc-btn-wrapper:hover .doc-btn {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.doc-btn-wrapper:hover .doc-icon {
  transform: translateY(calc(-50% - 2px)) scale(1.03);
}
.doc-icon img {
  width: 38px;
}

/* SAĞ METİN ALANI */
.doc-text {
  padding-right: 25px; 
  
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 15px;
}
/* KESİK KÖŞE EFEKTİ */
.doc-content::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;

  width: 20px;
  height: 100%;
  background: #e6e7ea;

  
}


.doc-btn.word .doc-icon {
  background: #2b579a;
}

.doc-btn.excel .doc-icon {
  background: #1d6f42;
}

/*  DOKÜMAN BÖLÜMÜ BİTTİ  */
/*  - -----------------------------------------------------------  */

/*  🔥 AKSESUARLAR BÖLÜMÜ */
.aksesuarlar-section{
  width: 100%;
  background: #f7f7f7;
  padding: 30px 20px;
	font-family: 'Quicksand', sans-serif;
	min-height: 600px;
	
  position: relative;
  overflow: hidden;
	z-index: 1;
}
/* Ters çevrilmiş görsel */
.aksesuarlar-section::after {
content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 300px;

  background-image: url("../images/bg-baklava.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;

  transform: scaleY(-1);
z-index: -1;
  pointer-events: none;

}

/* Grid */
.aksesuar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 210px);
  justify-content: center;
  gap: 24px;
}

.aksesuar-card {
  width: 210px;
  height: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 3px 10px 3px;
  text-align: left;

  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
	flex: 0 0 auto;
  scroll-snap-align: start;
}


.img-box {
  width: 204px;
  height: 183px;
  background: #f0f0f0;
  border-radius: 5px 5px 0 0;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 12px auto;
  overflow: hidden;
}

.img-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease;
	margin: auto;
}

/* Hover’da hafif büyüme */
.aksesuar-card:hover .img-box img {
  transform: scale(1.05);
}

.aksesuar-card h4 {
  font-size: 16px;
  font-weight: 700;
	padding-left: 10px;
  margin-bottom: 4px;
}

.aksesuar-card p {
  font-size: 14px;
	line-height: 1;
  color: #777;
  margin-bottom: 0;
	padding-left: 10px;
}

.aksesuar-card span {
  font-size: 13px;
  color: #999;
	padding-left: 10px;
}

/* ✨ Hover efekti */
.aksesuar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}
/*  AKSEUSAR BÖLÜMÜ BİTTİ  */
/*  - -----------------------------------------------------------  */

/*  🔥 İLGİLİ ÜRÜNLER BÖLÜMÜ */

.ilgili-urunler-section {
  padding: 60px 0;
}






@media (min-width: 1200px) {
  .product-hero-media {
    justify-content: flex-end;
   
  }
}

@media (max-width: 991px) {
  .doc-grid {
    grid-template-columns: repeat(2, max-content);
  }
}


@media (max-width: 768px) {
	.product-breadcrumb {
		margin-top: 30px;
	}
 

/*   -----Link ağacında alt satıra düşerse yap------
	  .product-breadcrumb .breadcrumb-item {
		font-size: 11px;  hafif küçült 
	  }
	  .product-breadcrumb .breadcrumb-item:last-child {
		margin-left: 20px; /* 🔥 ikon hizasına yaklaştır 
	  }*/
	
	.btn-video {
    display: flex;          
    justify-content: center;
    margin: 30px auto 0 ;   
  }

  .product-sticky-nav .nav-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; /* default: ortala */
    gap: 8px;
    overflow-x: auto;
    padding: 10px 8px;
    scrollbar-width: none;
  }

  .product-sticky-nav .nav-list::-webkit-scrollbar {
    display: none;
  }

  .product-sticky-nav .nav-item {
    flex: 0 0 auto;
    min-width: 90px;
	  max-width: 100px;
    text-align: center;
  }

  .product-sticky-nav .nav-link {
    display: block;
    font-size: 10px;
    white-space: nowrap;
    padding: 3px 4px;
  }

  /* 🔥 KRİTİK NOKTA: 5 item varsa otomatik eşit yay */
  .product-sticky-nav .nav-list:has(.nav-item:nth-child(5):last-child) {
    justify-content: space-between;
  }

  .product-sticky-nav .nav-list:has(.nav-item:nth-child(5):last-child) .nav-item {
    flex: 1;
    min-width: unset;
  }
	
	
 .navbar,
  .header {
    overflow-x: hidden;
  }

  .navbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Flex fix */
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* En kritik satır */
  .navbar * {
    max-width: 100%;
  }
/*  DOKÜMAN BÖLÜMÜ BUTONALRINI TEK SATIR OLMASI    */
  .doc-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
  }

  .doc-btn-wrapper {
    width: fit-content; /* 🔥 kilit nokta */
    margin: 0 auto;     /* ortala */
  }
	
.product-breadcrumb .breadcrumb {
	display: flex;
	row-gap: 6px;
    flex-wrap: wrap;
  }

  .product-breadcrumb .breadcrumb-item:last-child {
    flex-basis: 100%;   /* 🔥 yeni satır */
    margin-top: 4px;
	  margin-left: 25px;
  }
	
	 .product-thumbs-wrapper{
    width: 100%;
    max-width: 536px;

    margin: 25px auto 0;

    transform: none;

    justify-content: center;
    align-items: center;
  }

  .product-thumbs-scroll{
    justify-content: center;
    margin: 0;
    padding: 12px 0;
  }

  .product-hero-media{
    padding-right: 0;
    align-items: center;
  }


}
