
html, body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f9fa;
  padding-top: 40px; /* topbar + navbar için */
}
/* ======================================
   TYPOGRAPHY – HEADINGS (h1 – h6)
   ====================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.75rem 0;
    color: #111111;
    font-family: "Lora", serif;
    line-height: 1.25;
}

/* Ana sayfa / sayfa başlığı (TEK h1) */
h1 {
    font-size: clamp(2.2rem, 4vw, 2.8rem);
    font-weight: 700;
}

/* Sayfa / bölüm başlığı */
h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

/* Alt başlık */
h3 {
    font-size: 1.45rem;
    font-weight: 600;
}

/* Kart / içerik başlığı */
h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Küçük başlık */
h5 {
    font-size: 1rem;
    font-weight: 500;
}

/* En küçük başlık */
h6 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
}
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
}


p {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 14px;
	color: #dfa974;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.btn-eco-primary {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #5f9f34; /* daha koyu premium yeşil */
    color: #ffffff;
}

.btn-eco-primary:hover {
    background-color: #ecf6e3; /* zeytin yeşili */
    color: #0c0c0c;
    border: 1px solid;
}

.btn-eco-primary:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(127, 191, 74, 0.35);
}

.btn-eco-secondary {
    background-color: transparent;
    color: #7fbf4a;
    border: 1.5px solid #7fbf4a;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-eco-secondary:hover {
    background-color: #7fbf4a;
    color: #ffffff;
}

.btn-eco-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(127, 191, 74, 0.25);
}



.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
	border-bottom: 1px solid #e5e5e5;
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}

.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
	font-family: "Montserrat", sans-serif;
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #dfa974;
	margin-right: 4px;
}
.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-right .top-social {
	display: inline-block;
	margin-right: 35px;
	padding: 13px 0;
}
.top-nav .tn-right .top-social a {
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	margin-left: 15px;
}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #dfa974;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #19191a;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #dfa974;
}
.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item .logo {
	padding: 25px 0;
}
.menu-item .logo a {
	display: inline-block;
}

.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
/*---------------------
  Hero
-----------------------*/

.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 20%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 50%;
}



/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-wrapper {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 10px;
  padding: 10px 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* breadcrumb ana yapı */
.breadcrumb {
  margin-bottom: 0;
  margin-top: 8px; /* ❗ birim düzeltildi */
  background: transparent;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
}

/* her item */
.breadcrumb-item {
  display: flex;
  align-items: center;
}

/* ayraç */
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
  padding: 0 8px; /* ❗ eskiye uyumlu */
  font-size: 1rem;
  line-height: 1;
}

/* linkler – eski renk & hissiyat */
.breadcrumb-item a {
  display: inline-flex;       /* hizalama fix */
  align-items: center;
  color: #198754;             /* eski yeşil */
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease, text-decoration .2s ease;
}

/* hover */
.breadcrumb-item a:hover {
  color: #146c43;
  text-decoration: underline;
}

/* aktif eleman */
.breadcrumb-item.active,
.breadcrumb-item.active a {
  color: #495057;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* Mobil uyum */
@media (max-width: 576px) {
  .breadcrumb {
    font-size: 0.85rem;
  }
}

.product {
    border:1px solid #f0eded;
	border-radius:16px;
    padding:10px;
    margin-bottom:10px;
}

.hot-deal-item img {
  height: 220px;
  object-fit: cover;
}

.hot-deals-carousel .card {
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.hot-deals-carousel .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.footer-links li a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #000;
  text-decoration: underline;
}

.company-name {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #f5f5f5;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.navbar-search {
    width: 200px;
    font-size: 14px;
    border-radius: 10px;
    padding-left: 12px;
}
@media (max-width: 991px) {
    .navbar-collapse {
        position: relative;
        z-index: 1050;
    }

    .navbar-search {
        z-index: 1060;
        position: relative;
        background: #fff;
    }
}

.sticky-products {
    position: sticky;
    top: 100px; /* navbar yüksekliğine göre ayarla */
    padding: 10px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #eee;
}

.sticky-products h5 {
    font-weight: 600;
}

.sticky-products {
    position: sticky;
    top: 90px; /* navbar yüksekliği kadar */
}

.zbr {
    background: #f7f6f2; /* taş rengi */
}

.ege-hero {
    padding: 30px 10px 10px 10px;
    background: #f7f6f2; /* taş rengi */
}

.bg-hero {
    background: #f7f6f2; /* taş rengi */
}

.ege-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #6b7c3f; /* zeytin yeşili */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ege-hero h1 {
    font-family: "Lora", serif;
    font-size: 48px;
    color: #2a2a2a;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1.25;
}

