{"title":"Wine Lovers","description":"\u003cp\u003eRaise a glass to the wine lovers in your life. Our curated Wine Lovers collection features beautifully boxed gift sets perfect for celebrating milestones, anniversaries, and special occasions — elegantly packaged and ready to gift.\u003c\/p\u003e","products":[{"product_id":"vacuum-wine-champagne-bottle-stoppers","title":"Vacuum Wine \u0026 Champagne Bottle Stoppers","description":"\u003cstyle\u003e\n  .wine-stopper-section {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    max-width: 1100px;\n    margin: 40px auto;\n    padding: 0 18px;\n    color: #1d1d1d;\n  }\n\n  .wine-hero {\n    background: linear-gradient(135deg, #111111, #292929);\n    color: #fff;\n    border-radius: 24px;\n    padding: 42px 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 15px 45px rgba(0,0,0,.15);\n  }\n\n  .wine-hero:before,\n  .wine-hero:after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(255,255,255,.06);\n    animation: floatBubble 6s ease-in-out infinite;\n  }\n\n  .wine-hero:before {\n    width: 180px;\n    height: 180px;\n    top: -80px;\n    left: -50px;\n  }\n\n  .wine-hero:after {\n    width: 130px;\n    height: 130px;\n    bottom: -60px;\n    right: -30px;\n    animation-delay: 2s;\n  }\n\n  @keyframes floatBubble {\n    0%,100% { transform: translateY(0) rotate(0deg); }\n    50% { transform: translateY(-18px) rotate(8deg); }\n  }\n\n  .wine-badge {\n    display: inline-block;\n    background: #d4af37;\n    color: #111;\n    padding: 8px 15px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .wine-hero h2 {\n    margin: 0 auto 14px;\n    max-width: 760px;\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.05;\n    font-weight: 800;\n  }\n\n  .wine-hero h2 span {\n    color: #d4af37;\n  }\n\n  .wine-hero p {\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 17px;\n    line-height: 1.7;\n    color: #eeeeee;\n  }\n\n  .wine-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    margin: 25px 0;\n  }\n\n  .wine-benefit {\n    background: #fff;\n    border: 1px solid #eeeeee;\n    border-radius: 18px;\n    padding: 22px 18px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    transition: all .3s ease;\n    box-shadow: 0 5px 20px rgba(0,0,0,.04);\n  }\n\n  .wine-benefit:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 28px rgba(0,0,0,.10);\n  }\n\n  .benefit-icon {\n    width: 45px;\n    height: 45px;\n    min-width: 45px;\n    background: #f6f1df;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 21px;\n  }\n\n  .wine-benefit strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 5px;\n  }\n\n  .wine-benefit span {\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .wine-story {\n    margin: 28px 0;\n    padding: 30px;\n    border-radius: 20px;\n    background: #f8f8f8;\n    text-align: center;\n  }\n\n  .wine-story h3 {\n    margin: 0 0 10px;\n    font-size: 26px;\n  }\n\n  .wine-story p {\n    max-width: 720px;\n    margin: auto;\n    color: #666;\n    line-height: 1.7;\n  }\n\n  .wine-steps {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 15px;\n    margin-top: 22px;\n  }\n\n  .wine-step {\n    background: #fff;\n    border-radius: 18px;\n    padding: 22px 15px;\n    border: 1px solid #eee;\n  }\n\n  .step-number {\n    width: 38px;\n    height: 38px;\n    background: #111;\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n    font-weight: 800;\n  }\n\n  .wine-step strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .wine-step span {\n    color: #666;\n    font-size: 13px;\n  }\n\n  .wine-gift {\n    margin-top: 25px;\n    border: 2px solid #d4af37;\n    border-radius: 20px;\n    padding: 27px;\n    text-align: center;\n    background: linear-gradient(135deg,#fffdf5,#ffffff);\n  }\n\n  .wine-gift h3 {\n    margin: 0 0 8px;\n    font-size: 25px;\n  }\n\n  .wine-gift p {\n    color: #666;\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  .wine-cta {\n    margin-top: 25px;\n    text-align: center;\n  }\n\n  .wine-cta a {\n    display: inline-block;\n    background: #111;\n    color: #fff !important;\n    text-decoration: none;\n    padding: 16px 30px;\n    border-radius: 50px;\n    font-weight: 800;\n    font-size: 16px;\n    transition: all .3s ease;\n    box-shadow: 0 8px 22px rgba(0,0,0,.18);\n  }\n\n  .wine-cta a:hover {\n    transform: translateY(-3px);\n    background: #d4af37;\n    color: #111 !important;\n  }\n\n  .wine-note {\n    margin-top: 12px;\n    font-size: 12px;\n    color: #777;\n  }\n\n  @media(max-width:700px) {\n    .wine-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .wine-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .wine-hero {\n      padding: 35px 20px;\n    }\n\n    .wine-story,\n    .wine-gift {\n      padding: 24px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wine-stopper-section\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wine-hero\"\u003e\n\u003cdiv class=\"wine-badge\"\u003e🍷 Wine Lover Essential\u003c\/div\u003e\n\u003ch2\u003eOpen It Today.\u003cbr\u003e\u003cspan\u003eEnjoy It Tomorrow.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eKeep your favourite wine and bubbly fresher for longer with our sleek vacuum-seal bottle stoppers. Simply twist, lock and enjoy a tight, leak-proof seal that helps preserve flavour and fizz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"wine-benefits\"\u003e\n\u003cdiv class=\"wine-benefit\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePerfect for Wine \u0026amp; Bubbly\u003c\/strong\u003e \u003cspan\u003e Designed for standard wine bottles as well as champagne, prosecco, cava and other sparkling wines.Comes in a pack of two.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wine-benefit\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e100% Leak-Proof Seal\u003c\/strong\u003e \u003cspan\u003e Create a secure airtight seal to help keep your bottle protected when stored vertically or horizontally. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wine-benefit\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTwist. Lock. Done.\u003c\/strong\u003e \u003cspan\u003e A simple 3-step locking mechanism with an audible click lets you know your stopper is securely sealed. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wine-benefit\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🖤\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSleek Matte Black\u003c\/strong\u003e \u003cspan\u003e A sophisticated finish that looks right at home in any kitchen, bar cart or wine collection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"wine-story\"\u003e\n\u003ch3\u003e🍷 Sealing Your Bottle Is This Easy\u003c\/h3\u003e\n\u003cp\u003eNo complicated pumps or messy accessories. Just place the stopper, twist and lock. The secure seal helps protect your wine until you're ready for your next glass.\u003c\/p\u003e\n\u003cdiv class=\"wine-steps\"\u003e\n\u003cdiv class=\"wine-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003ePlace\u003c\/strong\u003e \u003cspan\u003eInsert the stopper into your bottle.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wine-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eTwist\u003c\/strong\u003e \u003cspan\u003eTwist the stopper to activate the seal.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wine-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eClick\u003c\/strong\u003e \u003cspan\u003eHear the click and your bottle is sealed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GIFT SECTION --\u003e\n\u003cdiv class=\"wine-gift\"\u003e\n\u003ch3\u003e🎁 A Small Gift They'll Actually Use\u003c\/h3\u003e\n\u003cp\u003eLooking for a thoughtful gift for a wine lover? These compact bottle stoppers make a practical and stylish addition to any wine collection — perfect for birthdays, housewarmings, dinner parties, anniversaries and special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"wine-benefits\"\u003e\n\u003cdiv class=\"wine-benefit\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e📏\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCompact \u0026amp; Easy to Store\u003c\/strong\u003e \u003cspan\u003e Approx. 1.5\" × 1.3–1.5\" (3.81 × 3.3–3.81 cm). \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"wine-cta\"\u003e\n\u003ca href=\"#AddToCart\"\u003e 🍷 Keep Your Bottle Fresh — Shop Now \u003c\/a\u003e\n\u003cdiv class=\"wine-note\"\u003e✨ A stylish little upgrade for every wine lover.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Default Title","offer_id":52066412265793,"sku":null,"price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/dimensions.png?v=1786217128"},{"product_id":"pump-action-vacuum-wine-stopper","title":"Wine Stopper","description":"\u003cstyle\u003e\n  .wv-wrap {\n    max-width: 1100px;\n    margin: 40px auto;\n    padding: 0 16px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    color: #171717;\n  }\n\n  .wv-hero {\n    position: relative;\n    overflow: hidden;\n    border-radius: 26px;\n    padding: 48px 25px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(180, 25, 25, .22), transparent 25%),\n      radial-gradient(circle at 85% 80%, rgba(255, 255, 255, .08), transparent 25%),\n      linear-gradient(135deg, #090909, #242424);\n    color: white;\n    box-shadow: 0 18px 50px rgba(0,0,0,.18);\n  }\n\n  .wv-hero:before,\n  .wv-hero:after {\n    content: \"\";\n    position: absolute;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 50%;\n    animation: wvFloat 7s ease-in-out infinite;\n  }\n\n  .wv-hero:before {\n    width: 220px;\n    height: 220px;\n    left: -110px;\n    top: -100px;\n  }\n\n  .wv-hero:after {\n    width: 170px;\n    height: 170px;\n    right: -80px;\n    bottom: -90px;\n    animation-delay: 2s;\n  }\n\n  @keyframes wvFloat {\n    0%,100% {\n      transform: translateY(0) rotate(0deg);\n    }\n    50% {\n      transform: translateY(-15px) rotate(8deg);\n    }\n  }\n\n  .wv-badge {\n    display: inline-block;\n    padding: 8px 16px;\n    border-radius: 50px;\n    background: #a91f2b;\n    color: white;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .wv-hero h2 {\n    position: relative;\n    z-index: 2;\n    margin: 0 auto 16px;\n    max-width: 800px;\n    font-size: clamp(32px, 5vw, 54px);\n    line-height: 1.03;\n    font-weight: 900;\n  }\n\n  .wv-hero h2 span {\n    color: #e13a45;\n  }\n\n  .wv-hero p {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n    margin: auto;\n    color: #eeeeee;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .wv-problem {\n    margin: 25px 0;\n    padding: 28px;\n    border-radius: 22px;\n    background: #f8f8f8;\n    text-align: center;\n  }\n\n  .wv-problem h3 {\n    margin: 0 0 10px;\n    font-size: 26px;\n  }\n\n  .wv-problem p {\n    max-width: 720px;\n    margin: auto;\n    color: #666;\n    line-height: 1.7;\n  }\n\n  .wv-highlight {\n    display: inline-block;\n    margin-top: 15px;\n    font-weight: 800;\n    color: #a91f2b;\n  }\n\n  .wv-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    margin: 25px 0;\n  }\n\n  .wv-card {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    padding: 23px;\n    border-radius: 20px;\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    box-shadow: 0 6px 22px rgba(0,0,0,.045);\n    transition: all .3s ease;\n  }\n\n  .wv-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 15px 35px rgba(0,0,0,.10);\n  }\n\n  .wv-icon {\n    min-width: 48px;\n    width: 48px;\n    height: 48px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #f7e9ea;\n    font-size: 22px;\n  }\n\n  .wv-card strong {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 16px;\n  }\n\n  .wv-card span {\n    color: #666;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .wv-how {\n    margin: 28px 0;\n    padding: 35px 25px;\n    border-radius: 24px;\n    background: linear-gradient(135deg,#111,#292929);\n    color: white;\n    text-align: center;\n  }\n\n  .wv-how h3 {\n    margin: 0 0 10px;\n    font-size: 28px;\n  }\n\n  .wv-how \u003e p {\n    color: #ddd;\n    max-width: 650px;\n    margin: auto;\n    line-height: 1.6;\n  }\n\n  .wv-steps {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 15px;\n    margin-top: 25px;\n  }\n\n  .wv-step {\n    padding: 22px 15px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.07);\n    border: 1px solid rgba(255,255,255,.10);\n  }\n\n  .wv-number {\n    width: 42px;\n    height: 42px;\n    margin: 0 auto 13px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #a91f2b;\n    font-weight: 900;\n  }\n\n  .wv-step strong {\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .wv-step span {\n    color: #ccc;\n    font-size: 13px;\n  }\n\n  .wv-feature {\n    margin: 25px 0;\n    padding: 30px;\n    border-radius: 22px;\n    border: 2px solid #a91f2b;\n    background: linear-gradient(135deg,#fff,#fff7f7);\n    text-align: center;\n  }\n\n  .wv-feature h3 {\n    margin: 0 0 10px;\n    font-size: 27px;\n  }\n\n  .wv-feature p {\n    max-width: 720px;\n    margin: auto;\n    color: #666;\n    line-height: 1.7;\n  }\n\n  .wv-gift {\n    margin-top: 25px;\n    padding: 28px;\n    border-radius: 22px;\n    background: #f7f7f7;\n    text-align: center;\n  }\n\n  .wv-gift h3 {\n    margin: 0 0 10px;\n    font-size: 26px;\n  }\n\n  .wv-gift p {\n    max-width: 700px;\n    margin: auto;\n    color: #666;\n    line-height: 1.7;\n  }\n\n  .wv-gift strong {\n    color: #a91f2b;\n  }\n\n  .wv-cta {\n    margin-top: 30px;\n    text-align: center;\n  }\n\n  .wv-cta a {\n    display: inline-block;\n    padding: 17px 32px;\n    border-radius: 50px;\n    background: #a91f2b;\n    color: white !important;\n    text-decoration: none;\n    font-size: 16px;\n    font-weight: 900;\n    box-shadow: 0 10px 25px rgba(169,31,43,.25);\n    transition: all .3s ease;\n  }\n\n  .wv-cta a:hover {\n    transform: translateY(-4px);\n    background: #111;\n    box-shadow: 0 15px 30px rgba(0,0,0,.20);\n  }\n\n  .wv-small {\n    margin-top: 12px;\n    color: #777;\n    font-size: 12px;\n  }\n\n  @media(max-width: 700px) {\n    .wv-hero {\n      padding: 38px 20px;\n    }\n\n    .wv-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .wv-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .wv-card {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wv-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"wv-hero\"\u003e\n\u003cdiv class=\"wv-badge\"\u003e🍷 Wine Lover Essential\u003c\/div\u003e\n\u003ch2\u003eDon't Waste A\u003cbr\u003e\u003cspan\u003eGood Bottle.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eKeep your favourite wine fresher for longer with a simple pump-action vacuum seal. Insert, pump and lock — helping remove air from the bottle so you can enjoy your wine again later.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"wv-problem\"\u003e\n\u003ch3\u003e🍷 You Don't Have To Finish The Bottle Tonight...\u003c\/h3\u003e\n\u003cp\u003eWe've all been there — you open a beautiful bottle of wine, enjoy a glass or two, and then wonder what to do with the rest. Our vacuum wine stopper is designed to help slow oxidation and keep your wine fresher for longer.\u003c\/p\u003e\n\u003cdiv class=\"wv-highlight\"\u003eOpen the bottle. Enjoy a glass. Save the rest.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"wv-benefits\"\u003e\n\u003cdiv class=\"wv-card\"\u003e\n\u003cdiv class=\"wv-icon\"\u003e💨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVacuum Pump Action\u003c\/strong\u003e \u003cspan\u003e Pump the stopper to remove air from the bottle, helping slow oxidation and preserve flavour for longer. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wv-card\"\u003e\n\u003cdiv class=\"wv-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSecure Locking Mechanism\u003c\/strong\u003e \u003cspan\u003e The locking mechanism helps create a secure seal, while the satisfying click confirms the stopper is locked. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wv-card\"\u003e\n\u003cdiv class=\"wv-icon\"\u003e🍷\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFits Most Standard Bottles\u003c\/strong\u003e \u003cspan\u003e The expandable rubber tip is designed to fit most standard wine bottle necks securely. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wv-card\"\u003e\n\u003cdiv class=\"wv-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePremium Matte Black Finish\u003c\/strong\u003e \u003cspan\u003e Finished in sleek matte black with a bold red seal, making it as stylish as it is practical. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"wv-how\"\u003e\n\u003ch3\u003eHow It Works\u003c\/h3\u003e\n\u003cp\u003eSaving your wine takes just a few seconds.\u003c\/p\u003e\n\u003cdiv class=\"wv-steps\"\u003e\n\u003cdiv class=\"wv-step\"\u003e\n\u003cdiv class=\"wv-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eINSERT\u003c\/strong\u003e \u003cspan\u003e Place the stopper securely into your wine bottle. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wv-step\"\u003e\n\u003cdiv class=\"wv-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003ePRESS\u003c\/strong\u003e \u003cspan\u003e Press down and seal.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wv-step\"\u003e\n\u003cdiv class=\"wv-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eLOCK\u003c\/strong\u003e \u003cspan\u003e Lock the stopper and store your bottle safely. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURE --\u003e\n\u003csection class=\"wv-feature\"\u003e\n\u003ch3\u003e🔐 Designed For Easy Storage\u003c\/h3\u003e\n\u003cp\u003eThe secure design helps keep the stopper firmly in place, making it suitable for upright or horizontal storage. No more worrying about unnecessary spills in your fridge or wine rack.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"wv-gift\"\u003e\n\u003ch3\u003e🎁 The Perfect Gift For Wine Lovers\u003c\/h3\u003e\n\u003cp\u003eLooking for something practical, stylish and different? This vacuum wine stopper makes a thoughtful gift for birthdays, anniversaries, housewarmings, dinner parties and special occasions. \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eEven better — pair it with a Wine Lovers Gift Box\u003c\/strong\u003e for a complete gift they'll actually use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"wv-cta\"\u003e\n\u003ca href=\"#AddToCart\"\u003e 🍷 Save The Rest — Get Yours Today \u003c\/a\u003e\n\u003cdiv class=\"wv-small\"\u003e✨ A simple upgrade every wine lover will appreciate.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Default Title","offer_id":52066415903041,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/stopper-overview_44cd6d69-7fd6-4b24-8370-03bfda3fedcb.png?v=1786217317"},{"product_id":"smart-electric-wine-pourer-dispenser","title":"Vinolux Smart Electric Wine Pourer \u0026 Dispenser","description":"\u003c!-- SMART ELECTRIC WINE POURER - PREMIUM SALES SECTION --\u003e\n\u003cstyle\u003e\n  .wine-pourer {\n    --wine-dark: #171717;\n    --wine-gold: #c9a45c;\n    --wine-cream: #faf8f4;\n    --wine-white: #ffffff;\n    --wine-muted: #666;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    color: var(--wine-dark);\n    max-width: 1100px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .wine-pourer * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .wp-hero {\n    position: relative;\n    padding: 55px 25px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(201,164,92,.16), transparent 45%),\n      linear-gradient(135deg, #ffffff, #f7f4ef);\n    border-radius: 24px;\n    margin-bottom: 25px;\n  }\n\n  .wp-badge {\n    display: inline-block;\n    background: #171717;\n    color: #fff;\n    padding: 9px 18px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .wp-hero h2 {\n    font-size: clamp(32px, 6vw, 58px);\n    line-height: 1.05;\n    margin: 0 auto 18px;\n    max-width: 800px;\n    font-weight: 800;\n    letter-spacing: -1.5px;\n  }\n\n  .wp-gold {\n    color: var(--wine-gold);\n  }\n\n  .wp-hero p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: #555;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  \/* BENEFITS *\/\n  .wp-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 20px 0;\n  }\n\n  .wp-benefit {\n    background: #fff;\n    border: 1px solid #eee;\n    border-radius: 16px;\n    padding: 20px 12px;\n    text-align: center;\n    transition: .3s ease;\n  }\n\n  .wp-benefit:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 30px rgba(0,0,0,.08);\n  }\n\n  .wp-icon {\n    font-size: 27px;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .wp-benefit strong {\n    display: block;\n    font-size: 14px;\n  }\n\n  .wp-benefit span {\n    display: block;\n    color: #777;\n    font-size: 12px;\n    margin-top: 5px;\n  }\n\n  \/* MAIN CONTENT *\/\n  .wp-section {\n    padding: 45px 20px;\n  }\n\n  .wp-section-title {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .wp-section-title h3 {\n    font-size: 30px;\n    margin: 0 0 10px;\n    font-weight: 800;\n  }\n\n  .wp-section-title p {\n    color: #777;\n    margin: 0;\n  }\n\n  \/* FEATURE GRID *\/\n  .wp-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n  }\n\n  .wp-feature {\n    background: var(--wine-cream);\n    border-radius: 18px;\n    padding: 25px;\n    border: 1px solid #eee;\n    transition: .3s ease;\n  }\n\n  .wp-feature:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(0,0,0,.06);\n  }\n\n  .wp-feature-number {\n    display: inline-flex;\n    width: 34px;\n    height: 34px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--wine-dark);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 15px;\n  }\n\n  .wp-feature h4 {\n    margin: 0 0 8px;\n    font-size: 18px;\n  }\n\n  .wp-feature p {\n    margin: 0;\n    color: #666;\n    line-height: 1.6;\n    font-size: 14px;\n  }\n\n  \/* HOW IT WORKS *\/\n  .wp-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  .wp-step {\n    text-align: center;\n    padding: 25px 15px;\n  }\n\n  .wp-step-circle {\n    width: 60px;\n    height: 60px;\n    margin: 0 auto 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #171717;\n    color: #fff;\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .wp-step h4 {\n    margin: 0 0 7px;\n    font-size: 17px;\n  }\n\n  .wp-step p {\n    color: #777;\n    font-size: 13px;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* GIFT SECTION *\/\n  .wp-gift {\n    background: #171717;\n    color: #fff;\n    border-radius: 24px;\n    padding: 45px 25px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .wp-gift:before {\n    content: \"\";\n    position: absolute;\n    width: 300px;\n    height: 300px;\n    border-radius: 50%;\n    background: rgba(201,164,92,.12);\n    top: -150px;\n    right: -100px;\n  }\n\n  .wp-gift h3 {\n    position: relative;\n    margin: 0 0 12px;\n    font-size: 30px;\n  }\n\n  .wp-gift p {\n    position: relative;\n    max-width: 650px;\n    margin: auto;\n    color: #ddd;\n    line-height: 1.7;\n  }\n\n  .wp-gift-tag {\n    position: relative;\n    display: inline-block;\n    margin-top: 22px;\n    border: 1px solid var(--wine-gold);\n    color: var(--wine-gold);\n    padding: 10px 18px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* SPECS *\/\n  .wp-specs {\n    border: 1px solid #eee;\n    border-radius: 20px;\n    overflow: hidden;\n    background: #fff;\n  }\n\n  .wp-spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 16px 20px;\n    border-bottom: 1px solid #eee;\n    font-size: 14px;\n  }\n\n  .wp-spec:last-child {\n    border-bottom: none;\n  }\n\n  .wp-spec strong {\n    color: #222;\n  }\n\n  .wp-spec span {\n    color: #777;\n    text-align: right;\n  }\n\n  \/* CTA *\/\n  .wp-cta {\n    text-align: center;\n    padding: 40px 20px 15px;\n  }\n\n  .wp-cta h3 {\n    font-size: 28px;\n    margin: 0 0 10px;\n  }\n\n  .wp-cta p {\n    color: #666;\n    margin: 0 auto 22px;\n    max-width: 600px;\n    line-height: 1.6;\n  }\n\n  .wp-cta-button {\n    display: inline-block;\n    background: #171717;\n    color: #fff !important;\n    padding: 16px 30px;\n    border-radius: 50px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: .3s ease;\n  }\n\n  .wp-cta-button:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 25px rgba(0,0,0,.18);\n  }\n\n  \/* FLOATING ANIMATION *\/\n  @keyframes wpFloat {\n    0%,100% {\n      transform: translateY(0);\n    }\n    50% {\n      transform: translateY(-7px);\n    }\n  }\n\n  .wp-floating {\n    animation: wpFloat 4s ease-in-out infinite;\n  }\n\n  \/* MOBILE *\/\n  @media(max-width: 700px) {\n    .wp-hero {\n      padding: 40px 18px;\n      border-radius: 18px;\n    }\n\n    .wp-hero h2 {\n      font-size: 34px;\n    }\n\n    .wp-hero p {\n      font-size: 15px;\n    }\n\n    .wp-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .wp-features {\n      grid-template-columns: 1fr;\n    }\n\n    .wp-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .wp-section {\n      padding: 35px 10px;\n    }\n\n    .wp-section-title h3 {\n      font-size: 25px;\n    }\n\n    .wp-gift {\n      padding: 35px 20px;\n      border-radius: 18px;\n    }\n\n    .wp-spec {\n      font-size: 13px;\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wine-pourer\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"wp-hero\"\u003e\n\n    \u003cdiv class=\"wp-badge\"\u003e🍷 Smart Wine Accessory\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Pour Smarter.\u003cbr\u003e\n      \u003cspan class=\"wp-gold\"\u003ePour Perfectly.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Upgrade your wine experience with a sleek smart electric wine pourer.\n      Simply place it onto your bottle, tap the touchscreen and enjoy effortless\n      pouring — without tilting, dripping or messy spills.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"wp-benefits\"\u003e\n\n    \u003cdiv class=\"wp-benefit wp-floating\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e👆\u003c\/span\u003e\n      \u003cstrong\u003eOne-Touch Pouring\u003c\/strong\u003e\n      \u003cspan\u003eSimple \u0026amp; effortless\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-benefit\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e📱\u003c\/span\u003e\n      \u003cstrong\u003eDigital Display\u003c\/strong\u003e\n      \u003cspan\u003eEasy volume control\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-benefit\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e🔋\u003c\/span\u003e\n      \u003cstrong\u003eRechargeable\u003c\/strong\u003e\n      \u003cspan\u003eUSB powered\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-benefit\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e🍷\u003c\/span\u003e\n      \u003cstrong\u003eUniversal Fit\u003c\/strong\u003e\n      \u003cspan\u003eFor standard bottles\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-benefit\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e✨\u003c\/span\u003e\n      \u003cstrong\u003ePremium Design\u003c\/strong\u003e\n      \u003cspan\u003eSleek matte white\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-benefit\"\u003e\n      \u003cspan class=\"wp-icon\"\u003e🎁\u003c\/span\u003e\n      \u003cstrong\u003eGift Worthy\u003c\/strong\u003e\n      \u003cspan\u003ePerfect for wine lovers\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"wp-section\"\u003e\n\n    \u003cdiv class=\"wp-section-title\"\u003e\n      \u003ch3\u003eMore Than Just a Wine Pourer\u003c\/h3\u003e\n      \u003cp\u003eDesigned to make every pour feel effortless.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-features\"\u003e\n\n      \u003cdiv class=\"wp-feature\"\u003e\n        \u003cspan class=\"wp-feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eTouchscreen Digital Display\u003c\/h4\u003e\n        \u003cp\u003e\n          Easily view and adjust your selected pour volume with the built-in\n          digital display.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-feature\"\u003e\n        \u003cspan class=\"wp-feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eOne-Touch Auto Dispensing\u003c\/h4\u003e\n        \u003cp\u003e\n          No need to lift or tilt the bottle. Simply tap the control and let\n          the electric pump do the work.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-feature\"\u003e\n        \u003cspan class=\"wp-feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eAdjustable Pour Volume\u003c\/h4\u003e\n        \u003cp\u003e\n          Use the + and − controls to customise the amount you want to pour,\n          depending on your preference.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-feature\"\u003e\n        \u003cspan class=\"wp-feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eRechargeable \u0026amp; Cordless\u003c\/h4\u003e\n        \u003cp\u003e\n          USB charging means there is no cable getting in the way when you're\n          entertaining, dining or enjoying a glass of wine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"wp-section\"\u003e\n\n    \u003cdiv class=\"wp-section-title\"\u003e\n      \u003ch3\u003ePouring Made Effortless\u003c\/h3\u003e\n      \u003cp\u003eThree simple steps. That's it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-steps\"\u003e\n\n      \u003cdiv class=\"wp-step\"\u003e\n        \u003cdiv class=\"wp-step-circle\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003ePlace\u003c\/h4\u003e\n        \u003cp\u003e\n          Attach the smart wine pourer to a compatible standard wine bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-step\"\u003e\n        \u003cdiv class=\"wp-step-circle\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSet\u003c\/h4\u003e\n        \u003cp\u003e\n          Select your preferred pour volume using the touchscreen controls.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-step\"\u003e\n        \u003cdiv class=\"wp-step-circle\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003ePour\u003c\/h4\u003e\n        \u003cp\u003e\n          Tap the control and enjoy a smooth, effortless pour.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- GIFT SECTION --\u003e\n  \u003csection class=\"wp-gift\"\u003e\n\n    \u003ch3\u003e🎁 The Gift Wine Lovers Didn't Know They Needed\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Looking for something different for a wine lover? This elegant electric\n      wine pourer combines smart functionality with a premium minimalist\n      design — making it an impressive addition to a wine gift box, birthday\n      present, housewarming gift or special occasion.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"wp-gift-tag\"\u003e\n      A Gift They'll Actually Use\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"wp-section\"\u003e\n\n    \u003cdiv class=\"wp-section-title\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wp-specs\"\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eProduct Type\u003c\/strong\u003e\n        \u003cspan\u003eElectric Wine Pourer\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eDisplay\u003c\/strong\u003e\n        \u003cspan\u003eTouchscreen Digital Display\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eOperation\u003c\/strong\u003e\n        \u003cspan\u003eOne-Touch Automatic Dispensing\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003ePour Control\u003c\/strong\u003e\n        \u003cspan\u003eAdjustable + \/ − Controls\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eCompatibility\u003c\/strong\u003e\n        \u003cspan\u003eStandard Wine Bottles\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eCharging\u003c\/strong\u003e\n        \u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wp-spec\"\u003e\n        \u003cstrong\u003eColour\u003c\/strong\u003e\n        \u003cspan\u003eMatte White\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"wp-cta\"\u003e\n\n    \u003ch3\u003eMake Every Pour Feel Premium 🍷\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether you're treating yourself or surprising a wine lover,\n      this smart electric wine pourer brings convenience, style and\n      effortless pouring to every bottle.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#AddToCart\" class=\"wp-cta-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":52066439233857,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/smart-electric-wine-pourer.png?v=1786219741"},{"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"},{"product_id":"kiaat-wood-wine-glass-snack-board","title":"Kiaat Wood Wine Glass Snack Board","description":"\u003cstyle\u003e\n  .kiaat-board {\n    --kb-dark:#171717;\n    --kb-gold:#b58a4a;\n    --kb-wood:#8b623c;\n    --kb-cream:#faf7f1;\n    --kb-text:#292929;\n    --kb-muted:#707070;\n\n    max-width:1100px;\n    margin:0 auto;\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Arial,sans-serif;\n    color:var(--kb-text);\n    overflow:hidden;\n  }\n\n  .kiaat-board * {\n    box-sizing:border-box;\n  }\n\n  \/* HERO *\/\n  .kb-hero {\n    position:relative;\n    padding:60px 25px;\n    text-align:center;\n    border-radius:26px;\n    overflow:hidden;\n    background:\n      radial-gradient(circle at 50% 0%,rgba(181,138,74,.20),transparent 48%),\n      linear-gradient(135deg,#fff,#f7f1e8);\n    margin-bottom:20px;\n  }\n\n  .kb-hero:before {\n    content:\"\";\n    position:absolute;\n    width:260px;\n    height:260px;\n    border:1px solid rgba(181,138,74,.15);\n    border-radius:50%;\n    left:-120px;\n    bottom:-150px;\n  }\n\n  .kb-hero:after {\n    content:\"\";\n    position:absolute;\n    width:180px;\n    height:180px;\n    border:1px solid rgba(181,138,74,.12);\n    border-radius:50%;\n    right:-70px;\n    top:-90px;\n  }\n\n  .kb-label {\n    position:relative;\n    z-index:2;\n    display:inline-block;\n    background:var(--kb-dark);\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  .kb-hero h2 {\n    position:relative;\n    z-index:2;\n    max-width:850px;\n    margin:0 auto 18px;\n    font-size:clamp(35px,6vw,59px);\n    line-height:1.04;\n    letter-spacing:-1.8px;\n    font-weight:800;\n  }\n\n  .kb-gold {\n    color:var(--kb-gold);\n  }\n\n  .kb-hero p {\n    position:relative;\n    z-index:2;\n    max-width:720px;\n    margin:auto;\n    color:#5f5f5f;\n    font-size:17px;\n    line-height:1.75;\n  }\n\n  \/* QUICK BENEFITS *\/\n  .kb-benefits {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:12px;\n    margin:20px 0;\n  }\n\n  .kb-benefit {\n    background:#fff;\n    border:1px solid #ececec;\n    border-radius:17px;\n    padding:22px 12px;\n    text-align:center;\n    transition:.3s ease;\n  }\n\n  .kb-benefit:hover {\n    transform:translateY(-6px);\n    box-shadow:0 14px 30px rgba(0,0,0,.08);\n  }\n\n  .kb-icon {\n    display:block;\n    font-size:28px;\n    margin-bottom:8px;\n  }\n\n  .kb-benefit strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .kb-benefit span {\n    display:block;\n    margin-top:5px;\n    color:#777;\n    font-size:12px;\n  }\n\n  \/* SECTION *\/\n  .kb-section {\n    padding:50px 20px;\n  }\n\n  .kb-heading {\n    text-align:center;\n    margin-bottom:32px;\n  }\n\n  .kb-heading h3 {\n    margin:0 0 10px;\n    font-size:31px;\n    font-weight:800;\n    letter-spacing:-.5px;\n  }\n\n  .kb-heading p {\n    max-width:650px;\n    margin:auto;\n    color:var(--kb-muted);\n    line-height:1.7;\n  }\n\n  \/* FEATURES *\/\n  .kb-features {\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:16px;\n  }\n\n  .kb-feature {\n    background:var(--kb-cream);\n    border:1px solid #eee6da;\n    border-radius:20px;\n    padding:28px;\n    transition:.3s ease;\n  }\n\n  .kb-feature:hover {\n    transform:translateY(-5px);\n    box-shadow:0 15px 35px rgba(0,0,0,.07);\n  }\n\n  .kb-number {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:38px;\n    height:38px;\n    border-radius:50%;\n    background:var(--kb-dark);\n    color:#fff;\n    font-size:12px;\n    font-weight:700;\n    margin-bottom:17px;\n  }\n\n  .kb-feature h4 {\n    margin:0 0 9px;\n    font-size:18px;\n  }\n\n  .kb-feature p {\n    margin:0;\n    color:#696969;\n    font-size:14px;\n    line-height:1.65;\n  }\n\n  \/* EXPERIENCE *\/\n  .kb-experience {\n    background:var(--kb-dark);\n    color:#fff;\n    border-radius:25px;\n    padding:52px 25px;\n    text-align:center;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .kb-experience:before {\n    content:\"\";\n    position:absolute;\n    width:330px;\n    height:330px;\n    border:1px solid rgba(181,138,74,.18);\n    border-radius:50%;\n    top:-190px;\n    left:-120px;\n  }\n\n  .kb-experience:after {\n    content:\"\";\n    position:absolute;\n    width:260px;\n    height:260px;\n    border:1px solid rgba(181,138,74,.14);\n    border-radius:50%;\n    bottom:-170px;\n    right:-90px;\n  }\n\n  .kb-experience-content {\n    position:relative;\n    z-index:2;\n  }\n\n  .kb-experience h3 {\n    margin:0 0 14px;\n    font-size:32px;\n    font-weight:800;\n  }\n\n  .kb-experience p {\n    max-width:720px;\n    margin:auto;\n    color:#d8d8d8;\n    font-size:15px;\n    line-height:1.75;\n  }\n\n  .kb-experience-badge {\n    display:inline-block;\n    margin-top:24px;\n    border:1px solid var(--kb-gold);\n    color:var(--kb-gold);\n    padding:10px 20px;\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  .kb-occasions {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:14px;\n  }\n\n  .kb-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  .kb-occasion:hover {\n    transform:translateY(-5px);\n    box-shadow:0 12px 28px rgba(0,0,0,.07);\n  }\n\n  .kb-occasion-icon {\n    font-size:30px;\n    margin-bottom:10px;\n  }\n\n  .kb-occasion strong {\n    display:block;\n    font-size:14px;\n  }\n\n  .kb-occasion span {\n    display:block;\n    color:#777;\n    font-size:12px;\n    margin-top:5px;\n  }\n\n  \/* SET OF 4 *\/\n  .kb-set {\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:25px;\n    align-items:center;\n  }\n\n  .kb-set-highlight {\n    background:linear-gradient(135deg,#f7f0e6,#fff);\n    border:1px solid #eee2d2;\n    border-radius:22px;\n    padding:40px 30px;\n    text-align:center;\n  }\n\n  .kb-set-number {\n    font-size:62px;\n    line-height:1;\n    font-weight:900;\n    color:var(--kb-gold);\n    margin-bottom:8px;\n  }\n\n  .kb-set-highlight h3 {\n    margin:0 0 10px;\n    font-size:27px;\n  }\n\n  .kb-set-highlight p {\n    margin:0;\n    color:#6c6c6c;\n    line-height:1.65;\n    font-size:14px;\n  }\n\n  .kb-set-list {\n    display:flex;\n    flex-direction:column;\n    gap:13px;\n  }\n\n  .kb-set-item {\n    display:flex;\n    align-items:center;\n    gap:12px;\n    padding:16px;\n    border:1px solid #eee;\n    border-radius:14px;\n    background:#fff;\n  }\n\n  .kb-check {\n    width:29px;\n    height:29px;\n    border-radius:50%;\n    background:var(--kb-dark);\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    flex-shrink:0;\n    font-size:12px;\n  }\n\n  .kb-set-item strong {\n    font-size:14px;\n  }\n\n  \/* DETAILS *\/\n  .kb-details {\n    border:1px solid #e9e9e9;\n    border-radius:20px;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .kb-detail {\n    display:flex;\n    justify-content:space-between;\n    gap:20px;\n    padding:16px 20px;\n    border-bottom:1px solid #eee;\n    font-size:14px;\n  }\n\n  .kb-detail:last-child {\n    border-bottom:none;\n  }\n\n  .kb-detail strong {\n    color:#222;\n  }\n\n  .kb-detail span {\n    color:#777;\n    text-align:right;\n  }\n\n  \/* CTA *\/\n  .kb-cta {\n    text-align:center;\n    padding:45px 20px 15px;\n  }\n\n  .kb-cta h3 {\n    margin:0 0 10px;\n    font-size:30px;\n  }\n\n  .kb-cta p {\n    max-width:650px;\n    margin:0 auto 22px;\n    color:#6d6d6d;\n    line-height:1.65;\n  }\n\n  .kb-button {\n    display:inline-block;\n    background:var(--kb-dark);\n    color:#fff !important;\n    padding:16px 31px;\n    border-radius:50px;\n    text-decoration:none !important;\n    font-weight:700;\n    transition:.3s ease;\n  }\n\n  .kb-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    .kb-hero {\n      padding:43px 18px;\n      border-radius:19px;\n    }\n\n    .kb-hero h2 {\n      font-size:35px;\n    }\n\n    .kb-hero p {\n      font-size:15px;\n    }\n\n    .kb-benefits {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .kb-features {\n      grid-template-columns:1fr;\n    }\n\n    .kb-occasions {\n      grid-template-columns:1fr;\n    }\n\n    .kb-set {\n      grid-template-columns:1fr;\n    }\n\n    .kb-section {\n      padding:38px 10px;\n    }\n\n    .kb-heading h3 {\n      font-size:26px;\n    }\n\n    .kb-experience {\n      padding:40px 18px;\n      border-radius:19px;\n    }\n\n    .kb-experience h3 {\n      font-size:27px;\n    }\n\n    .kb-set-highlight {\n      padding:35px 22px;\n    }\n\n    .kb-detail {\n      font-size:13px;\n      padding:14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kiaat-board\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"kb-hero\"\u003e\n\u003cdiv class=\"kb-label\"\u003e🍷 Wine Lover Essential\u003c\/div\u003e\n\u003ch2\u003eKeep Your Wine Close.\u003cbr\u003e\u003cspan class=\"kb-gold\"\u003eYour Hands Free.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eSip, snack and socialise without constantly putting your glass down. Our beautifully crafted kiaat wood snack boards combine a personal grazing surface with a clever built-in wine glass holder.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003cdiv class=\"kb-benefits\"\u003e\n\u003cdiv class=\"kb-benefit\"\u003e\n\u003cspan class=\"kb-icon\"\u003e🍷\u003c\/span\u003e \u003cstrong\u003eGlass Holder\u003c\/strong\u003e \u003cspan\u003eBuilt into the board\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-benefit\"\u003e\n\u003cspan class=\"kb-icon\"\u003e🧀\u003c\/span\u003e \u003cstrong\u003eSnack Surface\u003c\/strong\u003e \u003cspan\u003ePerfect for grazing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-benefit\"\u003e\n\u003cspan class=\"kb-icon\"\u003e🌳\u003c\/span\u003e \u003cstrong\u003eKiaat Wood\u003c\/strong\u003e \u003cspan\u003eRich natural grain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-benefit\"\u003e\n\u003cspan class=\"kb-icon\"\u003e4️⃣\u003c\/span\u003e \u003cstrong\u003eSet of 4\u003c\/strong\u003e \u003cspan\u003eMade for sharing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"kb-section\"\u003e\n\u003cdiv class=\"kb-heading\"\u003e\n\u003ch3\u003eDesigned for the Way You Entertain\u003c\/h3\u003e\n\u003cp\u003eBeautiful enough for your table. Practical enough to become your new favourite entertaining essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-features\"\u003e\n\u003cdiv class=\"kb-feature\"\u003e\n\u003cdiv class=\"kb-number\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eBuilt-In Wine Glass Holder\u003c\/h4\u003e\n\u003cp\u003eThe precision-cut curved slot is designed to cradle the stem of a standard wine glass, keeping your drink conveniently beside you while you enjoy your snacks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-feature\"\u003e\n\u003cdiv class=\"kb-number\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eGenerous Grazing Space\u003c\/h4\u003e\n\u003cp\u003eThe oval shape gives you plenty of room for cheese, crackers, charcuterie, fruit, nuts and other delicious bites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-feature\"\u003e\n\u003cdiv class=\"kb-number\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eBeautiful Kiaat Wood\u003c\/h4\u003e\n\u003cp\u003eCrafted from premium kiaat wood with a naturally rich, warm grain and smooth food-safe finish that looks beautiful on any table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-feature\"\u003e\n\u003cdiv class=\"kb-number\"\u003e04\u003c\/div\u003e\n\u003ch4\u003eStackable \u0026amp; Easy to Store\u003c\/h4\u003e\n\u003cp\u003eThe practical stackable design makes it simple to store your set away neatly when the evening is over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXPERIENCE --\u003e\n\u003csection class=\"kb-experience\"\u003e\n\u003cdiv class=\"kb-experience-content\"\u003e\n\u003ch3\u003e🍷 One Board. One Glass. Zero Fuss.\u003c\/h3\u003e\n\u003cp\u003eImagine settling into a relaxed wine evening with everything you need within reach. Your wine stays in its place, your snacks have their own space, and your hands are free to mingle, laugh and enjoy the moment. That's what this board was made for.\u003c\/p\u003e\n\u003cdiv class=\"kb-experience-badge\"\u003eEntertain Without the Hassle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"kb-section\"\u003e\n\u003cdiv class=\"kb-heading\"\u003e\n\u003ch3\u003eMade for Moments Worth Sharing\u003c\/h3\u003e\n\u003cp\u003eFrom casual evenings at home to special celebrations, these boards make entertaining feel effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasions\"\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🍷\u003c\/div\u003e\n\u003cstrong\u003eWine Nights\u003c\/strong\u003e \u003cspan\u003eRelax and graze\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🧀\u003c\/div\u003e\n\u003cstrong\u003eCharcuterie\u003c\/strong\u003e \u003cspan\u003eCheese \u0026amp; crackers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🥂\u003c\/div\u003e\n\u003cstrong\u003eDinner Parties\u003c\/strong\u003e \u003cspan\u003eEntertain in style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🎁\u003c\/div\u003e\n\u003cstrong\u003eGift Giving\u003c\/strong\u003e \u003cspan\u003ePerfect for wine lovers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🏠\u003c\/div\u003e\n\u003cstrong\u003eHousewarmings\u003c\/strong\u003e \u003cspan\u003eA thoughtful present\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-occasion\"\u003e\n\u003cdiv class=\"kb-occasion-icon\"\u003e🎉\u003c\/div\u003e\n\u003cstrong\u003eCelebrations\u003c\/strong\u003e \u003cspan\u003eMake gatherings special\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SET OF 4 --\u003e\n\u003csection class=\"kb-section\"\u003e\n\u003cdiv class=\"kb-set\"\u003e\n\u003cdiv class=\"kb-set-highlight\"\u003e\n\u003cdiv class=\"kb-set-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eBoards in Every Set\u003c\/h3\u003e\n\u003cp\u003ePerfect for couples, dinner parties, wine tastings and gatherings. Everyone gets their own personal grazing board.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-set-list\"\u003e\n\u003cdiv class=\"kb-set-item\"\u003e\n\u003cdiv class=\"kb-check\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003e Individual serving boards \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-set-item\"\u003e\n\u003cdiv class=\"kb-check\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003e Great for entertaining guests \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-set-item\"\u003e\n\u003cdiv class=\"kb-check\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003e Stack neatly for storage \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-set-item\"\u003e\n\u003cdiv class=\"kb-check\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003e Beautiful gift-ready concept \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"kb-section\"\u003e\n\u003cdiv class=\"kb-heading\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-details\"\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003ePremium Kiaat Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eDesign\u003c\/strong\u003e \u003cspan\u003eOval Snack Board\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eWine Glass Holder\u003c\/strong\u003e \u003cspan\u003eBuilt-In Stem Slot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eSet Quantity\u003c\/strong\u003e \u003cspan\u003e1 Board\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eFinish\u003c\/strong\u003e \u003cspan\u003eSmooth Food-Safe Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kb-detail\"\u003e\n\u003cstrong\u003eStorage\u003c\/strong\u003e \u003cspan\u003eStackable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT BOX CROSS-SELL --\u003e\n\u003csection class=\"kb-experience\"\u003e\n\u003cdiv class=\"kb-experience-content\"\u003e\n\u003ch3\u003e🎁 The Perfect Addition to a Wine Lover's Gift Box\u003c\/h3\u003e\n\u003cp\u003ePair these beautiful kiaat wood snack boards with your favourite wine, wine accessories and gourmet treats to create a gift they'll remember. It's practical, personal and made for enjoying good times together.\u003c\/p\u003e\n\u003cdiv class=\"kb-experience-badge\"\u003eMade for Wine Lovers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"kb-cta\"\u003e\n\u003ch3\u003eMake Your Next Wine Night Better 🍷\u003c\/h3\u003e\n\u003cp\u003ePour the wine. Load up the snacks. Grab your friends. Your next entertaining moment just got a whole lot easier.Do not submerge in water only wipe with a damp cloth.\u003c\/p\u003e\n\u003ca href=\"#AddToCart\" class=\"kb-button\"\u003e 🍷 Add to Cart \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Boxed \u0026 Blessed","offers":[{"title":"Default Title","offer_id":52066518827329,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/files\/flat-lay-styling.png?v=1786221892"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/3492\/3329\/collections\/wine-lovers-collection.png?v=1786216428","url":"https:\/\/www.boxedandblessed.co.za\/collections\/wine-lovers.oembed","provider":"Boxed \u0026 Blessed","version":"1.0","type":"link"}