{"product_id":"rechargeable-heated-eyelash-curler-get-long-lasting-perfect-lash-curls-anytime","title":"✨Rechargeable Heated Eyelash Curler | Get Long-Lasting Perfect Lash Curls Anytime🔋","description":"\u003cstyle\u003e\n\/* =========================================================\n   HEATED EYELASH CURLER - SHOPIFY PRODUCT DESCRIPTION\n   SOFT PINK \/ SOFT LILAC \/ WHITE\n   NO GRADIENT \/ SINGLE COLUMN \/ MOBILE RESPONSIVE\n========================================================= *\/\n\n.hec-page,\n.hec-page * {\n  box-sizing: border-box;\n}\n\n.hec-page {\n  --hec-ink: #2f2730;\n  --hec-text: #514751;\n  --hec-muted: #756975;\n\n  --hec-white: #ffffff;\n\n  --hec-pink-bg: #fdf3f6;\n  --hec-pink-soft: #f9e7ed;\n  --hec-pink: #d6819b;\n  --hec-pink-dark: #ad5873;\n\n  --hec-purple-bg: #f6f1fa;\n  --hec-purple-soft: #ece2f3;\n  --hec-purple: #9472a6;\n  --hec-purple-dark: #6d527d;\n\n  --hec-border: #e9dce3;\n  --hec-border-purple: #e3d9eb;\n  --hec-soft-line: #eee7eb;\n\n  --hec-shadow: 0 10px 28px rgba(73, 53, 68, 0.08);\n  --hec-shadow-small: 0 6px 18px rgba(73, 53, 68, 0.06);\n\n  width: 100%;\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 0;\n\n  color: var(--hec-text);\n  background: var(--hec-white);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.hec-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.hec-page h1,\n.hec-page h2,\n.hec-page h3,\n.hec-page p {\n  margin-top: 0;\n}\n\n.hec-page h1,\n.hec-page h2,\n.hec-page h3 {\n  color: var(--hec-ink);\n  line-height: 1.18;\n  letter-spacing: -0.02em;\n}\n\n.hec-page p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.hec-section {\n  margin: 20px 0;\n  padding: 34px 28px;\n  border-radius: 22px;\n}\n\n.hec-section-head {\n  max-width: 650px;\n  margin: 0 auto 26px;\n  text-align: center;\n}\n\n.hec-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 11px;\n  padding: 7px 13px;\n\n  border: 1px solid #ebd3dc;\n  border-radius: 999px;\n\n  background: var(--hec-pink-soft);\n  color: var(--hec-pink-dark);\n\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.hec-section-head h2 {\n  margin-bottom: 10px;\n  color: var(--hec-ink);\n  font-size: clamp(28px, 5vw, 40px);\n  font-weight: 800;\n}\n\n.hec-section-head p {\n  margin: 0;\n  color: var(--hec-muted);\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   BUTTON\n========================================================= *\/\n\n.hec-btn {\n  position: relative;\n\n  display: inline-flex;\n  min-height: 52px;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n\n  padding: 14px 27px;\n\n  border: 1px solid var(--hec-pink-dark);\n  border-radius: 999px;\n\n  background: var(--hec-pink-dark);\n\n  box-shadow: 0 8px 20px rgba(173, 88, 115, 0.2);\n\n  color: #ffffff !important;\n\n  font-size: 16px;\n  font-weight: 800;\n  line-height: 1;\n\n  text-align: center;\n  text-decoration: none !important;\n\n  transition:\n    transform 0.2s ease,\n    box-shadow 0.2s ease,\n    background 0.2s ease;\n}\n\n.hec-btn:hover {\n  transform: translateY(-2px);\n  background: #984b63;\n  box-shadow: 0 11px 24px rgba(173, 88, 115, 0.26);\n}\n\n.hec-btn:active {\n  transform: translateY(1px) scale(0.985);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hec-hero {\n  position: relative;\n  overflow: hidden;\n\n  margin-bottom: 20px;\n  padding: 44px 30px 30px;\n\n  border: 1px solid #ead8df;\n  border-radius: 26px;\n\n  background: var(--hec-pink-bg);\n}\n\n.hec-hero-copy {\n  max-width: 660px;\n  margin: 0 auto 30px;\n  text-align: center;\n}\n\n.hec-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 14px;\n  padding: 8px 14px;\n\n  border: 1px solid #e5cbd5;\n  border-radius: 999px;\n\n  background: var(--hec-white);\n  color: var(--hec-pink-dark);\n\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.hec-hero h1 {\n  margin-bottom: 15px;\n\n  color: var(--hec-ink);\n\n  font-size: clamp(36px, 7vw, 56px);\n  font-weight: 850;\n}\n\n.hec-hero-copy \u003e p {\n  max-width: 610px;\n  margin: 0 auto 22px;\n\n  color: #554952;\n\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.hec-hero-points {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n\n  margin-bottom: 24px;\n}\n\n.hec-hero-points span {\n  display: inline-flex;\n  align-items: center;\n\n  padding: 8px 12px;\n\n  border: 1px solid #dfd2dc;\n  border-radius: 999px;\n\n  background: var(--hec-white);\n  color: #5f5260;\n\n  font-size: 13px;\n  font-weight: 750;\n}\n\n.hec-hero-image {\n  overflow: hidden;\n\n  border: 1px solid #eadde3;\n  border-radius: 20px;\n\n  background: var(--hec-white);\n\n  box-shadow: var(--hec-shadow);\n}\n\n.hec-hero-image img {\n  border-radius: 20px;\n}\n\n\n\/* =========================================================\n   ICON BENEFIT GRID - 2 COLUMNS\n========================================================= *\/\n\n.hec-icons-section {\n  border: 1px solid var(--hec-border-purple);\n  background: var(--hec-purple-bg);\n}\n\n.hec-icons-section .hec-eyebrow {\n  border-color: #ded0e8;\n  background: var(--hec-purple-soft);\n  color: var(--hec-purple-dark);\n}\n\n.hec-icon-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n}\n\n.hec-icon-item {\n  min-width: 0;\n\n  padding: 24px 18px;\n\n  border: 1px solid #e3d9e8;\n  border-radius: 17px;\n\n  background: var(--hec-white);\n\n  text-align: center;\n\n  box-shadow: var(--hec-shadow-small);\n}\n\n.hec-icon-circle {\n  display: flex;\n  width: 50px;\n  height: 50px;\n  align-items: center;\n  justify-content: center;\n\n  margin: 0 auto 13px;\n\n  border: 1px solid #e0d1e7;\n  border-radius: 50%;\n\n  background: var(--hec-purple-soft);\n  color: var(--hec-purple-dark);\n\n  font-size: 22px;\n  font-weight: 700;\n}\n\n.hec-icon-item h3 {\n  margin-bottom: 7px;\n\n  color: var(--hec-ink);\n\n  font-size: 16px;\n  font-weight: 800;\n}\n\n.hec-icon-item p {\n  max-width: 270px;\n  margin: 0 auto;\n\n  color: #6b606a;\n\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   CORE SELLING POINTS\n========================================================= *\/\n\n.hec-benefits-section {\n  padding-left: 0;\n  padding-right: 0;\n\n  background: var(--hec-white);\n}\n\n.hec-benefit-stack {\n  display: grid;\n  gap: 20px;\n}\n\n.hec-benefit-card {\n  overflow: hidden;\n\n  border: 1px solid var(--hec-border);\n  border-radius: 22px;\n\n  background: var(--hec-white);\n\n  box-shadow: var(--hec-shadow-small);\n}\n\n.hec-benefit-card:nth-child(odd) {\n  background: var(--hec-pink-bg);\n}\n\n.hec-benefit-card:nth-child(even) {\n  background: var(--hec-purple-bg);\n}\n\n.hec-benefit-copy {\n  padding: 28px 28px 24px;\n}\n\n.hec-benefit-number {\n  display: inline-flex;\n  width: 39px;\n  height: 39px;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 14px;\n\n  border: 1px solid #ead2dc;\n  border-radius: 50%;\n\n  background: var(--hec-pink-soft);\n  color: var(--hec-pink-dark);\n\n  font-size: 13px;\n  font-weight: 900;\n}\n\n.hec-benefit-card:nth-child(even) .hec-benefit-number {\n  border-color: #dacbe5;\n  background: var(--hec-purple-soft);\n  color: var(--hec-purple-dark);\n}\n\n.hec-benefit-copy h3 {\n  margin-bottom: 10px;\n\n  color: var(--hec-ink);\n\n  font-size: 24px;\n  font-weight: 800;\n}\n\n.hec-benefit-copy p {\n  margin: 0;\n\n  color: #554b53;\n\n  font-size: 15.5px;\n  line-height: 1.68;\n}\n\n.hec-benefit-image {\n  border-top: 1px solid rgba(120, 90, 110, 0.1);\n  background: var(--hec-white);\n}\n\n.hec-benefit-image img {\n  width: 100%;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS \/ SPECIFICATIONS\n========================================================= *\/\n\n.hec-spec-section {\n  border: 1px solid #ead7df;\n  background: var(--hec-pink-bg);\n}\n\n.hec-fact-box {\n  margin-bottom: 20px;\n  padding: 22px;\n\n  border: 1px solid #e7dce1;\n  border-radius: 18px;\n\n  background: var(--hec-white);\n\n  box-shadow: 0 4px 14px rgba(73, 53, 68, 0.04);\n}\n\n.hec-fact-box:last-child {\n  margin-bottom: 0;\n}\n\n.hec-fact-box h3 {\n  margin-bottom: 17px;\n\n  color: var(--hec-ink);\n\n  font-size: 21px;\n  font-weight: 800;\n}\n\n.hec-fact-list {\n  display: grid;\n  gap: 0;\n\n  overflow: hidden;\n\n  border: 1px solid #e9e0e4;\n  border-radius: 14px;\n}\n\n.hec-fact-row {\n  display: grid;\n  grid-template-columns: minmax(145px, 0.7fr) minmax(0, 1.3fr);\n\n  border-bottom: 1px solid #ece4e8;\n\n  background: var(--hec-white);\n}\n\n.hec-fact-row:last-child {\n  border-bottom: 0;\n}\n\n.hec-fact-label,\n.hec-fact-value {\n  padding: 14px 16px;\n}\n\n.hec-fact-label {\n  background: #faeef2;\n  color: #40363e;\n\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.hec-fact-value {\n  background: var(--hec-white);\n  color: #584d56;\n\n  font-size: 14px;\n  font-weight: 500;\n}\n\n.hec-package-list,\n.hec-care-list {\n  display: grid;\n  gap: 10px;\n\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.hec-package-list li,\n.hec-care-list li {\n  position: relative;\n\n  padding: 13px 14px 13px 43px;\n\n  border: 1px solid #e9e0e4;\n  border-radius: 12px;\n\n  background: #fffdfd;\n  color: #514750;\n\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n.hec-package-list li::before,\n.hec-care-list li::before {\n  position: absolute;\n  top: 13px;\n  left: 15px;\n\n  display: flex;\n  width: 20px;\n  height: 20px;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: var(--hec-pink-soft);\n  color: var(--hec-pink-dark);\n\n  content: \"✓\";\n\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.hec-care-list li::before {\n  background: var(--hec-purple-soft);\n  color: var(--hec-purple-dark);\n\n  content: \"!\";\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.hec-faq-section {\n  border: 1px solid var(--hec-border-purple);\n  background: var(--hec-purple-bg);\n}\n\n.hec-faq-section .hec-eyebrow {\n  border-color: #dccde6;\n  background: var(--hec-purple-soft);\n  color: var(--hec-purple-dark);\n}\n\n.hec-faq-list {\n  display: grid;\n  gap: 10px;\n}\n\n.hec-faq {\n  overflow: hidden;\n\n  border: 1px solid #ded3e5;\n  border-radius: 14px;\n\n  background: var(--hec-white);\n\n  box-shadow: 0 3px 10px rgba(73, 53, 68, 0.03);\n}\n\n.hec-faq summary {\n  position: relative;\n\n  display: block;\n\n  padding: 18px 52px 18px 18px;\n\n  color: #392f38;\n\n  cursor: pointer;\n\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1.45;\n\n  list-style: none;\n  user-select: none;\n}\n\n.hec-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.hec-faq summary::after {\n  position: absolute;\n  top: 50%;\n  right: 20px;\n\n  width: 9px;\n  height: 9px;\n\n  border-right: 2px solid var(--hec-purple-dark);\n  border-bottom: 2px solid var(--hec-purple-dark);\n\n  content: \"\";\n\n  transform: translateY(-65%) rotate(45deg);\n\n  transition: transform 0.28s ease;\n}\n\n.hec-faq[open] summary::after {\n  transform: translateY(-25%) rotate(225deg);\n}\n\n.hec-faq[open] summary {\n  border-bottom: 1px solid #eee7f1;\n  background: #fbf8fd;\n}\n\n.hec-faq-answer {\n  padding: 16px 18px 18px;\n\n  background: var(--hec-white);\n  color: #625862;\n\n  font-size: 14px;\n  line-height: 1.65;\n\n  animation: hecFadeIn 0.25s ease;\n}\n\n.hec-faq-answer p {\n  margin: 0;\n}\n\n@keyframes hecFadeIn {\n  from {\n    opacity: 0;\n    transform: translateY(-3px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\n\/* =========================================================\n   TRUST \/ SHIPPING \/ SERVICE\n   SINGLE COLUMN\n========================================================= *\/\n\n.hec-trust-section {\n  border: 1px solid #eadde3;\n  background: var(--hec-white);\n}\n\n.hec-trust-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 12px;\n}\n\n.hec-trust-card {\n  display: grid;\n  grid-template-columns: 52px minmax(0, 1fr);\n  align-items: center;\n  column-gap: 15px;\n\n  padding: 18px 20px;\n\n  border: 1px solid #eadfe4;\n  border-radius: 16px;\n\n  background: var(--hec-pink-bg);\n\n  text-align: left;\n}\n\n.hec-trust-card:nth-child(2) {\n  border-color: #e2d8e8;\n  background: var(--hec-purple-bg);\n}\n\n.hec-trust-card:nth-child(3) {\n  background: #fafafa;\n}\n\n.hec-trust-icon {\n  display: flex;\n  width: 47px;\n  height: 47px;\n  align-items: center;\n  justify-content: center;\n\n  grid-row: 1 \/ span 2;\n\n  margin: 0;\n\n  border: 1px solid #ead5de;\n  border-radius: 50%;\n\n  background: var(--hec-white);\n\n  font-size: 21px;\n}\n\n.hec-trust-card h3 {\n  margin: 0 0 5px;\n\n  color: var(--hec-ink);\n\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1.3;\n}\n\n.hec-trust-card p {\n  margin: 0;\n\n  color: #675d66;\n\n  font-size: 12.5px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hec-final-cta {\n  position: relative;\n\n  overflow: hidden;\n\n  margin: 22px 0 84px;\n  padding: 42px 28px;\n\n  border: 1px solid #dbc8e4;\n  border-radius: 24px;\n\n  background: var(--hec-purple-soft);\n\n  color: var(--hec-text);\n\n  text-align: center;\n\n  box-shadow: var(--hec-shadow);\n}\n\n.hec-final-cta h2 {\n  margin-bottom: 11px;\n\n  color: #3d3043;\n\n  font-size: clamp(28px, 5vw, 39px);\n  font-weight: 850;\n}\n\n.hec-final-cta p {\n  max-width: 560px;\n  margin: 0 auto 22px;\n\n  color: #645767;\n\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.hec-final-cta .hec-btn {\n  border-color: var(--hec-pink-dark);\n\n  background: var(--hec-pink-dark);\n  color: #ffffff !important;\n}\n\n.hec-final-cta .hec-btn:hover {\n  background: #984b63;\n}\n\n\n\/* =========================================================\n   FLOATING BUY NOW\n========================================================= *\/\n\n.hec-floating-buy {\n  position: fixed;\n  z-index: 999;\n\n  right: 18px;\n  bottom: 18px;\n\n  display: flex;\n  min-width: 150px;\n  min-height: 52px;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n\n  padding: 13px 22px;\n\n  border: 1px solid #9d5068;\n  border-radius: 999px;\n\n  background: var(--hec-pink-dark);\n\n  box-shadow: 0 10px 26px rgba(76, 39, 59, 0.24);\n\n  color: #ffffff !important;\n\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1;\n\n  text-decoration: none !important;\n\n  transition:\n    transform 0.2s ease,\n    box-shadow 0.2s ease,\n    background 0.2s ease;\n}\n\n.hec-floating-buy:hover {\n  transform: translateY(-3px);\n\n  background: #984b63;\n\n  box-shadow: 0 13px 30px rgba(76, 39, 59, 0.3);\n}\n\n.hec-floating-buy:active {\n  transform: translateY(1px) scale(0.97);\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 700px) {\n\n  .hec-page {\n    width: 100%;\n  }\n\n  .hec-section {\n    margin: 15px 0;\n    padding: 28px 18px;\n\n    border-radius: 18px;\n  }\n\n  .hec-section-head {\n    margin-bottom: 22px;\n  }\n\n  .hec-section-head h2 {\n    font-size: 28px;\n  }\n\n  .hec-section-head p {\n    font-size: 15px;\n  }\n\n  .hec-hero {\n    padding: 34px 18px 18px;\n\n    border-radius: 20px;\n  }\n\n  .hec-hero-copy {\n    margin-bottom: 24px;\n  }\n\n  .hec-hero h1 {\n    font-size: 38px;\n  }\n\n  .hec-hero-copy \u003e p {\n    font-size: 15.5px;\n  }\n\n  .hec-hero-points {\n    gap: 7px;\n  }\n\n  .hec-hero-points span {\n    padding: 7px 10px;\n    font-size: 12px;\n  }\n\n  \/* WHY YOU'LL LOVE IT - KEEP 2 COLUMNS *\/\n  .hec-icon-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .hec-icon-item {\n    padding: 18px 10px;\n  }\n\n  .hec-icon-circle {\n    width: 44px;\n    height: 44px;\n    margin-bottom: 10px;\n    font-size: 19px;\n  }\n\n  .hec-icon-item h3 {\n    font-size: 14px;\n    line-height: 1.3;\n  }\n\n  .hec-icon-item p {\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .hec-benefit-stack {\n    gap: 16px;\n  }\n\n  .hec-benefit-card {\n    border-radius: 18px;\n  }\n\n  .hec-benefit-copy {\n    padding: 22px 18px 20px;\n  }\n\n  .hec-benefit-copy h3 {\n    font-size: 22px;\n  }\n\n  .hec-benefit-copy p {\n    font-size: 15px;\n  }\n\n  .hec-fact-box {\n    padding: 17px;\n  }\n\n  .hec-fact-row {\n    grid-template-columns: 1fr;\n  }\n\n  .hec-fact-label {\n    padding: 12px 14px 5px;\n  }\n\n  .hec-fact-value {\n    padding: 5px 14px 12px;\n  }\n\n  \/* TRUST - SINGLE COLUMN *\/\n  .hec-trust-grid {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .hec-trust-card {\n    grid-template-columns: 46px minmax(0, 1fr);\n    column-gap: 12px;\n    padding: 17px 14px;\n  }\n\n  .hec-trust-icon {\n    width: 43px;\n    height: 43px;\n    font-size: 19px;\n  }\n\n  .hec-final-cta {\n    margin-bottom: 82px;\n    padding: 34px 20px;\n\n    border-radius: 20px;\n  }\n\n  .hec-floating-buy {\n    right: 12px;\n    bottom: 12px;\n\n    width: calc(100% - 24px);\n    min-height: 54px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n\n  .hec-page *,\n  .hec-page *::before,\n  .hec-page *::after {\n    scroll-behavior: auto !important;\n    transition-duration: 0.01ms !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hec-page\"\u003e\n\u003c!-- =====================================================\n       TOP HERO BANNER\n  ====================================================== --\u003e\n\u003csection class=\"hec-hero\"\u003e\n\u003cdiv class=\"hec-hero-copy\"\u003e\n\u003cdiv class=\"hec-hero-badge\"\u003eEveryday Lash Styling\u003c\/div\u003e\n\u003ch1\u003eLift. Curl. Define.\u003c\/h1\u003e\n\u003cp\u003eGive lashes a more lifted, polished look with adjustable heat, an integrated curling clip and a lightweight design made for your everyday beauty routine.\u003c\/p\u003e\n\u003cdiv class=\"hec-hero-points\"\u003e\n\u003cspan\u003e4 Heat Settings\u003c\/span\u003e \u003cspan\u003eIntegrated Clip\u003c\/span\u003e \u003cspan\u003e31g Lightweight Design\u003c\/span\u003e \u003cspan\u003eType-C Rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#\" class=\"hec-btn\"\u003e Shop Now \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/8_10_1_7c90e6a7-541e-4041-a41f-fa23ec35f365.webp?v=1786508052\" alt=\"Heated Eyelash Curler\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BENEFIT ICON GRID\n  ====================================================== --\u003e\n\u003csection class=\"hec-section hec-icons-section\"\u003e\n\u003cdiv class=\"hec-section-head\"\u003e\n\u003cspan class=\"hec-eyebrow\"\u003e Why You'll Love It \u003c\/span\u003e\n\u003ch2\u003eA Smarter Way to Shape Your Lashes\u003c\/h2\u003e\n\u003cp\u003eDesigned to make heated lash styling simple, controlled and easy to fit into your everyday routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-icon-grid\"\u003e\n\u003cdiv class=\"hec-icon-item\"\u003e\n\u003cdiv class=\"hec-icon-circle\"\u003e♨\u003c\/div\u003e\n\u003ch3\u003e4 Heat Levels\u003c\/h3\u003e\n\u003cp\u003eChoose from four temperature settings for different lash types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-icon-item\"\u003e\n\u003cdiv class=\"hec-icon-circle\"\u003e↗\u003c\/div\u003e\n\u003ch3\u003eBuilt-In Clip\u003c\/h3\u003e\n\u003cp\u003eHelps guide and shape lashes with one compact styling tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-icon-item\"\u003e\n\u003cdiv class=\"hec-icon-circle\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eEasy to Handle\u003c\/h3\u003e\n\u003cp\u003eA slim ergonomic shape helps give you better styling control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-icon-item\"\u003e\n\u003cdiv class=\"hec-icon-circle\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eRechargeable\u003c\/h3\u003e\n\u003cp\u003eType-C charging makes it easy to recharge between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CORE SELLING POINTS\n  ====================================================== --\u003e\n\u003csection class=\"hec-section hec-benefits-section\"\u003e\n\u003cdiv class=\"hec-section-head\"\u003e\n\u003cspan class=\"hec-eyebrow\"\u003e Beauty Made Easier \u003c\/span\u003e\n\u003ch2\u003eDesigned Around Your Lash Routine\u003c\/h2\u003e\n\u003cp\u003eThoughtful details help you shape, lift and refresh your lashes without adding another complicated step to your makeup routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-stack\"\u003e\n\u003carticle class=\"hec-benefit-card\"\u003e\n\u003cdiv class=\"hec-benefit-copy\"\u003e\n\u003cspan class=\"hec-benefit-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eHeat-Enhanced Lash Styling\u003c\/h3\u003e\n\u003cp\u003eControlled heating helps support a more defined curl while giving you the flexibility to choose a temperature that works with your lash type and styling preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1003\/3728\/7447\/files\/spp_shopify20260803120508_068a48dbaffc2b17ac5f9bdc248754d3.jpg?v=1785729915\" alt=\"Heated eyelash curler with adjustable heat\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hec-benefit-card\"\u003e\n\u003cdiv class=\"hec-benefit-copy\"\u003e\n\u003cspan class=\"hec-benefit-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eIntegrated Clip for Easier Shaping\u003c\/h3\u003e\n\u003cp\u003eThe built-in clip helps gather and position lashes as you style, combining heated shaping and curling in one convenient device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1003\/3728\/7447\/files\/spp_shopify20260803120516_84a3b06f8df8648bb26cb7a313ea1b37.jpg?v=1785729922\" alt=\"Integrated clip design\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hec-benefit-card\"\u003e\n\u003cdiv class=\"hec-benefit-copy\"\u003e\n\u003cspan class=\"hec-benefit-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eFour Adjustable Heat Settings\u003c\/h3\u003e\n\u003cp\u003eChoose between four temperature levels from 50°C to 80°C, giving you more control when styling finer, medium or thicker lashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1003\/3728\/7447\/files\/spp_shopify20260803120522_054eebe44c44b76d5f61ad7f319c5cfd.jpg?v=1785729928\" alt=\"Four heat settings\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hec-benefit-card\"\u003e\n\u003cdiv class=\"hec-benefit-copy\"\u003e\n\u003cspan class=\"hec-benefit-number\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eComfortable, Controlled Grip\u003c\/h3\u003e\n\u003cp\u003eThe slim ergonomic body sits naturally in your hand, helping make precise lash positioning easier during your morning makeup routine or quick beauty touch-ups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1003\/3728\/7447\/files\/spp_shopify20260803120528_7d68a34e0c4ff9daa8d2263b374b1ad8.jpg?v=1785729934\" alt=\"Ergonomic heated eyelash curler\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hec-benefit-card\"\u003e\n\u003cdiv class=\"hec-benefit-copy\"\u003e\n\u003cspan class=\"hec-benefit-number\"\u003e05\u003c\/span\u003e\n\u003ch3\u003eBeauty That Travels Light\u003c\/h3\u003e\n\u003cp\u003eAt only 14 cm long and approximately 31g, the compact curler slips easily into a makeup bag for travel, workdays or everyday touch-ups away from home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-benefit-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1003\/3728\/7447\/files\/spp_shopify20260803120534_aea647d40a9295f7df9986804e5afc77.jpg?v=1785729942\" alt=\"Compact heated eyelash curler\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"hec-section hec-spec-section\"\u003e\n\u003cdiv class=\"hec-section-head\"\u003e\n\u003cspan class=\"hec-eyebrow\"\u003e Product Information \u003c\/span\u003e\n\u003ch2\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003cp\u003eKey product specifications, package contents and care information in one easy-to-reference section.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-box\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"hec-fact-list\"\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eAvailable Colors\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003ePink \/ Purple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003e14 × 2.2 × 2 cm\u003cbr\u003e5.51 × 0.87 × 0.79 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eNet Weight\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003e31g \/ 1.09 oz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eBattery Capacity\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003e180mAh\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eHeat Settings\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003e4 Levels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-row\"\u003e\n\u003cdiv class=\"hec-fact-label\"\u003eTemperature Range\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-value\"\u003e50°C – 80°C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-box\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul class=\"hec-package-list\"\u003e\n\u003cli\u003e1 × Heated Eyelash Curler\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-fact-box\"\u003e\n\u003ch3\u003eCare \u0026amp; Safety Notes\u003c\/h3\u003e\n\u003cul class=\"hec-care-list\"\u003e\n\u003cli\u003eFully charge the device before first use for optimal performance.\u003c\/li\u003e\n\u003cli\u003eDo not wash or immerse the device in water.\u003c\/li\u003e\n\u003cli\u003eTurn the device off before cleaning the heated area with a dry or slightly damp cloth.\u003c\/li\u003e\n\u003cli\u003eKeep the device out of reach of children.\u003c\/li\u003e\n\u003cli\u003eDo not use the eyelash curler while it is charging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"hec-section hec-faq-section\"\u003e\n\u003cdiv class=\"hec-section-head\"\u003e\n\u003cspan class=\"hec-eyebrow\"\u003e Questions \u0026amp; Answers \u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eQuick answers to the most common questions about your heated eyelash curler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-faq-list\"\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eHow many temperature settings does it have?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eThe curler features four adjustable heat levels with a temperature range from 50°C to 80°C.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eIs the eyelash curler rechargeable?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eYes. It includes a built-in 180mAh battery and comes with a Type-C charging cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eIs it easy to carry while traveling?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eYes. The curler measures approximately 5.51 inches long and weighs only about 1.09 oz, making it easy to store in most makeup or travel bags.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eCan I wash the curler with water?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eNo. Do not wash or immerse the device in water. Turn it off and clean the heated area with a dry or slightly damp cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eCan I use it while it is charging?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eNo. Disconnect the charging cable before operating the eyelash curler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hec-faq\"\u003e\n\u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n\u003cdiv class=\"hec-faq-answer\"\u003e\n\u003cp\u003eThe heated eyelash curler is available in Pink and Purple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TRUST \/ SHIPPING \/ SERVICE - SINGLE COLUMN\n  ====================================================== --\u003e\n\u003csection class=\"hec-section hec-trust-section\"\u003e\n\u003cdiv class=\"hec-section-head\"\u003e\n\u003cspan class=\"hec-eyebrow\"\u003e Shop With Confidence \u003c\/span\u003e\n\u003ch2\u003eFrom Our Store to Your Beauty Bag\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-trust-grid\"\u003e\n\u003cdiv class=\"hec-trust-card\"\u003e\n\u003cdiv class=\"hec-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eCarefully Packed\u003c\/h3\u003e\n\u003cp\u003eYour order is prepared with care to help protect the product throughout the shipping process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-trust-card\"\u003e\n\u003cdiv class=\"hec-trust-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eQuality Focused\u003c\/h3\u003e\n\u003cp\u003eWe focus on product presentation and order handling so you can shop with greater confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hec-trust-card\"\u003e\n\u003cdiv class=\"hec-trust-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about your order? Our customer service team is here to help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"hec-final-cta\"\u003e\n\u003ch2\u003eReady for a Better Lash Routine?\u003c\/h2\u003e\n\u003cp\u003eAdd heat-assisted styling, adjustable control and a compact all-in-one design to your everyday makeup bag.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"hec-btn\"\u003e Buy Now \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n       FLOATING BUY NOW\n  ====================================================== --\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"🩷Pink","offer_id":48888285298920,"sku":"NC02592608121298-粉色","price":0.0,"currency_code":"USD","in_stock":true},{"title":"💜Purple","offer_id":48888285331688,"sku":"NC02592608121298-紫色","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/Products_1_6d2cebd6-2d8f-4f45-af6b-2cda1a215ae7.jpg?v=1786508116","url":"https:\/\/sereintis.com\/products\/rechargeable-heated-eyelash-curler-get-long-lasting-perfect-lash-curls-anytime","provider":"sereintis.com","version":"1.0","type":"link"}