﻿/* ===== VU SHOP BRAND CSS - CLEANED VERSION ===== */
/* ===== BANNER STYLES ===== */
.banners-outer {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.banners.carousel {
    width: 100%;
    height: auto;
}

.banners .carousel-inner .item {
    width: 100%;
    height: auto;
}

    .banners .carousel-inner .item img,
    .banners .carousel-inner .item video {
        width: 100%;
        height: auto;
        max-height: 520px;
        object-fit: cover;
        display: block;
    }

.banners .carousel-indicators {
    bottom: 20px;
}

    .banners .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.8);
    }

    .banners .carousel-indicators .active {
        background-color: var(--vu-melon);
    }

/* Mobile banner responsiveness */
@media (max-width: 768px) {
    .banners-outer {
        margin-bottom: 20px;
        display: block !important;
    }

    .banners {
        display: block !important;
    }

        .banners .carousel-inner {
            height: auto;
        }

            .banners .carousel-inner .item {
                display: block;
                height: auto;
            }

                .banners .carousel-inner .item.active {
                    display: block !important;
                }

                .banners .carousel-inner .item img,
                .banners .carousel-inner .item video {
                    max-height: 300px;
                    width: 100%;
                    display: block;
                }

        .banners .carousel-control {
            display: none; /* Hide arrows on mobile for better UX */
        }
}
/* ===== HEADER STYLES ===== */
.vu-header-top {
    background: var(--vu-blue);
    padding: 15px 0;
    color: var(--vu-white);
}
.vu-title {
    color: var(--vu-aubergine);
    font-weight: 600;
text-align:center;

}
.vu-header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vu-header-brand .vu-logo {
    height: 65px;
    width: auto;
}

.vu-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.vu-header-search {
    display: flex;
    align-items: center;
    height: 38px;
/*    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);*/
}

.vu-header-login {
    display: flex;
    align-items: center;
    height: 38px;
}

.vu-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    padding: 8px 12px;
    width: 200px;
    font-size: 14px;
}

.vu-search-input::placeholder {
    color: #999;
    opacity: 1;
}

.vu-search-btn {
    background: transparent;
    border: none;
    color: var(--vu-white);
    padding: 8px;
    cursor: pointer;
}

.vu-login-btn {
    background: var(--vu-aubergine);
    color: var(--vu-white) !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    transition: all 0.3s ease;
}

.vu-header-cart i.fa-shopping-cart {
    color: var(--vu-purple) !important;
}

.vu-login-btn:hover {
    background: var(--vu-aubergine);
    color: var(--vu-white) !important;
    text-decoration: none;
    opacity: 0.9;
}

.vu-header-cart {
    display: flex;
    align-items: center;
    height: 38px;
}

