{"product_id":"spring-trio","title":"The Spring Trio","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003eEight8 Candle Co. — The Spring Trio\u003c\/title\u003e\n\u003cstyle\u003e\n  \/* ── Reset \u0026 base ── *\/\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #1B1B1B;\n    background: #fff;\n    width: 100%;\n  }\n  .e8-wrap {\n    width: 100%;\n    padding: 2rem 0 4rem;\n  }\n\n  \/* ── Eyebrow ── *\/\n  .eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #5F8F73;\n    margin-bottom: 0.6rem;\n  }\n\n  \/* ── Product title ── *\/\n  h1.product-title {\n    font-size: 36px;\n    font-weight: 300;\n    line-height: 1.1;\n    color: #1B1B1B;\n    margin-bottom: 0.35rem;\n    font-style: normal;\n  }\n  h1.product-title em {\n    font-style: italic;\n    color: #134B44;\n  }\n\n  .product-sub {\n    font-size: 16px;\n    font-weight: 300;\n    font-style: italic;\n    color: #6B6B6B;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* ── Pricing ── *\/\n  .price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 1.75rem;\n  }\n  .price-sale {\n    font-size: 28px;\n    font-weight: 400;\n    color: #1B1B1B;\n  }\n  .price-orig {\n    font-size: 14px;\n    color: #999;\n    text-decoration: line-through;\n  }\n  .save-badge {\n    font-size: 11px;\n    font-weight: 600;\n    padding: 3px 10px;\n    border-radius: 20px;\n    background: #EAF3DE;\n    color: #27500A;\n    border: 1px solid #97C459;\n  }\n\n  \/* ── Divider ── *\/\n  hr {\n    border: none;\n    border-top: 1px solid #E8E8E4;\n    margin: 1.75rem 0;\n  }\n\n  \/* ── Scent cards ── *\/\n  .scents-grid {\n    display: table;\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 10px;\n    margin-bottom: 1.75rem;\n  }\n  .scents-grid .scent-col {\n    display: table-cell;\n    width: 33.33%;\n    vertical-align: top;\n    border: 1px solid #E5E5E2;\n    border-radius: 10px;\n    overflow: hidden;\n    background: #fff;\n  }\n  .scent-swatch {\n    height: 70px;\n    display: block;\n    width: 100%;\n  }\n  .sw-lemon { background: #EFF6D6; }\n  .sw-peach { background: #F5E4D0; }\n  .sw-berry { background: #F0D8E4; }\n\n  .scent-body {\n    padding: 10px 12px 14px;\n  }\n  .scent-name {\n    font-size: 13px;\n    font-weight: 600;\n    color: #134B44;\n    margin-bottom: 4px;\n    line-height: 1.3;\n  }\n  .scent-desc {\n    font-size: 12px;\n    color: #777;\n    line-height: 1.5;\n  }\n\n  \/* ── Body copy ── *\/\n  .desc-block {\n    font-size: 14px;\n    line-height: 1.85;\n    color: #1B1B1B;\n    margin-bottom: 1.75rem;\n  }\n  .desc-block p + p { margin-top: 1rem; }\n\n  \/* ── Callout quote ── *\/\n  .callout {\n    border-left: 3px solid #5F8F73;\n    padding: 0.9rem 1.1rem;\n    background: #F4F9F6;\n    border-radius: 0 8px 8px 0;\n    margin-bottom: 1.75rem;\n    font-size: 13px;\n    line-height: 1.75;\n    color: #134B44;\n    font-style: italic;\n  }\n\n  \/* ── Section label ── *\/\n  .section-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #999;\n    margin-bottom: 0.75rem;\n  }\n\n  \/* ── Details grid ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 1.75rem;\n    font-size: 13px;\n  }\n  .details-table tr {\n    border-bottom: 1px solid #F0F0EC;\n  }\n  .details-table td {\n    padding: 9px 4px;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    color: #999;\n    width: 46%;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding-right: 12px;\n  }\n  .details-table td:last-child {\n    color: #1B1B1B;\n    font-weight: 400;\n  }\n\n  \/* ── Care list ── *\/\n  .care-list {\n    list-style: none;\n    margin-bottom: 1.75rem;\n  }\n  .care-list li {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    font-size: 13px;\n    color: #555;\n    line-height: 1.6;\n    padding: 6px 0;\n    border-bottom: 1px solid #F5F5F2;\n  }\n  .care-list li:last-child { border-bottom: none; }\n  .care-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #5F8F73;\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n\n  \/* ── Tags ── *\/\n  .tags-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-bottom: 2rem;\n  }\n  .tag {\n    font-size: 11px;\n    padding: 4px 11px;\n    border-radius: 20px;\n    border: 1px solid #DDDDD8;\n    color: #666;\n    background: #fff;\n  }\n\n  \/* ── CTA block ── *\/\n  .cta-block {\n    background: #134B44;\n    border-radius: 12px;\n    padding: 1.75rem;\n    text-align: center;\n  }\n  .cta-eyebrow {\n    font-size: 10px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: rgba(211,227,215,0.65);\n    margin-bottom: 0.4rem;\n    font-weight: 600;\n  }\n  .cta-title {\n    font-size: 24px;\n    font-weight: 300;\n    color: #FAF6F0;\n    margin-bottom: 0.35rem;\n    line-height: 1.2;\n  }\n  .cta-sub {\n    font-size: 12px;\n    color: rgba(211,227,215,0.6);\n    margin-bottom: 1.25rem;\n  }\n  .cta-btn {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 12px 30px;\n    border-radius: 40px;\n    border: 1px solid rgba(211,227,215,0.45);\n    color: #FAF6F0;\n    background: transparent;\n    cursor: pointer;\n    text-decoration: none;\n  }\n  .cta-ship {\n    font-size: 11px;\n    color: rgba(211,227,215,0.45);\n    margin-top: 10px;\n  }\n\n  \/* ── Shopify paste note ── *\/\n  .shopify-note {\n    background: #FFFBEA;\n    border: 1px solid #F0D050;\n    border-radius: 8px;\n    padding: 1rem 1.25rem;\n    font-size: 12px;\n    color: #7A6000;\n    line-height: 1.6;\n    margin-bottom: 2rem;\n  }\n  .shopify-note strong { font-weight: 600; color: #5A4400; display: block; margin-bottom: 4px; }\n\n  @media (max-width: 560px) {\n    .scents-grid { display: block; }\n    .scents-grid .scent-col { display: block; width: 100%; margin-bottom: 10px; }\n    .price-row { flex-direction: column; gap: 6px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── PRODUCT CONTENT (paste from here into Shopify HTML editor) ── --\u003e\n\n\u003cdiv class=\"eyebrow\"\u003eEight8 Candle Co.  •  Spring Collection\u003c\/div\u003e\n\n\u003ch1 class=\"product-title\"\u003eThe \u003cem\u003eSpring Trio\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"product-sub\"\u003eThree 6 oz. hand-poured candles — one for every spring mood\u003c\/p\u003e\n\n\u003cdiv class=\"price-row\"\u003e\n  \u003cspan class=\"price-sale\"\u003e$38.00\u003c\/span\u003e\n  \u003cspan class=\"price-orig\"\u003e$45.00 separately\u003c\/span\u003e\n  \u003cspan class=\"save-badge\"\u003eSave $7 — 15% off\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- Scent cards --\u003e\n\u003ctable class=\"scents-grid\"\u003e\n  \u003ctr\u003e\n    \u003ctd class=\"scent-col\"\u003e\n      \u003cspan class=\"scent-swatch sw-lemon\"\u003e\u003c\/span\u003e\n      \u003cdiv class=\"scent-body\"\u003e\n        \u003cdiv class=\"scent-name\"\u003eLemongrass + Clean Cotton\u003c\/div\u003e\n        \u003cdiv class=\"scent-desc\"\u003eCrisp. Airy. Bright — like sun-dried linen on a breezy spring morning\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/td\u003e\n    \u003ctd class=\"scent-col\"\u003e\n      \u003cspan class=\"scent-swatch sw-peach\"\u003e\u003c\/span\u003e\n      \u003cdiv class=\"scent-body\"\u003e\n        \u003cdiv class=\"scent-name\"\u003eMango Coconut Cream\u003c\/div\u003e\n        \u003cdiv class=\"scent-desc\"\u003eSweet. Lush. Warm — golden hour in full bloom\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/td\u003e\n    \u003ctd class=\"scent-col\"\u003e\n      \u003cspan class=\"scent-swatch sw-berry\"\u003e\u003c\/span\u003e\n      \u003cdiv class=\"scent-body\"\u003e\n        \u003cdiv class=\"scent-name\"\u003eRaspberry Sangria\u003c\/div\u003e\n        \u003cdiv class=\"scent-desc\"\u003eBold. Fruity. A little festive — the scent of a spring evening worth celebrating\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/td\u003e\n  \u003c\/tr\u003e\n\u003c\/table\u003e\n\n\u003chr\u003e\n\n\u003c!-- Hero description --\u003e\n\u003cdiv class=\"desc-block\"\u003e\n  \u003cp\u003eSpring doesn't have a single scent — it has a whole mood for each part of the day. The Spring Trio brings together three of our most vibrant, feel-good fragrances into one intentional set, so you can move through the season the way it was meant to be lived: fresh and bright in the morning, warm and indulgent in the afternoon, and a little festive by evening.\u003c\/p\u003e\n  \u003cp\u003eEach candle is hand-poured in small batches in Fort Worth, Texas, using a premium virgin coconut soy wax blend that burns cleaner, longer, and truer to scent than conventional paraffin. No toxins, no compromise — just beautifully crafted fragrance made to fill your space with intention.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- Callout quote --\u003e\n\u003cdiv class=\"callout\"\u003e\n  “Start your morning with Lemongrass + Clean Cotton — crisp, clean, and wide awake. Reach for Mango Coconut Cream as the afternoon softens into warmth. Then light Raspberry Sangria when the evening deserves a little something extra.” — Three candles. One beautiful season.\n\u003c\/div\u003e\n\n\u003chr\u003e\n\n\u003c!-- Product details --\u003e\n\u003cp class=\"section-label\"\u003eWhat’s inside\u003c\/p\u003e\n\u003ctable class=\"details-table\"\u003e\n  \u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003e3 candles × 6 oz. each\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eWax\u003c\/td\u003e\n\u003ctd\u003eVirgin coconut soy wax blend\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBurn time\u003c\/td\u003e\n\u003ctd\u003e35–40 hours per candle\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eMade in\u003c\/td\u003e\n\u003ctd\u003eFort Worth, Texas\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003ePhthalate-free\u003c\/td\u003e\n\u003ctd\u003eYes — clean fragrance only\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eGreat for\u003c\/td\u003e\n\u003ctd\u003eGifting, spring refresh, self-treat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\n\u003chr\u003e\n\n\u003c!-- Candle care --\u003e\n\u003cp class=\"section-label\"\u003eCandle care\u003c\/p\u003e\n\u003cul class=\"care-list\"\u003e\n  \u003cli\u003e\n\u003cspan class=\"care-dot\"\u003e\u003c\/span\u003eTrim your wick to ¼″ before every burn for a clean, even flame\u003c\/li\u003e\n  \u003cli\u003e\n\u003cspan class=\"care-dot\"\u003e\u003c\/span\u003eAllow the wax to melt fully to the edges on the first burn to prevent tunneling\u003c\/li\u003e\n  \u003cli\u003e\n\u003cspan class=\"care-dot\"\u003e\u003c\/span\u003eDo not burn for more than 4 hours at a time\u003c\/li\u003e\n  \u003cli\u003e\n\u003cspan class=\"care-dot\"\u003e\u003c\/span\u003eKeep away from drafts, and never leave a burning candle unattended\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003chr\u003e\n\n\u003c!-- Tags --\u003e\n\u003cp class=\"section-label\"\u003ePerfect for\u003c\/p\u003e\n\u003cdiv class=\"tags-row\"\u003e\n  \u003cspan class=\"tag\"\u003eSpring gifting\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eMother’s Day\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eBirthday treat\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eBridal shower\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eFresh \u0026amp; fruity\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eSelf-care\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eClean burning\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eSmall batch\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eMade in Texas\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eSoy wax\u003c\/span\u003e\n  \u003cspan class=\"tag\"\u003eLimited seasonal\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n  \u003cdiv class=\"cta-eyebrow\"\u003eSpring collection — while supplies last\u003c\/div\u003e\n  \u003cdiv class=\"cta-title\"\u003eThe Spring Trio — $38\u003c\/div\u003e\n  \u003cp class=\"cta-sub\"\u003eThree candles. One season. Small batch — once it’s gone, it’s gone.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eAdd to cart\u003c\/a\u003e\n  \u003cp class=\"cta-ship\"\u003eFree shipping on orders over $100  •  Ships from Fort Worth, TX\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- \/.e8-wrap --\u003e\n\n\u003c\/body\u003e","brand":"Eight8 Candle Co","offers":[{"title":"Default Title","offer_id":51900221030712,"sku":null,"price":38.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/4791\/0456\/files\/IMG-2987.jpg?v=1774022534","url":"https:\/\/eight8candleco.com\/products\/spring-trio","provider":"Eight8 Candle Co","version":"1.0","type":"link"}