{"title":"Never Have I Ever Katseye Wild Collection","description":"\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/NNEVER_HAVE_I_EVERKATSEYE_WILD_-_CATEGORY.png?v=1790030193\" alt=\"Never Have I Ever Katseye Wild Collection banner\"\u003e\n\n\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=\"Never Have I Ever Katseye Wild 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\/never-have-i-ever\"\u003eShop all Never Have I Ever\u003c\/a\u003e\n      \u003ca class=\"bp-subnav__link\" href=\"\"\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/nav\u003e\n\u003c\/div\u003e","products":[{"product_id":"never-have-i-ever-hootie-frutti-short-stiletto-press-on-nails","title":"Never Have I Ever x Katseye - Hootie Frutti – Short Stiletto Press-On Nails","description":"\u003cp\u003eNever Have I Ever's Hootie Frutti press-on nails bring a burst of fruity, joyful energy to your fingertips. Created exclusively for the Never Have I Ever x KATSEYE collaboration, this design draws inspiration from the song \"Hootie Frutti\" on KATSEYE's WILD EP. Vibrant hues, playful charms, and glossy finishes celebrate the colorful, carefree spirit of the collection. The short stiletto shape keeps the look bold yet wearable, with a lightweight fit that suits all small, medium, and large nail beds.\u003c\/p\u003e\u003cp\u003eEach set is reusable with proper care, beginner-friendly, and perfect for gifting. Twenty-four pieces cover every finger with a polished, confident finish that channels creativity and self-expression.\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;\"\u003e24 faux nails\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Nail Glue\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e2 x 15 Tabs of glue stickers\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Cuticle stick\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Alcohol Pad\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-top:16px;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;\"\u003eClean nails with the alcohol pad and push back cuticles using the cuticle stick.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the faux nail that best fits each nail bed from the 24 universal-sized pieces.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply nail glue or a glue sticker tab to your natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePress the faux nail firmly onto your nail bed and hold for a few seconds to secure.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo reuse, remove gently and store the nails properly for the next application.\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\u003eCollection:\u003c\/strong\u003e Katseye Wild Collection\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Short Stiletto\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 24 pieces\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694363699,"sku":"NHIE-HOOTIE FRUTTI","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-Hootie-Frutti-Short-Stiletto-Press-On-Nails-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739450"},{"product_id":"never-have-i-ever-that-way-short-oval-press-on-nails","title":"Never Have I Ever x Katseye - That Way – Short Oval Press-On Nails","description":"\u003cp\u003eNever Have I Ever brings soft romance to your fingertips with That Way, part of the Never Have I Ever x Katseye Wild Collection. Inspired by the song \"That Way\" from KATSEYE's WILD EP, this short oval press-on set captures the track's expressive, emotional spirit. Delicate florals, blush gradients, and a subtle shimmer finish create a warm, light-catching look that feels both romantic and confident. The cool-leaning blush tones carry a soft, milky quality that suits a wide range of skin tones beautifully.\u003c\/p\u003e\u003cp\u003eReusable and beginner-friendly, these professional-grade press-ons offer comfortable, lightweight wear with universal sizing that fits small, medium, and large nail beds. Each kit arrives ready to gift or wear right away.\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;\"\u003e24 faux nails\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Nail Glue\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e2 x 15 Tabs of glue stickers\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Cuticle stick\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Alcohol Pad\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-top:16px;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;\"\u003eClean nails with the included alcohol pad and push back cuticles using the cuticle stick.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the faux nail size that best fits each nail bed from the 24 included nails.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a glue sticker tab or a small amount of nail glue to your natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePress the faux nail firmly onto your natural nail and hold for several seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo reuse, remove carefully and store with proper care for future applications.\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\u003eCollection:\u003c\/strong\u003e Katseye Wild Collection\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Short Oval\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 24 press-on nails\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694429235,"sku":"NHIE-THAT WAY","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-That-Way-Short-Oval-Press-On-Nails-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739458"},{"product_id":"never-have-i-ever-pinky-up-almond-press-on-nails","title":"Never Have I Ever x Katseye - Pinky Up – Almond Press-On Nails","description":"\u003cp\u003eNever Have I Ever brings the playful energy of the \"Pinky Up\" music video to life in this exclusive collaboration with KATSEYE. Part of the Katseye Wild Collection, this almond-shaped press-on set channels fearless self-expression through candy-pink swirls, dreamy charms, and glossy statement details. The hue is a bright, warm-leaning bubblegum pink with a luminous, glossy finish that reads bold from every angle. Lightweight and comfortable, these nails are beginner-friendly and reusable with proper care.\u003c\/p\u003e\u003cp\u003eThe set includes 24 faux nails in universal sizing, designed to fit small, medium, and large nail beds. Everything you need for a polished, at-home application is included in the kit.\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;\"\u003e24 faux nails\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Nail Glue\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e2 x 15 Tabs of glue stickers\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Cuticle stick\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Alcohol Pad\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-top:16px;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;\"\u003eClean nails with the alcohol pad to remove oils and residue.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the cuticle stick to gently push back cuticles.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the faux nail that best fits each nail bed from the 24 included sizes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply nail glue or a glue sticker tab to the natural nail, then press the faux nail firmly into place and hold for several seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eRepeat for all nails. Remove carefully and store for reuse with proper care.\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\u003eCollection:\u003c\/strong\u003e Katseye Wild Collection\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\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCount:\u003c\/strong\u003e 24 press-on nails\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694462003,"sku":"NHIE-PINKY UP","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-Pinky-Up-Almond-Press-On-Nails-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739493"},{"product_id":"never-have-i-ever-bel-air-short-almond-press-on-nails","title":"Never Have I Ever x Katseye - Bel Air – Short Almond Press-On Nails","description":"\u003cp\u003eNever Have I Ever's Bel Air press-on nails bring the elevated energy of the Never Have I Ever x Katseye Wild Collection to your fingertips. Inspired by the song \"Bel Air\" from KATSEYE's WILD EP, these short almond nails blend chrome finishes, marble-inspired details, and sculptural metallic accents into one polished, confident look. The result is cool and timeless, with just enough edge to feel bold.\u003c\/p\u003e\u003cp\u003eEach set is reusable, beginner-friendly, and designed with a universal sizing system that fits small, medium, and large nail beds comfortably. Everything you need for a flawless application is included right in the kit.\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;\"\u003e24 faux nails\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Nail Glue\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e2 x 15 Tabs of glue stickers\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Cuticle stick\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Alcohol Pad\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-top:16px;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;\"\u003eUse the alcohol pad to clean and prep each nail bed.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the cuticle stick to gently push back cuticles.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the best-fitting faux nail for each finger from the 24 included sizes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply nail glue or a glue sticker tab to the natural nail, then press and hold the faux nail firmly in place.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo reuse, remove gently and store with care to preserve the design.\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 Short Almond\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCollection:\u003c\/strong\u003e Katseye Wild Collection\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694527539,"sku":"NHIE-BEL AIR","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-Bel-Air-Short-Almond-Press-On-Nails-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739492"},{"product_id":"never-have-i-ever-animal-coffin-press-on-nails","title":"Never Have I Ever x Katseye - Animal – Coffin Press-On Nails","description":"\u003cp\u003eNever Have I Ever brings fierce runway energy to your fingertips with the Animal coffin press-on nails. Part of the Katseye Wild Collection, this exclusive Never Have I Ever x KATSEYE collaboration draws directly from the \"Animal\" music video. Rich burgundy tones pair with bold animal prints and metallic accents for a look that is polished, fearless, and unmistakably wild. The coffin shape adds a refined, elongated silhouette that flatters every hand.\u003c\/p\u003e\u003cp\u003eThese reusable press-ons are beginner-friendly and comfortable for all-day wear. The universal sizing across 24 pieces means a flawless fit for small, medium, and large nail beds alike, making them a curated gift or a standout personal treat.\u003c\/p\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom: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;\"\u003e24 faux nails\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Nail Glue\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e2 x 15 Tabs of glue stickers\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Cuticle stick\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e1 Alcohol Pad\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:10px;\"\u003eHow to Apply\u003c\/p\u003e\n\u003cdiv style=\"background:#faf5f3;border-left:3px solid #d4736a;border-radius:0 8px 8px 0;padding:14px 18px;\"\u003e\u003col style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the alcohol pad to clean and prep each nail bed.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the cuticle stick to gently push back cuticles.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect a faux nail that fits each nail bed from the 24 included sizes.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply nail glue or a glue sticker tab to the faux nail and press firmly onto the natural nail for 10 to 15 seconds.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eTo reuse, remove carefully and clean off any adhesive residue before reapplying.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e\n\u003cp style=\"font-family:sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#a04e47;margin-top:16px;margin-bottom:8px;\"\u003eProduct Details\u003c\/p\u003e\u003cul style=\"padding-left:20px;\"\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:4px;\"\u003e\n\u003cstrong\u003eCollection:\u003c\/strong\u003e Katseye Wild Collection\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 24 pieces\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694560307,"sku":"NHIE-ANIMAL","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-Animal-Coffin-Press-On-Nails-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739492"},{"product_id":"never-have-i-ever-katseye-wild","title":"Never Have I Ever - Katseye Wild","description":"\u003cp\u003eNever Have I Ever brings together beauty, music, and pop culture in the Katseye Wild Collection, a limited-edition press-on nail set created to celebrate the launch of KATSEYE's EP, WILD. Each of the five designs captures a distinct side of the WILD era, reflecting the confidence, individuality, and self-expression at the heart of the KATSEYE universe. Reusable and beginner-friendly, these lightweight press-ons transform nails into a genuine form of personal expression.\u003c\/p\u003e\u003cp\u003eThe set spans five shapes and styles, from short oval and almond to stiletto, coffin, and long almond. Every set arrives with everything needed for a polished, comfortable application right out of the box.\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\u003cp style=\"font-size:12px;line-height:1.7;\"\u003eThat Way – Short Oval Press-On Nails, Bel Air – Short Almond Press-On Nails, Hootie Frutti – Short Stiletto Press-On Nails, Animal – Coffin Press-On Nails, and Pinky Up – Almond Press-On 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: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;\"\u003eUse the alcohol pad to clean and prep each nail surface.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eUse the cuticle stick to gently push back cuticles.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eSelect the press-on size that best fits each nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003eApply a glue sticker tab or nail glue to the natural nail.\u003c\/li\u003e\n\u003cli style=\"font-size:12px;line-height:1.7;margin-bottom:6px;\"\u003ePress the nail firmly into place and hold for several seconds.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/div\u003e","brand":"Never Have I Ever","offers":[{"title":"Default Title","offer_id":44777694625843,"sku":"NHIE-KATSEYE WILD","price":108.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0870\/2574\/files\/Never-Have-I-Ever-Katseye-Wild-Nail-Extensions-at-Beyond-Polish.jpg?v=1787739492"}],"url":"https:\/\/www.beyondpolish.com\/collections\/never-have-i-ever-katseye.oembed","provider":"Beyond Polish","version":"1.0","type":"link"}