{"product_id":"precision-brow-grooming-set","title":"Precision Brow Grooming Set","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Beauty \u0026 Personal Care \/ Eyebrow Grooming Tools\nTarget Audience: Women and Men, Beauty Enthusiasts, Travelers seeking precision\nVisual Style: Clean, Soft, Precise, Feminine-leaning but universal\nColor Strategy: Primary Blush Pink (matching product), Light Grey Backgrounds, Charcoal Text for high readability and premium feel\nShape Strategy: Radius 20px (Soft, skin-friendly, safe, non-threatening)\nTypography Strategy: Large Type \/ Mobile-first readable \/ clamp() functions for fluid scaling\nMobile Table Strategy: Card-based with flex (No horizontal scroll, strictly vertical stack)\nImage Mapping: Hero=image_1 (All 3 tools), Feature1=image_2 (Precision scissors), Feature2=image_3 (Versatility), Feature3=image_4 (Portability)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n           1. DESIGN SYSTEM \u0026 VARIABLES\n           ========================================================================== *\/\n        .product-detail-container {\n            --primary: #f8b4c4; \/* Soft blush pink matching product *\/\n            --primary-light: #fce4ec;\n            --text-main: #2d3436;\n            --text-sub: #636e72;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fa;\n            --border-color: #dfe6e9;\n            --radius-md: 12px;\n            --radius-lg: 20px;\n            --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.6;\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        \/* ==========================================================================\n           2. TYPOGRAPHY SYSTEM (LARGE TYPE STRICT)\n           ========================================================================== *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            font-weight: 700;\n            margin-top: 0;\n            margin-bottom: 1rem;\n            color: var(--text-main);\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            line-height: 1.3;\n            font-weight: 600;\n            margin-top: 0;\n            margin-bottom: 1rem;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            line-height: 1.4;\n            font-weight: 600;\n            margin-top: 0;\n            margin-bottom: 0.75rem;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin-top: 0;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* ==========================================================================\n           3. MEDIA PROTOCOL (ANTI-CROP \/ ANTI-DISTORTION)\n           ========================================================================== *\/\n        .image-wrapper {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            overflow: hidden;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            border: 2px dashed var(--border-color);\n        }\n\n        .image-placeholder-text {\n            font-size: clamp(18px, 2vw, 24px);\n            color: var(--text-sub);\n            font-weight: bold;\n            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* Optional: If a real img tag is injected later, this handles it *\/\n        .image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            position: absolute;\n            top: 0;\n            left: 0;\n        }\n\n        \/* ==========================================================================\n           4. LAYOUT \u0026 SPACING (MOBILE-FIRST)\n           ========================================================================== *\/\n        .section-spacing {\n            margin-bottom: clamp(4rem, 8vw, 6rem);\n        }\n\n        \/* ==========================================================================\n           5. HERO SECTION\n           ========================================================================== *\/\n        .hero-section {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 5vw, 4rem);\n        }\n\n        .hero-content {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .social-proof {\n            display: inline-flex;\n            align-items: center;\n            background: var(--primary-light);\n            color: var(--text-main);\n            padding: 0.5rem 1rem;\n            border-radius: var(--radius-md);\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            width: fit-content;\n        }\n\n        @media (min-width: 768px) {\n            .hero-section {\n                flex-direction: row;\n                align-items: center;\n            }\n            .hero-media, .hero-content {\n                flex: 1;\n                width: 50%;\n            }\n        }\n\n        \/* ==========================================================================\n           6. FEATURE MODULES (STRICT MOBILE ORDERING LOCK)\n           ========================================================================== *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Force Image-Text stacking on mobile *\/\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        .feature-media, .feature-copy {\n            width: 100%;\n        }\n\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .static-badge {\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            color: var(--text-main);\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 500;\n        }\n\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n                align-items: center;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                width: 50%;\n                flex: 1;\n            }\n        }\n\n        \/* ==========================================================================\n           7. SPECIFICATIONS TABLE (MOBILE CARD LAYOUT STRICT)\n           ========================================================================== *\/\n        .specs-section {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(2rem, 5vw, 4rem);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: clamp(16px, 1.8vw, 18px);\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 1rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .specs-table th {\n            font-weight: 600;\n            color: var(--text-main);\n            width: 35%;\n        }\n\n        .specs-table td {\n            color: var(--text-sub);\n        }\n\n        @media (max-width: 767px) {\n            \/* Transform table to cards *\/\n            .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none;\n            }\n            .specs-table tr {\n                background: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 1rem;\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column; \/* Label on top, value below for better wrapping *\/\n                padding: 0.5rem 0;\n                border-bottom: none;\n                border-top: 1px dashed var(--border-color);\n            }\n            .specs-table td:first-child {\n                border-top: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 600;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n            }\n        }\n\n        \/* ==========================================================================\n           8. FAQ SECTION\n           ========================================================================== *\/\n        .faq-section {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .faq-title {\n            text-align: center;\n            margin-bottom: clamp(2rem, 4vw, 3rem);\n        }\n\n        .faq-item {\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n            margin-bottom: 1rem;\n            overflow: hidden;\n        }\n\n        .faq-summary {\n            padding: clamp(1rem, 3vw, 1.5rem);\n            font-size: clamp(18px, 2vw, 22px);\n            font-weight: 600;\n            cursor: default; \/* Non-interactive cursor per instructions *\/\n            list-style: none;\n            position: relative;\n            color: var(--text-main);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .faq-summary::-webkit-details-marker {\n            display: none;\n        }\n\n        .faq-summary::after {\n            content: '+';\n            font-size: 24px;\n            font-weight: 300;\n            color: var(--primary);\n        }\n\n        details[open] .faq-summary::after {\n            content: '-';\n        }\n\n        .faq-content {\n            padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem);\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            border-top: 1px solid var(--border-color);\n            margin-top: 0.5rem;\n            padding-top: 1rem;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411114147\/93ea23ca01542486943be34da5fb674f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"social-proof\"\u003e✨ Premium Grooming Essential\u003c\/div\u003e\n\n\u003ch1\u003eFlawless Brows, Anytime, Anywhere.\u003c\/h1\u003e\n\n\u003cp\u003eThe ultimate 3-piece precision eyebrow grooming kit designed for effortless shaping and flawless results. Transform your daily routine with tools crafted for perfection.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-badges\"\u003e\n\u003cspan class=\"static-badge\"\u003e3-Piece Set\u003c\/span\u003e \u003cspan class=\"static-badge\"\u003eStainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 1 --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411114147\/6f000246ccacd47968bcd2114abb107d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTrim with Absolute Precision\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to uneven brows. Our innovative eyebrow scissors feature a built-in comb attachment, allowing you to easily brush and trim simultaneously. This ensures every snip is exact, preventing accidental over-trimming.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Achieve salon-quality symmetry at home, saving you time and frustration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2 --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411114147\/2e40fc53d84eed2c4381b8fcabb5e7c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVersatility for Every Detail\u003c\/h2\u003e\n\n\u003cp\u003eNo stray hair goes unnoticed. This versatile set includes a folding razor designed for sweeping strokes across larger areas, plus a compact curved trimmer engineered to easily navigate delicate contours around the eye.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAdvantage:\u003c\/strong\u003e The durable, rust-resistant stainless steel blades remain sharp for smooth, painless hair removal for both men and women.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3 --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411114147\/c7cf3873753d7ab528138ac8afa3cb18.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eYour Travel Beauty Essential\u003c\/h2\u003e\n\n\u003cp\u003eDesigned in a chic blush pink, these lightweight tools are as stylish as they are functional. The folding mechanism safely conceals the blade, making the entire kit incredibly compact.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Slips effortlessly into any makeup bag, purse, or carry-on, ensuring your eyebrows look immaculate wherever your journey takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1x Scissors with Comb, 1x Folding Razor, 1x Curved Trimmer\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eRust-Resistant Stainless Steel Blades, Durable ABS Handles\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eBlush Pink\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Scissors Dimensions\"\u003eScissors Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eLength: 12.8 cm (5.0 in) | Width: 5.0 cm (2.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folding Razor Dimension\"\u003eFolding Razor Dimension\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eLength: 15.0 cm (5.9 in) | Width: 3.3 cm (1.3 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Curved Razor Dimension\"\u003eCurved Razor Dimension\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eLength: 10.6 cm (4.2 in) | Width: 1.9 cm (0.7 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-summary\"\u003eAre the blades safe for sensitive skin?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003eYes. Our high-quality stainless steel blades are engineered to be extraordinarily sharp yet gentle on the skin. This allows for a clean, single-pass cut that minimizes dragging and skin irritation, making it suitable for all skin types.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-summary\"\u003eIs the comb attachment removable?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003eAbsolutely. The comb attached to the scissors can slide off easily. This allows you to use the scissors independently for custom styling and makes washing the tools completely hassle-free.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-summary\"\u003eCan I bring this set in my carry-on luggage?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003eYes, this grooming kit is highly travel-friendly. The folding razor safely tucks the blade away, and the overall compact dimensions (under 6 inches) make it safe and convenient to pack in your makeup bag for quick touch-ups on the go.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1 Set (Standard)","offer_id":49907593609436,"sku":"0413-15219334","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 20%)","offer_id":49907593642204,"sku":"0413-15217359","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 3-Pack (Best Value - Save 30%)","offer_id":49907593674972,"sku":"0413-15210569","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/93ea23ca01542486943be34da5fb674f.jpg?v=1776065231","url":"https:\/\/cheerstash.com\/products\/precision-brow-grooming-set","provider":"Cheerstash","version":"1.0","type":"link"}