Straightening Hair Comb โ Portable 2-in-1 Flat Iron Curler
:root{
–bg:#ffffff;
–bg-soft:#f6f6f7;
–card:#ffffff;
–ink:#111111;
–ink-dim:#5f5f5f;
–red:#e60023;
–red-dark:#ad081b;
–red-tint:#fff0f1;
–gold:#e0a800;
–line: #e6e6e6;
–radius: 16px;
–radius-pill: 999px;
–shadow: 0 2px 10px rgba(0,0,0,0.06);
–shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
background:var(–bg);
color:var(–ink);
font-family:’Inter’, sans-serif;
line-height:1.6;
overflow-x:hidden;
}
h1,h2,h3,.display{
font-family:’Poppins’, sans-serif;
font-weight:700;
letter-spacing:-0.01em;
color:var(–ink);
}
.eyebrow{
font-family:’Inter’, sans-serif;
text-transform:uppercase;
letter-spacing:0.14em;
font-size:0.72rem;
color:var(–red);
font-weight:700;
}
a{color:inherit;}
img,video{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
/* dot divider โ Pinterest-style signature motif */
.teeth{
display:flex; align-items:center; justify-content:center;
gap:9px; height:22px; margin:0 auto;
}
.teeth span{
width:6px; height:6px; border-radius:50%; background:var(–red); opacity:0.85;
}
.teeth span:nth-child(3n){opacity:0.4;}
.teeth span:nth-child(5n){opacity:0.2;}
/* ———- top bar ———- */
.topbar{
background:var(–ink);
padding:10px 0;
text-align:center;
font-size:0.82rem;
letter-spacing:0.02em;
color:#fff;
}
.topbar strong{color:#ff6b7a;}
/* ———- hero ———- */
.hero{
padding:56px 0 48px;
position:relative;
background:var(–bg-soft);
}
.hero .wrap{
display:grid;
grid-template-columns:1.05fr 1fr;
gap:56px;
align-items:center;
}
.hero h1{
font-size:clamp(2rem, 4vw, 3rem);
line-height:1.14;
margin:14px 0 18px;
}
.hero h1 em{
font-style:normal;
color:var(–red);
}
.hero p.sub{
color:var(–ink-dim);
font-size:1.05rem;
max-width:46ch;
margin-bottom:26px;
}
.stars{
display:inline-flex; gap:3px; color:var(–gold); font-size:1rem;
}
.rating-line{
display:flex; align-items:center; gap:10px; margin-bottom:22px;
font-size:0.9rem; color:var(–ink-dim);
}
.price-row{
display:flex; align-items:baseline; gap:14px; margin-bottom:26px;
}
.price-now{font-family:’Poppins’,sans-serif; font-size:2.1rem; color:var(–red); font-weight:800;}
.price-was{text-decoration:line-through; color:var(–ink-dim); font-size:1.1rem;}
.price-off{
background:var(–red-tint); color:var(–red); font-weight:700; font-size:0.75rem;
padding:5px 10px; letter-spacing:0.02em; border-radius:var(–radius-pill);
}
.cta{
display:inline-flex; align-items:center; gap:10px;
background:var(–red); color:#fff;
font-weight:700; font-size:0.95rem; letter-spacing:0.01em;
padding:16px 32px; text-decoration:none;
border:none; cursor:pointer; border-radius:var(–radius-pill);
box-shadow:var(–shadow);
transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.cta:hover{background:var(–red-dark); transform:translateY(-1px); box-shadow:var(–shadow-lg);}
.cta.ghost{
background:#fff; color:var(–ink); border:1.5px solid var(–line);
box-shadow:none;
}
.cta.ghost:hover{background:var(–bg-soft); border-color:var(–ink-dim);}
.cta-row{display:flex; gap:14px; flex-wrap:wrap;}
.trust-mini{
display:flex; gap:22px; margin-top:26px; flex-wrap:wrap;
font-size:0.78rem; color:var(–ink-dim); letter-spacing:0.01em;
}
.trust-mini span{display:flex; align-items:center; gap:6px;}
.dot{width:5px; height:5px; background:var(–red); border-radius:50%;}
.hero-media{
position:relative;
border-radius:var(–radius);
background:#fff;
padding:10px;
box-shadow:var(–shadow-lg);
overflow:hidden;
}
.hero-media video{width:100%; display:block; border-radius:calc(var(–radius) – 6px);}
.hero-media .tag{
position:absolute; top:22px; left:22px;
background:#fff; border:none;
color:var(–red); font-size:0.7rem; letter-spacing:0.06em;
text-transform:uppercase; padding:7px 14px; font-weight:700;
border-radius:var(–radius-pill); box-shadow:var(–shadow);
}
/* ———- section shell ———- */
section{padding:64px 0;}
.section-head{
text-align:center; max-width:640px; margin:0 auto 44px;
}
.section-head h2{
font-size:clamp(1.6rem, 3vw, 2.2rem);
margin:12px 0 10px;
}
.section-head p{color:var(–ink-dim); font-size:1rem;}
/* ———- video gallery ———- */
.video-grid{
display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;
}
.video-card{
border-radius:var(–radius); background:#fff;
overflow:hidden; box-shadow:var(–shadow);
transition:box-shadow .2s ease, transform .2s ease;
}
.video-card:hover{box-shadow:var(–shadow-lg); transform:translateY(-2px);}
.video-card video{width:100%; aspect-ratio:9/16; object-fit:cover; background:#000;}
.video-card .cap{
padding:12px 14px; font-size:0.82rem; color:var(–ink-dim);
display:flex; justify-content:space-between; align-items:center;
}
.video-card .cap .stars{font-size:0.78rem;}
/* ———- features ———- */
.features{
display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
}
.feature{
background:#fff; padding:28px 22px; border-radius:var(–radius);
box-shadow:var(–shadow);
}
.feature .num{
font-family:’Poppins’,sans-serif; color:var(–red); font-size:0.85rem;
letter-spacing:0.06em; font-weight:700;
}
.feature h3{font-size:1.05rem; margin:12px 0 8px; font-weight:700;}
.feature p{font-size:0.88rem; color:var(–ink-dim);}
/* ———- reviews ———- */
.review-summary{
display:flex; align-items:center; gap:26px; justify-content:center;
margin-bottom:40px; flex-wrap:wrap;
}
.review-score{
font-family:’Poppins’,sans-serif; font-size:3rem; color:var(–red); font-weight:800;
}
.review-summary-text{font-size:0.85rem; color:var(–ink-dim);}
.reviews-grid{
display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;
}
.review-card{
border-radius:var(–radius); padding:24px; background:#fff;
box-shadow:var(–shadow);
transition:box-shadow .2s ease, transform .2s ease;
}
.review-card:hover{box-shadow:var(–shadow-lg); transform:translateY(-2px);}
.review-card .stars{margin-bottom:10px;}
.review-card p{font-size:0.92rem; color:var(–ink); margin-bottom:16px;}
.review-card .who{
display:flex; justify-content:space-between; align-items:center;
font-size:0.78rem; color:var(–ink-dim); border-top:1px solid var(–line); padding-top:12px;
}
.verified{color:var(–red); font-weight:700;}
/* ———- guarantee band ———- */
.band{
background:var(–bg-soft);
}
.band .wrap{
display:grid; grid-template-columns:repeat(3,1fr); gap:24px; text-align:center; padding:40px 24px;
}
.band h4{font-size:1rem; margin-bottom:6px;}
.band p{font-size:0.85rem; color:var(–ink-dim);}
/* ———- final cta ———- */
.final-cta{text-align:center;}
.final-cta h2{font-size:clamp(1.7rem,3.4vw,2.4rem); margin:14px 0 16px;}
.final-cta p{color:var(–ink-dim); max-width:52ch; margin:0 auto 30px;}
footer{
padding:34px 0; text-align:center; font-size:0.78rem; color:var(–ink-dim);
border-top:1px solid var(–line);
}
/* ———- sticky buy bar ———- */
.sticky-bar{
position:fixed; bottom:0; left:0; right:0;
background:#fff; border-top:1px solid var(–line);
padding:12px 20px; display:flex; align-items:center; justify-content:space-between;
gap:16px; z-index:60; transform:translateY(110%); transition:transform .3s ease;
box-shadow:0 -6px 20px rgba(0,0,0,0.08);
}
.sticky-bar.show{transform:translateY(0);}
.sticky-bar .left{display:flex; align-items:center; gap:12px; font-size:0.88rem;}
.sticky-bar .price-now{font-size:1.2rem;}
/* ———- social proof popup ———- */
.proof-toast{
position:fixed; left:18px; bottom:18px; z-index:70;
background:#fff; border:1px solid var(–line);
border-left:4px solid var(–red);
padding:12px 16px; display:flex; gap:12px; align-items:center;
max-width:300px; box-shadow:var(–shadow-lg);
border-radius:var(–radius);
opacity:0; transform:translateY(12px);
transition:opacity .35s ease, transform .35s ease;
pointer-events:none;
}
.proof-toast.show{opacity:1; transform:translateY(0);}
.proof-toast .avatar{
width:34px; height:34px; border-radius:50%;
background:var(–red); color:#fff; font-weight:800;
display:flex; align-items:center; justify-content:center; font-size:0.85rem;
flex-shrink:0;
}
.proof-toast .txt{font-size:0.8rem; line-height:1.4; color:var(–ink-dim);}
.proof-toast .txt b{color:var(–ink);}
.proof-toast .txt .meta{color:var(–ink-dim); font-size:0.72rem; display:flex; gap:6px; align-items:center; margin-top:2px;}
.proof-toast .meta .stars{font-size:0.68rem;}
/* ———- product photo sections ———- */
.specs{
display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center;
}
.specs .shots{
display:grid; grid-template-columns:1fr 1fr; gap:14px;
}
.specs .shots img{
width:100%; border-radius:var(–radius); background:#fff; box-shadow:var(–shadow);
}
.specs .copy h2{margin-bottom:14px;}
.specs .copy p.lead{color:var(–ink-dim); margin-bottom:22px;}
.spec-list{list-style:none;}
.spec-list li{
display:flex; gap:14px; padding:14px 0; border-top:1px solid var(–line);
}
.spec-list li:last-child{border-bottom:1px solid var(–line);}
.spec-list .tag2{
font-family:’Poppins’,sans-serif; color:var(–red); font-size:0.9rem;
min-width:150px; flex-shrink:0; font-weight:600;
}
.spec-list .desc{font-size:0.88rem; color:var(–ink-dim);}
.spec-list .desc b{color:var(–ink); font-weight:700;}
.transform{
text-align:center;
}
.transform img{
max-width:560px; margin:0 auto; border-radius:var(–radius); box-shadow:var(–shadow-lg);
}
.color-strip{
display:flex; align-items:center; gap:16px; margin-top:20px;
}
.color-strip img{
width:64px; height:64px; object-fit:cover; border:2px solid #fff;
border-radius:50%; box-shadow:var(–shadow);
}
.color-strip .txt{font-size:0.82rem; color:var(–ink-dim);}
.color-strip .swatches{display:flex; gap:8px; margin-top:6px;}
.swatch{
width:16px; height:16px; border-radius:50%; border:1px solid var(–line);
}
.swatch.black{background:#1a1a1a;}
.swatch.white{background:#ffffff;}
@media(max-width:900px){
.specs{grid-template-columns:1fr;}
}
@media(max-width:900px){
.hero{padding:36px 0 32px;}
.hero .wrap{grid-template-columns:1fr; gap:32px;}
.hero-media{order:-1;}
.video-grid{grid-template-columns:repeat(3,1fr); gap:10px;}
.features{grid-template-columns:repeat(2,1fr);}
.reviews-grid{grid-template-columns:1fr;}
.band .wrap{grid-template-columns:1fr; padding:32px 20px;}
.proof-toast{max-width:230px; left:10px; bottom:74px; padding:10px 12px;}
section{padding:44px 0;}
}
@media(max-width:520px){
.video-grid{grid-template-columns:repeat(2,1fr);}
.price-now{font-size:1.7rem;}
.cta{width:100%; justify-content:center;}
.cta-row{flex-direction:column;}
}
@media(prefers-reduced-motion: reduce){
*{transition:none !important;}
}
๐ฅ Limited Stock โ Free US Shipping ยท 30-Day Money-Back Guarantee
Salon-Grade ยท Cordless ยท Travel Ready
Sleek, straight or curled โ one comb, sixty seconds.
The Straightening Hair Comb is a portable 2-in-1 flat iron & curler that glides through hair like a brush and shapes it like a professional iron. No salon, no wait, no tangled cords.
โ
โ
โ
โ
โ
4.8 out of 5 โ based on 612 verified orders
$14.00
$27.99
50% OFF
Ships within 24 hours
30-day money-back guarantee
2,000+ happy customers
Available in two finishes
Watch it in action
Real Results
See the comb work, from three angles
No filters โ just the flat iron and curler doing their job.
Straightening demoโ
โ
โ
โ
โ
Curling in secondsโ
โ
โ
โ
โ
Unboxing & first lookโ
โ
โ
โ
โ
Real Specs
Dial in the exact heat your hair needs
A built-in LED screen shows live temperature and battery level, so you’re never guessing. At 7.48in (19cm), it’s sized to reach every section without feeling bulky.
-
140ยฐCโ160ยฐC
285ยฐFโ320ยฐF
Thin, fine or bleached hair โ lowest setting to avoid over-processing delicate strands.
-
160ยฐCโ180ยฐC
320ยฐFโ350ยฐF
Normal or slightly curly hair โ the everyday setting most customers use.
-
180ยฐCโ200ยฐC
350ยฐFโ375ยฐF
Thick, curly or wavy hair โ highest setting for stubborn texture.
Why It Works
Built to replace three tools with one
01
2-in-1 Styling
Switch between straightening and curling with the same comb โ no swapping tools.
02
Cordless & Portable
USB rechargeable, fits in any bag. Style your hair anywhere, anytime.
03
Even Heat, No Damage
Ceramic-coated teeth distribute heat evenly to protect hair from burning.
04
60-Second Styling
Comb once through each section โ sleek, salon-finished hair in under a minute.
4.8
โ
โ
โ
โ
โ
612 verified reviews ยท 94% recommend this product
โ
โ
โ
โ
โ
“So easy to use โ it works just like brushing your hair, and it comes out straight. I used to book a blowout every week, now I do it at home in five minutes.”
Ashley M. โ Austin, TXโ Verified Buyer
โ
โ
โ
โ
โ
“Got this for my daughter’s prom. The curls held all night and the cordless battery lasted through both our hair. Worth every penny.
Jessica T. โ Columbus, OHโ Verified Buyer
โ
โ
โ
โ
โ
“Build quality is great and it arrived faster than expected. Takes a little practice to get the curls perfect, but overall really happy with it.”
Megan R. โ Denver, COโ Verified Buyer
โ
โ
โ
โ
โ
“Perfect for travel โ it’s small enough to fit in my carry-on. Heat is even across the whole comb, no burnt sections. Highly recommend.
Sarah K. โ Seattle, WAโ Verified Buyer
โ
โ
โ
โ
โ
“I was skeptical since it’s a comb and not a flat iron, but it’s honestly better โ no snagging or pulling. Matches the demo videos exactly.
Brianna L. โ Charlotte, NCโ Verified Buyer
โ
โ
โ
โ
โ
“Bought this as a gift for my mom โ she loves how light it is and how fast it heats up. Already ordering a second one for myself.
Emily D. โ Phoenix, AZโ Verified Buyer
๐ Secure Checkout
All major cards and PayPal accepted, encrypted end-to-end.
๐ 30-Day Money-Back Guarantee
Not happy with it? Return it within 30 days for a full refund.
๐ Free US Shipping
Delivered across the US within 3โ5 business days.
Limited Time Price
Get salon-straight or curled hair, without leaving home
Join 2,000+ customers who’ve made the Straightening Hair Comb part of their everyday routine.
$14.00
$27.99
50% OFF
Shop Now โ Free Shipping
โ
โ
โ
โ
โ
Straightening Hair Comb
$14.00
Shop Now
A
Ayesha from Lahore just purchased
โ
โ
โ
โ
โ
10 minutes ago
// Sticky buy bar: show after hero is scrolled past
const stickyBar = document.getElementById(‘stickyBar’);
const heroSection = document.querySelector(‘.hero’);
window.addEventListener(‘scroll’, () => {
const heroBottom = heroSection.getBoundingClientRect().bottom;
stickyBar.classList.toggle(‘show’, heroBottom toast.classList.remove(‘show’), 4500);
}
setTimeout(showProof, 2000);
setInterval(showProof, 9000);