/*
Theme Name: Lotus Cafe
Author: Gemini AI
Description: Header 980px, link home pada ikon buku, link info aktif.
Version: 2.2
*/
body { 
    margin: 0; 
    padding-top: 0; 
    font-family: 'Segoe UI', Arial, sans-serif; 
    background-color: #f9f9f9; 
}

.site-header {
    position: fixed; top: 0; width: 100%; z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 4px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-container {
    display: flex; justify-content: space-between; align-items: center;
    max-width: 980px; margin: 0 auto; height: 70px;
}

.header-logo { min-width: 100px; height: 70px; }
.header-nav { display: flex; height: 100%; }

.nav-item, .cart-wrapper {
    display: flex; align-items: center; justify-content: center;
    width: 60px; border-left: 1px solid #eee; text-decoration: none; color: #555;
    position: relative; font-size: 20px;
}

.nav-item:hover {
    background-color: rgba(0,0,0,0.02);
    color: #d32f2f;
}

.content-area { 
    max-width: 900px; margin: 0 auto; background: #E0E6D8; 
    padding: 40px; box-shadow: none; min-height: 400px;
}
