{"product_id":"the-things-i-never-sent-journal","title":"The Things I Never Sent","description":"\u003cstyle\u003e\n  .lu-journal-product {\n    --lu-purple: #654896;\n    --lu-purple-dark: #523a7b;\n    --lu-heading: #182231;\n    --lu-body: #242424;\n    --lu-cream: #f8f1e9;\n    --lu-pink: #fff7fa;\n    --lu-light-purple: #f3eefb;\n    --lu-border: rgba(101,72,150,.18);\n    --lu-muted: #62666d;\n\n    width: 100%;\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--lu-body);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  .lu-journal-product *,\n  .lu-journal-product *::before,\n  .lu-journal-product *::after {\n    box-sizing: border-box;\n  }\n\n  .lu-journal-product p {\n    margin: 0 0 21px;\n  }\n\n  .lu-journal-product h2,\n  .lu-journal-product h3 {\n    color: var(--lu-heading) !important;\n    font-family: Baskerville, \"Baskerville Old Face\", Georgia, \"Times New Roman\", serif !important;\n    text-transform: none !important;\n  }\n\n  .lu-journal-product h2 {\n    margin: 42px 0 15px;\n    font-size: clamp(1.85rem, 4vw, 2.35rem);\n    font-weight: 400;\n    line-height: 1.15;\n    letter-spacing: -.015em;\n  }\n\n  .lu-journal-product h3 {\n    margin: 0 0 8px;\n    font-size: 22px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .lu-product-eyebrow {\n    margin: 0 0 12px !important;\n    color: var(--lu-purple) !important;\n    font-family: Georgia, \"Times New Roman\", serif !important;\n    font-size: 12px !important;\n    font-weight: 700 !important;\n    line-height: 1.5 !important;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n  }\n\n  .lu-product-opening {\n    margin-bottom: 30px;\n    font-size: 20px;\n    line-height: 1.72;\n    color: #3c4046;\n  }\n\n  .lu-product-opening strong {\n    color: var(--lu-heading);\n  }\n\n  .lu-product-intro-box {\n    margin: 30px 0 34px;\n    padding: 25px 27px;\n    border: 1px solid var(--lu-border);\n    border-left: 6px solid var(--lu-purple);\n    border-radius: 18px;\n    background: var(--lu-light-purple);\n  }\n\n  .lu-product-intro-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .lu-product-pullquote {\n    margin: 36px 0;\n    padding: 9px 0 9px 23px;\n    border-left: 4px solid var(--lu-purple);\n    color: var(--lu-heading);\n    font-family: Baskerville, \"Baskerville Old Face\", Georgia, serif;\n    font-size: clamp(24px, 3.5vw, 31px);\n    font-weight: 400;\n    line-height: 1.3;\n  }\n\n  .lu-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0,1fr));\n    gap: 15px;\n    margin: 24px 0 35px;\n  }\n\n  .lu-use-card {\n    padding: 21px 22px;\n    border: 1px solid var(--lu-border);\n    border-radius: 16px;\n  }\n\n  .lu-use-card:nth-child(1),\n  .lu-use-card:nth-child(4) {\n    background: var(--lu-pink);\n  }\n\n  .lu-use-card:nth-child(2) {\n    background: var(--lu-light-purple);\n  }\n\n  .lu-use-card:nth-child(3) {\n    background: var(--lu-cream);\n  }\n\n  .lu-use-card p {\n    margin: 0;\n    color: #4a4650;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .lu-details-box {\n    margin: 28px 0 34px;\n    padding: 25px 27px;\n    border: 1px solid var(--lu-border);\n    border-radius: 18px;\n    background: var(--lu-cream);\n  }\n\n  .lu-details-box ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .lu-details-box li {\n    position: relative;\n    margin: 0 0 11px;\n    padding-left: 30px;\n  }\n\n  .lu-details-box li:last-child {\n    margin-bottom: 0;\n  }\n\n  .lu-details-box li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 2px;\n    left: 0;\n    display: grid;\n    width: 20px;\n    height: 20px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--lu-light-purple);\n    color: var(--lu-purple);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .lu-product-note {\n    margin: 32px 0;\n    padding: 23px 25px;\n    border: 1px solid var(--lu-border);\n    border-radius: 17px;\n    background: linear-gradient(135deg, #fff 0%, var(--lu-light-purple) 100%);\n    box-shadow: 0 8px 24px rgba(24,34,49,.045);\n  }\n\n  .lu-product-label {\n    display: block;\n    margin: 0 0 7px;\n    color: var(--lu-purple);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n\n  .lu-product-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .lu-compliance {\n    margin-top: 39px;\n    padding-top: 24px;\n    border-top: 1px solid rgba(24,34,49,.13);\n    color: var(--lu-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .lu-compliance p {\n    margin-bottom: 10px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .lu-journal-product {\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    .lu-product-opening {\n      font-size: 18px;\n    }\n\n    .lu-use-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lu-journal-product h2 {\n      margin-top: 38px;\n      font-size: 30px;\n    }\n\n    .lu-product-intro-box,\n    .lu-details-box,\n    .lu-product-note {\n      padding: 21px;\n    }\n  }\n\n  \/* Shopify Dawn typography overrides *\/\n  .product__description .lu-journal-product,\n  .product__description .lu-journal-product p,\n  .product__description .lu-journal-product li,\n  .rte .lu-journal-product,\n  .rte .lu-journal-product p,\n  .rte .lu-journal-product li {\n    color: #242424 !important;\n    font-family: Georgia, \"Times New Roman\", serif !important;\n  }\n\n  .product__description .lu-journal-product h2,\n  .product__description .lu-journal-product h3,\n  .rte .lu-journal-product h2,\n  .rte .lu-journal-product h3 {\n    color: #182231 !important;\n    font-family: Baskerville, \"Baskerville Old Face\", Georgia, \"Times New Roman\", serif !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lu-journal-product\"\u003e\n\n  \u003cp class=\"lu-product-eyebrow\"\u003eUnsent words · breakup letters · private thoughts\u003c\/p\u003e\n\n  \u003cp class=\"lu-product-opening\"\u003e\n    \u003cstrong\u003eSome things are easier to write than to send.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lu-product-intro-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eThe Things I Never Sent\u003c\/strong\u003e is a hardcover journal for breakup letters,\n      unsent texts, unfinished conversations, private thoughts, and all the words that\n      never quite found their way to someone else.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    Use it for the message you keep rewriting. The apology you never received.\n    The goodbye you still think about. The things you wish you had said differently.\n    Or simply the thoughts you need somewhere private to exist.\n  \u003c\/p\u003e\n\n  \u003cblockquote class=\"lu-product-pullquote\"\u003e\n    The words can exist without ever reaching the send button.\n  \u003c\/blockquote\u003e\n\n  \u003cp\u003e\n    This is not a guided workbook or a step-by-step healing program. There are no\n    exercises telling you what you should feel next.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    It is simply a quiet physical place to write freely, honestly, and privately —\n    without having to decide whether those words ever need to be sent.\n  \u003c\/p\u003e\n\n  \u003ch2\u003eA place for what was left unsaid\u003c\/h2\u003e\n\n  \u003cdiv class=\"lu-use-grid\"\u003e\n\n    \u003cdiv class=\"lu-use-card\"\u003e\n      \u003ch3\u003eUnsent messages\u003c\/h3\u003e\n      \u003cp\u003e\n        Write the text you keep drafting, deleting, rewriting, and stopping yourself from sending.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lu-use-card\"\u003e\n      \u003ch3\u003eBreakup letters\u003c\/h3\u003e\n      \u003cp\u003e\n        Give the longer version somewhere to go when a phone screen does not feel big enough.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lu-use-card\"\u003e\n      \u003ch3\u003eUnfinished conversations\u003c\/h3\u003e\n      \u003cp\u003e\n        Put words around the questions, memories, anger, tenderness, and explanations that never arrived.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lu-use-card\"\u003e\n      \u003ch3\u003ePrivate reflection\u003c\/h3\u003e\n      \u003cp\u003e\n        Keep thoughts somewhere that belongs to you rather than leaving them sitting in a message thread.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lu-product-note\"\u003e\n    \u003cspan class=\"lu-product-label\"\u003eLeft Unsaid\u003c\/span\u003e\n    \u003cp\u003e\n      You do not have to send everything you need to say. Sometimes writing it is enough\n      to let the thought exist outside your head.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eThe journal\u003c\/h2\u003e\n\n  \u003cdiv class=\"lu-details-box\"\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHardcover journal\u003c\/strong\u003e with UltraHyde hardcover paper\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e5.5 × 8.5 in\u003c\/strong\u003e \/ 13.97 × 21.59 cm\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e80 lined pages\u003c\/strong\u003e in warm cream-colored paper\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMatching elastic closure\u003c\/strong\u003e to keep the journal closed\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRibbon page marker\u003c\/strong\u003e for keeping your place\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eExpandable inner pocket\u003c\/strong\u003e for loose notes, letters, or keepsakes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 10.9 oz \/ 309 g\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWrite it first. Decide later.\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Some messages deserve time before they become conversations.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Write what you actually want to say. Leave it overnight. Come back to it.\n    Change it, keep it, tear it out, or never show it to anyone.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The journal does not decide what happens next.\n    It simply gives the words somewhere else to go.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lu-compliance\"\u003e\n    \u003cp\u003e\u003cstrong\u003eProduct information:\u003c\/strong\u003e Intended for adults.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eEU warranty:\u003c\/strong\u003e 2 years.\u003c\/p\u003e\n    \u003cp\u003e\n      This product meets applicable lead and phthalates level requirements.\n      Additional manufacturer and EU product-safety information is provided\n      in accordance with the General Product Safety Regulation (GPSR).\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Left Unsaid","offers":[{"title":"Default Title","offer_id":58414117323087,"sku":"1815355_16958","price":24.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0992\/7783\/2527\/files\/the-things-i-never-sent-journal-2.png?v=1786119829","url":"https:\/\/leftunsaid.store\/products\/the-things-i-never-sent-journal","provider":"Left Unsaid","version":"1.0","type":"link"}