{"product_id":"12-c","title":"🏆 Last Day Special Price £9.99 ! 🔥Buy more Save more🎁12-Color Nail Art Marker Pen Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ========== 样式隔离容器 ========== *\/\n    .custom-product-description {\n      --primary: #e67e23;           \/* 活力橙色主色调 *\/\n      --primary-light: #fff6ed;     \/* 极浅橙色背景 *\/\n      --text-dark: #2d2a26;\n      --text-soft: #5c534a;\n      --bg-soft: #fefaf7;\n      --border-accent: #e67e23;\n      --radius-lg: 20px;\n      --radius-md: 14px;\n      --shadow-img: 0 8px 24px rgba(0,0,0,0.06);\n      --shadow-hover: 0 14px 32px rgba(0,0,0,0.11);\n      \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      font-size: 18px;\n      line-height: 1.7;\n      letter-spacing: 0.35px;\n      color: var(--text-dark);\n      max-width: 780px;\n      margin: 0 auto;\n      padding: 0.8rem 0.5rem 2.2rem;\n      box-sizing: border-box;\n      word-break: break-word;\n    }\n\n    .custom-product-description *,\n    .custom-product-description *::before,\n    .custom-product-description *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* 大区块标题（FEATURES \/ SPECIFICATION \/ NOTES） *\/\n    .custom-product-description .section-heading {\n      font-size: 2.6rem;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 2.6rem 0 1.4rem;\n      line-height: 1.2;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    \/* 特性小标题（每个卖点） *\/\n    .custom-product-description .feature-title {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: #3b322a;\n      margin: 2rem 0 0.5rem;\n      line-height: 1.3;\n    }\n\n    \/* 正文段落 *\/\n    .custom-product-description p {\n      font-size: 1.1rem;\n      margin-bottom: 0.6rem;\n      color: var(--text-dark);\n    }\n\n    \/* 图片容器：圆角 + 柔和阴影，悬停交互 *\/\n    .custom-product-description .image-wrapper {\n      margin: 1.6rem 0 2.2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-img);\n      overflow: hidden;\n      transition: transform 0.25s ease, box-shadow 0.3s ease;\n      background: #fdfcfa;\n    }\n\n    .custom-product-description .image-wrapper img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border-radius: var(--radius-lg);\n      transition: transform 0.3s ease;\n    }\n\n    .custom-product-description .image-wrapper:hover {\n      box-shadow: var(--shadow-hover);\n      transform: scale(1.01);\n    }\n\n    .custom-product-description .image-wrapper:hover img {\n      transform: scale(1.02);\n    }\n\n    \/* 规格表格容器 *\/\n    .custom-product-description .specs-box {\n      background-color: var(--primary-light);\n      border-radius: var(--radius-md);\n      padding: 1.8rem 2rem;\n      margin: 1.8rem 0 2.2rem;\n    }\n\n    .custom-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .custom-product-description .specs-table td {\n      padding: 0.65rem 0.2rem;\n      font-size: 1.05rem;\n      text-align: left;\n      vertical-align: top;\n      border-bottom: 1px solid rgba(230, 126, 35, 0.15);\n    }\n\n    .custom-product-description .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .custom-product-description .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n      min-width: 130px;\n      letter-spacing: 0.3px;\n    }\n\n    .custom-product-description .spec-value {\n      color: var(--text-dark);\n    }\n\n    \/* 备注块 *\/\n    .custom-product-description .note-block {\n      background-color: #fff9f2;\n      border-left: 6px solid var(--border-accent);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 1.5rem 1.8rem;\n      margin: 2rem 0;\n      font-size: 1.05rem;\n      color: #4e4032;\n    }\n\n    .custom-product-description .note-block p {\n      margin-bottom: 0.5rem;\n    }\n\n    .custom-product-description .note-block p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* 响应式：移动端 *\/\n    @media screen and (max-width: 600px) {\n      .custom-product-description {\n        font-size: 16px;\n        padding: 0.5rem 0.3rem 1.5rem;\n      }\n\n      .custom-product-description .section-heading {\n        font-size: 2rem;\n        margin: 2.2rem 0 1.2rem;\n      }\n\n      .custom-product-description .feature-title {\n        font-size: 1.3rem;\n      }\n\n      .custom-product-description p {\n        font-size: 1rem;\n      }\n\n      .custom-product-description .specs-box {\n        padding: 1.2rem 1.2rem;\n      }\n\n      .custom-product-description .specs-table td {\n        font-size: 0.95rem;\n        display: block;\n        width: 100%;\n      }\n\n      .custom-product-description .specs-table tr {\n        display: block;\n        margin-bottom: 0.8rem;\n      }\n\n      .custom-product-description .spec-label {\n        width: 100%;\n        font-weight: 700;\n        padding-bottom: 0.1rem;\n        border-bottom: none;\n      }\n\n      .custom-product-description .spec-value {\n        width: 100%;\n        padding-top: 0.1rem;\n        border-bottom: 1px solid rgba(230, 126, 35, 0.12);\n      }\n\n      .custom-product-description .specs-table tr:last-child .spec-value {\n        border-bottom: none;\n      }\n\n      .custom-product-description .note-block {\n        padding: 1.2rem 1.2rem;\n        font-size: 0.98rem;\n      }\n\n      .custom-product-description .image-wrapper {\n        margin: 1.2rem 0 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- FEATURES 区块标题 --\u003e\n\u003ch2 class=\"section-heading\"\u003eFEATURES\u003c\/h2\u003e\n\u003c!-- 特性1 --\u003e\n\u003ch3 class=\"feature-title\"\u003eULTRA-FINE 0.5MM TIP\u003c\/h3\u003e\n\u003cp\u003eThis allows for incredible accuracy, making it easy to draw intricate patterns, thin lines, and detailed outlines. Achieve professional-level nail art from the comfort of your own home with complete control.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"0.5mm超细笔尖细节展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260430164734_8bd3828317c7d212d626fa43f9bcd1d5.jpg?v=1777538857\"\u003e\u003c\/div\u003e\n\u003c!-- 特性2 --\u003e\n\u003ch3 class=\"feature-title\"\u003eVIBRANT, HIGH-PIGMENT COLORS\u003c\/h3\u003e\n\u003cp\u003eAvailable in 12 shades, the high-pigment ink provides solid, opaque coverage in a single stroke. Your designs will pop with brilliant, eye-catching colors that last and don't fade easily.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"12色高颜料鲜艳色彩\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260430164738_3d9b678ccfcc09f7d6d01bba6b585d32.png?v=1777538862\"\u003e\u003c\/div\u003e\n\u003c!-- 特性3 --\u003e\n\u003ch3 class=\"feature-title\"\u003eQUICK-DRYING WATER-BASED FORMULA\u003c\/h3\u003e\n\u003cp\u003eThe water-based ink dries in seconds, preventing smudges and mistakes. This allows you to quickly layer colors and add complex details without long waiting times, streamlining your creative nail art process.\u003c\/p\u003e\n\u003c!-- 此特性无图片，仅保留文本 --\u003e \u003c!-- 特性4 --\u003e\n\u003ch3 class=\"feature-title\"\u003eEASY FOR BEGINNERS\u003c\/h3\u003e\n\u003cp\u003eWith a pen-like grip, these markers are incredibly intuitive to use. You don't need any special training to start creating dots, lines, and simple designs, making nail art accessible to everyone.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"笔状握持新手友好设计\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260430164743_7ab46d0f3719d1f21414e0390225c3a8.jpg?v=1777538867\"\u003e\u003c\/div\u003e\n\u003c!-- 特性5 --\u003e\n\u003ch3 class=\"feature-title\"\u003eVERSATILE ARTISTIC APPLICATION\u003c\/h3\u003e\n\u003cp\u003eGo beyond simple lines and dots. These markers are perfect for creating everything from delicate floral patterns to bold graffiti art, giving you the freedom to express your unique style on your fingertips.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"多种美甲艺术图案创作\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260430164747_626ec1d20665732b934df5af2ee27811.jpg?v=1777538871\"\u003e\u003c\/div\u003e\n\u003c!-- SPECIFICATION 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eSPECIFICATION\u003c\/h2\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e12 Color\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eWater-Based Ink, Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Includes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1*12-Color Nail Art Marker Pen Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- NOTES 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eNOTES\u003c\/h2\u003e\n\u003cdiv class=\"note-block\"\u003e\n\u003cp\u003ePlease allow 2-3cm error due to manual measurement. Please make sure you do not mind before purchasing.\u003c\/p\u003e\n\u003cp\u003eColor may not appear as exactly as in real life due to variations between the computer monitors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 保留原始脚本，不做任何修改 --\u003e \u003cscript\u003e\n      (function() {\n        console.log(\"Nail art marker pen description loaded.\");\n      })();\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"1","offers":[{"title":"12 Colors \/ Buy 1","offer_id":45186230878317,"sku":"LG60338978","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"12 Colors \/ Buy 2 Save￡6","offer_id":45186230911085,"sku":"LG60338978*2","price":17.99,"currency_code":"GBP","in_stock":true},{"title":"12 Colors \/ Buy 3 Get 1 Free","offer_id":45186230943853,"sku":"LG60338978*4","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0631\/2460\/2989\/files\/spp_shopify20260430164751_0a961d65ef2c3809daad680dfd7bb1be_f68e006e-25e7-4dc8-a1c7-10b1205ea83d.jpg?v=1778320233","url":"https:\/\/brittrove.com\/products\/12-c","provider":"brittrove","version":"1.0","type":"link"}