{"product_id":"the-self-care-box","title":"The Self-Care Box","description":"\u003c!-- BOXED \u0026 BLESSED™ — PREMIUM SELF-CARE BOX --\u003e\n\n\u003cstyle\u003e\n.bb-selfcare {\n    --sc-pink: #f6dce5;\n    --sc-pink-dark: #c9829d;\n    --sc-lavender: #d9c9e8;\n    --sc-mint: #cce3dc;\n    --sc-gold: #b8944d;\n    --sc-gold-light: #e4cf99;\n    --sc-cream: #fffaf8;\n    --sc-text: #40373a;\n    --sc-muted: #756a6d;\n\n    font-family: \"Poppins\", Arial, sans-serif;\n    color: var(--sc-text);\n    background: linear-gradient(\n        180deg,\n        #fffdfc 0%,\n        #fff7f9 45%,\n        #faf6fb 100%\n    );\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: 0 10px 35px rgba(80, 50, 60, .06);\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.bb-sc-hero {\n    position: relative;\n    padding: 60px 25px 55px;\n    text-align: center;\n    overflow: hidden;\n\n    background:\n        radial-gradient(\n            circle at 15% 20%,\n            rgba(217,201,232,.35),\n            transparent 28%\n        ),\n        radial-gradient(\n            circle at 85% 20%,\n            rgba(204,227,220,.35),\n            transparent 28%\n        ),\n        linear-gradient(\n            135deg,\n            #fffdfb,\n            #fff2f6\n        );\n}\n\n\n\/* FLOATING DECORATION *\/\n\n.bb-sc-hero:before {\n    content: \"✦\";\n    position: absolute;\n    left: 8%;\n    top: 25px;\n    font-size: 24px;\n    color: rgba(184,148,77,.35);\n    animation: bb-sc-float 4s ease-in-out infinite;\n}\n\n.bb-sc-hero:after {\n    content: \"✧\";\n    position: absolute;\n    right: 9%;\n    bottom: 30px;\n    font-size: 32px;\n    color: rgba(201,130,157,.35);\n    animation: bb-sc-float 5s ease-in-out infinite reverse;\n}\n\n@keyframes bb-sc-float {\n\n    0%,100% {\n        transform: translateY(0) rotate(0deg);\n    }\n\n    50% {\n        transform: translateY(-10px) rotate(8deg);\n    }\n}\n\n\n\/* SHIMMER *\/\n\n.bb-sc-shimmer {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n        120deg,\n        transparent 35%,\n        rgba(255,255,255,.7) 50%,\n        transparent 65%\n    );\n    transform: translateX(-100%);\n    animation: bb-sc-shine 8s infinite;\n    pointer-events: none;\n}\n\n@keyframes bb-sc-shine {\n\n    0% {\n        transform: translateX(-100%);\n    }\n\n    20%,100% {\n        transform: translateX(100%);\n    }\n}\n\n\n\/* BRAND LABEL *\/\n\n.bb-sc-label {\n    position: relative;\n    z-index: 2;\n\n    display: inline-block;\n\n    padding: 8px 18px;\n\n    border: 1px solid rgba(184,148,77,.4);\n    border-radius: 50px;\n\n    color: var(--sc-gold);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: 2px;\n    text-transform: uppercase;\n\n    margin-bottom: 18px;\n}\n\n\n\/* HERO TITLE *\/\n\n.bb-sc-hero h2 {\n    position: relative;\n    z-index: 2;\n\n    margin: 0 auto 16px;\n\n    max-width: 800px;\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: clamp(34px, 5vw, 58px);\n\n    line-height: 1.08;\n\n    font-weight: 500;\n\n    color: #493b40;\n}\n\n\n\/* GRADIENT WORD *\/\n\n.bb-sc-highlight {\n    background: linear-gradient(\n        90deg,\n        #a66d84,\n        #c994a8,\n        #a87a91\n    );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n\n    background-clip: text;\n}\n\n\n\/* HERO TEXT *\/\n\n.bb-sc-intro {\n    position: relative;\n    z-index: 2;\n\n    max-width: 720px;\n\n    margin: auto;\n\n    font-size: 16px;\n    line-height: 1.85;\n\n    color: var(--sc-muted);\n}\n\n\n\/* =========================\n   MAIN CONTENT\n========================= *\/\n\n.bb-sc-content {\n    max-width: 1050px;\n\n    margin: auto;\n\n    padding: 60px 25px;\n}\n\n\n\/* SECTION TITLE *\/\n\n.bb-sc-title {\n    text-align: center;\n\n    margin-bottom: 35px;\n}\n\n.bb-sc-title h3 {\n    margin: 0 0 10px;\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 32px;\n\n    font-weight: 500;\n\n    color: #4e3e44;\n}\n\n.bb-sc-title p {\n    max-width: 650px;\n\n    margin: auto;\n\n    color: var(--sc-muted);\n\n    line-height: 1.7;\n}\n\n\n\/* =========================\n   PRODUCT GRID\n========================= *\/\n\n.bb-sc-products {\n    display: grid;\n\n    grid-template-columns: repeat(2, 1fr);\n\n    gap: 18px;\n\n    margin-bottom: 60px;\n}\n\n\n\/* PRODUCT CARD *\/\n\n.bb-sc-card {\n    position: relative;\n\n    padding: 25px;\n\n    background: rgba(255,255,255,.86);\n\n    border-radius: 18px;\n\n    border: 1px solid rgba(184,148,77,.15);\n\n    box-shadow:\n        0 8px 25px rgba(70,40,50,.05);\n\n    transition:\n        transform .3s ease,\n        box-shadow .3s ease,\n        border-color .3s ease;\n}\n\n.bb-sc-card:hover {\n    transform: translateY(-6px);\n\n    box-shadow:\n        0 18px 40px rgba(70,40,50,.11);\n\n    border-color:\n        rgba(184,148,77,.35);\n}\n\n\n\/* ICON *\/\n\n.bb-sc-icon {\n    width: 52px;\n    height: 52px;\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 50%;\n\n    margin-bottom: 15px;\n\n    font-size: 24px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #fff,\n            #f9e5eb\n        );\n\n    border: 1px solid\n        rgba(201,130,157,.2);\n}\n\n\n\/* CARD TITLE *\/\n\n.bb-sc-card h4 {\n    margin: 0 0 8px;\n\n    font-size: 17px;\n\n    color: #5d454d;\n}\n\n\n\/* CARD TEXT *\/\n\n.bb-sc-card p {\n    margin: 0;\n\n    font-size: 14px;\n\n    line-height: 1.7;\n\n    color: var(--sc-muted);\n}\n\n\n\/* =========================\n   COLOUR SECTION\n========================= *\/\n\n.bb-sc-colours {\n    position: relative;\n\n    padding: 42px 25px;\n\n    margin-bottom: 60px;\n\n    text-align: center;\n\n    border-radius: 20px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #fff,\n            #fdf1f6\n        );\n\n    border:\n        1px solid rgba(184,148,77,.17);\n}\n\n\n.bb-sc-colours h3 {\n    margin: 0 0 10px;\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 30px;\n\n    font-weight: 500;\n\n    color: #4f3e44;\n}\n\n\n.bb-sc-colours p {\n    max-width: 700px;\n\n    margin: 0 auto 25px;\n\n    font-size: 14px;\n\n    line-height: 1.7;\n\n    color: var(--sc-muted);\n}\n\n\n\/* COLOUR OPTIONS *\/\n\n.bb-sc-colour-options {\n    display: flex;\n\n    justify-content: center;\n\n    flex-wrap: wrap;\n\n    gap: 14px;\n}\n\n\n.bb-sc-colour {\n    display: flex;\n\n    align-items: center;\n\n    gap: 9px;\n\n    padding: 11px 18px;\n\n    background: #fff;\n\n    border-radius: 50px;\n\n    border: 1px solid #eee1e5;\n\n    font-size: 13px;\n\n    color: #604b52;\n\n    transition: all .25s ease;\n}\n\n\n.bb-sc-colour:hover {\n    transform: translateY(-3px);\n\n    box-shadow:\n        0 8px 20px rgba(80,50,60,.08);\n}\n\n\n\/* COLOUR DOT *\/\n\n.bb-sc-dot {\n    width: 17px;\n    height: 17px;\n\n    border-radius: 50%;\n\n    border: 1px solid rgba(0,0,0,.08);\n}\n\n\n.bb-sc-purple {\n    background: #bca5d1;\n}\n\n.bb-sc-pink {\n    background: #edb8cb;\n}\n\n.bb-sc-mint {\n    background: #a9d2c5;\n}\n\n\n\/* =========================\n   WHY THEY'LL LOVE IT\n========================= *\/\n\n.bb-sc-love {\n    margin-bottom: 60px;\n}\n\n\n.bb-sc-love-grid {\n    display: grid;\n\n    grid-template-columns: repeat(3, 1fr);\n\n    gap: 15px;\n}\n\n\n.bb-sc-love-card {\n    text-align: center;\n\n    padding: 25px 18px;\n\n    border-radius: 16px;\n\n    background: #fff;\n\n    border: 1px solid #f0e4e7;\n}\n\n\n.bb-sc-love-card strong {\n    display: block;\n\n    margin-bottom: 7px;\n\n    color: #654851;\n\n    font-size: 14px;\n}\n\n\n.bb-sc-love-card span {\n    font-size: 12px;\n\n    line-height: 1.6;\n\n    color: #837479;\n}\n\n\n\/* =========================\n   GIFT MESSAGE\n========================= *\/\n\n.bb-sc-message {\n    position: relative;\n\n    padding: 38px 25px;\n\n    margin-bottom: 55px;\n\n    text-align: center;\n\n    border-radius: 18px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #f8e3ea,\n            #eee4f4\n        );\n\n    overflow: hidden;\n}\n\n\n.bb-sc-message:before {\n    content: \"♡\";\n\n    position: absolute;\n\n    left: 20px;\n    top: -10px;\n\n    font-size: 90px;\n\n    color: rgba(255,255,255,.5);\n}\n\n\n.bb-sc-message h3 {\n    position: relative;\n    z-index: 2;\n\n    margin: 0 0 10px;\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 30px;\n\n    font-weight: 500;\n\n    color: #544148;\n}\n\n\n.bb-sc-message p {\n    position: relative;\n    z-index: 2;\n\n    max-width: 650px;\n\n    margin: auto;\n\n    color: #6e6065;\n\n    line-height: 1.7;\n}\n\n\n\/* =========================\n   CTA\n========================= *\/\n\n.bb-sc-cta {\n    position: relative;\n\n    padding: 52px 25px;\n\n    text-align: center;\n\n    border-radius: 22px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #c9829d,\n            #a86f88\n        );\n\n    color: white;\n\n    overflow: hidden;\n}\n\n\n.bb-sc-cta:after {\n    content: \"✦\";\n\n    position: absolute;\n\n    right: -25px;\n    top: -70px;\n\n    font-size: 170px;\n\n    color: rgba(255,255,255,.08);\n}\n\n\n.bb-sc-cta h3 {\n    position: relative;\n    z-index: 2;\n\n    margin: 0 0 12px;\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 37px;\n\n    font-weight: 500;\n}\n\n\n.bb-sc-cta p {\n    position: relative;\n    z-index: 2;\n\n    max-width: 650px;\n\n    margin: 0 auto 25px;\n\n    color: rgba(255,255,255,.92);\n\n    line-height: 1.75;\n}\n\n\n\/* BUTTON *\/\n\n.bb-sc-button {\n    position: relative;\n    z-index: 2;\n\n    display: inline-block;\n\n    padding: 15px 32px;\n\n    border-radius: 50px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #fff,\n            #fff8ea\n        );\n\n    color: #85672c;\n\n    text-decoration: none;\n\n    font-size: 14px;\n\n    font-weight: 700;\n\n    letter-spacing: .3px;\n\n    box-shadow:\n        0 10px 28px rgba(0,0,0,.16);\n\n    transition: all .3s ease;\n}\n\n\n.bb-sc-button:hover {\n    transform:\n        translateY(-3px)\n        scale(1.02);\n\n    box-shadow:\n        0 14px 35px rgba(0,0,0,.22);\n}\n\n\n\/* =========================\n   TRUST\n========================= *\/\n\n.bb-sc-trust {\n    display: flex;\n\n    justify-content: center;\n\n    flex-wrap: wrap;\n\n    gap: 28px;\n\n    padding: 28px 10px 5px;\n\n    text-align: center;\n}\n\n\n.bb-sc-trust-item {\n    font-size: 12px;\n\n    color: #776a6f;\n}\n\n\n.bb-sc-trust-item strong {\n    display: block;\n\n    margin-bottom: 4px;\n\n    color: #59454c;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media (max-width: 700px) {\n\n    .bb-sc-hero {\n        padding: 45px 16px 50px;\n    }\n\n    .bb-sc-hero h2 {\n        font-size: 35px;\n    }\n\n    .bb-sc-intro {\n        font-size: 14px;\n    }\n\n    .bb-sc-content {\n        padding: 45px 15px;\n    }\n\n    .bb-sc-products {\n        grid-template-columns: 1fr;\n    }\n\n    .bb-sc-love-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .bb-sc-title h3 {\n        font-size: 28px;\n    }\n\n    .bb-sc-colours h3 {\n        font-size: 27px;\n    }\n\n    .bb-sc-cta h3 {\n        font-size: 30px;\n    }\n\n    .bb-sc-trust {\n        gap: 18px;\n    }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"bb-selfcare\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003csection class=\"bb-sc-hero\"\u003e\n\n        \u003cdiv class=\"bb-sc-shimmer\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"bb-sc-label\"\u003e\n            Boxed \u0026amp; Blessed™\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n            Because\n            \u003cspan class=\"bb-sc-highlight\"\u003e\n                You Deserve It\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"bb-sc-intro\"\u003e\n            The \u003cstrong\u003eBoxed \u0026amp; Blessed Self-Care Box\u003c\/strong\u003e\n            is a beautifully curated collection designed to help someone\n            slow down, breathe, relax and remember just how special they are.\n            Whether it's a birthday, a tough week, or simply a reminder that\n            they're awesome — this is a gift made to make them feel cared for.\n        \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- CONTENT --\u003e\n\n    \u003csection class=\"bb-sc-content\"\u003e\n\n\n        \u003c!-- WHAT'S INSIDE --\u003e\n\n        \u003cdiv class=\"bb-sc-title\"\u003e\n\n            \u003ch3\u003e\n                A Little Box of\n                \u003cspan class=\"bb-sc-highlight\"\u003eSelf-Love\u003c\/span\u003e\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                Every item has been thoughtfully selected to create a\n                calming, comforting and beautifully memorable experience.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"bb-sc-products\"\u003e\n\n\n            \u003c!-- ITEM 1 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    🌸\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Silk Sleep Mask\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Silky-soft and gentle, perfect for winding down and\n                    creating a more restful bedtime routine.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 2 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    🕯️\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Scented Candle\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Set the mood, slow down and enjoy a calming fragrance\n                    designed to turn an ordinary evening into a little\n                    moment of peace.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 3 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    🧖\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Fluffy Towel\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Plush, soft and wonderfully comforting — because\n                    everyday essentials can still feel luxurious.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 4 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    ☕\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Insulated Tumbler\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Keeps drinks hot or cold while carrying an uplifting\n                    message to brighten their day wherever they go.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 5 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    💌\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Pop-Up Greeting Card\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    A beautiful floral surprise with an envelope — ready\n                    for you to add a heartfelt personal message.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 6 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    🌿\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Dried Flower Tag\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    A delicate finishing touch that adds natural beauty\n                    and an extra-special feeling to the unboxing experience.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 7 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    🥤\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Metal Straw Set\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    A reusable everyday essential that adds a practical,\n                    eco-friendly touch to this beautiful gift.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- ITEM 8 --\u003e\n\n            \u003cdiv class=\"bb-sc-card\"\u003e\n\n                \u003cdiv class=\"bb-sc-icon\"\u003e\n                    💝\n                \u003c\/div\u003e\n\n                \u003ch4\u003e\n                    Beautifully Presented\n                \u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Everything comes together in one coordinated gift\n                    experience that feels thoughtful from the first glance\n                    to the final reveal.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- COLOURS --\u003e\n\n        \u003cdiv class=\"bb-sc-colours\"\u003e\n\n            \u003ch3\u003e\n                Choose Their Perfect Colour\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                Each colour variant is carefully coordinated across the box\n                for a cohesive, premium unboxing experience.\n            \u003c\/p\u003e\n\n\n            \u003cdiv class=\"bb-sc-colour-options\"\u003e\n\n                \u003cdiv class=\"bb-sc-colour\"\u003e\n\n                    \u003cspan class=\"bb-sc-dot bb-sc-purple\"\u003e\u003c\/span\u003e\n\n                    Purple\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-sc-colour\"\u003e\n\n                    \u003cspan class=\"bb-sc-dot bb-sc-pink\"\u003e\u003c\/span\u003e\n\n                    Pink\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-sc-colour\"\u003e\n\n                    \u003cspan class=\"bb-sc-dot bb-sc-mint\"\u003e\u003c\/span\u003e\n\n                    Mint \/ Teal\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- WHY THEY'LL LOVE IT --\u003e\n\n        \u003cdiv class=\"bb-sc-love\"\u003e\n\n            \u003cdiv class=\"bb-sc-title\"\u003e\n\n                \u003ch3\u003e\n                    Why They'll Love It\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                    Because the best gifts aren't just things —\n                    they're feelings.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-sc-love-grid\"\u003e\n\n                \u003cdiv class=\"bb-sc-love-card\"\u003e\n\n                    \u003cstrong\u003e\n                        🌸 Thoughtful\n                    \u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Every item has been chosen with care.\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-sc-love-card\"\u003e\n\n                    \u003cstrong\u003e\n                        ✨ Beautiful\n                    \u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Designed to create a premium unboxing experience.\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-sc-love-card\"\u003e\n\n                    \u003cstrong\u003e\n                        💕 Meaningful\n                    \u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        A beautiful reminder that someone is thinking of them.\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- MESSAGE --\u003e\n\n        \u003cdiv class=\"bb-sc-message\"\u003e\n\n            \u003ch3\u003e\n                Give Them Permission to Slow Down 💕\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                Life gets busy. Sometimes the most meaningful thing you can\n                give someone is a gentle reminder to pause, relax and take\n                a little time for themselves.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- CTA --\u003e\n\n        \u003cdiv class=\"bb-sc-cta\"\u003e\n\n            \u003ch3\u003e\n                Because They Deserve\u003cbr\u003e\n                to Feel Special ✨\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                Whether you're celebrating a birthday, cheering someone up,\n                saying thank you or simply reminding them how amazing they are,\n                this Self-Care Box turns your thoughtfulness into an experience\n                they'll remember.\n            \u003c\/p\u003e\n\n            \u003ca href=\"#AddToCart\" class=\"bb-sc-button\"\u003e\n                💕 SHOP THE SELF-CARE BOX\n            \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- TRUST --\u003e\n\n        \u003cdiv class=\"bb-sc-trust\"\u003e\n\n            \u003cdiv class=\"bb-sc-trust-item\"\u003e\n\n                \u003cstrong\u003e\n                    🎁 Ready to Gift\n                \u003c\/strong\u003e\n\n                No wrapping needed\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-sc-trust-item\"\u003e\n\n                \u003cstrong\u003e\n                    🌸 7 Thoughtful Items\n                \u003c\/strong\u003e\n\n                Curated with care\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-sc-trust-item\"\u003e\n\n                \u003cstrong\u003e\n                    💕 3 Beautiful Colours\n                \u003c\/strong\u003e\n\n                Purple • Pink • Mint\/Teal\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-sc-trust-item\"\u003e\n\n                \u003cstrong\u003e\n                    🇿🇦 Boxed \u0026amp; Blessed™\n                \u003c\/strong\u003e\n\n                Created with love\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n    \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Blue","offer_id":52092760686913,"sku":"BB-SCB-001","price":849.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":52092760719681,"sku":"BB-SCB-002","price":849.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/Screenshot_2026-08-17_at_21.40.46.png?v=1786995995","url":"https:\/\/www.boxedandblessed.co.za\/products\/the-self-care-box","provider":"Boxed \u0026 Blessed","version":"1.0","type":"link"}