{"product_id":"birthday-box","title":"The Birthday Box","description":"\u003c!-- BOXED \u0026 BLESSED™ — PREMIUM BIRTHDAY BOX --\u003e\n\n\u003cstyle\u003e\n.bb-birthday {\n    --pink: #f8d9e5;\n    --pink-dark: #d98aa8;\n    --rose: #b96885;\n    --gold: #b88a2c;\n    --gold-light: #e6c875;\n    --cream: #fffaf8;\n    --text: #3b3033;\n    --white: #ffffff;\n\n    font-family: \"Poppins\", Arial, sans-serif;\n    color: var(--text);\n    background: linear-gradient(180deg, #fffafa 0%, #fff5f8 100%);\n    overflow: hidden;\n    border-radius: 18px;\n}\n\n\/* HERO *\/\n\n.bb-birthday-hero {\n    position: relative;\n    padding: 55px 25px 60px;\n    text-align: center;\n    background:\n        radial-gradient(circle at 20% 20%, rgba(230,200,117,.16), transparent 28%),\n        radial-gradient(circle at 80% 10%, rgba(217,138,168,.14), transparent 30%),\n        linear-gradient(135deg, #fffdfc, #fff2f6);\n}\n\n.bb-birthday-hero:before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n        120deg,\n        transparent 30%,\n        rgba(255,255,255,.65) 50%,\n        transparent 70%\n    );\n    transform: translateX(-100%);\n    animation: bb-shimmer 7s infinite;\n    pointer-events: none;\n}\n\n@keyframes bb-shimmer {\n    0% {\n        transform: translateX(-100%);\n    }\n\n    25%,100% {\n        transform: translateX(100%);\n    }\n}\n\n.bb-birthday-eyebrow {\n    display: inline-block;\n    padding: 8px 18px;\n    border: 1px solid rgba(184,138,44,.4);\n    border-radius: 50px;\n    color: var(--gold);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n}\n\n.bb-birthday-hero h2 {\n    margin: 0 auto 15px;\n    max-width: 850px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(32px, 5vw, 58px);\n    line-height: 1.08;\n    font-weight: 500;\n    color: #513b42;\n}\n\n.bb-gold-text {\n    background: linear-gradient(\n        90deg,\n        #9a6c16,\n        #d8b55c,\n        #a87519,\n        #e1c776\n    );\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n}\n\n.bb-birthday-intro {\n    max-width: 720px;\n    margin: 0 auto;\n    font-size: 16px;\n    line-height: 1.8;\n    color: #695c60;\n}\n\n\n\/* CONTENT *\/\n\n.bb-birthday-content {\n    max-width: 1050px;\n    margin: auto;\n    padding: 60px 25px;\n}\n\n.bb-section-title {\n    text-align: center;\n    margin-bottom: 35px;\n}\n\n.bb-section-title h3 {\n    margin: 0 0 10px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 34px;\n    font-weight: 500;\n    color: #503b41;\n}\n\n.bb-section-title p {\n    margin: 0 auto;\n    max-width: 650px;\n    color: #76676b;\n    line-height: 1.7;\n}\n\n\n\/* BENEFITS GRID *\/\n\n.bb-birthday-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-bottom: 55px;\n}\n\n.bb-birthday-card {\n    background: rgba(255,255,255,.85);\n    border: 1px solid rgba(184,138,44,.18);\n    border-radius: 16px;\n    padding: 25px;\n    transition: all .3s ease;\n    box-shadow: 0 8px 25px rgba(70,40,50,.05);\n}\n\n.bb-birthday-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(70,40,50,.11);\n    border-color: rgba(184,138,44,.35);\n}\n\n.bb-birthday-icon {\n    font-size: 28px;\n    margin-bottom: 12px;\n}\n\n.bb-birthday-card h4 {\n    margin: 0 0 8px;\n    color: #654650;\n    font-size: 17px;\n}\n\n.bb-birthday-card p {\n    margin: 0;\n    color: #74666a;\n    font-size: 14px;\n    line-height: 1.7;\n}\n\n\n\/* PERFECT FOR *\/\n\n.bb-occasion-box {\n    position: relative;\n    padding: 40px 25px;\n    margin-bottom: 55px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #fff, #fcecf2);\n    border: 1px solid rgba(184,138,44,.18);\n    text-align: center;\n}\n\n.bb-occasion-box h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    font-weight: 500;\n    margin: 0 0 25px;\n    color: #543e44;\n}\n\n.bb-occasion-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n}\n\n.bb-occasion {\n    padding: 10px 17px;\n    border-radius: 50px;\n    background: #fff;\n    border: 1px solid rgba(217,138,168,.3);\n    font-size: 13px;\n    color: #694b56;\n}\n\n\n\/* WHAT'S INSIDE *\/\n\n.bb-inside {\n    margin-bottom: 55px;\n}\n\n.bb-inside-list {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n}\n\n.bb-inside-item {\n    text-align: center;\n    padding: 20px 12px;\n    border-radius: 14px;\n    background: #fff;\n    border: 1px solid #f0e1e5;\n    transition: all .3s ease;\n}\n\n.bb-inside-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 25px rgba(70,40,50,.08);\n}\n\n.bb-inside-item strong {\n    display: block;\n    color: #664650;\n    font-size: 14px;\n    margin-bottom: 5px;\n}\n\n.bb-inside-item span {\n    font-size: 12px;\n    color: #88777c;\n    line-height: 1.5;\n}\n\n\n\/* CTA *\/\n\n.bb-birthday-cta {\n    position: relative;\n    text-align: center;\n    padding: 50px 25px;\n    border-radius: 20px;\n    background: linear-gradient(135deg, #e8b4c5, #c77e9b);\n    color: #fff;\n    overflow: hidden;\n}\n\n.bb-birthday-cta:after {\n    content: \"✦\";\n    position: absolute;\n    font-size: 150px;\n    right: -30px;\n    top: -65px;\n    color: rgba(255,255,255,.08);\n}\n\n.bb-birthday-cta h3 {\n    position: relative;\n    z-index: 2;\n    margin: 0 0 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 36px;\n    font-weight: 500;\n}\n\n.bb-birthday-cta p {\n    position: relative;\n    z-index: 2;\n    max-width: 650px;\n    margin: 0 auto 25px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.92);\n}\n\n.bb-birthday-button {\n    position: relative;\n    z-index: 2;\n    display: inline-block;\n    padding: 14px 30px;\n    border-radius: 50px;\n    background: linear-gradient(135deg, #fff, #fff9ec);\n    color: #8b6826;\n    font-weight: 700;\n    font-size: 14px;\n    text-decoration: none;\n    box-shadow: 0 8px 25px rgba(0,0,0,.15);\n    transition: all .3s ease;\n}\n\n.bb-birthday-button:hover {\n    transform: translateY(-3px) scale(1.02);\n    box-shadow: 0 12px 30px rgba(0,0,0,.2);\n}\n\n\n\/* TRUST *\/\n\n.bb-trust {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 25px;\n    padding: 25px 15px 5px;\n    text-align: center;\n}\n\n.bb-trust-item {\n    font-size: 12px;\n    color: #75666b;\n}\n\n.bb-trust-item strong {\n    display: block;\n    color: #5b4249;\n    margin-bottom: 3px;\n}\n\n\n\/* MOBILE *\/\n\n@media (max-width: 700px) {\n\n    .bb-birthday-hero {\n        padding: 40px 15px 50px;\n    }\n\n    .bb-birthday-hero h2 {\n        font-size: 34px;\n    }\n\n    .bb-birthday-intro {\n        font-size: 14px;\n    }\n\n    .bb-birthday-content {\n        padding: 45px 15px;\n    }\n\n    .bb-birthday-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .bb-inside-list {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .bb-section-title h3 {\n        font-size: 28px;\n    }\n\n    .bb-birthday-cta h3 {\n        font-size: 30px;\n    }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"bb-birthday\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003csection class=\"bb-birthday-hero\"\u003e\n\n        \u003cdiv class=\"bb-birthday-eyebrow\"\u003e\n            Boxed \u0026amp; Blessed™\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n            Make Their Birthday\n            \u003cspan class=\"bb-gold-text\"\u003eUnforgettable\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"bb-birthday-intro\"\u003e\n            Because ordinary birthdays deserve an extraordinary gift.\n            Our beautifully curated \u003cstrong\u003eBirthday Box\u003c\/strong\u003e is designed\n            to turn a simple celebration into a moment they'll remember long\n            after the last bow is untied.\n        \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- MAIN CONTENT --\u003e\n\n    \u003csection class=\"bb-birthday-content\"\u003e\n\n        \u003cdiv class=\"bb-section-title\"\u003e\n\n            \u003ch3\u003eMore Than Just a Gift\u003c\/h3\u003e\n\n            \u003cp\u003e\n                Every detail is thoughtfully chosen to create that\n                unforgettable \u003cstrong\u003e\"wow\"\u003c\/strong\u003e moment when they open\n                their box.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- BENEFITS --\u003e\n\n        \u003cdiv class=\"bb-birthday-grid\"\u003e\n\n            \u003cdiv class=\"bb-birthday-card\"\u003e\n\n                \u003cdiv class=\"bb-birthday-icon\"\u003e🎁\u003c\/div\u003e\n\n                \u003ch4\u003eBeautifully Curated\u003c\/h4\u003e\n\n                \u003cp\u003e\n                    A carefully selected collection of thoughtful birthday\n                    treats and keepsakes designed to make them feel truly special.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-birthday-card\"\u003e\n\n                \u003cdiv class=\"bb-birthday-icon\"\u003e✨\u003c\/div\u003e\n\n                \u003ch4\u003ePremium Presentation\u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Luxurious packaging, beautiful details and elegant gold\n                    accents create a premium unboxing experience from the\n                    very first moment.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-birthday-card\"\u003e\n\n                \u003cdiv class=\"bb-birthday-icon\"\u003e💌\u003c\/div\u003e\n\n                \u003ch4\u003eA Personal Touch\u003c\/h4\u003e\n\n                \u003cp\u003e\n                    Add a heartfelt birthday message to make your gift feel\n                    personal, meaningful and completely from you.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-birthday-card\"\u003e\n\n                \u003cdiv class=\"bb-birthday-icon\"\u003e💝\u003c\/div\u003e\n\n                \u003ch4\u003eReady to Gift\u003c\/h4\u003e\n\n                \u003cp\u003e\n                    No shopping around. No wrapping. No last-minute stress.\n                    Your beautiful gift arrives ready to make someone's day.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- PERFECT FOR --\u003e\n\n        \u003cdiv class=\"bb-occasion-box\"\u003e\n\n            \u003ch3\u003ePerfect For Every Celebration\u003c\/h3\u003e\n\n            \u003cdiv class=\"bb-occasion-list\"\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e🎂 Birthday\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e💖 Best Friend\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e🌸 Sister\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e💕 Mom\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e🥂 Colleague\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e✨ Milestone Birthday\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e💝 Just Because\u003c\/span\u003e\n\n                \u003cspan class=\"bb-occasion\"\u003e🎀 Someone Special\u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- WHAT'S INSIDE --\u003e\n\n        \u003cdiv class=\"bb-inside\"\u003e\n\n            \u003cdiv class=\"bb-section-title\"\u003e\n\n                \u003ch3\u003eThoughtfully Chosen With Love\u003c\/h3\u003e\n\n                \u003cp\u003e\n                    Every element works together to create a beautiful\n                    birthday experience — not just another present.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-inside-list\"\u003e\n\n                \u003cdiv class=\"bb-inside-item\"\u003e\n\n                    \u003cstrong\u003e🎀 Birthday Treats\u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Beautifully selected goodies\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-inside-item\"\u003e\n\n                    \u003cstrong\u003e🌸 Keepsakes\u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Special pieces they'll treasure\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-inside-item\"\u003e\n\n                    \u003cstrong\u003e💌 Message Card\u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Your personal birthday message\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"bb-inside-item\"\u003e\n\n                    \u003cstrong\u003e✨ Luxury Packaging\u003c\/strong\u003e\n\n                    \u003cspan\u003e\n                        Ready for the big reveal\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- EMOTIONAL CTA --\u003e\n\n        \u003cdiv class=\"bb-birthday-cta\"\u003e\n\n            \u003ch3\u003e\n                Give Them a Birthday\u003cbr\u003e\n                They'll Remember 💕\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                You only get one chance to make someone feel truly celebrated.\n                Skip the ordinary gift and give them a beautiful experience\n                they'll remember every time they think of their special day.\n            \u003c\/p\u003e\n\n            \u003ca href=\"#AddToCart\" class=\"bb-birthday-button\"\u003e\n                🎁 SHOP THE BIRTHDAY BOX\n            \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003c!-- TRUST --\u003e\n\n        \u003cdiv class=\"bb-trust\"\u003e\n\n            \u003cdiv class=\"bb-trust-item\"\u003e\n\n                \u003cstrong\u003e🇿🇦 Proudly South African\u003c\/strong\u003e\n\n                Thoughtfully created locally\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-trust-item\"\u003e\n\n                \u003cstrong\u003e🎁 Ready to Gift\u003c\/strong\u003e\n\n                Beautifully presented\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-trust-item\"\u003e\n\n                \u003cstrong\u003e💌 Personal Touch\u003c\/strong\u003e\n\n                Add your special message\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"bb-trust-item\"\u003e\n\n                \u003cstrong\u003e✨ Made to Impress\u003c\/strong\u003e\n\n                A gift they'll remember\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Default Title","offer_id":52092735717697,"sku":"BB-BDAY-001","price":749.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/purple-gift-box.png?v=1786996086","url":"https:\/\/www.boxedandblessed.co.za\/products\/birthday-box","provider":"Boxed \u0026 Blessed","version":"1.0","type":"link"}