{"title":"Lacquer Nail Sets","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=\"Lacquer Nail Sets 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\/nail-polish\"\u003eAll Nail Polish\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/nail-lacquer\"\u003eNail Lacquer\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"cnd-shellac-vinylux-combo-berry-boudoir","title":"CND - Shellac \u0026 Vinylux Combo - Berry Boudoir","description":"\u003cp\u003eCND's Berry Boudoir pairs Shellac gel polish with Vinylux lacquer in a rich, opaque berry with a luminous shimmer finish. This duo from the Nightspell Collection delivers the same saturated purple in two professional formulas. Shellac cures under UV or LED for up to two weeks of chip-resistant wear, while Vinylux offers air-dry convenience with weeklong performance.\u003c\/p\u003e\u003cp\u003eWhether you prefer gel or lacquer, Berry Boudoir brings depth and dimension to any look. The vegan formula provides buildable coverage and a smooth, even application in both systems.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eWhat's Included\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND Shellac Berry Boudoir\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCND Vinylux Berry Boudoir\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePrep nails and apply CND base coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one coat of Berry Boudoir, cure if using Shellac.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a second coat for full opacity, cure if using Shellac.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with CND top coat and cure if using Shellac.\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 Vegan, Longwear, Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Shimmer, Opaque\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":41635627267,"sku":"CNDSV-251-Berry Boudoir","price":23.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Shellac-Vinylux-Combo-Berry-Boudoir-Gel-Lacquer-Polish-at-Beyond-Polish.jpg?v=1743967649"},{"product_id":"cnd-vinylux-topcoat-psychedelic-0-5-oz-312","title":"CND - Vinylux Topcoat \u0026 Psychedelic 0.5 oz - #312","description":"\u003cp\u003eCND Vinylux Psychedelic delivers a luminous purple with a prismatic creme finish that shifts between violet and plum depending on the light. This duo pairs the saturated, long-lasting Psychedelic shade with CND's signature Vinylux Weekly Top Coat, engineered to strengthen its chip resistance over time rather than deteriorate. The self-adhering formula requires no base coat and works with natural light to create a durable, high-gloss finish that lasts up to seven days.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eVinylux Psychedelic 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat 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 two thin coats of Vinylux Psychedelic directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat for extended wear.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry. No lamp required.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear Time:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":16080795009075,"sku":"VT-312","price":16.18,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Psychedelic-0_5-oz-312-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714854595"},{"product_id":"cnd-vinylux-topcoat-holographic-0-5-oz-313","title":"CND - Vinylux Topcoat \u0026 Holographic 0.5 oz - #313","description":"\u003cp\u003eCND Vinylux Holographic delivers luminous pink with a light-catching prismatic finish that shifts and sparkles with every movement. This duo pairs one full-size lacquer with the iconic Vinylux Weekly Top Coat, designed to strengthen and resist chipping for up to seven days. The formula self-adheres without a base coat, dries naturally to a smooth finish, and increases durability over time with exposure to natural light.\u003c\/p\u003e\u003cp\u003eProfessional-grade color and extended wear in one curated set. The holographic finish adds dimension and brilliance to any look.\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;\"\u003eVinylux Holographic 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat 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 two thin coats of Vinylux color directly to bare nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow polish to dry naturally in ambient light.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":16080795041843,"sku":"VT-313","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Holographic-0_5-oz-313-Nail-Lacquer-at-Beyond-Polish_8fa7ca42.jpg?v=1765068606"},{"product_id":"cnd-vinylux-topcoat-aura-0-5-oz-314","title":"CND - Vinylux Topcoat \u0026 Aura 0.5 oz - #314","description":"\u003cp\u003eCND Vinylux Aura delivers a soft, luminous green with a creme finish that lasts up to seven days. The self-adhering formula bonds to the nail for chip-resistant wear that actually strengthens over time. No base coat needed.\u003c\/p\u003e\u003cp\u003eThis duo includes both the color and topcoat so you have everything you need for a full manicure. The formula works with natural light to cure and harden, creating a polished, salon-quality finish at home.\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;\"\u003eAura 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat 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 two thin coats of Vinylux color directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a flawless, long-lasting finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":16080795074611,"sku":"VT-314","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Aura-0_5-oz-314-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743642414"},{"product_id":"opi-infinite-shine-base-top-coat-0-5","title":"OPI Infinite Shine - Gel-Like Top \u0026 Base Coat","description":"\u003cp\u003eOPI Infinite Shine Gel-Like Top \u0026amp; Base Coat delivers the perfect foundation and finish for a flawless, long-lasting manicure. The base coat grips nails to create a pristine canvas, while the top coat plumps and seals with intense, gel-like shine. Together, they lock in up to 11 days of chip-resistant, high-gloss color without a lamp or soak-off removal. This professional duo makes salon-quality results effortless at home.\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;\"\u003eInfinite Shine Gel-Like Base Coat, 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine Gel-Like Top Coat, 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;\"\u003ePrep nails by trimming, filing, and buffing.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one thin coat of base coat, cap the free edge, and dry for 1-2 minutes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Infinite Shine color, capping the free edge each time.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of top coat and cap the free edge.\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 Vegan, Professional, Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":16225319485491,"sku":"OPIL-BT-IST10-IST30","price":17.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Gel-Like-Top-Base-Coat-Top-Base-Coats-at-Beyond-Polish.jpg?v=1743642492"},{"product_id":"cnd-vinylux-topcoat-white-wedding-0-5-oz-318","title":"CND - Vinylux Topcoat \u0026 White Wedding 0.5 oz - #318","description":"\u003cp\u003eCND Vinylux delivers professional-grade color and durability in a two-step system designed to last seven days. White Wedding is a clean, semi-sheer creme with a luminous, milky finish. The Vinylux formula strengthens its resistance to chipping over time, developing a flawless finish without a base coat. Each 0.5 oz duo includes the color and Vinylux Topcoat for extended wear.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eVinylux White Wedding 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Topcoat 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 two thin coats of Vinylux color directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Topcoat for extended wear and shine.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally without UV or LED light.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Semi-sheer\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":"CND","offers":[{"title":"Default Title","offer_id":16440962711603,"sku":"VT-318","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-White-Wedding-0_5-oz-318-Nail-Lacquer-at-Beyond-Polish_a5829683.jpg?v=1765325571"},{"product_id":"cnd-vinylux-topcoat-bouquet-0-5-oz-319","title":"CND - Vinylux Topcoat \u0026 Bouquet 0.5 oz - #319","description":"\u003cp\u003eCND Vinylux Bouquet is a soft, milky white with a sheer, buildable finish that flatters every skin tone. This hybrid gel-like formula lasts up to seven days without a base coat, strengthening its chip resistance over time as it cures naturally with light. The luminous shade delivers a modern, polished look that works from day to night.\u003c\/p\u003e\u003cp\u003eVinylux technology bonds to the nail for extended wear, creating a flawless finish that resists fading and chipping. The included top coat seals and protects, adding extra durability and shine. Bouquet is a timeless neutral that layers beautifully or wears alone.\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;\"\u003eVinylux Bouquet 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat 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 two thin coats of Vinylux Bouquet directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally before applying the next.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Hybrid Gel-Like\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":16440962744371,"sku":"VT-319","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Bouquet-0_5-oz-319-Nail-Lacquer-at-Beyond-Polish_b1d65adf.jpg?v=1765068642"},{"product_id":"cnd-vinylux-topcoat-b-day-candle-0-5-oz-322","title":"CND - Vinylux Topcoat \u0026 B-Day Candle 0.5 oz - #322","description":"\u003cp\u003eCND Vinylux B-Day Candle is a warm, glowing orange creme that brings instant energy to any look. This vibrant hue delivers opaque, smooth color with the long-lasting performance CND Vinylux is known for. The hybrid gel-like formula strengthens over time, offering up to seven days of chip-resistant wear without a base coat. Natural light exposure activates the polish's durability, creating a flawless finish that lasts. Ideal for fall or Halloween looks, this shade pairs perfectly with the included Vinylux Topcoat for extra shine and extended wear.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eVinylux B-Day Candle 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Topcoat 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 two thin coats of Vinylux color directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Topcoat for durability and shine.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally for a flawless, long-lasting finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":17997463814195,"sku":"VT-322","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-B-Day-Candle-0_5-oz-322-Nail-Lacquer-at-Beyond-Polish_4fdc5ec6.jpg?v=1765325601"},{"product_id":"cnd-vinylux-topcoat-first-love-0-5-oz-324","title":"CND - Vinylux Topcoat \u0026 First Love 0.5 oz - #324","description":"\u003cp\u003eCND Vinylux First Love delivers a luminous red creme finish that strengthens its chip resistance over time. This breakthrough formula works with natural light to lock in color, offering up to 7 days of wear without a base coat. The self-adhering color coat creates a flawless, professional finish that improves with exposure.\u003c\/p\u003e\u003cp\u003eThis set includes the iconic First Love shade paired with Vinylux Weekly Top Coat for extended durability and high-gloss shine. Each bottle contains 0.5 oz of product.\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;\"\u003eFirst Love\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat\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 two thin coats of First Love directly to clean, bare nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat for enhanced durability.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":17997463846963,"sku":"VT-324","price":16.18,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-First-Love-0_5-oz-324-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743642967"},{"product_id":"orly-nail-lacquer-combo-air-of-mystique-ethereal-plane","title":"Orly - Nail Lacquer Combo - Air Of Mystique \u0026 Ethereal Plane","description":"\u003cp\u003eThis duo from Orly's Dreamscape Fall Collection pairs two captivating shades that blend elegance with depth. Air Of Mystique brings a soft, ethereal shimmer, while Ethereal Plane offers a rich, multidimensional finish. Together, they create a refined look that transitions effortlessly from day to night.\u003c\/p\u003e\u003cp\u003eBoth lacquers feature Orly's professional-grade formula, designed for smooth application and lasting wear. The duo is vegan, cruelty-free, and free from harsh chemicals, making it a clean beauty choice for conscious nail 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-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;\"\u003eAir Of Mystique\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eEthereal Plane\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 one thin coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry, then apply a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18431302664243,"sku":"OL-LC-2000029-2000025","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Air-Of-Mystique-Ethereal-Plane-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864403"},{"product_id":"orly-nail-lacquer-combo-astral-projection-dreamweaver","title":"Orly - Nail Lacquer Combo - Astral Projection \u0026 Dreamweaver","description":"\u003cp\u003eOrly's Dreamscape Collection brings two luminous shades together in perfect harmony. Astral Projection delivers soft, dreamy pink with a smooth creme finish, while Dreamweaver offers a sophisticated grey that feels modern and grounded. Both shades layer beautifully for a polished, professional look that transitions effortlessly from day to evening.\u003c\/p\u003e\u003cp\u003eThis duo features Orly's signature long-wearing formula in 0.5 oz bottles. The vegan, cruelty-free lacquer glides on smoothly and delivers rich, saturated color that stays chip-resistant for days.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eAstral Projection\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eDreamweaver\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 base coat and let dry completely.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for lasting shine and wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18431302762547,"sku":"OL-LC-2000027-2000024","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Astral-Projection-Dreamweaver-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864410"},{"product_id":"orly-nail-lacquer-combo-ethereal-plane-into-the-deep","title":"Orly - Nail Lacquer Combo - Ethereal Plane \u0026 Into The Deep","description":"\u003cp\u003eOrly's Ethereal Plane and Into The Deep nail lacquer duo brings together two contrasting shades from the Dreamscape Fall Collection. Ethereal Plane delivers soft, delicate pink with a smooth creme finish, while Into The Deep offers rich, saturated black in the same velvety texture. Together, they create endless polish possibilities for autumn and beyond.\u003c\/p\u003e\u003cp\u003eEach lacquer is formulated with Orly's non-toxic, vegan formula that delivers professional color payoff and long-lasting wear. The duo includes 0.5 oz bottles, perfectly sized for building your curated polish wardrobe.\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;\"\u003eEthereal Plane\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInto The Deep\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free, Non-Toxic\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18431303090227,"sku":"OL-LC-2000025-2000028","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Ethereal-Plane-Into-The-Deep-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864418"},{"product_id":"orly-nail-lacquer-combo-free-fall-air-of-mystique","title":"Orly - Nail Lacquer Combo - Free Fall \u0026 Air Of Mystique","description":"\u003cp\u003eOrly brings two distinct moods from the Dreamscape Fall Collection together in one essential duo. Free Fall, a soft grey creme, and Air Of Mystique, a rich green shimmer, capture the quiet beauty of autumn's shifting light. Each shade delivers full coverage and long-lasting color in a vegan, cruelty-free formula.\u003c\/p\u003e\u003cp\u003eThis set includes two 0.5 oz bottles, offering both muted elegance and luminous depth. Perfect for layering or wearing solo, these shades move effortlessly from everyday polish to seasonal statement.\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;\"\u003eFree Fall\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAir Of Mystique\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry fully.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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":"ORLY","offers":[{"title":"Default Title","offer_id":18431303352371,"sku":"OL-LC-2000026-2000029","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Free-Fall-Air-Of-Mystique-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864425"},{"product_id":"orly-nail-lacquer-combo-cold-shoulder-below-zero","title":"Orly - Nail Lacquer Combo - Cold Shoulder \u0026 Below Zero","description":"\u003cp\u003eOrly's Cold Shoulder and Below Zero bring the shimmer and depth of a winter frost to your fingertips. This duo from the Arctic Frost Collection pairs a charcoal grey shimmer with an icy blue shimmer, both reflecting light with a luminous, gilded quality. Each 0.5 oz lacquer delivers rich, buildable color with Orly's professional-grade formula.\u003c\/p\u003e\u003cp\u003ePerfect for layering or wearing solo, these shades capture the cool elegance of an arctic landscape. The vegan, cruelty-free formula glides on smoothly and dries to a glossy, chip-resistant 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;\"\u003eCold Shoulder\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBelow Zero\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18563546677299,"sku":"OL-LC-2000034-2000035","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Cold-Shoulder-Below-Zero-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864726"},{"product_id":"orly-nail-lacquer-combo-frost-smitten-snow-worries","title":"Orly - Nail Lacquer Combo - Frost Smitten \u0026 Snow Worries","description":"\u003cp\u003eThis duo from ORLY brings together two standout shades from the Arctic Frost Collection. Frost Smitten delivers a frosted pink glow with light-catching shimmer, while Snow Worries offers a rich red finish enhanced with glitter that shifts with every movement. Each 0.5 oz bottle is formulated without harsh chemicals, vegan, and cruelty-free.\u003c\/p\u003e\u003cp\u003ePerfect for winter manicures that balance elegance and festive sparkle. Layer for depth or wear solo for statement 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-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;\"\u003eFrost Smitten\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSnow Worries\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, letting each layer dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18563547496499,"sku":"OL-LC-2000030-2000031","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Frost-Smitten-Snow-Worries-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864734"},{"product_id":"orly-nail-lacquer-combo-gilded-glow-frost-smitten","title":"Orly - Nail Lacquer Combo - Gilded Glow \u0026 Frost Smitten","description":"\u003cp\u003eOrly brings together two luminous shades from the Arctic Frost Holiday 2019 Collection, each in a generous 0.5 oz bottle. Gilded Glow wraps nails in warm, light-catching shimmer, while Frost Smitten delivers glitter-packed brilliance with festive sparkle. Both finishes shift and shine with every movement, inspired by an arctic wonderland where icy elegance meets gilded warmth.\u003c\/p\u003e\u003cp\u003eThis duo offers endless pairing possibilities for the season, from full coverage glitter to delicate shimmer layering. The vegan, cruelty-free formula glides on smoothly and delivers rich, saturated color in just 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-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;\"\u003eGilded Glow\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eFrost Smitten\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats, allowing each to dry fully.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\u003c\/li\u003e\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18563547594803,"sku":"OL-LC-2000032-2000030","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Gilded-Glow-Frost-Smitten-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864741"},{"product_id":"orly-nail-lacquer-combo-gilded-glow-ice-breaker","title":"Orly - Nail Lacquer Combo - Gilded Glow \u0026 Ice Breaker","description":"\u003cp\u003eThis duo from ORLY pairs two shimmer lacquers from the Arctic Frost Collection. Gilded Glow brings warm gold shimmer, while Ice Breaker delivers a cool, icy blue. Both shades catch the light with luminous depth, perfect for layering or wearing alone. Each bottle holds 0.5 oz of vegan, cruelty-free formula.\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;\"\u003eGilded Glow\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eIce Breaker\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 one coat of base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":18563547725875,"sku":"OL-LC-2000032-2000033","price":18.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Combo-Gilded-Glow-Ice-Breaker-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864748"},{"product_id":"orly-breathable-combo-it-s-not-a-phase-moon-rise","title":"Orly - Breathable Combo - It's Not A Phase \u0026 Moon Rise","description":"\u003cp\u003eThis duo from Orly pairs two shades from the Cosmic Shift Breathable collection. It's Not A Phase is a soft nude creme with a warm, grounded tone. Moon Rise delivers a rich purple creme with a cool, celestial depth. Each shade features Orly's breathable formula, designed to allow moisture and oxygen to reach the nail while delivering smooth, opaque color.\u003c\/p\u003e\u003cp\u003eThe Breathable collection prioritizes nail health without compromising performance. Both shades apply evenly and dry to a classic glossy finish. Cruelty-free and vegan, this duo works for any season or occasion.\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;\"\u003eIt's Not A Phase\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eMoon Rise\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply one to two coats of polish, allowing each layer to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a top coat for added shine and protection.\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 Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":30127124381747,"sku":"OLB-LC-2060001-2060006","price":19.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Breathable-Combo-Its-Not-A-Phase-Moon-Rise-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864901"},{"product_id":"orly-breathable-combo-it-s-not-a-phase-supernova-girl","title":"Orly - Breathable Combo - It's Not A Phase \u0026 Supernova Girl","description":"\u003cp\u003eOrly's Breathable Combo brings together two shades from the Cosmic Shift collection. It's Not A Phase is a rich, vampy purple that shifts between wine and plum with every movement. Supernova Girl delivers bold, saturated red with a classic creme finish. Both shades feature Orly's oxygen-permeable formula that lets nails breathe while delivering long-lasting, chip-resistant 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-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;\"\u003eIt's Not A Phase\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSupernova Girl\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 one coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eLet dry completely, then apply a second coat for full coverage.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\u003c\/li\u003e\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":30127124545587,"sku":"OLB-LC-2060001-2060002","price":19.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Breathable-Combo-Its-Not-A-Phase-Supernova-Girl-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864908"},{"product_id":"orly-breathable-combo-shift-happens-astral-flaire","title":"Orly - Breathable Combo - Shift Happens \u0026 Astral Flaire","description":"\u003cp\u003eOrly Breathable Combo pairs two cosmic-inspired shades from the Breathable Cosmic Shift line. Shift Happens is a rich burgundy red with a smooth creme finish, while Astral Flaire delivers deep purple intensity. Each polish features Orly's oxygen-permeable formula that lets nails breathe while delivering opaque, salon-quality color.\u003c\/p\u003e\u003cp\u003eBoth shades come in 0.5 oz bottles, sized perfectly for creating coordinated nail looks or alternating between moods. The Breathable formula supports healthier nails without compromising performance or longevity.\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;\"\u003eShift Happens\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAstral Flaire\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 one thin coat to clean, prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry, then apply a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a top coat for added shine and protection.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\u003c\/li\u003e\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":30127124709427,"sku":"OLB-LC-2060003-2060004","price":19.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Breathable-Combo-Shift-Happens-Astral-Flaire-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714864915"},{"product_id":"cnd-vinylux-topcoat-soft-peony-0-5-oz-347","title":"CND - Vinylux Topcoat \u0026 Soft Peony 0.5 oz - #347","description":"\u003cp\u003eCND Vinylux Soft Peony delivers a soft, milky pink with a smooth creme finish. This duo pairs the weekly polish with the brand's signature topcoat, both engineered to strengthen and resist chipping over seven days. Vinylux's patent-pending technology works with natural light to build durability as it wears, no base coat needed.\u003c\/p\u003e\u003cp\u003eThe formula dries naturally to a flawless finish. Soft Peony offers buildable coverage and a glossy shine that lasts through daily wear. This 0.5 oz set includes everything needed for a professional-grade manicure at home.\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;\"\u003eVinylux Weekly Polish in Soft Peony\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat\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 two thin coats of Vinylux polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow each coat to dry naturally before applying the next.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, up to 7 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":31555331751987,"sku":"VT-347","price":16.18,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Soft-Peony-0_5-oz-347-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714877293"},{"product_id":"orly-breathable-combo-you-re-a-doll-cherry-bomb","title":"Orly - Breathable Combo - You're A Doll \u0026 Cherry Bomb","description":"\u003cp\u003eOrly Breathable Combo brings together You're A Doll and Cherry Bomb from the Breathable State Of Mind Collection. This duo pairs a soft pink with a bold red, both in a smooth creme finish. The vegan, cruelty-free formula allows moisture and oxygen to reach the nail while delivering rich, saturated color.\u003c\/p\u003e\u003cp\u003eEach 0.5 oz bottle features Orly's breathable technology for a healthier approach to polished nails. The buildable formula provides coverage in two to three coats with a classic glossy 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;\"\u003eYou're A Doll\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eCherry Bomb\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with top coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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":"ORLY","offers":[{"title":"Default Title","offer_id":31668800749619,"sku":"OLB-LC-2060014-2060015","price":19.8,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Breathable-Combo-Youre-A-Doll-Cherry-Bomb-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743968021"},{"product_id":"cnd-vinylux-topcoat-catch-of-the-day-0-5-oz-352","title":"CND - Vinylux Topcoat \u0026 Catch Of The Day 0.5 oz - #352","description":"\u003cp\u003eCND Vinylux Catch Of The Day delivers a vibrant orange creme with a hybrid gel-like finish that lasts up to seven days. This duo pairs the warm, sun-kissed shade from the Nauti Nautical Collection with the signature Vinylux Weekly Topcoat for extended wear and high-gloss shine. The formula strengthens over time, resisting chips without requiring a base coat.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eVinylux Weekly Polish in Catch Of The Day (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Topcoat (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 two thin coats of Vinylux Polish directly to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of Vinylux Weekly Topcoat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to air dry for a flawless, chip-resistant finish.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e 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":"CND","offers":[{"title":"Default Title","offer_id":31754320216115,"sku":"VT-352","price":16.18,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Catch-Of-The-Day-0_5-oz-352-Nail-Lacquer-at-Beyond-Polish.jpg?v=1744062418"},{"product_id":"cnd-vinylux-topcoat-hot-or-knot-0-5-oz-353","title":"CND - Vinylux Topcoat \u0026 Hot Or Knot 0.5 oz - #353","description":"\u003cp\u003eCND Vinylux Hot Or Knot is a vibrant burnt orange with a creme finish, warm and saturated with the bold confidence of a summer sunset. This duo includes both the signature longwear polish and CND's Weekly Top Coat, a system that strengthens over time under natural light to resist chips for up to seven days. No base coat needed.\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;\"\u003eHot Or Knot 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eVinylux Weekly Top Coat 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 two thin coats of Vinylux color directly to bare nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of Vinylux Weekly Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow to dry naturally under ambient light.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"CND","offers":[{"title":"Default Title","offer_id":31754320248883,"sku":"VT-353","price":16.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/CND-Vinylux-Topcoat-Hot-Or-Knot-0_5-oz-353-Nail-Lacquer-at-Beyond-Polish_8c71b2c9.jpg?v=1765068793"},{"product_id":"orly-nail-lacquer-artic-frost-collection","title":"Orly Nail Lacquer - Arctic Frost Collection","description":"\u003cp\u003eORLY Arctic Frost Collection brings six shimmering shades inspired by winter's icy elegance. Frosted pinks, glacial blues, and charcoal grey evoke a frozen wonderland, each bottle filled with glitter and shimmer that catches light with every movement. This curated set delivers professional-grade color with ORLY's trusted DBP, Toluene, and Formaldehyde-free formula.\u003c\/p\u003e\u003cp\u003eEach 0.5 oz lacquer features ORLY's award-winning Gripper Cap and streak-free application. Fast-drying formula with UV inhibitors prevents fading and yellowing, ensuring luminous color that lasts.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSix glitter and shimmer shades from the Arctic Frost Collection\u003c\/li\u003e\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free, Non-Toxic\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":31755075190835,"sku":"OL-ARTIC FROST","price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Arctic-Frost-Collection-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714881933"},{"product_id":"orly-nail-lacquer-dreamscape-collection","title":"Orly Nail Lacquer - Dreamscape Collection","description":"\u003cp\u003eOrly Nail Lacquer Dreamscape Collection brings six curated fall shades that range from delicate silk to deep, moody tones. This set captures the quiet luxury of autumn with finishes that shift from classic creme to luminous shimmer.\u003c\/p\u003e\u003cp\u003eEach 0.5 oz lacquer features Orly's signature Gripper Cap for effortless application and a fast-drying formula with UV inhibitors to prevent fading. The vegan, cruelty-free formula delivers streak-free coverage in just 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-top:16px;margin-bottom:8px;\"\u003eWhat's Included\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSix 0.5 oz Orly Nail Lacquer shades from the Dreamscape Collection\u003c\/li\u003e\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 base coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of lacquer, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\u003c\/li\u003e\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":31755075321907,"sku":"OL-DREAMSCAPE","price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Dreamscape-Collection-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714881944"},{"product_id":"orly-nail-lacquer-radical-optimism-collection","title":"Orly Nail Lacquer - Radical Optimism Collection","description":"\u003cp\u003eORLY's Radical Optimism Collection brings together six soft, diffused shades that capture the uplifting energy of a season in bloom. Each creme and pastel polish delivers smooth, opaque coverage with ORLY's signature Gripper Cap for easy application. The vegan, cruelty-free formula is free of DBP, toluene, and formaldehyde, and features UV inhibitors to prevent fading and yellowing. Streak-free, fast-drying, and designed for professional-grade results.\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eSix 0.5 oz nail lacquers from the Radical Optimism Collection\u003c\/li\u003e\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 one thin coat to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFollow with a second coat for full opacity.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with a top coat for extended wear and shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Vegan, Cruelty-Free\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"ORLY","offers":[{"title":"Default Title","offer_id":31755075420211,"sku":"OL-RADICAL OPTIMISM","price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Orly-Nail-Lacquer-Radical-Optimism-Collection-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714881956"},{"product_id":"opi-infinite-shine-combo-base-top-a-kiss-on-the-chic-hrl36","title":"OPI - Infinite Shine Combo - Base, Top \u0026 A Kiss On The Chic - #HRL36","description":"\u003cp\u003eOPI Infinite Shine Combo pairs the rich, vivid red of A Kiss On The Chic with Infinite Shine ProStay Primer Base and ProStay Gloss Top Coat. This creme finish delivers gel-like shine and wear that lasts up to 10 days, no lamp required. The three-step system removes as easily as traditional lacquer while maintaining a flawless, chip-resistant finish.\u003c\/p\u003e\u003cp\u003eA Kiss On The Chic is a timeless true red, perfect for celebrating Lunar New Year, Valentine's Day, or any occasion calling for bold, polished color. Each bottle contains 0.5 oz of professional-grade formula.\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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eA Kiss On The Chic\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base to prepped nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of A Kiss On The Chic, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047066251315,"sku":"OPIL-BT-HRL36","price":24.98,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-A-Kiss-On-The-Chic-HRL36-Nail-Lacquer-at-Beyond-Polish.jpg?v=1744062672"},{"product_id":"opi-infinite-shine-combo-base-top-a-little-guilt-under-the-kilt-islu12","title":"OPI - Infinite Shine Combo - Base, Top \u0026 A Little Guilt Under The Kilt - #ISLU12","description":"\u003cp\u003eOPI Infinite Shine Combo brings together everything needed for a complete longwear manicure in one curated set. A Little Guilt Under The Kilt delivers a rich, metallic red shimmer that catches light with every movement, paired with ProStay Primer Base and ProStay Gloss Top Coat for a gel-like finish that lasts up to 10 days. The three-step system removes easily with regular polish remover, no LED or UV light required.\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;\"\u003eA Little Guilt Under The Kilt (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Primer Base (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat (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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of A Little Guilt Under The Kilt, allowing each coat to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047066742835,"sku":"OPIL-BT-ISLU12","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-A-Little-Guilt-Under-The-Kilt-ISLU12-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886761"},{"product_id":"opi-infinite-shine-combo-base-top-a-rose-at-dawn-broke-by-noon-islv11","title":"OPI - Infinite Shine Combo - Base, Top \u0026 A-Rose At Dawn...Broke By Noon - #ISLV11","description":"\u003cp\u003eThis OPI Infinite Shine trio brings together everything you need for long-lasting, high-gloss color. A-Rose At Dawn...Broke By Noon is a romantic, dusty mauve pink with a smooth creme finish that flatters every skin tone. Paired with OPI's ProStay Primer Base and ProStay Gloss Top Coat, this system delivers up to 10 days of chip-resistant shine without the need for LED or UV curing. The gel-like finish looks freshly polished day after day, and removes as easily as traditional lacquer.\u003c\/p\u003e\u003cp\u003eOPI Infinite Shine is trusted by professionals for its brilliant color payoff and lasting power. Each bottle contains 0.5 oz of the brand's signature DBP, Toluene, and Formaldehyde-free formula. This set gives you a complete manicure system in one curated package.\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 Infinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eOPI Infinite Shine A-Rose At Dawn...Broke By Noon\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eOPI Infinite Shine ProStay Gloss Top Coat\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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of A-Rose At Dawn...Broke By Noon, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat 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\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Creme\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047066972211,"sku":"OPIL-BT-ISLV11","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-A-Rose-At-Dawn_Broke-By-Noon-ISLV11-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886775"},{"product_id":"opi-infinite-shine-combo-base-top-adam-said","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Adam said \"It's New Year's, Eve\"","description":"\u003cp\u003eOPI Infinite Shine Combo brings together everything you need for a polished, professional manicure at home. This kit pairs the rich, timeless red of Adam said \"It's New Year's, Eve\" with OPI's ProStay Primer Base and ProStay Gloss Top Coat. The three-step Infinite Shine system delivers a gel-like finish that lasts up to 10 days, all without UV or LED light. Effortless application, chip-resistant wear, and easy lacquer removal make this the ultimate longwear lacquer system.\u003c\/p\u003e\u003cp\u003eEach bottle contains 0.5 oz of OPI's professional-grade formula, free of DBP, Toluene, and Formaldehyde. The luminous creme finish glides on smooth and builds to full opacity 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-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;\"\u003eProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAdam said \"It's New Year's, Eve\"\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Infinite Shine color, allowing each coat to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with ProStay Gloss Top Coat for up to 10 days of 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\u003eWear:\u003c\/strong\u003e Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067004979,"sku":"OPIL-BT-ISHRJ48","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Adam-said-Its-New-Years-Eve-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886780"},{"product_id":"opi-infinite-shine-combo-base-top-all-about-the-bows-hrl35","title":"OPI - Infinite Shine Combo - Base, Top \u0026 All About The Bows - #HRL35","description":"\u003cp\u003eOPI Infinite Shine Combo pairs the rich, vibrant red of All About The Bows with ProStay Primer Base and ProStay Gloss Top Coat. This classic creme delivers a luminous gel-like finish without the need for LED or UV light, offering up to 10 days of chip-resistant shine. The full system ensures flawless application and easy removal, just like traditional lacquer.\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;\"\u003eProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAll About The Bows\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of All About The Bows, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067037747,"sku":"OPIL-BT-HRL35","price":24.98,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-All-About-The-Bows-HRL35-Nail-Lacquer-at-Beyond-Polish.jpg?v=1744062679"},{"product_id":"opi-infinite-shine-combo-base-top-all-your-dreams-in-vending-machines-islt84","title":"OPI - Infinite Shine Combo - Base, Top \u0026 All Your Dreams in Vending Machines - #ISLT84","description":"\u003cp\u003eOPI Infinite Shine brings together everything you need for a flawless, long-lasting manicure. This trio includes ProStay Primer Base, ProStay Gloss Top Coat, and All Your Dreams in Vending Machines, a soft pink shimmer that catches the light with every gesture. The Infinite Shine system delivers a gel-like finish without UV or LED lamps, lasting up to 10 days while removing easily with regular polish remover.\u003c\/p\u003e\u003cp\u003eAll Your Dreams in Vending Machines offers a dreamy, light-catching shimmer that layers beautifully over the smooth base coat. The three-step system creates a professional, chip-resistant finish that stays luminous for days. Each bottle contains 0.5 oz of OPI's iconic formula, free of DBP, toluene, and formaldehyde.\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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAll Your Dreams in Vending Machines\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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of All Your Dreams in Vending Machines.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067070515,"sku":"OPIL-BT-ISLT84","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-All-Your-Dreams-in-Vending-Machines-ISLT84-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886803"},{"product_id":"opi-infinite-shine-combo-base-top-alpaca-my-bags-0-5-oz-islp33","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Alpaca My Bags 0.5 oz - #ISLP33","description":"\u003cp\u003eOPI Infinite Shine transforms classic lacquer into a 10-day gel-like finish with no lamp needed. This trio includes ProStay Primer Base, ProStay Gloss Top Coat, and Alpaca My Bags, a rich cobalt blue with a smooth creme finish. The formula is chip-resistant and removes easily with polish remover.\u003c\/p\u003e\u003cp\u003eAlpaca My Bags brings depth and sophistication to any look. The three-step system creates a brilliant, long-lasting shine that rivals gel polish.\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;\"\u003eProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAlpaca My Bags (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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Alpaca My Bags, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat for 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\u003eWear Time:\u003c\/strong\u003e Longwear, up to 10 days\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067103283,"sku":"OPIL-BT-ISLP33","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Alpaca-My-Bags-0_5-oz-ISLP33-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743644428"},{"product_id":"opi-infinite-shine-combo-base-top-alpine-snow-isll00","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Alpine Snow - #ISLL00","description":"\u003cp\u003eOPI's Infinite Shine Combo pairs the iconic Alpine Snow with ProStay Primer Base and ProStay Gloss Top Coat. This creme white delivers a gel-like finish that lasts up to 10 days without LED or UV light. The three-step system removes as easily as traditional lacquer but wears with the glossy durability of gel.\u003c\/p\u003e\u003cp\u003eAlpine Snow is a clean, opaque white with a smooth creme finish. Professional-grade formula applies evenly and resists chipping. Each bottle holds 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-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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine Alpine Snow\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Alpine Snow, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with ProStay Gloss Top Coat for lasting shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067136051,"sku":"OPIL-BT-ISLL00","price":25.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Alpine-Snow-ISLL00-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743882189"},{"product_id":"opi-infinite-shine-combo-base-top-an-affair-in-red-square-islr53","title":"OPI - Infinite Shine Combo - Base, Top \u0026 An Affair In Red Square - #ISLR53","description":"\u003cp\u003eOPI Infinite Shine delivers a luminous red shimmer with light-catching depth in An Affair In Red Square, paired with OPI ProStay Primer Base and ProStay Gloss Top Coat. This three-step system creates a gel-like finish that lasts up to 10 days without LED or UV curing. The longwear formula applies like lacquer and removes just as easily, making it ideal for clients who want high-impact shine without the commitment of gel.\u003c\/p\u003e\u003cp\u003eEach bottle holds 0.5 oz of professional-grade color. The shimmer finish brings warmth and movement to this rich red shade, perfect for romantic occasions or bold everyday wear. The chip-resistant formula is DBP, toluene, and formaldehyde free.\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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine An Affair In Red Square\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Infinite Shine color, allowing brief dry time between coats.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, 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 each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067168819,"sku":"OPIL-BT-ISLR53","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-An-Affair-In-Red-Square-ISLR53-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886849"},{"product_id":"opi-infinite-shine-combo-base-top-another-ramen-tic-evening-islt81","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Another Ramen-tic Evening - #ISLT81","description":"\u003cp\u003eOPI's Infinite Shine system delivers a gel-like shine that lasts up to 10 days, no lamp required. This complete trio pairs a soft, romantic pink creme with OPI's ProStay Primer Base and ProStay Gloss Top Coat. Another Ramen-tic Evening brings diffused pastel warmth to the spring season, a shade that balances playful charm with quiet elegance.\u003c\/p\u003e\u003cp\u003eThe three-step system builds durability and depth while removing as easily as traditional lacquer. Each bottle holds professional-grade color trusted by nail artists worldwide.\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;\"\u003eProStay Primer Base Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAnother Ramen-tic Evening (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Another Ramen-tic Evening, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat 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\u003eWear:\u003c\/strong\u003e Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067332659,"sku":"OPIL-BT-ISLT81","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Another-Ramen-tic-Evening-ISLT81-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886863"},{"product_id":"opi-infinite-shine-combo-base-top-aphrodite-s-pink-nightie-islg01","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Aphrodite's Pink Nightie - #ISLG01","description":"\u003cp\u003eOPI Infinite Shine Combo brings together everything needed for a luminous, long-lasting manicure. Aphrodite's Pink Nightie is a soft pink pearl shade with a delicate shimmer that catches light like silk. The pearlescent finish adds dimension without overwhelming the clean, polished base.\u003c\/p\u003e\u003cp\u003eThis complete system includes OPI's ProStay Primer Base, Aphrodite's Pink Nightie color, and ProStay Gloss Top Coat. Infinite Shine delivers gel-like shine that lasts up to 10 days and removes with regular polish remover. The 3-step system requires no lamp or UV light.\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;\"\u003eProStay Primer Base Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eAphrodite's Pink Nightie\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Aphrodite's Pink Nightie, capping the free edge.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067365427,"sku":"OPIL-BT-ISLG01","price":25.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Aphrodites-Pink-Nightie-ISLG01-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743644432"},{"product_id":"opi-infinite-shine-combo-base-top-arigato-from-tokyo-islt82","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Arigato from Tokyo - #ISLT82","description":"\u003cp\u003eOPI Infinite Shine Combo delivers everything you need for a lasting, professional manicure in one curated set. This three-piece system pairs the luminous pink creme finish of Arigato from Tokyo with OPI's ProStay Primer Base and ProStay Gloss Top Coat. The Infinite Shine formula creates a gel-like shine that lasts up to 10 days without UV or LED light, and removes as easily as traditional lacquer.\u003c\/p\u003e\u003cp\u003eEach bottle features OPI's signature wide brush for smooth, even application. The three-step system delivers rich color and mirror-like shine that resists chips and fading. Trusted by professionals worldwide, OPI Nail Lacquers are formulated without DBP, Toluene, or Formaldehyde.\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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eArigato from Tokyo\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Arigato from Tokyo, allowing each coat to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067398195,"sku":"OPIL-BT-ISLT82","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Arigato-from-Tokyo-ISLT82-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886890"},{"product_id":"opi-infinite-shine-combo-base-top-aurora-berry-alis-isli64","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Aurora Berry-alis - #ISLI64","description":"\u003cp\u003eOPI Infinite Shine Combo brings everything you need for a flawless, long-lasting manicure. This set pairs Aurora Berry-alis, a luminous pink creme, with OPI's ProStay Primer Base and ProStay Gloss Top Coat. The three-step system delivers gel-like shine that lasts up to 10 days without LED or UV light. Aurora Berry-alis offers smooth, buildable coverage with a glossy finish that feels effortless and polished. The formula removes easily with standard lacquer remover.\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;\"\u003eInfinite Shine ProStay Primer Base, 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine Aurora Berry-alis, 0.5 oz\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat, 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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Aurora Berry-alis, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear formula, up to 10 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067430963,"sku":"OPIL-BT-ISLI64","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Aurora-Berry-alis-ISLI64-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886905"},{"product_id":"opi-infinite-shine-combo-base-top-baby-take-a-vow-islsh1","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Baby, Take a Vow - #ISLSH1","description":"\u003cp\u003eOPI Infinite Shine delivers a luminous, gel-like finish without the need for LED or UV light. This trio pairs the soft, sheer pink of Baby, Take a Vow with ProStay Primer Base and ProStay Gloss Top Coat for up to 10 days of chip-resistant shine. The semi-sheer formula builds beautifully for a diffused, romantic look that flatters every skin tone.\u003c\/p\u003e\u003cp\u003eEach bottle is 0.5 oz and removes easily with standard lacquer remover. From the Valentine's Day Collection 2021, this kit gives you everything needed for a professional three-step system at home.\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;\"\u003eProStay Primer Base Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBaby, Take a Vow Color Lacquer\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Baby, Take a Vow, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Semi-sheer\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067594803,"sku":"OPIL-BT-ISLSH1","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Baby-Take-a-Vow-ISLSH1-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886919"},{"product_id":"opi-infinite-shine-combo-base-top-bare-my-soul-islsh4","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Bare My Soul - #ISLSH4","description":"\u003cp\u003eOPI Infinite Shine Bare My Soul brings together everything needed for a professional, long-lasting manicure. This three-piece starter kit includes a soft pink creme shade paired with ProStay Primer Base and ProStay Gloss Top Coat. The gel-like finish lasts up to 10 days without LED or UV light, and removes as easily as traditional lacquer.\u003c\/p\u003e\u003cp\u003eBare My Soul is a timeless pink with a smooth creme finish that flatters every skin tone. The Infinite Shine three-step system delivers rich color and luminous shine 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-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;\"\u003eInfinite Shine ProStay Primer Base (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine Bare My Soul (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat (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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Bare My Soul, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of ProStay Gloss 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 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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067627571,"sku":"OPIL-BT-ISLSH4","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Bare-My-Soul-ISLSH4-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886932"},{"product_id":"opi-infinite-shine-combo-base-top-barefoot-in-barcelona-isle41","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Barefoot In Barcelona - #ISLE41","description":"\u003cp\u003eOPI's Infinite Shine system delivers a gel-like finish without the need for UV or LED light. This trio includes ProStay Primer Base, ProStay Gloss Top Coat, and Barefoot In Barcelona, a polished nude creme that works effortlessly for any occasion. The longwear formula lasts up to 10 days and removes like traditional lacquer.\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;\"\u003eInfinite Shine ProStay Primer Base (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBarefoot In Barcelona (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat (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 one thin coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Barefoot In Barcelona, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss 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\u003eWear:\u003c\/strong\u003e Longwear, up to 10 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz each\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067660339,"sku":"OPIL-BT-ISLE41","price":25.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Barefoot-In-Barcelona-ISLE41-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886946"},{"product_id":"opi-infinite-shine-combo-base-top-berlin-there-done-that-islg13","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Berlin There Done That - #ISLG13","description":"\u003cp\u003eThis OPI Infinite Shine trio brings together everything you need for a polished, long-lasting manicure. Berlin There Done That, a warm nude brown creme, delivers smooth, saturated color with a glossy finish that lasts up to 10 days. The ProStay Primer Base preps the nail for optimal adhesion, while the ProStay Gloss Top Coat seals in shine with a gel-like finish. No lamp required, removes like traditional lacquer.\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;\"\u003eProStay Primer Base Coat (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBerlin There Done That Nail Lacquer (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat (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 ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Berlin There Done That, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with ProStay Gloss Top Coat for long-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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eWear:\u003c\/strong\u003e Longwear, up to 10 days\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 0.5 oz per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067693107,"sku":"OPIL-BT-ISLG13","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Berlin-There-Done-That-ISLG13-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743644437"},{"product_id":"opi-infinite-shine-combo-base-top-berry-fairy-fun-0-5-oz-ishrk23","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Berry Fairy Fun 0.5 oz - #ISHRK23","description":"\u003cp\u003eThis curated trio pairs OPI's iconic Infinite Shine lacquer in Berry Fairy Fun with the essential base and top coat for a complete longwear system. The shimmer-rich berry shade delivers a light-catching finish that shifts with every movement, while the ProStay Primer Base and ProStay Gloss Top Coat extend wear up to ten days. No lamp required, removes like traditional lacquer.\u003c\/p\u003e\u003cp\u003eEach bottle holds 0.5 oz of OPI's professional-grade formula, free of DBP, toluene, and formaldehyde. Apply all three steps for a gel-like shine that resists chips and maintains its luminous depth 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-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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBerry Fairy Fun\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Berry Fairy Fun, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat 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\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Shimmer\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067758643,"sku":"OPIL-BT-ISHRK23","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Berry-Fairy-Fun-0_5-oz-ISHRK23-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886974"},{"product_id":"opi-infinite-shine-combo-base-top-berry-on-forever-isl60","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Berry On Forever - #ISL60","description":"\u003cp\u003eOPI Infinite Shine Combo pairs Berry On Forever with ProStay Primer Base and ProStay Gloss Top Coat for a complete longwear system. Berry On Forever delivers rich, opaque color with a smooth creme finish, a deep berry-red that leans warm and luminous. The three-step system creates a gel-like shine that lasts up to 10 days and removes like traditional lacquer.\u003c\/p\u003e\u003cp\u003eEach bottle contains 0.5 oz of professional-grade formula, free of DBP, Toluene, and Formaldehyde. No LED or UV light required.\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;\"\u003eProStay Primer Base Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBerry On Forever Lacquer\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Berry On Forever, allowing time to dry between coats.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat for extended wear.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067791411,"sku":"OPIL-BT-ISL60","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Berry-On-Forever-ISL60-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886979"},{"product_id":"opi-infinite-shine-combo-base-top-beyond-the-pale-pink-isl35","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Beyond the Pale Pink - #ISL35","description":"\u003cp\u003eOPI Infinite Shine Combo brings the professional gel look to your at-home routine without UV or LED light. This three-step system delivers up to 10 days of rich, glossy color that removes like traditional lacquer. Beyond the Pale Pink is a soft, luminous nude with a creme finish that flatters every skin tone with effortless polish.\u003c\/p\u003e\u003cp\u003eEach 0.5 oz bottle features OPI's longwear formula, free from DBP, toluene, and formaldehyde. The creme finish builds smoothly and evenly for a flawless, opaque result 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-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;\"\u003eProStay Primer Base Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBeyond the Pale Pink Lacquer\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Beyond the Pale Pink, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eFinish with one coat of ProStay Gloss Top for lasting shine.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, Professional\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067824179,"sku":"OPIL-BT-ISL35","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Beyond-the-Pale-Pink-ISL35-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714886988"},{"product_id":"opi-infinite-shine-combo-base-top-big-apple-red-isln25","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Big Apple Red - #ISLN25","description":"\u003cp\u003eOPI Infinite Shine Combo delivers a complete longwear manicure in three steps. Big Apple Red is a timeless, true red creme with a glossy, opaque finish that captures the energy of New York City. This kit pairs the iconic shade with ProStay Primer Base and ProStay Gloss Top Coat for up to 10 days of gel-like shine without a lamp.\u003c\/p\u003e\u003cp\u003eThe Infinite Shine system applies like traditional lacquer and removes just as easily, no soaking required. Chip-resistant formula in a professional 0.5 oz bottle delivers rich, even color 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-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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine Big Apple Red\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\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 one thin coat of ProStay Primer Base.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Infinite Shine color, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss 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 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 per bottle\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067856947,"sku":"OPIL-BT-ISLN25","price":25.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Big-Apple-Red-ISLN25-Nail-Lacquer-at-Beyond-Polish.jpg?v=1743644442"},{"product_id":"opi-infinite-shine-combo-base-top-black-onyx-islt02","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Black Onyx - #ISLT02","description":"\u003cp\u003eOPI's Infinite Shine system delivers high-gloss color that lasts up to 10 days without UV or LED curing. This starter trio pairs Black Onyx, a deep black creme, with ProStay Primer Base and ProStay Gloss Top Coat. The three-step system creates a gel-like finish that removes as easily as traditional lacquer.\u003c\/p\u003e\u003cp\u003eBlack Onyx offers rich, opaque coverage in a smooth creme finish. The formula glides on evenly and builds to a flawless, chip-resistant result. Perfect for classic manicures or bold nail art.\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;\"\u003eProStay Primer Base (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBlack Onyx (0.5 oz)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eProStay Gloss Top Coat (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 one coat of ProStay Primer Base to clean, dry nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two thin coats of Black Onyx, allowing each to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear\u003c\/li\u003e\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067889715,"sku":"OPIL-BT-ISLT02","price":25.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Black-Onyx-ISLT02-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714887011"},{"product_id":"opi-infinite-shine-combo-base-top-black-to-reality-0-5-oz-ishrk27","title":"OPI - Infinite Shine Combo - Base, Top \u0026 Black To Reality 0.5 oz - #ISHRK27","description":"\u003cp\u003eOPI's Infinite Shine system delivers a gel-like finish and up to ten days of luminous wear, no lamp required. This longwear trio includes the ProStay Primer Base, ProStay Gloss Top Coat, and Black To Reality, a rich brown shimmer that catches light with every movement. The three-step system builds a professional, chip-resistant manicure that removes like traditional lacquer.\u003c\/p\u003e\u003cp\u003eEach bottle holds 0.5 oz of OPI's trusted formula, free of DBP, toluene, and formaldehyde. Apply the base coat first to prime and protect, follow with two coats of Black To Reality for saturated color, then seal with the glossy top coat for extended wear and shine.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-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;\"\u003eInfinite Shine ProStay Primer Base\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eInfinite Shine ProStay Gloss Top Coat\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003eBlack To Reality\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 one thin coat of ProStay Primer Base.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply two coats of Black To Reality, allowing each coat to dry.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSeal with one coat of ProStay Gloss Top Coat.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eAllow nails to dry completely for a flawless 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\u003eFinish:\u003c\/strong\u003e Shimmer\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Longwear, DBP-Free, Toluene-Free, Formaldehyde-Free\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":32047067922483,"sku":"OPIL-BT-ISHRK27","price":25.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-Infinite-Shine-Combo-Base-Top-Black-To-Reality-0_5-oz-ISHRK27-Nail-Lacquer-at-Beyond-Polish.jpg?v=1714887024"}],"url":"https:\/\/www.beyondpolish.com\/collections\/lacquer-nail-sets.oembed?page=59","provider":"Beyond Polish","version":"1.0","type":"link"}