/* Custom CSS - Bu dosyayi admin panelinden duzenleyebilirsiniz */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #f68b1f;
  --theme2: #F9F3EF;
  --theme3: #fbb040;
  --title: #2B1E16;
  --orange: #e78c45;
  --text: #22211f;
  --text2: #cbcbcb;
  --border: rgba(40, 30, 22, 0.36);
  --border-2: #D9D9D9;
  --border-3: #54595F;
  --border-4: #E0E0E0;
  --border-5: #424242;
  --bg-1: #161921;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --fancybox-zIndex: 10000;
}

body {
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: #f3f3ec;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 500;
}

.header-main .main-menu ul li a {
  display: inline-block;
  padding: 20px 0;
  text-align: left;
  position: relative;
  color: #603913;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
  color: #f68b1f !important;
  padding-left: 20px;
  padding-left: 1.0rem;
  padding-right: 20px;
  padding-right: 1.0rem;
}

.logo img, footer img {
  max-height: 60px;
}

.category-list li a:hover, .category-list li.active a {
  background: #f68b1f !important;
  color: var(--white) !important;
}

sub {
  bottom: 0;
}

.theme-btn {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  gap: 10px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", system-ui;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #603913;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.theme-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: #f68b1f;
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}

.product-price {
  font-size: 22px;
  font-weight: 700;
  color: #603913 !important;
  margin-bottom: 15px;
}

.theme-btn.style2::before {
  transition-duration: 800ms;
  background: #f68b1f;
}

.product-category {
  display: inline-block;
  color: #f68b1f !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: white !important;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: var(--theme) !important;
}

.product-buttons {
  display: flex;
  gap: 1px !important;
}

.product-card {
  background: white;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  height: 100%;
}

.shop-sidebar {
  background: #fff !important;
  padding: 25px;
  border-radius: 10px;
  border-radius: 8px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8da !important;
}

.widget-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  content: "";
  background-color: #f68b1f !important;
}

.section-padding {
  padding: 60px 0;
}

.back-to-top {
  border-radius: 12px;
  background-color: #f68b1f;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top:hover {
  background-color: #e8e8da;
}

.bg-color1 {
  background-color: #603913;
}

.slider-arrow.style1 {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #f68b1f;
  color: var(--white);
  margin-top: -0.4em;
  box-shadow: 0px 10px 30px 0px rgba(52, 55, 170, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.theme-btn.style3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f68b1f;
  color: var(--white);
}

.product-info .product-category-badge a {
  background: var(--theme-color, #f68b1f) !important;
  color: white;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}

.product-info .product-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #603913 !important;
}

.product-info .product-short-desc {
  color: #603913 !important;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.product-price-box .current-price {
  font-size: 32px;
  font-weight: 700;
  color: #f68b1f !important;
}

.header-2 .header-right .sidebar__toggle {
  color: #f68b1f;
}

.header__cart .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #f68b1f !important;
  color: #fff;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.product-tabs-section .tab-content-inner {
  background: #fff !important;
  border-radius: 0 0 10px 10px;
  line-height: 1.8;
}

