/* /Views/Shared/_Layout.cshtml.rz.scp.css */

/*new */
/* Your existing CSS overrides mixed with scroll protections */
*[b-s61oh1xks8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-s61oh1xks8] {
    background-color: #f4f7f6;
    color: #333;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden; /* Blocks unwanted horizontal side scrolling loops */
}

header[b-s61oh1xks8] {
    background-color: #da9e51;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1030; /* Boosted to safely sit on top of standard Bootstrap/Tailwind overlays */
}

.logo[b-s61oh1xks8] {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

nav a[b-s61oh1xks8] {
    text-decoration: none;
    color: #555;
    margin-left: 20px;
    font-weight: 500;
    transition: color 0.3s;
}

    nav a:hover[b-s61oh1xks8] {
        color: #3498db;
    }

.cta-btn[b-s61oh1xks8] {
    background-color: #3498db;
    color: white;
    padding: 8px 18px;
    border-radius: 4px;
}

    .cta-btn:hover[b-s61oh1xks8] {
        background-color: #2980b9;
        color: white;
    }

.hero[b-s61oh1xks8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 40px;
    background: var(--storefront-canvas-bg) !important;
}

.hero-content[b-s61oh1xks8] {
    max-width: 50%;
}

    .hero-content h1[b-s61oh1xks8] {
        font-size: 42px;
        color: #2c3e50;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .hero-content p[b-s61oh1xks8] {
        font-size: 18px;
        color: #7f8c8d;
        margin-bottom: 30px;
    }



.hero-image-mock[b-s61oh1xks8] {
    width: 45%;
    height: 300px;
    background-color: #bdc3c7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.features[b-s61oh1xks8] {
    padding: 60px 40px;
    text-align: center;
}

    .features h2[b-s61oh1xks8] {
        font-size: 32px;
        color: #2c3e50;
        margin-bottom: 40px;
    }

.grid[b-s61oh1xks8] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.card[b-s61oh1xks8] {
    background: linear-gradient( 110deg, #ffffff 0%, #696e74 100%);
    padding: 30px;
    border-radius: 8px;
    flex: 1;
    min-width: 250px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

    .card:hover[b-s61oh1xks8] {
        transform: translateY(-5px);
    }

.card-icon[b-s61oh1xks8] {
    width: 50px;
    height: 50px;
    background-color: #e8f4fd;
    border-radius: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    font-weight: bold;
}

.card h3[b-s61oh1xks8] {
    margin-bottom: 10px;
    color: #2c3e50;
}

footer[b-s61oh1xks8] {
    background-color: #4a4a4a;
    color: #a0aab2;
    padding: 40px;
    text-align: center;
    font-size: 14px;
}

*[b-s61oh1xks8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-s61oh1xks8] {
    display: flex;
    background-color: #f4f6f9;
}

.sidebar[b-s61oh1xks8] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 70px;
    background-color: #145085f7;
    overflow-x: hidden;
    transition: width 0.3s ease;
    z-index: 1000;
    padding-top: 20px;
}

    .sidebar:hover[b-s61oh1xks8] {
        width: 240px;
    }

    .sidebar a[b-s61oh1xks8] {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #b3b3b3;
        padding: 15px 25px;
        white-space: nowrap;
        transition: background 0.2s, color 0.2s;
    }

        .sidebar a:hover[b-s61oh1xks8] {
            background-color: #162447;
            color: #ffffff;
        }

        .sidebar a .icon[b-s61oh1xks8] {
            min-width: 30px;
            font-weight: bold;
            font-size: 18px;
        }


        .sidebar a .text[b-s61oh1xks8] {
            margin-left: 15px;
            opacity: 0;
            transition: opacity 0.2s ease;
        }


    .sidebar:hover a .text[b-s61oh1xks8] {
        opacity: 1;
    }

.main-content[b-s61oh1xks8] {
    margin-left: 70px;
    padding: 40px;
    width: 100%;
    transition: margin-left 0.3s ease;
    margin: 0;
    padding: 0;
}

.sidebar:hover ~ .main-content[b-s61oh1xks8] {
    margin-left: 240px;
}

.main-content h1[b-s61oh1xks8] {
    color: #1a1a2e;
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
}

#productsContainer[b-s61oh1xks8] {
    scroll-margin-top: 80px; /* Match this to your header's height */
}

.main-content p[b-s61oh1xks8] {
    color: #f4f6f9 line-height: 1.6;
    margin: 0;
    padding: 0;
}

.menu-container[b-s61oh1xks8] {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: sans-serif;
}

.menu-item[b-s61oh1xks8] {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.dropdown-wrapper[b-s61oh1xks8] {
    position: relative;
    display: inline-block;
}

.sub-list-container[b-s61oh1xks8] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    min-width: 220px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    z-index: 10;
}

.dropdown-wrapper:hover .sub-list-container[b-s61oh1xks8],
.dropdown-wrapper.active .sub-list-container[b-s61oh1xks8] {
    display: block;
}

.filter-header[b-s61oh1xks8] {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0 4px 0;
}

.sub-list[b-s61oh1xks8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sub-list li[b-s61oh1xks8] {
        padding: 4px 0;
    }

    .sub-list a[b-s61oh1xks8] {
        text-decoration: none;
        color: #333;
        display: block;
        font-size: 14px;
    }

        .sub-list a:hover[b-s61oh1xks8] {
            color: #007bff;
        }

.cart-sticky[b-s61oh1xks8] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.sticky-cart-badge[b-s61oh1xks8] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    font-size: 24px;
    z-index: 1000;
}

    .sticky-cart-badge .badge[b-s61oh1xks8] {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: red;
        color: white;
        border-radius: 50%;
        padding: 5px 10px;
        font-size: 14px;
    }

.image-box[b-s61oh1xks8] {
    position: relative;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    background-color: #bdc3c7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.carousel-track[b-s61oh1xks8] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide[b-s61oh1xks8] {
    min-width: 100%;
    height: 100%;
}

    .slide img[b-s61oh1xks8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.nav-btn[b-s61oh1xks8] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

.prev-btn[b-s61oh1xks8] {
    left: 10px;
}

.next-btn[b-s61oh1xks8] {
    right: 10px;
}

.nav-btn:hover[b-s61oh1xks8] {
    background: rgba(0, 0, 0, 0.8);
}

.filter-section[b-s61oh1xks8] {
    margin-top: 20px;
    padding-top: 10px;
}

.filter-item[b-s61oh1xks8] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

    .filter-item input[b-s61oh1xks8] {
        margin-right: 10px;
    }

.btn-header-modern[b-s61oh1xks8] {
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.btn-signin[b-s61oh1xks8] {
    background: linear-gradient(110deg, #ffffff 0%, #f4f6f9 100%);
    color: #212529 !important; /* Rich dark text for optimal readability on light canvas */
    border: 1px solid #dcdfe4 !important; /* Clean, crisp border defining the button shape */
}

    .btn-signin:hover[b-s61oh1xks8] {
        background: linear-gradient(110deg, #e9ecef 0%, #dee2e6 100%);
        color: #111418 !important; /* Subtle text darkening for interactive feedback */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important; /* Soft, realistic depth shadow */
        border-color: #ced4da !important; /* Sharpens borders on hover */
        transform: translateY(-1px);
    }

    .btn-signin:active[b-s61oh1xks8] {
        background: #dee2e6;
        border-color: #bcc1c7 !important;
        transform: translateY(1px);
    }


.btn-logout[b-s61oh1xks8] {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%); /* Sleek premium dark gradient */
}

    .btn-logout:hover[b-s61oh1xks8] {
        background: linear-gradient(135deg, #1c1f23 0%, #2b3035 100%);
        box-shadow: 0 4px 12px rgba(33, 37, 41, 0.2) !important;
        transform: translateY(-1px);
    }

    .btn-logout:active[b-s61oh1xks8] {
        transform: translateY(1px);
        background: #1c1f23;
    }

.btn-header-modern:focus[b-s61oh1xks8] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15) !important;
}


/* Desktop Behavior: Control the explicit sizing width of the dropdown menu */
@@media (min-width: 992px) {
    .hover-dropdown .dropdown-menu[b-s61oh1xks8] {
        min-width: 400px !important;
        max-height: 600px !important;
        overflow-y: auto !important;
    }

    .hover-dropdown:hover .dropdown-menu[b-s61oh1xks8] {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .hover-dropdown .dropdown-menu[b-s61oh1xks8] {
        display: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
    }
}

/* Mobile Fine-Tuning: Stretch container to screen boundaries cleanly and fix text truncation */
@@media (max-width: 991.98px) {
    .hover-dropdown[b-s61oh1xks8] {
        position: static !important;
    }

        .hover-dropdown .dropdown-menu[b-s61oh1xks8] {
            width: 100vw !important;
            max-width: 100vw !important;
            left: 0 !important;
            right: 0 !important;
            margin: 0 !important;
            border-radius: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
            padding-left: 4px !important;
            padding-right: 4px !important;
        }
            /* Forces item layout text to wrap instead of cutting off on small mobile devices */
            .hover-dropdown .dropdown-menu a.dropdown-item[b-s61oh1xks8] {
                white-space: normal !important;
                flex-wrap: wrap !important;
                word-break: break-word !important;
            }
}

/* target hover and focus state for parent list menu items */
.dropdown-menu-item-highlight[b-s61oh1xks8] {
    transition: background-color 0.15s ease-in-out;
}

    .dropdown-menu-item-highlight:hover[b-s61oh1xks8],
    .dropdown-menu-item-highlight:focus-within[b-s61oh1xks8] {
        background-color: rgba(241, 140, 13, 0.1) !important; /* Soft warm light-amber background glow */
        outline: none;
    }

        /* Change text/icon colors to your accent orange dynamically when active */
        .dropdown-menu-item-highlight:hover a[b-s61oh1xks8],
        .dropdown-menu-item-highlight:focus-within a[b-s61oh1xks8] {
            color: #d67500 !important; /* Vibrant high-vibrancy deep theme orange */
            text-decoration: none !important;
        }


/* Target search input focus state */
.custom-menu-search-input:focus[b-s61oh1xks8] {
    background-color: #ffffff !important;
    border-color: #f18c0d !important;
    color: #000000 !important; /* Maximum brightness/contrast text against a white background */
    box-shadow: 0 0 0 0.25rem rgba(241, 140, 13, 0.25) !important;
    outline: 0;
}

/* Custom styling context for text check triggers on hover/focus */
.theme-form-check-label:hover[b-s61oh1xks8] {
    color: #f18c0d !important;
    cursor: pointer;
}

/* NEW: High-vibrancy focus and hover styles for the search criterion links */
.search-action-btn:focus[b-s61oh1xks8],
.search-action-btn:hover[b-s61oh1xks8] {
    color: #d67500 !important; /* Vibrant deep theme orange */
    background-color: rgba(241, 140, 13, 0.1) !important; /* Soft warm background glow */
    font-weight: bold !important;
    outline: none;
    box-shadow: none;
}

/* NEW: High-vibrancy focus and hover styles for the clear text link button */
.search-clear-btn:focus[b-s61oh1xks8],
.search-clear-btn:hover[b-s61oh1xks8] {
    color: #dc3545 !important; /* Vivid red for distinct warning/clear state feedback */
    font-weight: bold !important;
    text-decoration: underline !important;
    outline: none;
    box-shadow: none;
}

/* target hover and focus state for parent list menu items */
.dropdown-menu-item-highlight[b-s61oh1xks8] {
    transition: background-color 0.15s ease-in-out;
}

    .dropdown-menu-item-highlight:hover[b-s61oh1xks8],
    .dropdown-menu-item-highlight:focus-within[b-s61oh1xks8] {
        background-color: rgba(241, 140, 13, 0.1) !important; /* Soft warm light-amber background glow */
        outline: none;
    }

        /* Change text/icon colors to your accent orange dynamically when active */
        .dropdown-menu-item-highlight:hover > a[b-s61oh1xks8],
        .dropdown-menu-item-highlight:focus-within > a[b-s61oh1xks8] {
            color: #d67500 !important; /* Vibrant high-vibrancy deep theme orange */
            text-decoration: none !important;
        }

    /* Restricts parent highlight background tracking from washing over expanded submenu spaces */
    .dropdown-menu-item-highlight #adminSubMenuBlock[b-s61oh1xks8] {
        background-color: transparent !important;
    }

/* Default appearance: Matches the clean dark-slate color of the Product elements */
.submenu-product-match-link[b-s61oh1xks8] {
    color: #475569 !important;
    transition: all 0.15s ease-in-out;
}

    /* Active appearance: High-vibrancy focus and hover states */
    .submenu-product-match-link:focus[b-s61oh1xks8],
    .submenu-product-match-link:hover[b-s61oh1xks8] {
        color: #d67500 !important; /* Vibrant high-vibrancy deep theme orange */
        background-color: rgba(241, 140, 13, 0.1) !important; /* Soft warm light-amber background glow */
        outline: none;
        box-shadow: none;
        text-decoration: none !important;
    }
