{"product_id":"synthetic-leather-wine-gift-bag","title":"Leather Wine Gift Bag","description":"\u003cstyle\u003e\n  .lux-winebag {\n    --black:#171717;\n    --gold:#b9965a;\n    --cream:#faf7f2;\n    --text:#292929;\n    --muted:#707070;\n    max-width:1100px;\n    margin:0 auto;\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Arial,sans-serif;\n    color:var(--text);\n    overflow:hidden;\n  }\n\n  .lux-winebag * {\n    box-sizing:border-box;\n  }\n\n  \/* HERO *\/\n  .lw-hero {\n    position:relative;\n    padding:60px 25px;\n    text-align:center;\n    border-radius:26px;\n    background:\n      radial-gradient(circle at 50% 0%,rgba(185,150,90,.18),transparent 45%),\n      linear-gradient(135deg,#fff,#f7f3ed);\n    margin-bottom:20px;\n    overflow:hidden;\n  }\n\n  .lw-hero:after {\n    content:\"\";\n    position:absolute;\n    width:180px;\n    height:180px;\n    border:1px solid rgba(185,150,90,.18);\n    border-radius:50%;\n    right:-80px;\n    bottom:-80px;\n  }\n\n  .lw-label {\n    display:inline-block;\n    background:var(--black);\n    color:#fff;\n    padding:9px 18px;\n    border-radius:50px;\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:18px;\n  }\n\n  .lw-hero h2 {\n    position:relative;\n    z-index:2;\n    font-size:clamp(34px,6vw,58px);\n    line-height:1.05;\n    letter-spacing:-1.8px;\n    margin:0 auto 18px;\n    max-width:850px;\n    font-weight:800;\n  }\n\n  .lw-gold {\n    color:var(--gold);\n  }\n\n  .lw-hero p {\n    position:relative;\n    z-index:2;\n    max-width:720px;\n    margin:auto;\n    font-size:17px;\n    line-height:1.75;\n    color:#5f5f5f;\n  }\n\n  \/* BENEFIT BAR *\/\n  .lw-benefits {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:12px;\n    margin:20px 0;\n  }\n\n  .lw-benefit {\n    background:#fff;\n    border:1px solid #ececec;\n    border-radius:17px;\n    padding:22px 12px;\n    text-align:center;\n    transition:all .3s ease;\n  }\n\n  .lw-benefit:hover {\n    transform:translateY(-6px);\n    box-shadow:0 14px 30px rgba(0,0,0,.08);\n  }\n\n  .lw-icon {\n    font-size:27px;\n    display:block;\n    margin-bottom:9px;\n  }\n\n  .lw-benefit strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .lw-benefit span {\n    display:block;\n    color:#777;\n    font-size:12px;\n    margin-top:5px;\n  }\n\n  \/* INTRO *\/\n  .lw-section {\n    padding:50px 20px;\n  }\n\n  .lw-heading {\n    text-align:center;\n    margin-bottom:32px;\n  }\n\n  .lw-heading h3 {\n    margin:0 0 10px;\n    font-size:31px;\n    font-weight:800;\n    letter-spacing:-.5px;\n  }\n\n  .lw-heading p {\n    margin:0 auto;\n    max-width:650px;\n    color:var(--muted);\n    line-height:1.7;\n  }\n\n  \/* FEATURE CARDS *\/\n  .lw-features {\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:16px;\n  }\n\n  .lw-feature {\n    position:relative;\n    background:var(--cream);\n    border-radius:20px;\n    padding:28px;\n    border:1px solid #eee7dc;\n    transition:.3s ease;\n  }\n\n  .lw-feature:hover {\n    transform:translateY(-5px);\n    box-shadow:0 15px 35px rgba(0,0,0,.07);\n  }\n\n  .lw-number {\n    width:38px;\n    height:38px;\n    border-radius:50%;\n    background:var(--black);\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:12px;\n    font-weight:700;\n    margin-bottom:17px;\n  }\n\n  .lw-feature h4 {\n    margin:0 0 9px;\n    font-size:18px;\n  }\n\n  .lw-feature p {\n    margin:0;\n    color:#696969;\n    font-size:14px;\n    line-height:1.65;\n  }\n\n  \/* GIFT SECTION *\/\n  .lw-gift {\n    position:relative;\n    background:var(--black);\n    color:#fff;\n    padding:50px 25px;\n    border-radius:25px;\n    text-align:center;\n    overflow:hidden;\n  }\n\n  .lw-gift:before {\n    content:\"\";\n    position:absolute;\n    width:350px;\n    height:350px;\n    border-radius:50%;\n    border:1px solid rgba(185,150,90,.2);\n    top:-200px;\n    left:-120px;\n  }\n\n  .lw-gift:after {\n    content:\"\";\n    position:absolute;\n    width:250px;\n    height:250px;\n    border-radius:50%;\n    border:1px solid rgba(185,150,90,.15);\n    bottom:-170px;\n    right:-80px;\n  }\n\n  .lw-gift-content {\n    position:relative;\n    z-index:2;\n  }\n\n  .lw-gift h3 {\n    font-size:32px;\n    margin:0 0 14px;\n    font-weight:800;\n  }\n\n  .lw-gift p {\n    max-width:700px;\n    margin:auto;\n    color:#d8d8d8;\n    line-height:1.75;\n    font-size:15px;\n  }\n\n  .lw-gift-badge {\n    display:inline-block;\n    margin-top:25px;\n    padding:10px 20px;\n    border:1px solid var(--gold);\n    color:var(--gold);\n    border-radius:50px;\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n  }\n\n  \/* OCCASIONS *\/\n  .lw-occasions {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:14px;\n  }\n\n  .lw-occasion {\n    background:#fff;\n    border:1px solid #e9e9e9;\n    border-radius:18px;\n    padding:25px 15px;\n    text-align:center;\n    transition:.3s ease;\n  }\n\n  .lw-occasion:hover {\n    transform:translateY(-5px);\n    box-shadow:0 12px 28px rgba(0,0,0,.07);\n  }\n\n  .lw-occasion-icon {\n    font-size:30px;\n    margin-bottom:10px;\n  }\n\n  .lw-occasion strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .lw-occasion span {\n    display:block;\n    margin-top:5px;\n    color:#777;\n    font-size:12px;\n  }\n\n  \/* COLOUR SECTION *\/\n  .lw-colours {\n    background:var(--cream);\n    border-radius:22px;\n    padding:35px 20px;\n    text-align:center;\n  }\n\n  .lw-colours h3 {\n    margin:0 0 8px;\n    font-size:25px;\n  }\n\n  .lw-colours p {\n    margin:0 0 22px;\n    color:#777;\n    font-size:14px;\n  }\n\n  .lw-colour-options {\n    display:flex;\n    justify-content:center;\n    gap:12px;\n    flex-wrap:wrap;\n  }\n\n  .lw-colour {\n    padding:12px 20px;\n    border-radius:50px;\n    background:#fff;\n    border:1px solid #ddd;\n    font-size:13px;\n    font-weight:600;\n  }\n\n  \/* WHY IT'S DIFFERENT *\/\n  .lw-story {\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:25px;\n    align-items:center;\n  }\n\n  .lw-story-box {\n    background:#f5f2ed;\n    border-radius:22px;\n    padding:35px;\n  }\n\n  .lw-story-box h3 {\n    font-size:28px;\n    margin:0 0 14px;\n  }\n\n  .lw-story-box p {\n    color:#666;\n    line-height:1.75;\n    margin:0;\n    font-size:15px;\n  }\n\n  .lw-checks {\n    display:flex;\n    flex-direction:column;\n    gap:14px;\n  }\n\n  .lw-check {\n    display:flex;\n    align-items:flex-start;\n    gap:12px;\n    padding:16px;\n    background:#fff;\n    border:1px solid #eee;\n    border-radius:14px;\n  }\n\n  .lw-check-mark {\n    flex-shrink:0;\n    width:28px;\n    height:28px;\n    border-radius:50%;\n    background:var(--black);\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:12px;\n  }\n\n  .lw-check strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .lw-check span {\n    display:block;\n    color:#777;\n    font-size:12px;\n    margin-top:3px;\n    line-height:1.5;\n  }\n\n  \/* FINAL CTA *\/\n  .lw-cta {\n    text-align:center;\n    padding:45px 20px 15px;\n  }\n\n  .lw-cta h3 {\n    font-size:30px;\n    margin:0 0 10px;\n  }\n\n  .lw-cta p {\n    max-width:650px;\n    margin:0 auto 22px;\n    color:#6d6d6d;\n    line-height:1.65;\n  }\n\n  .lw-button {\n    display:inline-block;\n    background:var(--black);\n    color:#fff !important;\n    padding:16px 30px;\n    border-radius:50px;\n    text-decoration:none !important;\n    font-weight:700;\n    transition:.3s ease;\n  }\n\n  .lw-button:hover {\n    transform:translateY(-3px);\n    box-shadow:0 12px 25px rgba(0,0,0,.2);\n  }\n\n  \/* MOBILE *\/\n  @media(max-width:700px) {\n\n    .lw-hero {\n      padding:42px 18px;\n      border-radius:19px;\n    }\n\n    .lw-hero h2 {\n      font-size:35px;\n    }\n\n    .lw-hero p {\n      font-size:15px;\n    }\n\n    .lw-benefits {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .lw-features {\n      grid-template-columns:1fr;\n    }\n\n    .lw-occasions {\n      grid-template-columns:1fr;\n    }\n\n    .lw-story {\n      grid-template-columns:1fr;\n    }\n\n    .lw-section {\n      padding:38px 10px;\n    }\n\n    .lw-heading h3 {\n      font-size:26px;\n    }\n\n    .lw-gift {\n      padding:40px 18px;\n      border-radius:19px;\n    }\n\n    .lw-gift h3 {\n      font-size:27px;\n    }\n\n    .lw-story-box {\n      padding:27px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lux-winebag\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"lw-hero\"\u003e\n\n    \u003cdiv class=\"lw-label\"\u003e\n      🍷 Luxury Wine Gifting\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Don't Just Bring a Bottle.\u003cbr\u003e\n      \u003cspan class=\"lw-gold\"\u003eBring the Wow.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Give the gift of great taste — beautifully presented.\n      This premium synthetic leather wine bag transforms an ordinary bottle\n      into an elegant gift that's ready to impress from the moment you arrive.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"lw-benefits\"\u003e\n\n    \u003cdiv class=\"lw-benefit\"\u003e\n      \u003cspan class=\"lw-icon\"\u003e🎁\u003c\/span\u003e\n      \u003cstrong\u003eGift Ready\u003c\/strong\u003e\n      \u003cspan\u003eNo wrapping required\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lw-benefit\"\u003e\n      \u003cspan class=\"lw-icon\"\u003e✨\u003c\/span\u003e\n      \u003cstrong\u003ePremium Look\u003c\/strong\u003e\n      \u003cspan\u003eLuxury pebble texture\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lw-benefit\"\u003e\n      \u003cspan class=\"lw-icon\"\u003e🍾\u003c\/span\u003e\n      \u003cstrong\u003eVersatile Fit\u003c\/strong\u003e\n      \u003cspan\u003eWine \u0026amp; more\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lw-benefit\"\u003e\n      \u003cspan class=\"lw-icon\"\u003e👜\u003c\/span\u003e\n      \u003cstrong\u003eEasy to Carry\u003c\/strong\u003e\n      \u003cspan\u003eSturdy top handle\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"lw-section\"\u003e\n\n    \u003cdiv class=\"lw-heading\"\u003e\n\n      \u003ch3\u003eLuxury Is in the Details\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed to make your bottle look as special as the occasion itself.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lw-features\"\u003e\n\n      \u003cdiv class=\"lw-feature\"\u003e\n\n        \u003cdiv class=\"lw-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch4\u003eBuilt-In Corkscrew Holder\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Keep your corkscrew right where you need it. The integrated leather\n          loops with silver stud detailing add both style and practicality.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-feature\"\u003e\n\n        \u003cdiv class=\"lw-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch4\u003eElegant Carry Handle\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The sturdy top handle makes carrying your bottle effortless —\n          whether you're heading to dinner, a celebration or a gathering.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-feature\"\u003e\n\n        \u003cdiv class=\"lw-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch4\u003eDesigned for Standard Bottles\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The versatile design accommodates standard bottles including wine,\n          champagne, rum, vodka and other popular bottle shapes.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-feature\"\u003e\n\n        \u003cdiv class=\"lw-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch4\u003ePremium Pebble-Texture Finish\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The rich cognac\/tan synthetic leather finish gives your bottle\n          a sophisticated, high-end appearance without the need for wrapping.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- GIFT SECTION --\u003e\n  \u003csection class=\"lw-gift\"\u003e\n\n    \u003cdiv class=\"lw-gift-content\"\u003e\n\n      \u003ch3\u003e🎁 Turn a Bottle Into a Gift\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A bottle of wine is a classic gift. The right presentation makes it\n        memorable. Slip the bottle into this elegant wine bag and you're ready\n        to walk through the door with a gift that looks thoughtfully chosen\n        and beautifully presented.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lw-gift-badge\"\u003e\n        No Gift Wrapping Needed\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003csection class=\"lw-section\"\u003e\n\n    \u003cdiv class=\"lw-heading\"\u003e\n\n      \u003ch3\u003ePerfect For Every Celebration\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Keep one ready for the moments when you don't want to arrive empty-handed.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lw-occasions\"\u003e\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e🍷\u003c\/div\u003e\n\n        \u003cstrong\u003eDinner Parties\u003c\/strong\u003e\n\n        \u003cspan\u003eArrive in style\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e🥂\u003c\/div\u003e\n\n        \u003cstrong\u003eCelebrations\u003c\/strong\u003e\n\n        \u003cspan\u003eBirthdays \u0026amp; milestones\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e🏠\u003c\/div\u003e\n\n        \u003cstrong\u003eHousewarmings\u003c\/strong\u003e\n\n        \u003cspan\u003eA thoughtful gift\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e🎄\u003c\/div\u003e\n\n        \u003cstrong\u003eFestive Gifting\u003c\/strong\u003e\n\n        \u003cspan\u003eChristmas \u0026amp; special occasions\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e💝\u003c\/div\u003e\n\n        \u003cstrong\u003eThank You Gifts\u003c\/strong\u003e\n\n        \u003cspan\u003eShow someone you care\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-occasion\"\u003e\n\n        \u003cdiv class=\"lw-occasion-icon\"\u003e🍾\u003c\/div\u003e\n\n        \u003cstrong\u003eWine Lovers\u003c\/strong\u003e\n\n        \u003cspan\u003eA gift they'll use\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- COLOURS --\u003e\n  \u003csection class=\"lw-section\"\u003e\n\n    \u003cdiv class=\"lw-colours\"\u003e\n\n      \u003ch3\u003eChoose Your Style\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Available in three colours so you can choose the perfect look.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lw-colour-options\"\u003e\n\n        \u003cdiv class=\"lw-colour\"\u003e🤎 Cognac \/ Tan\u003c\/div\u003e\n        \u003cdiv class=\"lw-colour\"\u003e🖤 Classic Black\u003c\/div\u003e\n        \u003cdiv class=\"lw-colour\"\u003e✨ Your Third Colour\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY IT'S DIFFERENT --\u003e\n  \u003csection class=\"lw-section\"\u003e\n\n    \u003cdiv class=\"lw-story\"\u003e\n\n      \u003cdiv class=\"lw-story-box\"\u003e\n\n        \u003ch3\u003e\n          The Bottle Is Only Half the Gift.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Presentation matters. Instead of handing someone a bottle in a\n          plastic bag or arriving with something that needs last-minute\n          wrapping, make the entire gift feel intentional.\n          \u003cbr\u003e\u003cbr\u003e\n          This reusable wine bag adds that extra touch of luxury before\n          they even see what's inside.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lw-checks\"\u003e\n\n        \u003cdiv class=\"lw-check\"\u003e\n\n          \u003cdiv class=\"lw-check-mark\"\u003e✓\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eLooks Expensive\u003c\/strong\u003e\n            \u003cspan\u003e\n              Premium pebble-texture synthetic leather and silver detailing.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lw-check\"\u003e\n\n          \u003cdiv class=\"lw-check-mark\"\u003e✓\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eActually Practical\u003c\/strong\u003e\n            \u003cspan\u003e\n              Carry handle and built-in corkscrew storage keep everything convenient.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lw-check\"\u003e\n\n          \u003cdiv class=\"lw-check-mark\"\u003e✓\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eReusable\u003c\/strong\u003e\n            \u003cspan\u003e\n              Unlike disposable wrapping, the bag can be enjoyed again and again.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lw-check\"\u003e\n\n          \u003cdiv class=\"lw-check-mark\"\u003e✓\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eGift-Ready\u003c\/strong\u003e\n            \u003cspan\u003e\n              Simply add the bottle and you're ready to go.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"lw-cta\"\u003e\n\n    \u003ch3\u003eMake Your Next Bottle a Gift They'll Remember 🍷\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Elevate your wine gifting with a stylish, reusable bottle bag designed\n      to make every bottle feel a little more special.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#AddToCart\" class=\"lw-button\"\u003e\n      🎁 Add to Cart\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Default Title","offer_id":52066508374337,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/lifestyle-with-bottle.png?v=1786220582","url":"https:\/\/www.boxedandblessed.co.za\/products\/synthetic-leather-wine-gift-bag","provider":"Boxed \u0026 Blessed","version":"1.0","type":"link"}