.vu-cart-link {
    color: var(--vu-white) !important;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.vu-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #6161FF;
    color: var(--vu-white);
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-vushop {
    background-color: var(--vu-aubergine); /* dark purple */
    color: #fff; /* white text */
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    font-size: 10pt;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

/* Cost Centre Payment Styling */
/*#pt_CostCentreID {
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 60% !important;
    margin-left: 6px !important;
    display: inline-block !important;
}

#pt_CostCentreID:focus {
    border-color: var(--vu-aubergine, #4a2c6a);
    box-shadow: 0 0 0 3px rgba(74, 44, 106, 0.1);
    outline: none;
}*/

#pt_CostCentreMessage {
    font-weight: 500;
    font-size: 14px;
}

.cctop label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

/* ===== ORDER APPROVAL STYLES ===== */
.vu-page-header {
    background: linear-gradient(135deg, var(--vu-aubergine, #4a2c6a) 0%, #5a3c7a 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.vu-page-header h2 {
    color: white;
    margin: 0;
    font-weight: 600;
}

.vu-approval-section {
    margin-bottom: 40px;
}

.vu-section-title {
    color: var(--vu-aubergine, #4a2c6a);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--vu-aubergine, #4a2c6a);
    padding-bottom: 10px;
}

.vu-approvals-container {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.vu-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.vu-table-header {
    background: var(--vu-aubergine, #4a2c6a);
    color: white;
}

.vu-table-header th {
    font-weight: 600;
    border: none;
    padding: 15px 12px;
}

.vu-table-row:hover {
    background-color: #f8f9fa;
}

.vu-table-row td {
    padding: 15px 12px;
    vertical-align: middle;
}

.vu-link-primary {
    color: var(--vu-aubergine, #4a2c6a);
    text-decoration: none;
    font-weight: 500;
}

.vu-link-primary:hover {
    color: #5a3c7a;
    text-decoration: none;
}

.vu-btn-approve {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vu-btn-approve:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.vu-btn-reject {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vu-btn-reject:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.vu-btn-comment {
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 8px;
}

.vu-status-approved {
    color: #28a745;
    font-weight: 600;
}

.vu-status-rejected {
    color: #dc3545;
    font-weight: 600;
}

.vu-pagination-info {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
}

.vu-pagination {
    display: flex;
    justify-content: center;
}

.vu-no-data {
    text-align: center;
    padding: 40px 20px;
}

/* Order Details Modal Styles */
.vu-order-details {
    font-size: 14px;
}

.vu-order-info {
    margin-bottom: 25px;
}

.vu-info-table {
    margin-bottom: 0;
}

.vu-info-label {
    font-weight: 600;
    color: var(--vu-aubergine, #4a2c6a);
    width: 140px;
    padding: 8px 12px;
}

.vu-address {
    line-height: 1.4;
}

.vu-address div {
    margin-bottom: 2px;
}

.vu-order-items h5 {
    color: var(--vu-aubergine, #4a2c6a);
    font-weight: 600;
    margin-bottom: 15px;
}

.vu-items-table {
    font-size: 13px;
}

.vu-totals-row {
    background-color: #f8f9fa;
}

.vu-final-total {
    background-color: var(--vu-aubergine, #4a2c6a);
    color: white;
}

.vu-final-total td {
    color: white;
    font-weight: 600;
}

.vu-discount {
    color: #dc3545;
    font-weight: 600;
}

.vu-custom-fields {
    margin-top: 25px;
}

.vu-custom-fields h5 {
    color: var(--vu-aubergine, #4a2c6a);
    font-weight: 600;
    margin-bottom: 15px;
}

/* White navigation bar */
.vu-header-nav {
    background: var(--vu-white);
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.vu-header-categories {
    gap: 30px;
}

.vu-category-link {
    color: var(--vu-aubergine) !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0 !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.vu-category-link:hover {
    color: var(--vu-blue) !important;
/*    border-bottom-color: var(--vu-white);
*/}

/* Mobile toggle button */
.vu-mobile-toggle {
    border: none;
    background: var(--vu-white);
    color: var(--vu-aubergine);
    border-radius: 8px;
    padding: 8px 12px;
}

.vu-mobile-toggle:focus {
    box-shadow: none;
    background: var(--vu-white);
}

 Dropdown improvements 
.vu-dropdown-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
/* ===== NAVIGATION STYLES ===== */
/* Navigation hover color: #0C71AC (VU Blue) */
.vu-header-nav {
    background: var(--vu-white);
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 60px;
    border-top: 1px solid #eee;
}

    .vu-header-nav .navbar-toggle {
        border: 2px solid var(--vu-aubergine);
        margin-top: 13px;
        margin-bottom: 13px;
    }

        .vu-header-nav .navbar-toggle:hover,
        .vu-header-nav .navbar-toggle:focus {
            background-color: var(--vu-aubergine);
        }

        .vu-header-nav .navbar-toggle .icon-bar {
            background-color: var(--vu-aubergine);
        }

        .vu-header-nav .navbar-toggle:hover .icon-bar,
        .vu-header-nav .navbar-toggle:focus .icon-bar {
            background-color: var(--vu-white);
        }

    .vu-header-nav .navbar-nav {
        margin: 0;
    }

        .vu-header-nav .navbar-nav > li {
            text-align: center;
        }

            .vu-header-nav .navbar-nav > li > a {
                color: var(--vu-aubergine) !important;
                font-weight: 600;
                font-size: 16px;
                padding: 20px 15px;
                border-bottom: 3px solid transparent;
                transition: all 0.3s ease;
            }

                .vu-header-nav .navbar-nav > li > a:hover,
                .vu-header-nav .navbar-nav > li > a:focus {
                    color: #0C71AC !important;
                    background-color: transparent;
                    border-bottom: 3px solid #0C71AC !important;
                }

/* Center navigation on desktop */
@media (min-width: 768px) {
    .vu-header-nav .navbar-nav {
        float: none;
        display: inline-block;
    }

    .vu-header-nav .navbar-collapse {
        text-align: center;
    }
}

.vu-dropdown {
    width: 100%;
    border-radius: 20px;
    padding-right: 40px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--vu-white);
    border: 1.5px solid var(--vu-aubergine);
    color: var(--vu-aubergine);
    font-size: 16px;
    height: 48px;
    padding: 0px 16px;
    box-sizing: border-box;
}

.vu-dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--vu-aubergine);
    pointer-events: none;
    z-index: 1;
}

.vu-dropdown:focus {
    outline: none;
    border-color: var(--vu-blue);
    box-shadow: 0 0 0 2px rgba(91, 194, 231, 0.2);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    /* Header container adjustments */
    .vu-header-top .container {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    /* Logo left-aligned */
    .vu-header-brand {
        flex: 0 0 auto;
        order: 1;
    }
    
    /* Header actions on the right */
    .vu-header-actions {
        gap: 10px;
        order: 2;
        margin-left: auto;
    }
    
    .vu-header-search {
        display: none;
    }
    
    /* Login button with text visible, no icon */
    .vu-header-login .vu-login-btn {
        padding: 10px 20px;
        border-radius: 25px;
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .vu-header-login .vu-login-btn i {
        display: none;
    }
    
    .vu-header-login .vu-login-btn span {
        display: inline-block !important;
    }
    
    .vu-header-nav {
        padding: 5px 0;
    }
}

/* ===== VUSHOP STANDARDIZED MODAL STYLES ===== */
/* Bootstrap modal overrides for VUSHOP design consistency */
.vu-header-nav .navbar-nav > li > a {
    padding: 15px;
/*    border-bottom: 1px solid #eee;
*/}

/* Removed to ensure all categories have hover underline
.vu-header-nav .navbar-nav > li:last-child > a {
    border-bottom: none;
}
*/

.vu-header-nav .navbar-nav > li > a:hover,
.vu-header-nav .navbar-nav > li > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #0C71AC !important;
    color: #0C71AC !important;
}

/* Ensure all nav items including last child have consistent hover behavior */
.vu-header-nav .navbar-nav > li:last-child > a:hover,
.vu-header-nav .navbar-nav > li:last-child > a:focus {
    border-bottom: 3px solid #0C71AC !important;
    color: #0C71AC !important;
}

.modal.vu-modal {
    z-index: 1050;
}

.modal.vu-modal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Universal Modal Backdrop Styling for ALL VUSHOP Modals */
.modal-backdrop,
.modal.vu-modal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

/* Universal Modal Base Styling for ALL VUSHOP Modals */
.modal {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* Universal Modal Dialog Styling for ALL VUSHOP Modals */
.modal-dialog,
.modal.vu-modal .modal-dialog {
    margin: 30px auto;
    width: auto;
    max-width: 500px;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Large modal dialogs */
.modal-dialog.modal-lg,
.modal.vu-modal .modal-dialog.modal-lg {
    max-width: 800px;
}

/* Extra large modal dialogs */
.modal-dialog.modal80,
.modal.vu-modal .modal-dialog.modal80 {
    max-width: 80%;
    width: 80%;
}

/* Universal Modal Content Styling for ALL VUSHOP Modals */
.modal-content,
.modal.vu-modal .modal-content {
    border: 2px solid var(--vu-aubergine);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(30, 18, 72, 0.15);
    background: var(--white);
    overflow: hidden;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* Universal Modal Header Styling for ALL VUSHOP Modals */
.modal-header,
.modal.vu-modal .modal-header {
    border-bottom: none;
    padding: 10px 10px 0;
    background: transparent;
    position: relative;
}

.modal-header .modal-title,
.modal.vu-modal .modal-header .modal-title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--vu-aubergine);
    margin: 0;
    text-align: center;
    width: 100%;
}

.modal-header .close,
.modal.vu-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    opacity: 0.6;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    z-index: 1000;
    user-select: none;
    pointer-events: auto;
}

.modal-header .close:hover,
.modal.vu-modal .modal-header .close:hover {
    opacity: 1;
    color: var(--vu-aubergine);
    text-decoration: none;
}

.modal-header .close:focus,
.modal.vu-modal .modal-header .close:focus {
    outline: 2px solid var(--vu-aubergine);
    outline-offset: 2px;
}

.modal-header .close:active,
.modal.vu-modal .modal-header .close:active {
    transform: scale(0.95);
}

/* Universal Modal Body Styling for ALL VUSHOP Modals */
.modal-body,
.modal.vu-modal .modal-body {
    padding: 15px;
    text-align: center;
    min-height: 60px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: var(--vu-aubergine);
    line-height: 1.5;
}

/* For non-VU modals, center content */
.modal-body:not(.vu-modal .modal-body) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .modal-body-left {
        display: flex;
        flex-direction: column;
        justify-content:left;
        padding:10px;
    }
/* Universal Modal Footer Styling for ALL VUSHOP Modals */
.modal-footer,
.modal.vu-modal .modal-footer {
    border-top: none;
    padding: 0 15px 15px;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Universal Modal Button Styling for ALL VUSHOP Modal Buttons */
.modal-footer .btn,
.modal-footer button,
.modal-body .btn,
.modal-body button,
.vu-modal-btn {
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 100px;
    margin: 0 5px;
}

/* Primary button style (OK, Save, Confirm, etc.) */
.modal-footer .btn.btn-primary,
.modal-footer .btn:not(.btn-secondary):not(.btn-danger):not(.btn-warning),
.modal-footer button.btn-primary,
.modal-body .btn.btn-primary,
.modal-body button.btn-primary,
.vu-modal-btn.primary {
    background: var(--vu-aubergine);
    color: white;
}

.modal-footer .btn.btn-primary:hover,
.modal-footer .btn:not(.btn-secondary):not(.btn-danger):not(.btn-warning):hover,
.modal-footer button.btn-primary:hover,
.modal-body .btn.btn-primary:hover,
.modal-body button.btn-primary:hover,
.vu-modal-btn.primary:hover {
    background: #2A1D5C;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 18, 72, 0.3);
}

/* Secondary button style (Cancel, Close, etc.) */
.modal-footer .btn.btn-secondary,
.modal-footer .btn-secondary,
.modal-footer button.btn-secondary,
.modal-body .btn.btn-secondary,
.modal-body button.btn-secondary,
.vu-modal-btn.secondary {
    background: #f8f9fa;
    color: var(--vu-aubergine);
    border: 1px solid #dee2e6;
}

.modal-footer .btn.btn-secondary:hover,
.modal-footer .btn-secondary:hover,
.modal-footer button.btn-secondary:hover,
.modal-body .btn.btn-secondary:hover,
.modal-body button.btn-secondary:hover,
.vu-modal-btn.secondary:hover {
    background: #e9ecef;
    color: var(--vu-aubergine);
    text-decoration: none;
    transform: translateY(-1px);
}

/* Danger button style (Delete, Remove, etc.) */
.modal-footer .btn.btn-danger,
.modal-footer .btn-danger,
.modal-footer button.btn-danger,
.modal-body .btn.btn-danger,
.modal-body button.btn-danger,
.vu-modal-btn.danger {
    background: var(--vu-alert);
    color: white;
}

.modal-footer .btn.btn-danger:hover,
.modal-footer .btn-danger:hover,
.modal-footer button.btn-danger:hover,
.modal-body .btn.btn-danger:hover,
.modal-body button.btn-danger:hover,
.vu-modal-btn.danger:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

/* Focus states for all modal buttons */
.modal-footer .btn:focus,
.modal-footer button:focus,
.modal-body .btn:focus,
.modal-body button:focus,
.vu-modal-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 44, 106, 0.25);
    text-decoration: none;
}

/* VUSHOP Modal Message Styles */
.vu-modal-message {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    color: var(--vu-aubergine);
    line-height: 1.4;
    margin-bottom: 20px;
}

.vu-modal-message.error {
    color: var(--vu-alert);
}

.vu-modal-message.success {
    color: var(--vu-aubergine);
}

.vu-modal-message.warning {
    color: #ffc107;
}

.vu-modal-message.info {
    color: var(--vu-blue);
}

.vu-modal-message i {
    font-size: 20px;
    flex-shrink: 0;
}

.vu-modal-message.error i {
    color: var(--vu-alert);
}

.vu-modal-message.success i {
    color: var(--vu-aubergine);
}

.vu-modal-message.warning i {
    color: #ffc107;
}

.vu-modal-message.info i {
    color: var(--vu-blue);
}

/* VUSHOP Modal Buttons */
.vu-modal-btn {
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 100px;
    margin: 0 5px;
}

.vu-modal-btn:focus {
    outline: none;
    text-decoration: none;
}

.vu-modal-btn.primary {
    background: var(--aubergine);
    color: var(--white);
}

.vu-modal-btn.primary:hover {
    background: #2A1D5C;
    color: var(--white);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 18, 72, 0.3);
}

.vu-modal-btn.secondary {
    background: var(--var-8-black);
    color: var(--vu-aubergine);
    border: 1px solid var(--var-20-black);
}

.vu-modal-btn.secondary:hover {
    background: var(--var-20-black);
    color: var(--vu-aubergine);
    text-decoration: none;
    transform: translateY(-1px);
}

.vu-modal-btn.danger {
    background: var(--vu-alert);
    color: var(--white);
}

.vu-modal-btn.danger:hover {
    background: #dc3545;
    color: var(--white);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 0, 4, 0.3);
}

.vu-modal-btn.success {
    background: var(--vu-aubergine);
    color: var(--white);
}

.vu-modal-btn.success:hover {
    background: #0f0a30;
    color: var(--white);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 18, 72, 0.3);
}

/* Close button override */
.modal.vu-modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: var(--var-57-black);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.modal.vu-modal .close:hover {
    color: var(--vu-aubergine);
    opacity: 1;
}

/* Responsive modal styling for ALL VUSHOP modals */
@media (max-width: 768px) {
    .modal-dialog,
    .modal.vu-modal .modal-dialog {
        margin: 15px;
        max-width: none;
        width: calc(100% - 30px);
    }
    
    .modal-dialog.modal-lg,
    .modal.vu-modal .modal-dialog.modal-lg {
        width: calc(100% - 30px);
        max-width: none;
    }
    
    .modal-dialog.modal80,
    .modal.vu-modal .modal-dialog.modal80 {
        width: calc(100% - 30px);
        max-width: none;
    }
    
    .modal-header,
    .modal.vu-modal .modal-header {
        padding: 15px 20px 0;
    }
    
    .modal-header .modal-title,
    .modal.vu-modal .modal-header .modal-title {
        font-size: 18px;
    }
    
    .modal-header .close,
    .modal.vu-modal .modal-header .close {
        top: 10px;
        right: 15px;
        font-size: 24px;
    }
    
    .modal-body,
    .modal.vu-modal .modal-body {
        padding: 20px;
        min-height: 80px;
    }
    
    .modal-footer,
    .modal.vu-modal .modal-footer {
        padding: 0 20px 20px;
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-footer .btn,
    .modal-footer button,
    .modal-body .btn,
    .modal-body button,
    .vu-modal-btn {
        width: 100%;
        margin: 0;
        min-width: auto;
    }
    
    .modal.vu-modal .modal-footer {
        padding: 0 20px 20px;
    }
    
    .vu-modal-message {
        font-size: 14px;
    }
    
    .vu-modal-btn {
        font-size: 13px;
        padding: 10px 20px;
        min-width: 80px;
    }
}

/* ===== END VUSHOP MODAL STYLES ===== */

/* ===== VUSHOP RESPONSIVE HEADER & MOBILE MENU ===== */

/* Mobile hamburger menu button */
.vu-mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
}

.vu-mobile-menu-btn:hover {
    color: var(--var-8-black);
}

.vu-mobile-menu-btn:focus {
    outline: none;
}

/* Desktop/Mobile visibility toggles */
.vu-desktop-only {
    display: block !important;
}

.vu-mobile-only {
    display: none !important;
}

/* Categories toggle button */
.vu-categories-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--var-20-black);
    color: var(--vu-aubergine);
    padding: 8px 15px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.vu-categories-toggle:hover {
    background: var(--var-3-black);
    border-color: var(--vu-blue);
}

.vu-categories-toggle i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.vu-categories-toggle.expanded i {
    transform: rotate(180deg);
}

/* Categories collapse */
.vu-categories-collapse {
    display: block !important;
}

.vu-categories-collapse.collapsed {
    display: none !important;
}

/* Header adjustments for mobile */
.vu-header-top .container {
    position: relative;
}

.vu-header-top .navbar-brand {
    margin-left: 0;
}

.vu-header-actions {
    margin-left: auto;
}

/* Mobile Menu Styles - Enhanced from existing MobileMenus.css */
#mainNavMobile {
    z-index: 2001;
}

#mainNavMobile nav {
    background: var(--aubergine);
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

#mainNavMobile .main-menu li a {
    color: var(--white);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

#mainNavMobile .main-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

/* Mobile search in slide-out menu */
.vu-mobile-search {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.vu-mobile-search .vu-search-input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    background: var(--white);
    color: var(--vu-aubergine);
}

.vu-mobile-search .vu-search-input::placeholder {
    color: #999;
    opacity: 1;
}

/* Cart slide-out menu enhancements - VUSHOP Style */
/* ===== MY CART SLIDE-OUT STYLING ===== */

/* Cart header */
#subNavMobile nav .sub-menu > li:first-child {
    background: var(--vu-aubergine);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}


/* Cart empty state */
#subNavMobile .sub-menu > li h3 {
    text-align: center;
    color: var(--vu-aubergine);
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

/* Cart subtotal section */
#subNavMobile .subtotal {
    padding: 20px;
    font-size: 16px;
    border-top: 1px solid var(--var-20-black);
    color: var(--vu-aubergine);
    background: #f7f7f7;
}

    #subNavMobile .subtotal .lbl {
        font-weight: 600;
        color: var(--vu-aubergine);
    }

    #subNavMobile .subtotal .pull-right {
        font-weight: 700;
        font-size: 18px;
        color: var(--vu-aubergine);
    }

/* Checkout button */
#subNavMobile .sub-menu > li:last-child .btn {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    background: var(--vu-melon);
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease;
}

    #subNavMobile .sub-menu > li:last-child .btn:hover {
        background: var(--vu-melon-hover);
    }

/* Cart items section */
#subNavMobile .cart-item tr {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 20px;
    border: none !important;
    vertical-align: middle !important;
}

#subNavMobile table.cart-item td {
    vertical-align: middle !important;
}

#subNavMobile .cart-item .item-img .thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    vertical-align: middle !important;
    object-fit: cover;
}

#subNavMobile .cart-item .item-desc {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
    padding: 0 10px !important;
}

#subNavMobile .cart-item .cart-item-itemtotal {
    font-weight: 600;
    color: var(--vu-aubergine);
    font-size: 14px;
}

#subNavMobile .cart-item .cart-item-edit {
    color: var(--vu-melon);
    font-size: 12px;
    text-decoration: none;
}

    #subNavMobile .cart-item .cart-item-edit:hover {
        text-decoration: underline;
    }
