{"title":"Kinetics Shield Fiber Base","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 Fiber Base 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-fiber-base-natural-pink-902","title":"Kinetics Shield Fiber Base - Natural Pink #902","description":"\u003cp\u003eKinetics Shield™ Fiber Base in Natural Pink #902 is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers reinforce the nail structure while a flexible rubber base keeps the formula comfortable and resilient. The medium-thick consistency applies smoothly, and the wide-neck bottle makes precision effortless. Natural Pink #902 is a soft, warm-leaning nude pink with peachy undertones, sitting naturally against a wide range of skin tones.\u003c\/p\u003e\n\n\u003cp\u003eThis HEMA-free formula delivers up to 28 days of long-lasting wear with a significantly reduced risk of skin irritation. It cures under LED, UV\/LED, and UV lamps, and is designed exclusively for use with a builder application technique. Available in six curated nudes, each shade is color-matched across the Shield™ Ceramic Base, Classic Gel, and Jelly Gel lines.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor soak-off removal: sanitize hands, use a 120\/180 grit file to remove the top coat until the shine is completely gone, soak a wipe in Polish Remover Red Lizard and wrap it in foil on each nail, leave it to soak off for 15 minutes, remove the foil, use a cuticle pusher to remove excess product from the nail, then buff and shape the nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor removal with drill: sanitize hands, use a drilling machine to remove 90% of the material, check to ensure there are no remaining pockets, then proceed with soak off or proceed with refill for complete removal.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eNote: Shield™ Fiber Base can be used in a builder application technique only.\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\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear, Builder Gel\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Nude Pink\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445105203,"sku":"KIN-KFB902","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Natural-Pink-902-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509801"},{"product_id":"kinetics-shield-fiber-base-dark-sand-927","title":"Kinetics Shield Fiber Base - Dark Sand #927","description":"\u003cp\u003eKinetics Shield™ Fiber Base in Dark Sand #927 is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers reinforce the nail structure while a flexible rubber base keeps the formula comfortable and chip-resistant. The medium-thick consistency makes application smooth and precise, aided by a wide-neck bottle designed for easy handling. Dark Sand is a warm, neutral nude with soft beige undertones, sitting at the sandy midpoint between ivory and tan. It pairs effortlessly with the full Shield™ range and is colour-matched across Ceramic Base, Classic Gel, and Jelly Gel.\u003c\/p\u003e\n\n\u003cp\u003eThe HEMA-free formula reduces the risk of skin irritation, itching, and redness. Compatible with LED, UV\/LED, and UV lamps, this base coat delivers up to 28 days of long-lasting wear. It is designed for builder application technique only.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo remove, soak off using a 120\/180 grit file to remove shine, soak a wipe in Polish Remover Red Lizard, wrap in foil, and leave for 15 minutes. Remove foil, use a cuticle pusher to clear excess, then buff and shape. Alternatively, use a drilling machine to remove 90% of the material, check for remaining pockets, then proceed with soak-off or refill. Always sanitize hands before removal.\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\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSystem:\u003c\/strong\u003e Builder Gel, builder application technique only\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445137971,"sku":"KIN-KFB927","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Dark-Sand-927-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509802"},{"product_id":"kinetics-shield-fiber-base-light-rose-928","title":"Kinetics Shield Fiber Base - Light Rose #928","description":"\u003cp\u003eKinetics Shield™ Fiber Base in Light Rose #928 is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers reinforce the nail structure while a flexible rubber formula moves with the nail for long-lasting comfort. The shade is a soft, neutral-leaning pink with warm, skin-flattering undertones, offering a milky, sheer coverage that suits a wide range of skin tones.\u003c\/p\u003e\n\n\u003cp\u003eThe medium-thick consistency makes application smooth and controlled. This HEMA-free formula reduces the risk of itching, redness, and peeling on the skin. Compatible with LED, UV\/LED, and UV lamps, it delivers up to 28 days of wear. Note: Shield™ Fiber Base is suitable for builder application technique only.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo remove: soak off using a 120\/180 grit file to remove shine, then soak a wipe in Polish Remover Red Lizard, wrap in foil on each nail, and leave for 15 minutes. Remove foil, use a cuticle pusher to clear any excess product, then buff and shape. Alternatively, use a drilling machine to remove 90% of the material, check for remaining pockets, and proceed with soak-off or refill. Always sanitize hands before removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445170739,"sku":"KIN-KFB928","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Light-Rose-928-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509804"},{"product_id":"kinetics-shield-fiber-base-milky-white-906","title":"Kinetics Shield Fiber Base - Milky White #906","description":"\u003cp\u003eKinetics Shield™ Fiber Base in Milky White #906 is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers woven into the formula reinforce the nail structure, while a flexible rubber base keeps the wear comfortable and chip-resistant. The medium-thick consistency layers smoothly, and the wide-neck bottle makes precise application effortless. A soft, milky white tone with neutral undertones, this is a clean, cool-leaning white with an almost translucent, velvety quality that works as a buildable base across every skin tone.\u003c\/p\u003e\n\n\u003cp\u003eThe HEMA-free formula is designed to reduce the risk of skin irritation, making it a refined choice for sensitive clients. Shield™ Fiber Base cures under LED, UV\/LED, and UV lamps, and is compatible with a builder application technique only for long-lasting results up to 28 days.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eNote: Shield™ Fiber Base can be used in a builder application technique only.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003e\n\u003cstrong\u003eSoak-Off Removal:\u003c\/strong\u003e Sanitize hands. Use a 120\/180 grit file to remove the top coat until the shine is completely gone. Soak a wipe in Polish Remover Red Lizard and wrap it in foil on each nail. Leave it to soak off for 15 minutes. Remove the foil. Use a cuticle pusher to remove excess product from the nail. Buff and shape the nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003e\n\u003cstrong\u003eRemoval with Drill:\u003c\/strong\u003e Sanitize hands. Use a drilling machine to remove 90% of the material. Check to ensure there are no remaining pockets. For complete removal, proceed with soak off or proceed with refill.\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\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSystem:\u003c\/strong\u003e Builder Gel, builder application technique only\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Up to 28 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eLamp Compatibility:\u003c\/strong\u003e LED, UV\/LED, and UV lamps\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445203507,"sku":"KIN-KFB906","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Milky-White-906-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509805"},{"product_id":"kinetics-shield-fiber-base-classic-nude-916","title":"Kinetics Shield Fiber Base - Classic Nude #916","description":"\u003cp\u003eKinetics Shield™ Fiber Base in Classic Nude #916 is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers reinforce the nail structure while a flexible rubber base moves naturally with the nail. The medium-thick, HEMA-free formula applies smoothly and delivers up to 28 days of long-lasting wear. A soft, warm nude tone with neutral undertones, Classic Nude #916 sits quietly between beige and skin, making it a refined, universally flattering choice beneath any finish.\u003c\/p\u003e\n\n\u003cp\u003eThe wide-neck bottle makes precise application effortless. Shield™ Fiber Base cures under LED, UV\/LED, and UV lamps, and is compatible with Kinetics' builder application system. Note: this product is designed for builder application technique only.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor soak-off removal: sanitize hands, use a 120\/180 grit file to remove the top coat until the shine is completely gone, soak a wipe in Polish Remover Red Lizard and wrap it in foil on each nail, leave it to soak off for 15 minutes, remove the foil, use a cuticle pusher to remove excess product from the nail, then buff and shape the nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor removal with drill: sanitize hands, use a drilling machine to remove 90% of the material, check to ensure there are no remaining pockets, then for complete removal proceed with soak off or proceed with refill.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Longwear, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445236275,"sku":"KIN-KFB916","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Classic-Nude-916-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509807"},{"product_id":"kinetics-shield-fiber-base-light-sand-929","title":"Kinetics Shield Fiber Base - Light Sand #929","description":"\u003cp\u003eKinetics Shield Fiber Base in Light Sand #929 brings quiet warmth to professional nail prep. It is a soft, neutral nude with beige undertones, a cool-adjacent tone that sits effortlessly on every skin tone. The finish is smooth and opaque, lending a natural, skin-like base beneath any gel system.\u003c\/p\u003e\n\n\u003cp\u003eBuilt with nylon fibers and a flexible rubber structure, this professional-grade base is curated for thin and delicate nails. The medium-thick formula delivers long-lasting reinforcement, with up to 28 days of chip-resistant wear. The HEMA-free formula reduces the risk of skin irritation, and the wide-neck bottle makes precise application effortless. Shield Fiber Base cures under LED, UV\/LED, and UV lamps, and works in a builder application technique only.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor soak-off removal: sanitize hands, use a 120\/180 grit file to remove the top coat until the shine is completely gone, soak a wipe in Polish Remover Red Lizard and wrap in foil on each nail, leave to soak for 15 minutes, remove foil, use a cuticle pusher to remove excess product, then buff and shape the nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFor removal with drill: sanitize hands, use a drilling machine to remove 90% of the material, check to ensure there are no remaining pockets, then proceed with soak-off or proceed with refill.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eNote: Shield™ Fiber Base can be used in a builder application technique only.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445301811,"sku":"KIN-KFB929","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Light-Sand-929-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509809"},{"product_id":"kinetics-shield-fiber-base-clear","title":"Kinetics Shield Fiber Base - Clear","description":"\u003cp\u003eKinetics Shield™ Fiber Base is a professional-grade gel base coat built for thin and delicate nails. Nylon fibers woven into the formula reinforce the nail plate, while a flexible rubber structure keeps the finish comfortable and chip-resistant through up to 28 days of wear. The medium-thick consistency applies smoothly and evenly, and the wide-neck bottle gives you confident, precise control from the first stroke.\u003c\/p\u003e\n\n\u003cp\u003eThe HEMA-free formula reduces the risk of skin itching, redness, and peeling often associated with traditional gel bases. Shield™ Fiber Base cures under LED, UV\/LED, and UV lamps, and is used exclusively with a builder application technique. It is available in six nude shades matched across the Shield™ Ceramic Base, Classic Gel, and Jelly Gel lines.\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, apply Dehydrator and Bonder.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Rubber Base, cure for 30s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Shield™ Fiber Base on all nails. Cure for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a builder layer and cure nail by nail for 30s. Then, cure both hands for 60 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shield™ Top of your choice, cure for 60s.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo remove, soak off or use a drilling machine. Soak-off: sanitize hands, use a 120\/180 grit file to remove the top coat until the shine is completely gone, soak a wipe in Polish Remover Red Lizard and wrap it in foil on each nail, leave it to soak off for 15 minutes, remove the foil, use a cuticle pusher to remove excess product from the nail, then buff and shape the nail. Drill removal: sanitize hands, use a drilling machine to remove 90% of the material, check to ensure there are no remaining pockets, then proceed with soak off or refill.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Longwear, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445367347,"sku":"KIN-KGPFB01","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Fiber-Base-Clear-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789510856"}],"url":"https:\/\/www.beyondpolish.com\/collections\/kinetics-shield-fiber-base.oembed","provider":"Beyond Polish","version":"1.0","type":"link"}