.product-tabs-section .nav-link.active {
  color: var(--theme-color, #f68b1f) !important;
  border-bottom: 2px solid var(--theme-color, #603913);
  margin-bottom: -2px;
}

.icerik {
  background: #fff !important;
  padding: 25px;
  border-radius: 10px;
  border-radius: 8px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Bordered Table - Yuvarlak koseli, alt cizgili */
.table.table-bordered-custom {
  --bs-table-bg: transparent !important;
  background-color: #fff !important;
  border: 1px solid var(--border-5) !important;
  border-radius: 12px !important;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.table.table-bordered-custom> :not(caption)>*>*,
.table.table-bordered-custom th,
.table.table-bordered-custom td {
  --bs-table-bg: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--border-5) !important;
  padding: 12px 20px;
  vertical-align: middle;
}

.table.table-bordered-custom tbody tr:last-child th,
.table.table-bordered-custom tbody tr:last-child td {
  border-bottom: none !important;
}

/* Global Fiyat Stili - Kuruş kısmı küçük */
.price-formatted sub {
  font-size: 0.65em;
  position: relative;
  bottom: 0;
  font-weight: inherit;
}

sub {
  bottom: 0;
}

/* Tablo içindeki fiyatlar için */
table sub,
.table sub {
  font-size: 0.7em;
  position: relative;
  bottom: 0;
}

.product-price .current-price {
  color: #f68b1f !important;
}

.icon img {
  max-width: 60px;
}

.service-card.style1 .link-btn.style1 {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgb(255, 255, 255);
  color: var(--theme);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 8px !important;
}

.text-white {
  color: #fff !important;
}

.intro-content-wrapper.style1 h1 {
  position: relative;
  color: #FDFDFD;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.22px;
  text-transform: capitalize;
  z-index: 9;
  margin-bottom: 20px;
  text-shadow: cadetblue;
}

.blog-image {
  height: 350px;
}

.blog-card-items.style1 .blog-content h3 a {
  font-size: 18px;
}

/* =============================== */
/* ===== style3 düzeltmeleri ===== */
/* =============================== */
.service-card.style3.style3-always-visible .thumb .content,
.service-card.style3.style3-always-visible:hover .thumb .content,
.service-card.style3.style3-always-visible .thumb:hover .content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  translate: none !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  position: absolute !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%) !important;
  padding: 20px !important;
  padding-top: 74px !important;
  min-height: 156px !important;
  transition: none !important;
}

.service-card.style3.style3-always-visible .thumb .content h3 a {
  color: #fff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.service-card.style3.style3-always-visible .thumb .content h3 a svg path {
  fill: #fff;
}

.service-card.style3.style3-always-visible .thumb .content p,
.service-card.style3.style3-always-visible .thumb .content .product-price-box {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.service-card.style3.style3-always-visible .product-price-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.service-card.style3.style3-always-visible .product-price-box .old-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.service-card.style3.style3-always-visible .product-price-box .discount-badge {
  background: #dc3545;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.service-card.style3.style3-always-visible .product-price-box .current-price {
  color: #C7844F;
  font-weight: 700;
  font-size: 22px;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.service-card.style3.style3-always-visible {
  height: 100%;
}

.service-card.style3.style3-always-visible .thumb .main-thumb {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card.style3.style3-always-visible:hover .thumb .main-thumb {
  transform: scale(1.05);
}

.service-card.style3 {
  position: relative;
  margin-top: 0;
}

.service-card.style3:hover .thumb .content h3 {
  margin-bottom: unset;
}

.service-card.style3.style3-always-visible .thumb {
  height: 400px;
  overflow: hidden;
  border-radius: 0.375rem;
}

.section-title h2 {
  color: #f68b1f;
  font-family: "Plus Jakarta Sans", system-ui;
  text-align: inherit;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.5px;
}

/* =============================== */
/* ===== Mobil Menu Stilleri ===== */
/* =============================== */

/* Mobil hamburger butonu - sidebar toggle */
.header__hamburger.mobile-only {
  display: none;
}

@media (max-width: 1199px) {

  /* Logo mobilde küçük */
  .logo img {
    max-height: 40px !important;
  }

  /* Mobil hamburger butonunu göster */
  .header__hamburger.mobile-only {
    display: block !important;
  }

  .header__hamburger .sidebar__toggle {
    color: #f68b1f;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
  }

  /* Header'ı mobilde düzelt */
  .header-section-2 {
    position: relative;
    z-index: 9999;
  }

  /* Sticky header mobilde tam görünsün */
  #header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }

  #header-sticky .header-main {
    padding: 0;
  }

  #header-sticky .mega-menu-wrapper {
    padding: 0;
  }

  /* Header içerik hizalama */
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
  }

  .header-left {
    flex: 0 0 auto;
  }

  .header-right {
    flex: 0 0 auto;
    gap: 10px;
  }

  /* Masaüstü menüyü mobilde gizle */
  .main-menu {
    display: none !important;
  }

  .header-middle {
    display: none !important;
  }

  /* Header sağ tarafı düzenle */
  .header-contact-info {
    display: none !important;
  }

  /* Arama ikonu mobilde gizle */
  .search-trigger {
    display: none !important;
  }

  /* Sticky olduğunda body'ye padding ekle */
  body.header-sticky-active {
    padding-top: 70px;
  }
}

.footer-address-text {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.footer-address-text:hover {
  transform: translateX(5px);
  color: var(--theme) !important;
}
}
.product-title {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 10px;
}