{"title":"CND Summer Style Guide 2025","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=\"CND Summer Style Guide 2025 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\/cnd\"\u003eAll CND\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/cnd-spring-summer-nail-colors\"\u003eSpring \u0026amp; Summer\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"cnd-shellac-base-coat-0-42-oz","title":"CND - Shellac Base Coat (0.42 oz)","description":"\u003cp\u003eCND Shellac Base Coat is the foundation of the professional Shellac 14+ Day Nail Color System. This soak-off gel formula delivers superior adhesion and creates a smooth surface for color application. The self-leveling base ensures even coverage and chip-resistant wear for up to two weeks.\u003c\/p\u003e\u003cp\u003eFormulated exclusively for the CND Shellac system, this base coat bonds seamlessly with Shellac Color and Top Coat for salon-quality results. At 0.42 oz, this professional-grade formula supports multiple applications with consistent performance. UV or LED lamp required for curing.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer to all five nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in CND UV Lamp or per LED lamp instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with two thin coats of Shellac Color, curing between coats.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, Vegan, Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.42 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1740858819,"sku":"CNDS-Base Coat","price":26.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Base-Coat-0_42-oz-Top-Base-Coats-at-Beyond-Polish.jpg?v=1743634153"},{"product_id":"cnd-shellac-top-coat-0-25-oz","title":"CND - Shellac Top Coat (0.25 oz)","description":"\u003cp\u003eCND Shellac Top Coat delivers a hard, high-gloss finish that seals in color and extends wear for up to 14 days. Formulated to work exclusively with the CND Shellac system, this professional-grade gel top coat cures under UV light to create a smooth, chip-resistant surface that won't dull or wear down. The result is a mirror-like shine that stays flawless from salon to home.\u003c\/p\u003e\u003cp\u003eThis 0.25 oz bottle is designed for precision application and long-lasting performance. The formula locks in your Shellac color while protecting against chips and surface damage, making it essential for any professional gel manicure.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAfter curing Shellac color coat, apply a thin layer of top coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes under a CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemove top film with 99% IPA if required.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, Vegan, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1740846787,"sku":"CNDS-Top Coat .25","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Top-Coat-0_25-oz-Top-Base-Coats-at-Beyond-Polish.jpg?v=1743634155"},{"product_id":"cnd-shellac-base-coat-0-25-oz","title":"CND - Shellac Base Coat (0.25 oz)","description":"\u003cp\u003eCND Shellac Base Coat is the essential foundation for every professional gel manicure. This HEMA-free, UV-cured formula creates a smooth bonding layer that anchors color to the natural nail, delivering up to 14 days of chip-resistant wear without lifting or peeling.\u003c\/p\u003e\u003cp\u003eDesigned for use with the complete CND Shellac system, this vegan base coat ensures easy soak-off removal while protecting the integrity of the natural nail. Each 0.25 oz bottle provides consistent adhesion and a flawless canvas for color application.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin, even layer to all five nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in the CND UV Lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with Shellac Color Coat and Shellac Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, Vegan, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1740858627,"sku":"CNDS-Base Coat .25","price":17.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Base-Coat-0_25-oz-Top-Base-Coats-at-Beyond-Polish.jpg?v=1743634156"},{"product_id":"cnd-vinylux-creekside-0-5-oz-183","title":"CND - Vinylux Creekside 0.5 oz - #183","description":"\u003cp\u003eCND Vinylux Creekside is a soft, washed denim blue with a smooth creme finish. This professional-grade formula delivers consistent color in two coats and bonds directly to the natural nail without a base coat.\u003c\/p\u003e\u003cp\u003eThe Vinylux system uses natural light exposure to strengthen the polish over time, building chip resistance with wear. Expect up to seven days of flawless color with a high-gloss finish when paired with Vinylux Weekly Top Coat.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux Creekside directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry for a durable, high-gloss finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1739498627,"sku":"V-183","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Creekside-0_5-oz-183-Nail-Lacquer-at-Beyond-Polish_20723dbf.jpg?v=1763768022"},{"product_id":"cnd-vinylux-tutti-frutti-0-5-oz-155","title":"CND - Vinylux Tutti Frutti 0.5 oz - #155","description":"\u003cp\u003eCND Vinylux in Tutti Frutti is a radiant pink shimmer that catches the light with playful warmth. Delicate shimmer particles shift across the nail, creating a flirty, luminous finish that feels equally at home poolside or at dinner. The advanced formula strengthens over time, delivering up to seven days of chip-resistant wear without a base coat.\u003c\/p\u003e\u003cp\u003ePart of the innovative Vinylux system, this 0.5 oz polish works with natural light to enhance durability as it wears. The formula dries to a smooth, glossy finish that builds resistance with exposure. Pair with CND Vinylux Weekly Top Coat for extended wear and extra shine.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux polish directly to bare nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow natural light exposure for optimal wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1739508611,"sku":"V-155","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Tutti-Frutti-0_5-oz-155-Nail-Lacquer-at-Beyond-Polish_162eb4ca.jpg?v=1763767496"},{"product_id":"cnd-perfect-color-powder-clear-0-8-oz","title":"CND - Perfect Color Powder - Clear 0.8 oz","description":"\u003cp\u003eCND Perfect Color Powder in Clear delivers flawless transparency for natural-looking overlays, extensions, and French manicures. This professional-grade acrylic powder blends effortlessly, self-levels with precision, and cures to a crystal-clear finish that never yellows.\u003c\/p\u003e\u003cp\u003eFormulated for controlled application and superior adhesion, this 0.8 oz powder creates a smooth, glossy surface that feels lightweight on the nail. Ideal for sculpting, tip overlays, and traditional pink-and-white designs.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003ePrep the nail and apply primer as directed.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eDip brush into acrylic liquid, then into powder to form a bead.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply bead to the nail and shape as desired.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry completely before filing and finishing.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1740883139,"sku":"CNDM-030807","price":11.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Perfect-Color-Powder-Clear-0_8-oz-Acrylic-at-Beyond-Polish.jpg?v=1743636010"},{"product_id":"cnd-vinylux-naked-naivete-0-5-oz-195","title":"CND - Vinylux Naked Naivete 0.5 oz - #195","description":"\u003cp\u003eCND Vinylux Naked Naivete is a soft pastel nude with a luminous creme finish. This hybrid gel-like lacquer delivers opaque coverage in two coats, with a milky warmth that flatters every skin tone. The longwear formula strengthens over time, resisting chips for up to seven days without a base coat.\u003c\/p\u003e\u003cp\u003eVinylux uses patent-pending technology that works with natural light to enhance durability as it wears. The adhesive layer is already in the color coat, so you skip the base and get straight to flawless color. Pair with Vinylux Weekly Top Coat for extra shine and extended wear.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux Naked Naivete directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry naturally for a chip-resistant, high-gloss finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1739494915,"sku":"V-195","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Naked-Naivete-0_5-oz-195-Nail-Lacquer-at-Beyond-Polish_d96e1af1.jpg?v=1743636155"},{"product_id":"cnd-shellac-naked-naivete-0-25-oz","title":"CND - Shellac Naked Naivete (0.25 oz)","description":"\u003cp\u003eCND Shellac Naked Naivete is a soft, milky nude with a pastel quality that feels effortless and refined. The creme finish delivers smooth, opaque coverage with a classic glossy shine. This vegan, HEMA-free, and TPO-free formula cures beautifully under UV lamps and provides up to two weeks of chip-resistant, longwearing color. 0.25 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake to blend, then apply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in a CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second thin coat and cure for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure as directed.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":1740851203,"sku":"CNDS-Naked Naivete","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Naked-Naivete-0_25-oz-Gel-Polish-at-Beyond-Polish_55dce6fd.jpg?v=1763595937"},{"product_id":"cnd-vinylux-mambo-beat-05-oz-244","title":"CND - Vinylux Mambo Beat 0.5 oz - #244","description":"\u003cp\u003eCND Vinylux Mambo Beat delivers a rich, opaque red in a smooth creme finish. This saturated warm red brings confidence and polish to every look, with depth that feels both classic and modern.\u003c\/p\u003e\u003cp\u003eThe Vinylux formula strengthens over time with natural light exposure, creating chip-resistant wear that lasts up to seven days. No base coat required. Pair with Vinylux Weekly Top Coat for extended durability and high-gloss shine. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally before applying the next.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat for extra durability and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear\u003c\/li\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\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":33808068803,"sku":"V-244","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Mambo-Beat-0_5-oz-244-Nail-Lacquer-at-Beyond-Polish_e262c021.jpg?v=1744057314"},{"product_id":"cnd-shellac-matte-top-coat-025-oz","title":"CND Shellac - Matte Top Coat 0.25 oz","description":"\u003cp\u003eCND Shellac Matte Top Coat transforms any shade into a velvety, modern finish. This professional-grade formula layers effortlessly over cured gel color, delivering a smooth, non-reflective surface that feels refined and editorial. The HEMA-free formulation ensures long-lasting wear with a flat finish that stays chip-resistant for up to two weeks.\u003c\/p\u003e\u003cp\u003eDesigned for professional use, this 0.25 oz top coat cures perfectly under UV or LED lamps. The soak-off formula removes cleanly without damage, making it ideal for clients seeking a matte aesthetic without compromising durability.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one thin coat over cured CND Shellac color\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 60 seconds in LED or 2 minutes in UV lamp\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe with rubbing alcohol to remove inhibition layer\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, Vegan, Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":3981230931997,"sku":"CNDS-Matte Top","price":17.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Matte-Top-Coat-0_25-oz-Top-Base-Coats-at-Beyond-Polish.jpg?v=1743639493"},{"product_id":"cnd-led-lamp-version-2","title":"CND LED Lamp - Version 2","description":"\u003cp\u003eThe CND LED Lamp is a professional-grade curing system engineered to deliver consistent, long-lasting results with every service. This second-generation lamp features patented curing technology that ensures uniform drying from edge to edge, eliminating the guesswork and delivering the perfect cure every time. Preset controls for each service step make application effortless, while the ergonomic design accommodates full five-finger cures and pedicures with ease.\u003c\/p\u003e\u003cp\u003eBuilt for professionals and enthusiasts alike, this lamp requires no assembly or bulb replacement. The acetone-resistant housing withstands daily salon use, and removable magnetic trays make cleanup simple. The detachable power cord includes interchangeable plug adapters for worldwide use, and the 36-watt output cures all CND light-curable systems when used according to recommended exposure times.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003ePlace hand or foot inside the lamp with nails positioned under the light.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the preset timer for your service step.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure according to recommended exposure times for your CND system.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemove tray to clean between services.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003ePower:\u003c\/strong\u003e 36 watts\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 100-240V, worldwide use\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFeatures:\u003c\/strong\u003e Professional, preset controls, no bulb replacement\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":17609933226035,"sku":"LAMP-CNDLED-V2","price":192.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-LED-Lamp-Version-2-Manicure-Pedicure-Tools-at-Beyond-Polish.jpg?v=1743642764"},{"product_id":"cnd-vinylux-hot-or-knot-0-5-oz-353","title":"CND - Vinylux Hot Or Knot 0.5 oz - #353","description":"\u003cp\u003eCND Vinylux Hot Or Knot is a vibrant orange creme that captures the bold warmth of summer in full swing. This rich, saturated shade delivers confident color with a smooth, opaque finish that feels both effortless and polished. The longwear formula strengthens its chip resistance over time, working with natural light to maintain a flawless look for up to seven days.\u003c\/p\u003e\u003cp\u003ePart of the Nauti Nautical Collection, this shade brings a playful, nautical-inspired energy to your manicure. The hybrid gel-like finish delivers professional results without the need for a base coat, as adhesion technology is built right into the color formula. Available in a 0.5 oz bottle.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats directly to clean, dry nails without base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally between applications.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Vinylux Weekly Top Coat for enhanced durability and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear Time:\u003c\/strong\u003e Up to 7 days\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":31754319396915,"sku":"V-353","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Hot-Or-Knot-0_5-oz-353-Nail-Lacquer-at-Beyond-Polish_ff4c4b4e.jpg?v=1766193341"},{"product_id":"cnd-chance-taker-shellac-0-25-oz","title":"CND - Chance Taker Shellac (0.25 oz)","description":"\u003cp\u003eCND Shellac in Chance Taker is a pastel periwinkle blue with a soft, diffused quality and smooth creme finish. Part of The Colors of You Collection, this milky periwinkle shifts cool and airy, built for spring looks that step outside your comfort zone. The HEMA-free, vegan formula delivers professional-grade color with up to two weeks of chip-resistant wear. Each 0.25 oz bottle cures under UV or LED light for a flawless, mirror-like finish that stays glossy from application to removal.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula thoroughly.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for two minutes in CND UV Lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":32714755211315,"sku":"CNDS-CHANCE TAKER","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Chance-Taker-Shellac-0_25-oz-Gel-Polish-at-Beyond-Polish_f62d3c50.jpg?v=1763596230"},{"product_id":"cnd-rule-breaker-vinylux-0-5-oz-373","title":"CND - Rule Breaker Vinylux 0.5 oz - #373","description":"\u003cp\u003eCND Rule Breaker is a vibrant coral creme that radiates warmth and confidence. This shade from The Colors of You Collection brings bold, optimistic energy with a smooth, opaque finish and high-gloss shine. The hybrid gel-like formula delivers the intensity of gel polish with the ease of traditional lacquer application.\u003c\/p\u003e\u003cp\u003eVinylux technology works with natural light to strengthen chip resistance over time. The formula dries to a flawless finish and lasts up to seven days without a base coat. Rule Breaker layers beautifully in two coats and pairs with Vinylux Weekly Top Coat for extended wear. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry for a chip-resistant, high-gloss finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":32714755440691,"sku":"V-373","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Rule-Breaker-Vinylux-0_5-oz-373-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743647405"},{"product_id":"cnd-vinylux-sangria-at-sunset-0-5-oz-378","title":"CND - Vinylux Sangria at Sunset 0.5 oz - #378","description":"\u003cp\u003eCND Vinylux Sangria at Sunset is a vibrant red with warm, fruity undertones that pulse with energy and warmth. This high-impact shade delivers bold, saturated color in a hybrid gel-like finish that stays vibrant for days without chipping. The 0.5 oz bottle from the Summer City Chic 2021 Collection brings the season's carefree spirit to your fingertips.\u003c\/p\u003e\u003cp\u003eVinylux's unique formula strengthens over time with exposure to natural light, ensuring a glossy, professional finish that lasts up to a week. No base coat required. Perfect for those who want salon-quality color with effortless application and removal.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one thin coat directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with CND Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":39320020058163,"sku":"V-378","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Sangria-at-Sunset-0_5-oz-378-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743648127"},{"product_id":"cnd-vinylux-popsicle-picnic-0-5-oz-381","title":"CND - Vinylux Popsicle Picnic 0.5 oz - #381","description":"\u003cp\u003eCND Vinylux in Popsicle Picnic is a blazing yellow-orange that radiates warmth and summer energy. Part of the Summer City Chic 2021 Collection, this vibrant shade delivers bold, saturated color with a smooth creme finish. The hybrid gel-like formula delivers longwear shine without a lamp, making it ideal for effortless, salon-quality results at home. At 0.5 oz, it offers professional-grade coverage with self-adhering technology that strengthens over time.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one coat of CND Vinylux Weekly Polish to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full, opaque coverage.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow polish to dry completely before activity.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":39320020156467,"sku":"V-381","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Popsicle-Picnic-0_5-oz-381-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714924381"},{"product_id":"cnd-gel-essentials-kit","title":"CND - Gel Essentials Kit","description":"\u003cp\u003eCND Gel Essentials Kit brings salon-quality gel polish results home. This professional starter kit includes everything needed for a flawless gel manicure, from base coat to LED lamp. CND's HEMA-free formula delivers long-lasting color and shine while protecting nail health.\u003c\/p\u003e\u003cp\u003eCurated for beginners and pros alike, the kit pairs CND's trusted Shellac system with essential tools and treatments for a complete gel experience.\u003c\/p\u003e\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;\"\u003eWhat's Included\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND LED Lamp - Version 2\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eShellac Service Essentials - Offly Fast Moisturizing Remover 7.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eKanga File (240\/240 Grit)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eRescueRXX Care Pen\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSolarOil Care Pen\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eShellac Base Coat (0.25 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eShellac Top Coat (0.25 oz)\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003ePrep nails with file and apply cuticle oil.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply base coat, cure in LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply color, cure, then seal with top coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemove with Offly Fast remover when ready for a new look.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":39375824060467,"sku":"CNDM-GS-GELKIT03","price":249.34,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Gel-Essentials-Kit-Gel-Polish-at-Beyond-Polish_c86c7320.jpg?v=1743648920"},{"product_id":"cnd-gel-basic-kit","title":"CND - Gel Basic Kit","description":"\u003cp\u003eEverything you need to achieve a professional gel manicure at home. CND's Gel Basic Kit delivers salon-quality results with a HEMA-free, TPO-free formula and a powerful LED lamp for fast, flawless cures. This curated set includes the essential base and top coat, along with the trusted CND LED Lamp Version 2 for consistent, long-lasting wear.\u003c\/p\u003e\u003cp\u003eThe Shellac system is designed for nail health and professional-grade durability. The base coat provides superior adhesion, while the top coat locks in brilliant shine for up to two weeks. Perfect for those who want polished, chip-resistant nails without the salon visit.\u003c\/p\u003e\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;\"\u003eWhat's Included\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND LED Lamp - Version 2\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND Shellac Base Coat (0.25 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND Shellac Top Coat (0.25 oz)\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003ePrep nails and apply a thin layer of CND Shellac Base Coat, cure in lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply color gel in thin, even coats, curing between layers.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Shellac Top Coat, cure, and wipe residue if needed.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":39375824224307,"sku":"CNDM-GS-GELKIT01","price":223.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Gel-Basic-Kit-Gel-Polish-at-Beyond-Polish_7ab819ce.jpg?v=1743648956"},{"product_id":"maniology-nail-tool-8pc-dual-sided-nail-art-brush-dotting-tool-set","title":"Maniology - Nail Tool - 8pc Dual Sided Nail Art Brush \u0026 Dotting Tool Set","description":"\u003cp\u003eManiology's 8-piece dual-sided nail art brush and dotting tool set gives you precision and versatility for detailed nail art. Each tool features a brush on one end and a dotting tool on the other, so you can fill, outline, and clean up with ease. The eight different dotting sizes let you work intricate details, while the four cleanup brushes and four coloring brushes handle everything from fine lines to full coverage.\u003c\/p\u003e\u003cp\u003eDesigned for stampers and nail artists, this kit works with gel polish or acrylic paint. A black roll-up case keeps your tools organized and ready for travel.\u003c\/p\u003e\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;\"\u003eWhat's Included\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e8 dual-sided nail art tools (brush and dotting tool on each)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e4 cleanup brush styles\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e4 coloring brush styles\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e8 dotting tool sizes\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBlack roll-up storage case\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003eSelect the brush or dotting tool size you need.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eDip the brush end into gel polish or acrylic paint.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply detail work, fill small areas, or clean up edges.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the dotting tool end for precise dots or drag techniques.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eClean tools with acetone or brush cleaner after use.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e","brand":"Maniology","offers":[{"title":"Default Title","offer_id":39424762216499,"sku":"MANI-TOOL-006","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Maniology-Nail-Tool-8pc-Dual-Sided-Nail-Art-Brush-Dotting-Tool-Set-Manicure-Pedicure-Tools-at-Beyond-Polish.jpg?v=1743649198"},{"product_id":"cnd-shellac-mind-over-matcha-0-25-oz","title":"CND - Shellac Mind Over Matcha (0.25 oz)","description":"\u003cp\u003eCND Shellac Mind Over Matcha is a soft, minty green with a pastel creme finish. This understated shade brings a fresh, spring-ready glow to nails with smooth, opaque coverage. Part of the Rise \u0026amp; Shine Collection, it pairs botanical calm with the longwearing, professional-grade performance CND is known for.\u003c\/p\u003e\u003cp\u003eThe HEMA-free, vegan formula delivers up to two weeks of chip-resistant color and high-gloss shine. Designed for use with the CND LED lamp, this gel polish cures quickly and removes cleanly without filing or buffing. Mind Over Matcha is polished, effortless, and ready for anything.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply a thin coat over CND Base Coat and cure under LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full coverage and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with CND Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with rubbing alcohol to remove residue.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eSize:\u003c\/strong\u003e 0.25 oz\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, Vegan, Longwear, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40184813846579,"sku":"CNDS-MIND OVER MATCHA","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Mind-Over-Matcha-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743652202"},{"product_id":"cnd-vinylux-violet-rays-0-5-oz-399","title":"CND - Vinylux Violet Rays 0.5 oz - #399","description":"\u003cp\u003eCND Vinylux in Violet Rays delivers saturated purple with a smooth, opaque creme finish. This long-wearing formula offers the professional-grade shine and durability nail technicians rely on, now available in a single-step lacquer that strengthens over time. The rich violet hue brings effortless polish to any look, from casual to refined.\u003c\/p\u003e\u003cp\u003ePart of the Rise \u0026amp; Shine Collection, Violet Rays captures the energy of spring with a bold, saturated tone. The hybrid gel-like formula applies evenly and builds to full coverage in two coats. No base coat required. Includes 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one thin coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with CND Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow nails to dry completely before activity.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\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\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40184813912115,"sku":"V-399","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Violet-Rays-0_5-oz-399-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743652212"},{"product_id":"cnd-vinylux-oceanside-0-5-oz-396","title":"CND - Vinylux Oceanside 0.5 oz - #396","description":"\u003cp\u003eCND Vinylux in Oceanside is a crisp, cool blue with a smooth creme finish. This refreshing shade evokes tranquil coastal waters, delivering a polished wash of saturated color that feels effortless and refined. The Vinylux formula features a unique two-step system that becomes more durable over time, offering chip-resistant wear without the need for a UV lamp.\u003c\/p\u003e\u003cp\u003eOceanside is part of CND's Rise \u0026amp; Shine Collection, a curated range of sunny shades designed to bring energy and lightness to your look. The 0.5 oz bottle features CND's professional-grade brush for precise application and even coverage.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one thin coat of Vinylux Color to clean, bare nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40184813977651,"sku":"V-396","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Oceanside-0_5-oz-396-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743652222"},{"product_id":"cnd-vinylux-mind-over-matcha-0-5-oz-397","title":"CND - Vinylux Mind Over Matcha 0.5 oz - #397","description":"\u003cp\u003eCND Vinylux in Mind Over Matcha is a soft, pastel yellow-green with a smooth creme finish. This refreshing shade balances warmth and calm in one coat, delivering a spring-ready look with professional-grade staying power. The hybrid gel-like formula offers longwear shine without a UV lamp.\u003c\/p\u003e\u003cp\u003eVinylux's unique system combines polish and top coat for chip-resistant color that lasts up to a week. The self-adhering formula strengthens over time, while the brush design ensures even application from cuticle to free edge. Available in 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAdd a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with CND Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40184814043187,"sku":"V-397","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Mind-Over-Matcha-0_5-oz-397-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743652228"},{"product_id":"cnd-vinylux-among-the-marigolds-0-5-oz-395","title":"CND - Vinylux Among the Marigolds 0.5 oz - #395","description":"\u003cp\u003eCND Vinylux Among the Marigolds delivers warm, golden orange in a smooth creme finish. This vibrant shade evokes the rich saturation of marigold petals in full bloom, bringing luminous warmth to every gesture.\u003c\/p\u003e\u003cp\u003eThe longwear formula resists chips while maintaining a brilliant, glossy finish that lasts up to a week. The hybrid gel-like system strengthens with exposure to natural light, creating a durable, high-shine manicure without the need for a lamp. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply one coat of CND Vinylux base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Among the Marigolds, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40184814075955,"sku":"V-395","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Among-the-Marigolds-0_5-oz-395-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743882932"},{"product_id":"cnd-vinylux-artisan-bazaar-0-5-oz-402","title":"CND - Vinylux Artisan Bazaar 0.5 oz - #402","description":"\u003cp\u003eCND Vinylux in Artisan Bazaar is a rich violet creme with a smooth, opaque finish. Inspired by the vibrant mosaic tiles and sun-drenched colors of the Mediterranean, this deep purple offers saturated, even coverage in just two coats. The gel-like formula delivers longwear performance without a base coat, strengthening its resistance to chips over time while developing a flawless shine with exposure to natural light.\u003c\/p\u003e\u003cp\u003ePart of the CND Mediterranean Dream 2022 Collection, this 0.5 oz shade brings effortless polish and professional results that last up to seven days.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for lasting shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510846926899,"sku":"V-402","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Artisan-Bazaar-0_5-oz-402-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743652919"},{"product_id":"cnd-vinylux-olive-grove-0-5-oz-403","title":"CND - Vinylux Olive Grove 0.5 oz - #403","description":"\u003cp\u003eCND Vinylux Olive Grove is a sophisticated khaki green creme inspired by the lush groves and sun-drenched landscapes of the Mediterranean. The smooth, opaque formula delivers rich color in two coats and strengthens its resistance to chipping over time through patent-pending light-activated technology.\u003c\/p\u003e\u003cp\u003eThis longwear lacquer dries to a flawless glossy finish without requiring a base coat. The adhesive resins are built into the color coat, allowing each layer to bond seamlessly for up to seven days of chip-resistant wear. Olive Grove offers a refined, earthy tone that feels both modern and timeless. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux Weekly Polish directly to clean nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for lasting wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510846992435,"sku":"V-403","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Olive-Grove-0_5-oz-403-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743652927"},{"product_id":"cnd-vinylux-boats-bikinis-0-5-oz-405","title":"CND - Vinylux Boats \u0026 Bikinis 0.5 oz - #405","description":"\u003cp\u003eCND Vinylux in Boats \u0026amp; Bikinis is a luminous turquoise creme that captures the pristine waters of the Mediterranean. The vibrant blue polish delivers opaque, glossy coverage in two coats with a gel-like finish that lasts up to seven days. Part of the Mediterranean Dream 2022 Collection, this 0.5 oz bottle features Vinylux's signature formula that strengthens its chip resistance over time through exposure to natural light.\u003c\/p\u003e\u003cp\u003eThe color coat contains built-in adhesives, so no base coat is needed. The polish dries naturally to a flawless finish and pairs with Vinylux Weekly Top Coat for maximum durability and shine.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a flawless, chip-resistant finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510847057971,"sku":"V-405","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Boats-Bikinis-0_5-oz-405-Nail-Lacquer-at-Beyond-Polish.jpg?v=1754105355"},{"product_id":"cnd-shellac-linen-luxury-0-25-oz","title":"CND - Shellac Linen Luxury (0.25 oz)","description":"\u003cp\u003eCND Shellac in Linen Luxury is a soft, rosy nude with a warm undertone and a smooth creme finish. This velvety pink feels polished and romantic, blending effortlessly with natural tones for a barely-there elegance. The professional-grade gel formula delivers up to two weeks of chip-resistant wear with a flawless mirror shine. HEMA-free and vegan, this 0.25 oz bottle cures beautifully under UV or LED light.\u003c\/p\u003e\u003cp\u003ePart of the CND Mediterranean Dream 2022 Collection, Linen Luxury captures the refined simplicity of coastal living. The buildable formula glides on smoothly and self-levels for a salon-quality finish every time.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer over cured Shellac Base Coat and cure for two minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510847123507,"sku":"CNDS-LINEN LUXURY","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Linen-Luxury-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743968820"},{"product_id":"cnd-shellac-artisan-bazaar-0-25-oz","title":"CND - Shellac Artisan Bazaar (0.25 oz)","description":"\u003cp\u003eCND Shellac in Artisan Bazaar is a rich purple creme with a smooth, opaque finish. Part of the Mediterranean Dream 2022 Collection, this shade channels vibrant market stalls and sun-soaked summer evenings. The formula is HEMA-Free, TPO-Free, and vegan, delivering professional-grade color with exceptional chip resistance and up to two weeks of flawless wear.\u003c\/p\u003e\u003cp\u003eEach 0.25 oz bottle is designed for precision application and cures beautifully under UV or LED lamps. The longwear formula maintains its glossy mirror finish without fading or dulling.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend, then apply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in a CND UV lamp or follow LED lamp guidelines.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second thin coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with Shellac Top Coat and cure to finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan, Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510847156275,"sku":"CNDS-ARTISAN BAZAAR","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Artisan-Bazaar-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743652950"},{"product_id":"cnd-shellac-olive-grove-0-25-oz","title":"CND - Shellac Olive Grove (0.25 oz)","description":"\u003cp\u003eCND Shellac Olive Grove is a rich, earthy olive green with a smooth creme finish. Part of the Mediterranean Dream 2022 Collection, this shade captures the essence of sun-drenched groves where ancient olive trees thrive. The velvety green shifts from warm khaki to deep sage depending on the light, making it equally suited for everyday wear or seasonal styling.\u003c\/p\u003e\u003cp\u003eThe HEMA-free formula delivers professional-grade color in 0.25 oz. Shellac's patented soak-off gel system offers up to two weeks of flawless, chip-resistant wear with a luminous mirror finish. Cure in a UV lamp for lasting color that stays vibrant from application to removal.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake well to blend before use.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAfter applying and curing Shellac Base Coat, apply a thin layer to all five nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for two minutes in a CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure to seal.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510847189043,"sku":"CNDS-OLIVE GROVE","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Olive-Grove-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743796218"},{"product_id":"cnd-shellac-terracotta-dreams-0-25-oz","title":"CND - Shellac Terracotta Dreams (0.25 oz)","description":"\u003cp\u003eCND Shellac Terracotta Dreams delivers warm, sun-baked color with the richness of Mediterranean clay. This orange-toned red features a smooth, opaque creme finish that feels both earthy and refined. Part of the Mediterranean Dream Collection, it evokes terracotta pots lining whitewashed courtyards under endless blue skies.\u003c\/p\u003e\u003cp\u003eThe HEMA-free formula provides up to two weeks of chip-resistant wear with a professional mirror finish. Cures quickly under UV light and removes cleanly with soak-off application. Available in 0.25 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply CND Shellac Base Coat and cure for 10 seconds in UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Terracotta Dreams to all five nails and cure for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat and cure for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Shellac Top Coat and cure for 2 minutes.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional-grade\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40510847221811,"sku":"CNDS-TERRACOTTA DREAMS","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Terracotta-Dreams-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743652959"},{"product_id":"cnd-vinylux-orchid-canopy-0-5-oz-407","title":"CND - Vinylux Orchid Canopy 0.5 oz - #407","description":"\u003cp\u003eCND Vinylux in Orchid Canopy delivers vibrant, energetic purple with a smooth creme finish. This luminous shade balances boldness with modern elegance, inspired by the optimistic beauty of orchid blooms. The longwear formula features patent-pending technology that strengthens chip resistance over time, working with natural light to maintain flawless color for up to seven days.\u003c\/p\u003e\u003cp\u003eVinylux's hybrid gel-like system requires no base coat. Adhesives built into the color coat ensure effortless application and professional results. Each 0.5 oz bottle delivers rich, saturated pigment that dries naturally to a polished finish.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux color directly to clean nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for strengthened wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear Time:\u003c\/strong\u003e Up to 7 days\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":40722195972147,"sku":"V-407","price":8.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Orchid-Canopy-0_5-oz-407-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743654724"},{"product_id":"cnd-shellac-gilded-sage-0-25-oz","title":"CND - Shellac Gilded Sage (0.25 oz)","description":"\u003cp\u003eCND Shellac Gilded Sage is a soft algae green with a smooth creme finish. Unexpected and refined, this muted tone brings quiet sophistication to any look. Part of the ColorWorld Collection, Gilded Sage delivers buildable opacity and a flawless mirror shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eFormulated with CND's professional-grade gel technology, this 0.25 oz bottle cures beautifully under UV light. The HEMA-free, vegan formula ensures a safe, long-lasting manicure that looks freshly polished from day one to day fourteen.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake to blend, then apply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in CND UV Lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional-grade\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41145006620723,"sku":"CNDS-GILDED SAGE","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Gilded-Sage-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1763593315"},{"product_id":"cnd-shellac-frosted-seaglass-0-25-oz","title":"CND - Shellac Frosted Seaglass (0.25 oz)","description":"\u003cp\u003eCND Shellac Frosted Seaglass is a muted blue-green that evokes the soft, weathered beauty of beach glass. The pastel creme finish delivers a diffused, milky tone with just enough color saturation for a polished, professional look. Part of the CND ColorWorld Collection, this HEMA-free formula offers longwearing performance with a smooth, chip-resistant application that cures beautifully under UV light.\u003c\/p\u003e\u003cp\u003eFrosted Seaglass is ideal for warm-weather manicures and coastal-inspired nail art. The 0.25 oz bottle provides professional-grade coverage in two thin coats, delivering CND's signature mirror finish that lasts up to two weeks without lifting or fading.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend. Apply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in CND UV Lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second thin coat and cure again for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure as directed.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41145006719027,"sku":"CNDS-FROSTED SEAGLASS","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Frosted-Seaglass-0_25-oz-Gel-Polish-at-Beyond-Polish_add835d8.jpg?v=1749118087"},{"product_id":"cnd-vinylux-vintage-blue-jeans-0-5-oz-431","title":"CND - Vinylux Vintage Blue Jeans 0.5 oz - #431","description":"\u003cp\u003eCND Vinylux in Vintage Blue Jeans is a dusty pastel blue with the soft, worn-in feel of classic denim. The creme finish delivers smooth, opaque coverage with a glossy shine that feels effortlessly cool. This longwear formula strengthens its chip resistance over time, working with natural light to maintain a flawless finish for up to seven days.\u003c\/p\u003e\u003cp\u003eNo base coat needed. The adhesive technology is built into the color, so you apply polish directly to the nail. Each 0.5 oz bottle features CND's professional-grade formula that gets stronger, not weaker, as it wears.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux directly to the nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a strengthened, chip-resistant finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41145006882867,"sku":"V-431","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Vintage-Blue-Jeans-0_5-oz-431-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743713866"},{"product_id":"cnd-vinylux-gilded-sage-0-5-oz-433","title":"CND - Vinylux Gilded Sage 0.5 oz - #433","description":"\u003cp\u003eCND Vinylux in Gilded Sage is a light algae green creme with a luminous, polished finish. The unexpected earthy-meets-fresh tone brings a modern edge to spring and summer manicures. Vinylux's longwear formula strengthens over time, resisting chips for up to seven days with a flawless, glossy shine.\u003c\/p\u003e\u003cp\u003ePart of the CND ColorWorld Collection, this hybrid gel-like lacquer delivers professional results without the need for a base coat. The patent-pending technology uses natural light to enhance durability. Gilded Sage offers saturated color in two thin coats, drying naturally to a smooth, buildable finish. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux color directly to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a chip-resistant, long-lasting finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Hybrid Gel-Like\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41145007243315,"sku":"V-433","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Gilded-Sage-0_5-oz-433-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743883474"},{"product_id":"cnd-vinylux-frosted-seaglass-0-5-oz-432","title":"CND - Vinylux Frosted Seaglass 0.5 oz - #432","description":"\u003cp\u003eCND Vinylux Frosted Seaglass is a soft, muted blue-green with a smooth creme finish and a dreamy pastel quality. This calming coastal shade evokes weathered glass smoothed by ocean waves, bringing effortless seaside elegance to your nails. Part of the CND ColorWorld Collection, it delivers the professional longwear performance CND is known for, with up to seven days of chip-resistant color that strengthens over time.\u003c\/p\u003e\u003cp\u003eThe formula works with natural light to cure and harden, creating a durable finish that improves with wear. No base coat needed. Just two thin coats of color and one coat of Vinylux Weekly Top Coat for a flawless, salon-quality manicure that lasts. Available in 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux Frosted Seaglass directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41145007276083,"sku":"V-432","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Frosted-Seaglass-0_5-oz-432-Nail-Lacquer-at-Beyond-Polish.jpg?v=1763769204"},{"product_id":"cnd-shellac-climb-to-the-top-az-0-25-oz","title":"CND - Shellac Climb To The Top-az (0.25 oz)","description":"\u003cp\u003eSoft, airy blue with a diffused pastel finish. CND Shellac Climb To The Top-az brings a whisper of spring warmth to your nails with a creamy, opaque creme that flatters every skin tone. This HEMA-free, TPO-free formula cures flawlessly under UV light and delivers up to two weeks of chip-resistant wear without compromising nail health.\u003c\/p\u003e\u003cp\u003ePart of the CND Shade Sense Spring 2023 Collection, this 0.25 oz gel polish pairs beautifully with crisp whites, soft greens, and bold citrus hues. Layer it over CND Shellac Base Coat for a smooth, professional finish that feels as polished as it looks.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in a CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41232606789683,"sku":"CNDS-CLIMB TO THE TOPAZ","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Climb-To-The-Top-az-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1715007246"},{"product_id":"cnd-vinylux-keep-an-opal-mind-0-5-oz-439","title":"CND - Vinylux Keep An Opal Mind 0.5 oz - #439","description":"\u003cp\u003eCND Vinylux Keep An Opal Mind is a pearlescent pastel white that shifts and shimmers like the gemstone it's named for. Light-catching particles create a soft rainbow effect that changes with every movement. The luminous finish feels ethereal and refined, perfect for a polished spring or summer look.\u003c\/p\u003e\u003cp\u003eCND Vinylux technology delivers up to seven days of chip-resistant wear without a base coat. The formula self-adheres and strengthens over time when exposed to natural light. Available in 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003ePrep nails and push back cuticles.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Vinylux color.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41232607084595,"sku":"V-439","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Keep-An-Opal-Mind-0_5-oz-439-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743658650"},{"product_id":"cnd-shellac-sundial-it-up-0-25-oz","title":"CND - Shellac Sundial It Up (0.25 oz)","description":"\u003cp\u003eCND Shellac Sundial It Up is a luminous marigold yellow shimmer with subtle green light-catching particles that shift with every movement. Part of the Bizarre Beauty Summer 2023 Collection, this vivid gel polish brings bold warmth and unexpected dimension to summer nails. The HEMA-free, vegan, TPO-free formula delivers professional-grade color with a smooth, even application and a flawless mirror finish. Cures under UV or LED light for up to two weeks of chip-resistant wear.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply a thin layer over cured CND Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for two minutes in a CND UV lamp or per LED lamp instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eSize:\u003c\/strong\u003e 0.25 oz\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, Vegan, Longwear, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559403571,"sku":"CNDS-SUNDIAL IT UP","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Sundial-It-Up-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1763767155"},{"product_id":"cnd-shellac-clash-out-0-25-oz","title":"CND - Shellac Clash Out (0.25 oz)","description":"\u003cp\u003eCND Shellac Clash Out is a vivid kelly green gel polish illuminated with gold shimmer that shifts and sparkles with every movement. Part of the Bizarre Beauty Collection, this longwearing shade delivers rich, saturated color with a luminous finish that feels both bold and effortlessly polished. The HEMA-free formula cures beautifully under UV and stays chip-resistant for up to two weeks.\u003c\/p\u003e\u003cp\u003eDesigned for professionals, this 0.25 oz bottle features CND's signature gel technology for a flawless, mirror-like finish. The velvety shimmer adds dimension without sacrificing opacity, making it ideal for clients who want color that commands attention. Cure time is two minutes per layer in a CND UV lamp.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend shimmer particles evenly.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer over cured Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure for 2 minutes in CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, Professional-grade\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559436339,"sku":"CNDS-CLASH OUT","price":17.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Clash-Out-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1744073257"},{"product_id":"cnd-vinylux-all-the-rage-0-5-oz-443","title":"CND - Vinylux All The Rage 0.5 oz - #443","description":"\u003cp\u003eCND Vinylux All The Rage delivers a violet-raspberry richness amplified with holographic shimmer that shifts with every movement. Part of the Bizarre Beauty Collection, this vivid purple lacquer catches the light for an eccentric, luminous finish that feels both bold and effortlessly polished.\u003c\/p\u003e\u003cp\u003eVinylux technology strengthens over time, resisting chips for up to seven days without a base coat. The color coat contains built-in adhesives that bond to the nail and work with natural light to create lasting wear. All The Rage applies smoothly in two coats and pairs with Vinylux Weekly Top Coat for maximum durability and shine. 0.5 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux All The Rage directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry naturally for a flawless, chip-resistant finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eWear:\u003c\/strong\u003e Longwear formula, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Holographic shimmer\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559567411,"sku":"V-443","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-All-The-Rage-0_5-oz-443-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743659940"},{"product_id":"cnd-vinylux-motley-blue-0-5-oz-444","title":"CND - Vinylux Motley Blue 0.5 oz - #444","description":"\u003cp\u003eCND Vinylux Motley Blue is a cool periwinkle blue with a smooth, opaque creme finish. Part of the Bizarre Beauty Collection, this shade blends ocean tones with deep blue undertones for a polished, statement-making color. The longwear formula resists chips for up to seven days and strengthens over time with exposure to natural light.\u003c\/p\u003e\u003cp\u003eVinylux's patent-pending technology eliminates the need for a base coat. The color coat contains adhesives that bond directly to the nail, creating a flawless finish that builds durability as it wears. Available in a professional-grade 0.5 oz bottle.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux color directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat for added durability.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a chip-resistant, seven-day finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559600179,"sku":"V-444","price":8.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Motley-Blue-0_5-oz-444-Nail-Lacquer-at-Beyond-Polish.jpg?v=1764195391"},{"product_id":"cnd-vinylux-sundial-it-up-0-5-oz-445","title":"CND - Vinylux Sundial It Up 0.5 oz - #445","description":"\u003cp\u003eCND Vinylux Sundial It Up delivers luminous marigold yellow with a subtle green shimmer that shifts in natural light. This hybrid gel-like formula dries naturally to a flawless finish and strengthens its resistance to chipping over time. Part of the Bizarre Beauty Summer 2023 Collection, this shade brings bold, saturated color with a light-catching shimmer finish.\u003c\/p\u003e\u003cp\u003eThe Vinylux system works without a base coat. The patent-pending technology uses natural light to create lasting wear. While ordinary lacquers break down, Vinylux builds durability over time. Expect seven days of professional-grade color with a high-gloss shine.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat for durability and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\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\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559632947,"sku":"V-445","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Sundial-It-Up-0_5-oz-445-Nail-Lacquer-at-Beyond-Polish.jpg?v=1763769770"},{"product_id":"cnd-vinylux-clash-out-0-5-oz-446","title":"CND - Vinylux Clash Out 0.5 oz - #446","description":"\u003cp\u003eCND Vinylux Clash Out is a bold kelly green shimmer that radiates energy and warmth. Gold reflective particles shift and catch the light with every movement, creating a luminous, multi-dimensional finish. Part of the Bizarre Beauty Summer 2023 Collection, this vibrant shade brings fearless color and texture to any summer look.\u003c\/p\u003e\u003cp\u003eVinylux's patent-pending formula strengthens over time, resisting chips while delivering a flawless, gel-like finish. No base coat needed. The adhesive technology works with natural light to create a professional manicure that lasts up to seven days. 0.5 oz bottle.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eApply two thin coats of Vinylux polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry naturally for best results.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Shimmer with gold reflects\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41291559665715,"sku":"V-446","price":8.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Clash-Out-0_5-oz-446-Nail-Lacquer-at-Beyond-Polish.jpg?v=1763633451"},{"product_id":"cnd-shellac-char-truth-0-25-oz","title":"CND - Shellac Char-Truth (0.25 oz)","description":"\u003cp\u003eCND Shellac Char-Truth is a luminous chartreuse with blue iridescent shimmer, part of the Across The Maniverse Collection. This pastel yellow shifts and catches light with every movement, bringing cosmic vibrancy to professional manicures. The HEMA-free, vegan formula delivers up to two weeks of chip-resistant wear with a smooth, high-shine finish. Cures under UV lamps for flawless, long-lasting color.\u003c\/p\u003e\u003cp\u003eShellac is a professional soak-off gel polish system designed for effortless application and removal. Each coat builds smoothly for saturated color and mirror-like gloss. Ideal for clients seeking bold, light-catching shades with reliable wear. 0.25 oz.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend shimmer. Apply and cure Shellac Base Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Char-Truth to all five nails. Cure for 2 minutes in a CND UV Lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRepeat on the other hand, then apply a second thin coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure for final wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Vegan\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Professional, Longwear\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41315400122419,"sku":"CNDS-CHAR-TRUTH","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Char-Truth-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743661199"},{"product_id":"revel-nail-chrome-nail-powder-applicators","title":"Revel Nail - Chrome Nail Powder Applicators","description":"\u003cp\u003eRevel Nail's Chrome Nail Powder Applicators are designed to buff chrome powder into tack-free gel topcoat with precision and control. These specialized sponge-tip applicators create a flawless, mirror-like finish without streaking or uneven coverage. Each pack includes four applicators, making it easy to keep fresh tools on hand for every chrome application.\u003c\/p\u003e\u003cp\u003eThe soft, dual-sided design picks up just the right amount of powder and buffs it seamlessly into the nail surface. Whether you're working with holographic, metallic, or iridescent chrome powders, these applicators deliver professional results every time.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003eApply tack-free gel topcoat and cure completely.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePress applicator tip into chrome powder and buff onto nail in circular motions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eContinue buffing until chrome effect is smooth and even.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with gel topcoat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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 Vegan, Cruelty-Free, Non-Toxic\u003c\/li\u003e\u003c\/ul\u003e","brand":"Revel Nail","offers":[{"title":"Default Title","offer_id":41560621187123,"sku":"RN-CHROME NAIL POWDER","price":1.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Revel-Nail-Chrome-Nail-Powder-Applicators-Manicure-Pedicure-Tools-at-Beyond-Polish.jpg?v=1743663117"},{"product_id":"maniology-nail-tool-5pc-double-ended-dotting-tool-and-detail-liner-brush-set","title":"Maniology - Nail Tool - 5pc Double Ended Dotting Tool and Detail Liner Brush Set","description":"\u003cp\u003eThis 5-piece dual-ended tool set from Maniology brings precision and versatility to every nail art detail. Each tool features a dotting head on one end and a detail liner brush on the other, giving you five different dot sizes and five brush styles for intricate designs, fine lines, and color accents.\u003c\/p\u003e\u003cp\u003eThe dotting tools range from micro to large, perfect for creating everything from delicate florals to bold geometric patterns. The detail liner brushes work seamlessly with gel polish or acrylic paint, delivering controlled strokes for dimensional nail art. Glitter-accented handles add a touch of polish to your toolkit.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\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;\"\u003eDip dotting tool into polish or paint and press onto nail surface for dots.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse detail liner brush to draw fine lines, swirls, or outlines.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eClean tools with acetone or brush cleaner between colors.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal designs with topcoat for lasting wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e","brand":"Maniology","offers":[{"title":"Default Title","offer_id":41598111121459,"sku":"MANI-TOOL-080","price":10.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Maniology-Nail-Tool-5pc-Double-Ended-Dotting-Tool-and-Detail-Liner-Brush-Set-Manicure-Pedicure-Tools-at-Beyond-Polish.jpg?v=1743663378"},{"product_id":"cnd-shellac-meadow-glow-0-25-oz","title":"CND - Shellac Meadow Glow (0.25 oz)","description":"\u003cp\u003eCND Shellac Meadow Glow delivers a cheerful green with a smooth, opaque creme finish. This uplifting shade brings a feel-good mood to any manicure, perfect for warm-weather looks and effortless summer style. The professional-grade formula applies evenly and cures to a flawless, chip-resistant finish that lasts up to two weeks.\u003c\/p\u003e\u003cp\u003eDesigned with CND's advanced gel technology, Meadow Glow offers superior adhesion and a mirror-like shine that stays vibrant from application to removal. The 0.25 oz bottle provides plenty of product for multiple manicures.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer over cured Shellac Base Coat and cure for 2 minutes in a CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41981392584755,"sku":"CNDS-MEADOW GLOW","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Meadow-Glow-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743665107"},{"product_id":"cnd-shellac-ig-night-ed-0-25-oz","title":"CND - Shellac Ig-Night-Ed (0.25 oz)","description":"\u003cp\u003eCND Shellac Ig-Night-Ed is a sheer red-orange creme that radiates warmth and energy. The semi-translucent formula glows like firelight, offering buildable coverage that ranges from soft coral to saturated sunset depending on application. This HEMA-free, TPO-free gel polish cures to a flawless mirror finish and resists chips for up to two weeks of professional wear.\u003c\/p\u003e\u003cp\u003ePart of CND's Gleam and Glow Summer 2024 Collection, this luminous shade captures the heat and vitality of long summer nights. The 0.25 oz bottle delivers consistent color payoff with CND's signature smooth application and easy soak-off removal.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\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;\"\u003eShake bottle to blend formula before use.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply thin layer over cured CND Shellac Base Coat. Cure 2 minutes in CND UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat for deeper color. Cure 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND Shellac Top Coat and cure.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\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, TPO-Free, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.25 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41981392650291,"sku":"CNDS-IG NIGHT ED","price":17.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Ig-Night-Ed-0_25-oz-Gel-Polish-at-Beyond-Polish.jpg?v=1743665109"}],"url":"https:\/\/www.beyondpolish.com\/collections\/cnd-summer-style-guide-2025.oembed?page=-1","provider":"Beyond Polish","version":"1.0","type":"link"}