/* ============================================================
   SIÓ DOOR - INTEGRÁLT PRÉMIUM TUNING (SHOPRENTER COMPATIBLE)
   ============================================================ */

/* --- 1. LOGÓ ÉS FEJLÉC --- */
body .header-logo, body .logo-container {
    display: flex !important;
    justify-content: center !important;
    padding: 15px 0 !important;
}

body .header-logo img {
    max-height: 85px !important;
    width: auto !important;
}

/* --- 2. LUXURY MENU - GRADIENS ÉS MÉLYSÉG --- */
body #header .header-bottom, body #menu, body .navigation-bar {
    background: #003366 !important; /* Fix fallback */
    background: linear-gradient(135deg, #003366 0%, #002244 100%) !important; 
    border-bottom: 3px solid #ff8000 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    min-height: 60px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* --- 3. MENÜPONTOK ÉS HOVER --- */
body #menu ul li a {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 20px 18px !important;
    letter-spacing: 1.2px !important;
    transition: all 0.3s ease !important;
}

body #menu ul li a:hover {
    color: #ff8000 !important;
}

/* --- 4. LENYÍLÓ MENÜ (JAVÍTOTT, HIBAMENTES VERZIÓ) --- */
/* Itt vettem ki a backdrop-filtert, hogy ne dobjon hibát */
body #menu ul li ul {
    background: #003366 !important; /* Alap Navy */
    background: rgba(0, 51, 102, 0.96) !important; /* Finom áttetszőség */
    border-top: 3px solid #ff8000 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
    padding: 10px 0 !important;
    margin-top: 0 !important;
}

body #menu ul li ul li a {
    text-transform: none !important;
    font-weight: 500 !important;
    padding: 12px 25px !important;
}

/* --- 5. ÁR HIERARCHIA (SZÍNEK NÉLKÜL) --- */
body .price-new, body .special-price {
    font-size: 28px !important;
    font-weight: 800 !important;
}

body .price-old, body .old-price {
    text-decoration: line-through !important;
    opacity: 0.6 !important;
}

/* --- 6. KOSÁRBA GOMB - NARANCS MÁGNES --- */
body #button-cart, body .btn-cart {
    background: #ff8000 !important;
    background: linear-gradient(to bottom, #ff8000, #e67300) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border: none !important;
}

/* --- 7. MOBIL ÉS KIEGÉSZÍTŐK --- */
@media only screen and (max-width: 767px) {
    body .product-view #button-cart {
        position: fixed !important;
        bottom: 0 !important;
        z-index: 9999 !important;
        width: 100% !important;
    }
}

body #column-right .product-item {
    margin-bottom: 30px !important;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
}