{"product_id":"crows-motorcycle-pack-fivem-vehicle","title":"Crows Motorcycle Pack","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — THE CROWS MOTORCYCLE PACK\n     VEHICLE ASSET \/ LORE-FRIENDLY \/ OPTIMIZED LODS\n     ========================================================= *\/\n\n  .fml-crows-bike {\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-crows-bike,\n  .fml-crows-bike *,\n  .fml-crows-bike *::before,\n  .fml-crows-bike *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-crows-bike h2,\n  .fml-crows-bike h3,\n  .fml-crows-bike p,\n  .fml-crows-bike ul {\n    margin:0;\n  }\n\n  .fml-crows-bike ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-crows-bike ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-crows-bike__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-crows-bike__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-crows-bike__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-crows-bike__lead {\n    max-width:940px;\n    margin-top:26px !important;\n\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-crows-bike__lead em,\n  .fml-crows-bike__lead strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     SECTION\n     ========================================================= *\/\n\n  .fml-crows-bike__section {\n    padding:clamp(54px,7vw,90px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-crows-bike__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-crows-bike__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     MODEL \u0026 DESIGN\n     ========================================================= *\/\n\n  .fml-crows-bike__model {\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-crows-bike__model::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-crows-bike__model-list {\n    display:grid;\n    gap:12px;\n  }\n\n  .fml-crows-bike__model-list li {\n    position:relative;\n\n    padding:18px 20px 18px 44px;\n\n    color:var(--muted);\n\n    border:1px solid var(--line-soft);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.015);\n\n    font-size:15px;\n    line-height:1.76;\n  }\n\n  .fml-crows-bike__model-list li::before {\n    content:\"\";\n    position:absolute;\n    top:28px;\n    left:20px;\n\n    width:8px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     POLY FEATURE\n     ========================================================= *\/\n\n  .fml-crows-bike__poly {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 260px;\n    gap:16px;\n\n    margin-top:16px;\n  }\n\n  .fml-crows-bike__poly-main,\n  .fml-crows-bike__poly-side {\n    padding:clamp(26px,4vw,38px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-crows-bike__poly-main {\n    display:flex;\n    align-items:center;\n\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-crows-bike__poly-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-crows-bike__poly-side {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    min-height:180px;\n\n    color:var(--gold);\n\n    font-size:clamp(31px,5vw,54px);\n    font-weight:950;\n    letter-spacing:-.05em;\n    text-align:center;\n    line-height:1;\n  }\n\n\n  \/* =========================================================\n     HANDLING \/ TURBO\n     ========================================================= *\/\n\n  .fml-crows-bike__included {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:28px;\n  }\n\n  .fml-crows-bike__included-card {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(24px,3vw,32px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-crows-bike__included-card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:82px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-crows-bike__included-card p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.76;\n  }\n\n  .fml-crows-bike__included-card strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     VARIANTS\n     ========================================================= *\/\n\n  .fml-crows-bike__variant {\n    margin-top:16px;\n    padding:clamp(25px,4vw,37px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      rgba(255,255,255,.015);\n  }\n\n  .fml-crows-bike__variant p {\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     LORE\n     ========================================================= *\/\n\n  .fml-crows-bike__lore {\n    display:grid;\n    gap:16px;\n\n    margin-top:28px;\n    padding:clamp(28px,4vw,42px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:5px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.08),\n        transparent 38%\n      ),\n      var(--panel);\n  }\n\n  .fml-crows-bike__lore p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-crows-bike__lore strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     LORE TAGS\n     ========================================================= *\/\n\n  .fml-crows-bike__uses {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:4px;\n  }\n\n  .fml-crows-bike__use {\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:rgba(255,255,255,.016);\n\n    color:var(--white);\n\n    font-size:15px;\n    font-weight:800;\n    text-align:center;\n  }\n\n\n  \/* =========================================================\n     PREVIEW\n     ========================================================= *\/\n\n  .fml-crows-bike__preview {\n    display:grid;\n    gap:12px;\n\n    margin-top:28px;\n  }\n\n  .fml-crows-bike__preview-item {\n    padding:21px 22px;\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n\n    color:var(--muted);\n\n    font-size:15px;\n    line-height:1.72;\n  }\n\n  .fml-crows-bike__preview-item::before {\n    content:\"\";\n    display:inline-block;\n\n    width:8px;\n    height:1px;\n    margin:0 12px 4px 0;\n\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     END NOTE\n     ========================================================= *\/\n\n  .fml-crows-bike__final {\n    margin-top:28px;\n    padding:clamp(28px,4vw,40px);\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-crows-bike__final p {\n    max-width:940px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(18px,2vw,24px);\n    font-weight:800;\n    line-height:1.62;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:900px) {\n    .fml-crows-bike__poly {\n      grid-template-columns:1fr;\n    }\n\n    .fml-crows-bike__poly-side {\n      min-height:130px;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-crows-bike {\n      padding-top:8px;\n    }\n\n    .fml-crows-bike__hero {\n      padding:30px 20px;\n    }\n\n    .fml-crows-bike__model {\n      padding:26px 20px;\n    }\n\n    .fml-crows-bike__included,\n    .fml-crows-bike__uses {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-crows-bike *,\n    .fml-crows-bike *::before,\n    .fml-crows-bike *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-crows-bike\"\u003e\n\n  \u003cheader class=\"fml-crows-bike__hero\"\u003e\n\n    \u003ch2 class=\"fml-crows-bike__title\"\u003e\n      🏍️ \u003cstrong\u003eThe Crows Motorcycle Pack\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fml-crows-bike__lead\"\u003e\n      A custom, high-quality motorcycle asset for FiveM — optimized for performance and built with lore-friendly design in mind. It’s not just a model; it comes ready to ride.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003csection class=\"fml-crows-bike__section\"\u003e\n\n    \u003ch2 class=\"fml-crows-bike__section-title\"\u003e\n      What's Included\n    \u003c\/h2\u003e\n\n\n    \u003ch3 class=\"fml-crows-bike__subheading\"\u003e\n      🚀 Model \u0026amp; Design\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__model\"\u003e\n\n      \u003cul class=\"fml-crows-bike__model-list\"\u003e\n\n        \u003cli\u003e\n          A sleek, stylish motorcycle with sharp edges and detailed texturing.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Built using optimized Level of Detail (LOD) systems — so even at distance, the bike looks clean without lagging down your server.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__poly\"\u003e\n\n      \u003cdiv class=\"fml-crows-bike__poly-main\"\u003e\n\n        \u003cp\u003e\n          Approximately 173K polygons total — focused polycount means good visuals without bloating VRAM.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-crows-bike__poly-side\"\u003e\n        173K\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ch3 class=\"fml-crows-bike__subheading\"\u003e\n      ⚙️ Handling File \u0026amp; Turbo Kit Option\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__included\"\u003e\n\n      \u003carticle class=\"fml-crows-bike__included-card\"\u003e\n\n        \u003cp\u003e\n          ✅ A pre-made handling file that adjusts how the bike drives (speed limits, acceleration curves).\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-crows-bike__included-card\"\u003e\n\n        \u003cp\u003e\n          ✅ Optional turbo kit model you can install if players want extra horsepower… unlockable via script or event?\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__variant\"\u003e\n\n      \u003cp\u003e\n        Creates unique variants: standard vs. turbo-charged versions of same vehicle!\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-crows-bike__section\"\u003e\n\n    \u003ch2 class=\"fml-crows-bike__section-title\"\u003e\n      Lore-Friendly TOS Approved Design\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__lore\"\u003e\n\n      \u003cp\u003e\n        Model respects community guidelines and is \"TOS-friendly\" — meaning no copyright violations or offensive designs. Perfect for use on public servers where assets are vetted.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Also fits well into any urban biker gang lore,\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fml-crows-bike__uses\"\u003e\n\n        \u003cdiv class=\"fml-crows-bike__use\"\u003e\n          street racing RP,\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fml-crows-bike__use\"\u003e\n          or open-world chaos setups...\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        You won’t stick out like a sore thumb—this thing blends right in!\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-crows-bike__section\"\u003e\n\n    \u003ch2 class=\"fml-crows-bike__section-title\"\u003e\n      Preview Assets Available\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__preview\"\u003e\n\n      \u003cdiv class=\"fml-crows-bike__preview-item\"\u003e\n        Before buying? Check out:\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-crows-bike__preview-item\"\u003e\n        Multiple screenshots showing front\/back\/side views…\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-crows-bike__preview-item\"\u003e\n        In-game riding posture examples…\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-crows-bike__preview-item\"\u003e\n        And one short preview video demonstrating how it handles on roads—tires screeching around corners realistically!\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-crows-bike__final\"\u003e\n\n      \u003cp\u003e\n        All these files are provided on product page as reference...\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Mystimate","offers":[{"title":"Default Title","offer_id":45787326709869,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/9870acb82e3bb97488643845f3e2591b42f92607.jpg?v=1788690509","url":"https:\/\/fivem-lab.com\/products\/crows-motorcycle-pack-fivem-vehicle","provider":"Fivem-Lab","version":"1.0","type":"link"}