/* Google Places Autocomplete dropdown must sit above MudBlazor dialog overlay (~z-index 1300) */
.pac-container {
    z-index: 10000 !important;
}

/* ── MudBlazor theme overrides ── */
:root {
    --mud-palette-primary: #e05724;
    --mud-palette-primary-rgb: 224, 87, 36;
    --mud-palette-primary-darken: #c94c1e;
    --mud-palette-primary-lighten: #f07040;
    --mud-palette-primary-hover: rgba(224, 87, 36, 0.08);
    --mud-palette-primary-text: #ffffff;
    --mud-palette-background: #1a1a1a;
    --mud-palette-surface: #242424;
    --bs-body-bg: #1a1a1a;
}

/* ── Global resets ── */
html {
    background: #1a1a1a !important;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #1a1a1a !important;
    background: #1a1a1a !important;
}

body {
    min-height: 100vh;
}

.app-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── Header Layout ── */
.header {
    background: #e05724;
    padding: 2px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    /* Kill MudContainer's own side padding and width cap */
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.header-top-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    min-height: 45px;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.header-logo-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-img {
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.header-search-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    /* No max-width — let it fill the space between logo and nav */
}

.SearchField {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 6px 10px;
    background: #F5F5F5;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}

.header-search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-search-icon img {
    width: 20px;
    height: 20px;
}

/* Desktop nav */
.header-desktop-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-left: auto;
}

.header-desktop-nav a,
.header-desktop-nav .mud-nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background 0.2s ease;
    text-decoration: none !important;
}

.header-desktop-nav a:hover,
.header-desktop-nav .mud-nav-link:hover {
    background: rgba(255,255,255,0.15);
}

.header-desktop-nav .mud-nav-item .mud-nav-link.active {
    font-weight: 700 !important;
}

/* Right controls: cart + hamburger — always flush to the right */
.header-right-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}


.breadcrumb-caret {
    color: #ffffff;
    margin: auto 10px;
    width: auto;
    display: inline;
    font-weight: 500;
}

.breadcrumb-item {
    color: #ffffff;
    margin: auto 10px;
    display: inline;
    width: auto;
    transition: color 0.3s ease;
}

.breadcrumb-item:hover {
    color: #e05724;
}

.breadcrumb-item-active {
    color: #e05724;
    margin: auto 10px;
    font-weight: bold;
}

/* Make the last breadcrumb item (active/current page) orange */
.breadcrumb-item:last-of-type {
    color: #e05724;
    font-weight: bold;
}


