{"product_id":"free-unisex-cowboy-belt-and-holster-addon-fivem-clothing","title":"Unisex Cowboy Belt \u0026 Holster Addon","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — COWBOY BELT \u0026 HOLSTER\n     FREE WESTERN WEAR ASSET\n     ========================================================= *\/\n\n  .fml-cowboy-belt {\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-cowboy-belt,\n  .fml-cowboy-belt *,\n  .fml-cowboy-belt *::before,\n  .fml-cowboy-belt *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-cowboy-belt h2,\n  .fml-cowboy-belt h3,\n  .fml-cowboy-belt p,\n  .fml-cowboy-belt ul {\n    margin:0;\n  }\n\n  .fml-cowboy-belt ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-cowboy-belt ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-cowboy-belt__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-cowboy-belt__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-cowboy-belt__title {\n    max-width:1050px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(40px,5.6vw,70px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.05em;\n    line-height:.98 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-cowboy-belt__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\n  \/* =========================================================\n     SECTION\n     ========================================================= *\/\n\n  .fml-cowboy-belt__section {\n    padding:clamp(54px,7vw,90px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-cowboy-belt__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-cowboy-belt__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\n     ========================================================= *\/\n\n  .fml-cowboy-belt__model {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 260px;\n    gap:16px;\n\n    margin-top:28px;\n  }\n\n  .fml-cowboy-belt__model-main,\n  .fml-cowboy-belt__model-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-cowboy-belt__model-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-cowboy-belt__model-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-cowboy-belt__model-main strong {\n    color:var(--white);\n  }\n\n  .fml-cowboy-belt__model-side {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    min-height:200px;\n\n    color:var(--gold);\n\n    font-size:clamp(30px,5vw,52px);\n    font-weight:950;\n    letter-spacing:-.05em;\n    text-align:center;\n    line-height:1;\n  }\n\n\n  \/* =========================================================\n     TEXTURE\n     ========================================================= *\/\n\n  .fml-cowboy-belt__texture {\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,.08),\n        transparent 36%\n      ),\n      var(--panel);\n  }\n\n  .fml-cowboy-belt__texture::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:90px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-cowboy-belt__texture p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-cowboy-belt__texture-list {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:22px;\n  }\n\n  .fml-cowboy-belt__texture-item {\n    padding: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,.016);\n\n    color:var(--text);\n\n    font-size:14px;\n    line-height:1.7;\n  }\n\n  .fml-cowboy-belt__texture-note {\n    margin-top:22px;\n    padding-top:20px;\n\n    border-top:1px solid var(--line);\n\n    color:var(--white) !important;\n    font-weight:750;\n  }\n\n\n  \/* =========================================================\n     HOW IT WORKS\n     ========================================================= *\/\n\n  .fml-cowboy-belt__access {\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-cowboy-belt__access p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-cowboy-belt__access em,\n  .fml-cowboy-belt__access strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     FREEDOM LIST\n     ========================================================= *\/\n\n  .fml-cowboy-belt__freedom {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:12px;\n\n    margin-top:26px;\n  }\n\n  .fml-cowboy-belt__freedom-item {\n    position:relative;\n\n    padding:22px;\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(--text);\n\n    font-size:15px;\n    font-weight:700;\n    line-height:1.7;\n  }\n\n\n  \/* =========================================================\n     LICENSE\n     ========================================================= *\/\n\n  .fml-cowboy-belt__license {\n    margin-top:26px;\n    padding:clamp(28px,4vw,40px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.09),\n        transparent 38%\n      ),\n      rgba(255,255,255,.016);\n  }\n\n  .fml-cowboy-belt__license p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-cowboy-belt__license p + p {\n    margin-top:18px !important;\n  }\n\n  .fml-cowboy-belt__license strong,\n  .fml-cowboy-belt__license em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     EXAMPLE\n     ========================================================= *\/\n\n  .fml-cowboy-belt__example {\n    margin-top:18px;\n    padding:22px 24px;\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:rgba(255,215,0,.035);\n\n    color:var(--white);\n    font-size:15px;\n    font-weight:750;\n    line-height:1.7;\n  }\n\n\n  \/* =========================================================\n     FINAL\n     ========================================================= *\/\n\n  .fml-cowboy-belt__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-cowboy-belt__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-cowboy-belt__model {\n      grid-template-columns:1fr;\n    }\n\n    .fml-cowboy-belt__model-side {\n      min-height:130px;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-cowboy-belt {\n      padding-top:8px;\n    }\n\n    .fml-cowboy-belt__hero {\n      padding:30px 20px;\n    }\n\n    .fml-cowboy-belt__texture-list,\n    .fml-cowboy-belt__freedom {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-cowboy-belt *,\n    .fml-cowboy-belt *::before,\n    .fml-cowboy-belt *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-cowboy-belt\"\u003e\n\n  \u003cheader class=\"fml-cowboy-belt__hero\"\u003e\n\n    \u003ch2 class=\"fml-cowboy-belt__title\"\u003e\n      \u003cstrong\u003eCowboy Belt \u0026amp; Holster – Free Western Wear Asset\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fml-cowboy-belt__lead\"\u003e\n      This here’s a free, unisex cowboy belt and holster model — simple, clean, and ready to slap onto your FiveM character. Perfect for anyone rollin’ out as a gunslinger, lawman… or just some tough desert rider.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003csection class=\"fml-cowboy-belt__section\"\u003e\n\n    \u003ch2 class=\"fml-cowboy-belt__section-title\"\u003e\n      What’s Included\n    \u003c\/h2\u003e\n\n\n    \u003ch3 class=\"fml-cowboy-belt__subheading\"\u003e\n      🎯 The Model\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__model\"\u003e\n\n      \u003cdiv class=\"fml-cowboy-belt__model-main\"\u003e\n\n        \u003cp\u003e\n          A low-poly 3D belt with attached holster — designed to fit standard male\/female avatars without clipping.\n          Polycount: \u003cstrong\u003e7,952 polygons\u003c\/strong\u003e (including LODs) — optimized so it won’t drag down performance even on older PCs.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003caside class=\"fml-cowboy-belt__model-side\"\u003e\n        7,952\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ch3 class=\"fml-cowboy-belt__subheading\"\u003e\n      🖼️ Texture\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__texture\"\u003e\n\n      \u003cp\u003e\n        One high-res texture file included:\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fml-cowboy-belt__texture-list\"\u003e\n\n        \u003cdiv class=\"fml-cowboy-belt__texture-item\"\u003e\n          - Rustic leather look.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fml-cowboy-belt__texture-item\"\u003e\n          - Weathered brown hue with subtle stitching details visible up close.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cp class=\"fml-cowboy-belt__texture-note\"\u003e\n        No extra materials needed—just plug this in!\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-cowboy-belt__section\"\u003e\n\n    \u003ch2 class=\"fml-cowboy-belt__section-title\"\u003e\n      How It Works\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__access\"\u003e\n\n      \u003cp\u003e\n        The package is \u003cem\u003eunescrowed\u003c\/em\u003e, meaning there's no encrypted folder or protected access—you get the raw .ytd model files (.zip archive) that you can edit if needed (using tools like Blender).\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ch3 class=\"fml-cowboy-belt__subheading\"\u003e\n      You’re free to:\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__freedom\"\u003e\n\n      \u003cdiv class=\"fml-cowboy-belt__freedom-item\"\u003e\n        ✔ Add it to clothing packs,\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-cowboy-belt__freedom-item\"\u003e\n        ✔ Include in mod bundles,\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-cowboy-belt__freedom-item\"\u003e\n        ✔ Or tweak textures yourself...\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__license\"\u003e\n\n      \u003cp\u003e\n        All while keeping original license terms:\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It was sourced from Sketchfab under \u003cstrong\u003eCC-Attribution\u003c\/strong\u003e, created by \u003cem\u003ecyril43\u003c\/em\u003e. So if you redistribute? Give credit back where due!\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__example\"\u003e\n      (Example: “Belt by cyril43”)\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-cowboy-belt__final\"\u003e\n\n      \u003cp\u003e\n        No subscription required. No support provided either though... this is purely an asset drop!\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Popcornrp Store","offers":[{"title":"Default Title","offer_id":45787343749229,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/18437d170ca3bfd7c2750d140908e16c90b8b919.jpg?v=1788690553","url":"https:\/\/fivem-lab.com\/products\/free-unisex-cowboy-belt-and-holster-addon-fivem-clothing","provider":"Fivem-Lab","version":"1.0","type":"link"}