#subNavMobile .subtotal {
    background: #f7f7f7;
    color: var(--vu-aubergine);
    font-size: 16px;
    padding: 20px;
}

    #subNavMobile .subtotal .lbl {
        font-weight: 600;
        color: var(--vu-aubergine);
    }

    #subNavMobile .subtotal .pull-right {
        font-weight: 700;
        font-size: 18px;
        color: var(--vu-aubergine);
    }

#subNavMobile .sub-menu > li:last-child .btn {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 12px 20px;
    background: var(--vu-melon);
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease;
}

    #subNavMobile .sub-menu > li:last-child .btn:hover {
        background: var(--vu-melon-hover);
    }

/* Optional: better empty cart styling */

#subNavMobile .sub-menu > li h3 {
    text-align: center;
    color: var(--vu-aubergine);
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

/* Optional: cart item styling improvements */

#subNavMobile .cart-item tr {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 20px;
}

#subNavMobile .cart-item .item-desc .cart-item-desc {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 4px;
    justify-content:center;
    margin-top:10px;
    margin-left: 0 !important; /* ensure flush left */
}

/* 2. Bolder underline below item name */
#subNavMobile .cart-item .item-desc {
    position: relative;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

    #subNavMobile .cart-item .item-desc .cart-item-desc {
        display: block;
        text-align: left;
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-weight: 600;
        border-bottom: 3px solid #2d2150;
        width: 100%;
    }

/* 3. Remove grey border/line around Subtotal section */
#subNavMobile .subtotal {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 10px 0;
}

    /* Also remove inner lines or clears if present */
    #subNavMobile .subtotal .clearfix {
        display: none;
    }

    /* Optional: remove spacing above subtotal */
    #subNavMobile .subtotal .lbl {
        margin-top: 0 !important;
    }

/* 4. Ensure Checkout button is smaller and right-aligned */
#subNavMobile li:last-child {
    text-align: right;
}

#subNavMobile .cbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--vu-purple); /* Dark text from your palette */
    background-color: var(--vu-melon); /* Coral-like background */
    border: none;
    border-radius: 999px;
    max-width: 120px;
    height: 40px; /* Adjust as needed */
    text-align: center;
    vertical-align: middle;
}

#subNavMobile .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    background-color: var(--vu-aubergine);
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

#subNavMobile .cart-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    text-align: left;
}

#subNavMobile .cart-header #nav-close {
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}

#subNavMobile .cart-header #nav-close:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Prevent scrollbars and ensure proper layout */
#subNavMobile .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#subNavMobile .sub-menu > li {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.empty-cart-message {
    text-align: center;
    padding: 20px 16px;
}

    .empty-cart-message h3 {
        color: var(--white);
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        display: inline-block;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

#nav-close .fa {
    font-size: 18px;
    font-weight: 1000; /* works in FA Pro */
    color: white;
    display: flex;
    align-items: center;
}

#subNavMobile .cart-item .cart-item-edit {
    color: var(--vu-melon);
    font-size: 12px;
    text-decoration: none;
}

#subNavMobile .cbtn:hover {
    background-color: var(--vu-melon-hover) !important;
    cursor: pointer;
}
    /***/
/* === VU SHOP My Cart Final Fix === */

/* Header - Remove duplicate styling to prevent conflicts */
/* Styling now handled by cart-header class above */

/* Cart Item */
#subNavMobile .cart-item tr {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

#subNavMobile .cart-item .item-desc {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--vu-aubergine);
    margin-bottom: 5px;
}

#subNavMobile .cart-item .item-details {
    font-size: 12px;
    color: #555;
}

/* Subtotal */
#subNavMobile .subtotal {
    padding: 15px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 600;
    color: var(--vu-aubergine);
    border-top: 1px solid #ccc;
}

    #subNavMobile .subtotal .pull-right {
        font-weight: 700;
        font-size: 16px;
    }

/* Checkout Button */
#subNavMobile .sub-menu > li:last-child .btn {
    display: block;
    width: 80%;
    margin: 15px auto;
    padding: 10px;
    background: var(--vu-melon);
    color: white;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    text-align: center;
    transition: background 0.3s ease;
}

    #subNavMobile .sub-menu > li:last-child .btn:hover {
        background: var(--vu-melon-hover);
    }

/* Empty Cart - Match Image 26.png exactly */
#subNavMobile .sub-menu > li h3 {
    background: var(--vu-aubergine);
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin: 40px auto 30px auto;
    border-radius: 25px;
    text-align: center;
    width: fit-content;
    max-width: 80%;
    box-sizing: border-box;
}

/* Empty cart container styling - target the li with h3 inside */
#subNavMobile .sub-menu > li:nth-child(2) {
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Continue shopping button for empty cart - target the li with input button */
#subNavMobile .sub-menu > li:nth-child(3) {
    text-align: center;
}

/* Style both regular buttons and input buttons for continue shopping */
#subNavMobile .sub-menu li .btn,
#subNavMobile .sub-menu li input.btn {
    background: var(--vu-melon) !important;
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s ease;
    display: inline-block;
    cursor: pointer;
    border-color: var(--vu-melon) !important;
}

#subNavMobile .sub-menu li .btn:hover,
#subNavMobile .sub-menu li input.btn:hover {
    background: var(--vu-melon-hover) !important;
    color: white !important;
    text-decoration: none;
    border-color: var(--vu-melon-hover) !important;
}

/* Overall mobile cart structure */
#subNavMobile nav {
    background: white;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

#subNavMobile nav .sub-menu {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}


/* ===== END RESPONSIVE HEADER & MOBILE MENU ===== */

/* ===== VUSHOP TABLE STYLING - Match Table.png ===== */

/* Base table styling */
.zstable,
.vu-order-table,
.slider-table,
table.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    background: white;
    border: 1px solid var(--var-20-black);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Table headers - Dark aubergine background like Table.png */
.zstable thead th,
.vu-order-table thead th,
.slider-table tr:first-child th,
table.table thead th {
    background: var(--vu-aubergine);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 12px;
    text-align: left;
    border: none;
    border-bottom: 2px solid var(--vu-aubergine);
}

/* Table body cells */
.zstable tbody td,
.vu-order-table tbody td,
.slider-table td,
table.table tbody td {
    padding: 12px;
    border-bottom: 1px solid var(--var-20-black);
    border-right: 1px solid var(--var-20-black);
    vertical-align: middle;
    color: var(--var-85-black);
}

.zstable tbody td:last-child,
.vu-order-table tbody td:last-child,
.slider-table td:last-child,
table.table tbody td:last-child {
    border-right: none;
}

/* Alternating row colors */
.zstable tbody tr:nth-child(even),
.vu-order-table tbody tr:nth-child(even),
table.table tbody tr:nth-child(even) {
    background: var(--var-3-black);
}

/* Hover effect for table rows */
.zstable tbody tr:hover,
.vu-order-table tbody tr:hover,
table.table tbody tr:hover {
    background: rgba(30, 18, 72, 0.05);
}

/* Table input fields (quantity controls) */
.zstable input[type="number"],
.zstable input.form-control,
.vu-order-table input[type="number"],
table.table input[type="number"],
table.table input.form-control {
    width: 80px;
    padding: 8px 12px;
    border: 1px solid var(--var-20-black);
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    background: white;
    transition: all 0.3s;
}

.zstable input[type="number"]:focus,
.zstable input.form-control:focus,
table.table input[type="number"]:focus,
table.table input.form-control:focus {
    outline: none;
    border-color: var(--vu-aubergine);
    box-shadow: 0 0 0 3px rgba(30, 18, 72, 0.1);
}

/* Action buttons in tables */
.zstable .btn,
.vu-order-table .btn,
table.table .btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

/* Primary action buttons (Add to Cart, etc.) */
.zstable .btn-primary,
.vu-order-table .btn-primary,
table.table .btn-primary {
    background: var(--vu-melon);
    color: white;
}

.zstable .btn-primary:hover,
.vu-order-table .btn-primary:hover,
table.table .btn-primary:hover {
    background: var(--vu-melon-hover);
}

/* Secondary action buttons */
.zstable .btn-secondary,
.vu-order-table .btn-secondary,
table.table .btn-secondary {
    background: var(--var-20-black);
    color: var(--var-85-black);
}

.zstable .btn-secondary:hover,
.vu-order-table .btn-secondary:hover,
table.table .btn-secondary:hover {
    background: var(--var-57-black);
    color: white;
}

/* Danger buttons (delete, reject) */
.zstable .btn-danger,
.vu-order-table .btn-danger,
table.table .btn-danger {
    background: var(--vu-melon);
    color: white;
}

.zstable .btn-danger:hover,
.vu-order-table .btn-danger:hover,
table.table .btn-danger:hover {
    background: var(--vu-melon-hover);
}

/* Success buttons (approve) */
.zstable .btn-success,
.vu-order-table .btn-success,
table.table .btn-success {
    background: var(--vu-aubergine);
    color: white;
}

.zstable .btn-success:hover,
.vu-order-table .btn-success:hover,
table.table .btn-success:hover {
    background: #2a1a5e;
}

/* Icon styling in tables */
.zstable .fa,
.vu-order-table .fa,
table.table .fa {
    color: var(--var-57-black);
    cursor: pointer;
    transition: color 0.3s;
}

.zstable .fa:hover,
.vu-order-table .fa:hover,
table.table .fa:hover {
    color: var(--vu-aubergine);
}

/* Out of stock styling */
.zstable .out-of-stock,
table.table .out-of-stock {
    color: var(--vu-melon);
    font-weight: 600;
}

/* Status badges in tables */
.vu-status-badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.vu-status-pending {
    background: #fff3cd;
    color: #856404;
}

.vu-status-approved {
    background: #d4edda;
    color: #155724;
}

.vu-status-completed {
    background: #d4edda;
    color: #155724;
}

.vu-status-rejected {
    background: #f8d7da;
    color: #721c24;
}

.vu-status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

/* Order links */
.vu-order-link {
    color: var(--vu-aubergine);
    text-decoration: none;
    font-weight: 600;
}

.vu-order-link:hover {
    color: var(--vu-aubergine);
    text-decoration: underline;
}

.ProductQuantity {
    width: 100% !important;
}

/*accounts */
.vu-account-title {
    background: var(--vu-aubergine);
    color: white !important;
    text-align: center;
    padding: 0 20px; /* remove vertical padding */
    margin: 0 0 30px 0;
    font-size: 20px !important;
    font-weight: 600;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.vu-account-table {
    width: 100% !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    color: #2c2543 !important;
    background-color: #fff !important;
}
    table.vu-account-table,
    table.vu-account-table th,
    table.vu-account-table td {
        border: none !important;
        border-collapse: collapse !important;
        outline: none !important;
        box-shadow: none !important;
    }

    table.vu-account-table thead th {
        background-color: #fff !important;
        font-weight: 700 !important;
        color: var(--vu-purple) !important;
        text-align: left !important;
        padding: 10px 8px !important;
        white-space: nowrap !important;
    }

    table.vu-account-table tbody td {
        padding: 8px 8px !important;
        color: var(--vu-purple) !important;
        vertical-align: top !important;
    }

    table.vu-account-table td .fa {
        color: #444 !important;
        vertical-align: middle !important;
        font-size: 20px !important;
    }

        table.vu-account-table td .fa:hover {
            color: #d9534f !important;
            cursor: pointer !important;
        }

    table.vu-account-table input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
    }

.vu-primary-button {
    background-color: var(--vu-aubergine) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    padding: 6px 16px !important; 
    font-size: 14px !important;
    line-height: 1.5 !important; 
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* Product details table specific styling */
#PriceRange {
    margin-top: 20px;
}

#PriceRange thead th {
    background: var(--vu-aubergine);
    color: white;
    text-align: center;
}

#PriceRange tbody td {
    text-align: center;
    vertical-align: middle;
}

