a{color: #363636;text-decoration: none}




        .carousel-item img {
            height: 400px; 
            object-fit: cover;
        }
        .carousel-caption {
            background: rgba(0, 0, 0, 0.6);
            padding: 10px;
            border-radius: 5px;
        }



.kategori-slider-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; /* Tam ortalama */
    align-items: center;
    padding: 20px 0;
}

.kategori-slider-container {
    width: 100%;
    max-width: 1200px; /* Swiper genişliğini sınırla */
    overflow: hidden; /* Slider'ın dışına taşmasını engelle */
    position: relative;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}

.kategori-adi {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}




.kategori-baslik-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.kategori-baslik {
    font-size: ;
    font-weight: bold;
    color: #333;
    text-transform: ;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 10px;
}

.kategori-baslik i {
    margin-right: 10px;
    font-size: ; /* İkonu biraz büyütüyoruz */
    color: #ff7e5f; /* İkona renk ekliyoruz */
}

.kategori-baslik-alt {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    margin: 10px auto 0;
    border-radius: 2px;
}








        .urun-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.urun-resim {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.urun-fiyat {
    font-size: 18px;
    font-weight: bold;
    color: #ff7e5f;
    margin-bottom: 10px;
}

.urun-yildizlar {
    color: #ff7e5f;
}

.urun-yildizlar .fa {
    font-size: 16px;
}

.urun-yildizlar .checked {
    color: #ffcc00;
}

@media (max-width: 768px) {
    .col-6 {
        flex: 0 0 50%; /* Mobilde 2 ürün yan yana */
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%; /* Masaüstü 4 ürün yan yana */
    }
}

.fasize{font-size: 12px !important}







        .siparis-item {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.siparis-item p {
    margin: 5px 0;
}

.siparis-urun {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.siparis-urun p {
    margin: 5px 0;
}






.kategori-menu {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    padding: 10px;
}

.kategori-menu ul.submenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.kategori-menu li.menu-item {
    position: relative;
}

.kategori-menu a.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.kategori-menu a.category-link:hover,
.kategori-menu a.category-link.active {
    background-color: #0d6efd;
    color: white;
}

.kategori-menu a.category-link .submenu-arrow {
    font-size: 0.75rem;
    transition: transform 0.3s;
}

.kategori-menu ul.submenu ul.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: white;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
    border-radius: 6px;
    padding: 10px 0;
    z-index: 99;
}

.kategori-menu li.menu-item:hover > ul.submenu {
    display: block;
}

.kategori-menu li.menu-item:hover > a.category-link .submenu-arrow {
    transform: rotate(90deg);
}





    .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.product-card .card-title {
  font-size: 1rem;
  line-height: 1.4;
}

.product-card .btn {
  font-size: 0.9rem;
}

.product-card .badge {
  font-size: 0.85rem;
  padding: 0.4em 0.6em;
  border-radius: 0.5rem;
}







.baslik-cizgi {
  display: flex;
  align-items: center;
  text-align: center;
}
.baslik-cizgi::before,
.baslik-cizgi::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.baslik-cizgi::before {
  margin-right: 1rem;
}
.baslik-cizgi::after {
  margin-left: 1rem;
}

.varyasyon-secim-kutusu.active {
    display: table;
    background-color: green; /* Bootstrap success rengi */
    color: #fff;
    border-color: #28a745;
}

/* Pasif hale gelen varyasyonlar için hafif bir stil (isteğe bağlı) */
.varyasyon-secim-kutusu[disabled] {
    display: table;
    background: black;
    opacity: 0.6;
    cursor: not-allowed;
}