{"title":"Kinetics Shield Gel Polish","description":"\u003cstyle\u003e\n  :root {\n    --blush: #faf5f3;\n    --rose: #d4736a;\n    --rose-light: #f5e0dc;\n    --rose-dark: #a04e47;\n    --ink: #1e1a19;\n    --ink-muted: #4a4340;\n    --ink-subtle: #8a7f7c;\n    --border: #e8deda;\n  }\n\n  .bp-collection-header *,\n  .bp-collection-header *::before,\n  .bp-collection-header *::after { box-sizing: border-box; }\n\n  .bp-collection-header {\n    max-width: none;\n    margin: 0 auto;\n    background: #fff;\n    padding: 12px 0 16px;\n    color: var(--ink);\n  }\n\n  .bp-collection-header details { margin: 0; text-align: center; }\n\n  .bp-about-row {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    list-style: none;\n    cursor: pointer;\n    padding: 0;\n  }\n\n  .bp-about-row::-webkit-details-marker { display: none; }\n  .bp-about-row::marker { display: none; }\n\n  .bp-about-label {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--ink-subtle);\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  .bp-about-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    background: #fff;\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--ink-muted);\n    white-space: nowrap;\n    line-height: 1;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;\n  }\n\n  .bp-about-row:hover .bp-about-pill {\n    border-color: var(--ink);\n    color: #fff;\n    background: var(--ink);\n  }\n\n  details[open] .bp-about-pill {\n    background: var(--ink);\n    border-color: var(--ink);\n    color: #fff;\n    box-shadow: 0 2px 8px rgba(30,26,25,0.2);\n  }\n\n  .bp-about-pill__icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    border: 1px solid currentColor;\n    font-size: 11px;\n    line-height: 1;\n    flex-shrink: 0;\n    opacity: 0.7;\n    transition: transform 0.2s;\n    font-style: normal;\n  }\n\n  details[open] .bp-about-pill__icon {\n    transform: rotate(45deg);\n    opacity: 1;\n  }\n\n  .bp-about-panel {\n    border: 1px solid var(--border);\n    border-top: 2px solid var(--rose);\n    padding: 14px 18px 13px;\n    margin-top: 10px;\n    background: var(--blush);\n    text-align: center;\n  }\n\n  .bp-about-panel__desc {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--ink-muted);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .bp-subnav {\n    position: relative;\n    padding: 12px 16px 0;\n    margin-top: 12px;\n    border-top: 1px solid var(--border);\n  }\n\n  .bp-subnav.bp-subnav--standalone {\n    padding: 0 16px;\n    margin-top: 0;\n    border-top: 0;\n  }\n\n  .bp-subnav.bp-subnav--standalone::before,\n  .bp-subnav.bp-subnav--standalone::after {\n    top: 0;\n  }\n\n  \/* Fade gradients only appear in mobile (overflow-scroll) mode — see media query below. *\/\n  .bp-subnav::before,\n  .bp-subnav::after {\n    content: '';\n    position: absolute;\n    top: 12px;\n    bottom: 6px;\n    width: 32px;\n    pointer-events: none;\n    z-index: 1;\n    display: none;\n  }\n  .bp-subnav::before { left: 0; background: linear-gradient(to right, #fff, transparent); }\n  .bp-subnav::after { right: 0; background: linear-gradient(to left, #fff, transparent); }\n\n  .bp-subnav__track {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    overflow-x: auto;\n    scroll-behavior: smooth;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n    padding: 4px 8px 6px;\n    flex-wrap: wrap;\n    justify-content: center;\n    row-gap: 6px;\n  }\n\n  .bp-subnav__track::-webkit-scrollbar { display: none; }\n\n  .bp-subnav__label {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--ink-subtle);\n    white-space: nowrap;\n    flex-shrink: 0;\n    margin-right: 2px;\n  }\n\n  .bp-subnav__link {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--ink-muted);\n    text-decoration: none;\n    padding: 5px 14px;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    background: #fff;\n    white-space: nowrap;\n    flex-shrink: 0;\n    transition: background 0.15s, color 0.15s, border-color 0.15s;\n  }\n\n  .bp-subnav__link:hover,\n  .bp-subnav__link.is-active {\n    background: var(--ink);\n    color: #fff;\n    border-color: var(--ink);\n  }\n\n  @media (max-width: 600px) {\n    .bp-subnav__label { display: none; }\n    .bp-subnav__track {\n      gap: 6px;\n      flex-wrap: nowrap;\n      \/* \"safe center\" centers when content fits, falls back to left-align\n         when overflowing so the first pill is always visible. *\/\n      justify-content: safe center;\n    }\n    .bp-subnav::before,\n    .bp-subnav::after { display: block; }\n    .bp-about-panel__desc { font-size: 12.5px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bp-collection-header\"\u003e\n  \u003cnav class=\"bp-subnav bp-subnav--standalone\" aria-label=\"Kinetics Shield Gel Polish sub-collections\"\u003e\n    \u003cdiv class=\"bp-subnav__track\"\u003e\n      \u003cspan class=\"bp-subnav__label\"\u003eBrowse\u003c\/span\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/kinetics\"\u003eShop all Kinetics\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"kinetics-shield-gel-polish-emerald-665","title":"Kinetics Shield Gel Polish - Emerald #665","description":"\u003cp\u003eKinetics Shield gel polish in Emerald #665 carries the quiet authority of a deep forest after the first frost. This is a rich, cool-toned green rooted in the depth of raw malachite and dense evergreen canopy. It reads grounded and refined, a classic creme finish with the saturated pigment Shield is known for.\u003c\/p\u003e\n\u003cp\u003eWith up to 100% coverage and a streak-free application, Emerald delivers a flawless result in two thin coats. The signature black matte bottle with its hand-painted cap makes this shade effortless to identify at a glance. Compatible with LED, UV\/LED, and UV lamps.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444449843,"sku":"KIN-KGP665N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Emerald-665-Gel-Polish-at-Beyond-Polish.jpg?v=1789510798"},{"product_id":"kinetics-shield-gel-polish-ruby-crush-667","title":"Kinetics Shield Gel Polish - Ruby Crush #667","description":"\u003cp\u003eKinetics Shield Ruby Crush #667 is a rich, molten garnet red with a luminous shimmer finish. Deep and saturated, it reads as a warm, red-leaning burgundy with crimson undertones, somewhere between a ruby gemstone and flickering candlelight. The color is velvety in presence and electric in light, making it a refined choice for any occasion.\u003c\/p\u003e\n\u003cp\u003eThe Shield formula delivers up to 100% coverage in a streak-free, chip-resistant application. Packaged in Kinetics' iconic black matte bottle with a hand-painted cap, this professional-grade gel polish cures in LED, UV\/LED, and UV lamps for a flawless, long-lasting result.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Shimmer\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444482611,"sku":"KIN-KGP667N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Ruby-Crush-667-Gel-Polish-at-Beyond-Polish.jpg?v=1789510806"},{"product_id":"kinetics-shield-gel-polish-moonstone-672","title":"Kinetics Shield Gel Polish - Moonstone #672","description":"\u003cp\u003eKinetics Shield Moonstone #672 opens with the quiet luminosity of a milky white. It is a cool, near-neutral white with a soft silver undertone, landing somewhere between snow and silk. The creme finish reads smooth and opaque, casting a gentle glow that feels refined without trying too hard. It suits every skin tone, every season, and every mood that calls for stillness.\u003c\/p\u003e\n\n\u003cp\u003eFormulated as part of the Shield professional-grade gel polish line, Moonstone delivers streak-free, buildable coverage in a sleek black matte bottle with a hand-painted cap for effortless shade identification. Its HEMA-free formula is gentler on the skin, reducing the risk of irritation while still delivering long-lasting, chip-resistant wear.\u003c\/p\u003e\n\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444515379,"sku":"KIN-KGP672N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Moonstone-672-Gel-Polish-at-Beyond-Polish.jpg?v=1789510814"},{"product_id":"kinetics-shield-gel-polish-opal-670","title":"Kinetics Shield Gel Polish - Opal #670","description":"\u003cp\u003eKinetics Shield Opal #670 is a soft, blush-toned pink with a luminous creme finish. It carries a cool, rose-leaning undertone, somewhere between a sheer petal and a milky quartz. Opal flakes drift through the formula, catching light with a quiet, shifting warmth. The effect is delicate without being timid, refined without trying too hard.\u003c\/p\u003e\n\u003cp\u003eThis professional-grade gel polish delivers up to 100% coverage in a streak-free, buildable application. The HEMA-free formula is gentle on the skin and cures in LED, UV\/LED, and UV lamps. The signature black matte bottle features a hand-painted cap in the actual shade, making it easy to find at a glance.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444580915,"sku":"KIN-KGP670N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Opal-670-Gel-Polish-at-Beyond-Polish.jpg?v=1789510821"},{"product_id":"kinetics-shield-gel-polish-growth-663","title":"Kinetics Shield Gel Polish - Growth #663","description":"\u003cp\u003eKinetics Shield gel polish in Growth #663 carries the quiet mood of a forest floor in autumn. It is a dusty, muted moss green with warm, earthy undertones, sitting somewhere between velvet foliage and worn camouflage. The creme finish delivers a smooth, opaque result with a classic glossy shine that feels grounded and refined.\u003c\/p\u003e\n\u003cp\u003eGrowth is part of the Shield line of 250+ professional-grade, highly pigmented gel colors. Each shade offers up to 100% coverage with a streak-free application, housed in a sleek black matte bottle with a hand-painted cap for effortless shade identification.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444613683,"sku":"KIN-KGP663N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Growth-663-Gel-Polish-at-Beyond-Polish.jpg?v=1789509778"},{"product_id":"kinetics-shield-gel-polish-digital-676","title":"Kinetics Shield Gel Polish - Digital #676","description":"\u003cp\u003eKinetics Shield Digital #676 wraps nails in a cool, blue-leaning midtone with soft, hazy depth. Think aura, ice, and silence; this shade carries a calm, slightly surreal quality that feels polished without effort. The creme finish delivers smooth, opaque color in a streak-free application that reads as quietly refined from every angle.\u003c\/p\u003e\n\n\u003cp\u003eThe Shield formula brings professional-grade pigmentation to a HEMA-free, chip-resistant gel polish. Up to 100% coverage builds effortlessly across two thin layers, curing cleanly under LED, UV\/LED, and UV lamps. The signature black matte bottle with its hand-painted cap makes this luminous shade easy to spot in any collection.\u003c\/p\u003e\n\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444744755,"sku":"KIN-KGP676N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Digital-676-Gel-Polish-at-Beyond-Polish.jpg?v=1789510834"},{"product_id":"kinetics-shield-gel-polish-power-white-901","title":"Kinetics Shield Gel Polish - Power White #901","description":"\u003cp\u003eKinetics Shield™ Power White #901 is a clean, confident creme that means business. It is a pure, cool-toned white with no hint of cream or yellow, delivering a crisp, high-contrast finish that reads polished from every angle. The formula applies streak-free in thin layers, building to full, saturated coverage with ease.\u003c\/p\u003e\n\u003cp\u003eThe signature black matte bottle with a hand-painted white cap makes this shade effortless to spot in any collection. HEMA-free and cruelty-free, it cures across LED, UV\/LED, and UV lamps for a long-lasting, chip-resistant result.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444777523,"sku":"KIN-KGP901N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Power-White-901-Gel-Polish-at-Beyond-Polish.jpg?v=1789509787"},{"product_id":"kinetics-shield-gel-polish-botanica-682","title":"Kinetics Shield Gel Polish - Botanica #682","description":"\u003cp\u003eKinetics Shield gel polish in Botanica #682 draws you into the quiet depths of an ancient forest. This is a deep, shadowy teal with cool, blue-leaning undertones, a color that feels rooted and commanding in equal measure. The creme finish delivers a smooth, opaque look with a classic glossy shine.\u003c\/p\u003e\n\u003cp\u003ePart of the Shield line of 250+ professional-grade, highly pigmented shades, Botanica offers up to 100% coverage with a streak-free application. The HEMA-free formula is less likely to cause skin irritation, and the signature black matte bottle with a hand-painted cap makes shade selection effortless.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrepare the nail surface and apply the Shield™ base coat of your choice. Follow the base coat selector to choose the right base for your nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply Shield™ color in a thin layer and cure for 30 seconds in an LED or UV\/LED lamp, or 90 seconds in a UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second layer and cure again using the same timing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a Shield™ top coat of your choice as the final step.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, TPO-Free, Cruelty-Free, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444810291,"sku":"KIN-KGP682N","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Gel-Polish-Botanica-682-Gel-Polish-at-Beyond-Polish.jpg?v=1789510841"}],"url":"https:\/\/www.beyondpolish.com\/collections\/kinetics-shield-gel-polish.oembed","provider":"Beyond Polish","version":"1.0","type":"link"}