{"product_id":"mini-hair-straightener-curling-iron-portable-2-in-1-styling-tool-for-bangs-short-hair-quick-touch-ups-compact-travel-hair-styler-for-women","title":"Mini Hair Straightener \u0026 Curling Iron – Portable 2-in-1 Styling Tool for Bangs, Short Hair \u0026 Quick Touch-Ups, Compact Travel Hair Styler for Women","description":"\u003cstyle\u003e\n\/* =========================================================\n   MINI 2-IN-1 HAIR STRAIGHTENER \u0026 CURLING IRON\n   ORIGINAL SHOPIFY CRO DETAIL PAGE\n   Mobile-first + Shopify narrow-container optimized\n   Uses product images hosted on valorsca.us\n   ========================================================= *\/\n\n#vmh-page,\n#vmh-page *{\n  box-sizing:border-box;\n}\n\n#vmh-page{\n  --ink:#492e36;\n  --text:#57484d;\n  --muted:#827277;\n  --line:#eedfe2;\n  --pink:#fff5f6;\n  --pink2:#fbe5e9;\n  --rose:#c95570;\n  --rose-dark:#a83c56;\n  --gold:#bd8a6e;\n  --white:#ffffff;\n\n  width:100%;\n  max-width:100%;\n  margin:0;\n  padding:0;\n  overflow:hidden;\n  background:#fff;\n  color:var(--text);\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.5;\n  -webkit-font-smoothing:antialiased;\n  container-type:inline-size;\n}\n\n#vmh-page img{\n  display:block;\n  width:100% !important;\n  max-width:100% !important;\n  height:auto !important;\n  margin:0;\n}\n\n#vmh-page a{\n  text-decoration:none;\n}\n\n.vmh-inner{\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n  padding-left:18px;\n  padding-right:18px;\n}\n\n.vmh-section{\n  padding:58px 0;\n}\n\n.vmh-soft{\n  background:var(--pink);\n}\n\n.vmh-dark{\n  background:var(--ink);\n  color:#fff;\n}\n\n.vmh-kicker{\n  margin:0 0 10px;\n  color:var(--rose);\n  font-size:11px;\n  line-height:1.3;\n  font-weight:900;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.vmh-title{\n  max-width:800px;\n  margin:0;\n  color:var(--ink);\n  font-size:clamp(35px,8cqw,58px);\n  line-height:1;\n  letter-spacing:-1.8px;\n  font-weight:900;\n}\n\n.vmh-heading{\n  max-width:760px;\n  margin:0;\n  color:var(--ink);\n  font-size:clamp(28px,6.4cqw,43px);\n  line-height:1.07;\n  letter-spacing:-1px;\n  font-weight:900;\n}\n\n.vmh-dark .vmh-heading{\n  color:#fff;\n}\n\n.vmh-sub{\n  max-width:700px;\n  margin:16px 0 0;\n  color:var(--muted);\n  font-size:16px;\n  line-height:1.65;\n}\n\n.vmh-dark .vmh-sub{\n  color:#eadde0;\n}\n\n.vmh-center{\n  text-align:center;\n}\n\n.vmh-center .vmh-title,\n.vmh-center .vmh-heading,\n.vmh-center .vmh-sub{\n  margin-left:auto;\n  margin-right:auto;\n}\n\n\n\/* =========================================================\n   IMAGES\n   Keeps original product creatives full-width and readable\n   ========================================================= *\/\n\n.vmh-media{\n  width:100%;\n  max-width:820px;\n  margin:30px auto 0;\n  overflow:hidden;\n  border-radius:16px;\n  border:1px solid var(--line);\n  background:#fff4f5;\n}\n\n.vmh-media img{\n  width:100% !important;\n  height:auto !important;\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n.vmh-media-clean{\n  border:0;\n  background:transparent;\n}\n\n.vmh-dark .vmh-media{\n  border-color:#684952;\n  background:#38242a;\n}\n\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n.vmh-btn{\n  display:inline-flex;\n  min-height:54px;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  margin-top:26px;\n  padding:15px 24px;\n  border:0;\n  border-radius:999px;\n  background:var(--rose);\n  color:#fff !important;\n  font-size:13px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.5px;\n  text-transform:uppercase;\n  box-shadow:0 10px 25px rgba(201,85,112,.22);\n  cursor:pointer;\n  transition:transform .2s ease,background .2s ease;\n}\n\n.vmh-btn:hover{\n  background:var(--rose-dark);\n  transform:translateY(-2px);\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.vmh-hero{\n  padding:58px 0 0;\n  background:\n    radial-gradient(circle at 50% 0%,#ffffff 0%,#fff4f6 52%,#f7e1e6 100%);\n}\n\n.vmh-hero-copy{\n  text-align:center;\n}\n\n.vmh-hero-points{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:9px;\n  max-width:680px;\n  margin:26px auto 0;\n  text-align:left;\n}\n\n.vmh-point{\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n  padding:13px 14px;\n  border:1px solid #ecdee1;\n  border-radius:11px;\n  background:rgba(255,255,255,.86);\n  color:var(--text);\n  font-size:14px;\n  line-height:1.45;\n  font-weight:750;\n}\n\n.vmh-check{\n  width:22px;\n  height:22px;\n  flex:0 0 22px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--rose);\n  color:#fff;\n  font-size:12px;\n  font-weight:900;\n}\n\n.vmh-hero-image{\n  width:100%;\n  max-width:920px;\n  margin:38px auto 0;\n  overflow:hidden;\n  background:#f6e4e7;\n}\n\n.vmh-hero-image img{\n  width:100% !important;\n  height:auto !important;\n  object-fit:contain !important;\n}\n\n\n\/* =========================================================\n   TRUST STRIP\n   ========================================================= *\/\n\n.vmh-trust{\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n  background:#fff;\n}\n\n.vmh-trust-inner{\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n  padding:0 18px;\n}\n\n.vmh-trust-grid{\n  display:grid;\n  grid-template-columns:1fr;\n}\n\n.vmh-trust-item{\n  display:flex;\n  align-items:center;\n  gap:13px;\n  padding:17px 0;\n  border-bottom:1px solid var(--line);\n}\n\n.vmh-trust-item:last-child{\n  border-bottom:0;\n}\n\n.vmh-trust-icon{\n  width:42px;\n  height:42px;\n  flex:0 0 42px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--pink);\n  color:var(--rose);\n  font-size:19px;\n}\n\n.vmh-trust-item strong{\n  display:block;\n  color:var(--ink);\n  font-size:14px;\n  line-height:1.3;\n}\n\n.vmh-trust-item span{\n  display:block;\n  margin-top:3px;\n  color:var(--muted);\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   CALLOUT\n   ========================================================= *\/\n\n.vmh-callout{\n  max-width:700px;\n  margin:24px auto 0;\n  padding:17px 18px;\n  border-left:3px solid var(--rose);\n  background:#fff;\n  color:var(--ink);\n  font-size:14px;\n  line-height:1.55;\n  font-weight:750;\n  text-align:left;\n}\n\n\n\/* =========================================================\n   BENEFIT CARDS\n   ========================================================= *\/\n\n.vmh-benefits{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:11px;\n  max-width:820px;\n  margin:30px auto 0;\n}\n\n.vmh-benefit{\n  display:flex;\n  align-items:flex-start;\n  gap:14px;\n  padding:19px;\n  border:1px solid var(--line);\n  border-radius:12px;\n  background:#fff;\n}\n\n.vmh-benefit-icon{\n  width:42px;\n  height:42px;\n  flex:0 0 42px;\n  display:grid;\n  place-items:center;\n  border-radius:10px;\n  background:var(--pink);\n  color:var(--rose);\n  font-size:19px;\n}\n\n.vmh-benefit strong{\n  display:block;\n  color:var(--ink);\n  font-size:15px;\n  line-height:1.3;\n}\n\n.vmh-benefit p{\n  margin:5px 0 0;\n  color:var(--muted);\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SCENES\n   ========================================================= *\/\n\n.vmh-scenes{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:11px;\n  max-width:820px;\n  margin:28px auto 0;\n}\n\n.vmh-scene{\n  display:flex;\n  align-items:flex-start;\n  gap:14px;\n  padding:18px;\n  border:1px solid rgba(255,255,255,.14);\n  border-radius:11px;\n  background:rgba(255,255,255,.055);\n  text-align:left;\n}\n\n.vmh-scene-icon{\n  width:42px;\n  height:42px;\n  flex:0 0 42px;\n  display:grid;\n  place-items:center;\n  border-radius:9px;\n  background:rgba(255,255,255,.09);\n  font-size:20px;\n}\n\n.vmh-scene strong{\n  display:block;\n  color:#fff;\n  font-size:15px;\n}\n\n.vmh-scene p{\n  margin:5px 0 0;\n  color:#dfd0d4;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   2-IN-1 CARDS\n   ========================================================= *\/\n\n.vmh-style-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  max-width:820px;\n  margin:30px auto 0;\n}\n\n.vmh-style{\n  padding:21px 19px;\n  border:1px solid var(--line);\n  border-radius:12px;\n  background:#fff;\n  text-align:left;\n}\n\n.vmh-style-label{\n  display:inline-flex;\n  align-items:center;\n  min-height:29px;\n  margin-bottom:12px;\n  padding:0 10px;\n  border-radius:999px;\n  background:var(--pink2);\n  color:var(--rose);\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:.6px;\n  text-transform:uppercase;\n}\n\n.vmh-style h3{\n  margin:0;\n  color:var(--ink);\n  font-size:18px;\n  line-height:1.3;\n  font-weight:850;\n}\n\n.vmh-style p{\n  margin:7px 0 0;\n  color:var(--muted);\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   ROUTINE STEPS\n   ========================================================= *\/\n\n.vmh-steps{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:11px;\n  max-width:820px;\n  margin:30px auto 0;\n}\n\n.vmh-step{\n  display:flex;\n  align-items:flex-start;\n  gap:14px;\n  padding:19px;\n  border:1px solid var(--line);\n  border-radius:11px;\n  background:#fff;\n}\n\n.vmh-step-number{\n  width:38px;\n  height:38px;\n  flex:0 0 38px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:var(--ink);\n  color:#fff;\n  font-size:12px;\n  font-weight:900;\n}\n\n.vmh-step h3{\n  margin:1px 0 5px;\n  color:var(--ink);\n  font-size:17px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.vmh-step p{\n  margin:0;\n  color:var(--muted);\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   PRODUCT HIGHLIGHTS\n   ========================================================= *\/\n\n.vmh-highlights{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:11px;\n  max-width:820px;\n  margin:30px auto 0;\n}\n\n.vmh-highlight{\n  display:flex;\n  align-items:flex-start;\n  gap:14px;\n  padding:19px;\n  border:1px solid var(--line);\n  border-radius:11px;\n  background:#fff;\n}\n\n.vmh-highlight-icon{\n  width:42px;\n  height:42px;\n  flex:0 0 42px;\n  display:grid;\n  place-items:center;\n  border-radius:10px;\n  background:var(--pink);\n  color:var(--rose);\n  font-size:19px;\n}\n\n.vmh-highlight strong{\n  display:block;\n  color:var(--ink);\n  font-size:15px;\n  line-height:1.3;\n}\n\n.vmh-highlight p{\n  margin:5px 0 0;\n  color:var(--muted);\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SPECS\n   ========================================================= *\/\n\n.vmh-specs{\n  max-width:820px;\n  margin:30px auto 0;\n  overflow:hidden;\n  border:1px solid var(--line);\n  border-radius:12px;\n  background:#fff;\n}\n\n.vmh-spec-row{\n  display:grid;\n  grid-template-columns:42% 58%;\n  border-bottom:1px solid var(--line);\n}\n\n.vmh-spec-row:last-child{\n  border-bottom:0;\n}\n\n.vmh-spec-key,\n.vmh-spec-value{\n  padding:14px 12px;\n  font-size:12px;\n  line-height:1.5;\n}\n\n.vmh-spec-key{\n  background:#fbf0f2;\n  color:var(--ink);\n  font-weight:850;\n}\n\n.vmh-spec-value{\n  color:var(--muted);\n}\n\n.vmh-note{\n  max-width:820px;\n  margin:17px auto 0;\n  padding:15px 17px;\n  border-radius:10px;\n  background:#fff3e8;\n  color:#6d5548;\n  font-size:11px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.vmh-faq{\n  max-width:820px;\n  margin:28px auto 0;\n  border-top:1px solid var(--line);\n}\n\n.vmh-faq details{\n  border-bottom:1px solid var(--line);\n}\n\n.vmh-faq summary{\n  position:relative;\n  padding:19px 34px 19px 0;\n  color:var(--ink);\n  font-size:14px;\n  line-height:1.45;\n  font-weight:850;\n  cursor:pointer;\n  list-style:none;\n}\n\n.vmh-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.vmh-faq summary::after{\n  content:\"+\";\n  position:absolute;\n  top:50%;\n  right:3px;\n  transform:translateY(-50%);\n  color:var(--rose);\n  font-size:24px;\n  font-weight:400;\n}\n\n.vmh-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.vmh-answer{\n  padding:0 28px 18px 0;\n  color:var(--muted);\n  font-size:13px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.vmh-final{\n  padding:58px 0;\n  background:var(--ink);\n}\n\n.vmh-final .vmh-heading{\n  color:#fff;\n}\n\n.vmh-final .vmh-sub{\n  color:#e5d6da;\n}\n\n.vmh-pills{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:7px;\n  max-width:680px;\n  margin:22px auto 0;\n}\n\n.vmh-pill{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  color:#fff1f4;\n  font-size:10px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   CONTAINER QUERIES\n   ========================================================= *\/\n\n@container (min-width:650px){\n\n  .vmh-inner{\n    padding-left:28px;\n    padding-right:28px;\n  }\n\n  .vmh-trust-inner{\n    padding-left:28px;\n    padding-right:28px;\n  }\n\n  .vmh-trust-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .vmh-trust-item{\n    padding:20px 18px;\n    border-right:1px solid var(--line);\n    border-bottom:0;\n  }\n\n  .vmh-trust-item:first-child{\n    padding-left:0;\n  }\n\n  .vmh-trust-item:last-child{\n    padding-right:0;\n    border-right:0;\n  }\n\n  .vmh-benefits{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .vmh-scenes{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .vmh-scene{\n    display:block;\n  }\n\n  .vmh-scene-icon{\n    margin-bottom:13px;\n  }\n\n  .vmh-style-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .vmh-steps{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .vmh-step{\n    display:block;\n  }\n\n  .vmh-step-number{\n    margin-bottom:14px;\n  }\n\n  .vmh-highlights{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .vmh-spec-key,\n  .vmh-spec-value{\n    padding:16px 18px;\n    font-size:13px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv id=\"vmh-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003csection class=\"vmh-hero\"\u003e\n\u003cdiv class=\"vmh-inner\"\u003e\n\u003cdiv class=\"vmh-hero-copy\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eMini 2-In-1 Hair Styler\u003c\/p\u003e\n\u003ch1 class=\"vmh-title\"\u003eFix The Little Hair Problems Before They Become The Whole Look.\u003c\/h1\u003e\n\u003cp class=\"vmh-sub\"\u003eA compact straightener-and-curling tool made for bangs, short sections, ends and quick refreshes when pulling out a full-size styler feels like more work than the touch-up itself.\u003c\/p\u003e\n\u003cdiv class=\"vmh-hero-points\"\u003e\n\u003cdiv class=\"vmh-point\"\u003e\n\u003cspan class=\"vmh-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e 2-in-1 design helps smooth sections or create soft shape with one compact tool \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-point\"\u003e\n\u003cspan class=\"vmh-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Smaller profile makes it easier to work around bangs, short hair and ends \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-point\"\u003e\n\u003cspan class=\"vmh-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Compact enough for quick beauty touch-ups at home, at work or while traveling \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"#\" class=\"vmh-btn vmh-buy-btn\"\u003e Keep Your Style Within Reach \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-hero-image\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/35887ef9-a15b-4c46-8e67-4ee769244364.png?v=1789369356\u0026amp;width=1946\" alt=\"Mini pink 2 in 1 hair straightener and curling iron\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TRUST STRIP\n  ====================================================== --\u003e\n\u003csection class=\"vmh-trust\"\u003e\n\u003cdiv class=\"vmh-trust-inner\"\u003e\n\u003cdiv class=\"vmh-trust-grid\"\u003e\n\u003cdiv class=\"vmh-trust-item\"\u003e\n\u003cdiv class=\"vmh-trust-icon\"\u003e2×\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e 2-In-1 Styling \u003c\/strong\u003e \u003cspan\u003e Smooth or add soft shape \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-trust-item\"\u003e\n\u003cdiv class=\"vmh-trust-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Quick Touch-Ups \u003c\/strong\u003e \u003cspan\u003e Made for the sections that need attention \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-trust-item\"\u003e\n\u003cdiv class=\"vmh-trust-icon\"\u003e👜\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Compact Design \u003c\/strong\u003e \u003cspan\u003e Easier to pack and store \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MORNING PAIN\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eMade For The Five-Minute Fix\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eBecause Sometimes It's Just The Bangs.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eOne bent section, a flipped-out end or bangs that woke up with their own plan shouldn't require restarting your entire routine.\u003c\/p\u003e\n\u003cdiv class=\"vmh-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/db3894bd-107f-4b3a-9d98-ed89930ed6f4.png?v=1789369373\u0026amp;width=1946\" alt=\"Mini hair styling iron for busy morning touch ups\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vmh-callout\"\u003eFocus on the section that needs fixing, refresh the shape and get on with the rest of your morning.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       2 IN 1 VALUE\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section vmh-soft\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eOne Mini Tool. Two Styling Directions.\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eGo Sleeker — Or Give The Ends A Little Movement.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eThe compact 2-in-1 format gives you the flexibility to smooth small sections or add soft bends and waves without switching between multiple full-size tools.\u003c\/p\u003e\n\u003cdiv class=\"vmh-style-grid\"\u003e\n\u003cdiv class=\"vmh-style\"\u003e\n\u003cspan class=\"vmh-style-label\"\u003e Smooth \u003c\/span\u003e\n\u003ch3\u003eTame The Sections That Won't Cooperate\u003c\/h3\u003e\n\u003cp\u003eWork through bangs, shorter pieces and ends when you want a cleaner, more polished finish without restyling everything.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-style\"\u003e\n\u003cspan class=\"vmh-style-label\"\u003e Shape \u003c\/span\u003e\n\u003ch3\u003eAdd A Soft Bend Instead Of Going Pin-Straight\u003c\/h3\u003e\n\u003cp\u003eUse the rounded styling form to give ends and small sections gentle movement when your look needs a little more shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/4cd41c06-4e9d-4abe-960b-f53fe2bdc5c7.png?v=1789369436\u0026amp;width=1946\" alt=\"Mini 2 in 1 hair styling tool creating smooth ends and soft waves\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COMPACT CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eSmaller Tool. More Focused Touch-Ups.\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eGet Closer To The Hair You're Actually Trying To Fix.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eA compact styling shape can feel more manageable around fringe, face-framing pieces, shorter cuts and the ends of longer hair where a large styler can feel unnecessarily bulky.\u003c\/p\u003e\n\u003cdiv class=\"vmh-benefits\"\u003e\n\u003cdiv class=\"vmh-benefit\"\u003e\n\u003cdiv class=\"vmh-benefit-icon\"\u003e✂\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Bang-Friendly Size \u003c\/strong\u003e\n\u003cp\u003eEasier to focus on fringe and smaller front sections without working through the whole head.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-benefit\"\u003e\n\u003cdiv class=\"vmh-benefit-icon\"\u003e♡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Great For Shorter Sections \u003c\/strong\u003e\n\u003cp\u003eA more compact format helps when there simply isn't much length to work with.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-benefit\"\u003e\n\u003cdiv class=\"vmh-benefit-icon\"\u003e≋\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Refresh The Ends \u003c\/strong\u003e\n\u003cp\u003eSmooth flyaway-looking ends or add a little turn when the rest of your style still looks good.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-benefit\"\u003e\n\u003cdiv class=\"vmh-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Everyday Polish \u003c\/strong\u003e\n\u003cp\u003eKeep the tool nearby for small corrections instead of saving styling only for full routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TRAVEL\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section vmh-dark\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eSave Space For The Things You Actually Want To Pack\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eTravel Light Without Giving Up Your Touch-Up Tool.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eThe compact design takes up less room than a traditional full-size styling tool, making it easier to fit into your beauty bag when space matters.\u003c\/p\u003e\n\u003cdiv class=\"vmh-scenes\"\u003e\n\u003cdiv class=\"vmh-scene\"\u003e\n\u003cdiv class=\"vmh-scene-icon\"\u003e✈️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Travel Bag \u003c\/strong\u003e\n\u003cp\u003eKeep a styling option nearby without giving one oversized tool half the suitcase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-scene\"\u003e\n\u003cdiv class=\"vmh-scene-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Hotel Mornings \u003c\/strong\u003e\n\u003cp\u003eRefresh the pieces that changed overnight before heading out for the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-scene\"\u003e\n\u003cdiv class=\"vmh-scene-icon\"\u003e👜\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Beauty Kit \u003c\/strong\u003e\n\u003cp\u003eA compact shape makes it easier to keep with the rest of your everyday essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/6f1a8b12-d4dc-4152-beb1-4093d7a60304.png?v=1789369415\u0026amp;width=1946\" alt=\"Compact mini hair straightener and curler packed in a travel beauty bag\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DESK TO DINNER\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eWhen Your Hair Needs A Refresh Before You Do\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eGo From Workday To Plans Without Starting From Scratch.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eKeep the compact styler within reach for the moments when bangs flatten, ends lose their shape or you simply want to freshen your look before heading somewhere else.\u003c\/p\u003e\n\u003cdiv class=\"vmh-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/f1bbbe32-4ea7-41a8-8869-7dba241960c2.png?v=1789369417\u0026amp;width=1946\" alt=\"Mini hair styler for desk to dinner hair touch ups\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vmh-callout\"\u003eLess “redo my hair.” More “fix these two pieces and go.”\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ROUTINE\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section vmh-soft\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eSimple Touch-Up Routine\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eStyle The Section — Not Your Whole Morning.\u003c\/h2\u003e\n\u003cdiv class=\"vmh-steps\"\u003e\n\u003cdiv class=\"vmh-step\"\u003e\n\u003cdiv class=\"vmh-step-number\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStart With Dry Hair\u003c\/h3\u003e\n\u003cp\u003eWork with dry, detangled sections and apply your preferred heat-protectant product first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-step\"\u003e\n\u003cdiv class=\"vmh-step-number\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWork Small Sections\u003c\/h3\u003e\n\u003cp\u003eFocus on bangs, shorter pieces or ends instead of trying to style too much hair at once.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-step\"\u003e\n\u003cdiv class=\"vmh-step-number\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSmooth Or Shape\u003c\/h3\u003e\n\u003cp\u003eGlide through to smooth, or gently rotate the tool when you want a softer bend or wave.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GIFT\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eCute Enough To Gift. Useful Enough To Keep Using.\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eA Beauty Gift That Doesn't Just Sit On The Vanity.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eCompact, practical and easy to fit into an everyday routine, it makes a fun gift for anyone who loves beauty tools, travel essentials or a polished last-minute touch-up.\u003c\/p\u003e\n\u003cdiv class=\"vmh-media\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/7111141a-6e33-4ea1-b006-88b9ef166601.png?v=1789369438\u0026amp;width=1946\" alt=\"Pink mini hair straightener and curling iron presented as a beauty gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vmh-callout\"\u003ePretty enough to unwrap with a smile. Practical enough to earn a permanent spot in the beauty drawer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT HIGHLIGHTS\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section vmh-soft\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eProduct Highlights\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eEverything You Need For Small Styling Jobs.\u003c\/h2\u003e\n\u003cdiv class=\"vmh-highlights\"\u003e\n\u003cdiv class=\"vmh-highlight\"\u003e\n\u003cdiv class=\"vmh-highlight-icon\"\u003e2×\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Straighten + Shape \u003c\/strong\u003e\n\u003cp\u003eOne compact tool supports both smoothing and soft curling or bending techniques.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-highlight\"\u003e\n\u003cdiv class=\"vmh-highlight-icon\"\u003e✂\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Made For Detail Work \u003c\/strong\u003e\n\u003cp\u003eCompact proportions suit bangs, short hair, face-framing pieces and ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-highlight\"\u003e\n\u003cdiv class=\"vmh-highlight-icon\"\u003e👜\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Travel-Friendly Size \u003c\/strong\u003e\n\u003cp\u003eTakes up less room when you're packing beauty essentials for a trip or overnight stay.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-highlight\"\u003e\n\u003cdiv class=\"vmh-highlight-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Quick Refresh Tool \u003c\/strong\u003e\n\u003cp\u003eIdeal when only a few sections need attention and a full styling routine feels unnecessary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section\"\u003e\n\u003cdiv class=\"vmh-inner\"\u003e\n\u003cdiv class=\"vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eProduct Information\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-specs\"\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eMini 2-In-1 Hair Straightener \u0026amp; Curling Iron\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eStyling Functions\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eStraightening • Soft Curling • Ends • Touch-Ups\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eRecommended Areas\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eBangs • Short Hair • Face-Framing Pieces • Ends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eForm Factor\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eCompact \/ Mini Styling Tool\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003ePink \u0026amp; White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003ePower Style\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eCorded Electric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003eHome Styling • Travel • Workday Refreshes • Quick Beauty Touch-Ups\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-row\"\u003e\n\u003cdiv class=\"vmh-spec-key\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"vmh-spec-value\"\u003e1 × Mini 2-In-1 Hair Styling Tool\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-note\"\u003e\n\u003cstrong\u003eHeat styling note:\u003c\/strong\u003e Use only on dry hair unless the product instructions specifically state otherwise. Avoid prolonged contact with the same hair section or skin, use an appropriate heat protectant, and allow the tool to cool completely before storing. Confirm plug and voltage compatibility for your destination before travel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"vmh-section vmh-soft\"\u003e\n\u003cdiv class=\"vmh-inner\"\u003e\n\u003cdiv class=\"vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eGood To Know\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vmh-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it both straighten and curl hair?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eYes. The compact 2-in-1 shape is designed for smoothing small sections as well as creating soft bends or curls with the appropriate styling technique.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for bangs?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eBangs are one of the main use cases for a compact styling tool because the smaller format makes it easier to focus on shorter front sections.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it on short hair?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eYes. Its mini format is especially suited to shorter sections, face-framing pieces and ends where a full-size styler can feel bulky.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it good for travel?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eThe compact size makes it easier to pack than many full-size styling tools. Always confirm the plug and voltage requirements before using any electrical styling tool in another country.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it meant for styling my entire head?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eIt can style hair sections, but its strongest advantage is focused work: bangs, shorter hair, ends and quick touch-ups when only part of the hairstyle needs refreshing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I use heat protectant?\u003c\/summary\u003e\n\u003cdiv class=\"vmh-answer\"\u003eUsing a heat-protectant product appropriate for your hair is a sensible step before heat styling. Follow both your hair-product directions and the styler's included instructions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"vmh-final\"\u003e\n\u003cdiv class=\"vmh-inner vmh-center\"\u003e\n\u003cp class=\"vmh-kicker\"\u003eSmall Tool. Big Difference Before You Walk Out The Door.\u003c\/p\u003e\n\u003ch2 class=\"vmh-heading\"\u003eKeep The Touch-Up Tool Closer Than The Full Styling Routine.\u003c\/h2\u003e\n\u003cp class=\"vmh-sub\"\u003eSmooth the bangs, reshape the ends, refresh a few pieces and move on with your day — without turning every small fix into a full beauty session.\u003c\/p\u003e\n\u003cdiv class=\"vmh-pills\"\u003e\n\u003cspan class=\"vmh-pill\"\u003e 2-IN-1 STYLING \u003c\/span\u003e \u003cspan class=\"vmh-pill\"\u003e BANG-FRIENDLY \u003c\/span\u003e \u003cspan class=\"vmh-pill\"\u003e SHORT HAIR \u003c\/span\u003e \u003cspan class=\"vmh-pill\"\u003e COMPACT \u003c\/span\u003e \u003cspan class=\"vmh-pill\"\u003e TRAVEL-FRIENDLY \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#\" class=\"vmh-btn vmh-buy-btn\"\u003e Add It To Your Beauty Kit \u003cspan\u003e↑\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"vmh-media vmh-media-clean\"\u003e\u003cimg src=\"https:\/\/valorsca.us\/cdn\/shop\/files\/7111141a-6e33-4ea1-b006-88b9ef166601.png?v=1789369438\u0026amp;width=1946\" alt=\"Mini pink 2 in 1 hair styling tool in gift packaging\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Q2005","offers":[{"title":"pink","offer_id":50596105650369,"sku":null,"price":28.99,"currency_code":"USD","in_stock":true},{"title":"blue","offer_id":50596105683137,"sku":null,"price":28.99,"currency_code":"USD","in_stock":true},{"title":"white","offer_id":50596105715905,"sku":null,"price":28.99,"currency_code":"USD","in_stock":true},{"title":"green","offer_id":50596105748673,"sku":null,"price":28.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/35887ef9-a15b-4c46-8e67-4ee769244364.png?v=1789369356","url":"https:\/\/valorsca.us\/products\/mini-hair-straightener-curling-iron-portable-2-in-1-styling-tool-for-bangs-short-hair-quick-touch-ups-compact-travel-hair-styler-for-women","provider":"Valors-ca","version":"1.0","type":"link"}