{"product_id":"styling-hair-brush","title":"🌀 Defined Curl \u0026 Volume Styling Hair Brush – 3-Side Clumping \u0026 Detangling Brush ✨","description":"\u003cstyle\u003e   .curl-brush-page {     --cb-primary: #7e22ce;     \/* 优雅薰衣草紫 *\/     --cb-accent: #a855f7;      \/* 高光亮紫 *\/     --cb-dark: #18181b;        \/* 极夜曜石深灰黑 *\/     --cb-red: #ba372a;         \/* 高光警示红 *\/     --cb-soft: #faf5ff;        \/* 洁净温润浅粉紫底 *\/     --cb-border: #e9d5ff;      \/* 质感微光薰衣草边框 *\/     --cb-text: #1f2937;     --cb-muted: #4b5563;     --cb-white: #ffffff;      max-width: 760px;     margin: 0 auto;     padding: 10px;     box-sizing: border-box;     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;     color: var(--cb-text);     line-height: 1.65;     background: var(--cb-white);   }    .curl-brush-page * {     box-sizing: border-box;   }    .curl-brush-page h1,   .curl-brush-page h2,   .curl-brush-page h3,   .curl-brush-page p {     margin-top: 0;   }    .curl-brush-page h1 {     margin-bottom: 8px;     font-family: Georgia, 'Times New Roman', serif;     font-size: 24px;     line-height: 1.25;     font-weight: 900;     color: var(--cb-dark);   }    .curl-brush-page h2 {     margin-bottom: 12px;     font-family: Georgia, 'Times New Roman', serif;     font-size: 19.5px;     line-height: 1.35;     font-weight: 800;     color: var(--cb-dark);   }    .curl-brush-page h3 {     margin-bottom: 4px;     font-size: 15px;     line-height: 1.4;     font-weight: 800;     color: var(--cb-primary);   }    .curl-brush-page p {     margin-bottom: 0;     font-size: 13.5px;     line-height: 1.55;     color: var(--cb-muted);   }    .curl-brush-page img {     display: block;     width: 100%;     height: auto;     border-radius: 14px;     box-shadow: 0 4px 14px rgba(126, 34, 206, 0.12);   }    \/* 针对动图进行硬件加速、清晰度抗发虚处理 *\/   .curl-brush-page img[src*='.gif'] {     image-rendering: -webkit-optimize-contrast;     image-rendering: crisp-edges;     transform: translateZ(0);     backface-visibility: hidden;     max-width: 520px;     margin: 0 auto;   }    \/* 顶部 Authentic 信任告示栏 *\/   .cb-usa-trust-bar {     padding: 10px 12px;     background: #fff5f5;     border: 1px solid #feb2b2;     border-radius: 10px;     margin-bottom: 14px;     font-size: 12px;     color: #9b2c2c;     text-align: center;   }    .cb-usa-trust-bar strong {     color: var(--cb-red);   }    \/* 支付微标栏 *\/   .cb-pay-badges {     display: flex;     justify-content: center;     gap: 8px;     flex-wrap: wrap;     margin: 12px 0 16px;   }    .cb-pay-tag {     background: #ffffff;     border: 1px solid #e2e8f0;     border-radius: 6px;     padding: 4px 8px;     font-size: 11px;     font-weight: 800;     color: #334155;   }    \/* 结构布局模块 *\/   .cb-section {     margin-bottom: 26px;   }    .cb-section--soft {     padding: 16px;     background: var(--cb-soft);     border: 1px solid var(--cb-border);     border-radius: 16px;   }    .cb-hero {     padding: 16px 8px;     text-align: center;     background: var(--cb-soft);     border: 1px solid var(--cb-border);     border-radius: 16px;   }    .cb-eyebrow {     display: inline-block;     margin-bottom: 6px;     color: var(--cb-primary);     font-size: 11px;     font-weight: 800;     letter-spacing: 1.5px;     text-transform: uppercase;   }    \/* 核心优势 2列网格卡片 *\/   .cb-benefits-grid {     display: grid;     grid-template-columns: repeat(2, 1fr);     gap: 8px;     margin-top: 14px;   }    .cb-benefit-card {     padding: 12px 10px;     background: var(--cb-white);     border: 1px solid var(--cb-border);     border-radius: 10px;     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);   }    .cb-benefit-card strong {     display: block;     font-size: 13.5px;     color: var(--cb-dark);     margin-bottom: 2px;   }    .cb-benefit-card p {     font-size: 12px;     line-height: 1.4;   }    \/* 发质类型标签池 *\/   .cb-hair-tags {     display: flex;     flex-wrap: wrap;     justify-content: center;     gap: 6px;     margin-top: 12px;   }    .cb-hair-tag {     background: #ffffff;     border: 1px solid var(--cb-border);     padding: 4px 8px;     border-radius: 8px;     font-size: 11.5px;     font-weight: 700;     color: var(--cb-primary);   }    \/* 场景平铺网格 *\/   .cb-zone-grid {     display: grid;     grid-template-columns: repeat(2, 1fr);     gap: 8px;     margin-top: 14px;     text-align: center;   }    .cb-zone-item {     padding: 10px 4px;     background: rgba(255, 255, 255, 0.15) !important;     border: 1px solid rgba(255, 255, 255, 0.25) !important;     border-radius: 8px;     font-size: 12.5px;     font-weight: 700;     color: #ffffff !important;   }    \/* 纵向 4 步定型指南 *\/   .cb-steps-list {     display: grid;     gap: 10px;     margin-top: 14px;   }    .cb-step-row {     display: flex;     align-items: flex-start;     padding: 12px 14px;     background: #ffffff;     border: 1px solid var(--cb-border);     border-radius: 12px;   }    .cb-step-circle {     display: flex;     align-items: center;     justify-content: center;     flex-shrink: 0;     width: 24px;     height: 24px;     margin-right: 12px;     background: var(--cb-primary);     color: #ffffff !important;     font-size: 12px;     font-weight: 800;     border-radius: 50%;     margin-top: 2px;   }    .cb-step-content {     flex: 1;     font-size: 13px;     line-height: 1.5;   }    .cb-step-content strong {     color: var(--cb-dark);   }    \/* ⚙️ 左右工整对齐的技术参数面板 *\/   .cb-table-box {     width: 100%;     margin-top: 14px;     border: 1px solid var(--cb-border);     border-radius: 12px;     overflow: hidden;     background: #ffffff;     border-collapse: separate;     border-spacing: 0;   }    .cb-spec-row {     display: flex;     justify-content: space-between;     align-items: center;     padding: 12px 16px;     font-size: 13px;     border-bottom: 1px solid #f1f5f9;     background: #ffffff;     gap: 12px;     width: 100%;   }    .cb-spec-row:last-child {     border-bottom: none;   }    .cb-spec-row:nth-child(even) {     background: #fafafa;   }    .cb-spec-label {     font-weight: 800;     color: var(--cb-dark);     white-space: nowrap;     text-align: left;   }    .cb-spec-value {     text-align: right;     color: var(--cb-muted);     font-weight: 500;   }    .cb-notice-box {     background: #fff7ed;     border: 1px solid #ffedd5;     border-radius: 12px;     padding: 14px;     font-size: 12.5px;     color: #9a3412;     margin-top: 14px;   }    .cb-notice-box ul {     margin: 6px 0 0 0;     padding-left: 18px;   }    .cb-notice-box li {     margin-bottom: 4px;   }    \/* 3列紧凑信托卡片（内联强化并排） *\/   .cb-compact-trust {     display: flex;     justify-content: space-between;     gap: 8px;     background: #ffffff;     border: 1px solid var(--cb-border);     border-radius: 12px;     padding: 12px 8px;     text-align: center;   }    .cb-trust-item-compact {     flex: 1;   }    .cb-trust-item-compact strong {     display: block;     font-size: 12px;     color: var(--cb-dark);     margin-bottom: 2px;   }    .cb-trust-item-compact p {     font-size: 11px;     color: var(--cb-muted);     line-height: 1.3;     margin: 0;   }    \/* 强转化促单收尾大暗框 *\/   .cb-cta-banner {     padding: 22px 16px;     background: linear-gradient(135deg, var(--cb-dark), #581c87) !important;     border-radius: 12px;     text-align: center;     box-shadow: 0 4px 14px rgba(126, 34, 206, 0.25);   }    .cb-cta-banner h2 {     color: #ffffff !important;     font-size: 16.5px;     margin-bottom: 4px;     font-weight: 800;     letter-spacing: 0.5px;   }    .cb-cta-banner p {     color: #e9d5ff !important;     font-size: 13px;     margin-bottom: 14px;   }    .cb-cta-trust-line {     margin-top: 12px;     padding-top: 12px;     border-top: 1px solid rgba(255, 255, 255, 0.15);     display: flex;     justify-content: center;     gap: 14px;     flex-wrap: wrap;   }    .cb-trust-badge {     display: inline-flex;     align-items: center;     gap: 4px;     font-size: 11.5px !important;     font-weight: 800 !important;     color: #ffffff !important;     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);   }    \/* 底部4列高质感信托徽章 *\/   .cb-trust-grid {     display: grid;     grid-template-columns: repeat(4, 1fr);     gap: 6px;     margin-top: 14px;     text-align: center;   }    .cb-trust-item {     padding: 8px 4px;     background: var(--cb-soft);     border: 1px solid var(--cb-border);     border-radius: 8px;     font-size: 11px;     font-weight: 700;     color: var(--cb-muted);   }    @media (min-width: 600px) {     .cb-benefits-grid { grid-template-columns: repeat(2, 1fr); }   } \u003c\/style\u003e \u003cdiv class=\"curl-brush-page\"\u003e \u003cdiv class=\"cb-usa-trust-bar\"\u003e❤️ \u003cstrong\u003eAUTHENTIC GUARANTEE:\u003c\/strong\u003e Defined Curl \u0026amp; Volume Styling Hair Brush powered by \u003cstrong\u003epovlya\u003c\/strong\u003e! \u003cdiv style=\"margin-top: 4px; font-weight: bold; color: var(--cb-dark);\"\u003e🏆 #1 Curl Clumping \u0026amp; Detangling Brush  |  🏆 30-Day Money-Back Guarantee  |  🔥 99.3% Recommends\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-pay-badges\"\u003e \u003cspan class=\"cb-pay-tag\"\u003e🔒 SSL Secured\u003c\/span\u003e \u003cspan class=\"cb-pay-tag\"\u003e💳 VISA \/ MC\u003c\/span\u003e \u003cspan class=\"cb-pay-tag\"\u003e🅿️ PayPal\u003c\/span\u003e \u003cspan class=\"cb-pay-tag\"\u003e Apple Pay\u003c\/span\u003e \u003cspan class=\"cb-pay-tag\"\u003e⚡ Tracked Delivery\u003c\/span\u003e \u003c\/div\u003e \u003csection class=\"cb-section\"\u003e \u003cdiv class=\"cb-hero\"\u003e \u003cspan class=\"cb-eyebrow\"\u003e🌀 3-SIDE STYLING TEETH • DUAL-LAYER BRISTLES • FAST-DRY VENTED BACK ✨\u003c\/span\u003e \u003ch1\u003eDefine Curls With Less Fuss\u003c\/h1\u003e \u003cdiv style=\"width: 100%; margin: 14px auto; text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/b4cbe0e768ac95eb4381dcda74b57b17_737eb4f4-5136-4e2d-8d76-16807e8f24c2.gif?v=1788339159\" alt=\"Curly hair definition and detangling brush styling animation\" loading=\"eager\"\u003e\u003c\/div\u003e \u003cp style=\"font-size: 14.5px; color: var(--cb-text); font-weight: 500; padding: 0 4px; margin-top: 10px;\"\u003eDetangle, separate, and define bouncy curl clumps in a single glide! Combining multi-edge styling teeth, gentle boar bristles, and rounded nylon pins, this ergonomic brush glides effortlessly through textured hair without snagging or frizz.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e \u003ch2\u003e✨ Effortless Curl Clumping \u0026amp; Pain-Free Detangling 💇♀️\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_4a91eb77-8922-4b30-b1b3-3f6256fa4290.png?v=1788339157\" alt=\"Ergonomic purple curl defining styling brush overview\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cb-benefits-grid\"\u003e \u003cdiv class=\"cb-benefit-card\"\u003e \u003cstrong\u003e🌀 3-Side Styling Teeth\u003c\/strong\u003e \u003cp\u003eOuter side ridges gently separate hair ribbons into uniform, bouncy curl clumps.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cb-benefit-card\"\u003e \u003cstrong\u003e🌿 Mixed Dual Bristles\u003c\/strong\u003e \u003cp\u003eNatural boar bristles smooth down cuticles while flexible nylon pins detangle knots.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cb-benefit-card\"\u003e \u003cstrong\u003e💨 Vented Airflow Back\u003c\/strong\u003e \u003cp\u003eOpen-back design allows blow-dryer air to pass through for 50% faster heat styling.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cb-benefit-card\"\u003e \u003cstrong\u003e🪄 Pointed Sectioning Tail\u003c\/strong\u003e \u003cp\u003eTapered handle doubles as a precision parting tool for effortless hair sectioning.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section cb-section--soft\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e \u003ch2\u003e💨 3-Sided Clumping Ridges \u0026amp; Breathable Airflow\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_37ab0ee5-e094-46cb-90a3-b7ac58339fd1.png?v=1788339157\" alt=\"Three sided styling teeth guiding curly hair strands\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_b43e545a-ad8e-4169-8cd2-ee894a9dbac8.png?v=1788339156\" alt=\"Ventilated hollow brush back supporting quick blow drying\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cp style=\"text-align: center; padding: 0 4px; color: var(--cb-muted);\"\u003eInstead of brushing your curls flat, the grooved outer side teeth catch and divide wet hair into distinct ribbons as it glides through. The hollow vented back prevents heat buildup and speeds up blow-drying routines.\u003c\/p\u003e \u003c\/section\u003e \u003csection class=\"cb-section\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e \u003ch2\u003e💆 Gentle Scalp Touch: Zero Snagging or Tugging\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_aa4db924-8608-49d2-9c2f-1d9f9ce13098.png?v=1788339156\" alt=\"Boar bristles and rounded nylon ball tips close up\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/9_faeaec95-000d-4cf2-8faf-728c2719d25f.png?v=1788339155\" alt=\"Smooth glide through damp textured hair without pain\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eDouble-layer flexible nylon pins feature smooth rounded ball tips that massage the scalp without scratching, while natural boar bristles evenly distribute your hair's natural oils from root to tip for lasting shine.\u003c\/p\u003e \u003c\/section\u003e \u003csection class=\"cb-section cb-section--soft\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e \u003ch2\u003e🪄 Universal Styling for Wavy, Curly \u0026amp; Coily Hair\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_1a090e98-005d-488e-abac-5e68dd7271b4.png?v=1788339155\" alt=\"Pointed handle used for precision hair parting and sectioning\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/8_522a4f7c-9118-4a0f-bc9b-57332b425d6c.png?v=1788339155\" alt=\"Curly hair definition before and after brushing results\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cb-hair-tags\"\u003e \u003cspan class=\"cb-hair-tag\"\u003e🌊 Type 2 Waves\u003c\/span\u003e \u003cspan class=\"cb-hair-tag\"\u003e🌀 Type 3 Curls\u003c\/span\u003e \u003cspan class=\"cb-hair-tag\"\u003e➰ Type 4 Coils\u003c\/span\u003e \u003cspan class=\"cb-hair-tag\"\u003e✨ Thick \u0026amp; Frizzy Strands\u003c\/span\u003e \u003cspan class=\"cb-hair-tag\"\u003e💇♀️ Short \u0026amp; Long Hair\u003c\/span\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e \u003ch2\u003e🚀 4-Step Salon-Quality Curl Definition at Home\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_0d3ff843-04fa-4774-8a28-3881448a2c70.png?v=1788339155\" alt=\"Holding ergonomic anti-slip rice husk brush handle\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv style=\"margin-bottom: 10px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_f91f0238-1a6b-4298-8718-df10bc013bf8.png?v=1788339152\" alt=\"Defined bouncy curls styled with defining brush\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"cb-steps-list\"\u003e \u003cdiv class=\"cb-step-row\"\u003e \u003cdiv class=\"cb-step-circle\"\u003e1\u003c\/div\u003e \u003cdiv class=\"cb-step-content\"\u003e \u003cstrong\u003eSection Hair:\u003c\/strong\u003e Use the pointed tail handle to cleanly separate damp hair into manageable sections.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-step-row\"\u003e \u003cdiv class=\"cb-step-circle\"\u003e2\u003c\/div\u003e \u003cdiv class=\"cb-step-content\"\u003e \u003cstrong\u003eApply Product:\u003c\/strong\u003e Rake your favorite leave-in cream, curling mousse, or gel through the section.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-step-row\"\u003e \u003cdiv class=\"cb-step-circle\"\u003e3\u003c\/div\u003e \u003cdiv class=\"cb-step-content\"\u003e \u003cstrong\u003eGlide \u0026amp; Twist:\u003c\/strong\u003e Brush through from root to tip, letting the side teeth shape hair into separated curl clumps.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-step-row\"\u003e \u003cdiv class=\"cb-step-circle\"\u003e4\u003c\/div\u003e \u003cdiv class=\"cb-step-content\"\u003e \u003cstrong\u003eScrunch \u0026amp; Dry:\u003c\/strong\u003e Gently scrunch curls upwards and air-dry or diffuse for springy, frizz-free definition!\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section\" style=\"padding: 0; margin-bottom: 26px;\"\u003e \u003cdiv style=\"padding: 22px 16px; background: #18181b !important; border-radius: 16px !important; color: #ffffff !important; text-align: center;\"\u003e \u003cspan style=\"display: inline-block; margin-bottom: 6px; color: #c084fc !important; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;\"\u003e Universal Textured Hair Styling \u003c\/span\u003e \u003ch2 style=\"color: #ffffff !important; font-size: 19.5px !important; margin-top: 0; margin-bottom: 14px; font-weight: 800; line-height: 1.35;\"\u003e🌀 Perfect For Wash Days, Refresh Routines \u0026amp; Blow Drying 🚿\u003c\/h2\u003e \u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/10_583d3bb3-7d60-4722-9c0f-abc53e4beebd.png?v=1788339150\" alt=\"Full product size dimensions and bristle breakdown\" loading=\"lazy\"\u003e\u003c\/p\u003e \u003cdiv class=\"cb-zone-grid\"\u003e \u003cdiv class=\"cb-zone-item\"\u003e🚿 Post-Shower Wet Styling\u003c\/div\u003e \u003cdiv class=\"cb-zone-item\"\u003e💨 Quick Vented Blow Drying\u003c\/div\u003e \u003cdiv class=\"cb-zone-item\"\u003e✨ Morning Frizz Refresh\u003c\/div\u003e \u003cdiv class=\"cb-zone-item\"\u003e💆 Gentle Scalp Massage\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section cb-section--soft\"\u003e \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv class=\"cb-table-box\"\u003e \u003cdiv class=\"cb-spec-row\"\u003e \u003cspan class=\"cb-spec-label\"\u003eProduct Name\u003c\/span\u003e \u003cspan class=\"cb-spec-value\" style=\"font-weight: 800; color: var(--cb-dark);\"\u003eDefined Curl \u0026amp; Volume Styling Hair Brush\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cb-spec-row\"\u003e \u003cspan class=\"cb-spec-label\"\u003eBristle Type\u003c\/span\u003e \u003cspan class=\"cb-spec-value\"\u003eSoft Natural Boar Bristles + Dual-Layer Nylon Pins\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cb-spec-row\"\u003e \u003cspan class=\"cb-spec-label\"\u003eTotal Dimensions\u003c\/span\u003e \u003cspan class=\"cb-spec-value\"\u003e26 × 6.7 × 4 cm (10.23 × 2.63 × 1.57 in)\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cb-spec-row\"\u003e \u003cspan class=\"cb-spec-label\"\u003eBrush Weight\u003c\/span\u003e \u003cspan class=\"cb-spec-value\"\u003eUltra-Lightweight Approx. 77g (Fatigue-Free Grip)\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cb-spec-row\"\u003e \u003cspan class=\"cb-spec-label\"\u003eSpecial Features\u003c\/span\u003e \u003cspan class=\"cb-spec-value\"\u003e3-Sided Edge Teeth, Vented Hollow Back, Parting Tail\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cb-spec-row\" style=\"background: #fff7ed;\"\u003e \u003cspan class=\"cb-spec-label\" style=\"color: var(--cb-primary);\"\u003ePackage Inventory\u003c\/span\u003e \u003cspan class=\"cb-spec-value\" style=\"font-weight: bold; color: var(--cb-dark);\"\u003e1 × Defined Curly Hair Styling Brush (Purple)\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-notice-box\"\u003e \u003cstrong\u003e📌 Care \u0026amp; Cleaning Guidance:\u003c\/strong\u003e \u003cul\u003e \u003cli\u003eRemove loose hairs from bristles after every use; rinse under warm running water with mild shampoo when needed.\u003c\/li\u003e \u003cli\u003eSuitable for wet styling with styling creams and blow-drying on medium-to-low heat settings.\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection class=\"cb-section\"\u003e \u003cdiv class=\"cb-compact-trust\"\u003e \u003cdiv class=\"cb-trust-item-compact\"\u003e \u003cstrong\u003e✈️ Tracked Shipping\u003c\/strong\u003e \u003cp\u003eLive tracking link with every order\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cb-trust-item-compact\" style=\"border-left: 1px solid #faf5ff; border-right: 1px solid #faf5ff;\"\u003e \u003cstrong\u003e🔒 30-Day Guarantee\u003c\/strong\u003e \u003cp\u003eHassle-free replacement or refund\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cb-trust-item-compact\"\u003e \u003cstrong\u003e🌀 Bouncy Curls\u003c\/strong\u003e \u003cp\u003e3-side clumping teeth design\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003cdiv class=\"cb-cta-banner\"\u003e \u003ch2\u003e🌀 UNLOCK BOUNCY, DEFINED \u0026amp; FRIZZ-FREE CURLS TODAY! ✨\u003c\/h2\u003e \u003cp\u003eGrab your 3-sided curl defining styling brush above on \u003cstrong\u003epovlya\u003c\/strong\u003e and transform your daily hair routine!\u003c\/p\u003e \u003cdiv class=\"cb-cta-trust-line\"\u003e \u003cspan class=\"cb-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e \u003cspan class=\"cb-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e \u003cspan class=\"cb-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cb-trust-grid\"\u003e \u003cdiv class=\"cb-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e \u003cdiv class=\"cb-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e \u003cdiv class=\"cb-trust-item\"\u003e🌀 3-Side Teeth\u003c\/div\u003e \u003cdiv class=\"cb-trust-item\"\u003e💨 Fast Drying\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"ZHG123","offers":[{"title":"Purple","offer_id":41844604829829,"sku":"NC03222609053535-紫色","price":29.97,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":41844604862597,"sku":"NC03222609053535-玫红色","price":29.97,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":41844604895365,"sku":"NC03222609053535-绿色","price":29.97,"currency_code":"USD","in_stock":true},{"title":"🔥3pcs (Super cost-effective)🔥","offer_id":41844604928133,"sku":"NC03222609053535-绿色+紫色+玫红色","price":45.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/1_b43e545a-ad8e-4169-8cd2-ee894a9dbac8.png?v=1788575783","url":"https:\/\/noomoriey.com\/products\/styling-hair-brush","provider":"noomoriey","version":"1.0","type":"link"}