﻿body {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

/* Üst Bilgi Satırı */
.top-info {
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 6px 0;
    position: relative;
    overflow: hidden;
    height: 30px;
    background: #fff;
    z-index: 10;
}

.top-text {
    opacity: 0;
    transition: opacity 0.6s ease;
}

    .top-text.show {
        opacity: 1;
    }

    .top-text a {
        color: #454545;
        text-decoration: none;
        font-weight: 500;
    }

        .top-text a:hover {
            text-decoration: underline;
        }

/* Sosyal Medya */
.social-icons {
    position: absolute;
    right: 0px;
    top: 9px;
}

    .social-icons a {
        color: #000;
        margin-left: 10px;
        font-size: 16px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

        .social-icons a:hover {
            color: #198754;
            transform: scale(1.2);
        }

/* Header */
.header-section {
    border-bottom: 1px solid #000;
    background: #fff;
    padding: 0px 0px 15px 0px;
    position: relative;
    z-index: 5;
}

.left-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar-brand img {
    height: 100px;
    transition: transform 0.4s ease;
}

    .navbar-brand img:hover {
        transform: scale(1.05);
    }

.bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

/* Menü */
.menu-bar {
    display: flex;
    gap: 24px;
    position: relative;
}

    .menu-bar > li {
        position: relative;
        list-style: none;
    }

        .menu-bar > li > a {
            position: relative;
            text-decoration: none;
            color: #000;
            font-weight: 600;
            font-size: 15px;
            padding-bottom: 3px;
            transition: color 0.3s ease;
        }

            .menu-bar > li > a::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0%;
                height: 1.8px;
                background-color: #198754;
                transition: width 0.35s ease;
            }

            .menu-bar > li > a:hover {
                color: #198754;
            }

                .menu-bar > li > a:hover::after {
                    width: 100%;
                }

    .menu-bar .menu-sale {
        color: red !important;
        font-weight: 600;
    }

        .menu-bar .menu-sale::after {
            background-color: red;
        }

/* Dropdown (alt kategoriler) */
.submenu {
    position: absolute;
    top: 130%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .submenu a {
        display: block;
        padding: 8px 14px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: background 0.3s ease, color 0.3s ease;
    }

        .submenu a:hover {
            background: #198754;
            color: #fff;
        }

.menu-bar > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Sağ ikonlar */
.icon-group {
    display: flex;
    align-items: center;
}

    .icon-group a {
        font-size: 18px;
        margin-left: 15px;
        color: #000;
        cursor: pointer;
        position: relative;
        transition: transform 0.25s ease, color 0.3s ease;
    }

    .icon-group .dropdown {
        margin-left: 13px;
    }

    .icon-group a:hover {
        color: #198754;
        transform: translateY(-2px) scale(1.1);
    }

.dropdown-menu a {
    font-size: 14px;
    margin-left: 0px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

@media (max-width: 991px) {
    .social-icons {
        display: none;
    }

    .navbar-brand img {
        height: 45px;
    }

    .menu-bar {
        flex-wrap: wrap;
        gap: 12px;
    }

    .header-section {
        padding: 15px 20px;
    }

    .icon-group i {
        margin-left: 12px;
    }
}

.genislik {
    max-width: 1440px;
    margin: 0px auto;
}

#main-slider {
    /*    position: absolute;
    top: 0px;
    width: 100%;*/
}

.owl-carousel .item img {
    object-fit: cover;
    border-radius: 10px;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.owl-dots {
    margin-top: 10px;
}
/*NORMAL GRDİ YAPISI */
.kategori-kart {
    height: 750px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    background-repeat: no-repeat;
    /* Placeholder */
    background-image: url('/Upload/hologram.jpg');
}

    .kategori-kart:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
/*.kategori-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.2) 80%, transparent 100%);
    z-index: 1;
}
*/
.kategori-baslik {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 767.98px) {
    .kategori-kart {
        height: 425px;
    }

    .kategori-baslik {
        font-size: 1rem;
    }
}

 
.footer-kategoriler-liste {
    line-height: 1.7;
}

 
    .footer-kategoriler-liste li {
        margin-bottom: 0.6rem;
    }

  
    .footer-kategoriler-liste  a {
        color: #ddd;
        transition: color 0.2s ease;
    }

     
       footer a:hover, .footer-kategoriler-liste a:hover {
            color: red !important;
            text-decoration: underline;
        }


    .footer-kategoriler-liste .virgul {
        color: #777777;
        font-weight: bold;
        margin: 0 0px;
    }