.DivGroup, .DivGroupItem {
    width: 100%;
    height: 220px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.DivGroupNoImage {
    width: 100%;
    height: 180px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.ListingImgWrapper {
    height: calc(100% - 60px);
    position: relative;
    overflow:hidden;
    align-content:center;
}

.ListingImg {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.ListingDescription {
    align-self: center;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background: #eee;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 60px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 60%, transparent); /* Create the fade effect */
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent); /* Add -webkit- prefix */
}

.listing-item {
    border: 1px solid #ccc;
    border-radius: 3px;
}

    .listing-item:hover {
        box-shadow: 0 0 5px #999;
    }


.about-wrapper {
    padding: 25px;
}

    .about-wrapper .mud-grid-item {
        align-content: center;
        text-align: center;
    }

        .about-wrapper .mud-grid-item li {
            text-align: left;
        }

    .about-wrapper img {
        max-width: 100%;
    }

h2 {
    text-align: center;
}




.stock-widget-available,
.stock-widget-not-available {
    color: #ffffff;
    background: linear-gradient(135deg, #2d5016 0%, #3d6b1f 100%);
    height: 40px;
    border-radius: 20px;
    width: 160px;
    position: relative;
    line-height: 40px;
    padding-left: 40px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stock-widget-not-available {
    color: #ffffff;
    background: linear-gradient(135deg, #c94c1e 0%, #e05724 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.thumb-container {
    display: flex;
    margin-top: 18px;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 0;
    background: rgba(32, 32, 32, 0.5);
    border-radius: 12px;
    padding: 12px;
}

.thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .thumb:hover {
        opacity: 1;
        transform: scale(1.05);
    }

    .thumb.active {
        opacity: 1;
        border-color: #e05724;
        box-shadow: 0 0 12px rgba(224, 87, 36, 0.4);
    }


.footer {
    min-height: 150px;
    align-content: center;
    text-align: center;
    background: #000;
    color: #fff;
    margin-top: auto;
    /* Break out of MudContainer to go full width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box;
}

.search-result {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #1a1a1a;
    color: #c8c0b8;
    z-index: 999999;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    border: 1px solid #333333;
    border-top: 3px solid #e05724;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(224, 87, 36, 0.15), 0 4px 20px rgba(224, 87, 36, 0.12);
}

.search-item {
    border-bottom: 1px solid rgba(224, 87, 36, 0.25);
    padding: 8px 12px;
    cursor: pointer;
    color: #c8c0b8;
    font-size: 13px;
    transition: background 0.15s ease, color 0.15s ease, border-left-color 0.15s ease;
}

    .search-item:hover {
        background: #111111;
        color: #ffffff;
        border-left: 3px solid #e05724;
        padding-left: 9px;
        box-shadow: inset 0 0 20px rgba(224, 87, 36, 0.08), 0 0 12px rgba(224, 87, 36, 0.15);
    }

    .search-item:last-child {
        border-bottom: none;
    }

.loading-icon {
    width: 24px;
    height: 24px;
    position: relative;
    float: right;
    color: #E02B20;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


/*****MENU******/
/* This container becomes the anchor for absolute positioning */
.menu-wrapper {
    position: relative; /* IMPORTANT */
    display: inline-block; /* Keeps menu aligned with button */
    z-index: 2000;
}

/* The button stays exactly where it is */
.root-button {
    padding: 10px 16px;
    background: #e05724;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.root-button:not([disabled]):hover {
    background: #c94c1e;
    box-shadow: 0 6px 18px rgba(80, 27, 5, 0.22);
    transform: translateY(-1px);
}

.root-button:not([disabled]):active {
    transform: translateY(0);
    box-shadow: none;
}

/* Vertical menu now pops out directly under the button */
.vertical-menu {
    list-style: none;
    padding: 4px;
    margin: 4px 0 0;
    width: 200px;
    background: #1a1a1a;
    border: 1px solid #333333;
    border-top: 3px solid #e05724;
    position: absolute; /* floats above page */
    top: 100%; /* exactly below the button */
    left: 0; /* aligned with left side of button */
    z-index: 3000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    border-radius: 0 0 14px 14px;
}

.menu-group {
    position: relative;
    padding: 10px 14px 10px 16px;
    border-bottom: none;
    border-radius: 8px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #c8c0b8;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-left-color 0.15s ease, box-shadow 0.15s ease;
}

    .menu-group:hover {
        color: #ffffff;
        background-color: #111111;
        border-left-color: #e05724;
        box-shadow: 0 0 0 1px rgba(224, 87, 36, 0.25), 0 4px 16px rgba(224, 87, 36, 0.2);
    }

    .menu-group:hover .group-title {
        color: #ffffff;
    }

    .menu-group:last-child {
        margin-bottom: 0;
    }


/* Horizontal submenu */
.horizontal-menu {
    background: #1a1a1a;
    border: 1px solid #333333;
    border-left: 3px solid #e05724;
    box-shadow: 8px 12px 28px rgba(0, 0, 0, 0.45);
    display: none;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    align-content: start;
    height: 250px;
    left: 198px;
    list-style: none;
    margin: 0;
    min-width: 450px;
    max-width: 100vh;
    overflow-x: auto;
    overflow-y: auto;
    padding: 12px;
    position: absolute;
    top: -1px;
    border-radius: 12px;
    z-index: 4000;
}

    .horizontal-menu a {
        color: #c8c0b8;
        white-space: nowrap;
        text-decoration: none;
        transition: color 0.15s ease;
    }

        .horizontal-menu a:hover {
            color: #e05724;
            white-space: nowrap;
        }


.sub-group-title {
    display: block;
    font-weight: 700;
    font-size: 12.5px;
    color: #e05724;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 6px;
    border-bottom: 1.5px solid rgba(224, 87, 36, 0.3);
    text-decoration: none;
    transition: color 0.15s ease;
}

.sub-group-title:hover {
    color: #f07040;
}

.sub-group-item-title {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #a09890;
    padding: 1px 0;
    transition: color 0.15s ease, padding-left 0.15s ease;
    text-decoration: none;
}

    .sub-group-item-title:hover {
        color: #e05724;
        padding-left: 4px;
    }

.sentence-case {
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: lowercase;
}

    .sentence-case::first-letter {
        text-transform: uppercase;
    }

.sub-group-wrapper {
    margin: 0;
    padding: 10px 12px;
    color: #a09890;
    line-height: 1.65;
    background: #242424;
    border: 1px solid #333333;
    border-radius: 10px;
    border-left: 3px solid #e05724;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.15s ease, border-left-color 0.15s ease;
    align-self: start;
}

.sub-group-wrapper:hover {
    border-left-color: #f07040;
    box-shadow: 0 0 0 1px rgba(224, 87, 36, 0.2), 0 6px 20px rgba(224, 87, 36, 0.18), 0 2px 8px rgba(0, 0, 0, 0.4);
}


/* show flyout on hover */
.menu-group:hover + .horizontal-menu, .menu-group:hover > .horizontal-menu,
.menu-group:focus-within:not(:hover) + .horizontal-menu, .menu-group:focus-within:not(:hover) > .horizontal-menu {
    display: grid;
}


.vertical-menu .horizontal-menu:hover {
    display: grid;
}

/* Allow click/focus on the menu button to keep the dropdown visible */
.menu-wrapper:focus-within .vertical-menu {
    display: block;
}

.menu-caret {
    margin-left: 10px;
    transform: rotate(45deg)
}

.menu-caret-active {
    margin-left: 10px;
    transform: rotate(225deg)
}
/*****MENU END******/

.main-filter-wrapper hr {
    color: #aaa;
}

.main-filter-wrapper, .main-filter-wrapper div {
    font-size: 14px;
    padding: 0px !important;
}

.btnFilterMoreLess {
    color: #b9302b;
    font-weight: 500;
    margin-left: 10px;
    font-size: 0.75rem;
}

.mud-expand-panel .mud-expand-panel-header {
    min-height: 24px;
}

.main-filter-wrapper .mud-icon-button {
    padding: 5px;
}


.zoom-images-action-class {
    background-color: #000;
    color: #fff;
}

.batchitem-row {
    margin: 0px;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
}

    .batchitem-row:hover {
        background: #eee;
        border-bottom: 1px solid #ccc;
    }

    .batchitem-row div {
        padding: 10px !important;
    }


.accent, .about-wrapper h3 {
    color: #E02B20 !important;
}












.orange {
    background: #E02B20;
    color: #000;
}

.orange-text {
    color: #E02B20;
}

.charcoal {
    background: #222;
    color: #fff;
}

.timeline-container {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
}

.timeline-title {
    font-size: 28px;
    font-weight: 700;
}

.timeline-subtitle {
    color: #777;
    margin-bottom: 40px;
}

.timeline {
    position: relative;
}

    /* Center line */
    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 6px;
        background: repeating-linear-gradient( to bottom, #ccc, #ccc 6px, transparent 6px, transparent 12px );
        transform: translateX(-50%);
    }

/* Item */
.timeline-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

    .timeline-item.right {
        flex-direction: row-reverse;
    }

.content {
    width: 45%;
    align-items: center;
    gap: 20px;
}

    .content.right {
        justify-content: flex-end;
        text-align: right;
    }

.year {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

    .year.charcoal {
        background: #222;
        border: 2px solid #222;
    }

    .year.orange {
        background: #E02B20;
        border: 2px solid #E02B20;
    }

.text {
    padding: 15px;
    margin: 5px;
}

    .text h4 {
        margin: 0;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .text.charcoal h4 {
        color: #222;
    }

    /*.text.orange h4 {
    color: #fff;
}
*/
    .text p {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.4;
    }

/* Connector & dot */
.connector {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
    top: 50%;
}

    .connector.left {
        margin-left: -20px;
    }

    .connector.right {
        margin-left: 20px;
    }


.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .dot.charcoal {
        border-color: #222;
    }

    .dot.orange {
        border-color: #E02B20;
    }

/* Footer */
.footer-note {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

/* =========================
   📱 MOBILE RESPONSIVE
   ========================= */
@media (max-width: 768px) {

    .timeline::before {
        left: 20px;
    }

    .timeline-item,
    .timeline-item.right {
        flex-direction: column;
        margin-left: 40px;
    }

    .content,
    .content.right {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .year {
        width: 70px;
        height: 70px;
        font-size: 18px;
    }

    .connector {
        display: none;
    }

    .dot {
        left: 20px;
    }
}
/* =========================
   📱 MOBILE RESPONSIVE END
   ========================= */



/*YOUTUBE EMBED*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 15px;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*YOUTUBE EMBED END*/



/* =========================
   Utility display helpers
   ========================= */
.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.align-center {
    align-items: center !important;
}

@media (min-width: 960px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: flex !important;
    }
}

@media (max-width: 959px) {
    .d-none.d-md-flex {
        display: none !important;
    }
}

/* Product carousel responsive height */
.product-carousel {
    height: 400px;
    background: #222222;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.product-carousel .mud-carousel-item {
    background: #222222;
}

.product-summary {
    padding: 24px 0;
}

.product-info-block {
    background: #1a1a1a;
    padding: 18px;
    border-radius: 10px;
    border-left: 4px solid #e05724;
    margin-top: 16px;
}

.product-info-block h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.product-info-block b {
    color: #ffffff;
    font-weight: 700;
}

.product-info-block .part-number-label {
    color: #e05724;
    font-weight: 700;
}

.product-info-block .part-number-value {
    color: #ffffff;
    font-weight: 400;
}

.product-info-block .mud-typography {
    color: #ffffff !important;
}

.product-page {
    padding-top: 24px;
    padding-bottom: 24px;
}

.product-hero-title {
    color: #ffffff;
    font-size: clamp(1.3rem, 2.1vw, 1.9rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 6px 0 14px;
    display: inline-block;
    padding: 0;
    background: transparent;
    border-left: 0;
    text-shadow: none;
    text-transform: capitalize;
}

/* Product tabs styling */
.product-tabs {
    background: linear-gradient(135deg, #242424 0%, #1f1f1f 100%) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(224, 87, 36, 0.15) !important;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

.product-tabs .mud-tabs-tabbar {
    background: #1a1a1a;
    border-bottom: 2px solid rgba(224, 87, 36, 0.2);
}

.product-tabs .mud-tab {
    color: #b0b0b0 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-tabs .mud-tab:hover {
    color: #e05724 !important;
    background: rgba(224, 87, 36, 0.08) !important;
}

.product-tabs .mud-tab-active {
    color: #e05724 !important;
}
.product-tabs .mud-tab-slider {
    position: absolute;
    background: #e05724 !important;
    box-shadow: 0 2px 8px rgba(224, 87, 36, 0.3);
}

.product-tabs .mud-tabs-panels {\n    background: #242424 !important;\n    color: #e0e0e0;\n}\n\n.product-tabs .mud-tabs-panels .mud-typography {\n    color: #e0e0e0 !important;\n}\n\n@media (max-width: 960px) {
    .product-page .mud-carousel,
    .product-carousel {
        height: 320px !important;
    }

    .product-summary {
        margin-top: 12px;
        padding: 18px;
    }

    .product-info-block {
        padding: 16px;
    }

    .product-tabs .mud-tabs-panels {
        padding: 12px;
    }
}

/* Cart button styling for product page */
.product-info-block .btn-primary,
.product-page .btn-primary,
.btn-primary {
    background-color: #e05724 !important;
    border-color: #e05724 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.product-info-block .btn-primary:hover,
.product-page .btn-primary:hover,
.btn-primary:hover {
    background-color: #c94c1e !important;
    border-color: #c94c1e !important;
    box-shadow: 0 6px 20px rgba(224, 87, 36, 0.4);
    transform: translateY(-2px);
}

/* Product action buttons container */
.product-action-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* Quantity field styling */
.quantity-input-wrapper {
    display: flex;
    align-items: center;
}

.quantity-field {
    width: 50px;
    height: 40px;
}

.quantity-field .mud-input-root {
    color: #ffffff !important;
}

.quantity-field .mud-input-label {
    color: #b0b0b0 !important;
}

.quantity-field input {
    color: #ffffff !important;
}

.quantity-field .mud-input-underline:before {
    border-bottom-color: rgba(224, 87, 36, 0.3) !important;
}

.quantity-field .mud-input-underline:hover:before {
    border-bottom-color: #e05724 !important;
}

/* Enquire button styling */
.enquire-btn-product {
    background-color: #e05724 !important;
    border-color: #e05724 !important;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 24px;
    transition: all 0.3s ease;
    border-radius: 6px;
    border-width: 1px !important;
}

.enquire-btn-product:hover {
    background-color: #c94c1e !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(224, 87, 36, 0.4);
    transform: translateY(-2px);
}

/* Dialog styling */
.mud-dialog {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.mud-dialog-title {
    background-color: #e05724 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 16px 24px !important;
    border-radius: 8px 8px 0 0;
}

.mud-dialog .mud-dialog-content {
    background-color: #f5f5f5;
    padding: 24px;
}

.mud-dialog .mud-dialog-actions {
    background-color: #f5f5f5;
    padding: 16px 24px;
    border-radius: 0 0 8px 8px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.mud-dialog .mud-dialog-actions .mud-button {
    text-transform: none;
}

/* Enquire Dialog specific styling */
.enquire-dialog-title {
    background-color: #e05724;
    color: #ffffff;
    font-weight: 600;
}

.enquire-dialog-content {
    background-color: #f5f5f5;
}

.enquire-dialog-actions {
    background-color: #f5f5f5;
}

.enquire-submit-btn {
    background-color: #e05724 !important;
}

/* Keep the branch label floated so it never overlaps placeholder/value text */
.enquire-dialog .mud-select .mud-input-label.mud-input-label-outlined {
    transform: translate(14px, -9px) scale(0.75) !important;
    transform-origin: top left !important;
    background-color: #f5f5f5;
    padding: 0 4px;
}

.mud-dialog .mud-dialog-actions .mud-button-filled-primary {
    background-color: #e05724 !important;
    color: #ffffff !important;
}

/* Product specifications summary in product info block */
.product-specs-summary {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(224, 87, 36, 0.3);
}

.specs-heading {
    color: #e05724;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 12px 0;
    padding: 0;
}

.specs-grid-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.spec-summary-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(224, 87, 36, 0.08);
    border-radius: 6px;
    border-left: 3px solid #e05724;
}

.spec-summary-text {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 500;
}

.spec-summary-text strong {
    color: #e05724;
    font-weight: 700;
    margin-left: 4px;
}

.product-tabs .mud-tabs-panel p {
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

/* Specifications container styling */
.specifications-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.spec-section {
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid #e05724;
    background-color: #ffffff;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spec-title {
    background: linear-gradient(135deg, #e05724 0%, #c94c1e 100%);
    color: #ffffff;
    margin: 0;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    padding: 18px;
    background-color: #fafafa;
}

.spec-item {
    display: flex;
    flex-direction: column;
    padding: 14px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.spec-label {
    color: #e05724 !important;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    display: block;
}

.spec-value {
    color: #2c2c2c !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word;
    display: block;
}

.spec-attributes {
    padding: 18px;
    background-color: #fafafa;
    line-height: 1.9;
    color: #333333 !important;
    font-size: 14px;
}

.spec-attributes br {
    margin: 6px 0;
    display: block;
}

@media (max-width: 768px) {
    .product-page {
        margin-top: 16px !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-hero-title {
        margin: 6px 0 12px;
    }

        .product-page .mud-carousel,
        .product-carousel {
            height: 260px !important;
        }

    .product-summary {
        padding: 16px;
    }

    .product-batch-section {
        overflow-x: auto;
    }

    /*    .batchitem-row {
        min-width: 650px;
    }
*/
    .product-tabs .mud-tab {
        min-height: 36px;
        font-size: 12px;
        padding: 6px 8px;
    }

    .thumb-container {
        gap: 8px;
        padding: 10px;
    }

    .thumb {
        width: 70px;
        height: 50px;
    }
}

/* Filter sidebar — collapsible on mobile */
@media (max-width: 959px) {
    .filter-sidebar {
        order: 2;
    }
}

/* Zoom Gallery Dialog — must be global because MudDialog renders in a body portal */
.zoom-images-action-class {
    background-color: #000 !important;
    color: #fff !important;
}

.zoom-gallery-wrapper,
.zoom-images-action-class {
    background-color: rgba(33,33,33,0.8);
}

    .zoom-images-action-class mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon align-self-center {
        color: #fff !important;
        width: 56px !important;
        height: 56px !important;
    }

    .zoom-gallery-wrapper mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon align-self-center {
        color: #fff !important;
        width: 56px !important;
        height: 56px !important;
        font-size: 2.5rem !important;
    }

.product-main-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.main-wrapper, .nav-categories-wrapper {
    min-height: 650px;
    padding: 16px;
}

.products-page-backdrop {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(16, 16, 16, 0.78), rgba(16, 16, 16, 0.92)), url('/images/aweh-banner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.catalog-shell {
    padding: 18px;
    border: 1px solid #e05724;
    border-radius: 28px;
    background: #e05724;
    box-shadow: 0 20px 42px rgba(118, 43, 8, 0.22);
    overflow: visible;
}

.product-catalog-shell {
    margin-bottom: 18px;
}

.product-catalog-group-header {
    margin: 2px 8px 2px;
    color: #fffdf9;
    font-size: clamp(1.15rem, 1.4vw, 1.5rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.2;
}

.catalog-search-panel {
    display: grid;
    gap: 8px;
    margin-bottom: 0;
    padding: 2px 0 4px;
    border-bottom: 1px solid rgba(255, 243, 232, 0.35);
    position: relative;
    z-index: 2600;
}

.catalog-breadcrumbs {
    margin: 0 8px 4px;
}

.catalog-breadcrumb-row {
    padding-top: 6px !important;
    padding-left: 8px !important;
}

.catalog-breadcrumbs > div,
.catalog-breadcrumbs > div > div {
    padding: 0 !important;
}

.catalog-breadcrumbs,
.catalog-breadcrumbs a,
.catalog-breadcrumbs span,
.catalog-breadcrumbs p,
.catalog-breadcrumbs .mud-breadcrumb-item,
.catalog-breadcrumbs .mud-breadcrumb-separator,
.catalog-breadcrumbs .mud-typography,
.catalog-breadcrumbs .mud-link,
.catalog-breadcrumbs .mud-link-root {
    color: #fffdf9 !important;
}

.catalog-search-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.catalog-search-heading-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.catalog-search-kicker {
    color: #fff4e9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.catalog-search-title {
    margin: 0;
    color: #fffdf9;
    font-size: clamp(1.75rem, 2.2vw, 2.4rem);
    line-height: 1.1;
    flex: 0 0 auto;
}

.catalog-search-wrapper {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}

.catalog-search-button-row {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.catalog-search-panel .menu-wrapper {
    z-index: 2500;
}

.catalog-search-panel .root-button {
    width: auto !important;
    min-width: 220px;
    padding: 10px 18px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    background: #1a1a1a;
    color: #fffdf9;
    border: 1.5px solid rgba(255, 253, 249, 0.12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
    gap: 8px;
}

.catalog-search-panel .root-button:not([disabled]):hover {
    background: #111111;
    border-color: rgba(224, 87, 36, 0.45);
    box-shadow: 0 0 0 1px rgba(224, 87, 36, 0.25), 0 12px 28px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
}

.catalog-search-panel .root-button:not([disabled]):active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.catalog-search-panel .SearchField {
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #dfd4c7;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(91, 69, 44, 0.08);
}

.catalog-search-panel .SearchField .mud-input-underline::after {
    border-bottom-color: #e05724 !important;
}

.catalog-search-panel .SearchField .mud-input-underline::before {
    border-bottom-color: rgba(224, 87, 36, 0.35) !important;
}

.catalog-search-panel .search-result {
    margin-top: 8px;
    background: #1a1a1a;
    border: 1px solid #333333;
    border-top: 3px solid #e05724;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(224, 87, 36, 0.15), 0 4px 20px rgba(224, 87, 36, 0.12);
    overflow: hidden;
}

.catalog-results-grid {
    margin-top: 0;
}

.catalog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e9dfd3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(44, 32, 18, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    border-color: #e05724;
    box-shadow: 0 16px 34px rgba(44, 32, 18, 0.14);
}

.catalog-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.catalog-empty-state {
    padding: 28px;
    border: 1px dashed #e4b8a6;
    border-radius: 18px;
    background: #fff8f4;
    color: #725848;
    text-align: center;
}

/* Products pager theme override for shared Pagination component */
.products-page-backdrop .pager-wrapper {
    padding: 10px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

.products-page-backdrop .pager-info {
    color: #d6d6d6 !important;
    font-size: 0.9rem;
    font-weight: 500;
}

.products-page-backdrop .pager-controls {
    gap: 6px;
}

.products-page-backdrop .pager-controls button {
    min-width: 42px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #1e1e1e;
    color: #f2f2f2;
    font-weight: 600;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.products-page-backdrop .pager-controls button:not(:disabled):hover {
    background: #272727;
    border-color: rgba(224, 87, 36, 0.65);
    box-shadow: 0 0 0 1px rgba(224, 87, 36, 0.2);
    transform: translateY(-1px);
}

.products-page-backdrop .pager-controls button.active {
    background: linear-gradient(135deg, #e05724 0%, #c94c1e 100%);
    border-color: #e05724;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(224, 87, 36, 0.35);
}

.products-page-backdrop .pager-controls button:disabled {
    opacity: 0.45;
    background: #2a2a2a;
    color: #b7b7b7;
}

.products-page-backdrop .pager-size select {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: #1f1f1f;
    color: #f2f2f2;
}

@media (max-width: 900px) {
    .products-page-backdrop .pager-wrapper {
        gap: 10px;
        padding: 10px 12px !important;
    }

    .products-page-backdrop .pager-controls {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }
}

@media (min-width: 1800px) {
    .main-wrapper,
    .nav-categories-wrapper {
        max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-results-grid > .mud-grid-item-md-2 {
        flex: 0 0 14.285714% !important;
        max-width: 14.285714% !important;
    }

    .catalog-shell {
        padding: 20px;
    }
}

@media (min-width: 2400px) {
    .main-wrapper,
    .nav-categories-wrapper {
        max-width: 2100px;
    }

    .catalog-results-grid > .mud-grid-item-md-2 {
        flex: 0 0 12.5% !important;
        max-width: 12.5% !important;
    }
}


/* Overlay */
.loading-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 99999999;
}

/* Spinner */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255,255,255,0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 15px;
    color: white;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.contact-theme-hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.88)), url('/images/aweh-banner.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #e05724;
}

.contact-theme-hero-overlay {
    padding: 56px 20px 52px;
    text-align: center;
}

.contact-theme-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: clamp(1.9rem, 4.8vw, 3.2rem);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.contact-theme-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #efefef;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.contact-theme-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.contact-theme-button {
    min-width: 190px;
    border-radius: 24px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.contact-theme-button-primary {
    background: #e05724 !important;
    color: #ffffff !important;
}

.contact-theme-button-primary:hover {
    background: #c94c1e !important;
}

.contact-theme-button-outline {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.contact-theme-button-outline:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

.contact-theme-shell {
    background: #1a1a1a;
    padding: 34px 16px 52px;
}

.contact-home-hero {
    min-height: 300px;
}

.contact-home-actions {
    margin-top: 8px;
}

.contact-home-btn {
    min-width: 190px;
    text-transform: none !important;
}

/* Hide the standalone single-item breadcrumb row (Home only) */
div[style*="padding:15px"][style*="padding-left:0"]:has(> div > a.breadcrumb-item[href="/"]:only-child) {
    display: none !important;
}

.contact-theme-grid {
    padding-bottom: 10px;
}

.contact-theme-grid.mud-grid {
    align-items: stretch;
}

.contact-theme-grid > .mud-grid-item {
    align-self: stretch;
}

.contact-theme-grid > .mud-grid-item-md-6 {
    display: flex;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-form {
    width: 100%;
    height: 100%;
    display: flex;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-theme-card,
.contact-theme-grid > .mud-grid-item-md-6 > .contact-form > .mud-grid > .mud-grid-item > .contact-theme-form-card {
    width: 100%;
    height: 100%;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-form > .mud-grid {
    width: 100%;
    height: 100%;
    display: flex;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-form > .mud-grid.mud-grid-spacing-xs-6 {
    margin-left: 0;
    margin-top: 0;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-form > .mud-grid > .mud-grid-item {
    display: flex;
    width: 100%;
}

.contact-theme-grid > .mud-grid-item-md-6 > .contact-form > .mud-grid.mud-grid-spacing-xs-6 > .mud-grid-item {
    padding-top: 0;
    padding-left: 0;
}

.contact-theme-card {
    height: 100%;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(30, 30, 30, 0.78) !important;
    color: #ececec;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.contact-theme-heading {
    color: #ffffff;
}

.contact-theme-label {
    color: #e05724;
    font-weight: 700;
}

.contact-theme-body {
    color: #ececec;
}

.contact-theme-link {
    color: #f07040;
    text-decoration: none;
    word-break: break-word;
}

.contact-theme-link:hover {
    text-decoration: underline;
}

.contact-theme-divider {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

.contact-theme-hours {
    width: 100%;
    color: #ececec;
    border-collapse: collapse;
}

.contact-theme-hours td {
    padding: 6px 0;
    vertical-align: top;
}

.contact-theme-hours td:first-child {
    width: 76px;
    color: #e05724;
}

.contact-theme-form-card .mud-input-control,
.contact-theme-form-card .mud-input > input,
.contact-theme-form-card .mud-input > textarea,
.contact-theme-form-card .mud-input-slot,
.contact-theme-form-card .mud-select,
.contact-theme-form-card .mud-select-input {
    color: #ececec !important;
}

.contact-theme-form-card .mud-input-label {
    color: #cfcfcf !important;
}

.contact-theme-form-card .mud-input-underline:before,
.contact-theme-form-card .mud-input-underline:after {
    border-bottom-color: rgba(255, 255, 255, 0.35) !important;
}

.contact-theme-form-card .mud-input-adornment .mud-icon-root,
.contact-theme-form-card .mud-input-adornment .mud-primary-text {
    color: #e05724 !important;
    fill: #e05724 !important;
}

.contact-theme-submit-btn {
    background: #e05724 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 22px !important;
    padding: 8px 18px !important;
}

.contact-theme-submit-btn:hover {
    background: #c94c1e !important;
}

.contact-theme-form-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-theme-form-card .mud-card-content {
    flex: 1;
}

.contact-theme-map-card {
    padding: 8px;
    overflow: hidden;
}

.contact-theme-map-frame {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 10px;
}

@media (max-width: 960px) {
    .contact-theme-card {
        padding: 20px;
    }

    .contact-theme-map-frame {
        height: 360px;
    }
}

@media (max-width: 600px) {
    .contact-theme-hero-overlay {
        padding: 44px 16px 40px;
    }

    .contact-theme-shell {
        padding: 24px 12px 42px;
    }

    .contact-theme-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-theme-button {
        width: 100%;
        min-width: 0;
    }

    .contact-home-btn {
        width: 100%;
        max-width: 320px;
    }

    .contact-theme-card {
        padding: 16px;
    }

    .contact-theme-map-frame {
        height: 280px;
    }
}

@media (max-width: 959px) {
    /* Hide desktop nav, show hamburger */
    .header-desktop-nav {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
    }

    .menu-wrapper,
    .vertical-menu {
        display: block;
        width: 100%;
    }

    .vertical-menu {
        position: static;
    }

    .menu-group {
        padding: 12px;
    }

    .horizontal-menu,
    .menu-group:hover + .horizontal-menu,
    .menu-group:hover > .horizontal-menu,
    .menu-group:focus-within:not(:hover) + .horizontal-menu,
    .menu-group:focus-within:not(:hover) > .horizontal-menu,
    .vertical-menu .horizontal-menu:hover {
        display: grid;
        position: static;
        top: auto;
        left: auto;
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        height: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
        box-sizing: border-box;
        border-top: 0;
        overflow: visible;
    }

    .sub-group-wrapper {
        margin: 0;
    }

    .main-wrapper,
    .nav-categories-wrapper {
        padding: 12px;
        min-height: auto;
    }

    .catalog-shell {
        padding: 16px;
        border-radius: 22px;
    }

    .catalog-search-panel {
        padding: 2px 0 6px;
    }

    .catalog-search-heading-row {
        align-items: center;
        flex-wrap: wrap;
    }

    .catalog-search-panel .root-button {
        min-width: 220px;
    }

    .catalog-search-title {
        font-size: 1.7rem;
    }

    .DivGroup,
    .DivGroupItem,
    .DivGroupNoImage {
        height: auto;
        min-height: 220px;
    }

    .ListingImgWrapper {
        min-height: 160px;
    }

    .cart-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cart-table {
        min-width: 520px;
    }

    .cart-table input[type="number"] {
        width: 72px;
    }

    [style*="aweh-banner.jpg"] {
        height: 380px !important;
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (max-width: 600px) {
    .header {
        padding: 2px 0;
    }

    .header-img {
        max-height: 60px;
        max-width: 150px;
    }

    .header-top-row {
        gap: 8px;
        padding: 0 12px;
        min-height: 52px;
    }

    .SearchField {
        padding: 8px 12px !important;
        height: auto !important;
    }

    .catalog-search-panel {
        padding: 2px 0 6px;
        gap: 8px;
    }

    .catalog-breadcrumb-row {
        padding-top: 2px !important;
        padding-left: 0 !important;
    }

    .catalog-shell {
        padding: 14px;
        border-radius: 18px;
    }

    .catalog-search-heading-row {
        width: 100%;
        gap: 8px;
    }

    .catalog-search-wrapper {
        flex-basis: 100%;
    }

    .catalog-search-panel .menu-wrapper,
    .catalog-search-panel .root-button {
        width: 100%;
    }

    .catalog-search-title {
        font-size: 1.45rem;
    }

    .catalog-search-subtitle {
        font-size: 0.92rem;
    }

    .catalog-card {
        border-radius: 16px;
    }

    .search-result {
        max-height: 60vh;
        overflow-y: auto;
    }

    .root-button {
        padding: 12px;
        font-size: 13px;
    }

    .horizontal-menu,
    .menu-group:hover + .horizontal-menu,
    .menu-group:hover > .horizontal-menu,
    .menu-group:focus-within:not(:hover) + .horizontal-menu,
    .menu-group:focus-within:not(:hover) > .horizontal-menu,
    .vertical-menu .horizontal-menu:hover {
        grid-template-columns: 1fr;
    }

    .ListingDescription {
        font-size: 13px;
        line-height: 18px;
        padding: 8px;
    }

    .thumb-container {
        justify-content: flex-start;
        padding-bottom: 6px;
    }

    .stock-widget-available,
    .stock-widget-not-available {
        width: 100%;
        max-width: 220px;
    }

    .footer {
        min-height: 0;
        padding: 24px 16px;
    }

    [style*="aweh-banner.jpg"] {
        height: 280px !important;
    }

    [style*="aweh-banner.jpg"] h1 {
        font-size: 1.8rem;
    }

    [style*="aweh-banner.jpg"] p {
        font-size: 1.1rem !important;
        line-height: 1.5;
        padding-inline: 12px;
    }
}

/* ── LoginRegister component ── */
.lr-tabs {
    display: flex;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 24px;
}

.lr-tab-btn {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: color 0.2s, border-bottom-color 0.2s;
}

    .lr-tab-btn:hover {
        color: #e05724;
    }

    .lr-tab-btn.active {
        color: #e05724;
        border-bottom-color: #e05724;
        font-weight: 700;
    }

.lr-footer-text {
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: 16px;
}

    .lr-footer-text a {
        color: #e05724;
        text-decoration: none;
        font-weight: 500;
    }

    .lr-footer-text a:hover {
        text-decoration: underline;
    }

/* ── Home Page Hero & Custom styles ── */
.home-hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('/images/aweh-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 320px;
    display: block;
    color: white;
    text-align: center;
    padding: 40px 20px;
    padding-top: 80px;
    border-bottom: 4px solid #e05724;
}

@media (max-width: 600px) {
    .home-hero {
        min-height: 280px;
        padding: 30px 16px;
        padding-top: 70px;
    }
}

.feature-card {
    padding: 18px 16px;
    text-align: center;
    color: white;
    background: rgba(30, 30, 30, 0.6) !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}



.feature-card:hover {
    transform: translateY(-8px);
    background: rgba(40, 40, 40, 0.85) !important;
    border-color: #e05724 !important;
    box-shadow: 0 12px 30px rgba(224, 87, 36, 0.2);
}

.feature-icon {
    font-size: 2.4rem !important;
    color: #e05724;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15);
}

.feature-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.feature-desc {
    font-size: 0.95rem;
    color: #b3b3b3;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .feature-icon {
        font-size: 2.5rem !important;
        margin-bottom: 12px;
    }

    .feature-title {
        font-size: 1.1rem;
    }
}

@media (min-width: 901px) {
    .feature-card {
        padding: 16px 14px;
        min-height: 130px;
        width: 100%;
        justify-self: stretch;
    }
    
    .feature-icon {
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .feature-card {
        min-height: 120px;
    }
}

/* ── Hamburger Button ── */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.hamburger-btn:hover {
    background: rgba(255,255,255,0.25);
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.line-1-open {
    transform: translateY(7px) rotate(45deg);
}

.line-2-open {
    opacity: 0;
    transform: scaleX(0);
}

.line-3-open {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile Nav Drawer ── */
.mobile-nav-drawer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: #c94d1f;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.mobile-nav-open {
    max-height: 400px;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 12px 16px 16px;
    gap: 4px;
}

.mobile-nav-link {
    display: block;
    padding: 12px 16px;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background 0.2s ease;
    text-align: left;
    cursor: pointer;
}

.mobile-nav-link:hover {
    background: rgba(255,255,255,0.15);
}

.mobile-logout-btn {
    background: transparent;
    border: none;
    width: 100%;
    font-family: inherit;
    cursor: pointer;
}

/* ── Cart Icon & Badge Refinements ── */
.cart-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
}

.cart-icon-btn:hover {
    transform: translateY(-1px);
}

.cart-icon-btn:active {
    transform: scale(0.95);
}

.cart-icon-svg {
    width: 34px;
    height: 34px;
    display: block;
}

.basket-count-badge {
    position: absolute;
    top: -4px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    border: 2px solid #ffffff;
    background: #ff3b30;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

/* ── Home Hero Content ── */
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
    padding-top: 20px;
}

.hero-logo-wrap {
    position: absolute;
    top: -10%;
    left: 10%;
    margin: 0;
    z-index: 1001;
}

.hero-logo {
    max-height: 180px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5));
    max-width: 100%;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6);
    line-height: 1.1;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    color: #f0f0f0;
    margin-bottom: 24px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    max-width: 600px;
}

.hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    background-color: #e05724 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 12px 36px !important;
    transition: all 0.3s ease !important;
}

.hero-btn-primary:hover {
    background-color: #c44a1e !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(224,87,36,0.4) !important;
}

.hero-btn-outline {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 10px 34px !important;
    transition: all 0.3s ease !important;
}

.hero-btn-outline:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-logo-wrap {
        top: -40px;
        left: -120px;
    }
}

@media (max-width: 600px) {
    .hero-logo {
        max-height: 100px;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: center;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
        max-width: 280px;
    }

    .hero-logo-wrap {
        top: -3%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 901px) {
    .hero-logo-wrap {
        position: absolute;
        top: -10%;
        left: 10%;
        margin: 0;
        z-index: 1001;
    }
}

/* ── Features & Catalog sections ── */
.features-section {
    background: #161616;
    padding: 40px 24px;
    border-bottom: 1px solid #2d2d2d;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

@media (min-width: 601px) {
    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .features-section {
        padding: 40px 12px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.catalog-section {
    scroll-margin-top: 80px;
    padding: 40px 0;
    background-color: #1a1a1a;
}

/* ── Terms & Conditions page ── */
.terms-hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.88)), url('/images/aweh-banner.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #e05724;
}

.terms-hero-overlay {
    padding: 56px 20px 52px;
    text-align: center;
}

.terms-hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 4.8vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.terms-hero-subtitle {
    margin: 12px auto 0;
    max-width: 760px;
    color: #efefef;
    font-size: clamp(0.98rem, 2.5vw, 1.2rem);
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.terms-content-shell {
    background: #1a1a1a;
    padding: 36px 16px 52px;
}

.terms-content-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.terms-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14px;
}

.terms-card {
    background: rgba(30, 30, 30, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 18px 18px 16px;
    color: #ececec;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.terms-card h3 {
    margin: 0 0 10px;
    color: #e05724;
    font-size: 1.02rem;
    font-weight: 800;
    text-align: left;
}

.terms-card p {
    margin: 0 0 10px;
    line-height: 1.6;
}

.terms-card p:last-child {
    margin-bottom: 0;
}

.terms-card ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.6;
}

.terms-card li {
    margin-bottom: 6px;
}

.terms-card li:last-child {
    margin-bottom: 0;
}

.terms-intro-card {
    border-color: rgba(224, 87, 36, 0.4);
    background: linear-gradient(165deg, rgba(224, 87, 36, 0.15), rgba(30, 30, 30, 0.9));
}

@media (min-width: 900px) {
    .terms-hero-overlay {
        padding: 72px 20px 66px;
    }

    .terms-content-shell {
        padding-top: 42px;
    }

    .terms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .terms-hero-overlay {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    .terms-content-shell {
        padding: 24px 12px 42px;
    }

    .terms-card {
        padding: 16px;
    }
}


/* -- Checkbox Accent Styling -- */
.mud-checkbox .mud-button-root,
.mud-checkbox .mud-icon-button,
.mud-checkbox .mud-icon-button svg {
    color: #e05724 !important;
}

/* -- LoginRegister Card Surface -- */
.loginregister-card {
    background: #ededed !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 12px !important;
}

/* ── My Account Theme (aligned with home/website style) ── */
.account-theme-shell {
    background: #1a1a1a;
}

.account-theme-shell,
.account-theme-shell .mud-typography,
.account-theme-shell .mud-card-content,
.account-theme-shell .mud-card-actions,
.account-theme-shell .mud-alert-message,
.account-theme-shell .mud-table,
.account-theme-shell .mud-table-cell,
.account-theme-shell .mud-table-cell *,
.account-theme-shell .mud-input,
.account-theme-shell .mud-input-slot,
.account-theme-shell .mud-input-label,
.account-theme-shell .mud-input-helper-text,
.account-theme-shell .mud-select,
.account-theme-shell .mud-select-input,
.account-theme-shell .mud-list-item-text,
.account-theme-shell .mud-list-item-text * {
    color: #ffffff !important;
}

.account-hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.9)), url('/images/aweh-banner.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #e05724;
}

.account-hero-overlay {
    padding: 48px 0 38px;
}

.account-hero-overlay .mud-container {
    text-align: center;
}

.account-hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.account-hero-subtitle {
    margin: 10px auto 0;
    max-width: 680px;
    color: #efefef;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.account-content-shell {
    padding: 26px 0 56px;
}

.account-content-container {
    padding-bottom: 84px;
}

.account-main-grid {
    margin-top: 10px;
}

.account-theme-shell .mud-breadcrumbs {
    background: rgba(25, 25, 25, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 14px;
}

.account-nav-drawer {
    position: sticky;
    top: 92px;
    background: linear-gradient(160deg, rgba(35, 35, 35, 0.9), rgba(24, 24, 24, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.nav-header {
    padding: 6px 8px;
}

.nav-title {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.account-nav-drawer .mud-nav-link {
    color: #e6e6e6 !important;
    border-radius: 10px;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.account-nav-drawer .mud-nav-link:hover {
    background: rgba(224, 87, 36, 0.16) !important;
    color: #ffffff !important;
}

.account-nav-drawer .mud-nav-link .mud-nav-link-icon,
.account-nav-drawer .mud-nav-link .mud-nav-link-icon.mud-nav-link-icon-default,
.account-nav-drawer .mud-nav-link .mud-icon-root.mud-nav-link-icon {
    color: #e05724 !important;
}

.account-nav-drawer .mud-nav-link.nav-item-active {
    background: linear-gradient(135deg, #e05724, #c94c1e) !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(224, 87, 36, 0.35);
}

.section-container {
    background: linear-gradient(160deg, rgba(35, 35, 35, 0.86), rgba(23, 23, 23, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.section-header {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.3px;
    border-bottom: 2px solid rgba(224, 87, 36, 0.35);
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.mud-dialog-title .dialog-title-row .mud-typography-caption,
.mud-dialog-title .dialog-title-row .mud-secondary-text {
    color: #ffffff !important;
}

.section-container > .mud-paper.mud-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.form-card,
.address-card,
.order-card {
    background: rgba(30, 30, 30, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 12px !important;
}

.form-card .mud-card-header,
.address-card .mud-card-content,
.order-card .mud-card-content {
    color: #e8e8e8;
}

.form-card .mud-input-control,
.form-card .mud-input > input,
.form-card .mud-input > textarea,
.form-card .mud-input-slot,
.form-card .mud-select,
.form-card .mud-select-input {
    color: #f3f3f3 !important;
}

.form-card .mud-input-label,
.form-card .mud-input-helper-text {
    color: #cfcfcf !important;
}

.action-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.password-strength .mud-progress-linear {
    border-radius: 999px;
    overflow: hidden;
}

.purchase-table .mud-table-head .mud-table-cell {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(224, 87, 36, 0.28), rgba(201, 76, 30, 0.24)) !important;
    border-bottom: 1px solid rgba(224, 87, 36, 0.42);
    font-weight: 700;
}

.purchase-table .mud-table-body .mud-table-row:hover {
    background: rgba(224, 87, 36, 0.12) !important;
}

.purchase-table .mud-table-cell,
.purchase-table .mud-table-cell * {
    color: #e8e8e8 !important;
}

.purchase-table {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.purchase-table .mud-table-container {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.purchase-table .mud-table-root {
    background: rgba(30, 30, 30, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.purchase-table .mud-table-body .mud-table-row {
    background: rgba(24, 24, 24, 0.45);
}

.purchase-table .mud-table-body .mud-table-row .mud-table-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.purchase-table .mud-table-body .mud-table-row:last-child .mud-table-cell {
    border-bottom: 0;
}

.purchase-table .mud-table-pagination-toolbar {
    background: rgba(30, 30, 30, 0.72);
    border-top: 1px solid rgba(224, 87, 36, 0.36);
}

.purchase-table .mud-table-pagination {
    background: rgba(30, 30, 30, 0.72);
}

.purchase-table .mud-table-pagination,
.purchase-table .mud-table-pagination .mud-table-pagination-information,
.purchase-table .mud-table-pagination .mud-table-page-number-information,
.purchase-table .mud-table-pagination .mud-select-input,
.purchase-table .mud-table-pagination .mud-input-root,
.purchase-table .mud-table-pagination .mud-icon-root,
.purchase-table .mud-table-pagination .mud-svg-icon {
    color: #ffffff !important;
}

.purchase-table .mud-table-pagination .mud-button-root:disabled,
.purchase-table .mud-table-pagination .mud-button-root.mud-disabled {
    opacity: 0.45;
}

.order-id {
    color: #ffb08d;
    font-weight: 700;
}

.account-theme-shell .mud-alert-text-info {
    color: #e05724 !important;
    background: rgba(224, 87, 36, 0.1) !important;
    border: 1px solid rgba(224, 87, 36, 0.35) !important;
    border-radius: 10px;
}

.account-theme-shell .mud-alert-text-info .mud-alert-icon,
.account-theme-shell .mud-alert-text-info .mud-alert-message,
.account-theme-shell .mud-alert-text-info .mud-alert-position {
    color: #e05724 !important;
}

.order-confirmation-page .mud-typography,
.order-confirmation-page .mud-typography * {
    color: #ffffff !important;
}

.order-confirmation-page .mud-button-outlined,
.order-confirmation-page .mud-button-outlined .mud-button-label {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.address-card {
    height: 100%;
}

.account-theme-shell .address-card .mud-card-actions .mud-icon-button,
.account-theme-shell .address-card .mud-card-actions .mud-icon-button .mud-icon-root,
.account-theme-shell .address-card .mud-card-actions .mud-icon-button .mud-svg-icon {
    color: #ffffff !important;
}

.account-theme-shell .address-card .mud-card-actions .mud-icon-button.mud-error-text,
.account-theme-shell .address-card .mud-card-actions .mud-icon-button.mud-error-text .mud-icon-root,
.account-theme-shell .address-card .mud-card-actions .mud-icon-button.mud-error-text .mud-svg-icon {
    color: #f44336 !important;
}

.address-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 12px 0;
}

.add-address-card {
    min-height: 180px;
    border-radius: 12px;
    border: 2px dashed rgba(224, 87, 36, 0.55);
    background: rgba(224, 87, 36, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.add-address-card:hover {
    background: rgba(224, 87, 36, 0.15);
    border-color: #e05724;
    transform: translateY(-2px);
}

.account-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1100;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.bottom-nav-item {
    border: 0;
    background: transparent;
    color: #cccccc;
    border-radius: 10px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0.78rem;
    font-weight: 700;
}

.bottom-nav-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, #e05724, #c94c1e);
}

@media (max-width: 960px) {
    .account-hero-overlay {
        padding: 42px 0 34px;
    }

    .account-content-shell {
        padding-top: 20px;
    }

    .section-container {
        padding: 16px;
    }
}

@media (max-width: 600px) {
    .account-hero-overlay {
        padding: 38px 0 30px;
    }

    .account-content-container {
        padding-bottom: 96px;
    }

    .section-header {
        font-size: 1.25rem;
    }
}


