/* Genel Stiller */
:root {
    --bs-primary: #29a6de;
    --bs-secondary: #f5a126;
  }
  .bg-primary {
    background-color: var(--bs-primary) !important;
  }
  .bg-secondary {
    background-color: var(--bs-secondary) !important;
  }

  .color-primary {
    color: var(--bs-primary) !important;
  }
  .color-secondary {
    color: var(--bs-secondary) !important;
  }
  .text-primary {
    color: var(--bs-primary) !important;
  }
  .text-secondary {
    color: var(--bs-secondary) !important;
  }
.product-card {
    height: 100%;
    transition: transform 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-image {
    height: 200px;
    object-fit: cover;
}
.product-title {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.badge {
    padding: 8px 12px;
    font-size: 0.9rem;
}
.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d6efd;
}

/* Ürün Detay Sayfası */
.swiper {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.variant-table {
    width: 100%;
    margin-top: 2rem;
}
.variant-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.variant-table th, 
.variant-table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}
.variant-icon {
    font-size: 24px;
    color: #dc3545;
    cursor: pointer;
}
.modal-body img {
    max-width: 100%;
    height: auto;
} 

.menuactive {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    height: 50px;
    display: flex;

}





  .custom-navbar {
    padding: 10px 20px !important;
    margin-top: 10px !important;
    transition: all 0.3s ease !important;
    background-color: #fff !important;
    z-index: 999 !important;
    border-radius: 9px !important;;
  }
  .navbar-brand img {
    width: 150px !important;
}



.menuactive {
    padding: 5px 30px;
}


.menuactive .navbar-brand img {
    width: 120px !important;
}

.lang-container {
    margin-left: 30px;
    align-items: center;
}

.lang-container img {
    width: 24px;
    height: auto;
    border-radius: 3px;
}
.lang-container a {
    padding: 5px;
}





.title_title {
    background: url(../images/title.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    color: white;
}

.title_title h2 {
    font-size: 32px;
    font-weight: 600;
  }
  
  .title_title .breadcrumb {
    font-size: 14px;
  }



.page-breadcrumb .breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.page-breadcrumb .breadcrumb-item {
    color: white;
}

.page-breadcrumb .breadcrumb-item::before {
    color: white;
}


.page-breadcrumb {
    background: #F5A126;
    background: linear-gradient(90deg, rgba(245, 161, 38, 1) 0%, rgba(41, 166, 222, 1) 100%);
    color: white;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item {
    color: white !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.navbar-nav li a {
    font-size: 1.3rem;
}

.category-card {
    transition: transform 0.3s ease;
    height: 100%;
}
.category-card:hover {
    transform: translateY(-5px);
}
.category-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.gallery-item {
    margin-bottom: 30px;
}
.gallery-item .card {
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.gallery-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.gallery-item .card-title {
    font-size: 1rem;
    margin: 10px 0;
    text-align: center;
    color: #333;
}
.card a{
    width: 100%;
    height: 300px;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.card a img{
    max-height: 300px;
}

/* Ürün satırını genel olarak hizala */

  /* Tablo kapsayıcı */
  .urunrow table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #333;
  }
  
  /* Başlık satırı */
  .urunrow thead th {
    background-color: #2c3e50;
    color: #fff;
    text-align: left;
    padding: 12px 14px;
    border-bottom: 3px solid #1a252f;
    font-weight: 600;
    white-space: nowrap;
  }
  
  /* Gövde hücreleri */
  .urunrow tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
  
  /* Satır üzerine gelince efekt */
  .urunrow tbody tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.2s ease;
  }
  
  /* Fiyat hücresini vurgula */
  .urunrow td:last-child {
    text-align: right;
  }
  
  /* Küçük ekranlarda tabloyu yatay kaydırılabilir yap */
  @media (max-width: 768px) {
    .urunrow table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
    .urunrow thead {
      display: none; /* başlık gizle, mobilde her satırda etiket gösterilecek */
    }
    .urunrow tbody tr {
      display: block;
      margin-bottom: 12px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background-color: #fff;
      padding: 10px;
    }
    .urunrow tbody td {
      display: flex;
      justify-content: space-between;
      border: none;
      padding: 8px 10px;
    }
    .urunrow tbody td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #666;
    }
  }
  



.search-container {
    width: 490px;
    display: block;
    margin: 0 auto;
}
input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #d0cfce;
    outline: none;
}
input#search-bar:focus {
    border: 1px solid #008abf;
    transition: 0.35s ease;
    color: #008abf;
}
input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}
.search-icon {
    position: relative;
    float: right;
    width: 75px;
    height: 75px;
    top: -62px;
    right: -45px;
}
