{"product_id":"cocoa-lip-gloss","title":"Cocoa Lip Gloss","description":"\u003cp\u003e```html\u003c\/p\u003e\n\u003cstyle\u003e\n    .gb-secret {\n      --gb-bg: #F8F6F2;\n      --gb-card: #FFFFFF;\n      --gb-text: #262522;\n      --gb-muted: #77736C;\n      --gb-border: #DDD9D1;\n      --gb-accent: #B98F91;\n      --gb-accent-light: #F1E4E3;\n\n      max-width: 760px;\n      margin: 0 auto;\n      background: var(--gb-bg);\n      color: var(--gb-text);\n      font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n      font-size: 15px;\n      line-height: 1.7;\n      letter-spacing: .01em;\n    }\n\n    .gb-secret *,\n    .gb-secret *::before,\n    .gb-secret *::after {\n      box-sizing: border-box;\n    }\n\n    \/* MAIN CONTAINER *\/\n\n    .gb-secret .gb-wrap {\n      padding: 34px 30px 0;\n      border: 1px solid var(--gb-border);\n      border-radius: 2px;\n    }\n\n    \/* TOP LABEL *\/\n\n    .gb-secret .gb-meta {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 20px;\n      padding-bottom: 17px;\n      border-bottom: 1px solid var(--gb-border);\n      color: var(--gb-muted);\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret .gb-meta-right {\n      text-align: right;\n    }\n\n    \/* INTRO *\/\n\n    .gb-secret .gb-eyebrow {\n      margin: 38px 0 10px;\n      color: var(--gb-accent);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .2em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret h1.gb-title {\n      margin: 0;\n      color: var(--gb-text);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: clamp(48px, 9vw, 78px);\n      font-weight: 400;\n      line-height: .95;\n      letter-spacing: -.045em;\n    }\n\n    .gb-secret .gb-subtitle {\n      margin-top: 16px;\n      padding-bottom: 22px;\n      color: var(--gb-muted);\n      border-bottom: 1px solid var(--gb-border);\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: .13em;\n      text-transform: uppercase;\n    }\n\n    \/* HIGHLIGHT *\/\n\n    .gb-secret .gb-intro {\n      margin: 24px 0 0;\n      padding: 20px 22px;\n      background: var(--gb-card);\n      border: 1px solid var(--gb-border);\n      border-left: 3px solid var(--gb-accent);\n      border-radius: 2px;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .gb-secret .gb-intro strong {\n      font-weight: 600;\n    }\n\n    \/* BODY COPY *\/\n\n    .gb-secret .gb-copy {\n      margin-top: 28px;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    .gb-secret .gb-copy p {\n      margin: 0 0 20px;\n    }\n\n    \/* REDACTION *\/\n\n    .gb-secret .gb-redact {\n      display: inline-block;\n      min-width: 70px;\n      height: 13px;\n      margin: 0 3px;\n      vertical-align: middle;\n      background: #3A3834;\n      border-radius: 2px;\n    }\n\n    \/* SECTION *\/\n\n    .gb-secret .gb-section {\n      margin: 38px 0 14px;\n      color: var(--gb-muted);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .2em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret .gb-rule {\n      height: 1px;\n      margin: 32px 0;\n      border: 0;\n      background: var(--gb-border);\n    }\n\n    \/* PRODUCT DETAILS *\/\n\n    .gb-secret .gb-details {\n      border-top: 1px solid var(--gb-border);\n    }\n\n    .gb-secret .gb-detail {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      min-height: 44px;\n      border-bottom: 1px solid var(--gb-border);\n      font-size: 13px;\n    }\n\n    .gb-secret .gb-detail-label {\n      width: 40%;\n      color: var(--gb-muted);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .13em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret .gb-detail-value {\n      flex: 1;\n      color: var(--gb-text);\n    }\n\n    \/* RELEASE BOX *\/\n\n    .gb-secret .gb-release {\n      margin: 30px 0 8px;\n      padding: 30px 20px;\n      text-align: center;\n      background: var(--gb-accent-light);\n      border: 1px solid #E4D1D0;\n      border-radius: 2px;\n    }\n\n    .gb-secret .gb-release-line {\n      width: 100px;\n      height: 2px;\n      margin: 0 auto 17px;\n      background: var(--gb-accent);\n    }\n\n    .gb-secret .gb-release-label {\n      color: var(--gb-muted);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret .gb-release-value {\n      margin-top: 7px;\n      color: var(--gb-text);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: 18px;\n      font-style: italic;\n    }\n\n    \/* NORMAL WORDS *\/\n\n    .gb-secret .gb-human {\n      margin-top: 30px;\n      padding: 26px 24px;\n      background: var(--gb-card);\n      border: 1px solid var(--gb-border);\n      border-radius: 2px;\n    }\n\n    .gb-secret .gb-human-label {\n      margin-bottom: 13px;\n      color: var(--gb-accent);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n    }\n\n    .gb-secret .gb-human h3 {\n      margin: 0 0 14px;\n      color: var(--gb-text);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: 25px;\n      font-weight: 400;\n      letter-spacing: -.02em;\n    }\n\n    .gb-secret .gb-human p {\n      margin: 0 0 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .gb-secret .gb-human p:last-child {\n      margin-bottom: 0;\n    }\n\n    .gb-secret .gb-human a {\n      color: var(--gb-text);\n      font-weight: 600;\n      text-decoration: underline;\n      text-decoration-color: var(--gb-accent);\n      text-underline-offset: 3px;\n    }\n\n    \/* CTA *\/\n\n    .gb-secret .gb-cta {\n      margin: 34px 0 0;\n      padding: 28px 24px;\n      text-align: center;\n      background: var(--gb-text);\n      color: #FFFFFF;\n      border-radius: 2px;\n    }\n\n    .gb-secret .gb-cta h2 {\n      margin: 0 0 7px;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: 25px;\n      font-weight: 400;\n      letter-spacing: -.02em;\n    }\n\n    .gb-secret .gb-cta p {\n      max-width: 480px;\n      margin: 0 auto;\n      color: rgba(255,255,255,.72);\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    .gb-secret .gb-wa {\n      display: inline-block;\n      margin-top: 20px;\n      padding: 13px 20px;\n      background: #FFFFFF;\n      color: var(--gb-text);\n      border: 1px solid #FFFFFF;\n      border-radius: 2px;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .14em;\n      text-decoration: none;\n      text-transform: uppercase;\n      transition: all .2s ease;\n    }\n\n    .gb-secret .gb-wa:hover {\n      background: var(--gb-accent-light);\n      border-color: var(--gb-accent-light);\n    }\n\n    .gb-secret .gb-note {\n      margin: 17px 0 0;\n      color: rgba(255,255,255,.55);\n      font-size: 11px;\n      line-height: 1.6;\n    }\n\n    \/* FOOT NOTE *\/\n\n    .gb-secret .gb-bottom {\n      padding: 25px 0 28px;\n      text-align: center;\n      color: var(--gb-muted);\n      font-size: 9px;\n      font-weight: 600;\n      letter-spacing: .15em;\n      text-transform: uppercase;\n    }\n\n    \/* MOBILE *\/\n\n    @media (max-width: 600px) {\n\n      .gb-secret .gb-wrap {\n        padding: 24px 17px 0;\n      }\n\n      .gb-secret .gb-meta {\n        font-size: 8px;\n        letter-spacing: .12em;\n      }\n\n      .gb-secret .gb-eyebrow {\n        margin-top: 30px;\n      }\n\n      .gb-secret h1.gb-title {\n        font-size: 52px;\n      }\n\n      .gb-secret .gb-intro {\n        padding: 17px 17px;\n        font-size: 15px;\n      }\n\n      .gb-secret .gb-copy {\n        font-size: 16px;\n      }\n\n      .gb-secret .gb-detail {\n        display: block;\n        padding: 11px 0;\n      }\n\n      .gb-secret .gb-detail-label {\n        display: block;\n        width: auto;\n        margin-bottom: 2px;\n      }\n\n      .gb-secret .gb-detail-value {\n        display: block;\n      }\n\n      .gb-secret .gb-human {\n        padding: 22px 18px;\n      }\n\n      .gb-secret .gb-cta {\n        padding: 25px 17px;\n      }\n\n      .gb-secret .gb-wa {\n        display: block;\n      }\n\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"gb-secret\"\u003e\n\u003cdiv class=\"gb-wrap\"\u003e\n\u003cdiv class=\"gb-meta\"\u003e\n\u003cspan\u003eGlow Beauty\u003c\/span\u003e \u003cspan class=\"gb-meta-right\"\u003eLot 001\/26\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-eyebrow\"\u003eProject\u003c\/div\u003e\n\u003ch1 class=\"gb-title\"\u003eGlass Skin\u003c\/h1\u003e\n\u003cdiv class=\"gb-subtitle\"\u003eUnreleased · Limited Specimen · Clearance Required\u003c\/div\u003e\n\u003cdiv class=\"gb-intro\"\u003e\n\u003cstrong\u003eA new Glow Beauty face mist.\u003c\/strong\u003e It isn't out yet. If a small unlabelled bottle came in your parcel — that's it, and you're early.\u003c\/div\u003e\n\u003cdiv class=\"gb-copy\"\u003e\n\u003cp\u003eIf you're reading this, you're holding a bottle that isn't for sale.\u003c\/p\u003e\n\u003cp\u003eTen millilitres. No name on it. An unreleased face mist we've been testing for \u003cspan class=\"gb-redact\"\u003e\u003c\/span\u003e months. Face first, body too.\u003c\/p\u003e\n\u003cp\u003eLot 001 is under 2,000 bottles. They go out inside orders — one per parcel, unannounced, with no way to ask for one.\u003c\/p\u003e\n\u003cp\u003eWhen Lot 001 runs out, it closes. It will not be reissued.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"gb-rule\"\u003e\n\u003cdiv class=\"gb-section\"\u003eWhat we can tell you\u003c\/div\u003e\n\u003cdiv class=\"gb-details\"\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eFormula\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003e\n\u003cspan class=\"gb-redact\" style=\"width: 120px;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eSeries\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003e\n\u003cspan class=\"gb-redact\" style=\"width: 75px;\"\u003e\u003c\/span\u003e Dew\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eSpecimen Nos.\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003e01 · 02 · 03 — you have one of three\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eLot 001\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003eUnder 2,000 · Not being reissued\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eTexture\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003eUltrafine · No sticky finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eMade\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003ePakistan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003ePrice\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003e\n\u003cspan class=\"gb-redact\" style=\"width: 60px;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-detail\"\u003e\n\u003cdiv class=\"gb-detail-label\"\u003eRelease Date\u003c\/div\u003e\n\u003cdiv class=\"gb-detail-value\"\u003e\n\u003cspan class=\"gb-redact\" style=\"width: 100px;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-release\"\u003e\n\u003cdiv class=\"gb-release-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gb-release-label\"\u003eRelease Date\u003c\/div\u003e\n\u003cdiv class=\"gb-release-value\"\u003eClassified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"gb-rule\"\u003e\n\u003cdiv class=\"gb-section\"\u003eWhat happens if you sign\u003c\/div\u003e\n\u003cdiv class=\"gb-copy\"\u003e\n\u003cp\u003eDeclassification goes to this list first — a full day before the grid, before the feed, before anyone who never got a bottle.\u003c\/p\u003e\n\u003cp\u003eIncluding the date.\u003c\/p\u003e\n\u003cp\u003eOne field declassifies every Monday until then: Formula. Series. Names.\u003c\/p\u003e\n\u003cp\u003eIn that order. You'll watch the file fill in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-human\"\u003e\n\u003cdiv class=\"gb-human-label\"\u003eIn normal words\u003c\/div\u003e\n\u003ch3\u003eYou're early.\u003c\/h3\u003e\n\u003cp\u003eIt's a face mist. A new one. It's not launched yet.\u003c\/p\u003e\n\u003cp\u003eWe put a 10ml bottle into orders so a couple thousand of you could try it before the internet got to it.\u003c\/p\u003e\n\u003cp\u003eYours has a number written on it by hand — \u003cstrong\u003e01, 02 or 03.\u003c\/strong\u003e There are three. You got one of them. We're not saying which yet.\u003c\/p\u003e\n\u003cp\u003ePut your details in below and we'll tell you what it is, what's in it, and when it drops — before it goes public.\u003c\/p\u003e\n\u003cp\u003eThat's the whole deal. You're early, GlowFam. Stay early.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #77736c; margin-top: 20px;\"\u003eDidn't get a bottle? Lot 001 is still going out with orders — one per parcel, while they last. \u003ca href=\"\/collections\/all\"\u003eShop the store\u003c\/a\u003e or get on the list anyway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-cta\"\u003e\n\u003ch2\u003eRequest declassification\u003c\/h2\u003e\n\u003cp\u003eYour specimen number is written by hand on the front of your bottle.\u003c\/p\u003e\n\u003ca class=\"gb-wa\" href=\"https:\/\/wa.me\/923362392623?text=DECLASSIFY\" rel=\"noopener\" target=\"_blank\"\u003e Message \"DECLASSIFY\" \u003c\/a\u003e\n\u003cdiv class=\"gb-note\"\u003e+92 336 2392623 \u003cbr\u003e\u003cbr\u003eOne message when it drops, plus the weekly declassification. Nothing else. \u003cbr\u003e\u003cbr\u003eSave the number when you sign up, or the reveal won't reach you on WhatsApp.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-bottom\"\u003eGlow Beauty Skincare · @glow.beauty.cosmetics\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Glow Beauty Cosmetics","offers":[{"title":"Default Title","offer_id":44340738719822,"sku":null,"price":0.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/5642\/0430\/files\/IMG_2223.jpg?v=1789492049","url":"https:\/\/glowbeautys.com\/products\/cocoa-lip-gloss","provider":"Glow Beauty Cosmetics","version":"1.0","type":"link"}