/*
|--------------------------------------------------------------------------
| VUNJABEI MARKET - EXACT MOBILE HOMEPAGE
|--------------------------------------------------------------------------
| IMPORTANT:
| This stylesheet intentionally affects ONLY screens below 768px.
| Desktop 768px+ remains untouched.
|--------------------------------------------------------------------------
*/

.vj-mobile-bottom-nav,
.vj-mobile-menu-button {
    display: none;
}

@media screen and (max-width: 767px) {

    /* =========================================================
       MOBILE BASE
       ========================================================= */

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    body {
        padding-bottom: 78px !important;
        background: #ffffff !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    img {
        max-width: 100%;
    }

    /* =========================================================
       TOP LOCATION BAR
       ========================================================= */

    .vj-pro-topbar {
        min-height: 42px !important;
        height: 42px !important;
        background: #00513f !important;
        box-shadow: none !important;
    }

    .vj-pro-topbar-inner {
        width: 100% !important;
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 14px !important;
        justify-content: center !important;
    }

    .vj-pro-topbar-left {
        display: none !important;
    }

    .vj-pro-shopping-location {
        width: 100% !important;
        justify-content: center !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        gap: 6px !important;
    }

    .vj-pro-shopping-location > svg {
        width: 16px !important;
        height: 16px !important;
    }

    .vj-pro-shopping-location strong {
        color: #42d7a9 !important;
        font-weight: 800 !important;
    }

    /* =========================================================
       MAIN MOBILE HEADER
       ========================================================= */

    .vj-pro-main {
        background: #ffffff !important;
        border-bottom: 1px solid #e5ebe8 !important;
        box-shadow: none !important;
    }

    .vj-pro-main-inner {
        width: calc(100% - 24px) !important;
        min-height: 0 !important;
        padding: 12px 0 13px !important;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 42px 42px 42px !important;
        grid-template-rows: 50px 55px !important;

        gap: 9px !important;
        align-items: center !important;
    }

    /* =========================================================
       EXACT SAME FOOTER LOGO
       ========================================================= */

    .vj-pro-logo {
        grid-column: 1 !important;
        grid-row: 1 !important;

        width: auto !important;
        max-width: 145px !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
    }

    .vj-pro-logo img {
        display: block !important;
        width: auto !important;
        max-width: 142px !important;
        max-height: 51px !important;
        object-fit: contain !important;
    }

    /* =========================================================
       ACCOUNT / CART ICONS
       ========================================================= */

    .vj-pro-action {
        width: 42px !important;
        min-height: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .vj-pro-action-icon {
        width: 42px !important;
        height: 42px !important;
        background: #edf8f4 !important;
        border-radius: 50% !important;
    }

    .vj-pro-action-icon svg {
        width: 23px !important;
        height: 23px !important;
    }

    .vj-pro-action-label {
        display: none !important;
    }

    .vj-pro-action-separator {
        display: none !important;
    }

    .vj-pro-cart-badge {
        min-width: 21px !important;
        width: 21px !important;
        height: 21px !important;
        padding: 0 !important;
        top: -4px !important;
        right: -4px !important;
        border-width: 2px !important;
        font-size: 9px !important;
    }

    /* =========================================================
       MOBILE MENU BUTTON
       ========================================================= */

    .vj-mobile-menu-button {
        grid-column: 4 !important;
        grid-row: 1 !important;

        width: 42px !important;
        height: 42px !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #edf8f4 !important;
        color: #00513f !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 !important;
        cursor: pointer !important;
    }

    .vj-mobile-menu-button svg {
        width: 24px !important;
        height: 24px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
    }

    /* =========================================================
       SEARCH BAR
       ========================================================= */

    .vj-pro-search {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;

        width: 100% !important;
        margin: 0 !important;
    }

    .vj-pro-search-field {
        width: 100% !important;
        height: 55px !important;

        padding: 4px !important;

        border-radius: 13px !important;
        border: 1px solid #d8e2df !important;

        box-shadow:
            0 2px 9px rgba(0,70,55,.045) !important;
    }

    .vj-pro-search-icon {
        width: 22px !important;
        height: 22px !important;

        margin-left: 13px !important;
        margin-right: 8px !important;
    }

    .vj-pro-search-field input {
        min-width: 0 !important;
        height: 100% !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .vj-pro-search-field input::placeholder {
        font-size: 14px !important;
        color: #697673 !important;
    }

    .vj-pro-search-button {
        width: 47px !important;
        min-width: 47px !important;
        height: 47px !important;

        padding: 0 !important;
        border-radius: 10px !important;

        background: #ef233c !important;
    }

    .vj-pro-search-button span {
        display: none !important;
    }

    .vj-pro-search-button svg {
        width: 22px !important;
        height: 22px !important;
    }

    /* =========================================================
       HOMEPAGE CONTENT
       ========================================================= */

    main {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* =========================================================
       HERO
       ========================================================= */

    .vj-mockup-hero {
        width: calc(100% - 24px) !important;
        margin: 12px auto 0 !important;

        min-height: 0 !important;
        height: 228px !important;

        border-radius: 17px !important;
        overflow: hidden !important;

        position: relative !important;
    }

    .vj-hero-pattern {
        opacity: .42 !important;
    }

    .vj-hero-photo {
        position: absolute !important;

        width: 58% !important;
        height: 100% !important;

        left: auto !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;

        object-fit: cover !important;
        object-position: center !important;
    }

    .vj-hero-overlay {
        position: absolute !important;
        inset: 0 !important;

        background:
            linear-gradient(
                90deg,
                rgba(0,79,63,.99) 0%,
                rgba(0,79,63,.95) 39%,
                rgba(0,79,63,.62) 63%,
                rgba(0,79,63,.12) 100%
            ) !important;
    }

    .vj-hero-content {
        position: relative !important;
        z-index: 3 !important;

        min-height: 228px !important;
        height: 228px !important;

        padding: 19px 17px !important;

        display: flex !important;
        align-items: center !important;
    }

    .vj-hero-copy {
        width: 65% !important;
        max-width: 65% !important;
    }

    .vj-hero-eyebrow {
        font-size: 10px !important;
        line-height: 1.2 !important;

        margin-bottom: 7px !important;
        letter-spacing: .3px !important;
    }

    .vj-hero-copy h1,
    .vj-mockup-hero h1 {
        font-size: 24px !important;
        line-height: 1.03 !important;

        margin: 0 0 8px !important;

        letter-spacing: -.45px !important;
    }

    .vj-hero-copy p {
        font-size: 11px !important;
        line-height: 1.35 !important;

        margin: 0 0 11px !important;
    }

    .vj-hero-benefits {
        gap: 5px !important;
        margin-bottom: 12px !important;
        flex-wrap: wrap !important;
    }

    .vj-hero-benefits > * {
        font-size: 9px !important;
    }

    .vj-hero-actions {
        display: flex !important;
        gap: 6px !important;
    }

    .vj-hero-actions a,
    .vj-hero-actions button {
        min-height: 37px !important;
        height: 37px !important;

        padding: 0 13px !important;

        font-size: 11px !important;
        font-weight: 800 !important;

        border-radius: 9px !important;
    }

    /* =========================================================
       OUTLET SELECTOR
       ========================================================= */

    .vj-outlet-selector {
        width: calc(100% - 24px) !important;
        margin: 20px auto 0 !important;
    }

    .vj-outlet-intro {
        margin-bottom: 10px !important;
    }

    .vj-outlet-intro h2 {
        font-size: 19px !important;
        line-height: 1.2 !important;
    }

    .vj-outlet-intro p {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .vj-outlet-cards {
        width: 100% !important;

        display: flex !important;
        gap: 10px !important;

        overflow-x: auto !important;
        padding-bottom: 6px !important;

        scrollbar-width: none !important;
    }

    .vj-outlet-cards::-webkit-scrollbar {
        display: none !important;
    }

    .vj-outlet-card {
        flex: 0 0 160px !important;
        min-width: 160px !important;
    }

    /* =========================================================
       GENERAL MOBILE CONTAINERS
       ========================================================= */

    .container,
    .container-fluid,
    .storefront-container {
        width: calc(100% - 24px) !important;
        max-width: none !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* =========================================================
       CATEGORY SECTIONS
       ========================================================= */

    .categories-grid,
    .category-grid,
    .storefront-categories-grid,
    .home-categories-grid {
        width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

        gap: 13px 7px !important;
    }

    .category-card,
    .category-item {
        min-width: 0 !important;
    }

    .category-card img,
    .category-item img {
        width: 54px !important;
        height: 54px !important;

        border-radius: 50% !important;

        object-fit: cover !important;
    }

    .category-card h3,
    .category-card span,
    .category-item span {
        display: block !important;

        font-size: 10px !important;
        line-height: 1.2 !important;

        margin-top: 5px !important;
    }

    /* =========================================================
       PRODUCT GRID
       ========================================================= */

    .products-grid,
    .product-grid,
    .featured-products-grid,
    .home-products-grid {
        width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 10px !important;
    }

    .product-card {
        width: 100% !important;
        min-width: 0 !important;

        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .product-card img {
        width: 100% !important;
        max-height: 145px !important;
        object-fit: contain !important;
    }

    .product-card h3,
    .product-card .product-name {
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    .product-card .price,
    .product-card .product-price {
        font-size: 15px !important;
    }

    .product-card button,
    .product-card .add-to-cart {
        width: 100% !important;
        min-height: 37px !important;

        padding: 0 8px !important;

        font-size: 11px !important;
        border-radius: 8px !important;
    }

    /* =========================================================
       HEADINGS
       ========================================================= */

    h1 {
        font-size: 25px !important;
        line-height: 1.12 !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    p {
        font-size: 13px;
        line-height: 1.45;
    }

    /* =========================================================
       FOOTER MOBILE
       ========================================================= */

    .vj-exact-footer {
        padding-bottom: 92px !important;
    }

    /* =========================================================
       MOBILE BOTTOM NAVIGATION
       ========================================================= */

    .vj-mobile-bottom-nav {
        position: fixed !important;
        z-index: 99999 !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 100% !important;
        height: 76px !important;

        padding:
            6px
            7px
            max(6px, env(safe-area-inset-bottom))
            !important;

        background: rgba(255,255,255,.98) !important;

        border-top: 1px solid #e1e9e6 !important;

        box-shadow:
            0 -4px 18px rgba(0,55,45,.10) !important;

        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;

        align-items: stretch !important;
    }

    .vj-mobile-bottom-nav a {
        min-width: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 3px !important;

        padding: 5px 2px !important;

        color: #53645f !important;
        background: transparent !important;

        border-radius: 13px !important;

        text-decoration: none !important;

        font-size: 10px !important;
        font-weight: 700 !important;

        transition:
            background .15s ease,
            color .15s ease !important;
    }

    .vj-mobile-bottom-nav a.active {
        color: #00513f !important;
        background: #e8f8f3 !important;
    }

    .vj-mobile-bottom-nav a:active {
        transform: scale(.96);
    }

    .vj-mobile-bottom-nav svg {
        width: 23px !important;
        height: 23px !important;

        fill: none !important;
        stroke: currentColor !important;

        stroke-width: 1.9 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .vj-mobile-bottom-nav .home-icon {
        fill: currentColor !important;
        stroke: none !important;
    }

    /* =========================================================
       MOBILE MENU PANEL
       ========================================================= */

    body.vj-mobile-menu-open {
        overflow: hidden !important;
    }

    body.vj-mobile-menu-open::before {
        content: "";
        position: fixed;

        z-index: 99990;

        inset: 0;

        background: rgba(0,35,28,.42);
    }

    body.vj-mobile-menu-open::after {
        content: "Home\\A\\A Categories\\A\\A Deals\\A\\A Local Stores\\A\\A Track Order\\A\\A My Account\\A\\A Help & Support";

        white-space: pre;

        position: fixed;

        z-index: 99991;

        top: 0;
        right: 0;

        width: min(310px, 86vw);
        height: 100vh;

        padding: 105px 26px 30px;

        background: #ffffff;

        color: #103a31;

        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;

        box-shadow: -10px 0 30px rgba(0,0,0,.12);
    }
}

/* =============================================================
   DESKTOP PROTECTION
   ============================================================= */

@media screen and (min-width: 768px) {
    .vj-mobile-bottom-nav,
    .vj-mobile-menu-button {
        display: none !important;
    }
}

/* ============================================================
   VUNJABEI MARKET - MOBILE SHOP V1
   Mobile only. Desktop remains untouched.
   ============================================================ */

@media screen and (max-width: 767px) {

    /* Shop page container */
    .v-shop-layout {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 14px 90px !important;
    }

    /* Hide desktop filter sidebar on mobile */
    .v-shop-sidebar {
        display: none !important;
    }

    .v-shop-main {
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Shop heading */
    .v-page-head {
        padding: 18px 14px 12px !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .v-page-head h1 {
        font-size: 24px !important;
        line-height: 1.15 !important;
        margin: 4px 0 6px !important;
        letter-spacing: -0.3px !important;
    }

    .v-page-head p {
        font-size: 13px !important;
        line-height: 1.45 !important;
        margin: 0 !important;
        color: #6b7773 !important;
    }

    .v-eyebrow {
        font-size: 10px !important;
        font-weight: 800 !important;
        letter-spacing: 1.1px !important;
    }

    /* Mobile shop toolbar */
    .v-shop-toolbar {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 12px 0 16px !important;
        margin: 0 !important;
        border: 0 !important;
    }

    .v-shop-toolbar > div {
        font-size: 13px !important;
        color: #68736f !important;
    }

    .v-shop-toolbar > div strong {
        color: #173f35 !important;
        font-size: 14px !important;
    }

    .v-shop-toolbar form {
        display: flex !important;
        width: 100% !important;
        gap: 8px !important;
        margin: 0 !important;
    }

    .v-shop-toolbar input[type="search"] {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        height: 44px !important;
        padding: 0 14px !important;
        border: 1px solid #dfe6e2 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        color: #20332e !important;
        font-size: 13px !important;
        outline: none !important;
        box-sizing: border-box !important;
    }

    .v-shop-toolbar input[type="search"]:focus {
        border-color: #2f7d62 !important;
        box-shadow: 0 0 0 3px rgba(47,125,98,.10) !important;
    }

    .v-shop-toolbar button {
        flex: 0 0 auto !important;
        height: 44px !important;
        padding: 0 17px !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: #1f684f !important;
        color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
    }

    /* Two-column product grid */
    .v-shop-main .v-product-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Product cards */
    .v-shop-main .v-product-card {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        overflow: hidden !important;
        background: #ffffff !important;
        border: 1px solid #e8ecea !important;
        border-radius: 16px !important;
        box-shadow: 0 4px 14px rgba(24,55,46,.06) !important;
    }

    .v-shop-main .v-product-image {
        display: block !important;
        width: 100% !important;
        height: 150px !important;
        overflow: hidden !important;
        background: #f4f6f4 !important;
        text-decoration: none !important;
    }

    .v-shop-main .v-product-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .v-shop-main .v-product-info {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        padding: 10px 10px 11px !important;
        min-width: 0 !important;
    }

    .v-shop-main .v-product-category {
        display: block !important;
        margin-bottom: 4px !important;
        color: #75827d !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        letter-spacing: .45px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .v-shop-main .v-product-info h3 {
        margin: 0 !important;
        min-height: 34px !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        color: #1d302a !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .v-shop-main .v-product-info h3 a {
        color: inherit !important;
        text-decoration: none !important;
    }

    .v-shop-main .v-product-bottom {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 7px !important;
        margin-top: 9px !important;
    }

    .v-shop-main .v-product-price {
        color: #1f684f !important;
        font-size: 15px !important;
        line-height: 1 !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }

    .v-shop-main .v-product-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 48px !important;
        height: 31px !important;
        padding: 0 10px !important;
        border-radius: 9px !important;
        background: #f0f6f3 !important;
        color: #1f684f !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
    }

    .v-shop-main .v-product-button:active {
        transform: scale(.97) !important;
    }

    /* Pagination */
    .v-pagination {
        width: 100% !important;
        margin: 22px 0 0 !important;
        padding-bottom: 10px !important;
        overflow-x: auto !important;
    }

    .v-pagination nav {
        min-width: max-content !important;
    }

    /* Empty state */
    .v-empty {
        margin: 15px 0 !important;
        padding: 42px 20px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #e8ecea !important;
        text-align: center !important;
    }

    .v-empty-icon {
        font-size: 42px !important;
    }

    .v-empty h2 {
        font-size: 20px !important;
        margin: 10px 0 5px !important;
    }

    .v-empty p {
        font-size: 13px !important;
        color: #75827d !important;
        margin: 0 !important;
    }
}

/* Slightly smaller phones */
@media screen and (max-width: 380px) {

    .v-shop-layout {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

    .v-shop-main .v-product-grid {
        gap: 9px !important;
    }

    .v-shop-main .v-product-image {
        height: 132px !important;
    }

    .v-shop-main .v-product-info {
        padding: 9px 9px 10px !important;
    }

    .v-shop-main .v-product-price {
        font-size: 14px !important;
    }

    .v-shop-main .v-product-button {
        min-width: 44px !important;
        padding: 0 8px !important;
    }
}


/* ============================================================
   VUNJABEI MARKET
   FINAL MOBILE HOMEPAGE HERO
   Reference: mobile-homepage-final.png
   MOBILE ONLY - desktop remains untouched
   ============================================================ */

@media screen and (max-width: 767px) {

    /* --------------------------------------------------------
       COMPACT HERO
       -------------------------------------------------------- */

    .vj-mockup-hero {
        position: relative !important;
        height: 405px !important;
        min-height: 405px !important;
        max-height: 405px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        background: #004d3d !important;
    }

    /* Food image sits on the right exactly like the mockup */
    .vj-hero-photo {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 67% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center right !important;
        opacity: 1 !important;
        transform: none !important;
        z-index: 1 !important;
    }

    /* Strong green fade over the food image */
    .vj-hero-overlay {
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        background:
            linear-gradient(
                90deg,
                rgba(0,77,61,1) 0%,
                rgba(0,77,61,.97) 28%,
                rgba(0,77,61,.82) 48%,
                rgba(0,77,61,.28) 73%,
                rgba(0,77,61,.05) 100%
            ) !important;
    }

    .vj-hero-pattern {
        position: absolute !important;
        inset: 0 !important;
        z-index: 3 !important;
        opacity: .18 !important;
        pointer-events: none !important;
    }

    /* Main hero content */
    .vj-hero-content {
        position: relative !important;
        z-index: 4 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 27px 18px 15px !important;
        box-sizing: border-box !important;
    }

    /* Text area */
    .vj-hero-copy {
        width: 63% !important;
        max-width: 63% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .vj-hero-eyebrow {
        display: inline-flex !important;
        align-items: center !important;
        height: 28px !important;
        padding: 0 11px !important;
        margin: 0 0 12px !important;
        border: 1px solid rgba(255,255,255,.48) !important;
        border-radius: 20px !important;
        color: #ffffff !important;
        font-size: 8px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: .8px !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .vj-hero-copy h1 {
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: clamp(25px, 7.5vw, 32px) !important;
        line-height: .96 !important;
        letter-spacing: -1px !important;
        font-weight: 900 !important;
    }

    .vj-hero-copy h1 span {
        color: #35e59a !important;
    }

    .vj-hero-copy p {
        margin: 13px 0 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        line-height: 1.42 !important;
        font-weight: 500 !important;
        max-width: 100% !important;
    }

    /* --------------------------------------------------------
       THREE FEATURE CARDS
       -------------------------------------------------------- */

    .vj-hero-benefits {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: auto 0 12px !important;
        padding: 0 !important;
    }

    .vj-hero-benefit {
        display: grid !important;
        grid-template-columns: 31px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 5px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #ffffff !important;
    }

    .vj-hero-benefit > svg,
    .vj-hero-benefit-icon,
    .vj-hero-benefit .icon {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        border-radius: 50% !important;
        padding: 7px !important;
        box-sizing: border-box !important;
        background: rgba(19,173,118,.35) !important;
        border: 1px solid rgba(255,255,255,.16) !important;
    }

    .vj-hero-benefit strong {
        display: block !important;
        margin: 0 !important;
        color: #ffffff !important;
        font-size: 8px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
        white-space: normal !important;
    }

    .vj-hero-benefit span {
        display: block !important;
        margin-top: 3px !important;
        color: rgba(255,255,255,.82) !important;
        font-size: 7px !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    /* --------------------------------------------------------
       SHOP NOW + EXPLORE CATEGORIES
       SIDE BY SIDE
       -------------------------------------------------------- */

    .vj-hero-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 9px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .vj-hero-actions a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 8px !important;
        border-radius: 11px !important;
        box-sizing: border-box !important;
        font-size: 11px !important;
        line-height: 1 !important;
        font-weight: 800 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .vj-hero-actions a:first-child {
        background: #ff2438 !important;
        border: 1px solid #ff2438 !important;
        color: #ffffff !important;
        box-shadow: 0 5px 14px rgba(255,36,56,.20) !important;
    }

    .vj-hero-actions a:last-child {
        background: rgba(0,77,61,.42) !important;
        border: 1px solid rgba(255,255,255,.78) !important;
        color: #ffffff !important;
    }

    /* --------------------------------------------------------
       420px AND BELOW
       -------------------------------------------------------- */

    @media screen and (max-width: 420px) {

        .vj-mockup-hero {
            height: 395px !important;
            min-height: 395px !important;
            max-height: 395px !important;
        }

        .vj-hero-content {
            padding: 24px 15px 14px !important;
        }

        .vj-hero-copy {
            width: 64% !important;
            max-width: 64% !important;
        }

        .vj-hero-copy h1 {
            font-size: 27px !important;
            line-height: .95 !important;
        }

        .vj-hero-copy p {
            font-size: 10.5px !important;
            line-height: 1.38 !important;
            margin-top: 11px !important;
        }

        .vj-hero-benefits {
            gap: 5px !important;
            margin-bottom: 10px !important;
        }

        .vj-hero-benefit {
            grid-template-columns: 27px minmax(0, 1fr) !important;
            gap: 4px !important;
        }

        .vj-hero-benefit > svg,
        .vj-hero-benefit-icon,
        .vj-hero-benefit .icon {
            width: 27px !important;
            height: 27px !important;
            min-width: 27px !important;
            padding: 6px !important;
        }

        .vj-hero-benefit strong {
            font-size: 7.5px !important;
        }

        .vj-hero-benefit span {
            font-size: 6.5px !important;
        }

        .vj-hero-actions a {
            height: 41px !important;
            border-radius: 10px !important;
            font-size: 10.5px !important;
        }
    }

    /* --------------------------------------------------------
       VERY SMALL PHONES
       -------------------------------------------------------- */

    @media screen and (max-width: 360px) {

        .vj-mockup-hero {
            height: 380px !important;
            min-height: 380px !important;
            max-height: 380px !important;
        }

        .vj-hero-content {
            padding: 21px 13px 12px !important;
        }

        .vj-hero-copy {
            width: 66% !important;
            max-width: 66% !important;
        }

        .vj-hero-eyebrow {
            height: 25px !important;
            padding: 0 9px !important;
            font-size: 7px !important;
            margin-bottom: 9px !important;
        }

        .vj-hero-copy h1 {
            font-size: 24px !important;
            line-height: .94 !important;
        }

        .vj-hero-copy p {
            font-size: 9.5px !important;
            margin-top: 9px !important;
        }

        .vj-hero-benefits {
            gap: 3px !important;
        }

        .vj-hero-benefit {
            grid-template-columns: 24px minmax(0, 1fr) !important;
            gap: 3px !important;
        }

        .vj-hero-benefit > svg,
        .vj-hero-benefit-icon,
        .vj-hero-benefit .icon {
            width: 24px !important;
            height: 24px !important;
            min-width: 24px !important;
            padding: 5px !important;
        }

        .vj-hero-benefit strong {
            font-size: 6.5px !important;
        }

        .vj-hero-benefit span {
            font-size: 5.8px !important;
        }

        .vj-hero-actions {
            gap: 6px !important;
        }

        .vj-hero-actions a {
            height: 38px !important;
            font-size: 9px !important;
            border-radius: 9px !important;
        }
    }
}


/* ============================================================
   MOBILE HERO IMAGE FIX
   The photo is an IMG inside .vj-hero-photo.
   Mobile only.
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mockup-hero {
        position: relative !important;
        overflow: hidden !important;
        background: #004d3d !important;
    }

    /* IMAGE CONTAINER */
    .vj-mockup-hero .vj-hero-photo {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;

        width: 61% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;
        overflow: hidden !important;

        z-index: 1 !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /* ACTUAL FOOD IMAGE */
    .vj-mockup-hero .vj-hero-photo img {
        display: block !important;

        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 100% !important;

        max-width: none !important;
        max-height: none !important;

        margin: 0 !important;
        padding: 0 !important;

        object-fit: cover !important;
        object-position: center center !important;

        opacity: 1 !important;
        visibility: visible !important;

        z-index: 1 !important;
    }

    /* GREEN FADE OVER THE IMAGE */
    .vj-mockup-hero .vj-hero-overlay {
        position: absolute !important;
        inset: 0 !important;

        z-index: 2 !important;

        pointer-events: none !important;

        background:
            linear-gradient(
                90deg,
                rgba(0,77,61,1) 0%,
                rgba(0,77,61,.98) 25%,
                rgba(0,77,61,.86) 42%,
                rgba(0,77,61,.48) 62%,
                rgba(0,77,61,.10) 100%
            ) !important;
    }

    /* KEEP PATTERN BEHIND EVERYTHING */
    .vj-mockup-hero .vj-hero-pattern {
        z-index: 3 !important;
        pointer-events: none !important;
    }

    /* TEXT + BENEFITS + BUTTONS ABOVE IMAGE */
    .vj-mockup-hero .vj-hero-content {
        position: relative !important;
        z-index: 4 !important;
    }

    /* Slightly wider copy so the headline resembles the mockup */
    .vj-mockup-hero .vj-hero-copy {
        width: 64% !important;
        max-width: 64% !important;
    }

    /* Keep the food visible on smaller phones */
    @media screen and (max-width: 420px) {

        .vj-mockup-hero .vj-hero-photo {
            width: 60% !important;
        }

        .vj-mockup-hero .vj-hero-copy {
            width: 65% !important;
            max-width: 65% !important;
        }

        .vj-mockup-hero .vj-hero-photo img {
            object-position: center center !important;
        }
    }

    @media screen and (max-width: 360px) {

        .vj-mockup-hero .vj-hero-photo {
            width: 58% !important;
        }

        .vj-mockup-hero .vj-hero-copy {
            width: 67% !important;
            max-width: 67% !important;
        }
    }
}


/* ============================================================
   REMOVE THREE HERO BENEFIT ITEMS ON MOBILE
   Desktop remains unchanged.
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mockup-hero .vj-hero-benefits {
        display: none !important;
    }

    /* Bring the CTA buttons directly after the hero copy */
    .vj-mockup-hero .vj-hero-actions {
        margin-top: 20px !important;
    }

    @media screen and (max-width: 420px) {
        .vj-mockup-hero .vj-hero-actions {
            margin-top: 17px !important;
        }
    }

    @media screen and (max-width: 360px) {
        .vj-mockup-hero .vj-hero-actions {
            margin-top: 14px !important;
        }
    }
}


/* ============================================================
   VUNJABEI MARKET
   MOBILE OUTLETS INSIDE HERO - V2
   Mobile only.
   Desktop remains completely unchanged.
   ============================================================ */

@media screen and (max-width: 767px) {

    /* --------------------------------------------------------
       MAKE HERO TALL ENOUGH FOR:
       COPY -> BUTTONS -> OUTLET SELECTOR
       -------------------------------------------------------- */

    .vj-mockup-hero {
        height: 675px !important;
        min-height: 675px !important;
        max-height: 675px !important;
        overflow: visible !important;
        border-radius: 0 !important;
    }

    /* Keep the food image covering the complete hero */
    .vj-mockup-hero .vj-hero-photo {
        height: 100% !important;
        bottom: 0 !important;
    }

    .vj-mockup-hero .vj-hero-overlay {
        height: 100% !important;
    }

    /* --------------------------------------------------------
       HERO CONTENT
       -------------------------------------------------------- */

    .vj-mockup-hero .vj-hero-content {
        height: 100% !important;
        padding: 27px 16px 14px !important;
        box-sizing: border-box !important;
    }

    .vj-mockup-hero .vj-hero-copy {
        width: 67% !important;
        max-width: 67% !important;
    }

    /* Buttons stay directly after description */
    .vj-mockup-hero .vj-hero-actions {
        margin-top: 19px !important;
    }

    /* --------------------------------------------------------
       OUTLET SELECTOR
       The outlet block is immediately after the hero in the
       Blade source, so pull it visually into the hero.
       -------------------------------------------------------- */

    .vj-outlet-selector {
        position: relative !important;
        z-index: 20 !important;

        width: 100% !important;
        max-width: none !important;

        margin: -192px 0 0 !important;
        padding: 0 16px 16px !important;

        box-sizing: border-box !important;

        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        overflow: visible !important;
    }

    /* Outlet heading */
    .vj-outlet-intro {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;

        width: 100% !important;
        margin: 0 0 11px !important;
        padding: 0 !important;

        color: #ffffff !important;
    }

    .vj-outlet-intro::before {
        content: "⌖" !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;

        border-radius: 50% !important;

        background: rgba(18,177,121,.82) !important;
        color: #ffffff !important;

        font-size: 22px !important;
        font-weight: 700 !important;
    }

    .vj-outlet-intro h2,
    .vj-outlet-intro h3,
    .vj-outlet-intro strong {
        margin: 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
    }

    .vj-outlet-intro p,
    .vj-outlet-intro span {
        margin: 4px 0 0 !important;
        color: rgba(255,255,255,.82) !important;
        font-size: 9px !important;
        line-height: 1.2 !important;
    }

    /* --------------------------------------------------------
       FIXED ONE-ROW OUTLET CARDS
       NO HORIZONTAL SCROLL
       -------------------------------------------------------- */

    .vj-outlet-cards {
        display: grid !important;

        /* Four outlets = four fixed columns */
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

        gap: 7px !important;

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        overflow: visible !important;
        overflow-x: visible !important;
        white-space: normal !important;
    }

    .vj-outlet-card {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 5px !important;

        box-sizing: border-box !important;

        background: #ffffff !important;

        border: 2px solid rgba(255,255,255,.75) !important;
        border-radius: 12px !important;

        box-shadow: 0 5px 15px rgba(0,0,0,.16) !important;

        overflow: hidden !important;

        transform: none !important;
    }

    .vj-outlet-card.selected,
    .vj-outlet-card.active,
    .vj-outlet-card.is-selected {
        border-color: #1aa875 !important;
        box-shadow:
            0 0 0 2px rgba(26,168,117,.20),
            0 5px 15px rgba(0,0,0,.16) !important;
    }

    .vj-outlet-image {
        width: 100% !important;
        height: 57px !important;
        min-height: 57px !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 7px !important;

        overflow: hidden !important;
        background: #eef3f1 !important;
    }

    .vj-outlet-image img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .vj-outlet-info {
        width: 100% !important;
        min-width: 0 !important;

        padding: 5px 2px 2px !important;
        margin: 0 !important;

        text-align: center !important;
        box-sizing: border-box !important;
    }

    .vj-outlet-info h3,
    .vj-outlet-info strong,
    .vj-outlet-info .vj-outlet-name {
        display: block !important;

        margin: 0 !important;

        color: #17352e !important;

        font-size: 8px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;

        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vj-outlet-info p,
    .vj-outlet-info span:not(.vj-outlet-name) {
        display: none !important;
    }

    /* Selected check badge */
    .vj-outlet-card.selected::after,
    .vj-outlet-card.active::after,
    .vj-outlet-card.is-selected::after {
        content: "✓" !important;

        position: absolute !important;

        top: 8px !important;
        right: 8px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 21px !important;
        height: 21px !important;

        border-radius: 50% !important;

        background: #0d9c70 !important;
        color: #ffffff !important;

        font-size: 12px !important;
        font-weight: 900 !important;

        box-shadow: 0 2px 6px rgba(0,0,0,.20) !important;
    }

    .vj-outlet-card {
        position: relative !important;
    }

    /* --------------------------------------------------------
       REMOVE THE SEPARATE WHITE OUTLET BLOCK EFFECT
       -------------------------------------------------------- */

    .vj-outlet-selector + * {
        position: relative !important;
        z-index: 30 !important;
    }

    /* --------------------------------------------------------
       420px
       -------------------------------------------------------- */

    @media screen and (max-width: 420px) {

        .vj-mockup-hero {
            height: 650px !important;
            min-height: 650px !important;
            max-height: 650px !important;
        }

        .vj-outlet-selector {
            margin-top: -185px !important;
            padding-left: 14px !important;
            padding-right: 14px !important;
            padding-bottom: 14px !important;
        }

        .vj-outlet-cards {
            gap: 5px !important;
        }

        .vj-outlet-card {
            padding: 4px !important;
            border-radius: 10px !important;
        }

        .vj-outlet-image {
            height: 53px !important;
            min-height: 53px !important;
        }

        .vj-outlet-info {
            padding-top: 4px !important;
        }

        .vj-outlet-info h3,
        .vj-outlet-info strong,
        .vj-outlet-info .vj-outlet-name {
            font-size: 7.5px !important;
        }
    }

    /* --------------------------------------------------------
       360px
       -------------------------------------------------------- */

    @media screen and (max-width: 360px) {

        .vj-mockup-hero {
            height: 625px !important;
            min-height: 625px !important;
            max-height: 625px !important;
        }

        .vj-outlet-selector {
            margin-top: -177px !important;
            padding-left: 12px !important;
            padding-right: 12px !important;
        }

        .vj-outlet-cards {
            gap: 4px !important;
        }

        .vj-outlet-card {
            padding: 3px !important;
            border-radius: 8px !important;
        }

        .vj-outlet-image {
            height: 48px !important;
            min-height: 48px !important;
            border-radius: 6px !important;
        }

        .vj-outlet-info {
            padding-top: 3px !important;
        }

        .vj-outlet-info h3,
        .vj-outlet-info strong,
        .vj-outlet-info .vj-outlet-name {
            font-size: 6.7px !important;
        }

        .vj-outlet-card.selected::after,
        .vj-outlet-card.active::after,
        .vj-outlet-card.is-selected::after {
            top: 5px !important;
            right: 5px !important;
            width: 17px !important;
            height: 17px !important;
            font-size: 9px !important;
        }
    }
}


/* ============================================================
   VUNJABEI MARKET - FINAL MOBILE HERO FIX
   Mobile only. Desktop is untouched.
   ============================================================ */

@media screen and (max-width: 767px) {

    /* FINAL compact hero height */
    .vj-mockup-hero {
        position: relative !important;
        height: 380px !important;
        min-height: 380px !important;
        max-height: 380px !important;
        overflow: hidden !important;
        margin: 0 !important;
    }

    /* Keep hero content inside the compact hero */
    .vj-mockup-hero .vj-hero-content {
        position: relative !important;
        z-index: 5 !important;
        width: calc(100% - 28px) !important;
        height: 100% !important;
        min-height: 380px !important;
        max-height: 380px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Food image on right side */
    .vj-mockup-hero .vj-hero-photo {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 58% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        z-index: 1 !important;
        display: block !important;
        opacity: 1 !important;
        overflow: hidden !important;
    }

    .vj-mockup-hero .vj-hero-photo img {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        opacity: 1 !important;
    }

    /* Dark green left-to-right blend so text remains readable */
    .vj-mockup-hero .vj-hero-overlay {
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        background:
            linear-gradient(
                90deg,
                rgba(0,63,50,.98) 0%,
                rgba(0,73,57,.96) 38%,
                rgba(0,83,65,.78) 57%,
                rgba(0,83,65,.28) 78%,
                rgba(0,83,65,.05) 100%
            ) !important;
    }

    /* Keep pattern behind everything */
    .vj-mockup-hero .vj-hero-pattern {
        z-index: 0 !important;
    }

    /* Compact copy area */
    .vj-mockup-hero .vj-hero-copy {
        position: relative !important;
        z-index: 5 !important;
        width: 66% !important;
        max-width: 66% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .vj-mockup-hero .vj-hero-eyebrow {
        margin-bottom: 9px !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
    }

    .vj-mockup-hero .vj-hero-copy h1 {
        margin: 0 0 10px !important;
        font-size: 27px !important;
        line-height: .98 !important;
    }

    .vj-mockup-hero .vj-hero-description {
        margin: 0 0 15px !important;
        max-width: 100% !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    /* Benefits remain removed */
    .vj-mockup-hero .vj-hero-benefits {
        display: none !important;
    }

    /* Buttons remain side-by-side */
    .vj-mockup-hero .vj-hero-actions {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .vj-mockup-hero .vj-hero-actions a {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        height: 38px !important;
        padding: 0 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
        font-size: 11px !important;
    }

    /* Prevent outlet selector from being pulled into hero */
    .vj-outlet-selector {
        position: relative !important;
        z-index: 20 !important;
        margin-top: 14px !important;
    }
}

@media screen and (max-width: 420px) {
    .vj-mockup-hero {
        height: 365px !important;
        min-height: 365px !important;
        max-height: 365px !important;
    }

    .vj-mockup-hero .vj-hero-content {
        min-height: 365px !important;
        max-height: 365px !important;
    }

    .vj-mockup-hero .vj-hero-copy {
        width: 67% !important;
        max-width: 67% !important;
    }

    .vj-mockup-hero .vj-hero-copy h1 {
        font-size: 25px !important;
    }

    .vj-mockup-hero .vj-hero-description {
        font-size: 11.5px !important;
    }

    .vj-mockup-hero .vj-hero-photo {
        width: 60% !important;
    }
}

@media screen and (max-width: 360px) {
    .vj-mockup-hero {
        height: 350px !important;
        min-height: 350px !important;
        max-height: 350px !important;
    }

    .vj-mockup-hero .vj-hero-content {
        min-height: 350px !important;
        max-height: 350px !important;
    }

    .vj-mockup-hero .vj-hero-copy {
        width: 69% !important;
        max-width: 69% !important;
    }

    .vj-mockup-hero .vj-hero-copy h1 {
        font-size: 23px !important;
    }

    .vj-mockup-hero .vj-hero-photo {
        width: 61% !important;
    }
}


/* ============================================================
   VUNJABEI MOBILE - BOTTOM NAV SAFE AREA
   Mobile only - desktop untouched
   ============================================================ */

@media screen and (max-width: 767px) {

    /* Keep the fixed navigation from covering page content */
    main {
        padding-bottom: 88px !important;
    }

    /* Give the category section enough breathing room */
    .vj-mockup-hero ~ .vj-outlet-selector + section,
    .vj-outlet-selector + section {
        padding-bottom: 28px !important;
    }

    /* Prevent horizontal overflow from mobile sections */
    html,
    body {
        overflow-x: hidden !important;
    }
}

@media screen and (max-width: 420px) {
    main {
        padding-bottom: 92px !important;
    }
}



/* ============================================================
   VUNJABEI - EXACT MOBILE MOCKUP
   FOUR OUTLETS INSIDE HERO
   Desktop completely untouched
   ============================================================ */

@media screen and (max-width: 767px) {

    /* Existing outlet section is removed from the mobile flow.
       The four outlet images now live inside the hero. */
    .vj-outlet-selector {
        display: none !important;
    }

    /* Hero becomes the complete hero composition:
       copy -> buttons -> four outlet images */
    .vj-mockup-hero {
        position: relative !important;
        height: 540px !important;
        min-height: 540px !important;
        max-height: 540px !important;
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }

    /* Keep hero copy above the background image */
    .vj-mockup-hero .vj-hero-content {
        position: relative !important;
        z-index: 5 !important;
        height: 100% !important;
    }

    /* Four outlet images: one row, no scrolling */
    .vj-mobile-hero-outlets {
        position: absolute !important;
        z-index: 7 !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 14px !important;

        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;

        width: auto !important;
        overflow: visible !important;
    }

    .vj-mobile-hero-outlet {
        display: block !important;
        width: 100% !important;
        height: 68px !important;
        min-width: 0 !important;

        overflow: hidden !important;
        border: 3px solid rgba(255,255,255,.96) !important;
        border-radius: 13px !important;
        background: #fff !important;

        box-shadow: 0 5px 14px rgba(0,0,0,.18) !important;
        text-decoration: none !important;
        transition: transform .15s ease, border-color .15s ease !important;
    }

    .vj-mobile-hero-outlet img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    /* Selected outlet: visual state only.
       No pin, checkmark, name or label. */
    .vj-mobile-hero-outlet.is-selected {
        border-color: #20b486 !important;
        box-shadow:
            0 0 0 2px rgba(32,180,134,.45),
            0 5px 14px rgba(0,0,0,.20) !important;
    }

    .vj-mobile-hero-outlet:active {
        transform: scale(.97) !important;
    }

    /* Make room for the outlet row below the buttons */
    .vj-mockup-hero .vj-hero-actions {
        position: relative !important;
        z-index: 8 !important;
        margin-top: 18px !important;
    }

    /* Keep hero image behind everything */
    .vj-mockup-hero .vj-hero-photo,
    .vj-mockup-hero .vj-hero-photo img,
    .vj-mockup-hero .vj-hero-overlay,
    .vj-mockup-hero .vj-hero-pattern {
        z-index: 1 !important;
    }

    .vj-mockup-hero .vj-hero-content {
        z-index: 5 !important;
    }
}

@media screen and (max-width: 420px) {
    .vj-mockup-hero {
        height: 520px !important;
        min-height: 520px !important;
        max-height: 520px !important;
    }

    .vj-mobile-hero-outlets {
        left: 8px !important;
        right: 8px !important;
        bottom: 12px !important;
        gap: 5px !important;
    }

    .vj-mobile-hero-outlet {
        height: 64px !important;
        border-radius: 11px !important;
        border-width: 2px !important;
    }

    .vj-mockup-hero .vj-hero-actions {
        margin-top: 16px !important;
    }
}

@media screen and (max-width: 360px) {
    .vj-mockup-hero {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }

    .vj-mobile-hero-outlets {
        bottom: 10px !important;
        gap: 4px !important;
    }

    .vj-mobile-hero-outlet {
        height: 60px !important;
        border-radius: 10px !important;
    }
}


/* ============================================================
   VUNJABEI MOBILE - MOVE HERO OUTLETS DIRECTLY BELOW BUTTONS
   Mobile only
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mockup-hero .vj-mobile-hero-outlets {
        top: 335px !important;
        bottom: auto !important;
    }

}

@media screen and (max-width: 420px) {

    .vj-mockup-hero .vj-mobile-hero-outlets {
        top: 325px !important;
        bottom: auto !important;
    }

}

@media screen and (max-width: 360px) {

    .vj-mockup-hero .vj-mobile-hero-outlets {
        top: 315px !important;
        bottom: auto !important;
    }

}


/* ============================================================
   VUNJABEI MOBILE - PUSH HERO WORDING TOWARD OUTLETS
   Move text + buttons only.
   Background/image/outlets remain unchanged.
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mockup-hero .vj-hero-copy {
        transform: translateY(82px) !important;
    }

}

@media screen and (max-width: 420px) {

    .vj-mockup-hero .vj-hero-copy {
        transform: translateY(70px) !important;
    }

}

@media screen and (max-width: 360px) {

    .vj-mockup-hero .vj-hero-copy {
        transform: translateY(58px) !important;
    }

}


/* ============================================================
   VUNJABEI MOBILE - FINAL HERO POSITION / SPACING
   Text + buttons slightly left.
   Reduce empty space below outlet images.
   Desktop untouched.
   ============================================================ */

@media screen and (max-width: 767px) {

    /* Move only the hero wording/buttons slightly left */
    .vj-mockup-hero .vj-hero-copy {
        left: -18px !important;
        transform: translateY(82px) !important;
    }

    /* Bring the bottom of the hero closer to the outlet row */
    .vj-mockup-hero {
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;
    }

}

@media screen and (max-width: 420px) {

    .vj-mockup-hero .vj-hero-copy {
        left: -15px !important;
        transform: translateY(70px) !important;
    }

    .vj-mockup-hero {
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;
    }

}

@media screen and (max-width: 360px) {

    .vj-mockup-hero .vj-hero-copy {
        left: -12px !important;
        transform: translateY(58px) !important;
    }

    .vj-mockup-hero {
        height: 410px !important;
        min-height: 410px !important;
        max-height: 410px !important;
    }

}


/* ============================================================
   VUNJABEI MOBILE - ALIGN HERO CONTENT WITH FIRST OUTLET
   Final mockup positioning
   Mobile only - desktop untouched
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mockup-hero .vj-hero-copy {
        left: -88px !important;
        transform: translateY(82px) !important;
    }

}

@media screen and (max-width: 420px) {

    .vj-mockup-hero .vj-hero-copy {
        left: -85px !important;
        transform: translateY(70px) !important;
    }

}

@media screen and (max-width: 360px) {

    .vj-mockup-hero .vj-hero-copy {
        left: -82px !important;
        transform: translateY(58px) !important;
    }

}



/* ============================================================
   VUNJABEI MOBILE - OUTLET LABELS + DEFAULT INDIANA
   Exact mockup treatment
   ============================================================ */

@media screen and (max-width: 767px) {

    .vj-mobile-hero-outlet {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: 86px !important;
        min-height: 86px !important;
        border: 3px solid rgba(255,255,255,.96) !important;
        border-radius: 13px !important;
        background: #fff !important;
        overflow: hidden !important;
        box-shadow: 0 5px 14px rgba(0,0,0,.18) !important;
    }

    .vj-mobile-hero-outlet-image {
        display: block !important;
        width: 100% !important;
        height: 56px !important;
        min-height: 56px !important;
        overflow: hidden !important;
    }

    .vj-mobile-hero-outlet-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    /* Small white name strip directly below each image */
    .vj-mobile-hero-outlet-label {
        position: relative !important;
        z-index: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;

        width: 100% !important;
        height: 24px !important;
        min-height: 24px !important;

        background: #fff !important;
        color: #17352f !important;

        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    .vj-mobile-hero-outlet-pin {
        display: inline-flex !important;
        width: 11px !important;
        height: 11px !important;
        flex: 0 0 11px !important;
        color: #17352f !important;
    }

    .vj-mobile-hero-outlet-pin svg {
        width: 100% !important;
        height: 100% !important;
    }

    /* Selected outlet */
    .vj-mobile-hero-outlet.is-selected {
        border-color: #19b987 !important;
        box-shadow:
            0 0 0 2px rgba(25,185,135,.42),
            0 5px 14px rgba(0,0,0,.20) !important;
    }

    .vj-mobile-hero-outlet-selected {
        position: absolute !important;
        top: 5px !important;
        right: 5px !important;

        width: 24px !important;
        height: 24px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;
        background: #20b486 !important;
        color: #fff !important;

        box-shadow: 0 2px 7px rgba(0,0,0,.25) !important;
        z-index: 10 !important;
    }

    .vj-mobile-hero-outlet-selected svg {
        width: 15px !important;
        height: 15px !important;
    }
}

@media screen and (max-width: 420px) {

    .vj-mobile-hero-outlet {
        height: 82px !important;
        min-height: 82px !important;
        border-width: 2px !important;
        border-radius: 11px !important;
    }

    .vj-mobile-hero-outlet-image {
        height: 53px !important;
        min-height: 53px !important;
    }

    .vj-mobile-hero-outlet-label {
        height: 25px !important;
        min-height: 25px !important;
        font-size: 9px !important;
    }

    .vj-mobile-hero-outlet-selected {
        width: 22px !important;
        height: 22px !important;
        top: 4px !important;
        right: 4px !important;
    }
}


/* ============================================================
   VUNJABEI MOBILE OUTLET SELECTION - POST FORM CARDS
   Mobile only. Desktop remains unchanged.
   ============================================================ */
@media screen and (max-width: 767px) {
    .vj-mobile-hero-outlet-form {
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        display: block;
        min-width: 0;
        width: auto;
        flex: 0 0 auto;
    }

    .vj-mobile-hero-outlet-form .vj-mobile-hero-outlet {
        font: inherit;
        color: inherit;
        text-align: left;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }
}

/* ============================================================
   VUNJABEI MOBILE OUTLET CARDS - FINAL FORM RESET
   ============================================================ */
@media screen and (max-width: 767px) {

    .vj-mobile-hero-outlet-form {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .vj-mobile-hero-outlet-form .vj-mobile-hero-outlet {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: inherit !important;
        font: inherit !important;
        text-align: left !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        cursor: pointer !important;
    }

    .vj-mobile-hero-outlet-form .vj-mobile-hero-outlet:focus {
        outline: none !important;
    }

    .vj-mobile-hero-outlet-form .vj-mobile-hero-outlet:focus-visible {
        outline: 2px solid rgba(255,255,255,.95) !important;
        outline-offset: 2px !important;
        border-radius: 12px !important;
    }
}
