{"title":"OPI Gelevate Shape Collection","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  \u003cdetails\u003e\n    \u003csummary class=\"bp-about-row\"\u003e\n      \u003cspan class=\"bp-about-label\"\u003eAbout\u003c\/span\u003e\n      \u003cspan class=\"bp-about-pill\"\u003e\n        OPI Gelevate Shape Collection\n        \u003ci class=\"bp-about-pill__icon\" aria-hidden=\"true\"\u003e+\u003c\/i\u003e\n      \u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv class=\"bp-about-panel\"\u003e\n      \u003cp class=\"bp-about-panel__desc\"\u003eThe OPI GELevate Shape Collection features professional soft gel nail tips designed to work seamlessly with the GELevate extension system, delivering precise shaping, strong adhesion, and salon-quality structure for flawless enhancements.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cnav class=\"bp-subnav\" aria-label=\"OPI Gelevate Shape Collection sub-collections\"\u003e\n    \u003cdiv class=\"bp-subnav__track\"\u003e\n      \u003cspan class=\"bp-subnav__label\"\u003eBrowse\u003c\/span\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi\"\u003eAll OPI\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\/collections\/opi-gelevate\"\u003eOPI GELevate\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"opi-gelevate-soft-gel-tips-round","title":"OPI - GELevate Soft Gel Tips - Round","description":"\u003cp\u003eOPI GELevate Soft Gel Tips in Round deliver a professional, time-saving solution for seamless soft gel extensions. These double-sided micro-etched tips turn crystal clear on application, eliminating the need for chemical etching, e-filing, or buffing. The ProApex design creates a balanced structure that supports easy fills and reduces the need for frequent full sets.\u003c\/p\u003e\u003cp\u003eEach box includes 640 tips across 16 inclusive sizes (00 to 9, plus 5 half sizes) for a precise, comfortable fit. Ultra-thin edges blend naturally at the cuticle with no additional blending required. The flexible contour adapts to each nail for secure, long-lasting wear. Prepped and ready for immediate application.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the tip size that best fits each nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of gel to the tip and press firmly onto the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED or UV lamp according to manufacturer instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eShape, file, and finish as desired.\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\u003eSystem:\u003c\/strong\u003e Professional Soft Gel Extension\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e 640 tips per box, 16 sizes\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":43235744153651,"sku":"OPI FCT- Round","price":32.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GELevate-Soft-Gel-Tips-Round-Nail-Extensions-at-Beyond-Polish.jpg?v=1743799414"},{"product_id":"opi-gelevate-soft-gel-tips-coffin","title":"OPI - GELevate Soft Gel Tips - Coffin","description":"\u003cp\u003eOPI GELevate Soft Gel Tips in Coffin bring professional extension application into a new era. These micro-etched tips are fully prepped front to back, eliminating the need for chemical etching, e-filing, or buffing. They turn crystal clear upon application for a seamless, natural finish.\u003c\/p\u003e\u003cp\u003eThe ProApex design provides balanced structure and durability, while ultra-thin edges blend effortlessly at the cuticle. Sixteen inclusive sizes, numbered 00 to 9 with five half sizes, ensure a precise fit across a range of nail beds. Each box contains 640 tips, ready for immediate application.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the correct size tip for each nail\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply soft gel adhesive to the tip and press onto the natural nail\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED lamp according to product instructions\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eShape, file, and finish as desired\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\u003eSystem:\u003c\/strong\u003e Professional soft gel extension system\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Coffin\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 640 tips, 16 sizes (00-9 including 5 half sizes)\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":43235744186419,"sku":"OPI FCT-Coffin","price":32.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GELevate-Soft-Gel-Tips-Coffin-Nail-Extensions-at-Beyond-Polish.jpg?v=1743799415"},{"product_id":"opi-gelevate-soft-gel-tips-square","title":"OPI - GELevate Soft Gel Tips - Square","description":"\u003cp\u003eOPI GELevate Soft Gel Tips in Square deliver a seamless, professional extension experience straight from the box. These clear tips feature double-sided micro-etching for maximum adhesion without buffing, e-filing, or chemical prep. They turn crystal clear on application, creating an invisible finish that blends into any nail bed.\u003c\/p\u003e\u003cp\u003eEach box includes 640 tips in 16 inclusive sizes, from 00 to 9 with half sizes. The ProApex design places structural support where it matters most, extending wear and simplifying fills. Ultra-thin edges contour naturally to the cuticle, eliminating blending steps. Built for speed and precision in the salon, the GELevate system gives you more time to create.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the tip size that fits each nail from cuticle to sidewall.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of gel adhesive to the natural nail and tip well.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePress tip onto the nail at a 45-degree angle, then cure under an LED lamp.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eShape and finish with color or top coat as desired.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eContents:\u003c\/strong\u003e 640 tips, 16 sizes (00-9)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Square\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":43235744219187,"sku":"OPI FCT-Square","price":32.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GELevate-Soft-Gel-Tips-Square-Nail-Extensions-at-Beyond-Polish.jpg?v=1743681374"},{"product_id":"opi-gelevate-soft-gel-tips-almond","title":"OPI - GELevate Soft Gel Tips - Almond","description":"\u003cp\u003eOPI GELevate Soft Gel Tips in Almond shape deliver a professional, time-saving solution for flawless extensions. Each box includes 640 fully prepped tips across 16 sizes, from 00 to 9 with half sizes included. The double-sided micro-etched surface turns crystal clear on contact, creating a seamless bond without chemical etching, filing, or buffing.\u003c\/p\u003e\u003cp\u003eThe ProApex design balances durability and comfort while supporting easy fills and rebalancing. Ultra-thin edges blend naturally at the cuticle with no additional blending required. Flexible contours ensure a secure, comfortable fit every time. Developed by OPI nail experts with over 30 years of experience, the GELevate system makes professional soft gel extensions effortless.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the tip size that fits the natural nail with minimal gaps.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply soft gel adhesive or builder gel to the tip and press onto the prepared nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED lamp according to gel system instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eShape and refine as desired, then finish with gel color or top coat.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e 640 tips per box, 16 sizes (00-9 with half sizes)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Almond\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":43235744251955,"sku":"OPI FCT- Almond","price":32.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GELevate-Soft-Gel-Tips-Almond-Nail-Extensions-at-Beyond-Polish.jpg?v=1743681375"},{"product_id":"opi-gelevate-soft-gel-tips-stiletto","title":"OPI - GELevate Soft Gel Tips - Stiletto","description":"\u003cp\u003eOPI GELevate Soft Gel Tips in Stiletto bring precision and speed to professional nail extensions. Each tip is fully micro-etched front to back, eliminating the need for chemical prep, e-filing, or buffing. The clear tips turn crystal upon application for a seamless, natural finish.\u003c\/p\u003e\u003cp\u003eThe ProApex design supports balanced structure and durability, with apex placement that simplifies fills and rebalancing. Ultra-thin edges blend naturally at the cuticle without additional work. The flexible contour ensures a secure, comfortable fit across 16 inclusive sizes, from 00 to 9 with half sizes included. Each box contains 640 tips, prepped and ready for immediate use.\u003c\/p\u003e\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-bottom:10px;\"\u003eHow to Use\u003c\/p\u003e\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the tip size that matches the natural nail width.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a thin layer of soft gel adhesive to the tip and press onto the prepared nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eCure under LED or UV lamp according to gel adhesive instructions.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eShape, file, and finish as desired.\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\u003eShape:\u003c\/strong\u003e Stiletto\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 640 tips, 16 sizes (00 to 9)\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eFormula:\u003c\/strong\u003e Professional\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"OPI","offers":[{"title":"Default Title","offer_id":43235744284723,"sku":"OPI FCT- Stiletto","price":32.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/OPI-GELevate-Soft-Gel-Tips-Stiletto-Nail-Extensions-at-Beyond-Polish.jpg?v=1743681377"}],"url":"https:\/\/www.beyondpolish.com\/collections\/opi-gelevate-shape-collection.oembed","provider":"Beyond Polish","version":"1.0","type":"link"}