{"product_id":"zombie-vehicle-shop-dealership-fivem-script","title":"Zombie Vehicle Shop — Dealership Script","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — ZOMBIE VEHICLE SHOP\n     POST-APOCALYPTIC DEALERSHIP \/ FINANCING \/ SHOWROOM\n     ========================================================= *\/\n\n  .fml-zombie-shop {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.72;\n  }\n\n  .fml-zombie-shop,\n  .fml-zombie-shop *,\n  .fml-zombie-shop *::before,\n  .fml-zombie-shop *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-zombie-shop h2,\n  .fml-zombie-shop h3,\n  .fml-zombie-shop p,\n  .fml-zombie-shop ul {\n    margin:0;\n  }\n\n  .fml-zombie-shop ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-zombie-shop ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-zombie-shop__hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(40px,6vw,78px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 92% 2%,\n        rgba(255,215,0,.15),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.036),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-zombie-shop__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(470px,75%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-zombie-shop__title {\n    max-width:1050px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(42px,5.8vw,74px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.96 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-zombie-shop__hero-copy {\n    display:grid;\n    gap:13px;\n\n    max-width:940px;\n    margin-top:26px;\n  }\n\n  .fml-zombie-shop__hero-copy p {\n    color:var(--muted) !important;\n\n    font-size:clamp(17px,1.75vw,21px);\n    font-weight:600;\n    line-height:1.66;\n  }\n\n  .fml-zombie-shop__hero-copy p:nth-child(2),\n  .fml-zombie-shop__hero-copy p:last-child {\n    color:var(--white) !important;\n  }\n\n  .fml-zombie-shop__hero-copy em,\n  .fml-zombie-shop__hero-copy strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     SECTION\n     ========================================================= *\/\n\n  .fml-zombie-shop__section {\n    padding:clamp(54px,7vw,90px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-zombie-shop__section-title {\n    max-width:980px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-zombie-shop__subheading {\n    margin-top:40px !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(23px,3vw,34px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.035em;\n    line-height:1.1 !important;\n  }\n\n\n  \/* =========================================================\n     SHOWROOM\n     ========================================================= *\/\n\n  .fml-zombie-shop__showroom {\n    position:relative;\n    overflow:hidden;\n\n    margin-top:28px;\n    padding:clamp(28px,4vw,42px);\n\n    border:1px solid var(--gold-line);\n    border-radius:5px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.09),\n        transparent 36%\n      ),\n      linear-gradient(\n        120deg,\n        rgba(255,215,0,.035),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-zombie-shop__showroom::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:92px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-zombie-shop__copy {\n    display:grid;\n    gap:17px;\n  }\n\n  .fml-zombie-shop__copy p {\n    max-width:930px;\n\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-zombie-shop__copy strong,\n  .fml-zombie-shop__copy em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     SHOWROOM FEATURES\n     ========================================================= *\/\n\n  .fml-zombie-shop__features {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:12px;\n\n    margin-top:26px;\n  }\n\n  .fml-zombie-shop__feature {\n    position:relative;\n    overflow:hidden;\n\n    min-width:0;\n    padding:23px 20px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.018);\n  }\n\n  .fml-zombie-shop__feature p {\n    color:var(--muted) !important;\n\n    font-size:14px;\n    line-height:1.72;\n  }\n\n  .fml-zombie-shop__feature strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     CATEGORIES\n     ========================================================= *\/\n\n  .fml-zombie-shop__categories {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:24px;\n  }\n\n  .fml-zombie-shop__category {\n    min-width:0;\n    padding:21px 18px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n\n    color:var(--white);\n\n    font-size:16px;\n    font-weight:850;\n    text-align:center;\n  }\n\n\n  \/* =========================================================\n     BUYING \/ FINANCING\n     ========================================================= *\/\n\n  .fml-zombie-shop__finance {\n    margin-top:28px;\n    padding:clamp(28px,4vw,42px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:5px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-zombie-shop__finance-copy {\n    display:grid;\n    gap:17px;\n  }\n\n  .fml-zombie-shop__finance-copy p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-zombie-shop__finance-copy strong,\n  .fml-zombie-shop__finance-copy em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     LOAN FLOW\n     ========================================================= *\/\n\n  .fml-zombie-shop__loan {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:24px;\n  }\n\n  .fml-zombie-shop__loan-step {\n    padding:22px 18px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.018);\n  }\n\n  .fml-zombie-shop__loan-step small {\n    display:block;\n    margin-bottom:19px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n  }\n\n  .fml-zombie-shop__loan-step p {\n    color:var(--text) !important;\n\n    font-size:14px;\n    font-weight:700;\n    line-height:1.66;\n  }\n\n\n  \/* =========================================================\n     REPO\n     ========================================================= *\/\n\n  .fml-zombie-shop__repo {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 250px;\n    gap:16px;\n\n    margin-top:28px;\n  }\n\n  .fml-zombie-shop__repo-main,\n  .fml-zombie-shop__repo-side {\n    padding:clamp(28px,4vw,40px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-zombie-shop__repo-main {\n    border-color:var(--gold-line);\n\n    background:\n      linear-gradient(\n        130deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-zombie-shop__repo-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-zombie-shop__repo-main strong {\n    color:var(--white);\n  }\n\n  .fml-zombie-shop__repo-side {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    min-height:220px;\n\n    text-align:center;\n  }\n\n  .fml-zombie-shop__repo-side span {\n    color:var(--gold);\n\n    font-size:clamp(44px,7vw,76px);\n    line-height:1;\n  }\n\n\n  \/* =========================================================\n     DELIVERY\n     ========================================================= *\/\n\n  .fml-zombie-shop__delivery {\n    margin-top:28px;\n    padding:clamp(26px,4vw,38px);\n\n    border-top:1px solid var(--gold-line);\n    border-bottom:1px solid var(--line);\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.10),\n        transparent 38%\n      ),\n      rgba(255,255,255,.012);\n  }\n\n  .fml-zombie-shop__delivery p {\n    max-width:930px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(17px,1.9vw,22px);\n    font-weight:750;\n    line-height:1.68;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:900px) {\n    .fml-zombie-shop__features,\n    .fml-zombie-shop__categories,\n    .fml-zombie-shop__loan {\n      grid-template-columns:1fr;\n    }\n\n    .fml-zombie-shop__repo {\n      grid-template-columns:1fr;\n    }\n\n    .fml-zombie-shop__repo-side {\n      min-height:130px;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-zombie-shop {\n      padding-top:8px;\n    }\n\n    .fml-zombie-shop__hero {\n      padding:30px 20px;\n    }\n\n    .fml-zombie-shop__showroom,\n    .fml-zombie-shop__finance {\n      padding:26px 20px;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-zombie-shop *,\n    .fml-zombie-shop *::before,\n    .fml-zombie-shop *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-zombie-shop\"\u003e\n\n  \u003cheader class=\"fml-zombie-shop__hero\"\u003e\n\n    \u003ch2 class=\"fml-zombie-shop__title\"\u003e\n      🚗 \u003cstrong\u003eZombie Vehicle Shop\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fml-zombie-shop__hero-copy\"\u003e\n\n      \u003cp\u003e\n        A full-fledged \u003cem\u003epost-apocalyptic dealership\u003c\/em\u003e for FiveM zombie RP — where survivors trade scrap metal, bullets, and rare fuel for the ultimate ride.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This isn’t just a car menu.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It’s a \u003cem\u003eliving business\u003c\/em\u003e, with showrooms, test drives… even player-owned shops that hire staff and make profits.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003csection class=\"fml-zombie-shop__section\"\u003e\n\n    \u003ch2 class=\"fml-zombie-shop__section-title\"\u003e\n      How It Works\n    \u003c\/h2\u003e\n\n\n    \u003ch3 class=\"fml-zombie-shop__subheading\"\u003e\n      🏠 The 3D Showroom Experience\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-zombie-shop__showroom\"\u003e\n\n      \u003cdiv class=\"fml-zombie-shop__copy\"\u003e\n\n        \u003cp\u003e\n          Walk into any designated dealership location (e.g., an abandoned gas station or old car lot)…\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Inside? A slick interactive display pops up:\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-zombie-shop__features\"\u003e\n\n        \u003cdiv class=\"fml-zombie-shop__feature\"\u003e\n\n          \u003cp\u003e\n            - Vehicles float in front of you like holograms — rotating smoothly on orbit camera.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-zombie-shop__feature\"\u003e\n\n          \u003cp\u003e\n            - Zoom in\/out to inspect details: scratched paint? Working headlights?\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-zombie-shop__feature\"\u003e\n\n          \u003cp\u003e\n            - Click any model → see specs: speed stats, armor level (\"zombie-proof\"), fuel efficiency...\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-zombie-shop__copy\" style=\"margin-top:26px;\"\u003e\n\n        \u003cp\u003e\n          You can filter by category:\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-zombie-shop__categories\"\u003e\n\n        \u003cdiv class=\"fml-zombie-shop__category\"\u003e\n          \"Military Surplus\"\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fml-zombie-shop__category\"\u003e\n          \"Scavenged Civilians\"\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fml-zombie-shop__category\"\u003e\n          \"Custom Mods\"\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-zombie-shop__copy\" style=\"margin-top:26px;\"\u003e\n\n        \u003cp\u003e\n          And pick your color too—customize it right there!\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-zombie-shop__section\"\u003e\n\n    \u003ch2 class=\"fml-zombie-shop__section-title\"\u003e\n      💸 Buying \u0026amp; Financing Options\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fml-zombie-shop__finance\"\u003e\n\n      \u003cdiv class=\"fml-zombie-shop__finance-copy\"\u003e\n\n        \u003cp\u003e\n          Cash only?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          No problem. Hand over cash at counter → get keys delivered instantly.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          But here's the fun part:\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          You can use bank accounts (linked via ZAT Banking System) to pay securely!\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or... go through optional financing!\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Apply for loan if you don't have enough funds:\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-zombie-shop__loan\"\u003e\n\n        \u003cdiv class=\"fml-zombie-shop__loan-step\"\u003e\n\n          \u003csmall\u003e01\u003c\/small\u003e\n\n          \u003cp\u003e\n            Fill out credit check form,\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-zombie-shop__loan-step\"\u003e\n\n          \u003csmall\u003e02\u003c\/small\u003e\n\n          \u003cp\u003e\n            Agree on monthly payments ($50\/month over 6 months),\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-zombie-shop__loan-step\"\u003e\n\n          \u003csmall\u003e03\u003c\/small\u003e\n\n          \u003cp\u003e\n            Get approved…\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-zombie-shop__repo\"\u003e\n\n      \u003cdiv class=\"fml-zombie-shop__repo-main\"\u003e\n\n        \u003cp\u003e\n          Then drive away—but if payments fail later?\n          \u003cbr\u003e\u003cbr\u003e\n          Your vehicle gets repo’d automatically by system! No warnings needed unless enabled by admin settings…\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003caside class=\"fml-zombie-shop__repo-side\"\u003e\n\n        \u003cspan\u003e\n          🚗\n        \u003c\/span\u003e\n\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-zombie-shop__delivery\"\u003e\n\n      \u003cp\u003e\n        For those who pay fully upfront?\n        \u003cbr\u003e\u003cbr\u003e\n        They either \"drive away immediately\"—or choose garage delivery so their new ride safely appears in their personal storage when they log back online.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Reality Sucks Rp Webstore","offers":[{"title":"Default Title","offer_id":45787332837485,"sku":null,"price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/5b44ef1b90ce72898b6a72d071f307071c20d25d.jpg?v=1788690536","url":"https:\/\/fivem-lab.com\/products\/zombie-vehicle-shop-dealership-fivem-script","provider":"Fivem-Lab","version":"1.0","type":"link"}