{"product_id":"glitter-star-makeup-stamp","title":"Glitter Star Makeup Stamp","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d9a08f;\n      --primary-hover: #c88f7e;\n      --text-main: #2c2c2c;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #fdfbf7;\n      --bg-soft: #faf6f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --border-color: #e6dfd5;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Trust Badges \/ Pills *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n\n    .badge-pill {\n      font-size: 18px;\n      padding: 6px 14px;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      color: var(--text-main);\n      font-weight: 500;\n      display: inline-block;\n    }\n\n    \/* Natural Image Styling *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 4rem 1rem;\n      margin-bottom: 2rem;\n      box-sizing: border-box;\n      font-size: 18px;\n      color: var(--text-sub);\n      text-align: center;\n    }\n\n    \/* Layout Sections *\/\n    .section-block {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-block .badge-container {\n      justify-content: center;\n    }\n\n    \/* Feature Styling *\/\n    .feature-item {\n      display: flex;\n      flex-direction: row;\n      gap: 2rem;\n      align-items: center;\n      margin-bottom: 3rem;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 1rem;\n    }\n\n    .tag-item {\n      font-size: 18px;\n      padding: 4px 10px;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      color: var(--primary-hover);\n      font-weight: 600;\n    }\n\n    \/* Grid for Shade Range *\/\n    .shade-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n\n    .shade-card {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 1rem;\n      text-align: center;\n    }\n\n    .shade-title {\n      font-size: 20px;\n      font-weight: 700;\n      margin: 1rem 0 0.5rem 0;\n      color: var(--text-main);\n    }\n\n    .shade-desc {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Table specifications styling *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 2rem;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\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: 1rem 0;\n      font-size: 18px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 2.5rem;\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-q {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: start;\n      gap: 8px;\n    }\n\n    .faq-a {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive Mobile Rules *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n        gap: 1.5rem;\n      }\n\n      .feature-media {\n        order: 1 !important;\n        width: 100%;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n        width: 100%;\n      }\n\n      \/* Specifications Grid System for Mobile *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 12px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:first-child {\n        width: auto;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Liquid Stamp Makeup Pen (Star \u0026 Freckle Styles)\nTarget Audience: Makeup Enthusiasts, Festival \u0026 Party Goers, Creative Beauty Lovers\nVisual Style: Soft, Elegant Pastel Cream, Celestial Festive Glow\nColor Strategy: Matte pastel pink, soft rose gold, champagne neutrals, and warm cream\nModule Order: Intro\/Hero -\u003e Features (Silicone Stamp, Waterproof Formula, Versatile Placement) -\u003e Shade Selection Guide (Light, Medium, Dark, Espresso, Star Stamp) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_4, Feature3=detail_5, Shade_Group=detail_3, Shade_Light=detail_10, Shade_Medium=detail_7, Shade_Dark=detail_8, Shade_Espresso=detail_9\nSpecification Data Source: detail_6 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (No direct comparison visual provided)\nInformation Boundary: Strictly limited to confirmed facts. Uses 4 freckle shades (1# Light, 2# Medium, 3# Dark, 4# Espresso) and 1 Star Stamp option. Emphasizes the silicone stamp mechanism, the matte pastel bottle with golden star patterns, and the rubber sealing ring.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"section-block hero-block\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge-pill\"\u003e Seal Stamp Technology\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eEffortless Star-Kissed Glow \u0026amp; Natural Freckles\u003c\/h1\u003e\n\n\u003cp\u003eInstantly stamp delicate, shimmering star accents or natural speckled freckles. No tedious freehand drawing required—just a perfect press for eyes, cheeks, and body.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915152441\/710aa9781f443fb9560979e91b089b44.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"section-block\"\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=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915152440\/ffebd60e726305ed4ec574602eed8fdd.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\u003ePrecision Star Stamp\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a physical, custom-molded dual star stamp head built directly into the handle applicator. Effortlessly transfer crisp, uniform celestial stars to your skin with a single, gentle press.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003e \u003cspan class=\"spec-value\"\u003eDual-\u003c\/span\u003eStar Tip\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eInstant Detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\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=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915152440\/4034055dd71446a8a8b658c8275f678a.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\u003eFade-Proof \u0026amp; Sweat-Resistant Wear\u003c\/h2\u003e\n\n\u003cp\u003eFormulated to lock in beautifully through moisture, sweat, and movement. The quick-drying, smudge-resistant blend provides a long-lasting celestial shimmer that keeps your festive looks crisp all day and night.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eSmudge-Proof\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eLong-Wearing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\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=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915152440\/121449a224f564632eee00086a1e0c7b.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\u003eVersatile Face \u0026amp; Body Styling\u003c\/h2\u003e\n\n\u003cp\u003eAccentuate your features with complete creative freedom. Place stars across your cheeks, frame the outer corners of your eyes, or scatter sparkling elements along your collarbone and shoulders.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-item\"\u003eFace \u0026amp; Body\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eFestival Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL SELECTION GUIDE --\u003e\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"section-block specifications-section\"\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 data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003eStar Stamp (Glitter Gold), Freckle Stamp\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Freckle Shades\"\u003e\u003cspan class=\"spec-value\"\u003eLight, Medium, Dark, Espresso\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Applicator Type\"\u003e\u003cspan class=\"spec-value\"\u003eDual-Star Tip \/ Multi-Dot Speckle Tip\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Container Design\"\u003e\u003cspan class=\"spec-value\"\u003eMatte Cream Bottle, Threaded Seal Cap with Rubber Ring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Core Formula Properties\"\u003e\u003cspan class=\"spec-value\"\u003eWaterproof, Smudge-Resistant, Quick-Drying\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"section-block faq-section\"\u003e\n\u003ch2 style=\"margin-bottom: 2rem; border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e✨ How do I apply the makeup stamp for the best result?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eUnscrew the pen applicator handle from the matte base bottle. Position the stamp tip vertically over your desired area (cheeks, eyes, or body) and press down lightly. For the cleanest lines, avoid dragging or twisting the tip during application.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e💧 Is the formula really waterproof and smudge-proof?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eYes! The stamp uses a quick-dry, long-lasting formula that sets instantly. It resists water, sweat, and light smudging, keeping your star accents or speckled freckles sharp and intact throughout long festival days or active parties.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-q\"\u003e🎨 How do I choose the right freckle shade for my skin?\u003c\/h3\u003e\n\n\u003cp class=\"faq-a\"\u003eOur natural freckle stamps come in 4 shades to accommodate diverse complexions: Light is tailored for fair skin; Medium is ideal for warm, light-to-medium skin; Dark brings warmth to rich tan tones; and Espresso is optimized for deep, dark skin tones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Glitter Star","offer_id":50445953990906,"sku":"20260917-144919-2772","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Light Freckles","offer_id":50445954023674,"sku":"20260917-144919-1925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Medium Freckles","offer_id":50445954056442,"sku":"20260917-144919-1841","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Dark Freckles","offer_id":50445954089210,"sku":"20260917-144919-9717","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Espresso Freckles","offer_id":50445954121978,"sku":"20260917-144919-1269","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/710aa9781f443fb9560979e91b089b44.jpg?v=1789627807","url":"https:\/\/varitino.com\/products\/glitter-star-makeup-stamp","provider":"Varitino","version":"1.0","type":"link"}