body{
    background-color: #F6F2E9;
    background-image: radial-gradient(circle, #ffba90 1px, transparent 1px) !important;
    background-size: 20px 20px;  /* Desenin boyutu */
}
.top-bar {
    background-color: #F6F2E9; /* Arka plan rengi */
    padding: 5px 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #F6F2E9;
}
.nav-link {
  color: #e45801 !important;
  font-weight: bold;
  margin: 0 8px;
}
.nav-link:hover {
  text-decoration: none;
  color: black !important;
}
.flag {
  width: 30px;
  height: 20px;
  object-fit: cover;
}
.nav-link.dropdown-toggle[aria-expanded="true"] {
    color: #000 !important;
  }
.dropdown-menu{
    background-color: #F6F2E9;
    
}
.dropdown-item{
    color: #000;
}

.carousel-inner .carousel-item img {
  object-fit: cover;
  height: 400px; 
}

#productCarousel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%; 
  margin: 0 auto;  
}

/* Ürün Bölümleri Container */
#urun-bolumleri {
    padding: 20px 0;
}

/* Ortak Ürün Section Stilleri */
.urun-section {
    background-color: #F6F2E9;
    padding: 40px 0;
    margin: 20px 0;
}

.urun-section .card {
    background-color: #FFFFFF;        /* beyaz kart */
    border: 1px solid #E0E0E0;        /* açık gri sınır */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform .2s, border-color .2s;
}

.urun-section .card:hover {
    transform: translateY(-5px);
    border-color: #000;          /* koyu turuncu vurgusu */
}

.urun-section .card:hover .card-title {
    color: #000;
}

.card-title{
    transition: all 1s , color 0.5s ease !important;
    color: #e45801;
}

.baslik{
    color: #e45801;
}

/* Eski #havlular stilleri - geriye uyumluluk için */
#havlular{
    background-color: #F6F2E9;
}
#havlular .card {
    background-color: #FFFFFF;        /* beyaz kart */
    border: 1px solid #E0E0E0;        /* açık gri sınır */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform .2s, border-color .2s;
}
#havlular .card:hover {
    transform: translateY(-5px);
    border-color: #000;          /* koyu turuncu vurgusu */
}
#havlular .card:hover .card-title{
    color: #000;
}

#card-text{
    color: #e45801;
}

.footer {
    background-color: #8a3700;
    color: white;
    padding: 40px 20px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  padding: 10px;
}

.footer-column h4 {
  margin-bottom: 15px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}
.footer-column a {
  text-decoration: none;
  color: white;
}
.footer-column a:hover {
  text-decoration: underline;
}
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}
.social-icons img {
  width: 32px;
  height: 32px;
}
.footer-bottom {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #ccc;
}
.payment-icons img {
  width: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    text-align: center;
  }
}




.urun-karti {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s, border-color 0.2s;
  height: 100%;
}
.urun-karti:hover {
  transform: translateY(-5px);
  border-color: #000;
}
.urun-karti .card-title {
  color: #e45801;
  transition: all 1s, color 0.5s ease;
}
.urun-karti:hover .card-title {
  color: #000;
}

.urun-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 0 auto;
}
.urun-carousel img {
  object-fit: cover;
  height: 400px;
}


.carousel-indicators [data-bs-target] {
  background-color: #e45801;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 0.5rem;
}



.card .carousel-control-prev,
.card .carousel-control-next {
  width: 10%;
}

.card .carousel-control-prev-icon,
.card .carousel-control-next-icon {
  background-color: #b13c00;
  background-size: 50%, 50%;
  border-radius: 50%;
}


.map-thumbnail {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.map-thumbnail:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.dropdown-menu {
  z-index: 9999 !important;
  position: absolute !important;
}


.top-bar {
  overflow: visible;
}


/* Orta Menü Nav Tam Üste */
.col-md-4.text-center {
  position: relative;
  z-index: 20;
}

