    body {
        font-family: 'Source Sans Pro', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        background-color: #f8f9fa;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    ::-webkit-scrollbar {
        width: 0px;
    }
    .carousel-item {
        will-change: transform, opacity;
        transform: translateZ(0);
    }
	a {
		text-decoration:none;
	}
    a i:hover {
        transform: scale(1.2);
        transition: var(--transition-hiz);
    }
    .card-hover:hover {
        transform: scale(1.02);
        transition: var(--transition-hiz);
    }
    .btn-outline-primary:hover,
    .btn-outline-success:hover {
        color: #fff !important;
    }
    .kategori-box {
        position: relative;
        height: 100px;
        min-height: 100px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .kategori-img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    }
    
    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
    }
    
    .content {
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: center;
    }
    
    .kategori-box h5 {
        margin: 0;
        font-weight: 700;
        font-size: 1rem;
    }
    #sidebar-wrapper {
        position: fixed;
        width: 300px;
        height: 100vh;
		padding-top:50px;
		padding-bottom:60px;
        background-color: #ffffff;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        transform: translateE(-300px);
        transition: transform 0.3s ease-in-out;
        box-shadow: 4px 0 15px rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
    }
    
    #sidebar-wrapper.toggled {
        margin-left: 0;
    }
    
    #sidebar-wrapper .overflow-auto {
        flex-grow: 1;
        overflow-y: auto !important;
        scrollbar-width: thin;
        scrollbar-color: #dee2e6 transparent;
    }
    
    #sidebar-wrapper .overflow-auto::-webkit-scrollbar {
        width: 5px;
    }
    #sidebar-wrapper .overflow-auto::-webkit-scrollbar-thumb {
        background: #dee2e6;
        border-radius: 10px;
    }
    .nav-link-custom {
        display: flex;
        align-items: center;
        padding: 12px 10px;
        color: #5a6169;
        text-decoration: none !important;
        border-radius: 12px;
        margin: 4px 12px;
        transition: all 0.2s ease;
        font-size: 14.5px;
        font-weight: 500;
    }
    
    .nav-link-custom i:first-child {
        width: 25px; 
        font-size: 1.1rem;
    }
    
    .nav-link-custom:hover {
        background-color: #f1f4f8;
        color: #212529;
        transform: translateX(2px); 
    }
    
    .nav-link-custom.active {
        background-color: #0d6efd;
        color: #ffffff !important;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
    }
    .submenu-border-left {
        border-left: 1.5px dashed #dee2e6;
        margin-left: 22px;
        padding-left: 6px;
        margin-bottom: 10px;
    }
    .arrow-icon {
        font-size: 10px;
        transition: transform 0.3s ease;
        opacity: 0.5;
    }
    
    .nav-link-custom:not(.collapsed) .arrow-icon {
        transform: rotate(180deg);
        opacity: 1;
    }
    #page-content-wrapper {
        margin-left: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding-top: 58px;
		padding-bottom: 60px;
        margin-left: 280px !important;
    }
    
    #page-content-wrapper.pushed {
        margin-left: 300px;
    }
    .bg-light { 
        background-color: #f8f9fa !important; 
    }
    .rounded-4 { 
        border-radius: 1.2rem !important; 
    }
    .sidebar-footer {
        margin-top: auto;
        background: #f8f9fa;
    }
    
    .sidebar-footer div {
        transition: all 0.3s;
        border: 1px solid transparent;
    }
    
    .sidebar-footer div:hover {
        background-color: #ffffff !important;
        border-color: #0d6efd !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 768px) {
        #toggleViewBtn{
            display: block;
        }
        
        #sidebar-wrapper {
            margin-left: -300px;
			z-index:1050;
			padding-top:0px;
			padding-bottom:00px;
        }
        
        #sidebar-wrapper.toggled {
            margin-left: 0;
        }

        #page-content-wrapper {
            margin-left: 0 !important;
        }
    }

    .img-zoom {
        transition: transform 0.3s ease;
    }
    .img-zoom:hover {
        transform: scale(1.1);
    }
    .product-fly {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        pointer-events: none;
        z-index: 9999;
        transform: translateX(-50%);
        animation: slideDown 1s forwards;
    }

    @keyframes slideDown {
        0% {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
        100% {
            transform: translateX(-50%) translateY(40vh);
            opacity: 0.2;
        }
    }

    .product-fly img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }
    .header-btns .btn-icon {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin: 0 5px;
        border-radius: 50%;
        color: #fff;
        position: relative;
        transition: all 0.2s;
		text-decoration:none;
    }

    .header-btns .btn-icon:hover {
        transform: scale(1.1);
        background-color: var(--menu-yazi-renk);
        color: var(--vurgu-sari);
    }

    .nav-label {
        font-size: 0.8rem; 
		font-weight: bold;
        margin-top: 2px;
    }
    #sepetAdet {
        display: none;
        position: absolute;
        top: -10px;
        right: -3px;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        background-color: var(--menu-yazi-renk);
        color: white;
        border-radius: 40%;
        padding: 10px 5px;
        min-width: 16px;
        height: 22px;
        line-height: 1;
        white-space: nowrap;
        z-index: 1040;
    }
    #sepetAdet.show,
    .header-btns #sepetAdet.show {
        display: inline-flex;
    }
    .material-bottom-nav {
        background-color: var(--footer-arka-plan);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 6px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1010;
    }

    .material-bottom-nav a, .material-bottom-nav .nav-item {
        color: #fff;
        font-size: 1.6rem; 
        text-decoration: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.2s;
        position: relative;
    }

    .material-bottom-nav a:hover, .material-bottom-nav .nav-item:hover {
        color: var(--vurgu-sari);
        transform: translateY(-3px);
    }
    .cart-btn {
        background-color: #dc3545;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -25px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: all 0.2s;
    }

    .cart-btn:hover {
        transform: scale(1.2);
    }
    footer .dropdown-menu .dropdown-item {
        color: #000;
        font-family: inherit;
        font-size: 1rem;
    }

    footer .dropdown-menu .dropdown-item:hover {
        background-color: var(--menu-arka-plan);
        color: var(--vurgu-sari);
    }
    .dropdown-menu {
        border: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        border-radius: 20px;
        padding: 10px;
    }
    
    .dropdown-item {
        padding: 5px;
        font-weight: 500;
        margin-bottom: 2px;
    }
    
    .breadcrumb-item a { color: #6c757d; font-weight: 500; }
    
	.navbar {
	  transition: transform 0.3s ease-in-out;
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index: 1050;
	}

	.navbar-hidden {
	  transform: translateY(-100%);
	}