{"product_id":"10-color-temporary-tattoo-markers-set","title":"🌈🎨10-Color Temporary Tattoo Markers Set","description":"\u003cstyle\u003e\n  .tattoo-page {\n    --cream: #fffaf3;\n    --cream-dark: #f8efe2;\n    --orange: #f28c28;\n    --orange-dark: #dc6f16;\n    --purple: #7956a8;\n    --purple-light: #eee7f7;\n    --ink: #292522;\n    --muted: #6f6861;\n    --border: #eadfd2;\n    --white: #ffffff;\n\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 10px 18px 30px;\n    box-sizing: border-box;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--ink);\n    background: var(--white);\n    line-height: 1.65;\n  }\n\n  .tattoo-page * {\n    box-sizing: border-box;\n  }\n\n  .tattoo-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n  }\n\n  .tattoo-hero {\n    background: linear-gradient(135deg, #fff8ed 0%, #fffdf9 55%, #f3ebfa 100%);\n    border-radius: 20px;\n    padding: 28px 26px;\n    margin-bottom: 22px;\n    text-align: center;\n    border: 1px solid #f0e4d5;\n  }\n\n  .tattoo-kicker {\n    margin: 0 0 8px;\n    color: var(--orange-dark);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .tattoo-hero h2 {\n    margin: 0 0 12px;\n    font-size: 29px;\n    line-height: 1.25;\n    color: var(--ink);\n    font-weight: 800;\n  }\n\n  .tattoo-hero p {\n    max-width: 790px;\n    margin: 0 auto;\n    font-size: 16px;\n    color: var(--muted);\n    line-height: 1.75;\n  }\n\n  .tattoo-main-image {\n    margin: 18px 0 28px;\n  }\n\n  .tattoo-section-title {\n    text-align: center;\n    margin: 30px 0 18px;\n  }\n\n  .tattoo-section-title span {\n    display: inline-block;\n    padding: 7px 15px;\n    border-radius: 30px;\n    background: var(--purple-light);\n    color: var(--purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .tattoo-section-title h3 {\n    margin: 10px 0 0;\n    font-size: 25px;\n    line-height: 1.3;\n    color: var(--ink);\n  }\n\n  .tattoo-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin: 0 0 28px;\n  }\n\n  .tattoo-feature {\n    background: var(--cream);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n  }\n\n  .tattoo-feature-content {\n    padding: 17px 18px 19px;\n  }\n\n  .tattoo-feature h4 {\n    margin: 0 0 8px;\n    color: var(--orange-dark);\n    font-size: 17px;\n    line-height: 1.35;\n    font-weight: 800;\n  }\n\n  .tattoo-feature p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .tattoo-feature-wide {\n    grid-column: 1 \/ -1;\n  }\n\n  .tattoo-feature-wide .tattoo-feature-content {\n    padding: 19px 22px 21px;\n  }\n\n  .tattoo-feature-wide h4 {\n    font-size: 18px;\n  }\n\n  .tattoo-image-block {\n    margin: 20px 0 26px;\n  }\n\n  .tattoo-image-block img {\n    border-radius: 16px;\n  }\n\n  .tattoo-use {\n    background: linear-gradient(135deg, #fff7eb, #f8f1fb);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 22px;\n    margin: 0 0 28px;\n  }\n\n  .tattoo-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 13px;\n    padding: 13px 0;\n    border-bottom: 1px solid rgba(120, 100, 80, 0.12);\n  }\n\n  .tattoo-step:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .tattoo-step:first-child {\n    padding-top: 0;\n  }\n\n  .tattoo-step-number {\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--orange);\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .tattoo-step strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--ink);\n    font-size: 15px;\n  }\n\n  .tattoo-step p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .tattoo-spec {\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n    margin-bottom: 28px;\n  }\n\n  .tattoo-spec-row {\n    display: grid;\n    grid-template-columns: 35% 65%;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .tattoo-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .tattoo-spec-label,\n  .tattoo-spec-value {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n\n  .tattoo-spec-label {\n    background: var(--cream);\n    font-weight: 700;\n    color: var(--ink);\n  }\n\n  .tattoo-spec-value {\n    color: var(--muted);\n    background: #fff;\n  }\n\n  .tattoo-notes {\n    background: #fff7ef;\n    border-left: 4px solid var(--orange);\n    border-radius: 0 14px 14px 0;\n    padding: 17px 19px;\n    margin-bottom: 10px;\n  }\n\n  .tattoo-notes p {\n    margin: 6px 0;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .tattoo-notes p:first-child {\n    margin-top: 0;\n  }\n\n  .tattoo-notes p:last-child {\n    margin-bottom: 0;\n  }\n\n  .tattoo-finish {\n    text-align: center;\n    margin: 28px 0 5px;\n    padding: 20px;\n    background: var(--purple-light);\n    border-radius: 16px;\n  }\n\n  .tattoo-finish strong {\n    display: block;\n    color: var(--purple);\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .tattoo-finish span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tattoo-page {\n      padding: 5px 12px 24px;\n    }\n\n    .tattoo-hero {\n      padding: 22px 17px;\n      border-radius: 16px;\n      margin-bottom: 17px;\n    }\n\n    .tattoo-hero h2 {\n      font-size: 23px;\n    }\n\n    .tattoo-hero p {\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    .tattoo-kicker {\n      font-size: 11px;\n      letter-spacing: 1.5px;\n    }\n\n    .tattoo-section-title {\n      margin: 24px 0 14px;\n    }\n\n    .tattoo-section-title h3 {\n      font-size: 21px;\n    }\n\n    .tattoo-features {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .tattoo-feature-wide {\n      grid-column: auto;\n    }\n\n    .tattoo-feature-content,\n    .tattoo-feature-wide .tattoo-feature-content {\n      padding: 14px 15px 16px;\n    }\n\n    .tattoo-feature h4,\n    .tattoo-feature-wide h4 {\n      font-size: 16px;\n    }\n\n    .tattoo-feature p {\n      font-size: 13px;\n    }\n\n    .tattoo-use {\n      padding: 16px;\n      border-radius: 15px;\n    }\n\n    .tattoo-step {\n      gap: 10px;\n    }\n\n    .tattoo-step-number {\n      flex-basis: 30px;\n      width: 30px;\n      height: 30px;\n      font-size: 13px;\n    }\n\n    .tattoo-step strong {\n      font-size: 14px;\n    }\n\n    .tattoo-step p {\n      font-size: 13px;\n    }\n\n    .tattoo-spec-row {\n      grid-template-columns: 38% 62%;\n    }\n\n    .tattoo-spec-label,\n    .tattoo-spec-value {\n      padding: 10px 11px;\n      font-size: 12px;\n    }\n\n    .tattoo-notes {\n      padding: 14px 15px;\n    }\n\n    .tattoo-notes p {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tattoo-page\"\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"tattoo-hero\"\u003e\n\u003cp class=\"tattoo-kicker\"\u003e🎨 Create • Play • Express\u003c\/p\u003e\n\u003ch2\u003eColor Your Skin. Create Your Own Style. ✨\u003c\/h2\u003e\n\u003cp\u003eTurn your skin into a canvas with the \u003cstrong\u003eTemporary Tattoo Markers Set\u003c\/strong\u003e. With 10 vibrant shades and an easy-to-control marker tip, you can sketch playful tattoos, decorative details, festival looks, or face art whenever inspiration strikes — then wash it away when you're ready for a new design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/9967\/9829\/files\/cf2c75bd-07c2-4ec6-6242-4abfbf492900.avif?v=1757385294\" alt=\"10 Color Temporary Tattoo Markers Set\"\u003e\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"tattoo-section-title\"\u003e\n\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch3\u003e🎨 Made for Colorful Creativity\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-features\"\u003e\n\u003cdiv class=\"tattoo-feature\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0870\/9836\/0096\/files\/spp_shopify20250908144655_e97ab50fa28f1fdaadd6a6f2849e6cb3.jpg\" alt=\"Vibrant temporary tattoo marker colors\"\u003e\n\u003cdiv class=\"tattoo-feature-content\"\u003e\n\u003ch4\u003e🌈 10 Shades, More Ways to Create\u003c\/h4\u003e\n\u003cp\u003eExplore a colorful palette of purple, white, red, black, gold, silver, green, orange, blue, and light green. Mix different shades to build eye-catching patterns, symbols, accents, and creative body art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-feature\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/9967\/9829\/files\/889b5ef4-a4b1-4a6b-083e-5db8bb305c00.avif?v=1757385329\" alt=\"Water-resistant temporary tattoo marker\"\u003e\n\u003cdiv class=\"tattoo-feature-content\"\u003e\n\u003ch4\u003e💦 Designed for Active Days\u003c\/h4\u003e\n\u003cp\u003eOnce the ink has fully dried, the design becomes resistant to smudging and everyday moisture, helping your artwork stay looking fresh through your plans, parties, outdoor activities, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-feature tattoo-feature-wide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0870\/9836\/0096\/files\/spp_shopify20250908144705_ada834e823c9ce18f19716521e101284.jpg\" alt=\"Easy to use temporary tattoo marker\"\u003e\n\u003cdiv class=\"tattoo-feature-content\"\u003e\n\u003ch4\u003e✍️ Smooth Lines, Easy Control\u003c\/h4\u003e\n\u003cp\u003eThe flexible fiber tip makes it simple to create both delicate details and expressive strokes. Draw freehand, outline your ideas, add tiny accents, or build larger designs with the same comfortable marker-style application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- EXTRA IMAGE --\u003e\n\u003cdiv class=\"tattoo-image-block\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/9967\/9829\/files\/d33e2039-8314-4ddc-0c63-6eea033bec00.avif?v=1757385329\" alt=\"Creative temporary tattoo marker designs\"\u003e\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"tattoo-section-title\"\u003e\n\u003cspan\u003eSimple Application\u003c\/span\u003e\n\u003ch3\u003e✨ How to Use\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-use\"\u003e\n\u003cdiv class=\"tattoo-step\"\u003e\n\u003cdiv class=\"tattoo-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePrepare Your Skin\u003c\/strong\u003e\n\u003cp\u003eClean and dry the area before applying. Remove excess oil, lotion, sweat, or dirt so the marker can apply smoothly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-step\"\u003e\n\u003cdiv class=\"tattoo-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDraw Your Design\u003c\/strong\u003e\n\u003cp\u003eUse the marker directly on the skin to create your tattoo, pattern, lettering, decorative detail, or face-art look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-step\"\u003e\n\u003cdiv class=\"tattoo-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLet It Dry\u003c\/strong\u003e\n\u003cp\u003eGive the ink enough time to dry completely before touching the design. This helps improve its smudge resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-step\"\u003e\n\u003cdiv class=\"tattoo-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWash Away When Ready\u003c\/strong\u003e\n\u003cp\u003eTo remove the design, wash the area with warm soapy water and gently rub with your fingers or a soft cloth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC --\u003e\n\u003cdiv class=\"tattoo-section-title\"\u003e\n\u003cspan\u003eProduct Details\u003c\/span\u003e\n\u003ch3\u003e📋 Specifications\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec\"\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003e10-Color Temporary Tattoo Markers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003ePurple, White, Red, Black, Gold, Silver, Green, Orange, Blue, Light Green\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eMarker Size\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003eApprox. 141 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eTip Length\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003eApprox. 10 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003ePearlescent Finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003ePP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003eShelf Life\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003e3 Years\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-row\"\u003e\n\u003cdiv class=\"tattoo-spec-label\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"tattoo-spec-value\"\u003e1 × 10-Color Temporary Tattoo Markers Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NOTES --\u003e\n\u003cdiv class=\"tattoo-section-title\"\u003e\n\u003cspan\u003eBefore You Create\u003c\/span\u003e\n\u003ch3\u003e⚠️ Notes\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tattoo-notes\"\u003e\n\u003cp\u003e• For external use only. Do not apply to broken, irritated, or damaged skin.\u003c\/p\u003e\n\u003cp\u003e• Allow the ink to dry completely before touching or covering the design.\u003c\/p\u003e\n\u003cp\u003e• For first-time use, consider testing a small area of skin before creating a larger design.\u003c\/p\u003e\n\u003cp\u003e• Discontinue use if irritation or discomfort occurs.\u003c\/p\u003e\n\u003cp\u003e• Remove with warm soapy water and gentle rubbing.\u003c\/p\u003e\n\u003cp\u003e• Color appearance may vary slightly depending on lighting, screen settings, and individual skin tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- END --\u003e\n\u003cdiv class=\"tattoo-finish\"\u003e\n\u003cstrong\u003e🎨 Your Skin. Your Canvas. Your Rules.\u003c\/strong\u003e \u003cspan\u003eDraw it. Wear it. Change it. Create something new whenever inspiration hits. ✨\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"1 PC(10 Colors)","offer_id":49189145379035,"sku":"BOL100081-A","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20250908144715_d2f974e901ebff4e5695a4e01c1bfbc1_1fc0d470-d9ba-438f-bade-4b1e4c627ae6.jpg?v=1787889304","url":"https:\/\/rosenoot.com\/products\/10-color-temporary-tattoo-markers-set","provider":"Rosenoot","version":"1.0","type":"link"}