.ege-text {
    font-size: 18px;
    color: #5a5a5a;
    max-width: 720px;
}

.ege-meta {
    margin-top: 18px;
    font-size: 14px;
    color: #777;
}

.ege-meta span {
    margin-right: 12px;
}

.ege-image-wrap {
    position: relative;
    padding: 10px;
}

.ege-image-wrap img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.product-card{
  border:none;
  border-radius:16px;
  overflow:hidden;
  transition:.3s;
  box-shadow:0 10px 28px rgba(0,0,0,.08)
}
.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.15)
}
.badge-green{background:#1b5e20}
.filter-box{
  border-radius:16px;
  box-shadow:0 6px 20px rgba(0,0,0,.08)
}
.filter-title{
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  color:#555
}

/* ===== NAVBAR FIX – OKUNURLUK GARANTİLİ ===== */

/* Navbar arka plan */
.navbar.premium-navbar {
  background-color: #0e1116 !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Tüm navbar yazıları – RESET */
.navbar.premium-navbar *,
.navbar.premium-navbar a {
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ana menü linkleri */
.navbar.premium-navbar .nav-link {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  background: transparent !important;
}

/* Hover */
.navbar.premium-navbar .nav-link:hover,
.navbar.premium-navbar .nav-link:focus {
  color: #f5c77a !important;
}

/* Aktif link */
.navbar.premium-navbar .nav-link.active {
  color: #f5c77a !important;
}

/* Dropdown toggle ok */
.navbar.premium-navbar .dropdown-toggle::after {
  border-top-color: #f5c77a !important;
}

/* Logo */
.navbar.premium-navbar .navbar-brand img {
  filter: none !important;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu.show {
  display: block;
}
/* ===== MOBİL HAMBURGER ICON FIX ===== */

/* Toggler buton çerçevesi */
.navbar.premium-navbar .navbar-toggler {
  border: 1px solid rgba(255,255,255,0.35);
}

/* Hamburger icon – BEYAZ */
.navbar.premium-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.price-elite {
  font-size: 2.1rem;          /* biraz daha büyük */
  font-weight: 500;           /* ne çok kalın ne çok ince */
  letter-spacing: 0.3px;      /* elit dokunuş */
  color: #28a745;              /* yumuşak premium yeşil */
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
}

.price-unit {
  font-size: 0.95rem;
  font-weight: 400;
  color: #28a745;
  margin-left: 4px;
}

.review-link {
  color: #1f7a5b;              /* premium yeşil */
  transition: color 0.2s ease;
}

.review-link:hover {
  color: #145c44;              /* hover’da koyu ton */
  text-decoration: underline;
}

.bg-my {
  color: #f2f4f8;
  background-color: #0e1116;
}

.bg-crd {
   background-color: #f7f6f2;
}

.bg-whit {
  color: #0e1116;
  background-color: #f2f4f8;
}

.bg-whit a{
  color: #0e1116;
  background-color: #f2f4f8;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color:#fff;
	background-color:#28a745;
}

.nav-item a{
	color:#fff;
	background-color:#0e1116;
}
.nav-item a:hover{
	color:#f5c77a;
	background-color:#0e1116;
}

section .border {

  transition: all 0.3s ease;
}

section .border:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.process-card {
  transition: all 0.35s ease;
  background-color: #0e1116;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.process-icon {
  font-size: 42px;
  color: #6b8e23; /* zeytin yeşili */
  transition: transform 0.35s ease;
}

.process-card:hover .process-icon {
  transform: scale(1.15);
}
.mini-process{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #1f1f1f;
  border: 1px solid #2e2e2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mini-process span{
  font-size: 10.5px;
  margin-top: 3px;
  color: #f1f1f1;
  line-height: 1.1;
}

.mini-icon{
  font-size: 20px;
  color: #7CFF9B; /* açık yeşil */
}

.text-acik-yesil {
    color: #7CFF9B !important;
}

#header-carousel .carousel-item {
    height: 60vh; /* 100vh yerine */
    min-height: 300px; /* çok küçülmesin */
}

#header-carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}
#header-carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

#header-carousel h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.hero-title {
    font-size: clamp(1.6rem, 2.5vw, 3.5rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #0a0909; /* hero üstündeyse */
}

.ftco-section {
  padding: 6em 0;
  position: relative; }

.deal-of-the-day h3 {
  font-size: 30px;
  font-family: "Lora", Georgia, serif;
  font-style: italic; }
.deal-of-the-day h3 a {
    color: #82ae46; }

.deal-of-the-day .price {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5); }