{"product_id":"waterproof-long-lasting-liquid-eyebrow-gel","title":"Waterproof Long-Lasting Liquid Eyebrow Gel","description":"\u003cstyle\u003e\n  \/* =====================================================\n     UNIVERSAL CRO SHOPIFY TEMPLATE (MOBILE ULTRA-MAX)\n     全自适应 \/ 手机端0边距图片最大化 \/ 极窄边框设计\n     ===================================================== *\/\n\n  .pdp-template-wrap {\n    \/* 🎨 配色系统 (奢华摩卡棕\/暖栗黑\/高对比暖金色) *\/\n    --pdp-primary: #6b4432;            \n    --pdp-primary-dark: #2d1810;      \n    --pdp-accent: #9e6347;            \n    --pdp-bg-main: #faf7f5;            \n    --pdp-card-bg: #ffffff;            \n    --pdp-card-soft: #f4ece7;          \n    --pdp-text-title: #2d1810;        \n    --pdp-text-body: #4a332a;          \n    --pdp-border: #e6d7d0;            \n    \n    \/* 💎 阴影与立体感系统 *\/\n    --pdp-shadow-sm: 0 2px 8px rgba(45, 24, 16, 0.04);\n    --pdp-shadow-md: 0 4px 16px rgba(45, 24, 16, 0.08);\n\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--pdp-bg-main);\n    color: var(--pdp-text-body);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 17px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .pdp-template-wrap,\n  .pdp-template-wrap * {\n    box-sizing: border-box !important;\n    word-break: break-word !important;\n  }\n\n  \/* 🎯 强制图片100%无缝撑满全宽，并增加鼠标悬停放大效果 (Hover Zoom) *\/\n  .pdp-template-wrap img {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    border: 0 !important;\n    margin: 0 !important;\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;\n    transform-origin: center center;\n  }\n\n  .pdp-template-wrap img:hover {\n    transform: scale(1.05) !important;\n  }\n\n  .pdp-container {\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  \/* 桌面端极窄边距，手机端两侧0边距实现图片最大化 *\/\n  .pdp-section {\n    position: relative;\n    padding: 36px 12px;\n  }\n\n  .pdp-section-soft {\n    background: linear-gradient(180deg, #ffffff 0%, var(--pdp-card-soft) 100%);\n  }\n\n  \/* 1. HERO 首屏区 *\/\n  .pdp-hero {\n    position: relative;\n    padding: 32px 12px 36px;\n    background: radial-gradient(circle at 88% 16%, rgba(158, 99, 71, 0.12), transparent 35%),\n                linear-gradient(145deg, #ffffff 0%, var(--pdp-bg-main) 100%);\n    text-align: center;\n  }\n\n  .pdp-hero-title {\n    margin: 0 0 18px 0;\n    color: var(--pdp-primary-dark);\n    font-size: clamp(24px, 4.5vw, 36px);\n    font-weight: 800;\n    line-height: 1.25;\n    padding: 0 8px;\n  }\n\n  \/* 媒体容器：无边框无圆角，配合 img hover 放大隐藏溢出 *\/\n  .pdp-media-box {\n    position: relative;\n    overflow: hidden;\n    background: #ffffff;\n    margin: 0 auto;\n    width: 100%;\n  }\n\n  .pdp-hero-media {\n    max-width: 720px;\n  }\n\n  \/* 痛点共鸣卡片 *\/\n  .pdp-summary-card {\n    position: relative;\n    max-width: 800px;\n    margin: 20px auto 0;\n    padding: 18px 16px;\n    border: 1px solid var(--pdp-border);\n    border-radius: 8px;\n    background: rgba(255, 255, 255, 0.95);\n    box-shadow: var(--pdp-shadow-sm);\n    color: var(--pdp-primary-dark);\n    font-size: 16px;\n    font-weight: 600;\n    text-align: center;\n  }\n\n  .pdp-summary-card::before {\n    content: \"\";\n    position: absolute;\n    top: -1px;\n    left: 50%;\n    width: 60px;\n    height: 3px;\n    border-radius: 999px;\n    background: var(--pdp-primary);\n    transform: translateX(-50%);\n  }\n\n  \/* 2. 卖点文案 *\/\n  .pdp-feature-copy {\n    padding: 0 8px;\n  }\n\n  .pdp-feature-copy h2 {\n    position: relative;\n    margin: 0 0 10px;\n    padding-bottom: 8px;\n    color: var(--pdp-primary-dark);\n    font-size: clamp(22px, 3.5vw, 28px);\n    font-weight: 800;\n  }\n\n  .pdp-feature-copy h2::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 40px;\n    height: 3px;\n    border-radius: 999px;\n    background: var(--pdp-primary);\n  }\n\n  .pdp-feature-copy p {\n    margin: 0 0 16px 0;\n  }\n\n  \/* 4. FAQ *\/\n  .pdp-faq-list {\n    padding: 0 4px;\n  }\n\n  .pdp-faq-list details {\n    overflow: hidden;\n    border: 1px solid var(--pdp-border);\n    border-radius: 8px;\n    background: #ffffff;\n    margin-bottom: 10px;\n    box-shadow: var(--pdp-shadow-sm);\n  }\n\n  .pdp-faq-list summary {\n    padding: 14px 16px;\n    color: var(--pdp-text-title);\n    font-size: 16px;\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .pdp-faq-answer {\n    padding: 12px 16px 16px;\n    border-top: 1px solid var(--pdp-border);\n    color: var(--pdp-text-body);\n    font-size: 15px;\n  }\n\n  \/* 5. 🛡️ 信任背书模块 *\/\n  .pdp-trust-section {\n    padding: 24px 0 36px;\n    background: linear-gradient(180deg, var(--pdp-bg-main) 0%, var(--pdp-card-soft) 100%);\n  }\n\n  .pdp-trust-card {\n    border-top: 1px solid var(--pdp-border);\n    border-bottom: 1px solid var(--pdp-border);\n    overflow: hidden;\n    background: var(--pdp-card-bg);\n    margin-bottom: 16px;\n  }\n\n  .pdp-trust-card:last-child {\n    margin-bottom: 0;\n  }\n\n  .pdp-trust-header {\n    padding: 20px 16px 16px;\n    text-align: center;\n  }\n\n  .pdp-trust-title {\n    font-size: 20px;\n    color: var(--pdp-primary-dark);\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin: 0 0 12px 0;\n  }\n\n  .pdp-trust-single-column {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    font-size: 14.5px;\n    text-align: left;\n    color: var(--pdp-text-body);\n    max-width: 400px;\n    margin: 0 auto;\n  }\n\n  .pdp-trust-single-column \u003e div {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .pdp-trust-desc {\n    font-size: 14.5px;\n    line-height: 1.6;\n    color: var(--pdp-text-body);\n    margin: 0 0 8px 0;\n  }\n\n  \/* 📱 手机端极限压缩边距：两侧0边距，图片满格最大化 *\/\n  @media (max-width: 760px) {\n    .pdp-section { \n      padding: 24px 0; \n    }\n    .pdp-hero { \n      padding: 20px 0 28px; \n    }\n    .pdp-summary-card { \n      margin: 16px 12px 0;\n      padding: 14px 12px;\n      font-size: 15px; \n      text-align: left; \n    }\n    .pdp-trust-section { \n      padding: 16px 0 24px; \n    }\n    .pdp-trust-header { \n      padding: 18px 12px 14px; \n    }\n    .pdp-trust-title { \n      font-size: 18px; \n    }\n    .pdp-trust-single-column { \n      font-size: 14px; \n      gap: 8px; \n    }\n    .pdp-table-wrap {\n      padding: 0 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pdp-template-wrap\"\u003e\n  \n  \u003c!-- HERO 首屏区 --\u003e\n  \u003csection class=\"pdp-hero\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003ch1 class=\"pdp-hero-title\"\u003eLooking for perfectly shaped, vibrant brows that stay locked in place from morning until night?\u003c\/h1\u003e\n      \u003cdiv class=\"pdp-media-box pdp-hero-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/5_26_1.gif?v=1779763308\" alt=\"Eyebrow Gel GIF\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-summary-card\"\u003e\n        This highly pigmented, waterproof liquid eyebrow gel delivers up to 24 hours of smudge-proof wear, coming complete with a soft synthetic brush to effortlessly shape, fill, and define your natural brows.\u003cbr\u003e\n        \u003cdiv style=\"margin-top: 12px; overflow: hidden;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/eyebrow_gel_ecommerce_product_image.png?v=1779763299\" alt=\"Product Summary Image\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 卖点 1 --\u003e\n  \u003csection class=\"pdp-section pdp-section-soft\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003cdiv class=\"pdp-feature-copy\"\u003e\n        \u003ch2\u003e24-Hour Waterproof \u0026amp; Smudge-Proof\u003c\/h2\u003e\n        \u003cp\u003eFormulated with an innovative, super-long-lasting blend that locks in color to withstand sweat, humidity, and rain, keeping your defined brow lines crisp and vibrant for up to 24 hours.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-media-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/5_26.gif?v=1779763306\" alt=\"24-Hour Waterproof GIF\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 卖点 2 --\u003e\n  \u003csection class=\"pdp-section\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003cdiv class=\"pdp-feature-copy\"\u003e\n        \u003ch2\u003eIncludes Ultra-Soft Brow Brush\u003c\/h2\u003e\n        \u003cp\u003eComes with a dedicated application tool featuring ultra-soft synthetic fibers that gently conform to the skin without pulling, making it safe and comfortable for all skin types to shape and comb their brows.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-media-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/selling_point_2_ultra_soft_brush_c8339d44-9b2a-4d9f-8bec-3ea4a443e348.png?v=1779763437\" alt=\"Ultra-Soft Brow Brush\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 卖点 3 --\u003e\n  \u003csection class=\"pdp-section pdp-section-soft\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003cdiv class=\"pdp-feature-copy\"\u003e\n        \u003ch2\u003eSafe Plant-Fiber Formula\u003c\/h2\u003e\n        \u003cp\u003eCrafted with a safe, gentle formula enriched with plant fibers that wraps around each hair 360 degrees to effectively fill sparse areas and effortlessly cover white or gray brows without harming the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-media-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/selling_point_3_plant_fiber_formula.png?v=1779763299\" alt=\"Plant-Fiber Formula\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 卖点 4 --\u003e\n  \u003csection class=\"pdp-section\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003cdiv class=\"pdp-feature-copy\"\u003e\n        \u003ch2\u003eCompact, Portable \u0026amp; Versatile\u003c\/h2\u003e\n        \u003cp\u003eDesigned to easily fit into any pocket or handbag, offering carefully formulated, highly pigmented colors that are perfect for everything from subtle everyday wear to bold party makeup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-media-box\" style=\"margin-bottom: 8px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/selling_point_4_compact_portable.png?v=1779763299\" alt=\"Compact \u0026amp; Portable\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-media-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/overall_effect_showcase.png?v=1779763299\" alt=\"Overall Effect Showcase\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 产品参数表 --\u003e\n  \u003csection class=\"pdp-section pdp-section-soft\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003ch2 style=\"text-align: center; margin-bottom: 18px; color: var(--pdp-primary-dark); font-weight: 800; font-size: clamp(22px, 3.5vw, 28px); padding: 0 8px;\"\u003e At a Glance\u003c\/h2\u003e\n      \u003cdiv class=\"pdp-table-wrap\"\u003e\n        \u003cdiv style=\"border-radius: 8px; overflow: hidden; border: 1px solid var(--pdp-border); box-shadow: var(--pdp-shadow-sm);\"\u003e\n          \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 15px; color: var(--pdp-text-body); background-color: #ffffff;\"\u003e\n            \u003ctbody\u003e\n              \u003ctr style=\"background-color: var(--pdp-card-soft);\"\u003e\n                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border); border-right: 1px solid var(--pdp-border); font-weight: bold; width: 35%; color: var(--pdp-primary-dark);\"\u003eFormula\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border);\"\u003eWaterproof and Smudge-Proof Liquid Gel with Plant Fibers\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border); border-right: 1px solid var(--pdp-border); font-weight: bold; color: var(--pdp-primary-dark);\"\u003eIncluded Tools\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; border-bottom: 1px solid var(--pdp-border);\"\u003eUltra-Soft Synthetic Fiber Eyebrow Brush\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"background-color: var(--pdp-card-soft);\"\u003e\n                \u003ctd style=\"padding: 12px; border-right: 1px solid var(--pdp-border); font-weight: bold; color: var(--pdp-primary-dark);\"\u003eWear Time\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px;\"\u003eUp to 24 Hours of Continuous, Vibrant Color\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ 区块 --\u003e\n  \u003csection class=\"pdp-section\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \u003ch2 style=\"text-align: center; margin-bottom: 18px; color: var(--pdp-primary-dark); font-weight: 800; font-size: clamp(22px, 3.5vw, 28px); padding: 0 8px;\"\u003e🛠️ Professional FAQ\u003c\/h2\u003e\n      \u003cdiv class=\"pdp-faq-list\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eQ: Will the included brush irritate my skin if it is highly sensitive?\u003c\/summary\u003e\n          \u003cdiv class=\"pdp-faq-answer\"\u003eA: No, the dedicated brush features ultra-soft synthetic fibers specifically designed to be incredibly gentle and completely safe for all skin types, including sensitive skin.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eQ: Does this gel formula cover up gray or white eyebrow hairs effectively?\u003c\/summary\u003e\n          \u003cdiv class=\"pdp-faq-answer\"\u003eA: Yes, the unique, highly pigmented formula wraps around each individual hair 360 degrees, seamlessly covering white or gray brows while naturally filling in sparse areas.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eQ: How well does this eyebrow gel hold up during a sweaty workout or rainy weather?\u003c\/summary\u003e\n          \u003cdiv class=\"pdp-faq-answer\"\u003eA: It is engineered with an advanced waterproof and sweat-resistant formula that locks the color precisely in place, ensuring zero smudging regardless of the weather or your daily commute.\u003c\/div\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 信任背书模块 --\u003e\n  \u003csection class=\"pdp-trust-section\"\u003e\n    \u003cdiv class=\"pdp-container\"\u003e\n      \n      \u003cdiv class=\"pdp-trust-card\"\u003e\n        \u003cdiv class=\"pdp-trust-header\"\u003e\n          \u003ch2 class=\"pdp-trust-title\"\u003e❤️ WHY US?\u003c\/h2\u003e\n          \u003cdiv class=\"pdp-trust-single-column\"\u003e\n            \u003cdiv\u003e🏭 We work directly with manufacturers around the world to ensure the best quality of our products. We have our own quality control department that helps us deliver on our promises!\u003c\/div\u003e\n            \u003cdiv\u003e💰 Our prices are always competitive.\u003c\/div\u003e\n            \u003cdiv\u003e🤝 Excellent customer service\u003c\/div\u003e\n            \u003cdiv\u003e✅ Excellent, high-quality products\u003c\/div\u003e\n            \u003cdiv\u003e⭐ Read reviews from our wonderful customers\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pdp-media-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/a780891179caa3aaf192ad53f13320b100e1dfc7.jpeg\" alt=\"Why Us Guarantee\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-trust-card\"\u003e\n        \u003cdiv class=\"pdp-trust-header\"\u003e\n          \u003ch2 class=\"pdp-trust-title\"\u003e30-DAY RISK-FREE GUARANTEE\u003c\/h2\u003e\n          \u003cp class=\"pdp-trust-desc\"\u003eWe offer a risk-free 30-day guarantee that starts only when you receive your ITEM!\u003c\/p\u003e\n          \u003cp class=\"pdp-trust-desc\" style=\"margin-bottom: 0;\"\u003eIf for any reason you are not satisfied with your purchase, we will do everything we can to ensure that you are 100% satisfied.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pdp-media-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/467fdaca4c0188d1b5b5924678f5669a49e3809e.webp\" alt=\"30-Day Guarantee\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-trust-card\"\u003e\n        \u003cdiv class=\"pdp-trust-header\"\u003e\n          \u003ch2 class=\"pdp-trust-title\"\u003eSHIPPING AND DELIVERY\u003c\/h2\u003e\n          \u003cp class=\"pdp-trust-desc\" style=\"margin-bottom: 0;\"\u003eAll orders are packed, prepared, and shipped as quickly as possible. For more accurate delivery times, please see our shipping guidelines, as some locations have much faster shipping than the typical delivery time. Once your order has been shipped, you will receive a tracking number so you can always know where it is!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pdp-media-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/2f1fcc80739b9c57ecffe9b28bd02a14c5d388a3.webp\" alt=\"Shipping Logistics 1\"\u003e \n        \u003c\/div\u003e\n        \u003cdiv class=\"pdp-media-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/51e2fbcc469549e3e859083431e4002a5db93883.webp\" alt=\"Shipping Logistics 2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pdp-media-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/5bf3d683975a2a3fa0bd1e0f3437d6f5eb6389b1.webp\" alt=\"Shipping Logistics 3\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0183","offers":[{"title":"1# BLONDE","offer_id":53347069526379,"sku":"NC01862605262725-1# BLONDE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"2# CARAMEL","offer_id":53347069559147,"sku":"NC01862605262725-2# CARAMEL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"3# CHOCOLATE","offer_id":53347069591915,"sku":"NC01862605262725-3# CHOCOLATE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"4# BRUNETTE","offer_id":53347069624683,"sku":"NC01862605262725-4# BRUNETTE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"5# ESPRESSO","offer_id":53347069657451,"sku":"NC01862605262725-5# ESPRESSO","price":19.99,"currency_code":"USD","in_stock":true},{"title":"6# BLACK","offer_id":53347069690219,"sku":"NC01862605262725-6# BLACK","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/eyebrow_gel_ecommerce_product_image.png?v=1780658565","url":"https:\/\/zavrlynia.com\/products\/waterproof-long-lasting-liquid-eyebrow-gel","provider":"zavrlynia","version":"1.0","type":"link"}