{"product_id":"compact-travel-makeup-brushes","title":"Compact Travel Makeup Brushes","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E87A90;\n      --primary-hover: #C15E72;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --bg-soft: #FFF5F6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(232, 122, 144, 0.08);\n      --shadow-lg: 0 10px 30px rgba(232, 122, 144, 0.12);\n      --border-color: #FFE5E9;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n    \n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Images styling - Fixed for original size, no crop, no padding *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      display: block;\n      background-color: transparent;\n      border: none;\n      padding: 0;\n      margin-bottom: 16px;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 40px 24px;\n      box-shadow: var(--shadow-lg);\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600 !important;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500 !important;\n      border: 1px solid var(--border-color);\n      margin: 0;\n    }\n\n    \/* Specifications Table - Fixed Structure *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n      margin: 0;\n    }\n\n    .spec-table td.spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table td.spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 16px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n      }\n      \n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      \/* Mobile Spec Table Fix - No more 1 character per line *\/\n      .spec-table,\n      .spec-table tbody {\n        display: block;\n        width: 100%;\n      }\n\n      .spec-table tr {\n        display: flex;\n        flex-direction: column;\n        padding: 14px 0;\n      }\n\n      .spec-table td {\n        display: block;\n        width: 100%;\n        padding: 4px 0;\n      }\n\n      .spec-table td.spec-label {\n        width: 100%;\n        margin-bottom: 4px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Mini 10-Piece Travel Makeup Brush Set with Pouch\nTarget Audience: Travelers, Commuters, Makeup Beginners, Teens\nVisual Style: Sweet, Cute, Elegant, Clean Rose Pink\nColor Strategy: Rose pink primary with warm grey and clean white details\nModule Order: Intro\/Hero -\u003e Feature 1 (Portability) -\u003e Feature 2 (Precision Short Handle) -\u003e Feature 3 (Detail Quality) -\u003e Use Scenarios -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_5, Feature2=detail_4, Feature3=detail_3, Scenario=detail_2\nSpecification Data Source: spec_7 (SKU color selection), detail_5 (brush and pouch measurements)\nCompare Section: Not included (No explicit comparison\/before-after data available in raw assets)\nInformation Boundary: Only verified dimensions, materials (synthetic, alloy, acrylic, PU leather), and color options are listed. No unverified performance ratings or claims have been used.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge\"\u003e10 Brush Heads for All Makeup Needs\u003c\/span\u003e\n\u003ch1\u003eCreate Your Look, Wherever You Are\u003c\/h1\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914132121\/b29ced9d82c2b6d25042aade9a1087f8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eA complete 10-piece mini brush set with a compact pink travel pouch. Perfectly portable for travel, work commutes, gym sessions, and quick on-the-go beauty touch-ups.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914132121\/a2e972571953febbda9f2485b1fd6d01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCompact \u0026amp; Portable Hand-Sized Design\u003c\/h2\u003e\n\n\u003cp\u003eThis travel set comes with an elegant oval PU leather pouch measuring just 5.10 x 3.15 inches. It fits easily in your purse, makeup bag, or carry-on luggage, ensuring you can bring a complete set of face and eye brushes with you without taking up extra space.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eVacation Essential\u003c\/span\u003e \u003cspan class=\"tag\"\u003eGym Bag Friendly\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFits in Purse\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914132120\/8730ac951cd397238ead110d267cd2e3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eShort Handles for Easy Control \u0026amp; Precision\u003c\/h2\u003e\n\n\u003cp\u003eShort handles bring your hand closer to your face, allowing for more secure grip and precise angles. This design provides maximum control when applying detailed shadow work, blending blush, or grooming brows, making it excellent for beginners, teens, and detailed applications.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBeginner Friendly\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSecure Grip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Detailing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914132121\/0ea34867bb73317c4fea46609c6f09b3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSilky Synthetic Bristles \u0026amp; Elegant Accents\u003c\/h2\u003e\n\n\u003cp\u003eThe set is designed with soft and dense synthetic bristles that hold their shape, resist shedding, and ensure a gentle application on sensitive facial areas. Paired with comfortable metallic pink handles and a crystal-clear transparent acrylic base for a premium aesthetic.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eNo-Shed Fiber\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAcrylic Base\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMetallic Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914132121\/3031084b49d105a5f1336804cc582319.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMulti-Functional Brush Selection\u003c\/h2\u003e\n\n\u003cp\u003eWith 10 versatile brush heads, you have everything needed for daily and detailed beauty looks. Use the dense angled brushes for contouring and blush, fluffier shapes for blending eyeshadows, and the spoolie for clean eyebrow grooming and shaping.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBlush \u0026amp; Foundation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEyeshadow Shading\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEyebrow Spoolie\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003csection\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eTotal Pieces\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e10 Brushes + 1 Travel Pouch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003ePouch Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e5.10 x 3.15 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBrush Lengths\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eRange from 2.61 inches to 3.82 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBristle Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003eSoft Synthetic Fiber (Black \u0026amp; White Gradient)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eHandle Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003ePink Metallic Alloy with Transparent Acrylic Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003ePouch Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003ePink Oval PU Leather with Inner Mesh Slots\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eColor Selection\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003ePink, Black, Pink-Purple Mixed Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌸 How compact is the travel pouch?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe pouch is incredibly small, measuring 5.10 x 3.15 inches, which easily fits in the palm of your hand, a pocket, or a small purse. It is specifically designed to fit the short handles perfectly without letting the brushes shift.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌸 What material are the brush handles made of?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe handles are constructed using a sleek, metallic pink alloy ferrule for a sturdy grip and elegant look, finished with a distinct solid, high-transparency acrylic base at the end.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌸 Do the bristles shed after washing?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the brushes are crafted with dense, soft synthetic fibers designed to resist shedding and maintain their shape over repeated use and routine cleanings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blush Pink","offer_id":46202206617791,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Black","offer_id":46202206650559,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Lavender Pink Mix","offer_id":46202206683327,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b29ced9d82c2b6d25042aade9a1087f8.jpg?v=1789363648","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/compact-travel-makeup-brushes","provider":"Bak","version":"1.0","type":"link"}