/* Slider table styling */
.slider-table {
    margin: 20px 0;
    border: 1px solid var(--var-20-black);
}

.slider-table th {
    background: var(--vu-aubergine);
    color: white;
    text-align: center;
    padding: 12px;
}

.slider-table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.slider-points input,
.slider-amount input {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

/* Responsive table design */
.table-responsive {
    overflow-x: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .zstable,
    .vu-order-table,
    table.table {
        font-size: 12px;
    }
    
    .zstable thead th,
    .vu-order-table thead th,
    table.table thead th {
        padding: 10px 8px;
        font-size: 12px;
    }
    
    .zstable tbody td,
    .vu-order-table tbody td,
    table.table tbody td {
        padding: 8px 6px;
    }
    
    .zstable input[type="number"],
    table.table input[type="number"] {
        width: 60px;
        padding: 6px 8px;
        font-size: 12px;
    }
    
    .zstable .btn,
    .vu-order-table .btn,
    table.table .btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}

/* ===== END TABLE STYLING ===== */

/* 1. Import Source Sans Pro font */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap');

/* 2. Brand Variables */
:root {
    --melon: #ED6B5E;
    --aubergine: #1E1248;
    --vu-blue: #5BC2E7;
    --white: #FFFFFF;
    --black: #000000;
    --grape: #B49AD2;
    --var-85-black: #262626;
    --var-57-black: #6E6E6E;
    --var-20-black: #CCCCCC;
    --var-8-black: #EBEBEB;
    --var-3-black: #F7F7F7;
    --text-blue-on-white: #346FA8;
    --hyperlink: #0C71AC;
    /* Legacy names for backwards compatibility */
    --vu-aubergine: #1e1248;
    --vu-black: #000;
    --vu-white: #fff;
    --vu-grey: #262626;
    --vu-melon: #ED6B5E;
    --vu-melon-disabled: #F4B2AA;
    --vu-melon-hover: #E85C4D;
    --vu-alert: #FF0004;
    --vu-purple: #1E1348; /* Dark purple for text */
    --vu-purple-light: #382863; /* Slightly lighter for borders */
}

/* 3. Base Font & Body */
body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 10pt; /* Body copy 10 points */
    color: var(--vu-aubergine);
    margin: 0;
    padding: 0;
    background: var(--var-3-black) !important;
}

/* Typography Hierarchy - ZS Standards */
h1, .h1 {
    font-size: 14pt; /* Headers 14 points */
    font-weight: 700;
    color: var(--vu-aubergine);
    margin-bottom: 16px;
}

h2, .h2 {
    font-size: 12pt; /* Sub heading 12 points */
    font-weight: 600;
    color: var(--vu-aubergine);
    margin-bottom: 12px;
}

h3, .h3 {
    font-size: 12pt; /* Sub heading 12 points */
    font-weight: 600;
    color: var(--vu-aubergine);
    margin-bottom: 10px;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-size: 12pt; /* Sub heading 12 points */
    font-weight: 600;
    color: var(--vu-aubergine);
    margin-bottom: 8px;
}

p, .body-text {
    font-size: 10pt; /* Body copy 10 points */
    line-height: 1.4;
    margin-bottom: 8px;
}

.main {
    background: var(--var-3-black) !important;
    position: relative;
    padding-bottom: 40px;
}

/* ===== HEADER: VU BLUE STRIP ===== */
.vu-header-top {
    background: var(--vu-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px 18px 32px;
    min-height: 68px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

    .vu-header-top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        min-height: 68px;
        padding: 0;
    }

/* Logo */
.vu-logo {
    height: 42px;
    width: auto;
}

.vu-brand-text {
    color: var(--black);
    font-size: 14pt; /* Header 14 points */
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-left: 12px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* ----------- NAV MENU (right side) ----------- */
.vu-header-actions,
.top-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 90%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 10pt; /* Body copy 10 points */
    font-weight: 400;
    color: var(--aubergine);
}

    .top-nav-menu li {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    /* Search box is last item, right-aligned */
    .top-nav-menu .search-area,
    .vu-header-actions .search-area,
    .vu-header-search.search-area {
        margin-left: 24px;
        flex: 0 0 330px;
        max-width: 340px;
        min-width: 140px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.vu-header-search {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

/* ----------- SEARCH INPUT ----------- */
.vu-search-input,
#ProductSearchInput.vu-search-input {
    border-radius: 22px;
    border: 1.5px solid var(--aubergine);
    padding: 8px 18px;
    font-size: 10pt; /* Body copy 10 points */
    width: 100%;
    min-width: 150px;
    max-width: 330px;
    background: #fff;
    color: var(--aubergine);
    outline: none;
    transition: border-color 0.2s;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    height: 38px;
    box-sizing: border-box;
}

    .vu-search-input:focus,
    #ProductSearchInput.vu-search-input:focus {
        border-color: var(--vu-blue);
    }
    
    .vu-search-input::placeholder,
    #ProductSearchInput.vu-search-input::placeholder {
        color: #999;
        opacity: 1;
    }
    
    /* Vendor prefixes for broader browser support */
    .vu-search-input::-webkit-input-placeholder,
    #ProductSearchInput.vu-search-input::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }
    
    .vu-search-input::-moz-placeholder,
    #ProductSearchInput.vu-search-input::-moz-placeholder {
        color: #999;
        opacity: 1;
    }
    
    .vu-search-input:-ms-input-placeholder,
    #ProductSearchInput.vu-search-input:-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }
    
    .vu-search-input:-moz-placeholder,
    #ProductSearchInput.vu-search-input:-moz-placeholder {
        color: #999;
        opacity: 1;
    }

.vu-search-btn {
    color: var(--aubergine);
    background: transparent;
    border: none;
    margin-left: -36px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

/* ----------- LOGIN BUTTON ----------- */
.vu-login-btn,
.vu-login-btn span {
    background: #22185e;
    color: #fff !important;
    border-radius: 22px;
    padding: 8px 16px;
    font-weight: bold;
    border: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 10pt; /* Body copy 10 points */
    transition: background 0.16s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    box-sizing: border-box;
    white-space: nowrap;
}

    .vu-login-btn:hover {
        background: #1e1248;
        color: #fff !important;
    }

/* ----------- CART ----------- */
.vu-cart-link,
.nav-expander-cart {
    position: relative;
    color: var(--aubergine);
    margin-left: -10px;
    font-size: 1.4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .vu-cart-link:hover,
    .nav-expander-cart:hover {
        color: var(--black);
    }

.vu-cart-badge,
.badge {
    position: absolute;
    top: -9px;
    left: 18px;
    background: var(--vu-aubergine);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 12px;
    padding: 2px 8px;
    line-height: 1;
    min-width: 22px;
    text-align: center;
}

/* ===== HEADER: WHITE CATEGORY NAV ===== */
.vu-header-nav,
.navbar.vu-header-nav,
.navbar-default.vu-header-nav {
    background: var(--vu-white);
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    color: var(--vu-aubergine);
}

.navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%;
}

    /* Horizontal, clean category links */
@media (min-width: 768px) {
    .vu-header-categories,
    .navbar-nav.vu-header-categories {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 34px;
        margin: 0;
        padding: 0;
    }
    html, body {
        overflow-x: hidden;
    }
}
.vu-mobile-toggle {
    margin-left: auto;
}
        .vu-header-categories li,
        .navbar-nav.vu-header-categories li {
            margin: 0;
            padding: 0;
        }

    /* Remove Bootstrap nav bullets, if any */
    .navbar-nav li {
        list-style: none !important;
        margin: 0;
        padding: 0;
    }

.vu-header-categories a {
    color: var(--vu-aubergine);
    text-decoration: none;
    font-weight: 600;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12pt; /* Sub heading 12 points */
    letter-spacing: 0.3px;
    padding: 8px 0;
    transition: color 0.16s;
    display: block;
}

    .vu-header-categories a:hover,
    .vu-header-categories a:focus {
        color: var(--vu-aubergine);
        text-decoration: underline;
    }

/* ====== FOOTER STYLES ====== */
footer.bg-black {
    background: var(--black);
    color: var(--white);
    padding: 40px 0 0 0;
    font-size: 10pt; /* Body copy 10 points */
    line-height: 22px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    border-bottom: 15px solid var(--vu-blue);
    flex-shrink: 0;
}

footer .fw-bold {
    font-weight: 700;
    font-size: 12pt; /* Sub heading 12 points */
    color: var(--white);
    margin-bottom: 8px;
}

footer .text-info,
footer a.text-info {
    color: var(--vu-blue) !important;
    text-decoration: underline;
}

footer .list-unstyled a {
    color: var(--white);
    text-decoration: underline;
    font-size: 10pt; /* Body copy 10 points */
    transition: color 0.2s;
}

    footer .list-unstyled a:hover {
        color: var(--vu-blue);
    }

footer .app-links img {
    height: 38px;
    margin-right: 8px;
}

/* ====== MOBILE MENU JAVASCRIPT FUNCTIONS ====== */
/* These styles support the mobile menu functionality */

/* Mobile menu backdrop */
.vu-mobile-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
}

.vu-mobile-backdrop.active {
    display: block;
}

/* Mobile menu animations */
.vu-categories-collapse {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.vu-categories-collapse.collapsed {
    max-height: 0;
}

.vu-categories-collapse:not(.collapsed) {
    max-height: 500px;
}

/* Mobile search styling */
.vu-mobile-search {
    padding: 15px;
    border-bottom: 1px solid #666;
}

.vu-mobile-search .vu-search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    background: white;
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
    .vu-mobile-menu-btn {
        display: block !important;
    }
    
    .vu-desktop-only {
        display: none !important;
    }
    
    .vu-mobile-only {
        display: block !important;
    }
    
    .vu-categories-toggle {
        background: transparent;
        border: 1px solid #ddd;
        padding: 8px 15px;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
    }
    
    .vu-categories-toggle:hover {
        background: #f5f5f5;
    }
    
    .vu-header-categories {
        margin: 0;
        padding: 10px 0;
        background: white;
        border-top: 1px solid #eee;
    }
    
    .vu-header-categories li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    
    .vu-header-categories li:last-child {
        border-bottom: none;
    }
    
    .vu-header-categories a {
        display: block;
        padding: 12px 15px;
        color: #333;
        text-decoration: none;
    }
    
    .vu-header-categories a:hover {
        background: #f5f5f5;
        color: var(--vu-aubergine);
    }

}

/* ====== EXISTING MOBILE MENU INTEGRATION ====== */
/* Ensure VUSHOP styles work with existing ZincStore mobile menu structure */

/* Override existing mobile menu styles for VUSHOP */
#mainNavMobile nav {
    background: #4d4f53;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: left 0.3s ease-in-out 0s;
}

.main-nav-expanded #mainNavMobile nav {
    left: 0;
}

body.main-nav-expanded {
    margin-left: 0em;
    transition: left 0.4s ease-in-out 0s;
}

#subNavMobile nav {
    background: white;
    display: block;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: -400px;
    font-size: 15px;
    top: 0;
    width: 400px;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.sub-nav-expanded #subNavMobile nav {
    right: 0;
}

body.sub-nav-expanded {
    margin-right: 0em;
    transition: right 0.4s ease-in-out 0s;
}

/* VU Mobile Cart Items Styling */
#subNavMobile .cart-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
}

#subNavMobile .cart-item tr {
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 15px;
}

#subNavMobile .cart-item .item-img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    border: 0;
}

#subNavMobile .cart-item .item-img .thumbnail {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

#subNavMobile .cart-item .item-img .thumbnail:hover {
    opacity: 0.8;
}

#subNavMobile .cart-item .item-desc {
    flex: 1;
    min-width: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

#subNavMobile .cart-item .cart-item-desc {
    font-weight: 600;
    color: var(--vu-dark-grey);
    margin-bottom: 8px;
    line-height: 1.3;
}

