{"product_id":"combmist-5-in-1-hair-brush","title":"CombMist™ 5-in-1 Hair Brush","description":"\u003cstyle\u003e\n.g8-hair-straightener-root, .g8-hair-straightener-root * { box-sizing: border-box; }\n.g8-hair-straightener-root {\n  --g8hs-red: #ffb502;\n  --g8hs-dark: #003c96;\n  --g8hs-teal: #0052cc;\n  --g8hs-cream: #fff8e6;\n  --g8hs-offwhite: #f6f9ff;\n  max-width: 720px;\n  margin: 0 auto;\n  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  color: #333333;\n  background: #ffffff;\n  overflow-x: hidden;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* shared heading \/ text utilities *\/\n.g8-hair-straightener-h2 {\n  font-size: 18px;\n  font-weight: 800;\n  line-height: 1.3;\n  margin: 0 0 18px;\n  color: var(--g8hs-dark);\n  text-align: center;\n}\n.g8-hair-straightener-section { padding: 28px 16px; }\n.g8-hair-straightener-section--tight { padding: 0; }\n.g8-hair-straightener-bg-white { background: #ffffff; }\n.g8-hair-straightener-bg-cream { background: var(--g8hs-cream); }\n.g8-hair-straightener-bg-offwhite { background: var(--g8hs-offwhite); }\n.g8-hair-straightener-bg-teal { background: var(--g8hs-teal); }\n\n\/* ===== benefit pills + discount banner (marketing content from main product section) ===== *\/\n.g8-hair-straightener-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: center;\n  padding: 8px 16px 4px;\n  background: #ffffff;\n}\n.g8-hair-straightener-pill {\n  background: var(--g8hs-cream);\n  color: #0052cc;\n  border: 1px solid rgba(255,181,2,.45);\n  border-radius: 40px;\n  padding: 8px 14px;\n  font-size: 13px;\n  font-weight: 600;\n  margin: 0;\n  white-space: nowrap;\n}\n.g8-hair-straightener-discount {\n  position: relative;\n  background: linear-gradient(135deg, #ffb502, #ffd24d 60%, #ffe580 100%);\n  color: #1a1a1a;\n  font-weight: 800;\n  font-size: 15px;\n  text-align: center;\n  padding: 16px 18px;\n  border-radius: 20px;\n  max-width: 600px;\n  margin: 16px auto 6px;\n  letter-spacing: .3px;\n  overflow: hidden;\n  animation: g8-hair-straightener-bounce 1.2s infinite;\n}\n.g8-hair-straightener-discount-tag {\n  background: rgba(0,0,0,.75);\n  color: #ffb502;\n  padding: 4px 10px;\n  border-radius: 10px;\n  margin: 0 3px;\n  font-weight: 900;\n  display: inline-block;\n}\n.g8-hair-straightener-discount::after {\n  content: \"\";\n  position: absolute;\n  top: 0; left: -120%;\n  width: 45%; height: 100%;\n  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);\n  transform: skewX(-25deg);\n  animation: g8-hair-straightener-shine 3.5s infinite;\n}\n@keyframes g8-hair-straightener-shine { 0% { left: -120%; } 65% { left: 120%; } 100% { left: 120%; } }\n@keyframes g8-hair-straightener-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }\n\n\/* ===== horizontal marquee ticker ===== *\/\n.g8-hair-straightener-ticker {\n  overflow: hidden;\n  background: var(--g8hs-cream);\n  border-top: 1px solid rgba(255,181,2,.45);\n  border-bottom: 1px solid rgba(255,181,2,.45);\n  padding: 11px 0;\n}\n.g8-hair-straightener-ticker__track {\n  display: flex;\n  width: max-content;\n  animation: g8-hair-straightener-marquee 24s linear infinite;\n}\n.g8-hair-straightener-ticker__group {\n  display: flex;\n  flex-shrink: 0;\n  gap: 44px;\n  padding-right: 44px;\n}\n.g8-hair-straightener-ticker__item {\n  color: #0052cc;\n  font-size: 15px;\n  font-weight: 600;\n  white-space: nowrap;\n  margin: 0;\n}\n@keyframes g8-hair-straightener-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n\/* ===== image slider (portrait video slides, scroll-snap) ===== *\/\n.g8-hair-straightener-slider-wrap { padding: 28px 0 24px; background: #ffffff; }\n.g8-hair-straightener-slider {\n  display: flex;\n  gap: 10px;\n  overflow-x: auto;\n  overflow-y: hidden;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n  padding: 0 16px 6px;\n  scrollbar-width: none;\n}\n.g8-hair-straightener-slider::-webkit-scrollbar { display: none; }\n.g8-hair-straightener-slide {\n  flex: 0 0 auto;\n  width: 85vw;\n  max-width: 300px;\n  aspect-ratio: 1 \/ 1.7762;\n  scroll-snap-align: center;\n  overflow: hidden;\n  background: #000000;\n}\n.g8-hair-straightener-slide__video { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n\/* ===== accordion (details\/summary) ===== *\/\n.g8-hair-straightener-accordion-wrap { padding: 4px 16px 8px; }\n.g8-hair-straightener-accordion { border-top: 1px solid #eef2ff; }\n.g8-hair-straightener-accordion:last-child { border-bottom: 1px solid #eef2ff; }\n.g8-hair-straightener-accordion__summary {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  padding: 16px 2px;\n  cursor: pointer;\n  list-style: none;\n  font-weight: 700;\n  font-size: 16px;\n  color: var(--g8hs-dark);\n}\n.g8-hair-straightener-accordion__summary::-webkit-details-marker { display: none; }\n.g8-hair-straightener-accordion__icon {\n  width: 11px;\n  height: 7px;\n  flex-shrink: 0;\n  transition: transform .2s ease;\n  color: var(--g8hs-dark);\n}\n.g8-hair-straightener-accordion[open] .g8-hair-straightener-accordion__icon { transform: rotate(180deg); }\n.g8-hair-straightener-accordion__body { padding: 0 2px 18px; font-size: 14px; line-height: 1.75; color: #333333; }\n.g8-hair-straightener-accordion__line { margin: 0 0 7px; }\n\n\/* ===== image with text ===== *\/\n.g8-hair-straightener-iwt { margin: 12px 0 0; }\n.g8-hair-straightener-iwt__media { width: 100%; margin: 0 0 12px; }\n.g8-hair-straightener-iwt__img { width: 100%; height: auto; display: block; }\n.g8-hair-straightener-iwt__panel { padding: 0 16px 4px; }\n.g8-hair-straightener-iwt__subtitle { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.6; color: #1a1a1a; }\n.g8-hair-straightener-iwt__body { margin: 0; font-size: 16px; line-height: 1.6; color: #333333; }\n\n\/* ===== statistics grid ===== *\/\n.g8-hair-straightener-stats { padding: 24px 16px 40px; background: linear-gradient(160deg,#fffdf8,#f6f9ff); }\n.g8-hair-straightener-stats__grid { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 600px; margin: 0 auto; }\n.g8-hair-straightener-stats__card {\n  background: linear-gradient(160deg, #0052cc, #003c96);\n  border-top: 2px solid #ffb502;\n  border-radius: 12px;\n  padding: 22px 20px;\n  box-shadow: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -1px rgba(0,0,0,.03);\n}\n.g8-hair-straightener-stats__title { font-size: 17px; font-weight: 700; margin: 0 0 10px; color: #ffffff; }\n.g8-hair-straightener-stats__text { font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.6; margin: 0 0 18px; }\n.g8-hair-straightener-stats__text-num { font-weight: 700; color: #ffd05e; }\n.g8-hair-straightener-stats__bar-row { display: flex; align-items: center; gap: 14px; }\n.g8-hair-straightener-stats__track { flex-grow: 1; height: 12px; border-radius: 30px; background: rgba(255,255,255,.25); overflow: hidden; }\n.g8-hair-straightener-stats__fill {\n  height: 100%;\n  border-radius: 30px;\n  background: linear-gradient(90deg, #ffb502, #ffd24d 60%, #ffe580 100%);\n}\n.g8-hair-straightener-stats__value { font-weight: 700; color: #ffffff; min-width: 3rem; text-align: right; font-size: 14px; }\n\n\/* ===== before \/ after comparison slider ===== *\/\n.g8-hair-straightener-cmp-wrap { padding: 26px 16px; background: #ffffff; }\n.g8-hair-straightener-cmp {\n  position: relative;\n  max-width: 420px;\n  margin: 0 auto;\n  aspect-ratio: 1 \/ 1;\n  overflow: hidden;\n  border-radius: 4px;\n  touch-action: pan-y;\n}\n.g8-hair-straightener-cmp__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n.g8-hair-straightener-cmp__before { clip-path: inset(0 50% 0 0); }\n.g8-hair-straightener-cmp__handle {\n  position: absolute;\n  top: 0; bottom: 0;\n  left: 50%;\n  width: 3px;\n  background: #ffffff;\n  transform: translateX(-50%);\n  pointer-events: none;\n  z-index: 3;\n}\n.g8-hair-straightener-cmp__label {\n  position: absolute;\n  top: 12px;\n  z-index: 4;\n  background: var(--g8hs-dark);\n  color: #ffffff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .06em;\n  padding: 6px 14px;\n  border-radius: 30px;\n  text-transform: uppercase;\n  margin: 0;\n}\n.g8-hair-straightener-cmp__label--before { left: 12px; }\n.g8-hair-straightener-cmp__label--after { right: 12px; }\n.g8-hair-straightener-cmp__range {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  margin: 0;\n  opacity: 0;\n  cursor: ew-resize;\n  z-index: 5;\n  -webkit-appearance: none;\n  appearance: none;\n}\n\n\/* ===== wave transition band ===== *\/\n.g8-hair-straightener-wave { display: block; width: 100%; height: 34px; }\n\n\/* ===== product comparison table ===== *\/\n\/* ===== FAQ ===== *\/\n.g8-hair-straightener-faq-wrap { padding: 30px 16px 10px; background: #ffffff; }\n.g8-hair-straightener-faq-heading {\n  display: inline-block;\n  border-bottom: 4px solid var(--g8hs-red);\n  padding-bottom: 6px;\n  margin: 0 0 6px;\n}\n.g8-hair-straightener-faq-heading-wrap { text-align: left; margin-bottom: 16px; }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.g8-hair-straightener-pcomp{\n  background:#0052cc;\n  padding:32px 16px;\n}\n.g8-hair-straightener-pcomp__heading{\n  margin:0 0 20px;\n  text-align:center;\n  color:#ffffff;\n  font-size:22px;\n  font-weight:700;\n}\n.g8-hair-straightener-pcomp__table{\n  display:grid;\n  grid-template-columns:auto 1fr 1fr;\n  gap:0 6px;\n  max-width:520px;\n  margin:0 auto;\n}\n.g8-hair-straightener-pcomp__colhead{\n  padding:0 4px 10px;\n  text-align:center;\n  font-size:14px;\n  font-weight:700;\n  color:#1a1a1a;\n}\n.g8-hair-straightener-pcomp__colhead--label{visibility:hidden;}\n.g8-hair-straightener-pcomp__colhead--main{\n  background:#ffb502;\n  border-radius:10px 10px 0 0;\n  padding-top:10px;\n  color:#1a1a1a;\n}\n.g8-hair-straightener-pcomp__colhead--other{\n  background:#0052cc;\n  border-radius:10px 10px 0 0;\n  padding-top:10px;\n  color:#ffffff;\n}\n.g8-hair-straightener-pcomp__label{\n  display:flex;\n  align-items:center;\n  justify-content:flex-end;\n  text-align:right;\n  padding:10px 8px;\n  font-size:11px;\n  font-weight:600;\n  color:#ffffff;\n  border-bottom:1px dashed rgba(255,255,255,.35);\n}\n.g8-hair-straightener-pcomp__cell{\n  display:flex;\n  align-items:center;\n  gap:6px;\n  padding:10px 8px;\n  font-size:12px;\n  line-height:1.3;\n  border-bottom:1px dashed #0052cc;\n}\n.g8-hair-straightener-pcomp__cell--main{background:#ffffff;color:#1a1a1a;}\n.g8-hair-straightener-pcomp__cell--other{background:#f6f9ff;color:#1a1a1a;}\n.g8-hair-straightener-pcomp__label:last-of-type{border-bottom:none;}\n.g8-hair-straightener-pcomp__cell--main:last-of-type{border-bottom:none;border-radius:0 0 10px 10px;}\n.g8-hair-straightener-pcomp__cell--other:last-of-type{border-bottom:none;border-radius:0 0 10px 10px;}\n.g8-hair-straightener-pcomp__icon{width:15px;height:15px;flex-shrink:0;}\n.g8-hair-straightener-pcomp__label{font-size:13px;}\n.g8-hair-straightener-pcomp__cell{font-size:14px;}\n.g8-hair-straightener-pcomp{padding-top:8px!important;padding-bottom:8px!important;}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\/*G8-MOBILE-CANON*\/\n.g8-hair-straightener-slider{display:flex!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:0 16px 6px!important;scroll-padding-left:16px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;margin:0 0 12px!important;width:auto!important;}\n.g8-hair-straightener-slider::-webkit-scrollbar{display:none!important;}\n.g8-hair-straightener-slide{flex:0 0 267px!important;max-width:80vw!important;min-width:0!important;width:auto!important;aspect-ratio:9\/16!important;height:auto!important;border-radius:14px!important;overflow:hidden!important;background:#000!important;scroll-snap-align:start!important;box-shadow:0 2px 10px rgba(0,0,0,.08)!important;margin:0!important;padding:0!important;position:relative!important;}\n.g8-hair-straightener-slide video,.g8-hair-straightener-slide img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;margin:0!important;border-radius:0!important;}\n.g8-hair-straightener-root{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}\n@media (min-width:750px){.g8-hair-straightener-root{max-width:720px!important;margin-left:auto!important;margin-right:auto!important;}}\n.g8-hair-straightener-root \u003e div,.g8-hair-straightener-root \u003e section{margin-top:0!important;margin-bottom:8px!important;}\n.g8-hair-straightener-root \u003e div:not([class*=\"iwt\"]):not([class*=\"imgtext\"]):not([class*=\"offerbanner\"]):not([class*=\"discount\"]):not([class*=\"ticker\"]):not([class*=\"promo\"]),.g8-hair-straightener-root \u003e section:not([class*=\"iwt\"]):not([class*=\"imgtext\"]){padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-root [class*=\"pills\"],.g8-hair-straightener-root [class*=\"benefits\"]{justify-content:flex-start!important;padding-left:16px!important;padding-right:16px!important;}\n.g8-hair-straightener-root table{width:100%!important;max-width:none!important;margin:0!important;border-collapse:collapse!important;table-layout:auto!important;}\n.g8-hair-straightener-root th,.g8-hair-straightener-root td{word-break:keep-all!important;overflow-wrap:normal!important;overflow:hidden!important;}\n.g8-hair-straightener-root th{white-space:normal!important;font-size:14px!important;}\n.g8-hair-straightener-root .table-scroller{width:100%!important;margin:0!important;padding:0!important;}\n.g8-hair-straightener-root [class*=\"compare-wrap\"],.g8-hair-straightener-root [class*=\"compare-scroll\"],.g8-hair-straightener-root [class*=\"table-wrap\"],.g8-hair-straightener-root [class*=\"comparison-contain\"]{padding:0!important;display:block!important;width:auto!important;max-width:none!important;margin:0 0 8px!important;background:none!important;}\n.g8-hair-straightener-root td svg,.g8-hair-straightener-root td img,.g8-hair-straightener-root th svg,.g8-hair-straightener-root th img{display:inline-block!important;vertical-align:middle!important;width:20px!important;height:20px!important;margin:0 6px 0 0!important;float:none!important;}\n.g8-insoles-cslider,.g8-pet-grooming-kit-compare-stage,.g8-hair-straightener-cmp{overflow:hidden!important;position:relative!important;}\n.g8-insoles-cslider *,.g8-pet-grooming-kit-compare-stage *,.g8-hair-straightener-cmp *{margin:0!important;}\n.g8-insoles-cslider img,.g8-pet-grooming-kit-compare-stage img,.g8-hair-straightener-cmp img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;max-width:none!important;}\n.g8-hair-straightener-root [class*=\"pcomp__cell\"] span,.g8-hair-straightener-root [class*=\"pcomp__label\"]{word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;}\n.g8-hair-straightener-root span{margin-top:0!important;margin-bottom:0!important;}\n.g8-hair-straightener-pcomp__row,.g8-hair-straightener-pcomp__cell,.g8-hair-straightener-pcomp__label,.g8-hair-straightener-pcomp__colhead{margin:0!important;}\n.g8-hair-straightener-pcomp__cell,.g8-hair-straightener-pcomp__label{padding:8px!important;}\n.g8-hair-straightener-pcomp__cell span,.g8-hair-straightener-pcomp__label{word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;}\n.g8-insoles-waveedge{display:none!important;}\n.g8-hair-straightener-offerbanner{background:linear-gradient(145deg,#ffb502 0%,#ffd24d 60%,#ffe580 100%)!important;color:#1a1a1a!important;font-size:15px!important;font-weight:800!important;text-align:center!important;white-space:normal!important;text-wrap:balance!important;overflow:visible!important;line-height:1.45!important;padding:11px 10px!important;border-radius:12px!important;margin:0 16px 12px!important;box-shadow:0 4px 14px rgba(255,181,2,.35)!important;display:block!important;}\n.g8-hair-straightener-offerbanner span{background:rgba(0,0,0,.78)!important;color:#ffb502!important;padding:2px 8px!important;border-radius:8px!important;}\n.g8-hair-straightener-pcomp__heading{color:#ffffff!important;text-align:center!important;padding-top:14px!important;}\n.g8-hair-straightener-ticker,.g8-hair-straightener-wave{padding-top:4px!important;padding-bottom:4px!important;min-height:0!important;height:auto!important;display:flex!important;align-items:center!important;overflow:hidden!important;}\n.g8-hair-straightener-ticker p,.g8-hair-straightener-wave p{margin:0!important;}\n.g8-hair-straightener-ticker__item,.g8-hair-straightener-ticker-item,.g8-hair-straightener-wave__item,.g8-hair-straightener-wave-item{margin:0!important;padding-top:2px!important;padding-bottom:2px!important;line-height:1.3!important;height:auto!important;min-height:0!important;}\n.g8-hair-straightener-ticker__track,.g8-hair-straightener-ticker-track,.g8-hair-straightener-wave__track,.g8-hair-straightener-wave-track{margin:0!important;display:flex!important;align-items:center!important;}\np.g8-hair-straightener-ticker__item,p.g8-hair-straightener-ticker-item,p.g8-hair-straightener-wave__item,p.g8-hair-straightener-wave-item,.g8-hair-straightener-ticker__track p,.g8-hair-straightener-ticker-track p,.g8-hair-straightener-wave__track p,.g8-hair-straightener-wave-track p{margin:0!important;}\n.g8-hair-straightener-pcomp{background:#1a1a1a!important;padding-left:0!important;padding-right:6px!important;}\n.g8-hair-straightener-root div:has(.g8-hair-straightener-pcomp),.g8-hair-straightener-root section:has(.g8-hair-straightener-pcomp){padding-left:0!important;padding-right:0!important;background:none!important;}\n.g8-hair-straightener-pcomp__label{border-bottom-color:rgba(255,255,255,.35)!important;line-height:1.35!important;}\n.g8-hair-straightener-pcomp__table{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:560px!important;}\n.g8-hair-straightener-pcomp__cell span{line-height:1.4!important;}\n.g8-hair-straightener-root [class*=\"__icon\"],.g8-hair-straightener-root [class*=\"__check\"],.g8-hair-straightener-root [class*=\"__x\"],.g8-hair-straightener-root [class*=\"-icon\"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;margin:0 6px 0 0!important;flex-shrink:0!important;float:none!important;}\n.g8-hair-straightener-root td,.g8-hair-straightener-root th{vertical-align:middle!important;text-align:left!important;padding:10px 8px!important;font-size:14px!important;line-height:1.4!important;}\n.g8-hair-straightener-cmptable__grid{width:100%!important;display:grid!important;grid-template-columns:1.6fr 1fr 1fr!important;gap:0!important;}\n.g8-hair-straightener-cmptable{width:auto!important;margin:0 16px!important;}\n.g8-hair-straightener-cmptable__label{justify-content:flex-start!important;text-align:left!important;font-size:14px!important;padding:10px 8px!important;}\n.g8-hair-straightener-cmptable__cell{font-size:14px!important;padding:10px!important;}\n.g8-hair-straightener-cmptable__headcell{padding:10px 6px!important;}\n.g8-hair-straightener-root \u003e svg{display:none!important;}\n.g8-hair-straightener-root h1,.g8-hair-straightener-root h2,.g8-hair-straightener-root h3,.g8-hair-straightener-root h4,.g8-hair-straightener-root h5,.g8-hair-straightener-root h6{margin:0 0 8px!important;padding-top:0!important;padding-bottom:0!important;line-height:1.35!important;}\n.g8-hair-straightener-root p{margin-top:0!important;margin-bottom:8px!important;}\n.g8-hair-straightener-root p:last-child{margin-bottom:0!important;}\n.g8-hair-straightener-root hr{margin:10px 16px!important;border:none!important;border-top:1px solid #eef2ff!important;height:0!important;padding:0!important;}\n.g8-hair-straightener-root ul,.g8-hair-straightener-root ol{margin:0 0 8px!important;padding-left:20px!important;}\n.g8-hair-straightener-root summary{padding:12px 16px!important;min-height:0!important;line-height:1.4!important;font-size:16px!important;font-weight:600!important;margin:0!important;}\n.g8-hair-straightener-root summary *{margin:0!important;padding:0!important;font-size:16px!important;line-height:1.4!important;}\n.g8-hair-straightener-root details{margin:0!important;}\n.g8-hair-straightener-root details \u003e :not(summary){margin-top:0!important;padding-top:0!important;}\n\n.g8-hair-straightener-root{counter-reset:g8pt;}\n.g8-hair-straightener-iwt{display:flex!important;flex-direction:column!important;background:#ffffff!important;background-image:none!important;border:1px solid #eef2ff!important;border-radius:14px!important;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;padding:0!important;margin:0 16px 14px!important;gap:0!important;overflow:hidden!important;}\n.g8-hair-straightener-iwt__panel{order:-1!important;width:auto!important;box-sizing:border-box!important;background:none!important;background-image:none!important;border:none!important;border-radius:0!important;padding:14px 16px 12px 58px!important;margin:0!important;display:block!important;position:relative!important;min-height:44px!important;}\n.g8-hair-straightener-iwt__panel::before{counter-increment:g8pt;content:counter(g8pt);position:absolute;left:16px;top:13px;width:30px;height:30px;background:linear-gradient(135deg,#0052cc,#3378e0);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;line-height:1;box-shadow:0 0 0 2px #ffb502,0 2px 6px rgba(0,82,204,.35);}\n.g8-hair-straightener-iwt__panel,.g8-hair-straightener-iwt__panel p,.g8-hair-straightener-iwt__panel div,.g8-hair-straightener-iwt__panel span{color:#1a1a1a!important;font-size:16px!important;font-weight:600!important;line-height:1.5!important;text-align:left!important;}\n.g8-hair-straightener-iwt__panel p,.g8-hair-straightener-iwt__panel div{margin:0!important;}\n.g8-hair-straightener-iwt__panel strong{color:#0052cc!important;}\n.g8-hair-straightener-iwt__subtitle{font-size:18px!important;font-weight:700!important;color:#1a1a1a!important;margin:0 0 4px!important;text-align:left!important;}\n.g8-hair-straightener-iwt__media{width:100%!important;max-width:100%!important;aspect-ratio:auto!important;order:0!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:none!important;overflow:visible!important;}\n.g8-hair-straightener-iwt__media img{width:100%!important;height:auto!important;object-fit:contain!important;border:none!important;border-radius:0!important;box-shadow:none!important;display:block!important;margin:0!important;padding:0!important;}\n.g8-hair-straightener-iwt__media video{width:100%!important;height:auto!important;display:block!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;}\n.g8-hair-straightener-slider-wrap{padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-stats{padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-stats__card{padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-cmp-wrap{padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-cmptable{padding-top:8px!important;padding-bottom:8px!important;}\n.g8-hair-straightener-faq-wrap{padding-top:8px!important;}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"g8-hair-straightener-root\"\u003e\n\n  \u003c!-- benefit pills + discount banner (marketing content from main product section, positioned below the buy box) --\u003e\n  \u003cdiv class=\"g8-hair-straightener-slider-wrap\"\u003e\n    \u003ch2 class=\"g8-hair-straightener-h2\"\u003e🪮 Brush \u0026amp; Glow\u003c\/h2\u003e\n    \u003cdiv class=\"g8-hair-straightener-slider\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-slide\"\u003e\n        \u003cvideo class=\"g8-hair-straightener-slide__video\" autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-12.jpg?v=1786375819\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-13.mp4?v=1786375828\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-slide\"\u003e\n        \u003cvideo class=\"g8-hair-straightener-slide__video\" autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-14.jpg?v=1786375833\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-15.mp4?v=1786375843\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-slide\"\u003e\n        \u003cvideo class=\"g8-hair-straightener-slide__video\" autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-16.jpg?v=1786375848\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-17.mp4?v=1786376158\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-slide\"\u003e\n        \u003cvideo class=\"g8-hair-straightener-slide__video\" autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-18.jpg?v=1786375859\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-19.mp4?v=1786376166\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003cdiv class=\"g8-hair-straightener-pills\"\u003e\n    \u003cp class=\"g8-hair-straightener-pill\"\u003e✨ Silky Smooth Hair\u003c\/p\u003e\n    \u003cp class=\"g8-hair-straightener-pill\"\u003e💧 Instant Moisture Boost\u003c\/p\u003e\n    \u003cp class=\"g8-hair-straightener-pill\"\u003e🪮 Tangle-Free Brushing\u003c\/p\u003e\n    \u003cp class=\"g8-hair-straightener-pill\"\u003e🧹 One-Touch Self-Cleaning\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003cdiv class=\"g8-hair-straightener-offerbanner\"\u003e🔥 OFFER: Pay Online and Get \u003cspan\u003e₹50 OFF\u003c\/span\u003e! Use Code: \"PREPAID\"\u003c\/div\u003e\n  \n\n  \u003c!-- section 01: ticker --\u003e\n  \n\n  \u003c!-- section 02a: ticker --\u003e\n  \u003cdiv class=\"g8-hair-straightener-ticker\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-ticker__track\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-ticker__group\"\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e⭐ Salon-Like Results\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e🎒 Travel Friendly\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e💧 Hair Hydration\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e✨ Frizz-Free Shine\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e🌿 Gentle On Hair\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-ticker__group\"\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e⭐ Salon-Like Results\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e🎒 Travel Friendly\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e💧 Hair Hydration\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e✨ Frizz-Free Shine\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-ticker__item\" style=\"margin:0 !important;\"\u003e🌿 Gentle On Hair\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 02b: image_slider \"Brush \u0026 Glow\" --\u003e\n  \n\n  \u003c!-- section 02c: collapsible content (Product Specifications + How To Use) --\u003e\n  \u003cdiv class=\"g8-hair-straightener-accordion-wrap\"\u003e\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003e📋 Product Specifications\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e💎 \u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium ABS Plastic\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e💧 \u003cstrong\u003eMist Technology:\u003c\/strong\u003e Ultra-Fine Hydrating Spray\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🪮 \u003cstrong\u003eFunction:\u003c\/strong\u003e Detangling \u0026amp; Smooth Styling\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e💆 \u003cstrong\u003eScalp Care:\u003c\/strong\u003e Air-Cushion Massage Design\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e⚡ \u003cstrong\u003eTechnology:\u003c\/strong\u003e Anti-Static \u0026amp; Anti-Frizz Control\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🧹 \u003cstrong\u003eCleaning System:\u003c\/strong\u003e One-Touch Self-Cleaning Button\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🔋 \u003cstrong\u003ePower Source:\u003c\/strong\u003e Rechargeable Battery\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e✨ \u003cstrong\u003eHair Compatibility:\u003c\/strong\u003e Suitable for All Hair Types\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🌊 \u003cstrong\u003eUsage:\u003c\/strong\u003e Wet \u0026amp; Dry Hair\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🎒 \u003cstrong\u003eDesign:\u003c\/strong\u003e Lightweight \u0026amp; Travel-Friendly\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e📏 \u003cstrong\u003eSize:\u003c\/strong\u003e 21.7 × 7.8 × 6.2 cm\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e👨‍👩‍👧 \u003cstrong\u003eSuitable For:\u003c\/strong\u003e Women, Men \u0026amp; Kids\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e📦 \u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1× Mist Hair Brush, 1× Charging Cable, 1× User Manual\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003e✨ How To Use\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e💧 \u003cstrong\u003eFill \u0026amp; Prep\u003c\/strong\u003e - Add water to the mist tank.\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🔋 \u003cstrong\u003ePower On\u003c\/strong\u003e - Activate the mist function with one touch.\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🪮 \u003cstrong\u003eBrush Smoothly\u003c\/strong\u003e - Glide through hair to detangle and reduce frizz.\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e💆 \u003cstrong\u003eMassage \u0026amp; Refresh\u003c\/strong\u003e - Enjoy a soothing scalp massage while brushing.\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003e🧹 \u003cstrong\u003eSelf-Clean Instantly\u003c\/strong\u003e - Press the button to remove trapped hair in seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 03: image_with_text --\u003e\n  \u003cdiv class=\"g8-hair-straightener-bg-white\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-iwt\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__media\"\u003e\n        \u003cimg class=\"g8-hair-straightener-iwt__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-20.png?v=1786375871\" alt=\"\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__panel\"\u003e\n        \u003cp class=\"g8-hair-straightener-iwt__subtitle\"\u003e✨ Experience The Difference In Every Brush Stroke\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 04: image_with_text --\u003e\n  \u003cdiv class=\"g8-hair-straightener-bg-cream\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-iwt\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__media\"\u003e\n        \u003cimg class=\"g8-hair-straightener-iwt__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-21.png?v=1786375879\" alt=\"\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__panel\"\u003e\n        \u003cp class=\"g8-hair-straightener-iwt__body\"\u003e💆Transform every brush stroke into nourishing hair care.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 05: image_with_text --\u003e\n  \u003cdiv class=\"g8-hair-straightener-bg-white\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-iwt\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__media\"\u003e\n        \u003cimg class=\"g8-hair-straightener-iwt__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-22.png?v=1786375886\" alt=\"\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-iwt__panel\"\u003e\n        \u003cp class=\"g8-hair-straightener-iwt__body\"\u003e✨ Turn everyday brushing into a complete hair care ritual.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 06: statistics grid --\u003e\n  \u003cdiv class=\"g8-hair-straightener-stats\"\u003e\n    \u003ch2 class=\"g8-hair-straightener-h2\"\u003e🌟 Transform Every Strand\u003c\/h2\u003e\n    \u003cdiv class=\"g8-hair-straightener-stats__grid\"\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-stats__card\"\u003e\n        \u003cp class=\"g8-hair-straightener-stats__title\"\u003e💧 Intense Hydration\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-stats__text\"\u003e\u003cspan class=\"g8-hair-straightener-stats__text-num\"\u003e97%\u003c\/span\u003e felt their hair stayed softer and better hydrated after every use.\u003c\/p\u003e\n        \u003cdiv class=\"g8-hair-straightener-stats__bar-row\"\u003e\n          \u003cdiv class=\"g8-hair-straightener-stats__track\"\u003e\u003cdiv class=\"g8-hair-straightener-stats__fill\" style=\"width:97%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n          \u003cspan class=\"g8-hair-straightener-stats__value\"\u003e97%\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-stats__card\"\u003e\n        \u003cp class=\"g8-hair-straightener-stats__title\"\u003e✨ Smooth \u0026amp; Silky Hair\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-stats__text\"\u003e\u003cspan class=\"g8-hair-straightener-stats__text-num\"\u003e96%\u003c\/span\u003e noticed smoother strands with a healthier, natural-looking shine.\u003c\/p\u003e\n        \u003cdiv class=\"g8-hair-straightener-stats__bar-row\"\u003e\n          \u003cdiv class=\"g8-hair-straightener-stats__track\"\u003e\u003cdiv class=\"g8-hair-straightener-stats__fill\" style=\"width:96%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n          \u003cspan class=\"g8-hair-straightener-stats__value\"\u003e96%\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-stats__card\"\u003e\n        \u003cp class=\"g8-hair-straightener-stats__title\"\u003e🪮 Hassle-Free Detangling\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-stats__text\"\u003e\u003cspan class=\"g8-hair-straightener-stats__text-num\"\u003e98%\u003c\/span\u003e experienced easier brushing with less pulling and fewer tangles.\u003c\/p\u003e\n        \u003cdiv class=\"g8-hair-straightener-stats__bar-row\"\u003e\n          \u003cdiv class=\"g8-hair-straightener-stats__track\"\u003e\u003cdiv class=\"g8-hair-straightener-stats__fill\" style=\"width:98%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n          \u003cspan class=\"g8-hair-straightener-stats__value\"\u003e98%\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-stats__card\"\u003e\n        \u003cp class=\"g8-hair-straightener-stats__title\"\u003e🧹 One-Click Self-Cleaning\u003c\/p\u003e\n        \u003cp class=\"g8-hair-straightener-stats__text\"\u003e\u003cspan class=\"g8-hair-straightener-stats__text-num\"\u003e99%\u003c\/span\u003e preferred the effortless hair removal over ordinary hair brushes\u003c\/p\u003e\n        \u003cdiv class=\"g8-hair-straightener-stats__bar-row\"\u003e\n          \u003cdiv class=\"g8-hair-straightener-stats__track\"\u003e\u003cdiv class=\"g8-hair-straightener-stats__fill\" style=\"width:99%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n          \u003cspan class=\"g8-hair-straightener-stats__value\"\u003e99%\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 07a: comparison slider (before \/ after, interactive) --\u003e\n  \u003cdiv class=\"g8-hair-straightener-cmp-wrap\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-cmp\"\u003e\n      \u003cimg class=\"g8-hair-straightener-cmp__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-24.png?v=1786375900\" alt=\"\" loading=\"lazy\"\u003e\n      \u003cimg class=\"g8-hair-straightener-cmp__img g8-hair-straightener-cmp__before\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/hair-straightener-23.png?v=1786375893\" alt=\"\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-cmp__handle\"\u003e\u003c\/div\u003e\n      \u003cp class=\"g8-hair-straightener-cmp__label g8-hair-straightener-cmp__label--before\"\u003eBefore\u003c\/p\u003e\n      \u003cp class=\"g8-hair-straightener-cmp__label g8-hair-straightener-cmp__label--after\"\u003eAfter\u003c\/p\u003e\n      \u003cinput type=\"range\" class=\"g8-hair-straightener-cmp__range\" min=\"0\" max=\"100\" value=\"50\" aria-label=\"Before and after slider\" oninput=\"var c=this.parentElement; c.querySelector('.g8-hair-straightener-cmp__before').style.clipPath='inset(0 '+(100-this.value)+'% 0 0)'; c.querySelector('.g8-hair-straightener-cmp__handle').style.left=this.value+'%';\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 07b: wave transition into teal comparison table --\u003e\n  \u003csvg class=\"g8-hair-straightener-wave\" viewbox=\"0 24 150 28\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003cpath d=\"M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z\" fill=\"#0052cc\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\n  \u003c!-- section 07c: product comparison table --\u003e\n  \u003cdiv class=\"g8-hair-straightener-pcomp\"\u003e\n    \u003ch2 class=\"g8-hair-straightener-pcomp__heading\"\u003e💎 The Smarter Hair Care Choice\u003c\/h2\u003e\n    \u003cdiv class=\"g8-hair-straightener-pcomp__table\"\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__colhead g8-hair-straightener-pcomp__colhead--label\"\u003eLabels\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__colhead g8-hair-straightener-pcomp__colhead--main\"\u003eCombMist\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__colhead g8-hair-straightener-pcomp__colhead--other\"\u003eOther\u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__label\"\u003eHydrating Mist\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--main\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#22a75c\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 7L8.5 13L5.5 10\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eDeep Moisture Care\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--other\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#ff5a52\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 7L7 13M7 7L13 13\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eNo Hydration\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__label\"\u003eDetangling Power\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--main\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#22a75c\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 7L8.5 13L5.5 10\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eSmooth, Pain-Free Brushing\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--other\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#ff5a52\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 7L7 13M7 7L13 13\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003ePulls \u0026amp; Snags Hair\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__label\"\u003eFrizz Control\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--main\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#22a75c\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 7L8.5 13L5.5 10\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eAnti-Static Technology\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--other\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#ff5a52\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 7L7 13M7 7L13 13\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eCauses Flyaways\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__label\"\u003eSelf-Cleaning\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--main\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#22a75c\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 7L8.5 13L5.5 10\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eOne-Touch Hair Removal\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--other\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#ff5a52\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 7L7 13M7 7L13 13\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eManual Cleaning\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__label\"\u003eScalp Comfort\u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--main\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#22a75c\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 7L8.5 13L5.5 10\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eGentle Massage Bristles\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g8-hair-straightener-pcomp__row g8-hair-straightener-pcomp__cell g8-hair-straightener-pcomp__cell--other\"\u003e\n        \u003csvg class=\"g8-hair-straightener-pcomp__icon\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#ff5a52\"\u003e\u003c\/path\u003e\u003cpath d=\"M13 7L7 13M7 7L13 13\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cspan\u003eBasic Bristles\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \n      \n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- section 07d: wave transition out of teal comparison table --\u003e\n  \u003csvg class=\"g8-hair-straightener-wave\" viewbox=\"0 24 150 28\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"transform: scaleY(-1);\"\u003e\n    \u003cpath d=\"M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z\" fill=\"#0052cc\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\n  \u003c!-- section 07e: FAQ accordion --\u003e\n  \u003cdiv class=\"g8-hair-straightener-faq-wrap\"\u003e\n    \u003cdiv class=\"g8-hair-straightener-faq-heading-wrap\"\u003e\n      \u003ch2 class=\"g8-hair-straightener-h2 g8-hair-straightener-faq-heading\" style=\"text-align:left;\"\u003eFaq's\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003eIs it suitable for all hair types?\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003eYes, it works on straight, curly, thick, and thin hair.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003eCan I use it on wet hair?\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003eYes, it's safe and effective on both wet and dry hair.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003eHow does the mist function help?\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003eIt hydrates hair, reduces frizz, and adds natural shine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"g8-hair-straightener-accordion\"\u003e\n      \u003csummary class=\"g8-hair-straightener-accordion__summary\"\u003e\n        \u003cspan\u003eHow do I clean the brush?\u003c\/span\u003e\n        \u003csvg class=\"g8-hair-straightener-accordion__icon\" viewbox=\"0 0 10 6\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"g8-hair-straightener-accordion__body\"\u003e\n        \u003cp class=\"g8-hair-straightener-accordion__line\"\u003eSimply press the self-clean button to remove trapped hair instantly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Zaavio.co","offers":[{"title":"Default Title","offer_id":53838774174003,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2445\/4687\/files\/combmist-5-in-1-hair-brush-combmist-5-in-1-hair-brush-1253771102.png?v=1786383375","url":"https:\/\/zaavio.co\/products\/combmist-5-in-1-hair-brush","provider":"Zaavio.co","version":"1.0","type":"link"}