{"product_id":"peel-off-brow-tint","title":"Peel-Off Brow Tint","description":"\u003cstyle\u003e\n  #pb-hero,\n  #pb-hero * {\n    box-sizing: border-box;\n  }\n\n  #pb-hero {\n    --pb-bg-white: #ffffff;\n    --pb-bg-cream: #fff7ee;\n    --pb-bg-warm: #f6c996;\n    --pb-brown: #3a1f12;\n    --pb-brown-soft: #6b3f25;\n    --pb-caramel: #a65a28;\n    --pb-caramel-dark: #7b3d1f;\n    --pb-text: #5c4538;\n    --pb-muted: #806658;\n    --pb-card: rgba(255, 255, 255, 0.72);\n    --pb-border: rgba(122, 61, 31, 0.18);\n\n    width: 100%;\n    overflow: hidden;\n    padding: 70px 0;\n    color: var(--pb-brown);\n    font-family: inherit;\n    background:\n      radial-gradient(circle at 88% 18%, rgba(166, 90, 40, 0.16), transparent 34%),\n      radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95), transparent 32%),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #fffaf4 28%,\n        #fff0dc 62%,\n        #f5c996 100%\n      );\n  }\n\n  #pb-hero h1,\n  #pb-hero h2,\n  #pb-hero h3,\n  #pb-hero p {\n    margin: 0;\n  }\n\n  #pb-hero .pb-wrap {\n    width: min(1120px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  #pb-hero .pb-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 15px;\n    color: var(--pb-caramel-dark);\n    font-size: 11px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  #pb-hero .pb-eyebrow::before {\n    content: \"\";\n    width: 34px;\n    height: 2px;\n    border-radius: 999px;\n    background: currentColor;\n  }\n\n  #pb-hero .pb-title {\n    max-width: 900px;\n    color: var(--pb-brown);\n    font-size: clamp(42px, 6vw, 78px);\n    line-height: 0.96;\n    letter-spacing: -0.045em;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  #pb-hero .pb-title span {\n    display: inline;\n    color: var(--pb-caramel-dark);\n  }\n\n  #pb-hero .pb-subtitle {\n    max-width: 760px;\n    margin-top: 20px;\n    color: var(--pb-text);\n    font-size: clamp(16px, 1.7vw, 19px);\n    line-height: 1.6;\n    font-weight: 500;\n  }\n\n  #pb-hero .pb-subtitle strong {\n    color: var(--pb-brown);\n    font-weight: 900;\n  }\n\n  #pb-hero .pb-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  #pb-hero .pb-benefit {\n    display: grid;\n    grid-template-columns: 42px minmax(0, 1fr);\n    align-items: center;\n    gap: 12px;\n    min-height: 0;\n    padding: 14px 16px;\n    border: 1px solid var(--pb-border);\n    border-radius: 18px;\n    background: var(--pb-card);\n    box-shadow: 0 10px 26px rgba(70, 35, 18, 0.06);\n    backdrop-filter: blur(10px);\n  }\n\n  #pb-hero .pb-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    color: #fff;\n    background: linear-gradient(135deg, var(--pb-caramel), var(--pb-caramel-dark));\n    box-shadow: 0 8px 18px rgba(122, 61, 31, 0.18);\n    font-size: 17px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  #pb-hero .pb-benefit h3 {\n    color: var(--pb-brown);\n    font-size: 15px;\n    line-height: 1.25;\n    font-weight: 900;\n  }\n\n  #pb-hero .pb-benefit p {\n    margin-top: 3px;\n    color: var(--pb-text);\n    font-size: 12.5px;\n    line-height: 1.42;\n    font-weight: 500;\n  }\n\n  #pb-hero .pb-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 24px;\n  }\n\n  #pb-hero .pb-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 13px;\n    border: 1px solid rgba(122, 61, 31, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.68);\n    color: #4a2a19;\n    font-size: 11px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  #pb-hero .pb-tag::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--pb-caramel);\n    box-shadow: 0 0 0 4px rgba(166, 90, 40, 0.13);\n  }\n\n  #pb-hero .pb-note {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    max-width: 760px;\n    margin-top: 18px;\n    color: var(--pb-muted);\n    font-size: 12.5px;\n    line-height: 1.5;\n    font-weight: 500;\n  }\n\n  #pb-hero .pb-note-icon {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    color: var(--pb-caramel-dark);\n    background: rgba(255, 255, 255, 0.72);\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  @media screen and (max-width: 749px) {\n    #pb-hero {\n      padding: 50px 0;\n    }\n\n    #pb-hero .pb-wrap {\n      width: min(100% - 26px, 1120px);\n    }\n\n    #pb-hero .pb-eyebrow {\n      margin-bottom: 12px;\n      font-size: 10px;\n      letter-spacing: 0.13em;\n    }\n\n    #pb-hero .pb-title {\n      font-size: clamp(38px, 11.5vw, 54px);\n      line-height: 0.98;\n    }\n\n    #pb-hero .pb-subtitle {\n      margin-top: 16px;\n      font-size: 15px;\n      line-height: 1.55;\n    }\n\n    #pb-hero .pb-benefits {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 24px;\n    }\n\n    #pb-hero .pb-benefit {\n      grid-template-columns: 40px minmax(0, 1fr);\n      gap: 11px;\n      padding: 13px 14px;\n      border-radius: 16px;\n    }\n\n    #pb-hero .pb-icon {\n      width: 40px;\n      height: 40px;\n      font-size: 16px;\n    }\n\n    #pb-hero .pb-benefit h3 {\n      font-size: 14px;\n    }\n\n    #pb-hero .pb-benefit p {\n      font-size: 11.8px;\n      line-height: 1.4;\n    }\n\n    #pb-hero .pb-tags {\n      gap: 7px;\n      margin-top: 20px;\n    }\n\n    #pb-hero .pb-tag {\n      padding: 8px 11px;\n      font-size: 10px;\n    }\n\n    #pb-hero .pb-note {\n      align-items: flex-start;\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection id=\"pb-hero\"\u003e\n  \u003cdiv class=\"pb-wrap\"\u003e\n\n    \u003cdiv class=\"pb-eyebrow\"\u003e\n      Peel-Off Brow Tint\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"pb-title\"\u003e\n      Peel-Off Brow Tint for\n      \u003cspan\u003eFuller-Looking Brows\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"pb-subtitle\"\u003e\n      Get soft, natural-looking brow color that helps\n      \u003cstrong\u003efill sparse areas, define your shape and last up to 3 days\u003c\/strong\u003e\n      —without the daily brow struggle.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pb-benefits\"\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eLasts Up to 3 Days\u003c\/h3\u003e\n          \u003cp\u003eHelps keep brows looking polished without daily touch-ups.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eNatural-Looking Color\u003c\/h3\u003e\n          \u003cp\u003eSoft tint blends into brows for a fuller, defined finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e☔\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eWaterproof Wear\u003c\/h3\u003e\n          \u003cp\u003eDesigned to stay put through busy days, humidity and sweat.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e↗\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eEasy Peel-Off Tint\u003c\/h3\u003e\n          \u003cp\u003eApply, let it set, peel off and reveal naturally tinted brows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e✎\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003ePrecision Brush Control\u003c\/h3\u003e\n          \u003cp\u003eThe angled brush helps outline, shape and fill with cleaner control.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eGreat for Sparse Brows\u003c\/h3\u003e\n          \u003cp\u003ePerfect for sparse tails, overplucked areas and uneven brow shape.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pb-tags\"\u003e\n      \u003cspan class=\"pb-tag\"\u003ePeel. Tint. Go.\u003c\/span\u003e\n      \u003cspan class=\"pb-tag\"\u003eNo Daily Brow Struggle\u003c\/span\u003e\n      \u003cspan class=\"pb-tag\"\u003eDefined Shape\u003c\/span\u003e\n      \u003cspan class=\"pb-tag\"\u003eNatural Finish\u003c\/span\u003e\n      \u003cspan class=\"pb-tag\"\u003eLong-Lasting Color\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pb-note\"\u003e\n      \u003cspan class=\"pb-note-icon\"\u003e✧\u003c\/span\u003e\n      \u003cspan\u003e\n        Ideal for sparse brows, uneven shape, fading color and anyone who wants brows that look done with less effort.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"veyralumina","offers":[{"title":"Warm Brown","offer_id":48426147381489,"sku":null,"price":184.0,"currency_code":"HKD","in_stock":true},{"title":"Espresso","offer_id":48426147414257,"sku":null,"price":184.0,"currency_code":"HKD","in_stock":true},{"title":"Taupe","offer_id":48426147447025,"sku":null,"price":184.0,"currency_code":"HKD","in_stock":true},{"title":"Chocolate","offer_id":48426147479793,"sku":null,"price":184.0,"currency_code":"HKD","in_stock":true},{"title":"Black","offer_id":48426147512561,"sku":null,"price":184.0,"currency_code":"HKD","in_stock":true},{"title":"Buy 5 PCS","offer_id":48426156982513,"sku":null,"price":288.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/2739\/7105\/files\/1.png?v=1784539313","url":"https:\/\/veyralumina.com\/products\/peel-off-brow-tint","provider":"veyralumina","version":"1.0","type":"link"}