{"product_id":"fyg-portable-smart-tyre-inflator","title":"FYG Portable Smart Inflator","description":"\u003cstyle\u003e\n  .fyg-inflator {\n    --fyg-text: #111111;\n    --fyg-muted: #6b6b6b;\n    --fyg-border: #e9e9e9;\n    --fyg-bg: #f8f8f8;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 10px 0 30px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--fyg-text);\n    box-sizing: border-box;\n  }\n\n  .fyg-inflator *,\n  .fyg-inflator *::before,\n  .fyg-inflator *::after {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .fyg-hero {\n    text-align: center;\n    padding: 42px 20px 38px;\n    border-bottom: 1px solid var(--fyg-border);\n    animation: fygFadeUp .8s ease both;\n  }\n\n  .fyg-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #777;\n    margin-bottom: 15px;\n  }\n\n  .fyg-eyebrow::before {\n    content: \"\";\n    width: 22px;\n    height: 1px;\n    background: #111;\n  }\n\n  .fyg-hero h2 {\n    margin: 0;\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.05;\n    letter-spacing: -1.8px;\n    font-weight: 800;\n  }\n\n  .fyg-hero h2 span {\n    display: block;\n    color: #777;\n    font-weight: 500;\n  }\n\n  .fyg-hero p {\n    max-width: 690px;\n    margin: 20px auto 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--fyg-muted);\n  }\n\n  \/* STATS *\/\n  .fyg-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: var(--fyg-border);\n    border: 1px solid var(--fyg-border);\n    border-radius: 18px;\n    overflow: hidden;\n    margin: 34px 0;\n    animation: fygFadeUp .8s .15s ease both;\n  }\n\n  .fyg-stat {\n    background: #fff;\n    text-align: center;\n    padding: 25px 15px;\n    transition: background .3s ease, transform .3s ease;\n  }\n\n  .fyg-stat:hover {\n    background: var(--fyg-bg);\n    transform: translateY(-2px);\n  }\n\n  .fyg-stat strong {\n    display: block;\n    font-size: 27px;\n    line-height: 1;\n    letter-spacing: -1px;\n    margin-bottom: 7px;\n  }\n\n  .fyg-stat span {\n    font-size: 11px;\n    color: #777;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 600;\n  }\n\n  \/* SECTION TITLE *\/\n  .fyg-section-title {\n    text-align: center;\n    margin: 48px 0 24px;\n    animation: fygFadeUp .8s .2s ease both;\n  }\n\n  .fyg-section-title h3 {\n    margin: 0;\n    font-size: 26px;\n    letter-spacing: -0.8px;\n  }\n\n  .fyg-section-title p {\n    margin: 8px 0 0;\n    color: #888;\n    font-size: 14px;\n  }\n\n  \/* FEATURES *\/\n  .fyg-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .fyg-feature {\n    position: relative;\n    padding: 25px;\n    border: 1px solid var(--fyg-border);\n    border-radius: 18px;\n    background: #fff;\n    overflow: hidden;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: fygFeatureIn .7s ease forwards;\n  }\n\n  .fyg-feature:nth-child(1) { animation-delay: .1s; }\n  .fyg-feature:nth-child(2) { animation-delay: .18s; }\n  .fyg-feature:nth-child(3) { animation-delay: .26s; }\n  .fyg-feature:nth-child(4) { animation-delay: .34s; }\n  .fyg-feature:nth-child(5) { animation-delay: .42s; }\n  .fyg-feature:nth-child(6) { animation-delay: .50s; }\n  .fyg-feature:nth-child(7) { animation-delay: .58s; }\n\n  .fyg-feature::after {\n    content: \"\";\n    position: absolute;\n    width: 110px;\n    height: 110px;\n    right: -55px;\n    top: -55px;\n    border-radius: 50%;\n    background: #f5f5f5;\n    transition: transform .5s ease;\n  }\n\n  .fyg-feature:hover::after {\n    transform: scale(1.7);\n  }\n\n  .fyg-feature:hover {\n    border-color: #d5d5d5;\n    transform: translateY(-3px);\n    transition: transform .3s ease, border-color .3s ease;\n  }\n\n  .fyg-number {\n    position: relative;\n    z-index: 2;\n    display: inline-flex;\n    width: 34px;\n    height: 34px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #111;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    margin-bottom: 17px;\n  }\n\n  .fyg-feature h4 {\n    position: relative;\n    z-index: 2;\n    margin: 0 0 8px;\n    font-size: 17px;\n    letter-spacing: -0.3px;\n  }\n\n  .fyg-feature p {\n    position: relative;\n    z-index: 2;\n    margin: 0;\n    color: #707070;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* UNIVERSAL FIT *\/\n  .fyg-fit {\n    margin-top: 12px;\n    padding: 28px;\n    border-radius: 18px;\n    background: #111;\n    color: #fff;\n    overflow: hidden;\n    position: relative;\n    animation: fygFadeUp .8s .4s ease both;\n  }\n\n  .fyg-fit::before {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 50%;\n    right: -70px;\n    top: -100px;\n  }\n\n  .fyg-fit h3 {\n    position: relative;\n    margin: 0 0 7px;\n    font-size: 20px;\n  }\n\n  .fyg-fit p {\n    position: relative;\n    margin: 0;\n    max-width: 650px;\n    color: #bdbdbd;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .fyg-tags {\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 19px;\n  }\n\n  .fyg-tag {\n    padding: 8px 12px;\n    border: 1px solid rgba(255,255,255,.15);\n    border-radius: 50px;\n    color: #ddd;\n    font-size: 11px;\n    transition: all .25s ease;\n  }\n\n  .fyg-tag:hover {\n    background: #fff;\n    color: #111;\n  }\n\n  \/* CLOSING *\/\n  .fyg-closing {\n    text-align: center;\n    padding: 52px 20px 20px;\n    animation: fygFadeUp .8s .5s ease both;\n  }\n\n  .fyg-closing h3 {\n    margin: 0;\n    font-size: clamp(24px, 4vw, 34px);\n    letter-spacing: -1px;\n  }\n\n  .fyg-closing p {\n    margin: 11px auto 0;\n    color: #777;\n    font-size: 14px;\n  }\n\n  \/* ANIMATIONS *\/\n  @keyframes fygFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes fygFeatureIn {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 650px) {\n    .fyg-inflator {\n      padding: 5px 0 20px;\n    }\n\n    .fyg-hero {\n      padding: 30px 15px;\n    }\n\n    .fyg-hero h2 {\n      letter-spacing: -1.2px;\n    }\n\n    .fyg-hero p {\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    .fyg-stats {\n      grid-template-columns: 1fr;\n      margin: 25px 0;\n    }\n\n    .fyg-stat {\n      padding: 19px;\n    }\n\n    .fyg-features {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .fyg-feature {\n      padding: 21px;\n    }\n\n    .fyg-section-title {\n      margin-top: 36px;\n    }\n\n    .fyg-fit {\n      padding: 23px;\n    }\n\n    .fyg-closing {\n      padding-top: 40px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .fyg-hero,\n    .fyg-stats,\n    .fyg-section-title,\n    .fyg-feature,\n    .fyg-fit,\n    .fyg-closing {\n      animation: none !important;\n      opacity: 1 !important;\n      transform: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fyg-inflator\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"fyg-hero\"\u003e\n    \u003cdiv class=\"fyg-eyebrow\"\u003eFYG Performance\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Inflate Smarter.\n      \u003cspan\u003eDrive Safer.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Meet the FYG Portable Smart Tyre Inflator — your compact,\n      always-ready companion for perfectly inflated tyres every time.\n      Fast, precise and built for life on the go.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK STATS --\u003e\n  \u003cdiv class=\"fyg-stats\"\u003e\n    \u003cdiv class=\"fyg-stat\"\u003e\n      \u003cstrong\u003e38L\/min\u003c\/strong\u003e\n      \u003cspan\u003eAirflow\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-stat\"\u003e\n      \u003cstrong\u003e\u0026lt;1 Min\u003c\/strong\u003e\n      \u003cspan\u003e25 → 36 PSI\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-stat\"\u003e\n      \u003cstrong\u003e4 Modes\u003c\/strong\u003e\n      \u003cspan\u003ePressure Display\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"fyg-section-title\"\u003e\n    \u003ch3\u003eBuilt for the Road\u003c\/h3\u003e\n    \u003cp\u003eSmart features packed into a compact design.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fyg-features\"\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e01\u003c\/div\u003e\n      \u003ch4\u003e3X Faster Inflation\u003c\/h4\u003e\n      \u003cp\u003e\n        Go from 25 PSI to 36 PSI in under 1 minute, helping you get\n        back on the road without unnecessary waiting.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e02\u003c\/div\u003e\n      \u003ch4\u003eAll-Copper Motor\u003c\/h4\u003e\n      \u003cp\u003e\n        A turbo-design airflow system delivers up to 38L\/min for\n        powerful and consistent inflation performance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e03\u003c\/div\u003e\n      \u003ch4\u003eSmart Auto-Stop\u003c\/h4\u003e\n      \u003cp\u003e\n        Set your desired pressure and let the inflator do the work.\n        It automatically stops when your target is reached.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e04\u003c\/div\u003e\n      \u003ch4\u003eDigital LCD Display\u003c\/h4\u003e\n      \u003cp\u003e\n        Easily monitor pressure with support for PSI, Bar, kPa and\n        kg\/cm² — giving you the reading you need at a glance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e05\u003c\/div\u003e\n      \u003ch4\u003eSOS LED Light\u003c\/h4\u003e\n      \u003cp\u003e\n        A built-in emergency light adds extra visibility when checking\n        or inflating your tyres in low-light roadside conditions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e06\u003c\/div\u003e\n      \u003ch4\u003eCompact \u0026amp; Travel Ready\u003c\/h4\u003e\n      \u003cp\u003e\n        Measuring just 7.5 × 17.4 cm, its space-saving design fits\n        neatly into your glovebox, boot or travel bag.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyg-feature\"\u003e\n      \u003cdiv class=\"fyg-number\"\u003e07\u003c\/div\u003e\n      \u003ch4\u003eUniversal Fit\u003c\/h4\u003e\n      \u003cp\u003e\n        Includes 3 valve adapters for cars, motorcycles, bicycles\n        and sports balls, making it useful wherever you need it.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- UNIVERSAL USE --\u003e\n  \u003cdiv class=\"fyg-fit\"\u003e\n    \u003ch3\u003eOne Inflator. Multiple Uses.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Keep the FYG Portable Smart Tyre Inflator close by for everyday\n      driving, weekend adventures and unexpected roadside situations.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fyg-tags\"\u003e\n      \u003cspan class=\"fyg-tag\"\u003eCars\u003c\/span\u003e\n      \u003cspan class=\"fyg-tag\"\u003eMotorcycles\u003c\/span\u003e\n      \u003cspan class=\"fyg-tag\"\u003eBicycles\u003c\/span\u003e\n      \u003cspan class=\"fyg-tag\"\u003eSports Balls\u003c\/span\u003e\n      \u003cspan class=\"fyg-tag\"\u003eRoadside Use\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"fyg-closing\"\u003e\n    \u003ch3\u003ePrecision. Power. Portability.\u003c\/h3\u003e\n    \u003cp\u003eEngineered for precision. Built for life on the go.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"FYG","offers":[{"title":"Default Title","offer_id":55616443023651,"sku":null,"price":599.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/5748\/1507\/files\/image_78d6296b-4493-40a0-9a17-f9820fdc6e44.png?v=1789817642","url":"https:\/\/fygtech.co.za\/products\/fyg-portable-smart-tyre-inflator","provider":"FYG","version":"1.0","type":"link"}