{"product_id":"subscribe","title":"Soap of the Month – Single","description":"\u003cp\u003e```html\u003c\/p\u003e\n\u003c!-- E-Style Subscription Description (HTML) --\u003e\n\u003csection aria-label=\"Monthly Soap Subscription description\" class=\"etti-subscription estyle\"\u003e\n\u003cdiv class=\"estyle-card\"\u003e\n\u003cheader class=\"estyle-header\"\u003e\n\u003ch2 class=\"estyle-title\"\u003eMonthly Soap Subscription\u003c\/h2\u003e\n\u003cp class=\"estyle-subtitle\"\u003eA little moment just for you.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv aria-hidden=\"true\" role=\"separator\" class=\"estyle-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"estyle-body\"\u003e\n\u003cp class=\"estyle-lead\"\u003eFrom now on, shower time takes on a new meaning.\u003cbr\u003e\u003cspan class=\"estyle-em\"\u003eNot just soap — a real experience in every bar.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eEach month, you’ll receive a thoughtfully chosen, full-size handcrafted soap — one of our newest creations, made in small batches and sent straight to your door.\u003c\/p\u003e\n\u003cp class=\"estyle-quiet\"\u003e💌 Ships every month on the \u003cstrong\u003e5th\u003c\/strong\u003e — a little moment to look forward to.\u003c\/p\u003e\n\u003cp\u003eThe scent, colors, and design are always a surprise. \u003cspan class=\"estyle-quiet\"\u003eNo pressure. No rushing. No worrying about missing out.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eAs a subscriber, you’ll be the first to enjoy our newest soaps — before they ever reach the shop shelves.\u003cbr\u003e\u003cspan class=\"estyle-quiet\"\u003eSo you can simply enjoy… without the hurry.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul aria-label=\"Subscription perks\" class=\"estyle-perks\"\u003e\n\u003cli\u003e\n\u003cspan class=\"estyle-sparkle\"\u003e✨\u003c\/span\u003e 10% off every month\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"estyle-sparkle\"\u003e✨\u003c\/span\u003e A free little sample — just because\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"estyle-sparkle\"\u003e✨\u003c\/span\u003e One beautiful soap at a time\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv aria-hidden=\"true\" role=\"separator\" class=\"estyle-divider soft\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"estyle-signature\"\u003e\u003cspan class=\"estyle-brand\"\u003eBubbles of Bliss\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"estyle-tagline\"\u003eBecause every shower deserves to feel special.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .estyle.etti-subscription {\n    --ivory: #fbf7ef;\n    --text: #5f5a52;\n    --muted: #7a7368;\n    --gold: #c8a860;\n    --shadow: rgba(0, 0, 0, 0.06);\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n  }\n\n  .estyle-card {\n    background: var(--ivory);\n    border: 1px solid rgba(200, 168, 96, 0.28);\n    border-radius: 18px;\n    padding: 22px;\n    box-shadow: 0 10px 28px var(--shadow);\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .estyle-header { margin-bottom: 10px; }\n\n  .estyle-title {\n    margin: 0;\n    font-size: 22px;\n    font-weight: 700;\n    letter-spacing: 0.2px;\n  }\n\n  .estyle-subtitle {\n    margin: 6px 0 0;\n    font-size: 14px;\n    color: var(--muted);\n    font-style: italic;\n  }\n\n  .estyle-divider {\n    height: 1px;\n    background: linear-gradient(\n      90deg,\n      rgba(200, 168, 96, 0),\n      rgba(200, 168, 96, 0.65),\n      rgba(200, 168, 96, 0)\n    );\n    margin: 14px 0 16px;\n  }\n\n  .estyle-divider.soft {\n    margin: 18px 0 14px;\n    background: linear-gradient(\n      90deg,\n      rgba(200, 168, 96, 0),\n      rgba(200, 168, 96, 0.35),\n      rgba(200, 168, 96, 0)\n    );\n  }\n\n  .estyle-body {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .estyle-body p { margin: 0 0 12px; }\n\n  .estyle-lead {\n    font-size: 15px;\n    margin-bottom: 14px;\n  }\n\n  .estyle-em { font-style: italic; }\n\n  .estyle-quiet { color: var(--muted); }\n\n  .estyle-perks {\n    list-style: none;\n    padding: 0;\n    margin: 12px 0 0;\n    display: grid;\n    gap: 8px;\n  }\n\n  .estyle-perks li {\n    padding: 10px 12px;\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.35);\n    border: 1px solid rgba(200, 168, 96, 0.22);\n  }\n\n  .estyle-sparkle { margin-right: 8px; }\n\n  .estyle-brand {\n    font-weight: 700;\n    color: var(--gold);\n    letter-spacing: 0.3px;\n    font-size: 15px;\n  }\n\n  .estyle-tagline {\n    color: var(--muted);\n    font-style: italic;\n    font-size: 13px;\n  }\n\n  @media (max-width: 520px) {\n    .estyle-card { padding: 18px; }\n    .estyle-title { font-size: 20px; }\n  }\n\u003c\/style\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Etti Soap","offers":[{"title":"Default Title","offer_id":42851579920451,"sku":"SOTM-SINGLE","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/9342\/8803\/files\/FullSizeRender_510571a7-9c46-4d93-b350-487c631e1f6b.heic?v=1781301742","url":"https:\/\/ettisoap.com\/products\/subscribe","provider":"Etti Soap LLC - Bubbles Of Bliss","version":"1.0","type":"link"}