#subNavMobile .cart-item .cart-item-desc a {
    color: var(--vu-aubergine);
    text-decoration: none;
}

#subNavMobile .cart-item .cart-item-desc a:hover {
    color: var(--vu-aubergine);
    text-decoration: underline
}

#subNavMobile .cart-item .item-details {
    font-size: 14px;
    color: var(--vu-text-grey);
    margin-bottom: 4px;
}

#subNavMobile .cart-item .cart-item-itemtotal {
    font-weight: 700;
    color: var(--vu-dark-grey);
    font-size: 16px;
    float: right;
    margin-bottom: 8px;
}

#subNavMobile .cart-item .cart-item-qty {
    color: var(--vu-text-grey);
    font-size: 14px;
}

#subNavMobile .cart-item .cart-item-edit {
    color: var(--vu-aubergine);
    margin-left: 8px;
    font-size: 12px;
    text-decoration: none;
}

#subNavMobile .cart-item .cart-item-edit:hover {
    color: var(--vu-aubergine);
    opacity: 0.8;
}

#subNavMobile .cart-item .cart-item-dates {
    font-size: 12px;
    color: var(--vu-text-grey);
    margin-top: 4px;
}

    #subNavMobile .cart-item .item-controls {
        padding: 0;
        border: 0;
        vertical-align: top;
        height: 100% !important;
        margin-top: 10px;
        color: var(--vu-purple);
        vertical-align: middle !important;
        text-align: right !important;
        padding: 0 10px !important;
    }

        #subNavMobile .cart-item .item-controls a {
            color: var(--vu-text-grey);
            font-size: 16px;
            padding: 5px;
            transition: color 0.2s;
            text-decoration: none;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            height: 100% !important;
        }

#subNavMobile .cart-item .item-controls a:hover {
    color: var(--vu-melon);
}

/* Subtotal styling */
#subNavMobile .subtotal {
    padding: 20px;
    background: var(--vu-light-grey);
    border-top: 1px solid var(--vu-border-grey);
    font-size: 16px;
}

#subNavMobile .subtotal .lbl {
    color: var(--vu-text-grey);
}

#subNavMobile .subtotal .pull-right {
    font-weight: 700;
    color: var(--vu-dark-grey);
}

/* Checkout button styling */
#subNavMobile .sub-menu > li:last-child {
    padding: 20px;
}

#subNavMobile .sub-menu > li:last-child .btn {
    width: 100%;
    background: var(--vu-melon);
    border-color: var(--vu-melon);
    color: white;
    font-weight: 600;
    border-radius: 25px;
    padding: 15px;
    transition: background-color 0.3s;
}

#subNavMobile .sub-menu > li:last-child .btn:hover {
    background: var(--vu-melon-hover);
    border-color: var(--vu-melon-hover);
}

/* Empty cart styling */
#subNavMobile .sub-menu > li h3 {
    text-align: center;
    color: var(--vu-aubergine);
    font-weight: 600;
    margin: 20px 0;
}

/* Error message styling */
#subNavMobile #errorMessage {
    padding: 10px 20px;
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 6px;
    margin: 10px 20px;
}

/* Mobile responsive for subNavMobile */
@media (max-width: 768px) {
    #subNavMobile nav {
        width: 100%;
        right: -100%;
    }
    
    #subNavMobile .cart-item tr {
        padding: 10px 15px;
        gap: 10px;
    }
    
    #subNavMobile .cart-item .item-img {
        width: 60px;
        height: 60px;
    }
    
    #subNavMobile .cart-item .item-img .thumbnail {
        width: 60px;
        height: 60px;
    }
    
    #subNavMobile .cart-item .cart-item-desc {
        font-size: 14px;
    }
    
    #subNavMobile .cart-item .item-details {
        font-size: 12px;
    }
    
    #subNavMobile .cart-item .cart-item-itemtotal {
        font-size: 14px;
    }
}

