.elementor-79 .elementor-element.elementor-element-5430695{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-37fb2ec{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-79 .elementor-element.elementor-element-37fb2ec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-37fb2ec *//* Emoji ve görsel optimizasyonları */
    .nav-icon {
        font-size: 20px;
        width: 24px;
        /* Sabit genişlik */
        height: 24px;
        /* Sabit yükseklik */
        display: inline-block;
        text-align: center;
        line-height: 24px;
        aspect-ratio: 1;
        /* En-boy oranını koru */
    }

    .nav-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    /* Hero image optimizasyonları */
    .hero-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        aspect-ratio: 16/9;
        /* Sabit en-boy oranı */
    }

    /* Mega menu item görselleri */
    .item-image {
        width: 100px;
        height: 100px;
        object-fit: cover;
        aspect-ratio: 1;
    }

    /* Search result görselleri */
    .search-result-image {
        width: 50px;
        height: 50px;
        object-fit: cover;
        aspect-ratio: 1;
    }

    /* Cart item görselleri */
    .cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        aspect-ratio: 1;
    }

    /* SVG ikonlar için boyut sabitleme */
    .icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    /* Placeholder alanları için minimum yükseklik */
    .mega-items,
    .search-results,
    .cart-items-container {
        min-height: 100px;
    }

    .header {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .header-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hamburger-menu {
        display: none;
    }

    .hamburger-menu:hover {

        background-color: #fff;
    }

    .hamburger-menu span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #333;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .logo {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        text-decoration: none;
        margin: 0 auto;
        /* Center the logo */
    }

    /* Mobile styles */
    @media (max-width: 1024px) {
        .header-container {
            display: grid;
            grid-template-columns: auto 1fr auto;
            padding: 0 15px;
        }

        .hamburger-menu {
            display: flex;
            flex-direction: column;

            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            justify-self: start;
        }

        .header-left {
            justify-self: center;
        }

        .header-actions {
            justify-self: end;
        }

        .logo {
            margin: 0;
            text-align: center;


        }
    }

    .header-actions {
        order: 3;
        /* Keep on right */
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header-action {
        position: relative;
        color: #333;
        text-decoration: none;
    }

    .icon {
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

    .badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #e74c3c;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-container {
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        margin: 0 20px;
        will-change: transform;
        /* GPU hızlandırma için */
        contain: layout;
        /* İçerik yeniden düzenlemeyi optimize et */
    }

    /* Add mobile search styles */
    @media (max-width: 768px) {
        .search-container {
            position: fixed;
            top: 80px;
            /* Header height */
            left: 0;
            right: 0;
            max-width: 100%;
            margin: 0;
            padding: 10px 5px;
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            z-index: 999;
        }

        .header-container {
            flex-wrap: wrap;
        }
    }

    /* Restore search container position for tablet and up */
    @media (min-width: 769px) {
        .search-container {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            padding: 0;
            box-shadow: none;
        }
    }

    .search-box {
        width: 100%;
        height: 40px;
        /* Sabit yükseklik */
        padding: 8px 40px 8px 16px;
        border: 1px solid #ddd;
        border-radius: 20px;
        outline: none;
        font-size: 16px;
        /* Mobile için optimal */
        background-color: #fff;
        transition: none;
        /* Animasyonları kaldır */
        transform: translateZ(0);
        /* GPU acceleration */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
    }

    /* Placeholder optimize edildi */
    .search-box::placeholder {
        color: #666;
        opacity: 0.75;
        font-size: 16px;
        transform: translateZ(0);
        /* GPU acceleration */
        font-display: swap;
        /* Ensure font is rendered efficiently */
    }

    .search-btn {
        color: rgb(255, 255, 255);
        background-color: transparent;
        position: absolute;
        gap: 0;
        inset-block: 0;
        inset-inline-end: 0;
        padding: 0;
        width: 46px;
        min-height: unset;
        border: none;
        box-shadow: none;
        font-weight: 400;
        font-size: 0;
        font-style: unset;
    }

    .search-btn:hover {
        color: rgb(255, 255, 255);
        background-color: transparent;
        position: absolute;
        gap: 0;
        inset-block: 0;
        inset-inline-end: 0;
        padding: 0;
        width: 46px;
        min-height: unset;
        border: none;
        box-shadow: none;
        font-weight: 400;
        font-size: 0;
        font-style: unset;
    }

    .search-btn svg {
        width: 20px;
        height: 20px;

    }

    /* Nav Styles */
    .belka-nav {
        background: #1e293b;
        border-top: 1px solid #eee;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .nav-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        padding: 8px;
        /* padding üstten azaltıldı */
    }

    .nav-icon {
        font-size: 20px;
    }

    .nav-text {
        font-size: 16px;
        font-weight: 500;

    }

    .nav-text2 {
        font-size: 16px;
        font-weight: 500;
        color: white;

    }

    /* Mega Menu Positioning Fix */
    .mega-menu {
        position: fixed;
        top: 130px;
        /* 165px yerine 140px, tetikleyiciye daha yakın */
        /* Header (80px) + Nav (60px) */
        left: 0;
        right: 0;
        width: 1400px;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        pointer-events: none;
        z-index: 1000;
    }

    .nav-item:hover .mega-menu,
    .nav-item:focus-within .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Container width limit */
    .mega-container {
        max-width: 1400px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        padding: 24px;

    }

    /* Mobile adjustments */
    @media (max-width: 1024px) {
        .mega-menu {
            position: static;
            width: 100%;
            top: auto;
            transform: none;
        }

        .mega-container {
            max-width: 100%;
            box-shadow: none;
        }
    }

    .mega-content {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 24px;
        font-size: 13px;
    }

    .mega-hero {
        padding: 20px;
        border-radius: 8px;
        background: #f8fafc;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .hero-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 6px;
    }

    .hero-title {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
    }

    .hero-description {
        color: #64748b;
        margin: 0;
    }

    .hero-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        background: #3b82f6;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 500;
        transition: background-color 0.2s;
    }

    .mega-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Changed from 1fr to repeat(2, 1fr) */
        gap: 16px;
    }

    /* For smaller screens, revert to single column */
    @media (max-width: 1024px) {
        .mega-items {
            grid-template-columns: 1fr;
        }
    }

    .mega-item {
        display: flex;
        gap: 16px;
        padding: 16px;

        background: white;
        text-decoration: none;
        color: inherit;

        transition: all 0.2s;
    }

    .mega-item:hover {
        background: #f8fafc;
        transform: translateY(-2px);
    }

    .item-image-container {
        position: relative;
        flex-shrink: 0;
    }

    .item-image {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 6px;
    }

    .item-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        padding: 4px 8px;
        background: #8b5cf6;
        color: white;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
    }

    .item-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .item-title {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

    .item-description {
        color: #64748b;
        font-size: 14px;
        margin: 0;
        line-height: 1.5;
    }

    /* Mobile Responsive Fixes */
    @media (max-width: 1024px) {
        .mega-content {
            grid-template-columns: 1fr;
        }

        .mega-container {
            margin-top: 0;
            box-shadow: none;
            padding: 16px;
        }

        .item-image {
            width: 80px;
            height: 80px;
        }
    }

    /* Mobile Nav Fixes */
    @media (max-width: 1024px) {
        .search-container {
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
            right: 0;
            margin: 0;
            padding: 10px 5px;
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            z-index: 999;
        }

        .belka-nav {
            position: absolute;
            top: calc(100% + 55px);
            /* Adjusted to account for search height */
            left: 0;
            right: 0;
            height: auto;
            flex-direction: column;
            gap: 0;
            display: none;
            background: #fff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            z-index: 998;
        }

        .header-container {
            height: 80px;
            padding: 0 20px;
            position: relative;
        }
    }

    @media (max-width: 480px) {
        .header-actions {
            gap: 5px;
        }

        .icon {
            width: 20px;
            height: 20px;
        }
    }

    @media (max-width: 1024px) {
        .header-container {
            display: grid;
            grid-template-columns: 1fr 2fr 1fr;
            align-items: center;
            gap: 10px;
            height: 80px;
            padding: 0 15px;
        }

        .hamburger-menu {
            justify-self: start;
        }

        .header-left {
            justify-self: center;
        }

        .header-actions {
            justify-self: end;
        }

        .logo {
            margin: 0;
            text-align: center;

        }
    }

    .side-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 2000;
    }

    .side-menu.open {
        left: 0;
    }

    .side-menu-container {
        padding: 20px;
        height: 100%;
        overflow-y: auto;
    }

    .side-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .close-menu {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        border-radius: 50%;
        transition: background-color 0.2s;
    }

    .close-menu:hover {
        background-color: #f1f5f9;
    }

    .side-menu-nav .nav-item {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .side-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1999;
    }

    .side-menu-overlay.active {
        opacity: 1;

    }

    @media (min-width: 1025px) {

        .side-menu,
        .side-menu-overlay {
            display: none;
        }
    }

    .cart-sidebar {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 2001;
        display: flex;
        flex-direction: column;
    }

    .cart-sidebar.open {
        right: 0;
    }

    .cart-sidebar-header {
        padding: 20px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-sidebar-header h3 {
        margin: 0;
        font-size: 20px;
    }

    .close-cart {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        border-radius: 50%;
        transition: background-color 0.2s;
    }

    .close-cart:hover {
        background-color: #f1f5f9;
    }

    .cart-items {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
    }

    .cart-item {
        display: flex;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }

    .cart-item-details {
        flex: 1;
    }

    .cart-item-details h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
    }

    .cart-item-details p {
        margin: 0;
        color: #666;
    }

    .remove-item {
        background: none;
        border: none;
        color: #999;
        cursor: pointer;
        font-size: 18px;
        padding: 0 5px;
    }

    .cart-sidebar-footer {
        padding: 20px;
        border-top: 1px solid #eee;
    }

    .cart-total {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .checkout-button,
    .view-cart-button {
        display: block;
        width: 100%;
        padding: 15px;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .checkout-button {
        background: #3b82f6;
        color: white;
    }

    .view-cart-button {
        background: #f1f5f9;
        color: #333;
    }

    .cart-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 2000;
    }

    .cart-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    @media (max-width: 480px) {
        .cart-sidebar {
            width: 100%;
            right: -100%;
        }

        .cart-sidebar-header,
        .cart-items,
        .cart-sidebar-footer {
            padding: 15px;
        }

        .cart-sidebar-header h3 {
            font-size: 18px;
        }

        .close-menu,
        .close-cart {
            font-size: 24px;
            background: #f1f5f9;
        }

        .cart-item {
            padding: 10px 0;
        }

        .checkout-button,
        .view-cart-button {
            padding: 12px;
            font-size: 16px;
        }
    }

    /* Add new styles for search results */
    .search-results {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-height: 400px;
        overflow-y: auto;
        z-index: 1001;
    }

    .search-result-item {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: inherit;
        transition: background-color 0.2s;
    }

    .search-result-item:hover {
        background-color: #f8fafc;
    }

    .search-result-image {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 4px;
        margin-right: 15px;
    }

    .search-result-info {
        flex: 1;
    }

    .search-result-title {
        font-weight: 500;
        margin: 0 0 5px;
    }

    .search-result-price {
        color: #3b82f6;
        font-weight: 600;
        margin: 0;
    }

    .search-no-results {
        padding: 15px;
        text-align: center;
        color: #64748b;
    }

    /* Account Dropdown Styles */
    .account-trigger {
        position: relative;
    }

    .account-dropdown {
        position: absolute;
        top: 100%;
        right: -10px;
        width: 220px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 1000;
        margin-top: 10px;
    }

    .account-trigger:hover .account-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .account-header {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .account-name {
        display: block;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .account-email {
        display: block;
        font-size: 12px;
        color: #64748b;
    }

    .account-links {
        padding: 8px 0;
    }

    .account-links a {
        display: block;
        padding: 8px 15px;
        color: #334155;
        text-decoration: none;
        font-size: 14px;
        transition: background-color 0.2s;
    }

    .account-links a:hover {
        background-color: #f1f5f9;
    }

    .logout-link {
        border-top: 1px solid #eee;
        margin-top: 8px;
        padding-top: 8px;
        color: #ef4444 !important;
    }

    /* Add arrow to dropdown */
    .account-dropdown::before {
        content: '';
        position: absolute;
        top: -4px;
        right: 20px;
        width: 8px;
        height: 8px;
        background: white;
        transform: rotate(45deg);
        box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.05);
    }

    /* Account Dropdown Styles */
    @media (max-width: 768px) {
        .account-trigger {
            position: static;
            /* Remove relative positioning on mobile */
        }

        .account-dropdown {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin-top: 0;
            transform: translateY(100%);
            border-radius: 0;
            background: #fff;
            z-index: 2001;
            transition: transform 0.3s ease;
        }

        .account-dropdown.open {
            transform: translateY(0);
        }

        .account-links a {
            padding: 15px 20px;
            /* Larger touch targets */
            font-size: 16px;
            /* Bigger font size */
        }

        .header-action {
            padding: 7px;
            /* Larger touch area */
        }

        .icon {
            width: 28px;
            /* Bigger icons */
            height: 28px;
        }

        /* Remove hover effect on mobile */
        .account-trigger:hover .account-dropdown {
            opacity: 0;
            visibility: hidden;
        }

        /* Show dropdown only when has 'open' class */
        .account-dropdown.open {
            opacity: 1;
            visibility: visible;
        }

        .account-header {
            padding: 20px;
            position: relative;
        }

        /* Add close button for mobile */
        .close-account {
            position: absolute;
            right: 15px;
            top: 15px;
            background: none;
            border: none;
            font-size: 24px;
            padding: 10px;
            cursor: pointer;
        }
    }

    .empty-cart-message {
        text-align: center;
        padding: 40px 20px;
        color: #64748b;
    }

    .empty-cart-icon {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .empty-cart-message p {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .continue-shopping {
        display: inline-block;
        padding: 10px 20px;
        background: #3b82f6;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.2s;
    }

    .continue-shopping:hover {
        background: #2563eb;
    }

    .side-menu-nav .submenu {
        display: none;
        flex-direction: column;
        background: #fff;
        padding-left: 24px;
        padding-bottom: 8px;
    }

    .side-menu-nav .nav-item.open>.submenu {
        display: flex;
    }

    .side-menu-nav .submenu a {
        padding: 8px 0;
        color: #222;
        text-decoration: none;
        font-size: 1rem;
    }

    .side-menu-nav .submenu-toggle {
        background: none;
        border: none;
        font-size: 1.2em;
        margin-left: 8px;
        cursor: pointer;
        width: 49px;
        height: 40px;
        margin-top: -13px;
    }

    .side-menu-nav .has-submenu {
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
    }

    .side-menu-nav .has-submenu .nav-text {
        flex: 1;
    }

    .side-menu-nav .has-submenu .submenu-toggle:after {
        content: "▼";
        font-size: 0.8em;
        margin-left: 4px;
        color: #888;
    }

    .side-menu-nav .has-submenu.open .submenu-toggle:after {
        content: "▲";
    }

    /* Görsel yükleme hatası kontrolü */
    /* Side menu submenu item: image left, text right, vertical center */
    .side-menu-nav .submenu a {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        color: #222;
        text-decoration: none;
        font-size: 1rem;
    }

    .side-menu-nav .submenu-img {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
        margin-right: 0;
    }

    /* Mobilde submenu açıldığında boydan boya ve içerik hizalı */
    @media (max-width: 1024px) {
        .side-menu-nav .nav-item.open>.submenu {
            display: flex;
            flex-direction: column;
            position: static;
            width: 100vw;
            left: 0;
            right: 0;
            margin-left: -20px;
            /* side-menu-container padding kadar sola kaydır */
            padding-left: 20px;
            background: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            z-index: 10;
        }

        .side-menu-nav .submenu a {
            padding: 14px 10px;
            min-height: 56px;
            font-size: 1.08rem;
            border-bottom: 1px solid #f1f5f9;
            background: #fff;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .side-menu-nav .submenu-img {
            width: 44px;
            height: 44px;
            border-radius: 6px;
        }
    }

    /* Mobilde submenu yazısı ve resmi tek satırda, resim sola yazı sağa */
    @media (max-width: 480px) {
        .side-menu-nav .submenu a {
            font-size: 1rem;
            padding: 12px 6px;
            gap: 10px;
        }

        .side-menu-nav .submenu-img {
            width: 36px;
            height: 36px;
        }
    }

    .side-menu-account {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #f1f5f9;
        text-align: left;
    }

    .side-menu-account a {
        display: block;
        padding: 10px 0;
        color: #2563eb;
        font-weight: 500;
        text-decoration: none;
        font-size: 1rem;
    }

    .side-menu-account a:hover {
        text-decoration: underline;
    }

    @media (max-width: 1024px) {
        .side-menu-nav .menu-hero {
            padding: 20px;
            
            background: #f8fafc;
            position: relative;
            overflow: hidden;
        }

        .side-menu-nav .menu-hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60%;
            background: linear-gradient(to top, rgba(248,250,252,0.9), rgba(248,250,252,0));
            pointer-events: none;
        }

        .side-menu-nav .menu-hero .hero-content {
            position: relative;
            z-index: 1;
        }

        .side-menu-nav .menu-hero .hero-title {
            color: #1e293b;
            text-shadow: 0 1px 2px rgba(255,255,255,0.8);
        }

        .side-menu-nav .menu-hero .hero-cta {
            margin-top: auto;
            background: #3b82f6;
            color: white;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 500;
            text-align: center;
            transition: background-color 0.2s;
        }

        .side-menu-nav .menu-hero .hero-cta:hover {
            background: #2563eb;
        }
    }/* End custom CSS */