{"product_id":"cuticle-oil-pusher-pen","title":"💅 2-in-1 Ceramic Cuticle Care Pen – Hydrate, Smooth \u0026 Tidy","description":"\u003cstyle\u003e   .zvr-cuticle {     --ink: #241f27;     --text: #403844;     --muted: #766c7a;      --pink: #ee8fb5;     --pink-deep: #d96f9c;     --pink-soft: #fff4f8;      --lilac: #b99bde;     --lilac-soft: #f7f2fc;      --cream: #fffdfb;     --wash: #faf8fc;     --white: #ffffff;      --line: #ebe4ef;     --shadow: 0 10px 32px rgba(64, 44, 70, 0.07);      max-width: 760px;     margin: 0 auto;     overflow: hidden;     background: var(--white);     color: var(--text);     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,       Helvetica, Arial, sans-serif;     line-height: 1.6;     -webkit-font-smoothing: antialiased;   }    .zvr-cuticle *,   .zvr-cuticle *::before,   .zvr-cuticle *::after {     box-sizing: border-box;   }    .zvr-cuticle section {     padding: 34px 18px;   }    .zvr-cuticle h1,   .zvr-cuticle h2,   .zvr-cuticle h3,   .zvr-cuticle p {     margin-top: 0;   }    .zvr-cuticle h1,   .zvr-cuticle h2 {     color: var(--ink);     letter-spacing: -0.035em;   }    .zvr-cuticle h1 {     margin-bottom: 14px;     font-size: 34px;     line-height: 1.08;     font-weight: 800;   }    .zvr-cuticle h2 {     margin-bottom: 12px;     font-size: 28px;     line-height: 1.15;     font-weight: 800;   }    .zvr-cuticle p {     margin-bottom: 16px;     font-size: 16px;   }    .zvr-cuticle img {     display: block;     width: 100%;     height: auto;     margin: 22px 0 0;     border-radius: 20px;     background: #f8f4f9;   }    \/* ---------- Small labels ---------- *\/    .zvr-cuticle .eyebrow {     display: inline-flex;     align-items: center;     gap: 7px;     margin-bottom: 12px;     color: #9167bd;     font-size: 12px;     font-weight: 800;     line-height: 1.3;     letter-spacing: 0.11em;     text-transform: uppercase;   }    .zvr-cuticle .eyebrow::before {     content: '';     width: 18px;     height: 2px;     border-radius: 999px;     background: var(--pink);   }    .zvr-cuticle .section-kicker {     margin-bottom: 8px;     color: var(--pink-deep);     font-size: 13px;     font-weight: 800;     line-height: 1.3;     letter-spacing: 0.08em;     text-transform: uppercase;   }    \/* ---------- Hero ---------- *\/    .zvr-cuticle .hero {     padding-top: 38px;     padding-bottom: 30px;     text-align: center;     background:       radial-gradient(         circle at 12% 8%,         rgba(239, 145, 183, 0.15),         transparent 30%       ),       radial-gradient(         circle at 90% 30%,         rgba(185, 155, 222, 0.17),         transparent 34%       ),       linear-gradient(150deg, #fffafd 0%, #fcf8fd 55%, #f5effb 100%);   }    .zvr-cuticle .hero .eyebrow {     justify-content: center;   }    .zvr-cuticle .hero-copy {     max-width: 620px;     margin: 0 auto;   }    .zvr-cuticle .hero-lead {     max-width: 570px;     margin: 0 auto 20px;     color: var(--muted);     font-size: 17px;     line-height: 1.55;   }    .zvr-cuticle .hero img {     margin-top: 26px;     box-shadow: var(--shadow);   }    \/* ---------- Benefit chips ---------- *\/    .zvr-cuticle .benefit-grid {     display: grid;     grid-template-columns: 1fr;     gap: 10px;     margin-top: 22px;     text-align: left;   }    .zvr-cuticle .benefit-item {     position: relative;     padding: 14px 14px 14px 46px;     border: 1px solid rgba(221, 205, 230, 0.8);     border-radius: 14px;     background: rgba(255, 255, 255, 0.78);     color: var(--text);     font-size: 15px;     font-weight: 700;   }    .zvr-cuticle .benefit-item::before {     content: '✓';     position: absolute;     top: 50%;     left: 15px;     display: flex;     width: 22px;     height: 22px;     align-items: center;     justify-content: center;     transform: translateY(-50%);     border-radius: 50%;     background: var(--pink-soft);     color: var(--pink-deep);     font-size: 13px;     font-weight: 900;   }    \/* ---------- Feature sections ---------- *\/    .zvr-cuticle .feature {     background: var(--white);   }    .zvr-cuticle .feature.soft-pink {     background:       linear-gradient(         180deg,         #fff 0%,         var(--pink-soft) 18%,         var(--pink-soft) 100%       );   }    .zvr-cuticle .feature.soft-lilac {     background:       linear-gradient(         180deg,         #fff 0%,         var(--lilac-soft) 18%,         var(--lilac-soft) 100%       );   }    .zvr-cuticle .feature-copy {     max-width: 620px;   }    .zvr-cuticle .feature-copy \u003e p:last-child {     margin-bottom: 0;     color: var(--muted);   }    .zvr-cuticle .highlight {     color: var(--ink);     font-weight: 700;   }    \/* ---------- Simple 3-step strip ---------- *\/    .zvr-cuticle .routine-strip {     padding-top: 28px;     padding-bottom: 28px;     background: var(--ink);     color: #fff;   }    .zvr-cuticle .routine-strip h2 {     color: #fff;     text-align: center;   }    .zvr-cuticle .routine-strip .section-kicker {     color: #f1a6c5;     text-align: center;   }    .zvr-cuticle .steps {     display: grid;     grid-template-columns: repeat(3, 1fr);     gap: 8px;     margin-top: 20px;   }    .zvr-cuticle .step {     padding: 14px 8px;     border: 1px solid rgba(255, 255, 255, 0.12);     border-radius: 14px;     background: rgba(255, 255, 255, 0.06);     text-align: center;   }    .zvr-cuticle .step-number {     display: flex;     width: 28px;     height: 28px;     align-items: center;     justify-content: center;     margin: 0 auto 7px;     border-radius: 50%;     background: var(--pink);     color: var(--ink);     font-size: 13px;     font-weight: 900;   }    .zvr-cuticle .step strong {     display: block;     color: #fff;     font-size: 14px;     line-height: 1.25;   }    \/* ---------- Details ---------- *\/    .zvr-cuticle .details-section {     background: #fff;   }    .zvr-cuticle .details-card {     overflow: hidden;     border: 1px solid var(--line);     border-radius: 18px;     background: #fff;     box-shadow: 0 8px 26px rgba(50, 38, 57, 0.05);   }    .zvr-cuticle .detail-row {     display: grid;     grid-template-columns: 42% 58%;     gap: 12px;     padding: 14px 15px;     border-bottom: 1px solid var(--line);     font-size: 15px;   }    .zvr-cuticle .detail-row:nth-child(even) {     background: #fcfafc;   }    .zvr-cuticle .detail-row:last-child {     border-bottom: 0;   }    .zvr-cuticle .detail-label {     color: var(--ink);     font-weight: 800;   }    .zvr-cuticle .detail-value {     color: var(--muted);   }    \/* ---------- FAQ ---------- *\/    .zvr-cuticle .faq {     background: var(--wash);   }    .zvr-cuticle details {     margin: 10px 0;     overflow: hidden;     border: 1px solid var(--line);     border-radius: 14px;     background: #fff;   }    .zvr-cuticle summary {     position: relative;     padding: 16px 48px 16px 15px;     cursor: pointer;     color: var(--ink);     font-size: 16px;     font-weight: 800;     line-height: 1.4;     list-style: none;   }    .zvr-cuticle summary::-webkit-details-marker {     display: none;   }    .zvr-cuticle summary::after {     content: '+';     position: absolute;     top: 50%;     right: 16px;     display: flex;     width: 26px;     height: 26px;     align-items: center;     justify-content: center;     transform: translateY(-50%);     border-radius: 50%;     background: var(--lilac-soft);     color: #8c66b8;     font-size: 20px;     font-weight: 400;     line-height: 1;   }    .zvr-cuticle details[open] summary::after {     content: '−';   }    .zvr-cuticle details p {     margin: 0;     padding: 0 15px 16px;     color: var(--muted);     font-size: 15px;   }    \/* ---------- CTA ---------- *\/    .zvr-cuticle .cta-wrap {     padding: 34px 18px 40px;     background: #fff;   }    .zvr-cuticle .cta {     position: relative;     overflow: hidden;     padding: 30px 18px;     border-radius: 22px;     background:       radial-gradient(         circle at 100% 0%,         rgba(239, 145, 183, 0.23),         transparent 40%       ),       linear-gradient(145deg, #29222d 0%, #201b23 100%);     color: #fff;     text-align: center;   }    .zvr-cuticle .cta::before {     content: '';     position: absolute;     top: -55px;     left: -35px;     width: 130px;     height: 130px;     border-radius: 50%;     background: rgba(185, 155, 222, 0.1);   }    .zvr-cuticle .cta .section-kicker {     position: relative;     color: #f0a7c4;   }    .zvr-cuticle .cta h2 {     position: relative;     margin-bottom: 10px;     color: #fff;   }    .zvr-cuticle .cta p {     position: relative;     max-width: 500px;     margin: 0 auto 18px;     color: rgba(255, 255, 255, 0.75);   }    .zvr-cuticle .button {     position: relative;     display: inline-flex;     min-height: 48px;     align-items: center;     justify-content: center;     padding: 13px 24px;     border-radius: 999px;     background: linear-gradient(135deg, #f3a0c2, #e887b0);     color: #241f27;     font-size: 15px;     font-weight: 900;     line-height: 1.2;     text-decoration: none;     box-shadow: 0 8px 22px rgba(239, 145, 183, 0.22);     transition:       transform 0.2s ease,       box-shadow 0.2s ease;   }    .zvr-cuticle .button:hover {     transform: translateY(-2px);     box-shadow: 0 11px 28px rgba(239, 145, 183, 0.3);   }    \/* ---------- Mobile ---------- *\/    @media (max-width: 420px) {     .zvr-cuticle section {       padding: 30px 16px;     }      .zvr-cuticle .hero {       padding-top: 34px;     }      .zvr-cuticle h1 {       font-size: 32px;     }      .zvr-cuticle h2 {       font-size: 27px;     }      .zvr-cuticle p {       font-size: 16px;       line-height: 1.58;     }      .zvr-cuticle .hero-lead {       font-size: 17px;     }      .zvr-cuticle img {       margin-top: 20px;       border-radius: 16px;     }      .zvr-cuticle .detail-row {       grid-template-columns: 40% 60%;       padding: 13px 12px;       font-size: 14px;     }      .zvr-cuticle .steps {       gap: 6px;     }      .zvr-cuticle .step {       padding: 12px 5px;     }      .zvr-cuticle .step strong {       font-size: 13px;     }   }    \/* ---------- Desktop ---------- *\/    @media (min-width: 700px) {     .zvr-cuticle section {       padding: 48px 32px;     }      .zvr-cuticle .hero {       padding-top: 54px;       padding-bottom: 42px;     }      .zvr-cuticle h1 {       font-size: 46px;     }      .zvr-cuticle h2 {       font-size: 36px;     }      .zvr-cuticle .hero-lead {       font-size: 19px;     }      .zvr-cuticle .benefit-grid {       grid-template-columns: repeat(3, 1fr);     }      .zvr-cuticle .benefit-item {       padding: 16px 12px;       text-align: center;     }      .zvr-cuticle .benefit-item::before {       position: static;       margin: 0 auto 8px;       transform: none;     }      .zvr-cuticle .routine-strip {       padding-top: 38px;       padding-bottom: 38px;     }      .zvr-cuticle .cta-wrap {       padding: 44px 32px 50px;     }      .zvr-cuticle .cta {       padding: 38px 30px;     }   } \u003c\/style\u003e  \u003cdiv class=\"zvr-cuticle\"\u003e    \u003c!-- HERO --\u003e   \u003csection class=\"hero\" id=\"attention\"\u003e     \u003cdiv class=\"hero-copy\"\u003e       \u003cdiv class=\"eyebrow\"\u003eZavrlyNia Nail Care\u003c\/div\u003e        \u003ch1\u003eA simpler way to care for your cuticles.\u003c\/h1\u003e        \u003cp class=\"hero-lead\"\u003e         Keep your nail-care routine focused with a twist-up pen format,         angled ceramic pusher tip, and protective clear cap.       \u003c\/p\u003e        \u003cdiv class=\"benefit-grid\"\u003e         \u003cdiv class=\"benefit-item\"\u003eAngled Ceramic Tip\u003c\/div\u003e         \u003cdiv class=\"benefit-item\"\u003eTwist-Up Pen Format\u003c\/div\u003e         \u003cdiv class=\"benefit-item\"\u003eProtective Clear Cap\u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/Download_2_compressed_5e65d19c-a67f-456e-85c7-73cfaad52e1a.gif?v=1786349543\" alt=\"ZavrlyNia cuticle oil pusher pen\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- FEATURE 1 --\u003e   \u003csection class=\"feature\" id=\"angled-tip\"\u003e     \u003cdiv class=\"feature-copy\"\u003e       \u003cdiv class=\"section-kicker\"\u003eFocused Care\u003c\/div\u003e        \u003ch2\u003eSee exactly where you're working.\u003c\/h2\u003e        \u003cp\u003e         The visible pink ceramic tip features an angled shape designed for         close-up work around the cuticle area.       \u003c\/p\u003e        \u003cp\u003e         \u003cspan class=\"highlight\"\u003eMore control. Less clutter.\u003c\/span\u003e         A focused tool for the small details in your manicure routine.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/1_d0931c3d-0d65-47f3-85ce-cfaab790c2b2.webp?v=1787735900\" alt=\"Angled pink ceramic cuticle pusher tip\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- FEATURE 2 --\u003e   \u003csection class=\"feature soft-pink\" id=\"twist-up-care\"\u003e     \u003cdiv class=\"feature-copy\"\u003e       \u003cdiv class=\"section-kicker\"\u003eEasy Pen Format\u003c\/div\u003e        \u003ch2\u003eTwist up. Stay focused.\u003c\/h2\u003e        \u003cp\u003e         The familiar twist-up pen format keeps your cuticle-care step         contained in one easy-to-hold design.       \u003c\/p\u003e        \u003cp\u003e         No need to make your manicure setup feel more complicated than it         needs to be.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/6_77654b3d-a6e0-4f3b-bc0c-84439c04b640.webp?v=1787735900\" alt=\"Twist-up cuticle oil pusher pen\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- DARK PROCESS STRIP --\u003e   \u003csection class=\"routine-strip\"\u003e     \u003cdiv class=\"section-kicker\"\u003eSimple By Design\u003c\/div\u003e      \u003ch2\u003eOne pen. One focused routine.\u003c\/h2\u003e      \u003cdiv class=\"steps\"\u003e       \u003cdiv class=\"step\"\u003e         \u003cspan class=\"step-number\"\u003e1\u003c\/span\u003e         \u003cstrong\u003eTwist\u003c\/strong\u003e       \u003c\/div\u003e        \u003cdiv class=\"step\"\u003e         \u003cspan class=\"step-number\"\u003e2\u003c\/span\u003e         \u003cstrong\u003eGuide\u003c\/strong\u003e       \u003c\/div\u003e        \u003cdiv class=\"step\"\u003e         \u003cspan class=\"step-number\"\u003e3\u003c\/span\u003e         \u003cstrong\u003eCap\u003c\/strong\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- FEATURE 3 --\u003e   \u003csection class=\"feature\" id=\"routine-step\"\u003e     \u003cdiv class=\"feature-copy\"\u003e       \u003cdiv class=\"section-kicker\"\u003eLess On Your Vanity\u003c\/div\u003e        \u003ch2\u003eKeep the routine simple.\u003c\/h2\u003e        \u003cp\u003e         The pen-style format brings the care step and visible pusher tip         together in one compact product.       \u003c\/p\u003e        \u003cp\u003e         A practical choice when you prefer a tidier manicure setup with         fewer individual tools within reach.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/7_32b3c0b1-e4b5-4f00-b16a-a734f44ecf0f.webp?v=1787735900\" alt=\"Compact cuticle care pen\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- FEATURE 4 --\u003e   \u003csection class=\"feature soft-lilac\" id=\"capped-care\"\u003e     \u003cdiv class=\"feature-copy\"\u003e       \u003cdiv class=\"section-kicker\"\u003eCovered Between Uses\u003c\/div\u003e        \u003ch2\u003eCap it when you're done.\u003c\/h2\u003e        \u003cp\u003e         The transparent cap visibly covers the pink ceramic tip between         uses and keeps the pen together as part of your manicure setup.       \u003c\/p\u003e        \u003cp\u003e         Simple, compact, and easy to keep with your other beauty essentials.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/3_d460abe7-1baf-4f93-ad62-65273687c9c3.webp?v=1787735900\" alt=\"Cuticle pen with transparent protective cap\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- FEATURE 5 --\u003e   \u003csection class=\"feature\" id=\"carry-ready\"\u003e     \u003cdiv class=\"feature-copy\"\u003e       \u003cdiv class=\"section-kicker\"\u003eCompact Design\u003c\/div\u003e        \u003ch2\u003eMade to fit into your routine.\u003c\/h2\u003e        \u003cp\u003e         Its slim, capped pen shape makes it easy to keep in a vanity drawer,         manicure kit, or beauty pouch.       \u003c\/p\u003e        \u003cp\u003e         \u003cspan class=\"highlight\"\u003eOne compact format\u003c\/span\u003e         for a more organized nail-care setup.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/8_f8d81bf9-9a8d-42b6-b9cc-86092971c865.webp?v=1787735900\" alt=\"Compact cuticle pen for beauty pouch or manicure kit\" loading=\"lazy\"\u003e   \u003c\/section\u003e     \u003c!-- PRODUCT DETAILS --\u003e   \u003csection class=\"details-section\"\u003e     \u003cdiv class=\"section-kicker\"\u003eProduct Details\u003c\/div\u003e      \u003ch2\u003eSimple details. Clear design.\u003c\/h2\u003e      \u003cdiv class=\"details-card\"\u003e       \u003cdiv class=\"detail-row\"\u003e         \u003cdiv class=\"detail-label\"\u003eProduct Type\u003c\/div\u003e         \u003cdiv class=\"detail-value\"\u003e           Twist-Up Cuticle Oil Pusher Pen         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"detail-row\"\u003e         \u003cdiv class=\"detail-label\"\u003eTip\u003c\/div\u003e         \u003cdiv class=\"detail-value\"\u003e           Pink Angled Ceramic Tip         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"detail-row\"\u003e         \u003cdiv class=\"detail-label\"\u003eCap\u003c\/div\u003e         \u003cdiv class=\"detail-value\"\u003e           Transparent Tip Cover         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"detail-row\"\u003e         \u003cdiv class=\"detail-label\"\u003eOption\u003c\/div\u003e         \u003cdiv class=\"detail-value\"\u003e           BA11842 Cuticle Essence Pen         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- FAQ --\u003e   \u003csection class=\"faq\"\u003e     \u003cdiv class=\"section-kicker\"\u003eQuestions \u0026amp; Answers\u003c\/div\u003e      \u003ch2\u003eGood to know.\u003c\/h2\u003e      \u003cdetails\u003e       \u003csummary\u003eWhat is this product?\u003c\/summary\u003e       \u003cp\u003e         It is a twist-up cuticle oil pusher pen featuring a visible angled         pink ceramic tip and a transparent protective cap.       \u003c\/p\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003eWhat makes the pen format useful?\u003c\/summary\u003e       \u003cp\u003e         The compact pen-style design keeps the cuticle-care step and pusher         tip together in one easy-to-store format.       \u003c\/p\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003eDoes the tip come with a cover?\u003c\/summary\u003e       \u003cp\u003e         Yes. The product includes a transparent cap that covers the visible         pink ceramic tip between uses.       \u003c\/p\u003e     \u003c\/details\u003e      \u003cdetails\u003e       \u003csummary\u003eIs the formula or net content listed?\u003c\/summary\u003e       \u003cp\u003e         Verified formula and net-content information is not included in the         available product details, so those specifications are not stated         here.       \u003c\/p\u003e     \u003c\/details\u003e   \u003c\/section\u003e     \u003c!-- CTA --\u003e   \u003cdiv class=\"cta-wrap\"\u003e     \u003csection class=\"cta\"\u003e       \u003cdiv class=\"section-kicker\"\u003eSimplify Your Routine\u003c\/div\u003e        \u003ch2\u003eOne small tool for a tidier nail-care setup.\u003c\/h2\u003e        \u003cp\u003e         Add the ZavrlyNia Cuticle Oil Pusher Pen to your manicure routine         and keep your cuticle-care step focused and compact.       \u003c\/p\u003e        \u003ca class=\"button\" href=\"#\"\u003e         Choose Your Pen →       \u003c\/a\u003e     \u003c\/section\u003e   \u003c\/div\u003e  \u003c\/div\u003e","brand":"JXX","offers":[{"title":"Cuticle Essence Pen \/ ✨ Single — Everyday Care","offer_id":67428812783661,"sku":"NC0248260810027-BA11842-指甲精华笔","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Cuticle Essence Pen \/ 💖 Duo — Most Popular","offer_id":67428812816429,"sku":"NC0248260810027-BA11842-指甲精华笔*2","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Cuticle Essence Pen \/ 🔥 Trio — Best Value","offer_id":67428812849197,"sku":"NC0248260810027-BA11842-指甲精华笔*3","price":49.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/1_6a19ed20-a4c4-49e8-b99e-589e135cc9b8.webp?v=1787810991","url":"https:\/\/woverssy.com\/products\/cuticle-oil-pusher-pen","provider":"woverssy","version":"1.0","type":"link"}