{"title":"OPI GelColor Shades","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=\"OPI GelColor Shades 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\/opi\"\u003eAll OPI\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor\"\u003eOPI GelColor\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Red\"\u003eRed\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Pink\"\u003ePink\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Nude\"\u003eNude\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/White\"\u003eWhite\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Black\"\u003eBlack\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Blue\"\u003eBlue\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Purple\"\u003ePurple\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Brown\"\u003eBrown\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelcolor-shades\/Multi\"\u003eMulti\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"opi-gelcolor-alpine-snow-0-5-oz-gcl00","title":"OPI GelColor - Alpine Snow 0.5 oz - #GCL00","description":"\u003cp\u003eOPI GelColor in Alpine Snow delivers a fresh, crisp white with a smooth, opaque creme finish. The shade offers flawless coverage and a classic glossy shine, making it a timeless choice for French-look tips, minimalist designs, or a clean, polished look for any occasion. The professional-grade formula applies smoothly and cures quickly under LED or UV light, delivering up to two weeks of chip-resistant wear.\u003c\/p\u003e\u003cp\u003eAt 0.5 oz, this bottle provides ample product for multiple manicures. The long-lasting formula helps keep nails strong and healthy while maintaining brilliant color and shine 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;\"\u003eApply a thin layer of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of Alpine Snow, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply OPI GelColor Top Coat, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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\u003eFormula:\u003c\/strong\u003e 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.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":1739781635,"sku":"OPIG-GCL00","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Alpine-Snow-0_5-oz-GCL00-Gel-Polish-at-Beyond-Polish.jpg?v=1743634080"},{"product_id":"opi-gelcolor-my-private-jet-0-5-oz-gcb59","title":"OPI GelColor - My Private Jet 0.5 oz - #GCB59","description":"\u003cp\u003eOPI GelColor My Private Jet delivers a luxurious deep black with a smooth, opaque creme finish. This iconic shade offers rich, saturated color that feels timeless and effortlessly polished. The professional-grade formula cures to a glossy, chip-resistant finish that lasts up to two weeks without damage to the natural nail.\u003c\/p\u003e\u003cp\u003eEach 0.5 oz bottle features OPI's signature wide brush for streak-free application and precise control. Cures in 30 seconds under an LED lamp or 2 minutes under UV. Perfect for creating bold, editorial looks or adding a sophisticated edge to any 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;\"\u003eApply OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin, even layer of My Private Jet and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full opacity and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and wipe with cleanser.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":1739786499,"sku":"OPIG-GCB59","price":20.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-My-Private-Jet-0_5-oz-GCB59-Gel-Polish-at-Beyond-Polish_c356db47.jpg?v=1744054303"},{"product_id":"opi-gelcolor-taupe-less-beach-0-5-oz-gca61","title":"OPI GelColor - Taupe-less Beach 0.5 oz - #GCA61","description":"\u003cp\u003eOPI GelColor in Taupe-less Beach delivers a rich, enticing taupe with a smooth creme finish. This sophisticated neutral leans gently purple-toned, offering warmth and depth that complements every skin tone. The opaque formula builds effortlessly in two coats and cures to a high-gloss shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eProfessional-grade and salon-trusted, this 0.5 oz gel polish applies like traditional lacquer but delivers the durability and luminous finish only UV or LED curing can achieve. Perfect for the office, weddings, or any occasion that calls for polished refinement.\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 of OPI GelColor Base Coat and cure under an LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Taupe-less Beach and cure.\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 OPI GelColor Top Coat, cure, then cleanse with alcohol or gel cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":1739787331,"sku":"OPIG-GCA61","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Taupe-less-Beach-0_5-oz-GCA61-Gel-Polish-at-Beyond-Polish_b4edc43d.jpg?v=1743635487"},{"product_id":"opi-gelcolor-do-you-take-lei-away-gch67","title":"OPI GelColor - Do You Take Lei Away? 0.5 oz - #GCH67","description":"\u003cp\u003eOPI GelColor in Do You Take Lei Away is a soft, creamy nude that brings effortless warmth to any look. This polished neutral works just as well for a gallery opening as it does for a weekend getaway. The creme finish delivers smooth, opaque coverage with a glossy shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThe professional-grade formula cures under LED or UV light and maintains a flawless finish through daily wear. Do You Take Lei Away offers buildable color that complements every skin tone with understated elegance.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color and cure. Repeat for full coverage.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and cleanse with alcohol.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":1739782595,"sku":"OPIG-GCH67","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Do-You-Take-Lei-Away-0_5-oz-GCH67-Gel-Polish-at-Beyond-Polish.jpg?v=1743635508"},{"product_id":"opi-gelcolor-humidi-tea-05-oz-gcn52","title":"OPI GelColor - Humidi-Tea 0.5 oz - #GCN52","description":"\u003cp\u003eOPI GelColor Humidi-Tea is a warm nude shimmer that catches light with every gesture. Delicate, luminous particles shift across the nail, creating a soft glow that feels effortless and refined. The sheer-to-buildable formula delivers professional-grade color with a high-gloss finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz bottle features OPI's trusted soak-off gel system, designed to cure quickly under LED or UV light. The formula stays put through daily wear while keeping natural nails strong and healthy. Perfect for weddings, date nights, or any moment that calls for polished elegance.\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 by pushing back cuticles and lightly buffing the surface.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Humidi-Tea, cap the edges, and cure under LED for 20 seconds or UV for 2 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 GelColor Top Coat, cure, then wipe away residue with alcohol or gel cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":15961760195,"sku":"OPIG-GCN52","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Humidi-Tea-0_5-oz-GCN52-Gel-Polish-at-Beyond-Polish.jpg?v=1743636728"},{"product_id":"opi-gelcolor-spare-me-a-french-quarter-05-oz-gcn55","title":"OPI GelColor - Spare Me a French Quarter? 0.5 oz - #GCN55","description":"\u003cp\u003eOPI GelColor in Spare Me a French Quarter delivers a mellowed raspberry creme with smooth, opaque color and a classic glossy finish. This professional-grade gel polish offers rich, saturated pigment that applies effortlessly and cures to a flawless, chip-resistant shine. The formula is designed for long-lasting wear, keeping your nails polished for up to two weeks.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz bottle works with both LED and UV lamps. The warm raspberry hue is perfect for fall and winter occasions, from weddings to work events.\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 of OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of color, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and wipe with cleanser.\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 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.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":15961761219,"sku":"OPIG-GCN55","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Spare-Me-a-French-Quarter-0_5-oz-GCN55-Gel-Polish-at-Beyond-Polish.jpg?v=1743636737"},{"product_id":"opi-gelcolor-one-chic-chick-05-oz-gct73","title":"OPI GelColor - One Chic Chick 0.5 oz - #GCT73","description":"\u003cp\u003eOPI GelColor in One Chic Chick is a downy soft yellow with a smooth, opaque creme finish. This spring-ready shade brings warmth and optimism to any manicure, with full coverage that builds effortlessly. The professional-grade formula delivers a glossy shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eOPI's GelColor system applies like traditional polish and cures under UV or LED light. The 0.5 oz bottle offers salon-quality results that protect and strengthen natural nails. No damage, just long-lasting color and a flawless 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 a thin layer of GelColor to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under an LED lamp for 30 seconds or UV lamp for 2 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;\"\u003eFinish with GelColor Top Coat and cure one final time.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":17928704707,"sku":"OPIG-GCT73","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-One-Chic-Chick-0_5-oz-GCT73-Gel-Polish-at-Beyond-Polish.jpg?v=1743636757"},{"product_id":"opi-gelcolor-exotic-birds-do-not-tweet-05-oz-gcf91","title":"OPI GelColor - Exotic Birds Do Not Tweet 0.5 oz - #GCF91","description":"\u003cp\u003eOPI GelColor in Exotic Birds Do Not Tweet is a radiant golden yellow that captures the warmth of endless summer. This high-shine gel polish delivers vivid neon color that glows with confidence.\u003c\/p\u003e\u003cp\u003ePart of the Fiji 2017 Collection, this professional-grade formula cures to a smooth, chip-resistant finish that lasts up to two weeks. At 0.5 oz, it's designed for salon use and serious nail enthusiasts who want lasting, luminous color.\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 base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under UV or LED lamp as directed.\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 gel 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 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":"OPI","offers":[{"title":"Default Title","offer_id":33482779779,"sku":"OPIG-GCF91","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Exotic-Birds-Do-Not-Tweet-0_5-oz-GCF91-Gel-Polish-at-Beyond-Polish.jpg?v=1743638715"},{"product_id":"opi-gelcolor-icelanded-a-bottle-of-opi-05-oz-gci53","title":"OPI GelColor - Icelanded a Bottle of OPI 0.5 oz - #GCI53","description":"\u003cp\u003eOPI GelColor in Icelanded a Bottle of OPI delivers a soft dove beige that feels refined and quietly confident. The creme finish offers smooth, opaque coverage with a classic glossy shine that pairs as easily with tailored suiting as it does with weekend denim.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz professional gel polish applies like traditional lacquer and cures under UV or LED for a chip-resistant finish that lasts up to two weeks. The buildable formula provides rich color saturation without compromising nail health.\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 of OPI GelColor to prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under UV lamp for 3 minutes or LED lamp for 30 seconds.\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 OPI GelColor top coat and cure one final time.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":41473009027,"sku":"OPIG-GCI53","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Icelanded-a-Bottle-of-OPI-0_5-oz-GCI53-Gel-Polish-at-Beyond-Polish.jpg?v=1743638976"},{"product_id":"opi-gelcolor-thats-what-friends-are-thor-05-oz-gci54","title":"OPI GelColor - That's What Friends Are Thor 0.5 oz - #GCI54","description":"\u003cp\u003eOPI GelColor in That's What Friends Are Thor delivers a powerful, earthy brown with a smooth creme finish. This rich, warm shade brings grounded elegance to everyday looks and effortlessly transitions from work to evening. The opaque formula glides on evenly and cures to a glossy, chip-resistant shine that lasts up to two weeks.\u003c\/p\u003e\u003cp\u003eSized at 0.5 oz, this professional-grade gel polish applies just like traditional lacquer but offers superior wear and a flawless, high-shine finish. Formulated to protect natural nails while delivering salon-quality results at home or in the studio.\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 of GelColor to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under an LED lamp for 30 seconds or UV lamp for 2 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;\"\u003eFinish with OPI GelColor 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 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":"OPI","offers":[{"title":"Default Title","offer_id":41473009091,"sku":"OPIG-GCI54","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Thats-What-Friends-Are-Thor-0_5-oz-GCI54-Gel-Polish-at-Beyond-Polish.jpg?v=1743638982"},{"product_id":"opi-gelcolor-krona-logical-order-05-oz-gci55","title":"OPI GelColor - Krona-logical Order 0.5 oz - #GCI55","description":"\u003cp\u003eOPI GelColor in Krona-logical Order delivers a rich, warm espresso brown with a smooth creme finish. This deeply saturated shade brings refined warmth to any look, polished enough for everyday wear yet luxurious enough for special occasions. The professional-grade formula glides on effortlessly and cures to a flawless, glossy shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eOPI GelColor applies just like traditional polish but delivers superior durability and a luminous, salon-quality finish. The 0.5 oz bottle provides consistent color payoff and works seamlessly with UV or LED lamps. Krona-logical Order pairs beautifully with autumn and winter wardrobes, offering a versatile neutral that complements every skin tone.\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 of OPI GelColor base coat and cure under lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one coat of Krona-logical Order and cure, then apply second coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with OPI GelColor top coat and cure for a long-lasting, glossy 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 Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":41473009987,"sku":"OPIG-GCI55","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Krona-logical-Order-0_5-oz-GCI55-Gel-Polish-at-Beyond-Polish_0bda4218.jpg?v=1743710386"},{"product_id":"opi-gelcolor-this-isnt-greenland-05-oz-gci58","title":"OPI GelColor - This Isn't Greenland 0.5 oz - #GCI58","description":"\u003cp\u003eOPI GelColor in This Isn't Greenland is a mystical moss green with a smooth, opaque creme finish. This rich, earthy tone brings a grounded, natural elegance to any look, perfect for the season when new growth emerges. The professional-grade formula delivers a super shiny, glass-like finish that stays vibrant and chip-resistant for up to two weeks.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz bottle applies just like traditional polish but cures under a UV or LED lamp for long-lasting wear. The gel formula supports nail health while standing up to daily 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 coat to prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under UV or LED lamp as directed.\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 top coat and cure for a glossy 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 Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":41473010307,"sku":"OPIG-GCI58","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-This-Isnt-Greenland-0_5-oz-GCI58-Gel-Polish-at-Beyond-Polish.jpg?v=1743967643"},{"product_id":"opi-gelcolor-ill-have-a-gin-tectonic-05-oz-gci61","title":"OPI GelColor - I'll Have a Gin \u0026 Tectonic 0.5 oz - #GCI61","description":"\u003cp\u003eOPI GelColor I'll Have a Gin \u0026amp; Tectonic delivers a warm pink with a smooth creme finish. This professional-grade gel polish offers rich, opaque color with a glossy shine that lasts up to two weeks. The buildable formula glides on evenly and stays vibrant through daily wear.\u003c\/p\u003e\u003cp\u003ePart of the Valentine's Day Collection 2021, this shade brings timeless warmth to any look. The 0.5 oz bottle provides lasting value for both salon professionals and home enthusiasts.\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 to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under UV or LED lamp per manufacturer 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 top coat and cure for a glossy, chip-resistant 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\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":"OPI","offers":[{"title":"Default Title","offer_id":41473016835,"sku":"OPIG-GCI61","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Ill-Have-a-Gin-Tectonic-0_5-oz-GCI61-Gel-Polish-at-Beyond-Polish.jpg?v=1743638993"},{"product_id":"opi-gelcolor-one-heckla-of-a-color-05-oz-gci62","title":"OPI GelColor - One Heckla of a Color! 0.5 oz - #GCI62","description":"\u003cp\u003eOPI GelColor in One Heckla of a Color delivers a frosty purple with cool, volcanic depth. This creme finish polish offers rich, opaque coverage with a glossy shine that feels modern and refined. Professional-grade formula ensures smooth application and long-lasting wear.\u003c\/p\u003e\u003cp\u003eAt 0.5 oz, this gel polish cures under UV or LED light for a flawless, chip-resistant finish that lasts up to two weeks. The saturated purple shade works beautifully on its own or layered for added intensity.\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 base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under UV or LED lamp per manufacturer instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat if desired and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with top coat and cure 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 Professional-grade\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":41473016963,"sku":"OPIG-GCI62","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-One-Heckla-of-a-Color-0_5-oz-GCI62-Gel-Polish-at-Beyond-Polish.jpg?v=1744057516"},{"product_id":"opi-gelcolor-you-ve-got-nata-on-me-0-5-oz-gcl17","title":"OPI GelColor - You've Got Nata On Me 0.5 oz - #GCL17","description":"\u003cp\u003eOPI GelColor in You've Got Nata On Me is a warm, creamy nude with a polished, opaque finish. This 0.5 oz bottle delivers professional-grade color that cures to a high-gloss shine under UV or LED light. The formula glides on smoothly, builds beautifully, and resists chipping for up to two weeks of flawless wear.\u003c\/p\u003e\u003cp\u003ePerfect for a natural, everyday look or as a refined base for nail art. This timeless nude complements every skin tone with effortless sophistication.\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, even layer of GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin coat of You've Got Nata On Me, cap the edges, and cure.\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 GelColor Top Coat, cure, and wipe away the tacky residue with gel cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":5390711783453,"sku":"OPIG-GCL17","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Youve-Got-Nata-On-Me-0_5-oz-GCL17-Gel-Polish-at-Beyond-Polish.jpg?v=1743639507"},{"product_id":"opi-gelcolor-sun-sea-and-sand-in-my-pants-0-5-oz-gcl23","title":"OPI GelColor - Sun, Sea, and Sand in My Pants 0.5 oz - #GCL23","description":"\u003cp\u003eOPI GelColor in Sun, Sea, and Sand in My Pants delivers a radiant golden yellow with a smooth creme finish. This professional-grade gel polish brings warmth and sunshine to every look, perfect for summer and vacation vibes. The rich, saturated color applies evenly and builds effortlessly in two coats.\u003c\/p\u003e\u003cp\u003eThe long-lasting formula cures quickly under LED or UV lamps and offers up to two weeks of chip-resistant wear. At 0.5 oz, this gel polish pairs with OPI's full gel system for a flawless, high-shine manicure that moves with you.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin, even coat of color and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and cleanse with alcohol or gel cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":5390712274973,"sku":"OPIG-GCL23","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Sun-Sea-and-Sand-in-My-Pants-0_5-oz-GCL23-Gel-Polish-at-Beyond-Polish.jpg?v=1743967673"},{"product_id":"opi-gelcolor-alpaca-my-bags-0-5-oz-gcp33","title":"OPI GelColor - Alpaca My Bags 0.5 oz - #GCP33","description":"\u003cp\u003eOPI GelColor in Alpaca My Bags delivers a rich, saturated denim blue with a smooth creme finish. Inspired by the vibrant spirit of Peru, this professional-grade gel polish offers bold, true-blue color that radiates confidence and modern elegance. The glossy finish stays flawless for weeks, bringing depth and polish to every look.\u003c\/p\u003e\u003cp\u003eFormulated for fast, efficient application, this 0.5 oz gel polish cures in just 30 seconds under LED light and removes without damaging the natural nail. The saturated pigment glides on evenly, creating a smooth, luminous finish that feels as refined 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;\"\u003eApply a thin layer over base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED light for 30 seconds.\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 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\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":"OPI","offers":[{"title":"Default Title","offer_id":12111026389118,"sku":"OPIG-GCP33","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Alpaca-My-Bags-0_5-oz-GCP33-Gel-Polish-at-Beyond-Polish.jpg?v=1743640629"},{"product_id":"opi-gelcolor-dulce-de-leche-0-5-oz-gca15","title":"OPI GelColor - Dulce de Leche 0.5 oz - #GCA15","description":"\u003cp\u003eOPI GelColor in Dulce de Leche is a soft, milky nude pink with a smooth creme finish. This warm, barely-there shade brings effortless polish to any look, balancing natural elegance with a hint of rosy warmth. The rich, buildable formula delivers flawless opacity and professional-grade color that lasts.\u003c\/p\u003e\u003cp\u003ePart of OPI's most iconic shades, Dulce de Leche captures those unforgettable moments with timeless, wearable color. This 0.5 oz bottle provides long-lasting gel color with a luminous, glossy finish that resists chips and 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;\"\u003eApply a thin layer of GelColor to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED lamp for 30 seconds.\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 OPI GelColor 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 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.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":12155234582654,"sku":"OPIG-GCA15","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Dulce-de-Leche-0_5-oz-GCA15-Gel-Polish-at-Beyond-Polish_46982d65.jpg?v=1743640976"},{"product_id":"opi-gelcolor-barefoot-in-barcelona-0-5-oz-gce41","title":"OPI GelColor - Barefoot in Barcelona 0.5 oz - #GCE41","description":"\u003cp\u003eOPI GelColor in Barefoot in Barcelona delivers a soft, warm nude with a classic creme finish. This iconic shade evokes barefoot strolls through sun-drenched streets, balancing subtlety with just enough depth to feel polished and intentional. The smooth, opaque formula glides on effortlessly and cures to a luminous, chip-resistant finish that lasts through every moment worth remembering.\u003c\/p\u003e\u003cp\u003ePart of OPI's most celebrated shades, Barefoot in Barcelona is the kind of neutral that works for everything from wedding days to boardroom meetings. Professional-grade pigmentation means full coverage in two coats, while the long-lasting gel formula keeps your manicure flawless for weeks. Sophisticated, versatile, and endlessly wearable.\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 base coat and cure under an LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full opacity and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with gel top coat and cure for a long-lasting, glossy 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\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\u003eFormula:\u003c\/strong\u003e Professional, Longwear\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":12155234746494,"sku":"OPIG-GCE41","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Barefoot-in-Barcelona-0_5-oz-GCE41-Gel-Polish-at-Beyond-Polish.jpg?v=1743640981"},{"product_id":"opi-gelcolor-berlin-there-done-that-0-5-oz-gcg13","title":"OPI GelColor - Berlin There Done That 0.5 oz - #GCG13","description":"\u003cp\u003eOPI GelColor in Berlin There Done That is a soft, warm nude with a smooth creme finish. This iconic shade delivers timeless, polished elegance that suits every occasion, from boardroom to happy hour. The professional-grade formula offers rich, even coverage with chip-resistant wear.\u003c\/p\u003e\u003cp\u003eBerlin There Done That is part of OPI's Make It Iconic collection, celebrating the shades that define your most unforgettable moments. Sized at 0.5 oz, this gel polish cures under LED or UV light for lasting, luminous color.\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 cured base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED or 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;\"\u003eSeal with 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 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":"OPI","offers":[{"title":"Default Title","offer_id":12155234844798,"sku":"OPIG-GCG13","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Berlin-There-Done-That-0_5-oz-GCG13-Gel-Polish-at-Beyond-Polish.jpg?v=1743967802"},{"product_id":"opi-gelcolor-kanpai-opi-0-5-oz-gct90","title":"OPI GelColor - Kanpai OPI! 0.5 oz - #GCT90","description":"\u003cp\u003eOPI GelColor in Kanpai OPI! is a luminous sky blue with a smooth creme finish. This Tokyo Collection shade captures the energy of Harajuku with saturated pigment and a modern, polished feel. The formula delivers rich, buildable color in 0.5 oz.\u003c\/p\u003e\u003cp\u003ePart of OPI's professional-grade gel system, this shade cures to a flawless, chip-resistant finish. Kanpai OPI! brings effortless vibrancy to spring and summer 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;\"\u003eApply to prepped nails after base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED or UV lamp per manufacturer instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat if desired, cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with gel 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\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":"OPI","offers":[{"title":"Default Title","offer_id":15908014063667,"sku":"OPIG-GCT90","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Kanpai-OPI-0_5-oz-GCT90-Gel-Polish-at-Beyond-Polish.jpg?v=1743881761"},{"product_id":"opi-gelcolor-good-girls-gone-plaid-0-5-oz-gcu16","title":"OPI GelColor - Good Girls Gone Plaid 0.5 oz - #GCU16","description":"\u003cp\u003eOPI GelColor Good Girls Gone Plaid is a rich, vampy purple with a smooth creme finish. Part of the Scotland Collection, this deep, moody shade delivers full opacity in two coats and a glossy shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThe 0.5 oz professional formula cures quickly under LED or UV light and removes cleanly with acetone soak-off. Perfect for fall nail art, date nights, or anytime you want a bold, polished look with serious staying power.\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 by pushing back cuticles and lightly buffing the surface.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply OPI GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Good Girls Gone Plaid, curing between each coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat and cure fully.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser to remove tacky 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.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":16329078112307,"sku":"OPIG-GCU16","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Good-Girls-Gone-Plaid-0_5-oz-GCU16-Gel-Polish-at-Beyond-Polish.jpg?v=1743642513"},{"product_id":"opi-gelcolor-opi-grabs-the-unicorn-by-the-horn-0-5-oz-gcu20","title":"OPI GelColor - OPI Grabs The Unicorn By The Horn 0.5 oz - #GCU20","description":"\u003cp\u003eOPI GelColor in Grabs The Unicorn By The Horn delivers a saturated blue creme finish with a whimsical name and flawless coverage. Part of the Scotland Collection, this shade captures the magic of highland folklore in a bold, wearable hue. The professional-grade formula glides on smoothly and locks in color under LED or UV light for up to two weeks of chip-resistant wear.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz bottle offers salon-quality results at home. The rich creme finish creates a polished, glossy look that works for date nights, fall wardrobes, and everyday wear. OPI's trusted gel system cures quickly and removes cleanly without damaging the natural nail.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color and cure under LED or 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 full saturation.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with OPI GelColor Top Coat, cure, and wipe away 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":16329078472755,"sku":"OPIG-GCU20","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-OPI-Grabs-The-Unicorn-By-The-Horn-0_5-oz-GCU20-Gel-Polish-at-Beyond-Polish.jpg?v=1743642523"},{"product_id":"opi-gelcolor-engage-meant-to-be-0-5-oz-gcsh5","title":"OPI GelColor - Engage-meant to Be 0.5 oz - #GCSH5","description":"\u003cp\u003eOPI GelColor in Engage-meant to Be is a soft, greyed taupe with a smooth creme finish. This understated neutral feels effortless and polished, perfect for everyday elegance or bridal moments. The 0.5 oz bottle delivers professional-grade color with chip-resistant wear and long-lasting shine.\u003c\/p\u003e\u003cp\u003ePart of the Always Bare For You collection, this shade was designed for anyone seeking a refined, barely-there look with just a hint of subtle warmth.\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 of OPI GelColor to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED or UV lamp as directed.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat, cure, then finish with 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 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":"OPI","offers":[{"title":"Default Title","offer_id":16853454848051,"sku":"OPIG-GCSH5","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Engage-meant-to-Be-0_5-oz-GCSH5-Gel-Polish-at-Beyond-Polish.jpg?v=1743711037"},{"product_id":"opi-gelcolor-mexico-city-move-mint-0-5-oz-gcm83","title":"OPI GelColor - Mexico City Move-mint 0.5 oz - #GCM83","description":"\u003cp\u003eOPI GelColor in Mexico City Move-mint delivers a serene, pastel mint blue with a smooth creme finish. This professional-grade gel polish brings a cool, refreshing tone to spring and summer manicures. The opaque formula builds effortlessly in two coats, offering a glossy, polished look that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003ePart of the OPI Mexico City Spring 2020 Collection, this 0.5 oz bottle cures quickly under LED or UV light and removes cleanly with acetone soak-off. The soft, diffused blue feels airy and modern, perfect for clients seeking a refined pastel shade with professional staying power.\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 OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Mexico City Move-mint, curing between each layer.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe away tacky residue with gel cleanser or alcohol.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":31501303906355,"sku":"OPIG-GCM83","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Mexico-City-Move-mint-0_5-oz-GCM83-Gel-Polish-at-Beyond-Polish.jpg?v=1743643377"},{"product_id":"opi-gelcolor-verde-nice-to-meet-you-0-5-oz-gcm84","title":"OPI GelColor - Verde Nice To Meet You 0.5 oz - #GCM84","description":"\u003cp\u003eOPI GelColor in Verde Nice To Meet You is a soft, spring-fresh green with a creamy pastel finish. This professional-grade gel polish delivers full-coverage color in two coats, curing to a high-gloss shine that lasts up to two weeks without chipping. The smooth creme formula glides on evenly and pairs beautifully with everything from denim to linen.\u003c\/p\u003e\u003cp\u003ePart of the Mexico City Spring 2020 Collection, this 0.5 oz bottle is sized for salon use and endless manicures at home. Cure under LED or UV for a flawless, long-lasting 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 a thin coat of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Verde Nice To Meet You, curing between each.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":31501304004659,"sku":"OPIG-GCM84","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Verde-Nice-To-Meet-You-0_5-oz-GCM84-Gel-Polish-at-Beyond-Polish.jpg?v=1743643382"},{"product_id":"opi-gelcolor-my-chihuahua-doesn-t-bite-anymore-0-5-oz-gcm89","title":"OPI GelColor - My Chihuahua Doesn't Bite Anymore 0.5 oz - #GCM89","description":"\u003cp\u003eOPI GelColor in My Chihuahua Doesn't Bite Anymore is a rich orange-red creme with a smooth, opaque finish that warms every complexion. Part of the OPI Mexico City Spring 2020 Collection, this fiery shade delivers bold, saturated color in a professional-grade gel formula. The creamy consistency applies evenly and cures to a high-gloss shine that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz bottle is sized for salon professionals and serious nail enthusiasts. The formula glides on smoothly and builds to full coverage in two coats, creating a flawless, polished look that feels effortless.\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 of GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with GelColor Top Coat, cure, and wipe with cleanser.\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":"OPI","offers":[{"title":"Default Title","offer_id":31501304430643,"sku":"OPIG-GCM89","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-My-Chihuahua-Doesnt-Bite-Anymore-0_5-oz-GCM89-Gel-Polish-at-Beyond-Polish.jpg?v=1743643396"},{"product_id":"opi-gelcolor-opi-nails-the-runway-0-5-oz-gcmi08","title":"OPI GelColor - OPI Nails The Runway 0.5 oz - #GCMI08","description":"\u003cp\u003eOPI Nails The Runway is a dusky mauve with glitter and shimmer that shifts between grey and purple undertones. Part of the OPI Muse of Milan Collection, this GelColor formula delivers professional-grade coverage with a dimensional finish that catches light from every angle. Each coat builds effortlessly over the last, creating a look that feels both polished and modern.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz gel polish cures quickly under LED or UV light and resists chips for up to two weeks. The rich, saturated pigment works beautifully for fall or any season when you want refined color with subtle sparkle.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin, even coat of color and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with OPI GelColor Top Coat, cure, and wipe with cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":32281847791667,"sku":"OPIG-GCMI08","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-OPI-Nails-The-Runway-0_5-oz-GCMI08-Gel-Polish-at-Beyond-Polish.jpg?v=1743645643"},{"product_id":"opi-gelcolor-addio-bad-nails-ciao-great-nails-0-5-oz-gcmi10","title":"OPI GelColor - Addio Bad Nails, Ciao Great Nails 0.5 oz - #GCMI10","description":"\u003cp\u003eOPI GelColor in Addio Bad Nails, Ciao Great Nails is a rich purple shimmer inspired by the artistry and energy of Milan. Light-catching particles shift with every movement, creating a refined, dimensional finish. Part of the OPI Muse of Milan Collection, this professional-grade gel polish delivers saturated color and long-lasting wear in 0.5 oz.\u003c\/p\u003e\u003cp\u003eThe GelColor formula cures quickly under LED or UV light and resists chipping for up to two weeks. It applies smoothly, builds evenly, and removes cleanly without damaging the natural nail.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of color, cap the free edge, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply OPI GelColor Top Coat, cap the edge, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with cleanser 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\u003eFormula:\u003c\/strong\u003e 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.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32281847857203,"sku":"OPIG-GCMI10","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Addio-Bad-Nails-Ciao-Great-Nails-0_5-oz-GCMI10-Gel-Polish-at-Beyond-Polish.jpg?v=1743645655"},{"product_id":"opi-gelcolor-halo-there-0-5-oz-gce02","title":"OPI GelColor - Halo There 0.5 oz - #GCE02","description":"\u003cp\u003eOPI GelColor in Halo There delivers a mesmerizing holographic pink that shifts and sparkles with every movement. Part of the High Definition Glitters Collection, this professional-grade formula suspends multi-dimensional glitter particles in OPI's iconic gel base for depth, dimension, and fuller coverage than traditional lacquer. The easy brush application eliminates the mess of loose glitter while delivering a truly luminous finish.\u003c\/p\u003e\u003cp\u003eThis long-lasting gel polish cures under LED in 30 seconds or UV in 2 minutes, delivering up to two weeks of chip-resistant wear with a super glossy finish that won't damage natural nails.\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 OPI GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin coat of Halo There, cap the edges, and cure for 30 seconds LED or 2 minutes UV.\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;\"\u003eApply OPI GelColor Top Coat and cure for 30 seconds LED or 2 minutes UV.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser to remove tacky 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.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional, Longwear\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32490090823731,"sku":"OPIG-GCE02","price":20.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Halo-There-0_5-oz-GCE02-Gel-Polish-at-Beyond-Polish.jpg?v=1743646496"},{"product_id":"opi-gelcolor-i-m-an-extra-0-5-oz-gch002","title":"OPI GelColor - I’m an Extra 0.5 oz - #GCH002","description":"\u003cp\u003eOPI GelColor in I'm an Extra is a passionate pink creme with a smooth, opaque finish and classic glossy shine. Part of the OPI Hollywood Spring 2021 Collection, this shade captures old-school glamour with a pop of bold, extravagant color. The professional-grade formula delivers rich pigmentation and a flawless finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eI'm an Extra comes in a 0.5 oz bottle and cures under LED or UV lamps. The easy-to-apply gel polish provides salon-quality results with a high-shine finish that stays vibrant through daily 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 of GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of I'm an Extra color and cure under LED for 20 seconds or UV for 2 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;\"\u003eFinish with GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":32675823419443,"sku":"OPIG-GCH002","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Im-an-Extra-0_5-oz-GCH002-Gel-Polish-at-Beyond-Polish.jpg?v=1743647128"},{"product_id":"opi-gelcolor-marigolden-hour-0-5-oz-gcn82","title":"OPI GelColor - Marigolden Hour 0.5 oz - #GCN82","description":"\u003cp\u003eOPI GelColor in Marigolden Hour is a luminous golden-yellow creme that captures the warmth of a California sunset. From the Malibu Summer 2021 Collection, this vibrant shade delivers full-coverage color with a high-gloss finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThe rich, saturated formula applies smoothly and evenly, curing quickly under LED or UV lamps. Professional-grade and salon-trusted, this gel polish is part of the iconic Malibu Collection inspired by sun-soaked beaches and effortless summer style.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Marigolden Hour, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and cleanse with alcohol.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":39363053322291,"sku":"OPIG-GCN82","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Marigolden-Hour-0_5-oz-GCN82-Gel-Polish-at-Beyond-Polish.jpg?v=1743712186"},{"product_id":"opi-gelcolor-opi-heart-dtla-0-5-oz-gcla09","title":"OPI GelColor - OPI Heart DTLA 0.5 oz - #GCLA09","description":"\u003cp\u003eOPI GelColor in Heart DTLA brings a refined grey-blue with a smooth creme finish. This shade is part of the OPI Downtown LA Fall 2021 Collection, capturing the sleek, contemporary energy of LA's urban core. The professional-grade formula delivers flawless, opaque color in two coats and cures quickly under LED or UV light.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz gel polish offers up to two weeks of chip-resistant, high-shine wear without damaging the natural nail. The buttery consistency applies smoothly and self-levels for a salon-quality result 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;\"\u003eApply OPI GelColor Base Coat and cure under LED lamp for 10 seconds or UV lamp for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin coat of color, cap the edges, and cure for 20 seconds LED or 2 minutes UV.\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;\"\u003eApply OPI GelColor Top Coat, cap the edges, and cure for 20 seconds LED or 2 minutes UV.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser to remove tacky 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":39434437525555,"sku":"OPIG-GCLA09","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-OPI-Heart-DTLA-0_5-oz-GCLA09-Gel-Polish-at-Beyond-Polish.jpg?v=1743649787"},{"product_id":"opi-gelcolor-psychic-plum-0-5-oz-gce07","title":"OPI GelColor - Psychic Plum 0.5 oz - #GCE07","description":"\u003cp\u003eOPI Psychic Plum is a velvety plum gel polish with a magnetic formula that creates a mesmerizing dimensional effect. Part of the Velvet Vision Collection, this professional-grade gel polish features innovative magnetic pigments that shift and catch light with every hand movement, revealing a rich, textured finish that feels both modern and mystical.\u003c\/p\u003e\u003cp\u003eThe 0.5 oz bottle delivers buildable color and a soft, plush finish that brings depth to your fall manicure. Each application transforms into a captivating velvet effect when paired with a magnetic tool, creating subtle dimension that elevates this seasonal shade beyond ordinary plum.\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 GelColor Base Coat, cap the free edge, and cure 30 seconds in LED light.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one coat of Psychic Plum to each finger, capping the free edge first. Do not cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eHold magnet at each corner of the nail to activate the velvet effect, then cure 30 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRepeat for full coverage, then finish with a thin coat of GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRemove tacky layer with nail wipe saturated with isopropyl alcohol.\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 Professional, Magnetic\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":"OPI","offers":[{"title":"Default Title","offer_id":39519331680307,"sku":"OPIG-GCE07","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Psychic-Plum-0_5-oz-GCE07-Gel-Polish-at-Beyond-Polish.jpg?v=1743795989"},{"product_id":"opi-gelcolor-trading-paint-0-5-oz-gcd54","title":"OPI GelColor - Trading Paint 0.5 oz - #GCD54","description":"\u003cp\u003eOPI GelColor in Trading Paint is a vibrant orange crème that brings high-energy color to your nails. This pastel-leaning shade from the OPI x Xbox Spring 2022 Collection delivers smooth, opaque coverage with a glossy finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThe professional-grade formula cures quickly under LED or UV light and maintains its luminous shine through daily wear. At 0.5 oz, this bottle provides salon-quality results with OPI's trusted gel technology.\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 of GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Trading Paint and cure under LED for 20 seconds or UV for 2 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 GelColor Top Coat and cure under LED for 20 seconds or UV for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser to remove the tacky 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 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":"OPI","offers":[{"title":"Default Title","offer_id":39980868108339,"sku":"OPIG-GCD54","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Trading-Paint-0_5-oz-GCD54-Gel-Polish-at-Beyond-Polish.jpg?v=1744068870"},{"product_id":"opi-gelcolor-sage-simulation-0-5-oz-gcd57","title":"OPI GelColor - Sage Simulation 0.5 oz - #GCD57","description":"\u003cp\u003eSage Simulation from OPI is a shimmery sage green gel polish with a luminous pastel finish. Part of the OPI x XBOX Spring 2022 Collection, this soft green shifts and catches light with every movement, blending gaming-inspired color with refined wearability. The professional-grade formula delivers a smooth, even application and a high-gloss finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eOPI GelColor applies like traditional polish and cures under LED or UV light for a durable, salon-quality manicure. Each 0.5 oz bottle is designed for consistent color payoff and effortless blending. Perfect for spring and summer looks that feel fresh, modern, and polished.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Sage Simulation and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full opacity and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and wipe with cleanser.\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 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.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Shimmer, Pastel\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":39980868206643,"sku":"OPIG-GCD57","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Sage-Simulation-0_5-oz-GCD57-Gel-Polish-at-Beyond-Polish.jpg?v=1743651599"},{"product_id":"opi-gelcolor-you-had-me-at-halo-0-5-oz-gcd58","title":"OPI GelColor - You Had Me at Halo 0.5 oz - #GCD58","description":"\u003cp\u003eOPI GelColor You Had Me at Halo is a pearlescent blue gel polish with a luminous, soft shimmer that shifts and glows with every movement. Part of the OPI Xbox Spring 2022 Collection, this pastel hue combines a dreamy glitter finish with a buildable, wearable formula designed for professional results. The 0.5 oz bottle delivers rich color payoff that cures quickly under LED or UV light and stays chip-resistant for up to two weeks.\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 OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of You Had Me at Halo, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure again for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and wipe with cleanser.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":39980868239411,"sku":"OPIG-GCD58","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-You-Had-Me-at-Halo-0_5-oz-GCD58-Gel-Polish-at-Beyond-Polish.jpg?v=1743651604"},{"product_id":"opi-gelcolor-sun-rise-up-0-5-oz-gcb001","title":"OPI GelColor - Sun-rise Up 0.5 oz - #GCB001","description":"\u003cp\u003eOPI GelColor in Sun-rise Up is a luminous coral that captures the glow of dawn with light-catching shimmer. The warm, peachy coral base shifts pink and gold as it reflects light, creating a radiant finish that feels both energizing and refined. Part of the Power of Hue Summer 2022 Collection, this shade delivers bold color with a polished edge. The professional-grade formula cures quickly under LED or UV and offers lasting wear that resists chipping.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Sun-rise Up, curing after each layer.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with OPI GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":40537755025459,"sku":"OPIG-GCB001","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Sun-rise-Up-0_5-oz-GCB001-Gel-Polish-at-Beyond-Polish.jpg?v=1743653204"},{"product_id":"opi-gelcolor-go-to-grape-lengths-0-5-oz-gcb005","title":"OPI GelColor - Go to Grape Lengths 0.5 oz - #GCB005","description":"\u003cp\u003eGo to Grape Lengths by OPI is a daring violet purple gel polish with shimmer that catches the light with every movement. Rich, saturated color meets a luminous finish that shifts and glows, making it impossible to ignore. Part of the Power of Hue Summer 2022 Collection, this shade is bold without trying too hard.\u003c\/p\u003e\u003cp\u003eThe professional-grade formula delivers lasting wear and a flawless, chip-resistant finish. 0.5 oz bottle with OPI's signature gel consistency applies smoothly and cures to a high-shine result that stays brilliant for up to two weeks.\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 of OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of color, cap the edges, and cure.\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 OPI GelColor Top Coat, cure, and wipe with cleanser.\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 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.5 oz\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":"OPI","offers":[{"title":"Default Title","offer_id":40537755222067,"sku":"OPIG-GCB005","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Go-to-Grape-Lengths-0_5-oz-GCB005-Gel-Polish-at-Beyond-Polish.jpg?v=1743653219"},{"product_id":"opi-gelcolor-sky-true-to-yourself-0-5-oz-gcb007","title":"OPI GelColor - Sky True to Yourself 0.5 oz - #GCB007","description":"\u003cp\u003eOPI GelColor in Sky True to Yourself is a shimmery light blue that catches the light with every gesture. Part of the Power Of Hue Summer 2022 Collection, this playful shade delivers a luminous, confident finish that feels effortlessly fresh and true to you.\u003c\/p\u003e\u003cp\u003eThe professional-grade formula glides on smoothly and cures to a high-gloss shine that resists chipping for up to two weeks. Size: 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 a thin layer of GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Sky True to Yourself, curing between coats.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with GelColor Top Coat and cure for 20 seconds under LED or 2 minutes under UV.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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\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":"OPI","offers":[{"title":"Default Title","offer_id":40537755320371,"sku":"OPIG-GCB007","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Sky-True-to-Yourself-0_5-oz-GCB007-Gel-Polish-at-Beyond-Polish.jpg?v=1743653224"},{"product_id":"opi-gelcolor-feel-bluetiful-0-5-oz-gcb008","title":"OPI GelColor - Feel Bluetiful 0.5 oz - #GCB008","description":"\u003cp\u003eOPI GelColor Feel Bluetiful is a shimmering turquoise that catches light like sunlight on water. This professional-grade gel polish from OPI's Power Of Hue Summer 2022 Collection delivers vivid color with a luminous shimmer finish that lasts up to two weeks without chipping.\u003c\/p\u003e\u003cp\u003eThe 0.5 oz bottle applies smoothly and cures quickly under LED or UV light. The long-lasting formula stays glossy and vibrant through daily wear, giving you salon-quality results with every 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;\"\u003eApply OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Feel Bluetiful and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":40537755385907,"sku":"OPIG-GCB008","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Feel-Bluetiful-0_5-oz-GCB008-Gel-Polish-at-Beyond-Polish.jpg?v=1743796250"},{"product_id":"opi-gelcolor-make-rainbows-0-5-oz-gcb009","title":"OPI GelColor - Make Rainbows 0.5 oz - #GCB009","description":"\u003cp\u003eOPI GelColor in Make Rainbows delivers shimmering lime green with a playful, light-catching finish. The luminous shimmer shifts with every movement, adding dimension and energy to a shade that feels fresh, bold, and unmistakably summer. Part of the Power Of Hue Summer 2022 Collection, this professional-grade gel polish cures to a high-gloss finish that resists chips and maintains clarity for up to two weeks.\u003c\/p\u003e\u003cp\u003eThe formula applies smoothly in thin, even coats and cures quickly under LED or UV light. Make Rainbows pairs effortlessly with vibrant seasonal palettes or stands alone as a statement shade. Each 0.5 oz bottle is sized for salon professionals and serious enthusiasts alike.\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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of Make Rainbows, cap the edges, and cure.\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 OPI GelColor Top Coat, cure, and cleanse with alcohol or gel cleanser.\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 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\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":"OPI","offers":[{"title":"Default Title","offer_id":40537755451443,"sku":"OPIG-GCB009","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Make-Rainbows-0_5-oz-GCB009-Gel-Polish-at-Beyond-Polish.jpg?v=1743713225"},{"product_id":"opi-gelcolor-bee-unapologetic-0-5-oz-gcb010","title":"OPI GelColor - Bee Unapologetic 0.5 oz - #GCB010","description":"\u003cp\u003eOPI GelColor Bee Unapologetic is a vibrant shimmering yellow that radiates confidence and summer energy. Part of the Power Of Hue Summer 2022 Collection, this luminous shade delivers bold, unapologetic color with light-catching shimmer that moves with you. The professional-grade formula provides a flawless, high-shine finish that stays brilliant for up to two weeks.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz gel polish applies smoothly and cures quickly under LED or UV light. The richly pigmented color builds beautifully for saturated coverage that resists chipping and fading through daily 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 of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply first coat of Bee Unapologetic and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat for full coverage and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and cleanse with alcohol.\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\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCollection:\u003c\/strong\u003e Power Of Hue Summer 2022\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":40537755484211,"sku":"OPIG-GCB010","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Bee-Unapologetic-0_5-oz-GCB010-Gel-Polish-at-Beyond-Polish.jpg?v=1744069707"},{"product_id":"opi-gelcolor-mango-for-it-0-5-oz-gcb011","title":"OPI GelColor - Mango for It 0.5 oz - #GCB011","description":"\u003cp\u003eOPI GelColor Mango for It is a shimmery orange gel polish that shifts and glows with every movement. Light-catching particles create depth and dimension in a vibrant, unapologetically bold shade. Part of the Power of Hue Summer 2022 Collection, this professional-grade formula delivers rich color and high-impact shine that lasts up to two weeks. Cure under LED or UV lamp for a chip-resistant finish that stays luminous 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;\"\u003eApply a thin coat of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color and cure. Repeat for full coverage.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply OPI GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with alcohol or gel cleanser to remove tacky 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.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":40537755549747,"sku":"OPIG-GCB011","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Mango-for-It-0_5-oz-GCB011-Gel-Polish-at-Beyond-Polish.jpg?v=1743653229"},{"product_id":"opi-gelcolor-the-future-is-you-0-5-oz-gcb012","title":"OPI GelColor - The Future is You 0.5 oz - #GCB012","description":"\u003cp\u003eOPI GelColor The Future is You is a shimmery nude with a luminous, light-catching finish. Soft peachy undertones meet fine shimmer particles that shift and glow with every gesture. Part of the Power of Hue Summer 2022 Collection, this shade delivers effortless warmth and polish in a single coat.\u003c\/p\u003e\u003cp\u003eThe professional-grade gel formula offers rich pigmentation and a high-shine finish that lasts up to two weeks without chipping. Cures quickly under LED or UV light and removes cleanly with standard soak-off gel removal. 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 a thin layer of OPI GelColor Base Coat and cure under LED or UV lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color, cap the free edge, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure completely.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with OPI GelColor Top Coat, cure, and wipe with cleanser 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\u003eFormula:\u003c\/strong\u003e 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.5 oz\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":40537755648051,"sku":"OPIG-GCB012","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-The-Future-is-You-0_5-oz-GCB012-Gel-Polish-at-Beyond-Polish.jpg?v=1744069713"},{"product_id":"opi-gelcolor-combo-power-of-hue-set-3","title":"OPI GelColor Set - Power of Hue Set 3","description":"\u003cp\u003eExpress yourself boldly with this curated set from OPI's Power of Hue summer collection. Two shimmering shades capture the vibrant energy of sunrise and twilight, each with a luminous, light-catching finish that shifts with every movement. The professional-grade GelColor formula delivers long-lasting wear with a flawless, chip-resistant shine that stays polished for weeks.\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;\"\u003eOPI GelColor Sun-rise Up 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eOPI GelColor Go to Grape Lengths 0.5 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;\"\u003eApply GelColor Base Coat and cure under LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of color, curing between each layer.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with GelColor Top Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe nails with cleanser to reveal a luminous 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 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.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":40581811896371,"sku":"OPIG-GS-SUMMER2022-3","price":33.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Set-Power-of-Hue-Set-3-Gel-Polish-at-Beyond-Polish.jpg?v=1743653800"},{"product_id":"opi-gelcolor-combo-power-of-hue-set-5","title":"OPI GelColor Set - Power of Hue Set 5","description":"\u003cp\u003eExpress yourself boldly with this set from OPI's Power of Hue summer collection. Three saturated shades deliver shimmer-kissed color that captures the vibrant energy of sun-drenched days. Each 0.5 oz bottle features OPI's professional-grade gel formula for rich, long-lasting wear with a luminous 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-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;\"\u003eMango for It\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBee Unapologetic\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eMake Rainbows\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;\"\u003eApply a thin layer of gel base coat, cure under LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one coat of gel color, cure under LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply second coat for full coverage, cure under LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with gel top coat, cure and wipe residue with cleanser.\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":"OPI","offers":[{"title":"Default Title","offer_id":40581812289587,"sku":"OPIG-GS-SUMMER2022-5","price":49.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Set-Power-of-Hue-Set-5-Gel-Polish-at-Beyond-Polish.jpg?v=1743653803"},{"product_id":"opi-gelcolor-medi-take-it-all-in-gcf003","title":"OPI GelColor - Medi-take It All In - #GCF003","description":"\u003cp\u003eOPI GelColor in Medi-take It All In is a radiant purple creme that brings calm and balance to your color routine. Part of the OPI Fall Wonders 2022 Collection, this luminous shade captures the grounding energy of natural landscapes with a smooth, opaque finish. Professional-grade formula delivers rich pigment in two coats with a glossy, chip-resistant shine that lasts up to two weeks.\u003c\/p\u003e\u003cp\u003eApply like traditional polish, cure under LED or UV, and enjoy a flawless manicure that moves with you through every season. 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 a thin coat of GelColor Base Coat and cure under LED for 10 seconds or UV for 1 minute.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin coat of color and cure under LED for 20 seconds or UV for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat of color and cure again.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with GelColor Top Coat and cure under LED for 20 seconds or UV for 2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eWipe away tacky residue with alcohol or gel cleanser on a lint-free pad.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":40722181423155,"sku":"OPIG-GCF003","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Medi-take-It-All-In-GCF003-Gel-Polish-at-Beyond-Polish.jpg?v=1743654266"},{"product_id":"opi-gelcolor-ochre-the-moon-gcf005","title":"OPI GelColor - Ochre The Moon - #GCF005","description":"\u003cp\u003eOPI GelColor in Ochre The Moon delivers rich, saturated yellow with a smooth creme finish. Part of the Fall Wonders 2022 Collection, this earthy shade brings warmth and energy to any look. The professional-grade formula offers chip-resistant color that lasts up to two weeks with a high-gloss shine.\u003c\/p\u003e\u003cp\u003eThis 0.5 oz gel polish cures quickly under LED or UV lamps and applies with the ease of traditional polish. The opaque coverage builds beautifully in two coats.\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 of GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin coat of Ochre The Moon and cure. Repeat for full coverage.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply GelColor Top Coat, cure, and wipe with cleanser 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\u003eFormula:\u003c\/strong\u003e 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":"OPI","offers":[{"title":"Default Title","offer_id":40722181488691,"sku":"OPIG-GCF005","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Ochre-The-Moon-GCF005-Gel-Polish-at-Beyond-Polish.jpg?v=1743654277"},{"product_id":"opi-gelcolor-suzi-takes-a-sound-bath-gcf008","title":"OPI GelColor - Suzi Takes A Sound Bath - #GCF008","description":"\u003cp\u003eOPI's Suzi Takes A Sound Bath is a grounding earth-toned blue with shimmer that shifts and glows like morning light on calm water. Part of the OPI Fall Wonders 2022 Collection, this luminous gel shade brings balance and positive energy to every manicure. The light-catching shimmer adds depth without losing the serene blue base.\u003c\/p\u003e\u003cp\u003eProfessional-grade formula delivers high-gloss shine and chip-resistant wear for up to two weeks. Cures in 20-30 seconds under LED, 2-3 minutes under UV. Size: 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 a thin layer of OPI GelColor Base Coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of color, cap the edges, and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat and cure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply OPI GelColor Top Coat, cap edges, cure, then cleanse.\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 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":"OPI","offers":[{"title":"Default Title","offer_id":40722181586995,"sku":"OPIG-GCF008","price":18.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GelColor-Suzi-Takes-A-Sound-Bath-GCF008-Gel-Polish-at-Beyond-Polish.jpg?v=1743654290"}],"url":"https:\/\/www.beyondpolish.com\/collections\/opi-gelcolor-shades.oembed?page=-1","provider":"Beyond Polish","version":"1.0","type":"link"}