{"title":"Bundle","description":"","products":[{"product_id":"scrubix™-4-in-1-premium-shower-bundle","title":"Scrubix™ 4-in-1 Premium Shower Bundle","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eScrubix Bundle Description\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:   #0e2a24;\n    --teal:    #1D9E75;\n    --teal-lt: #5DCAA5;\n    --text:    #111111;\n    --muted:   #6b7280;\n    --bg:      #ddeef4;\n    --surface: rgba(255,255,255,0.55);\n    --surface-solid: #c8dfe9;\n    --border:  rgba(255,255,255,0.75);\n    --border-dark: rgba(0,0,0,0.07);\n  }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .desc {\n    max-width: 660px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  \/* ── HERO STRIP ── *\/\n  .hero {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 32px 28px 28px;\n    text-align: center;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n  }\n\n  .eyebrow__line {\n    width: 18px;\n    height: 1px;\n    background: var(--teal);\n    opacity: 0.6;\n  }\n\n  .eyebrow__text {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--teal);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n  }\n\n  .hero__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 40px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n    margin-bottom: 12px;\n  }\n\n  .hero__title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  .hero__sub {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n    max-width: 380px;\n    margin: 0 auto 24px;\n  }\n\n  .hero__pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n  }\n\n  .pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 100px;\n    border: 1px solid var(--border-dark);\n    background: rgba(255,255,255,0.5);\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .pill-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--teal);\n    opacity: 0.8;\n  }\n\n  \/* ── PRODUCT GRID ── *\/\n  .grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .prod-card {\n    border-radius: 14px;\n    padding: 20px 18px 18px;\n    position: relative;\n    overflow: hidden;\n    min-height: 136px;\n  }\n\n  .prod-card--1 { background: rgba(255,255,255,0.65); border: 1px solid var(--border); }\n  .prod-card--2 { background: rgba(255,255,255,0.38); border: 1px solid var(--border); }\n  .prod-card--3 { background: rgba(255,255,255,0.65); border: 1px solid var(--border); }\n  .prod-card--4 { background: rgba(255,255,255,0.38); border: 1px solid var(--border); }\n\n  .prod-card__num {\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(0,0,0,0.25);\n    margin-bottom: 8px;\n  }\n\n  .prod-card__name {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 24px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.2;\n    margin-bottom: 8px;\n  }\n\n  .prod-card__desc {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .prod-card__tag {\n    position: absolute;\n    bottom: 13px;\n    right: 14px;\n    font-size: 11px;\n    font-weight: 500;\n    color: rgba(0,0,0,0.22);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n\n  \/* ── STATS STRIP ── *\/\n  .stats-strip {\n    display: flex;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .stat {\n    flex: 1;\n    padding: 22px 12px;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat + .stat::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 20%;\n    height: 60%;\n    width: 1px;\n    background: var(--border-dark);\n  }\n\n  .stat__num {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n  }\n\n  .stat__label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.3;\n  }\n\n  \/* ── BONUS ── *\/\n  .bonus {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 22px;\n  }\n\n  .bonus__top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 18px;\n  }\n\n  .bonus__title {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 27px;\n    font-weight: 400;\n    color: var(--text);\n  }\n\n  .bonus__badge {\n    background: var(--green);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 100px;\n  }\n\n  .bonus__list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .bonus__row {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--border-dark);\n  }\n\n  .bonus__row:first-child { padding-top: 0; }\n  .bonus__row:last-child { padding-bottom: 0; border-bottom: none; }\n\n  .bonus__check {\n    width: 24px;\n    height: 24px;\n    background: var(--teal);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .bonus__check svg { width: 11px; height: 11px; }\n\n  .bonus__label {\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 3px;\n  }\n\n  .bonus__sub {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .benefit {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 20px 14px;\n    text-align: center;\n  }\n\n  .benefit__icon {\n    width: 40px;\n    height: 40px;\n    background: var(--green);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n  }\n\n  .benefit__icon svg { width: 18px; height: 18px; }\n\n  .benefit__title {\n    font-size: 15px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .benefit__desc {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── TRUST FOOTER ── *\/\n  .trust {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 18px 20px;\n  }\n\n  .trust__item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 15px;\n    color: var(--muted);\n  }\n\n  .trust__icon {\n    width: 32px;\n    height: 32px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 7px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .trust__icon svg { width: 16px; height: 16px; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 560px) {\n    .desc { gap: 8px; }\n    .hero { padding: 28px 20px 24px; }\n    .hero__title { font-size: 34px; }\n    .hero__sub { font-size: 16px; }\n    .prod-card__name { font-size: 20px; }\n    .prod-card__desc { font-size: 13px; }\n    .stat__num { font-size: 24px; }\n    .stat__label { font-size: 12px; }\n    .bonus__title { font-size: 23px; }\n    .bonus__label { font-size: 15px; }\n    .bonus__sub { font-size: 13px; }\n    .benefits { grid-template-columns: 1fr 1fr; }\n    .benefits .benefit:last-child { grid-column: 1 \/ -1; }\n    .trust { flex-direction: column; align-items: flex-start; }\n    .stats-strip { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"eyebrow__text\"\u003e4-in-1 Premium Shower Bundle\u003c\/span\u003e\n      \u003cdiv class=\"eyebrow__line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"hero__title\"\u003e\n      The complete shower upgrade.\u003cbr\u003e\n      \u003cem\u003eFour tools. One set.\u003c\/em\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"hero__sub\"\u003e\n      Everything you need for cleaner, healthier skin — in one premium silicone set that actually lasts.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero__pills\"\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eResists bacteria \u0026amp; fungi\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eEco-friendly silicone\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eDeep exfoliation\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003e\n\u003cdiv class=\"pill-dot\"\u003e\u003c\/div\u003eLasts for years\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCTS --\u003e\n  \u003cdiv class=\"grid-2\"\u003e\n    \u003cdiv class=\"prod-card prod-card--1\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e01\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eBody Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eDeep yet gentle exfoliation for smooth, fresh skin every shower.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eFull body\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--2\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e02\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eFace Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eUltra-soft for a daily glow without irritating delicate skin.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eGentle daily\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--3\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e03\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eBack Scrubber\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eLong handle reaches every spot. No more awkward stretching.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eExtended reach\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-card prod-card--4\"\u003e\n      \u003cdiv class=\"prod-card__num\"\u003e04\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__name\"\u003eScalp Massager\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__desc\"\u003eBoosts circulation and promotes healthier hair from the root.\u003c\/div\u003e\n      \u003cdiv class=\"prod-card__tag\"\u003eHair health\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-strip\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003e587 reviews\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003eR360\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003esaved vs. separate\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e1yr+\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003eavg. lifespan\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat__num\"\u003e4-in-1\u003c\/div\u003e\n      \u003cdiv class=\"stat__label\"\u003etools in one set\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BONUS --\u003e\n  \u003cdiv class=\"bonus\"\u003e\n    \u003cdiv class=\"bonus__top\"\u003e\n      \u003cdiv class=\"bonus__title\"\u003eFree bonus gifts\u003c\/div\u003e\n      \u003cdiv class=\"bonus__badge\"\u003eIncluded\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bonus__list\"\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003ePremium Bathroom Bag\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eKeep your set organised and travel-ready\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003e3x Adhesive Wall Hooks\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eHang your scrubbers neatly — no drilling\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bonus__row\"\u003e\n        \u003cdiv class=\"bonus__check\"\u003e\n          \u003csvg viewbox=\"0 0 9 9\" fill=\"none\"\u003e\u003cpath d=\"M1.5 4.5l2 2L7.5 2\" stroke=\"#fff\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"bonus__label\"\u003eFree shipping\u003c\/div\u003e\n          \u003cdiv class=\"bonus__sub\"\u003eOn all bundle orders, no minimum spend\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"benefits\"\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M7.5 2C5 2 3 4 3 6.5c0 1.8 1 3.3 2.5 4.1L5.2 12h4.6l-.3-1.4C11 9.8 12 8.3 12 6.5 12 4 10 2 7.5 2z\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eAntibacterial\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003eSilicone resists odour-causing bacteria \u0026amp; fungi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M2 7.5l3.5 3.5L13 3\" stroke=\"#5DCAA5\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eBuilt to last\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003ePremium silicone that won't break down\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cdiv class=\"benefit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 15 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"#5DCAA5\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7.5 4.5v3l2 2\" stroke=\"#5DCAA5\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit__title\"\u003eEco-friendly\u003c\/div\u003e\n      \u003cdiv class=\"benefit__desc\"\u003eReplaces dozens of disposable loofahs\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust\"\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4\" width=\"11.5\" height=\"8\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M4.5 4V3a2 2 0 014 0v1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Secure payments via Yoco\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust__item\"\u003e\n      \u003cdiv class=\"trust__icon\"\u003e\n        \u003csvg viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"0.75\" y=\"4.5\" width=\"9\" height=\"6.5\" rx=\"1.5\" stroke=\"#1D9E75\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.75 6.5l2 1-2 1\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 8h4\" stroke=\"#1D9E75\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      Delivered in 2-5 business days\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Scrubix","offers":[{"title":"Black","offer_id":54985938927907,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54985938960675,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0956\/6476\/7267\/files\/BUNDELL.jpg?v=1773485564"}],"url":"https:\/\/scrubix.co.za\/collections\/bundle.oembed","provider":"Scrubix","version":"1.0","type":"link"}