{"product_id":"cola-float-soft-serve-slushy-bundle-vanilla-soft-serve-mix-2l-cola-slushy-syrup","title":"Cola Float Soft Serve \u0026 Slushy Bundle | Vanilla Soft Serve Mix + 2L Cola Slushy Syrup","description":"\u003cstyle\u003e\n  .ffd-cola-bundle {\n    --ffd-dark: #151515;\n    --ffd-text: #343434;\n    --ffd-muted: #666666;\n    --ffd-bg: #fff8f2;\n    --ffd-card: #ffffff;\n    --ffd-accent: #d92b2b;\n    --ffd-accent-dark: #b91f1f;\n    --ffd-border: #ece4dd;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--ffd-text);\n    line-height: 1.65;\n  }\n\n  .ffd-cola-bundle * {\n    box-sizing: border-box;\n  }\n\n  .ffd-cola-bundle h2,\n  .ffd-cola-bundle h3,\n  .ffd-cola-bundle p {\n    margin-top: 0;\n  }\n\n  \/* HERO *\/\n  .ffd-bundle-hero {\n    position: relative;\n    overflow: hidden;\n    background:\n      radial-gradient(circle at top right, rgba(217,43,43,.12), transparent 38%),\n      linear-gradient(135deg, #fff9f4 0%, #ffffff 100%);\n    border: 1px solid var(--ffd-border);\n    border-radius: 22px;\n    padding: 42px;\n    margin-bottom: 28px;\n  }\n\n  .ffd-bundle-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: #151515;\n    color: #ffffff;\n    border-radius: 999px;\n    padding: 8px 14px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .ffd-bundle-hero h2 {\n    color: var(--ffd-dark);\n    font-size: clamp(28px, 4vw, 44px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -.8px;\n    margin-bottom: 16px;\n  }\n\n  .ffd-bundle-hero p {\n    max-width: 790px;\n    color: #4c4c4c;\n    font-size: 17px;\n    margin-bottom: 22px;\n  }\n\n  .ffd-hero-points {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .ffd-hero-point {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: #ffffff;\n    border: 1px solid var(--ffd-border);\n    border-radius: 10px;\n    padding: 9px 12px;\n    font-size: 13px;\n    font-weight: 700;\n    color: #333333;\n  }\n\n  \/* SECTION TITLE *\/\n  .ffd-section-heading {\n    text-align: center;\n    margin: 40px auto 24px;\n    max-width: 760px;\n  }\n\n  .ffd-section-heading span {\n    display: block;\n    color: var(--ffd-accent);\n    text-transform: uppercase;\n    letter-spacing: 1.3px;\n    font-size: 12px;\n    font-weight: 800;\n    margin-bottom: 6px;\n  }\n\n  .ffd-section-heading h3 {\n    color: var(--ffd-dark);\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.2;\n    margin-bottom: 10px;\n  }\n\n  .ffd-section-heading p {\n    color: var(--ffd-muted);\n    margin-bottom: 0;\n  }\n\n  \/* PRODUCTS *\/\n  .ffd-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-bottom: 30px;\n  }\n\n  .ffd-product-card {\n    background: var(--ffd-card);\n    border: 1px solid var(--ffd-border);\n    border-radius: 18px;\n    padding: 24px;\n    box-shadow: 0 8px 28px rgba(0,0,0,.045);\n  }\n\n  .ffd-product-number {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: var(--ffd-accent);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n    margin-bottom: 15px;\n  }\n\n  .ffd-product-card h3 {\n    color: var(--ffd-dark);\n    font-size: 21px;\n    line-height: 1.3;\n    margin-bottom: 10px;\n  }\n\n  .ffd-product-card p {\n    font-size: 15px;\n    color: #555555;\n    margin-bottom: 16px;\n  }\n\n  .ffd-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .ffd-feature-list li {\n    position: relative;\n    padding: 8px 0 8px 27px;\n    border-top: 1px solid #f2eeeb;\n    font-size: 14px;\n  }\n\n  .ffd-feature-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 8px;\n    color: var(--ffd-accent);\n    font-weight: 900;\n  }\n\n  \/* HOW TO *\/\n  .ffd-howto {\n    background: var(--ffd-dark);\n    color: #ffffff;\n    border-radius: 22px;\n    padding: 36px;\n    margin: 34px 0;\n  }\n\n  .ffd-howto h3 {\n    text-align: center;\n    color: #ffffff;\n    font-size: 28px;\n    margin-bottom: 8px;\n  }\n\n  .ffd-howto-intro {\n    color: #d7d7d7;\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto 26px;\n  }\n\n  .ffd-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .ffd-step {\n    background: rgba(255,255,255,.07);\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 15px;\n    padding: 21px;\n    text-align: center;\n  }\n\n  .ffd-step-icon {\n    font-size: 27px;\n    margin-bottom: 10px;\n  }\n\n  .ffd-step strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 7px;\n  }\n\n  .ffd-step p {\n    color: #d4d4d4;\n    font-size: 13px;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* USE CASES *\/\n  .ffd-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 34px;\n  }\n\n  .ffd-use-card {\n    background: #fffaf6;\n    border: 1px solid var(--ffd-border);\n    border-radius: 14px;\n    padding: 20px 14px;\n    text-align: center;\n  }\n\n  .ffd-use-card .icon {\n    font-size: 28px;\n    margin-bottom: 8px;\n  }\n\n  .ffd-use-card strong {\n    display: block;\n    color: var(--ffd-dark);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  \/* WHY BUNDLE *\/\n  .ffd-highlight-box {\n    border-radius: 20px;\n    padding: 32px;\n    background: linear-gradient(135deg, #fff4ec, #fffdfb);\n    border: 1px solid #f1ded0;\n    margin: 34px 0;\n  }\n\n  .ffd-highlight-box h3 {\n    color: var(--ffd-dark);\n    font-size: 27px;\n    margin-bottom: 18px;\n    text-align: center;\n  }\n\n  .ffd-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n  }\n\n  .ffd-benefit {\n    background: white;\n    border-radius: 13px;\n    padding: 18px;\n    text-align: center;\n    border: 1px solid rgba(0,0,0,.06);\n  }\n\n  .ffd-benefit strong {\n    color: var(--ffd-dark);\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .ffd-benefit p {\n    margin: 0;\n    font-size: 13px;\n    color: var(--ffd-muted);\n  }\n\n  \/* IMPORTANT *\/\n  .ffd-note {\n    display: flex;\n    gap: 13px;\n    align-items: flex-start;\n    background: #f8f8f8;\n    border-left: 4px solid var(--ffd-accent);\n    border-radius: 10px;\n    padding: 17px 19px;\n    margin: 28px 0;\n  }\n\n  .ffd-note-icon {\n    font-size: 21px;\n    flex: 0 0 auto;\n  }\n\n  .ffd-note p {\n    margin: 0;\n    font-size: 14px;\n    color: #555555;\n  }\n\n  \/* FAQ *\/\n  .ffd-faq {\n    margin: 35px 0;\n  }\n\n  .ffd-faq details {\n    background: #ffffff;\n    border: 1px solid var(--ffd-border);\n    border-radius: 12px;\n    padding: 0 18px;\n    margin-bottom: 10px;\n  }\n\n  .ffd-faq summary {\n    cursor: pointer;\n    list-style: none;\n    font-weight: 700;\n    color: var(--ffd-dark);\n    padding: 17px 30px 17px 0;\n    position: relative;\n  }\n\n  .ffd-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ffd-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 13px;\n    font-size: 24px;\n    color: var(--ffd-accent);\n  }\n\n  .ffd-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .ffd-faq details p {\n    margin: 0 0 18px;\n    color: var(--ffd-muted);\n    font-size: 14px;\n  }\n\n  \/* CTA *\/\n  .ffd-final-cta {\n    text-align: center;\n    background: linear-gradient(135deg, #d82a2a, #a91515);\n    color: white;\n    border-radius: 22px;\n    padding: 38px 25px;\n    margin-top: 34px;\n  }\n\n  .ffd-final-cta h3 {\n    font-size: 29px;\n    color: white;\n    margin-bottom: 10px;\n  }\n\n  .ffd-final-cta p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.9);\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 767px) {\n    .ffd-bundle-hero {\n      padding: 27px 20px;\n      border-radius: 16px;\n    }\n\n    .ffd-bundle-hero p {\n      font-size: 15px;\n    }\n\n    .ffd-product-grid,\n    .ffd-benefit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ffd-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .ffd-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ffd-howto {\n      padding: 27px 18px;\n      border-radius: 16px;\n    }\n\n    .ffd-highlight-box {\n      padding: 25px 16px;\n    }\n\n    .ffd-section-heading {\n      margin-top: 30px;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .ffd-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ffd-cola-bundle\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"ffd-bundle-hero\"\u003e\n\u003cdiv class=\"ffd-bundle-badge\"\u003e🥤 + 🍦 Perfect Pairing Bundle\u003c\/div\u003e\n\u003ch2\u003eCola Float Soft Serve \u0026amp; Slushy Bundle\u003c\/h2\u003e\n\u003cp\u003eBring two customer favourites together in one easy bundle. Create a refreshing \u003cstrong\u003ecola slushy\u003c\/strong\u003e, finish it with smooth and creamy \u003cstrong\u003evanilla soft serve\u003c\/strong\u003e, and serve a fun frozen dessert drink that's perfect for cafés, takeaway shops, dessert bars, events and home entertaining.\u003c\/p\u003e\n\u003cdiv class=\"ffd-hero-points\"\u003e\n\u003cdiv class=\"ffd-hero-point\"\u003e✓ 2 Complementary Products\u003c\/div\u003e\n\u003cdiv class=\"ffd-hero-point\"\u003e✓ Easy Menu Idea\u003c\/div\u003e\n\u003cdiv class=\"ffd-hero-point\"\u003e✓ Serve Separately or Together\u003c\/div\u003e\n\u003cdiv class=\"ffd-hero-point\"\u003e✓ Great for Commercial Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"ffd-section-heading\"\u003e\n\u003cspan\u003eEverything You Need\u003c\/span\u003e\n\u003ch3\u003eWhat's Included in the Bundle?\u003c\/h3\u003e\n\u003cp\u003eTwo versatile products selected to work beautifully together while still giving you the flexibility to create multiple drinks and desserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-grid\"\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003cdiv class=\"ffd-product-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eLuxury Whip Vanilla Soft Serve Mix\u003c\/h3\u003e\n\u003cp\u003eA smooth, creamy vanilla soft serve mix made for creating indulgent frozen desserts with a classic flavour customers know and love.\u003c\/p\u003e\n\u003cul class=\"ffd-feature-list\"\u003e\n\u003cli\u003eRich and creamy vanilla flavour\u003c\/li\u003e\n\u003cli\u003ePerfect for soft serve desserts and floats\u003c\/li\u003e\n\u003cli\u003eIdeal for cafés, dessert shops and events\u003c\/li\u003e\n\u003cli\u003eUse alone or pair with beverages and toppings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003cdiv class=\"ffd-product-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003e2L Cola Slushy Syrup\u003c\/h3\u003e\n\u003cp\u003eA refreshing cola-flavoured slushy syrup designed for icy frozen drinks and an excellent base for creating a creamy cola float-style treat.\u003c\/p\u003e\n\u003cul class=\"ffd-feature-list\"\u003e\n\u003cli\u003eClassic refreshing cola flavour\u003c\/li\u003e\n\u003cli\u003eMade for frozen slushy drinks\u003c\/li\u003e\n\u003cli\u003eGreat for cafés, kiosks, events and parties\u003c\/li\u003e\n\u003cli\u003ePairs perfectly with vanilla soft serve\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO CREATE --\u003e\n\u003csection class=\"ffd-howto\"\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e🥤 How to Create Your Cola Float\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"ffd-howto-intro\"\u003eTurn the two products into an eye-catching dessert drink in three simple steps.\u003c\/p\u003e\n\u003cdiv class=\"ffd-steps\"\u003e\n\u003cdiv class=\"ffd-step\"\u003e\n\u003cdiv class=\"ffd-step-icon\"\u003e❄️\u003c\/div\u003e\n\u003cstrong\u003e1. Make the Cola Slushy\u003c\/strong\u003e\n\u003cp\u003ePrepare your cola slushy according to the syrup's recommended mixing and machine instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-step\"\u003e\n\u003cdiv class=\"ffd-step-icon\"\u003e🥤\u003c\/div\u003e\n\u003cstrong\u003e2. Fill Your Cup\u003c\/strong\u003e\n\u003cp\u003ePour the frozen cola slushy into a suitable serving cup, leaving space at the top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-step\"\u003e\n\u003cdiv class=\"ffd-step-icon\"\u003e🍦\u003c\/div\u003e\n\u003cstrong\u003e3. Add Vanilla Soft Serve\u003c\/strong\u003e\n\u003cp\u003eFinish with a generous swirl of creamy vanilla soft serve and serve immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"ffd-section-heading\"\u003e\n\u003cspan\u003eVersatile \u0026amp; Commercial Friendly\u003c\/span\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cp\u003eAn easy bundle for businesses wanting to introduce an extra dessert or drink option without creating a complicated menu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-use-grid\"\u003e\n\u003cdiv class=\"ffd-use-card\"\u003e\n\u003cdiv class=\"icon\"\u003e☕\u003c\/div\u003e\n\u003cstrong\u003eCafés \u0026amp; Coffee Shops\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-use-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🍨\u003c\/div\u003e\n\u003cstrong\u003eDessert \u0026amp; Ice Cream Shops\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-use-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎉\u003c\/div\u003e\n\u003cstrong\u003eParties \u0026amp; Events\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-use-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🍔\u003c\/div\u003e\n\u003cstrong\u003eTakeaway \u0026amp; Food Venues\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"ffd-highlight-box\"\u003e\n\u003ch3\u003eWhy This Bundle Works\u003c\/h3\u003e\n\u003cdiv class=\"ffd-benefit-grid\"\u003e\n\u003cdiv class=\"ffd-benefit\"\u003e\n\u003cstrong\u003e🍦 Natural Flavour Pairing\u003c\/strong\u003e\n\u003cp\u003eCreamy vanilla and refreshing cola create a familiar dessert combination customers can understand instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-benefit\"\u003e\n\u003cstrong\u003e💡 More Menu Possibilities\u003c\/strong\u003e\n\u003cp\u003eUse both products together for a float-style drink or serve soft serve and slushies individually.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-benefit\"\u003e\n\u003cstrong\u003e📈 Great Upsell Opportunity\u003c\/strong\u003e\n\u003cp\u003eA visually appealing premium-style drink can help add another creative offering to your existing dessert or beverage menu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAS --\u003e\n\u003cdiv class=\"ffd-section-heading\"\u003e\n\u003cspan\u003eGet Creative\u003c\/span\u003e\n\u003ch3\u003eMore Ways to Serve It\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-grid\"\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003ch3\u003e🥤 Classic Cola Float Slushy\u003c\/h3\u003e\n\u003cp\u003eCola slushy topped with a generous swirl of vanilla soft serve for a simple, refreshing frozen float.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003ch3\u003e🍨 Loaded Dessert Float\u003c\/h3\u003e\n\u003cp\u003eUpgrade the presentation with dessert sauce, sprinkles, whipped toppings or other suitable extras from your menu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003ch3\u003e❄️ Cola Slushy\u003c\/h3\u003e\n\u003cp\u003eServe the cola slushy on its own when customers want a refreshing frozen drink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-product-card\"\u003e\n\u003ch3\u003e🍦 Vanilla Soft Serve\u003c\/h3\u003e\n\u003cp\u003eUse the vanilla mix for cones, cups, sundaes and other soft serve dessert creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NOTE --\u003e\n\u003cdiv class=\"ffd-note\"\u003e\n\u003cdiv class=\"ffd-note-icon\"\u003eℹ️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e This bundle contains cola-flavoured slushy syrup and vanilla soft serve mix. Product preparation, storage and machine requirements should follow the instructions shown on the individual product packaging or product pages. Serving suggestions shown above are intended as inspiration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"ffd-section-heading\"\u003e\n\u003cspan\u003eQuick Answers\u003c\/span\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ffd-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the products separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The products are bundled because they complement each other, but the vanilla soft serve mix and cola slushy syrup can also be prepared and served separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for cafés and commercial venues?\u003c\/summary\u003e\n\u003cp\u003eThis combination can be a practical option for cafés, dessert stores, takeaway shops, entertainment venues, events and other businesses already offering frozen drinks or soft serve.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDo I need both a slushy machine and a soft serve machine?\u003c\/summary\u003e\n\u003cp\u003eEquipment requirements depend on how you intend to prepare each individual product. Always check the preparation instructions and recommended equipment for each product before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add other toppings?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. Depending on your menu, you can personalise the finished drink with sauces, sprinkles, dessert toppings or other suitable additions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"ffd-final-cta\"\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTwo Favourites. One Delicious Bundle. 🥤🍦\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eStock up on the essentials for an easy-to-understand frozen dessert combination and create refreshing cola slushies, creamy vanilla soft serve, or combine them for your own signature Cola Float creation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Fast Direct Packaging","offers":[{"title":"Default Title","offer_id":50837034565831,"sku":null,"price":31.58,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0587\/8461\/2551\/files\/aa4f8997-0fe9-4f47-a5c3-3fba5976b08a.png?v=1790344335","url":"https:\/\/fastdirectpackaging.com.au\/products\/cola-float-soft-serve-slushy-bundle-vanilla-soft-serve-mix-2l-cola-slushy-syrup","provider":"Fast Direct Packaging","version":"1.0","type":"link"}