/* ====== PRODUCT DETAILS STYLES ====== */
.vu-product-details {
    padding: 20px 15px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.vu-product-main {
    margin-bottom: 40px;
}

/* Product Images */
.vu-product-images {
    padding-right: 30px;
}

.vu-main-image {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    text-align: center;
    padding: 20px;
}

.vu-main-image img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

.vu-image-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.vu-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.vu-thumbnail:hover,
.vu-thumbnail img.selected {
    border-color: var(--vu-aubergine);
}

.vu-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* Product Info */
.vu-product-info {
    padding-left: 30px;
}

.vu-product-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vu-product-price {
    margin-bottom: 20px;
}

.vu-price-rrp {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
    font-size: 18px;
}

.vu-price-current {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.vu-freight-note {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.vu-product-description {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #555;
}

.vu-product-features {
    margin-bottom: 25px;
}

.vu-product-features h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.vu-product-features ul {
    margin: 0;
    padding-left: 20px;
}

.vu-product-features li {
    margin-bottom: 5px;
    line-height: 1.4;
    color: #555;
}

/* Color Selection */
.vu-color-selection {
    margin-bottom: 25px;
}

.vu-color-selection h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.vu-color-options {
    display: flex;
    gap: 15px;
    align-items: center;
}

.vu-color-option {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vu-color-swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: block;
    position: relative;
}

.vu-color-swatch.black {
    background-color: #000;
}

.vu-color-swatch.white {
    background-color: #fff;
    border-color: #ccc;
}

.vu-color-swatch.navy {
    background-color: #001f3f;
}

.vu-color-swatch.grey,
.vu-color-swatch.gray {
    background-color: #999;
}

.vu-color-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    z-index: 2;
}

.vu-color-option.selected .vu-color-swatch {
    border-color: var(--vu-aubergine);
    border-width: 3px;
}

/* Size and Stock Table */
.vu-size-stock-section {
    margin-bottom: 25px;
}

.vu-size-stock-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

.vu-size-stock-table th {
    background-color: #f8f9fa;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.vu-size-stock-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.vu-size-stock-table tr:last-child td {
    border-bottom: none;
}

.vu-size-name {
    font-weight: 500;
    color: #333;
}

.vu-stock-count {
    color: #666;
    text-align: center;
}

.vu-quantity-cell {
    text-align: center;
}

.vu-quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.vu-qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.vu-qty-btn:hover {
    background-color: #f5f5f5;
    border-color: #999;
}

.vu-qty-input {
    width: 60px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.vu-out-of-stock {
    color: #dc3545;
    font-weight: 500;
}

/* Purchase Reason */
.vu-purchase-reason {
    margin-bottom: 25px;
}

.vu-purchase-reason select {
    border-radius: 25px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* Shipping info */
.vu-panel-title {
    background: var(--vu-aubergine);
    color: white;
    text-align: center;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
.panel-default {
    border: none !important;
    border-radius: 20px !important;
}

.panel-heading {
    position: relative;
    padding: 20px 50px 20px 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    color: #1a1530;
    cursor: pointer;
}

    .panel-heading::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #1a1530; /* ▼ triangle */
    }

/* When the following panel-collapse is expanded, hide the arrow */
.panel-collapse.in + .panel-body,
.panel-collapse.show + .panel-body {
    /* no effect here directly, but used for context */
}

/* Hide arrow when its sibling .panel-collapse is visible */
.panel-heading + .panel-collapse.in::before,
.panel-heading + .panel-collapse.show::before {
    display: none;
}

/* The trick: hide arrow when .panel-collapse immediately after .panel-heading is expanded */
.panel-heading:has(+ .panel-collapse.in)::after,
.panel-heading:has(+ .panel-collapse.show)::after {
    content: none;
}

    
.checkout .form-group {
    flex: 1 1 45% !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

    .checkout .form-group.full-width {
        flex: 1 1 100% !important;
    }

.checkout .form-section {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

/* ---------- LABELS ---------- */
.checkout .form-group label {
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
    color: #2c2543 !important;
}

/* ---------- INPUTS, SELECTS, TEXTAREAS ---------- */
.checkout input.form-control,
.checkout select {
    border: 1px solid #2c2543 !important;
    border-radius: 25px !important;
    height: 40px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
}

.checkout textarea {
    border: 1px solid #2c2543 !important;
    border-radius: 25px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
}

.checkout select {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%232c2543' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
}

.checkout input::placeholder,
.checkout textarea::placeholder {
    color: #aaa !important;
    font-style: italic !important;
}

.checkout input:focus,
.checkout select:focus,
.checkout textarea:focus {
    border-color: #ff6a4c !important;
    box-shadow: 0 0 0 2px rgba(255, 106, 76, 0.2) !important;
}

/* ---------- CHECKBOX ---------- */
.checkout input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
}

/* ---------- HEADINGS ---------- */
.checkout .panel-title,
.checkout h4 {
    font-weight: 600 !important;
    color: #2c2543 !important;
    font-size: 22px !important;
}


/* Action Buttons */
.vu-product-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.vu-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.vu-btn-secondary {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

.vu-btn-secondary:hover {
    background: #f5f5f5;
    border-color: #999;
    color: #333;
    text-decoration: none;
}

.vu-btn-coral {
    background: var(--melon);
    color: var(--vu-aubergine);
    border: none !important;
    font-weight: 700 !important;
    min-width: 120px !important;
    padding: 8px 18px !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.vu-btn-coral:hover {
    background: #e55a4f;
    text-decoration: none;
    transform: translateY(-1px);
}

.vu-btn-primary {
    background: var(--vu-aubergine) !important;
    color: white !important;
}

.vu-btn-primary:hover {
    background: #6a2c70;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Points Section */
.vu-points-section {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f9fa;
}

.vu-points-table {
    width: 100%;
    border-collapse: collapse;
}

.vu-points-table th {
    padding: 8px;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.vu-points-table td {
    padding: 8px;
    text-align: center;
}

.vu-points-input input,
.vu-points-amount input {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

.vu-points-slider {
    padding: 0 15px;
}

/* Related Products */
.vu-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.vu-related-title {
    background: var(--vu-aubergine);
    color: white;
    text-align: center;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
}

.vu-related-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.vu-related-item {
    flex: 0 0 200px;
    text-align: center;
}

.vu-related-item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.vu-related-item a:hover {
    text-decoration: none;
    color: inherit;
}

.vu-related-image {
    width: 200px;
    height: 200px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 15px;
}

.vu-related-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.vu-related-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.vu-related-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vu-product-images,
    .vu-product-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .vu-product-title {
        font-size: 24px;
    }
    
    .vu-product-actions {
        flex-direction: column;
    }
    
    .vu-btn {
        width: 100%;
        justify-content: center;
    }
    
    .vu-related-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .vu-size-stock-table {
        font-size: 12px;
    }
    
    .vu-size-stock-table th,
    .vu-size-stock-table td {
        padding: 8px 10px;
    }
    
    .vu-color-options {
        flex-wrap: wrap;
    }
}

    footer .app-links img:last-child {
        margin-right: 0;
    }

footer .social-icons {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

    footer .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        width: 44px;
        font-size: 2rem;
        color: var(--white) !important;
        border: 2px solid var(--white);
        border-radius: 12px;
        background: transparent;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
    }

        footer .social-icons a:hover {
            background: var(--vu-blue);
            border-color: var(--vu-blue);
            color: var(--aubergine) !important;
        }

footer .ack-flag {
    vertical-align: middle;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

.vu-footer-copyright {
    color: #bbb;
    text-align: center;
    font-size: 0.97rem;
    margin-top: 28px;
    margin-bottom: 12px;
}

/* SUBFOOTER: always blue and present */
.vu-subfooter {
    width: 100%;
    background: var(--vu-blue);
    height: 34px;
    min-height: 34px;
    padding: 0;
    margin: 0;
    border: none;
    flex-shrink: 0;
}

/* --- Footer Info Section Styling --- */
.vu-footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin: 24px 0 0 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.vu-footer-info-col {
    flex: 1 1 180px;
    min-width: 160px;
}

.vu-footer-info strong,
.vu-footer-info .section-title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.vu-footer-info ul,
.vu-footer-info li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vu-footer-info a {
    color: #5BC2E7; /* VU blue */
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.18s;
    display: inline-block;
    margin-bottom: 5px;
}

    .vu-footer-info a:hover {
        color: #fff;
        text-decoration: underline;
    }

.vu-footer-info .contact-block {
    margin-bottom: 1em;
}

/* ===== Utility & Responsive ===== */
.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 16px;
}

.text-center {
    text-align: center;
}

.small {
    font-size: 0.95rem;
}

.nounderine, .nounderine:hover {
    color: white;
    text-decoration: none !important;
}
.whitelink, .whitelink:hover {
    color: white !important;
    text-decoration:underline !important;
}
/* ===== FILTER DROPDOWN ===== */
.modern-filter-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--vu-aubergine) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8"><path fill="white" d="M5.60526 7.3457L0.933285 0.987621L10.2772 0.987621L5.60526 7.3457Z"/></svg>') no-repeat right 16px center/12px 8px;
    color: var(--vu-white);
    border: none;
    border-radius: 24px;
    height: 36px;
    padding: 0 36px 0 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(30, 19, 72, 0.06);
    min-width: 130px;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

    .modern-filter-dropdown:focus {
        outline: none;
        background: var(--vu-aubergine) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8"><path fill="white" d="M5.60526 7.3457L0.933285 0.987621L10.2772 0.987621L5.60526 7.3457Z"/></svg>') no-repeat right 16px center/12px 8px;
        box-shadow: 0 2px 8px rgba(30, 19, 72, 0.13);
    }

    .modern-filter-dropdown option {
        background: var(--vu-white);
        color: var(--vu-aubergine);
        font-weight: 500;
        font-size: 15px;
        padding: 8px 12px;
    }

.filter-dropdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

/* Ensure filter is right-aligned on desktop */
@media (min-width: 769px) {
    .breadcrum-border {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .breadcrum-border .col-md-5 {
        display: flex;
        justify-content: flex-end;
    }
    
    .filter-dropdown-wrapper {
        max-width: 220px;
        margin-left: auto;
    }
}

.sort-order {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* ===== CATEGORIES ===== */
.categories {
    display: flex;
    flex-wrap: wrap; /* allow new rows */
    gap: 60px;
    margin-top: 18px;
    background-color: var(--var-3-black);
    position: relative;
    text-align: center;
}

/* Category header style */
.catheader {
    font-size: 14pt; /* Header 14 points */
    font-weight: 700;
    margin-bottom: 16px;
    color: #1e1248;
}

/* Category/product list area (acts as main content) */
.catbody {
    flex: 1 1 0;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    background: none;
    border: none;
    margin-left: 70px;
    margin-top: 20px;
    max-width: 80% !important;
    padding: 0 0 18px 0;
    align-items: flex-start;
}

/* Product card style */
.featured-products-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

#featureContainer {
    scroll-behavior: smooth;
}

/* Individual product card */
.feature-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-outer {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    justify-content: safe center; /* ✅ Desktop only */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .feature-inner .proddiv {
        flex: 0 0 auto;
        width: 230px;
    }

.scroll-btn {
    background: transparent;
    border: none;
    color: var(--vu-purple, #2d1e75);
    font-size: 44px;
    padding: 6px 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

    .scroll-btn.left {
        left: calc((100% - 1200px) / 2 - 65px);
    }

    .scroll-btn.right {
        right: calc((100% - 1200px) / 2 - 65px);
    }


.proddiv {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px #0002;
    padding: 18px;
    text-align: center;
    width: 220px;
    transition: box-shadow 0.18s;
    justify-content: flex-start;
}

/* Inside layout */
.proddivinner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Image container */
.prodimg {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .prodimg img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Product name */
.prodname {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    /* Fix name height so line always starts at same position */
    .prodname .name {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: var(--vu-purple);
        min-height: 40px; /* 👈 tweak this height as needed */
        text-align: center;
        overflow: hidden;
    }

    /* Price block with line above it */
    .prodname .price {
        position: relative;
        font-weight: bold;
        font-size: 16px;
        color: var(--vu-purple);
        padding-top: 12px;
        margin-top: 0; /* remove any gap from inconsistent spacing */
        width: 100%;
    }

        .prodname .price::before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: var(--vu-purple); /* dark purple */
            margin-bottom: 10px;
            border-radius: 1px;
        }

/* Category icon cards (subcategories) */
.catdiv,
.catdiv.catdivtext {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px #0002;
    padding: 18px;
    text-align: center;
    width: 170px;
    margin-right: 20px;
    margin-bottom: 28px;
    display: inline-block;
    vertical-align: top;
    transition: box-shadow 0.18s;
}

.catdivinner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catdiv img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 10px;
}

.cattilename {
    font-weight: 600;
    color: #22185e;
    font-size: 12pt; /* Sub heading 12 points */
    margin-top: 6px;
}

/* Breadcrumb style */
.breadcrumb {
    background: none;
    padding-left: 0;
    margin-bottom: 14px;
}

.breadcrum-border {
    border-bottom: solid 2px var(--vu-aubergine);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #1e1248;
    padding: 0 6px;
}

.breadcrumb-item.active {
    color: var(--vu-aubergine, #1E1248);
    font-size: 12pt; /* Sub heading 12 points */
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.016px;
}

/* Left Menu */
.left-menu {
    min-width: 200px;
    max-width: 220px;
    margin-right: 36px;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .category-list .catitem {
        background: #fff;
        border-radius: 10px;
        font-weight: 600;
        font-size: 1.09rem;
        color: #1e1248;
        padding: 12px 22px;
        margin-bottom: 8px;
        cursor: pointer;
        border: none;
        text-align: left;
        box-shadow: 0 2px 7px #0001;
        transition: background 0.14s, color 0.14s;
    }

        .category-list .catitem.selected,
        .category-list .catitem:active {
            background: #5BC2E7;
            color: #fff;
        }

.cat-accordion {
    margin-top: 32px !important;
}

    .cat-accordion .list-group {
        margin-top: 0;
    }

    .cat-accordion .list-group-item {
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 3px;
        padding: 4px 0 4px 0;
        color: #1E1348 !important;
        font-weight: 500;
        font-size: 16px;
        box-shadow: none;
        display: flex;
        align-items: center;
        min-height: 34px;
        transition: color 0.13s;
    }

        .cat-accordion .list-group-item.selected {
            background: #1E1348 !important;
            color: #fff !important;
            font-weight: 700;
            border-radius: 18px !important;
            padding-left: 18px;
            padding-right: 18px;
        }

        .cat-accordion .list-group-item:not(.selected):hover {
            color: #4e3c8f !important;
            background: none !important;
        }

        .cat-accordion .list-group-item .catname {
            flex: 1 1 auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .cat-accordion .fa-chevron-down {
        font-size: 1em;
        margin-left: 7px;
        color: inherit;
    }

/* ===== LOGIN PAGE ===== */
.vu-login-wrapper {
    margin: 60px auto 0 auto;
    max-width: 900px;
    background: none;
    min-height: 400px;
}

.login-form-col {
    background: none;
    padding: 28px 18px 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-title {
    font-size: 14pt; /* Header 14 points */
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--vu-aubergine);
}

.login-form-inner {
    width: 100%;
}

.vu-login-input {
    border-radius: 18px !important;
    border: 1.3px solid #cfc7e6 !important;
    padding: 10px 16px !important;
    font-size: 10pt; /* Body copy 10 points */
    color: #1E1348;
    background: #fff !important;
    margin-bottom: 14px;
    width: 100%;
    box-shadow: none !important;
    outline: none;
    transition: border-color 0.18s;
}

    .vu-login-input:focus {
        border-color: #1E1348;
    }

.password-group {
    position: relative;
    width: 100%;
}

.password-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #666;
    font-size: 1.13rem;
}

.vu-btn-melon {
    background: var(--vu-melon) !important;
    color: var(--vu-aubergine) !important;
    border-radius: 22px;
    border: none;
    padding: 7px 22px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    transition: background 0.18s;
}

    .vu-btn-melon:hover {
        background: #e65c4a !important;
    }

.form-check-label, .form-check-input {
    cursor: pointer;
    font-size: 0.98rem;
    color: #1E1348;
}

.forgot-link {
    color: #0C71AC;
    font-size: 0.98rem;
    text-decoration: underline;
    margin-left: 8px;
    margin-top: 2px;
}

    .forgot-link:hover {
        color: #1E1348;
    }

.login-info-col {
    padding: 28px 0 28px 32px;
    background: none;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.login-info-box {
    background: none;
    color: #1E1348;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.48;
    max-width: 350px;
}

.vu-login-btn-create {
    background: #1E1248 !important;
    color: #fff !important;
    border-radius: 22px;
    border: none;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    margin-top: 16px;
    transition: background 0.18s;
}

    .vu-login-btn-create:hover {
        background: #241e4e !important;
    }

.form-row {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 16px;
}

.form-check {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    min-height: unset !important;
    margin-left: 8px;
    font-weight: 400;
}

.faq-question-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px; /* vertical spacing between items */
}

    .faq-question-links li {
        margin-bottom: 0 !important;
        background: transparent !important;
    }

    .faq-question-links > li {
        display: inline-block !important;
    }

        .faq-question-links > li > a {
            display: inline-block !important;
            width: 220px !important; /* fixed width */
            padding: 8px 16px !important;
            text-decoration: none !important;
            color: #2d2150 !important; /* dark purple */
            font-weight: 400 !important; /* normal weight by default */
            font-size: 14px !important; /* smaller text */
            border-radius: 999px !important;
            background-color: transparent !important;
            transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.2s ease !important;
            text-align: left !important;
        }

            /* Hover and Focus */
            .faq-question-links > li > a:hover,
            .faq-question-links > li > a:focus {
                background-color: #2d2150 !important; /* dark purple */
                color: #ffffff !important;
                font-weight: 600 !important; /* bold on hover */
            }

        /* Selected */
        .faq-question-links > li.selected > a {
            background-color: #2d2150 !important;
            color: #ffffff !important;
            font-weight: 600 !important;
        }

.form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: 0;
    vertical-align: middle;
    accent-color: #1E1348;
}

.form-check-label {
    margin: 0;
    padding: 0;
    color: #1E1348 !important;
    font-size: 16px;
    font-weight: 400 !important;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
}

.zsbtn {
    background-color: #1E1348 !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    min-width: 100px !important;
    padding: 6px 16px !important; /* ↓ smaller height */
    font-size: 14px !important;
    line-height: 1.5 !important; /* ↓ vertical spacing */
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    /* Optional hover state */
    .zsbtn:hover {
        background-color: #1e1248;
    }

/* ===== REGISTRATION ===== */
.registrationcontainer {
    max-width: 950px;
    margin: 38px auto 0 auto;
    background: none;
    padding-bottom: 40px;
    font-family: inherit;
}

    /* === Headings === */
    .page-header h2,
    .registrationcontainer h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--vu-purple);
    }

.rego-header {
    color: var(--vu-purple);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

/* === Labels === */
.registrationcontainer label.control-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--vu-grey);
    margin-bottom: 6px;
    display: inline-block;
}

/* === Inputs & Selects === */
.registrationcontainer .form-control,
.registrationcontainer select.form-control {
    background-color: #fff !important;
    border: 1.3px solid var(--vu-purple-light) !important;
    border-radius: 18px !important;
    color: var(--vu-purple) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px !important;
    height: 40px !important;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

    .registrationcontainer .form-control:focus,
    .registrationcontainer select.form-control:focus {
        border-color: var(--vu-purple) !important;
        box-shadow: 0 0 0 1px rgba(30, 19, 72, 0.08);
    }

/* === Custom Dropdown Arrow === */
.registrationcontainer select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%231E1348' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    padding-right: 40px !important;
}

/* IE default arrow */
select::-ms-expand {
    display: none;
}

/* Disabled Inputs */
.registrationcontainer .form-control:disabled,
.registrationcontainer select.form-control:disabled {
    background-color: #e7e4ee !important;
    color: #8a829c !important;
    border-color: var(--vu-purple-light) !important;
}

/* Read-only */
.registrationcontainer .form-control[readonly] {
    background-color: #f6f6f6 !important;
}

/* === Password Criteria === */
.rego-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2px; /* Reduced spacing between rules */
    margin-top: 10px;
    max-width: 500px;
}

.rego-rule {
    display: inline-block !important;
    width: fit-content !important; /* ✅ Only as wide as the content */
    max-width: none !important; /* ✅ Remove inherited constraint */
    padding: 6px 10px !important;
    border-radius: 999px !important;
    color: #1e1348 !important;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap !important;
}

    /* Optional: remove extra margin between blocks */
    .rego-rule + .rego-rule {
        margin-left: 0; /* override inline-block spacing if any */
    }

/* Button alignment — restrict width of column if needed */
.registrationcontainer .btn-primary {
    margin-left: 0 !important;
}

/* === Error States === */
.registrationcontainer .field-validation-error,
.registrationcontainer .text-danger {
    color: var(--vu-alert) !important;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: -4px;
}

.registrationemailvalidationerror {
    color: var(--vu-alert) !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: -4px;
}

/* === Checkbox === */
.registrationcontainer input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: var(--vu-purple);
    vertical-align: middle;
    margin-top: 0;
}

.registrationcontainer .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: var(--vu-purple);
    margin-top: 4px;
}

/* === Buttons === */
.registrationcontainer .btn-primary,
.registrationcontainer .btn-lg.btn-primary {
    background-color: var(--vu-melon) !important;
    color: var(--vu-purple) !important;
    border-radius: 999px !important;
    border: none !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 600;
    box-shadow: none !important;
    margin-top: 16px;
    transition: background-color 0.2s ease;
}

    .registrationcontainer .btn-primary:hover {
        background-color: var(--vu-melon-hover) !important;
    }

    .registrationcontainer .btn-primary:disabled {
        background-color: var(--vu-melon-disabled) !important;
        cursor: not-allowed;
    }

/* === Utility === */
.registrationcontainer .form-group {
    margin-bottom: 16px;
}

    .registrationcontainer .form-group .asterisk {
        color: var(--vu-alert);
        font-size: 1em;
        margin-left: 2px;
        font-weight: 700;
        vertical-align: top;
    }

.registrationcontainer .clearfix {
    clear: both;
}

.registrationcontainer .form-control::placeholder {
    color: #a39eb3;
    font-style: italic;
}

/* Campus Dropdown */
/*.vu-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.vu-dropdown {
    width: 100%;
    border-radius: 20px;
    padding-right: 40px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1.5px solid #32215a;
    color: #32215a;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
}

.vu-dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #32215a;
    pointer-events: none;
}

.vu-dropdown:focus {
    outline: none;
    border-color: #32215a;
}*/

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .vu-header-top {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        min-height: 0;
    }

        .vu-header-top .container {
            flex-direction: column;
            gap: 12px;
            min-height: unset;
            padding: 0;
        }

    .vu-header-search,
    .search-area {
        margin: 0;
        min-width: 140px;
        max-width: 100%;
        flex: 1;
    }
    
    /* Ensure alignment of search and login */
    .vu-header-actions,
    .top-nav-menu {
        margin-bottom: 0;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        align-items: center;
    }
    
    .vu-header-login {
        flex-shrink: 0;
    }
    
    /* Make sure search input and login button have same height */
    .vu-search-input,
    #ProductSearchInput.vu-search-input,
    .vu-login-btn {
        height: 38px;
    }
    .faq-question-links > li {
        display: block !important;
        width: 100% !important;
    }

        .faq-question-links > li > a {
            width: 100% !important;
            text-align: left !important;
            padding: 10px 16px !important;
        }

    .nav-expander-cart {
        margin-left: 10px;
    }
}

@media (max-width: 900px) {
    .vu-header-categories {
        gap: 18px;
        font-size: 0.95rem;
    }

    .vu-header-top {
        padding: 8px 10px 8px 10px;
    }

        .vu-header-top .container {
            flex-direction: column;
            gap: 12px;
            min-height: unset;
            padding: 0;
        }

    .search-area,
    .vu-header-search {
        margin: 0;
        min-width: 140px;
        max-width: 100%;
        flex: 1;
    }
    
    /* Keep elements aligned */
    .vu-header-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    footer .social-icons {
        flex-wrap: wrap !important;
    }

    .categories, .catbody {
        flex-direction: column;
        gap: 10px;
    }

    .proddiv, .catdiv {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 18px auto;
    }

    .categories {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .left-menu {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 14px !important;
    }

    .catbody {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .filter-dropdown-wrapper {
        width: 100%;
        justify-content: flex-end !important;
        margin-bottom: 10px;
    }

    .sort-order {
        justify-content: flex-end !important;
    }

    .vu-login-wrapper .row {
        flex-direction: column;
    }

    .login-form-col, .login-info-col {
        padding: 22px 10px;
        min-width: unset;
        align-items: flex-start;
    }

    .login-info-col {
        margin-top: 0;
    }

    .registrationcontainer {
        padding: 0 10px 20px 10px;
    }

        .registrationcontainer .row {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start; /* top align columns */
            gap: 20px;
        }
}

@media (max-width: 768px) {
    .vu-header-top {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        min-height: 0;
    }

        .vu-header-top .container {
            flex-direction: column;
            gap: 10px;
            min-height: unset;
            padding: 0;
        }

    .vu-logo {
        height: 34px;
    }

    .vu-brand-text {
        font-size: 16px;
        margin-left: 6px;
    }
    
    /* Ensure proper flexbox layout for actions */
    .vu-header-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .vu-header-search,
    .search-area {
        min-width: 100px;
        margin: 0;
        max-width: calc(100% - 150px);
        flex: 1;
    }

    .vu-search-input,
    #ProductSearchInput.vu-search-input {
        width: 100%;
        font-size: 0.92rem;
        height: 36px;
    }
    
    .vu-login-btn {
        height: 36px;
        padding: 7px 14px;
        font-size: 14px !important;
    }

    .vu-login-btn {
        padding: 7px 18px;
        font-size: 16px !important;
        font-weight: bold;
        color: var(--white);
    }

    .vu-header-categories {
        gap: 10px;
        font-size: 0.92rem;
    }

    footer .app-links img {
        height: 32px;
    }

    .vu-subfooter {
        height: 68px;
        min-height: 68px;
    }

    .vu-page-wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .vu-main-content {
        flex: 1 0 auto;
    }

    footer.bg-black {
        color: var(--white);
        padding: 40px 0 0 0;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        font-weight: 400;
        border: none;
        border-bottom: none;
        flex-shrink: 0;
    }

    .vu-subfooter {
        flex-shrink: 0;
    }

    footer a,
    footer .vu-footer-info a,
    footer .list-unstyled a,
    footer .social-icons a {
        color: #fff !important;
        text-decoration: none !important;
    }

        footer a:hover,
        footer .vu-footer-info a:hover,
        footer .list-unstyled a:hover,
        footer .social-icons a:hover {
            color: #fff !important;
            text-decoration: none !important;
        }

    .registrationcontainer {
        max-width: 100%;
        padding: 0 2vw 20px 2vw;
    }

        .registrationcontainer .row {
            margin-bottom: 8px;
        }

        .registrationcontainer .form-group {
            margin-bottom: 8px;
        }
}

@media (max-width: 650px) {
    .vu-footer-info {
        flex-direction: column;
        gap: 20px;
    }

    .vu-footer-info-col {
        min-width: 0;
    }

    .feature-outer {
        max-width: calc(220px * 1.5); /* show 1.5 cards */
        overflow-x: auto;
    }

    .feature-inner {
        justify-content: flex-start; /* left-align on mobile */
        padding-left: 10px;
    }
        .feature-inner::-webkit-scrollbar {
            display: none;
        }
        .feature-inner .proddiv {
            flex: 0 0 auto; /* ✅ Prevent resizing */
            width: 220px;
        }

    .scroll-btn.left {
        left: -5px; /* Adjust to visually align */
    }

    .scroll-btn.right {
        right: -5px;
    }
   
}

/* Mobile: categories stacked */
@media (max-width: 768px) {
    .vu-header-categories {
        display: block;
    }

        .vu-header-categories li {
            display: block;
            width: 100%;
        }
}

/* Disable hover colour change */
.vu-header-categories a:hover,
.vu-header-categories a:focus {
    color: inherit;
    text-decoration: none;
    background: transparent;
}

/* ===== END VU SHOP BRAND CSS - CLEANED VERSION ===== */
/* === PRODUCT DETAIL PAGE FIX === */

.product-detail-container {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

    .product-detail-container .product-image {
        flex: 0 0 40%;
        max-width: 400px;
    }

    .product-detail-container .product-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

.product-info .product-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--vu-aubergine);
}

.product-info .product-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--vu-aubergine);
}

.product-info .product-description {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.product-info .product-features {
    font-size: 14px;
    color: #555;
}

.product-info .product-meta {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

/* Table inside product page styled */
.product-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

    .product-detail-table th,
    .product-detail-table td {
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .product-detail-table th {
        background: #f8f9fa;
        font-weight: 600;
        color: #333;
    }

    .product-detail-table td {
        color: #555;
    }

/* Quantity input field */
.product-detail-qty {
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
}

/* Add to cart button */
.vu-btn-addtocart {
    display: inline-block;
    margin-top: 20px;
    background: var(--vu-melon);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .vu-btn-addtocart:hover {
        background: var(--vu-melon-hover);
    }

.featured-prod-title {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--vu-purple-light);
    font-weight: 600;
    border-radius: 30px;
    padding: 16px 0;
    margin: 30px auto; /* center horizontally and give spacing */
    width: 70%;
    font-size: 25px;
    text-align: center;
}

/*Cart */
.addressfields {
    background-color: var(--vu-aubergine) !important;
    color: white !important;
    border-radius: 20px;
    margin-top: 15px;
    margin-left:10px;
}

/* Related products section */
.related-prod-title {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vu-purple-light); /* or use #625a87 if variable not defined */
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 16px 0;
    margin: 50px auto; /* center horizontally and give spacing */
    width: 70%;
    font-size: 18px;
    text-align: center;
}

.related-products {
    padding: 20px;
    border: none !important;
}
    .related-products .related-prod-div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px; /* spacing between items */
        padding: 16px 0;
    }

    .related-products .vertical-align {
        display: flex;
        align-items: center; /* vertical centering */
        justify-content: center; /* optional: horizontal centering */
    }

    .related-products .proddiv {
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 16px;
        padding: 16px;
        text-align: center;
        width: 200px;
    }

    .related-products .proddivinner {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background: none;
    }

    .related-products .prodimg img {
        max-width: 100%;
        height: auto;
    }

    .related-products .prodname {
        margin-top: 12px;
    }

        .related-products .prodname .price {
            font-weight: 700;
            color: var(--vu-purple);
        }

        .related-products .prodname .name {
            color: var(--vu-purple);
            font-size: 16px;
        }

    .related-products .related-title {
        background: var(--vu-aubergine);
        color: white;
        text-align: center;
        padding: 15px;
        font-size: 18px;
        font-weight: 600;
        border: none !important;
        border-radius: 50px;
        margin-bottom: 30px;
    }
/**/

/* === Force all product detail tables to have VU Shop Table Style === */

.product-detail-container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

    .product-detail-container table th {
        background-color: var(--vu-aubergine);
        color: white;
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        border-bottom: 1px solid #e0e0e0;
    }

    .product-detail-container table td {
        padding: 12px 15px;
        border-bottom: 1px solid #f0f0f0;
        vertical-align: middle;
        color: #555;
    }

    .product-detail-container table tr:last-child td {
        border-bottom: none;
    }

    .product-detail-container table td input {
        width: 60px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px;
    }

.product-detail-container .add-to-cart-btn {
    background: var(--vu-melon);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 25px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .product-detail-container .add-to-cart-btn:hover {
        background: var(--vu-melon-hover);
    }
    /*OVERWRITE THE BASE STYLING*/
.prod_det_col2{

}

/* ===== VUSHOP MODAL POPUP STYLING - Match ModalPopup.png ===== */

/* Override existing modal styles to match ModalPopup.png exactly */
.modal.vu-modal .modal-dialog {
    margin: 50px auto !important;
    width: auto !important;
    max-width: 450px !important;
}

.modal.vu-modal .modal-content {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    background: white !important;
    overflow: hidden !important;
}

.modal.vu-modal .modal-body {
    padding: 40px 30px 20px 30px !important;
    text-align: left !important;
    min-height: auto !important;
    display: block !important;
}

.modal.vu-modal .modal-footer {
    border-top: none !important;
    padding: 0 30px 40px !important;
    text-align: center !important;
    background: transparent !important;
}

/* Modal message styling to match ModalPopup.png */
.vu-modal-message {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.vu-modal-message.error {
    color: #ff0000 !important;
}

.vu-modal-message.success {
    color: var(--vu-aubergine) !important;
}

.vu-modal-message.warning {
    color: #ffa500 !important;
}

.vu-modal-message.info {
    color: var(--vu-aubergine) !important;
}

.vu-modal-message i {
    font-size: 24px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.vu-modal-message.error i {
    color: #ff0000 !important;
}

.vu-modal-message.success i {
    color: var(--vu-aubergine) !important;
}

.vu-modal-message.warning i {
    color: #ffa500 !important;
}

.vu-modal-message.info i {
    color: var(--vu-aubergine) !important;
}

.vu-modal-message span {
    flex: 1 !important;
    font-weight: 400 !important;
}

/* Modal buttons to match ModalPopup.png style */
.vu-modal-btn {
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    min-width: 100px !important;
    margin: 0 5px !important;
}

.vu-modal-btn.primary {
    background: var(--vu-aubergine) !important;
    color: white !important;
}

.vu-modal-btn.primary:hover {
    background: #2a1a5e !important;
    color: white !important;
    text-decoration: none !important;
}

.vu-modal-btn.secondary {
    background: #f8f9fa !important;
    color: var(--vu-aubergine) !important;
    border: 1px solid #e0e0e0 !important;
}

.vu-modal-btn.secondary:hover {
    background: #e9ecef !important;
    color: var(--vu-aubergine) !important;
    text-decoration: none !important;
}

/* Responsive modal */
@media (max-width: 768px) {
    .modal.vu-modal .modal-dialog {
        margin: 20px !important;
        max-width: calc(100% - 40px) !important;
    }
    
    .modal.vu-modal .modal-body {
        padding: 30px 20px 15px 20px !important;
    }
    
    .modal.vu-modal .modal-footer {
        padding: 0 20px 30px !important;
    }
    
    .vu-modal-message {
        font-size: 14px !important;
        gap: 12px !important;
    }
    
    .vu-modal-message i {
        font-size: 20px !important;
    }
    
    .vu-modal-btn {
        font-size: 13px !important;
        padding: 10px 20px !important;
        min-width: 80px !important;
    }
}

/* ===== END MODAL POPUP STYLING ===== */

/* ===== ORDER APPROVAL STYLES ===== */
.vu-page-header {
    background: var(--vu-aubergine);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.vu-page-header h2 {
    margin: 0;
    font-weight: 600;
}

.vu-order-approval-wrapper {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.vu-order-approval-container {
    width: 60%;
    max-width: 1100px;
    min-width: 300px;
}

.vu-order-approval-container {
    padding: 20px 0;
}

.vu-approval-section {
    margin-bottom: 40px;
}

.vu-section-title {
    color: var(--vu-aubergine);
    border-bottom: 2px solid var(--vu-aubergine);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.vu-approval-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.vu-approval-table thead {
    background: var(--vu-aubergine);
    color: white;
}

.vu-approval-table thead th {
    color: white;
    font-weight: 500;
    border-color: var(--vu-aubergine);
}

.vu-link {
    color: var(--vu-blue, #87ceeb);
    cursor: pointer;
    text-decoration: underline;
}

.vu-link:hover {
    color: var(--vu-aubergine);
}

.vu-pagination {
    margin-top: 20px;
    text-align: center;
}

.vu-order-details h4 {
    color: var(--vu-aubergine);
    margin-bottom: 15px;
}
.vu-order-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.vu-order-modal-content {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    position: relative;
}
.vu-order-modal-header {
    position: relative;
    background: #C5ECFF;
    padding: 10px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    text-align: center;
}

.vu-order-modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #002A5C;
}

.vu-order-meta-grid,
.vu-order-meta-grid * {
    text-align: left !important;
}
.vu-order-meta {
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 24px;
}
.vu-order-meta-grid {
    display: grid;
    grid-template-columns: 150px auto;
    row-gap: 10px;
    column-gap: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #2D245B;
}

.vu-meta-label {
    font-weight: bold;
    white-space: nowrap;
}

.vu-meta-value {
    white-space: pre-line;
}
    .vu-order-meta strong {
        display: inline-block;
        min-width: 110px;
        text-align: right;
        margin-right: 8px;
    }

.vu-order-items-section {
    margin-top: 20px;
}

.vu-order-items-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
}

.vu-header-rounded-row th {
    padding: 0;
    border: none;
}

.vu-header-rounded-cell {
    padding: 0;
    border: none;
}

.vu-table-header-rounded {
    background: #2D245B;
    border-radius: 20px 20px 0 0;
    padding: 12px 16px;
}

.vu-table-header-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: white;
    font-weight: 600;
    gap: 16px;
}

.vu-order-totals {
    font-size: 14px;
    color: #333;
    margin-bottom: 32px;
    padding: 0 8px;
}

.vu-order-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.vu-order-total-final {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.vu-order-close {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

    .vu-order-close button {
        font-weight: bold;
        padding: 8px 32px;
        font-size: 16px;
        background-color: #2D245B;
        color: white;
        border: none;
        border-radius: 24px;
    }


.vu-order-meta {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #333;
}

.vu-order-items-section {
    margin-top: 20px;
}

.vu-order-items-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 20px;
}

    .vu-order-items-table th {
        background: #2D245B;
        color: white;
        text-align: left;
        padding: 12px;
    }

    .vu-order-items-table td {
        padding: 10px 12px;
        border-bottom: 1px solid #f0f0f0;
    }

.vu-order-totals {
    border-top: 1px solid #ddd;
    padding-top: 16px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.vu-order-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.vu-order-total-final {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.vu-order-close {
    text-align: right;
}


/* Approval/Reject buttons */
.vu-approval-table .btn-success {
    background: #28a745;
    border: none;
}

.vu-approval-table .btn-success:hover {
    background: #218838;
}

.vu-approval-table .btn-danger {
    background: var(--vu-melon);
    border: none;
}

.vu-approval-table .btn-danger:hover {
    background: #e55353;
}

/* ===== END ORDER APPROVAL STYLES ===== */

/* ===== ORDER CONFIRMATION APPROVAL MESSAGE ===== */
.vu-order-confirm-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.vu-approval-message {
    background: #f9f9f9;
    border: 1px solid #662D91;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.vu-approval-message p {
    margin-bottom: 15px;
}

.vu-approval-message p:last-child {
    margin-bottom: 0;
}

.vu-approval-message strong {
    font-size: 16px;
}

.vu-approval-message a {
    color: #662D91;
    text-decoration: underline;
}

.vu-approval-message a:hover {
    color: #4a1f68;
}
/* ===== END ORDER CONFIRMATION APPROVAL MESSAGE ===== */

/* Hide on desktop */
.mobile-only {
    display: none;
}

/* Show only on screens <= 768px */
@media (max-width: 768px) {
    .mobile-only {
        display: inline;
    }
}
/** Overwrite Main  **/
.alert .alert-danger .text-center{
    color: var(--vu-aubergine);
}



/* Center the navbar menu on desktop only */
@media (min-width: 768px) {
    .vu-header-nav .navbar-nav {
        float: none;
        display: table;
        margin: 0 auto;
        table-layout: fixed;
    }

    .vu-header-nav .navbar-collapse {
        text-align: center;
    }

    .vu-header-nav .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}

/* ===== ENHANCED MOBILE RESPONSIVENESS ===== */
@media (max-width: 768px) {
    /* Fix double logo issue - hide desktop logo on mobile */
    .vu-header-brand {
        display: block !important;
    }
    
    /* Ensure proper mobile header layout */
    .vu-header-top {
        padding: 10px 15px;
    }
    
    .vu-header-top .container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    
    /* Adjust logo size for mobile */
    .vu-header-brand .vu-logo {
        height: 40px;
    }
    
    /* Mobile header actions */
    .vu-header-actions {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        margin-left: auto;
    }
    
    /* Hide search on mobile - can be toggled if needed */
    .vu-header-search {
        display: none;
    }
    
    /* Compact login button */
    .vu-header-login .vu-login-btn {
        padding: 8px;
        font-size: 20px;
    }
    
    .vu-header-login .vu-login-btn span {
        display: inline-block !important;
    }
    
    /* Cart styling */
    .vu-header-cart .vu-cart-link {
        padding: 8px;
        font-size: 20px;
    }
    
    /* Navigation bar adjustments */
    .vu-header-nav {
        margin-bottom: 0;
        min-height: auto;
    }
    
    .vu-header-nav .navbar-header {
        margin: 0;
    }
    
    .vu-header-nav .navbar-toggle {
        margin: 8px 15px;
        padding: 8px 10px;
    }
    
    /* Ensure content is properly padded */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Forms and inputs */
    .form-control {
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    /* Buttons */
    .btn, .vu-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-height: 44px; /* Touch-friendly size */
    }
    
    /* Product grids */
    .vu-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
    }
    
    /* Product cards */
    .vu-product-card {
        padding: 10px;
    }
    
    .vu-product-card .vu-product-image {
        height: 150px;
    }
    
    .vu-product-card .vu-product-name {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .vu-product-card .vu-product-price {
        font-size: 16px;
    }
    
    /* Tables */
    .table-responsive {
        border: 0;
        margin-bottom: 15px;
    }
    
    .table-responsive table {
        margin-bottom: 0;
    }
    
    /* Cart page */
    .cart-item-mobile {
        display: block;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 10px;
    }
    
    /* Checkout forms */
    .checkout-form .form-group {
        margin-bottom: 15px;
    }
    
    /* Modals */
    .modal-dialog {
        margin: 10px;
        width: calc(100% - 20px);
    }
    
    .modal-body {
        padding: 15px;
    }
    
    /* Footer */
    .vu-footer {
        padding: 30px 15px;
    }
    
    .vu-footer .footer-section {
        margin-bottom: 30px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    /* Even smaller logo */
    .vu-header-brand .vu-logo {
        height: 35px;
    }
    
    /* Single column product grid */
    .vu-product-grid {
        grid-template-columns: 1fr;
    }
    
    /* Smaller fonts */
    body {
        font-size: 14px;
    }
    
    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }
    
    /* Compact buttons */
    .btn-sm {
        padding: 8px 12px;
        font-size: 12px;
    }
}
.padding-top-30{
    padding-top:30px;
}
.left-align{
    text-align:left !important;
}

.vu-rejection-comment-text {
    font-size: 12px !important;
    text-align: left !important;
}
.vu-myaccount {
font-size:10pt !important;
font-weight:800 !important;
}
.vu-footer-copyright a:link,
.vu-footer-copyright a:visited {
    color: white !important; 
}