{"title":"Kinetics Shield Ceramic 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 Ceramic 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-ceramic-base-clear","title":"Kinetics Shield Ceramic Base - Clear","description":"\u003cp\u003eKinetics Shield Ceramic Base in Clear is a professional-grade builder base designed for serious wear. Its firm, gel-like structure holds its shape for the entire wear time, up to 28 days, without cracking, even on long or soft nails. Extensions up to 2 mm are achievable with this one versatile product.\u003c\/p\u003e\n\u003cp\u003eThe thick, self-leveling formula does not drip or run into cuticles, giving you full control over the nail shape. The result is a flawlessly smooth surface, ready for color or a finished natural look. The HEMA-free formula is less likely to cause skin itching and redness, making it a refined choice for sensitive clients. It cures in 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 a thin layer of Shield™ Ceramic Base. Cure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: If you already know that you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before application of Shield™ Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: File it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444646451,"sku":"KIN-KCB01","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Clear-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509780"},{"product_id":"kinetics-shield-ceramic-base-natural-pink-902","title":"Kinetics Shield Ceramic Base - Natural Pink #902","description":"\u003cp\u003eKinetics Shield Ceramic Base in Natural Pink #902 is a professional-grade builder base coat with a firm, gel-like structure. Its soft, milky pink tone carries a neutral, skin-close warmth, a clean nude-pink that flatters a wide range of complexions. The velvety, dense consistency self-levels beautifully, creating a smooth surface without dripping or running into the cuticle.\u003c\/p\u003e\n\u003cp\u003eDesigned for long and soft nails alike, this HEMA-Free formula holds its shape throughout the entire wear period without cracking. Use it as a thin prep layer or build it up to sculpt a refined nail apex. Its versatility makes it a trusted step in any professional gel routine.\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 a thin layer of Shield™ Ceramic Base. Cure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: If you already know that you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before application of Shield™ Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: File it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444711987,"sku":"KIN-KCB902","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Natural-Pink-902-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789510828"},{"product_id":"kinetics-shield-ceramic-base-classic-nude-916","title":"Kinetics Shield Ceramic Base - Classic Nude #916","description":"\u003cp\u003eKinetics Shield Ceramic Base in Classic Nude #916 delivers a firm, gel-like structure that holds its shape through the entire wear period. This professional-grade builder base resists cracking even on long or soft nails, keeping every application looking polished and refined. Its thick, self-leveling consistency stays exactly where you place it, never running into the cuticle.\u003c\/p\u003e\n\u003cp\u003eThe HEMA-free formula builds a smooth, flawless nail apex with effortless control. Whether you layer it thin as a standard base or build it up for added structure, the result is a luminous, chip-resistant foundation ready for any gel color coat.\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 a thin layer of Shield™ Ceramic Base.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: If you already know you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before Shield™ Ceramic Base and cure in the lamp. This allows color changes without fully removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: File off until complete removal. Alternatively, file off the majority of material, then soak off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444843059,"sku":"KIN-KCB916","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Classic-Nude-916-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509792"},{"product_id":"kinetics-shield-ceramic-base-dark-sand-927","title":"Kinetics Shield Ceramic Base - Dark Sand #927","description":"\u003cp\u003eKinetics Shield Ceramic Base in Dark Sand #927 delivers a professional-grade builder base with a firm, gel-like structure. The warm, neutral sandy nude sits at the heart of natural nail enhancement, carrying soft beige undertones with a barely-there finish that blends seamlessly with the nail. Its thick, self-leveling consistency builds a smooth apex without dripping or migrating into the cuticle, keeping wear clean and precise from application through removal.\u003c\/p\u003e\n\u003cp\u003eThis HEMA-Free formula holds its shape on long and soft nails throughout the full wear cycle without cracking. It works as a slim base layer or a sculpted builder application, offering refined versatility for professional nail work.\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 a thin layer of Shield™ Ceramic Base.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: if you already know that you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before application of Shield™ Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: file it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444875827,"sku":"KIN-KCB927","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Dark-Sand-927-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509794"},{"product_id":"kinetics-shield-ceramic-base-light-sand-929","title":"Kinetics Shield Ceramic Base - Light Sand #929","description":"\u003cp\u003eKinetics Shield Ceramic Base in Light Sand #929 is a professional-grade builder base coat built for nails that demand lasting structure. The firm, gel-like formula holds its shape across the full wear time, resisting cracks even on long or soft nails. Its rich, thick consistency stays in place during application, never dripping or running into the cuticle. Light Sand is a soft, warm neutral with sandy beige undertones, a natural, barely-there nude tone that sits effortlessly on every skin tone.\u003c\/p\u003e\n\u003cp\u003eThe self-leveling texture delivers a flawlessly smooth surface with each application. Use it as a thin base layer or build it up to create a sculpted nail apex. Its HEMA-free formula is gentle on the skin, making it a refined choice for sensitive clients and everyday professionals alike.\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 a thin layer of Shield™ Ceramic Base. Cure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: If you already know that you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before application of Shield™ Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: File it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870444974131,"sku":"KIN-KCB929","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Light-Sand-929-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509795"},{"product_id":"kinetics-shield-ceramic-base-milky-white-906","title":"Kinetics Shield Ceramic Base - Milky White #906","description":"\u003cp\u003eKinetics Shield Ceramic Base in Milky White #906 is a soft, barely-there white with a cool, neutral undertone, landing between a sheer milky wash and a buildable opaque finish. It delivers the calm polish of a clean, natural nail with just enough color to refine and even out the surface. The creamy base reads effortlessly fresh, whether worn alone or beneath a sheer gel color.\u003c\/p\u003e\n\u003cp\u003eThis professional-grade formula is HEMA-free, self-leveling, and built with a firm gel-like structure that holds its shape for the full wear time, up to 28 days. The thick consistency does not drip or run into cuticles. Used as a thin base or built up for nail extensions up to 2 mm, it is a versatile staple for both everyday wear and structured nail work.\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 a thin layer of Shield Ceramic Base. Cure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: if you already know that you will be changing the color for the next application, apply a thin layer of Shield Rubber Base before application of Shield Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: file it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445006899,"sku":"KIN-KCB906","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Milky-White-906-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789510848"},{"product_id":"kinetics-shield-ceramic-base-light-rose-928","title":"Kinetics Shield Ceramic Base - Light Rose #928","description":"\u003cp\u003eKinetics Shield Ceramic Base in Light Rose #928 delivers a polished, professional-grade foundation for long-lasting gel wear. This firm, gel-like base coat holds its structure without cracking, even on long or soft nails, keeping the nail shape intact throughout wear. Its thick consistency resists dripping and running into cuticles, while the self-leveling formula creates a smooth, refined surface ready for color.\u003c\/p\u003e\n\u003cp\u003eThe HEMA-Free formula is gentler on skin, reducing the likelihood of irritation compared to traditional base coats. Whether used as a thin preparatory layer or built up into a sculpted apex, this versatile builder base adapts to your technique with effortless precision.\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 a thin layer of Shield™ Ceramic Base. Cure for 60 seconds in LED or UV\/LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eProceed with a thicker layer application to create a nail apex. Cure in the lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with application of Shield™ top coat of your choice.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePro tip: If you already know that you will be changing the color for the next application, apply a thin layer of Shield™ Rubber Base before application of Shield™ Ceramic Base, and cure in the lamp. It will allow you to change the color without completely removing the product from the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemoval: File it off until complete removal. Alternatively, file off the majority of material, then soak-off in acetone remover, such as Red Lizard, until complete removal.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e HEMA-Free, Professional, Builder Gel\u003c\/li\u003e\u003c\/ul\u003e","brand":"Kinetics","offers":[{"title":"Default Title","offer_id":44870445039667,"sku":"KIN-KCB928","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Kinetics-Shield-Ceramic-Base-Light-Rose-928-Top-Base-Coats-at-Beyond-Polish.jpg?v=1789509799"}],"url":"https:\/\/www.beyondpolish.com\/collections\/kinetics-shield-ceramic-base.oembed","provider":"Beyond Polish","version":"1.0","type":"link"}