/* Footer ve Menü için ortak stiller */
.site-footer {
  background: #1a202c;
  color: #fff;
  padding-top: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  flex: 1 1 200px;
  margin: 0 1rem;
}
.footer-brand img {
  height: 48px;
  margin-bottom: 1rem;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #f8b400;
}
.footer-contact h4 {
  margin-bottom: 0.5rem;
}
.social-icons a {
  color: #fff;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  transition: color 0.2s;
}
.social-icons a:hover {
  color: #f8b400;
}
.footer-bottom {
  text-align: center;
  padding: 1rem 0 0.5rem 0;
  font-size: 0.95rem;
  background: #181a1b;
}
/* Dropdown ürünler grid ayarı */
.dropdown-menu .dropdown-item {
  white-space: normal;
  word-break: break-word;
  font-size: 1rem;
  max-width: 210px;
}
/* Ürün grupları kartları */
.product-group-card {
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s;
  overflow: hidden;
  background: #fff;
}
.product-group-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.16);
}
.product-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
}


.custom-lang { position: relative; display:inline-block; min-width:150px; font-family:inherit; }
.custom-lang .selected { display:flex; align-items:center; justify-content:space-between; gap:.5rem; padding:.375rem .75rem; border-radius:.375rem; border:1px solid #ced4da; background:#fff; cursor:pointer; min-height: calc(1.5em + .75rem + 2px); }
.custom-lang .label { display:flex; align-items:center; gap:.5rem; }
.custom-lang .flag { display:inline-block; width:22px; text-align:center; line-height:1; font-size:16px; }
.custom-lang .arrow { font-size:.85rem; color:#495057; }
.custom-lang .options { position:absolute; top:calc(100% + .25rem); left:0; right:0; background:#fff; border:1px solid #ced4da; border-radius:.375rem; box-shadow:0 6px 18px rgba(0,0,0,.08); z-index:2000; display:none; max-height:220px; overflow:auto; }
.custom-lang.open .options { display:block; }
.custom-lang .option { padding:.375rem .75rem; display:flex; align-items:center; gap:.5rem; cursor:pointer; }
.custom-lang .option:hover { background:#f8f9fa; }
.visually-hidden { position:absolute !important; left:-9999px !important; top:auto; width:1px; height:1px; overflow:hidden; }
@media (max-width:576px) { .custom-lang { min-width:120px; } .custom-lang .flag { width:18px; font-size:14px; } }

/* Custom language dropdown styles */
       /*  .custom-lang {
            position: relative;
            display: inline-block;
            min-width: 150px;
            font-family: inherit;
        }

        .custom-lang .selected {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: .5rem;
            padding: .375rem .75rem;
            border-radius: .375rem;
            border: 1px solid #ced4da;
            background: #fff;
            cursor: pointer;
            min-height: calc(1.5em + .75rem + 2px);
        }

        .custom-lang .selected .label {
            display: flex;
            align-items: center;
            gap: .5rem;
        }

        .custom-lang .flag {
            display: inline-block;
            width: 22px;
            text-align: center;
            line-height: 1;
            font-size: 16px;
        }

        .custom-lang .arrow {
            font-size: .85rem;
            color: #495057;
        }

        .custom-lang .options {
            position: absolute;
            top: calc(100% + .25rem);
            left: 0;
            right: 0;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: .375rem;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            z-index: 2000;
            display: none;
            max-height: 220px;
            overflow: auto;
        }

        .custom-lang.open .options {
            display: block;
        }

        .custom-lang .option {
            padding: .375rem .75rem;
            display: flex;
            align-items: center;
            gap: .5rem;
            cursor: pointer;
        }

        .custom-lang .option:hover {
            background: #f8f9fa;
        }

        .visually-hidden {
            position: absolute !important;
            left: -9999px !important;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

        @media (max-width: 576px) {
            .custom-lang {
                min-width: 120px;
            }

            .custom-lang .flag {
                width: 18px;
                font-size: 14px;
            }
        } */
/* 
.navbar.shrink {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: padding 0.2s;
}
.navbar.shrink .navbar-brand img {
  height: 40px !important;
  transition: height 0.2s;
}
.navbar.shrink .nav-link {
  font-size: 0.90rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar.shrink .custom-lang {
  min-width: 110px;
  font-size: 0.90rem;
  transition: font-size 0.2s, min-width 0.2s;
}
.navbar.shrink .custom-lang .selected {
  padding: .2rem .5rem;
  min-height: 32px;
}
.navbar.shrink .custom-lang .flag {
  width: 18px;
  font-size: 14px;
} */

#scrollToTopBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #212529;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s;
}
#scrollToTopBtn:hover {
  background: #343a40;
}


