/* 
 * Konsolcum Premium UI Upgrade
 * Modern Tipografi, Hover Efektleri, Soft Gölgeler ve Glassmorphism
 * NOT: Menüye dokunulmaz, orijinal tasarım korunur.
 */

/* 1. Typography Upgrade (Google Fonts Inter) - Menü hariç */
body, h1, h2, h3, h4, h5, h6, p,
.single-product, .prod-info, .price-box,
.area-heading, .breadcrumb-area, .footer-area {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Yarı kalın başlıklar için daha tok duruş */
h1, h2, h3, .area-heading h3 {
    font-weight: 700;
    letter-spacing: -0.2px;
}

/* 2. Premium Product Cards */
.single-product {
    border-radius: 12px !important;
    border: 1px solid #edf2f7 !important;
    background: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    overflow: visible !important;
}

/* Hover'da kartın hafifçe kalkıp gölge vermesi (Micro-animation) */
.single-product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05) !important;
    border-color: transparent !important;
}

/* Ürün resminin sınırlarını ovalleştirme */
.single-product .product-image {
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
}

/* 3. Buton ve Icon İyileştirmeleri (Hover State) */
.single-product .quick-view, .single-product .quick-fav {
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.single-product .quick-view:hover {
    background: #fe6811 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}

.single-product .quick-fav:hover {
    background: #ff3b30 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}

/* 4. Glassmorphism - Yapışkan (Sticky) Menü */
.header-bottom.stick {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
}

/* 5. Alan Başlıkları (Section Titles) */
.area-heading {
    margin-bottom: 30px !important;
    text-align: center !important;
}
.area-heading h3 {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
}
.area-heading h3::after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: #fe6811 !important;
    transform: translateX(-50%) !important;
    border-radius: 2px !important;
}

/* 6. Fiyat Renkleri ve Boyutları (Premium Vurgu) */
.single-product .price-box .price span {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #1a202c !important;
}
.single-product .price-box .old-price span {
    color: #a0aec0 !important;
    text-decoration: line-through !important;
}

/* Ürün İsmi Hover Animasyonu */
.single-product .pro-name a {
    color: #2d3748 !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}
.single-product .pro-name a:hover {
    color: #fe6811 !important;
}

/* =========================================
   FIX FOR BUTTON HIGHLIGHTS (BEYAZLIK)
   ========================================= */
a:focus, button:focus, 
.header-area a:active, .header-area a:focus,
.header-middle a:active, .header-middle a:focus,
.top_header a:active, .top_header a:focus,
.user-action:active, .user-action:focus,
.cart-action:active, .cart-action:focus,
.mobile-quick-actions a:active, .mobile-quick-actions a:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
