{"product_id":"sticky-ear-cleaning-sticks-gentle-visible-ear-care","title":"Sticky Ear Cleaning Sticks – Gentle, Visible Ear Care","description":"\u003cstyle\u003e\n    .sec-sticky-ear-page {\n      --sec-bg: #faf8f5;\n      --sec-card: #ffffff;\n      --sec-dark: #29231f;\n      --sec-muted: #6f6862;\n      --sec-accent: #8b6f58;\n      --sec-border: #e8e1da;\n      max-width: 900px;\n      margin: 0 auto;\n      color: var(--sec-dark);\n      font-family: inherit;\n      line-height: 1.7;\n      overflow: hidden;\n    }\n\n    .sec-sticky-ear-page * {\n      box-sizing: border-box;\n    }\n\n    .sec-sticky-ear-page img {\n      display: block;\n      width: 100%;\n      height: auto;\n      max-width: 100%;\n      border-radius: 14px;\n    }\n\n    .sec-hero {\n      background: linear-gradient(135deg, #faf8f5 0%, #f2ece5 100%);\n      padding: 34px 24px 30px;\n      border-radius: 18px;\n      text-align: center;\n      margin-bottom: 22px;\n    }\n\n    .sec-eyebrow {\n      margin: 0 0 10px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      color: var(--sec-accent);\n    }\n\n    .sec-hero h1 {\n      margin: 0 auto 14px;\n      max-width: 760px;\n      font-size: 32px;\n      line-height: 1.25;\n      font-weight: 800;\n      color: var(--sec-dark);\n    }\n\n    .sec-hero p {\n      max-width: 700px;\n      margin: 0 auto;\n      color: var(--sec-muted);\n      font-size: 16px;\n    }\n\n    .sec-highlight {\n      background: #fff;\n      border: 1px solid var(--sec-border);\n      border-radius: 14px;\n      padding: 18px 20px;\n      margin: 22px 0;\n      text-align: center;\n      font-size: 16px;\n    }\n\n    .sec-highlight strong {\n      color: var(--sec-dark);\n    }\n\n    .sec-image {\n      margin: 20px 0;\n    }\n\n    .sec-image img {\n      margin: 0 auto;\n    }\n\n    .sec-section {\n      margin: 34px 0;\n    }\n\n    .sec-section-title {\n      margin: 0 0 10px;\n      font-size: 27px;\n      line-height: 1.3;\n      font-weight: 800;\n      color: var(--sec-dark);\n    }\n\n    .sec-section-intro {\n      margin: 0 0 22px;\n      color: var(--sec-muted);\n      font-size: 15px;\n    }\n\n    .sec-feature {\n      background: var(--sec-bg);\n      border: 1px solid var(--sec-border);\n      border-radius: 16px;\n      padding: 22px;\n      margin: 18px 0;\n    }\n\n    .sec-feature h3 {\n      margin: 0 0 9px;\n      font-size: 20px;\n      line-height: 1.35;\n      font-weight: 750;\n      color: var(--sec-dark);\n    }\n\n    .sec-feature p {\n      margin: 0;\n      color: var(--sec-muted);\n      font-size: 15px;\n    }\n\n    .sec-materials {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    .sec-material {\n      background: #fff;\n      border: 1px solid var(--sec-border);\n      border-radius: 14px;\n      padding: 18px 14px;\n      text-align: center;\n    }\n\n    .sec-material strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 15px;\n    }\n\n    .sec-material span {\n      display: block;\n      color: var(--sec-muted);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    .sec-steps {\n      margin: 20px 0;\n      padding: 0;\n      list-style: none;\n      counter-reset: sec-step;\n    }\n\n    .sec-steps li {\n      position: relative;\n      counter-increment: sec-step;\n      padding: 18px 18px 18px 62px;\n      margin-bottom: 12px;\n      background: var(--sec-bg);\n      border: 1px solid var(--sec-border);\n      border-radius: 14px;\n    }\n\n    .sec-steps li::before {\n      content: counter(sec-step);\n      position: absolute;\n      left: 17px;\n      top: 17px;\n      width: 32px;\n      height: 32px;\n      border-radius: 50%;\n      background: var(--sec-dark);\n      color: #fff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .sec-steps strong {\n      display: block;\n      margin-bottom: 3px;\n      font-size: 16px;\n    }\n\n    .sec-steps span {\n      color: var(--sec-muted);\n      font-size: 14px;\n    }\n\n    .sec-bottom {\n      background: linear-gradient(135deg, #f4eee8, #fbfaf8);\n      border-radius: 18px;\n      padding: 28px 22px;\n      margin-top: 34px;\n      text-align: center;\n    }\n\n    .sec-bottom h2 {\n      margin: 0 0 10px;\n      font-size: 25px;\n      line-height: 1.3;\n    }\n\n    .sec-bottom p {\n      margin: 0;\n      color: var(--sec-muted);\n      font-size: 15px;\n    }\n\n    @media (max-width: 640px) {\n      .sec-sticky-ear-page {\n        width: 100%;\n      }\n\n      .sec-hero {\n        padding: 27px 17px 25px;\n        border-radius: 14px;\n      }\n\n      .sec-hero h1 {\n        font-size: 26px;\n      }\n\n      .sec-hero p {\n        font-size: 15px;\n      }\n\n      .sec-section {\n        margin: 28px 0;\n      }\n\n      .sec-section-title {\n        font-size: 23px;\n      }\n\n      .sec-feature {\n        padding: 18px;\n      }\n\n      .sec-materials {\n        grid-template-columns: 1fr;\n      }\n\n      .sec-material {\n        text-align: left;\n      }\n\n      .sec-material strong,\n      .sec-material span {\n        display: inline;\n      }\n\n      .sec-material strong::after {\n        content: \" — \";\n      }\n\n      .sec-image {\n        margin: 16px 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"sec-sticky-ear-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"sec-hero\"\u003e\n\u003cp class=\"sec-eyebrow\"\u003eGentle Ear Care Made Simple\u003c\/p\u003e\n\u003ch1\u003e👂 Finally, Ear Cleaning That Actually Works!\u003c\/h1\u003e\n\u003cp\u003eTired of pushing earwax deeper with cotton swabs or struggling with traditional ear picks? Our Sticky Ear Cleaning Sticks use a gentle twisting motion to help lift away earwax with less mess and more visibility.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK HOOK --\u003e\n\u003cdiv class=\"sec-highlight\"\u003e🎯 \u003cstrong\u003eLift Earwax Instead of Pushing It Deeper\u003c\/strong\u003e\u003cbr\u003eThe sticky resin head helps grab earwax as you gently rotate the stick.\u003c\/div\u003e\n\u003c!-- MAIN IMAGE --\u003e\n\u003cdiv class=\"sec-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/imgi_37_7065874f6cf4f070a4c957356c4e5be79bd799ca.gif?v=1773203523\" alt=\"Sticky ear cleaning stick demonstrating gentle earwax removal\"\u003e\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"sec-section\"\u003e\n\u003ch2 class=\"sec-section-title\"\u003e✨ A Cleaner, More Visible Way to Clean Your Ears\u003c\/h2\u003e\n\u003cp class=\"sec-section-intro\"\u003eTired of messy and frustrating ear cleaning? Sticky Ear Cleaning Sticks offer a simple, controlled way to help remove visible earwax while making the cleaning process easier to monitor.\u003c\/p\u003e\n\u003cdiv class=\"sec-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/1bce54a34a28ee72e472f14a1201bc2269ae75be.jpeg\" alt=\"Sticky ear cleaning sticks product demonstration\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY CHOOSE --\u003e\n\u003csection class=\"sec-section\"\u003e\n\u003ch2 class=\"sec-section-title\"\u003e🌟 Why Choose Our Sticky Ear Cleaning Sticks?\u003c\/h2\u003e\n\u003cdiv class=\"sec-feature\"\u003e\n\u003ch3\u003e✨ Gentle \u0026amp; Ear-Friendly Design\u003c\/h3\u003e\n\u003cp\u003eCrafted with soft, sticky resin heads and smooth PET handles, the sticks are designed for controlled movement during cleaning. The flexible material helps lift earwax without the harsh feel of traditional metal tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/e1f10cacc619a2261ac9dc253b03e2e3c7afd4d7.jpeg\" alt=\"Soft sticky resin head for gentle ear cleaning\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sec-feature\"\u003e\n\u003ch3\u003e👀 See What You're Removing\u003c\/h3\u003e\n\u003cp\u003eEarwax sticks directly to the resin head as you rotate the stick, making the results easier to see. No more guessing whether anything was actually removed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-feature\"\u003e\n\u003ch3\u003e🌿 Carefully Selected Materials\u003c\/h3\u003e\n\u003cp\u003eThe combination of a sticky resin head and durable PET handle provides a lightweight, easy-to-control design for everyday ear-care routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-materials\"\u003e\n\u003cdiv class=\"sec-material\"\u003e\n\u003cstrong\u003eResin Head\u003c\/strong\u003e \u003cspan\u003eSticky surface designed to grab earwax.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-material\"\u003e\n\u003cstrong\u003ePET Handle\u003c\/strong\u003e \u003cspan\u003eLightweight and easy to grip and control.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-material\"\u003e\n\u003cstrong\u003eSingle Use\u003c\/strong\u003e \u003cspan\u003eUse once, then simply dispose of the stick.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sec-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/253618be39d53822c4f0ab561832e8dd55db6585.jpeg\" alt=\"Ear cleaning stick materials and design\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"sec-section\"\u003e\n\u003ch2 class=\"sec-section-title\"\u003e🧪 How It Works — 3 Simple Steps\u003c\/h2\u003e\n\u003cp class=\"sec-section-intro\"\u003eA simple routine designed to make earwax removal quick, visible and mess-free.\u003c\/p\u003e\n\u003col class=\"sec-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwist Gently\u003c\/strong\u003e \u003cspan\u003ePlace the sticky head at the ear opening and rotate gently. Do not force or push deeply into the ear canal.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSee the Results\u003c\/strong\u003e \u003cspan\u003eRemove the stick and see the earwax collected on the resin head.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDispose \u0026amp; Done\u003c\/strong\u003e \u003cspan\u003eDiscard the single-use stick after cleaning. No washing or complicated cleanup required.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"sec-image\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/96e18dac99119fcee4f62137e88b3d07cdcc5bdf.jpeg\" alt=\"Three step sticky ear cleaning process\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"sec-bottom\"\u003e\n\u003ch2\u003e👂 Make Ear Care Simpler\u003c\/h2\u003e\n\u003cp\u003eA sticky design, visible results and a simple twist-and-remove routine make ear cleaning easier to manage at home.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"yournicola","offers":[{"title":"1 Box(24PCS)","offer_id":45616314613829,"sku":"GZ012226082410565-【英文包装】盒装大号24支","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0721\/9983\/1621\/files\/10002_20_281_29_N6N73H.png?v=1787801178","url":"https:\/\/ulebos.com\/products\/sticky-ear-cleaning-sticks-gentle-visible-ear-care","provider":"Ulebos","version":"1.0","type":"link"}