{"title":"Home page","description":null,"products":[{"product_id":"dylz-store™-vlam-vat-braai-fire-lighter-fire-starter-puck","title":"DYLZ Store™ | Vlam Vat Braai Fire Lighter – Fire Starter Puck","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root{\n    --fire1:#ff5a1f;\n    --fire2:#ff9800;\n    --gold:#ffd66b;\n    --bg1:#fff8ef;\n    --bg2:#ffe7c7;\n    --card:rgba(255,255,255,.82);\n    --text:#2b2b2b;\n    --white:#ffffff;\n}\n\n*{\n    box-sizing:border-box;\n}\n\n.dylz-fire{\n    font-family:Arial,sans-serif;\n    background:linear-gradient(-45deg,#fffdf8,#fff2de,#ffe2b5,#fff8ef);\n    background-size:400% 400%;\n    animation:bgMove 12s ease infinite;\n    padding:40px;\n    border-radius:24px;\n    color:var(--text);\n    overflow:hidden;\n    position:relative;\n    box-shadow:0 15px 45px rgba(0,0,0,.12);\n}\n\n@keyframes bgMove{\n    0%{background-position:0% 50%;}\n    50%{background-position:100% 50%;}\n    100%{background-position:0% 50%;}\n}\n\n.dylz-fire:before{\n    content:\"\";\n    position:absolute;\n    width:320px;\n    height:320px;\n    background:radial-gradient(circle,var(--fire2),transparent 70%);\n    top:-140px;\n    right:-120px;\n    opacity:.18;\n    animation:pulse 6s infinite;\n}\n\n.dylz-fire:after{\n    content:\"\";\n    position:absolute;\n    width:260px;\n    height:260px;\n    background:radial-gradient(circle,var(--fire1),transparent 70%);\n    bottom:-130px;\n    left:-100px;\n    opacity:.14;\n    animation:pulse 7s infinite alternate;\n}\n\n@keyframes pulse{\n    0%{transform:scale(1);}\n    50%{transform:scale(1.18);}\n    100%{transform:scale(1);}\n}\n\n.dylz-title{\n    font-size:40px;\n    font-weight:800;\n    text-align:center;\n    margin-bottom:10px;\n    background:linear-gradient(90deg,#ff7300,#ffb100,#ff5000);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n    background-size:300%;\n    animation:shine 4s linear infinite;\n}\n\n@keyframes shine{\n    from{background-position:0%;}\n    to{background-position:300%;}\n}\n\n.dylz-sub{\n    text-align:center;\n    font-size:22px;\n    font-weight:700;\n    margin-bottom:30px;\n    color:#444;\n}\n\n.fire-icon{\n    display:inline-block;\n    animation:fireBounce 1.5s infinite;\n}\n\n@keyframes fireBounce{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-6px) scale(1.15);}\n}\n\n.dylz-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n    gap:20px;\n    margin-top:25px;\n}\n\n.dylz-card{\n    background:var(--card);\n    backdrop-filter:blur(15px);\n    border-radius:18px;\n    padding:24px;\n    transition:.35s;\n    position:relative;\n    overflow:hidden;\n    border:1px solid rgba(255,255,255,.6);\n}\n\n.dylz-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 15px 35px rgba(255,140,0,.25);\n}\n\n.dylz-card:before{\n    content:\"\";\n    position:absolute;\n    left:-120%;\n    top:0;\n    width:100%;\n    height:100%;\n    background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);\n    transition:.8s;\n}\n\n.dylz-card:hover:before{\n    left:120%;\n}\n\n.big{\n    font-size:38px;\n}\n\n.dylz-card h3{\n    margin:12px 0;\n    color:#222;\n    font-size:20px;\n}\n\n.dylz-card p{\n    color:#555;\n    line-height:1.7;\n    font-size:15px;\n}\n\n.packet{\n    margin-top:35px;\n    padding:22px;\n    border-radius:18px;\n    background:linear-gradient(135deg,#ff6a00,#ffb300);\n    color:white;\n    text-align:center;\n    font-size:24px;\n    font-weight:bold;\n    animation:glow 3s infinite;\n    box-shadow:0 10px 30px rgba(255,130,0,.3);\n}\n\n@keyframes glow{\n    50%{\n        box-shadow:0 0 35px rgba(255,150,0,.45);\n    }\n}\n\n.use-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));\n    gap:18px;\n    margin-top:30px;\n}\n\n.use{\n    background:white;\n    padding:18px;\n    border-radius:15px;\n    text-align:center;\n    font-weight:700;\n    transition:.3s;\n    box-shadow:0 5px 18px rgba(0,0,0,.08);\n}\n\n.use:hover{\n    background:#ff8b00;\n    color:white;\n    transform:translateY(-4px);\n}\n\n.bottom{\n    text-align:center;\n    margin-top:35px;\n}\n\n.bottom h2{\n    font-size:32px;\n    color:#222;\n}\n\n.bottom p{\n    color:#555;\n    font-size:18px;\n    line-height:1.8;\n}\n\n.brand{\n    margin-top:30px;\n    font-size:30px;\n    font-weight:900;\n    color:#ff7b00;\n}\n\n\/* MOBILE *\/\n\n@media (max-width:768px){\n\n    .dylz-fire{\n        padding:24px 18px;\n        border-radius:18px;\n    }\n\n    .dylz-title{\n        font-size:30px;\n        line-height:1.2;\n    }\n\n    .dylz-sub{\n        font-size:18px;\n    }\n\n    .dylz-grid{\n        grid-template-columns:1fr;\n        gap:16px;\n    }\n\n    .dylz-card{\n        padding:20px;\n    }\n\n    .packet{\n        font-size:19px;\n        padding:18px;\n    }\n\n    .use-grid{\n        grid-template-columns:1fr;\n    }\n\n    .bottom h2{\n        font-size:26px;\n    }\n\n    .bottom p{\n        font-size:16px;\n    }\n\n    .brand{\n        font-size:24px;\n    }\n}\n\n@media (max-width:420px){\n\n    .dylz-title{\n        font-size:26px;\n    }\n\n    .big{\n        font-size:34px;\n    }\n\n    .dylz-card h3{\n        font-size:18px;\n    }\n\n    .dylz-card p{\n        font-size:14px;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dylz-fire\"\u003e\n\u003cdiv class=\"dylz-title\"\u003e🔥 Vlam Vat Braai Fire Lighter 🔥\u003c\/div\u003e\n\u003cdiv class=\"dylz-sub\"\u003eOne puck. One flame. Braai sorted.\u003c\/div\u003e\n\u003cdiv class=\"dylz-grid\"\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eFast Lighting\u003c\/h3\u003e\n\u003cp\u003eGets your coals roaring in just minutes with a strong, reliable flame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003e10 Fire Starters\u003c\/h3\u003e\n\u003cp\u003eEach pack includes 10 premium pucks — enough for ten perfect braais.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eEco Friendly\u003c\/h3\u003e\n\u003cp\u003eMade from natural materials with no harsh chemical smell.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e💨\u003c\/div\u003e\n\u003ch3\u003eWind Resistant\u003c\/h3\u003e\n\u003cp\u003eKeeps burning even in windy conditions for effortless fire starting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e👐\u003c\/div\u003e\n\u003ch3\u003eNo Dirty Hands\u003c\/h3\u003e\n\u003cp\u003eNo lighter fluid. No mess. Simply light and enjoy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"big\"\u003e🏕️\u003c\/div\u003e\n\u003ch3\u003eTake Anywhere\u003c\/h3\u003e\n\u003cp\u003eIdeal for camping, braais, fireplaces and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packet\"\u003e📦 10 Premium Fire Lighter Pucks Per Packet\u003c\/div\u003e\n\u003cdiv class=\"use-grid\"\u003e\n\u003cdiv class=\"use\"\u003e🪵 Wood Fires\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e⚫ Charcoal\u003c\/div\u003e\n\u003cdiv class=\"use\"\u003e🔥 Briquettes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bottom\"\u003e\n\u003ch2\u003e\n\u003cspan class=\"fire-icon\"\u003e🔥\u003c\/span\u003e Light it. Leave it. Braai it.\u003c\/h2\u003e\n\u003cp\u003eThe easiest way to start a fire every time. No chemicals. No stress. Just pure flame.\u003c\/p\u003e\n\u003cp\u003eReady whenever you are. Perfect for braais, camping, fire pits and outdoor cooking.\u003c\/p\u003e\n\u003cdiv class=\"brand\"\u003eDYLZ Store™\u003cbr\u003eDedicate Your Lifestyle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"DYLZ ","offers":[{"title":"Default Title","offer_id":43484513828953,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/vlam-vat-studio-shot_2.png?v=1782727074"},{"product_id":"braai-boost-fan","title":"DYLZ Store™ | Braai Boost Fan – Rechargeable Braai Blower","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root{\n--primary:#ff5a1f;\n--secondary:#ff7b00;\n--accent:#ff3d00;\n--gold:#ffbe3b;\n--bg:#fafafa;\n--card:#ffffff;\n--text:#202020;\n--muted:#666666;\n--border:#ececec;\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.dylz-product{\nmax-width:1200px;\nmargin:auto;\npadding:60px 25px;\nfont-family:'Segoe UI',Arial,sans-serif;\nbackground:linear-gradient(180deg,#fff,#fff8f3);\ncolor:var(--text);\n}\n\n.dylz-hero{\nbackground:linear-gradient(135deg,#ffffff,#fff4ec);\nborder:1px solid rgba(255,90,31,.12);\nborder-radius:24px;\npadding:60px;\ntext-align:center;\nbox-shadow:0 15px 45px rgba(0,0,0,.06);\nmargin-bottom:45px;\nposition:relative;\noverflow:hidden;\n}\n\n.dylz-hero:before{\ncontent:\"\";\nposition:absolute;\nwidth:350px;\nheight:350px;\nbackground:radial-gradient(circle,rgba(255,90,31,.18),transparent 70%);\ntop:-180px;\nright:-120px;\n}\n\n.dylz-badge{\ndisplay:inline-block;\nbackground:linear-gradient(90deg,var(--primary),var(--secondary));\ncolor:#fff;\npadding:8px 22px;\nborder-radius:100px;\nfont-size:13px;\nfont-weight:700;\nletter-spacing:1px;\ntext-transform:uppercase;\nmargin-bottom:22px;\nbox-shadow:0 8px 20px rgba(255,90,31,.25);\n}\n\n.dylz-hero h2{\nfont-size:42px;\nfont-weight:800;\nmargin-bottom:18px;\nline-height:1.2;\ncolor:#111;\n}\n\n.dylz-highlight{\nbackground:linear-gradient(90deg,var(--primary),var(--accent));\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n}\n\n.dylz-hero p{\nmax-width:820px;\nmargin:auto;\nfont-size:18px;\nline-height:1.9;\ncolor:var(--muted);\n}\n\n.dylz-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(260px,1fr));\ngap:25px;\nmargin-top:40px;\n}\n\n.dylz-card{\nbackground:var(--card);\nborder-radius:20px;\npadding:35px;\nborder:1px solid var(--border);\ntransition:.35s;\nbox-shadow:0 12px 30px rgba(0,0,0,.04);\n}\n\n.dylz-card:hover{\ntransform:translateY(-8px);\nborder-color:rgba(255,90,31,.3);\nbox-shadow:0 20px 45px rgba(255,90,31,.12);\n}\n\n.dylz-icon{\nwidth:70px;\nheight:70px;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nborder-radius:18px;\nbackground:linear-gradient(135deg,var(--primary),var(--secondary));\nfont-size:30px;\ncolor:#fff;\nmargin-bottom:22px;\n}\n\n.dylz-card h3{\nfont-size:23px;\nmargin-bottom:14px;\nfont-weight:700;\ncolor:#111;\n}\n\n.dylz-card p{\nfont-size:16px;\nline-height:1.8;\ncolor:var(--muted);\n}\n\n.dylz-premium{\nmargin-top:50px;\npadding:50px;\nborder-radius:22px;\nbackground:linear-gradient(135deg,#ff5a1f,#ff7b00);\ncolor:#fff;\ntext-align:center;\nbox-shadow:0 20px 50px rgba(255,90,31,.28);\n}\n\n.dylz-premium h3{\nfont-size:34px;\nmargin-bottom:18px;\nfont-weight:800;\n}\n\n.dylz-premium p{\nmax-width:850px;\nmargin:auto;\nfont-size:18px;\nline-height:1.9;\nopacity:.98;\n}\n\n.dylz-premium strong{\ncolor:#ffe8b5;\n}\n\n@media(max-width:768px){\n\n.dylz-hero{\npadding:40px 25px;\n}\n\n.dylz-hero h2{\nfont-size:30px;\n}\n\n.dylz-hero p{\nfont-size:16px;\n}\n\n.dylz-premium{\npadding:35px 25px;\n}\n\n.dylz-premium h3{\nfont-size:26px;\n}\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dylz-product\"\u003e\n\u003cdiv class=\"dylz-hero\"\u003e\n\u003cdiv class=\"dylz-badge\"\u003ePREMIUM BRAAI ACCESSORY\u003c\/div\u003e\n\u003ch2\u003eExperience the Power of the \u003cspan class=\"dylz-highlight\"\u003eBraai Boost Fan™\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTake your braai experience to the next level with the \u003cstrong\u003eBraai Boost Fan™\u003c\/strong\u003e—a premium rechargeable fire starter engineered for faster ignition, stronger flames, and effortless performance. Designed for South Africans who demand reliability and quality, it transforms ordinary fire lighting into a quick, efficient, and enjoyable experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-grid\"\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"dylz-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003ePowerful Turbo Airflow\u003c\/h3\u003e\n\u003cp\u003eHigh-performance airflow rapidly delivers oxygen directly to your charcoal, helping your fire ignite faster while producing hotter, more consistent flames with minimal effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"dylz-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eRechargeable\u003c\/h3\u003e\n\u003cp\u003eForget disposable batteries. The integrated rechargeable battery provides dependable power whenever you need it, making every braai simple, convenient, and ready to go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"dylz-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eBuilt for Every Braai\u003c\/h3\u003e\n\u003cp\u003eManufactured using durable premium materials, the Braai Boost Fan is designed to withstand regular outdoor use while maintaining its sleek, modern appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-card\"\u003e\n\u003cdiv class=\"dylz-icon\"\u003e🏕️\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eIts lightweight, ergonomic design makes it the perfect companion for home braais, camping trips, caravanning, fishing weekends, and every outdoor adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dylz-premium\"\u003e\n\u003ch3\u003eBecause Every Great Braai Starts with the Perfect Fire.\u003c\/h3\u003e\n\u003cp\u003eAt \u003cstrong\u003eDYLZ STORE\u003c\/strong\u003e, we believe premium tools create unforgettable moments. The \u003cstrong\u003eBraai Boost Fan\u003c\/strong\u003e helps you light your fire faster, reduce waiting time, and enjoy more of what matters—great food, great company, and memories that last a lifetime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"DYLZ ","offers":[{"title":"Default Title","offer_id":43484944990297,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/dylz-fan-studio_269f8d84-a458-4ed0-a6c0-d388c6dcb23e.png?v=1782766846"},{"product_id":"dylz-store™-braai-boost-fan-rechargeable-braai-blower-copy","title":"DYLZ Store™ | Electric Toothbrush (Deluxe Edition)","description":"\u003cstyle\u003e\n:root{\n--primary:#1e88e5;\n--secondary:#4fc3f7;\n--light:#f7fbff;\n--white:#ffffff;\n--dark:#17324d;\n--text:#4a5b6b;\n--success:#18b66a;\n--shadow:0 18px 45px rgba(0,70,140,.12);\n}\n\n.dylz-oral{\nfont-family:Arial,sans-serif;\nbackground:linear-gradient(135deg,#ffffff,#f4fbff,#eef8ff);\npadding:35px;\nborder-radius:24px;\ncolor:var(--dark);\noverflow:hidden;\nposition:relative;\n}\n\n.dylz-oral:before{\ncontent:\"\";\nposition:absolute;\ntop:-150px;\nright:-150px;\nwidth:350px;\nheight:350px;\nbackground:radial-gradient(circle,var(--secondary),transparent 70%);\nopacity:.12;\n}\n\n.dylz-oral *{\nbox-sizing:border-box;\n}\n\n.hero{\ntext-align:center;\nmargin-bottom:35px;\n}\n\n.hero h1{\nfont-size:42px;\nmargin:0;\nfont-weight:800;\ncolor:var(--primary);\nline-height:1.2;\n}\n\n.hero h2{\nfont-size:22px;\nmargin-top:15px;\nfont-weight:500;\ncolor:var(--text);\n}\n\n.badges{\ndisplay:flex;\njustify-content:center;\nflex-wrap:wrap;\ngap:15px;\nmargin:30px 0;\n}\n\n.badge{\nbackground:white;\npadding:12px 18px;\nborder-radius:40px;\nbox-shadow:var(--shadow);\nfont-weight:700;\nfont-size:15px;\ncolor:var(--primary);\n}\n\n.card{\nbackground:white;\npadding:30px;\nborder-radius:22px;\nbox-shadow:var(--shadow);\nmargin-top:30px;\n}\n\n.card h3{\nmargin-top:0;\nfont-size:30px;\ncolor:var(--primary);\n}\n\n.card p{\nfont-size:17px;\nline-height:1.8;\ncolor:var(--text);\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(240px,1fr));\ngap:22px;\nmargin-top:30px;\n}\n\n.feature{\nbackground:white;\npadding:25px;\nborder-radius:18px;\nbox-shadow:var(--shadow);\ntransition:.35s;\n}\n\n.feature:hover{\ntransform:translateY(-6px);\n}\n\n.feature h4{\nmargin:0 0 12px;\nfont-size:20px;\ncolor:var(--primary);\n}\n\n.feature p{\nmargin:0;\nline-height:1.7;\ncolor:var(--text);\n}\n\n.includes{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(240px,1fr));\ngap:18px;\nmargin-top:25px;\n}\n\n.include{\nbackground:linear-gradient(135deg,#f5fbff,#ffffff);\npadding:18px;\nborder-radius:15px;\nborder:1px solid #d9edf9;\nfont-weight:bold;\ncolor:var(--dark);\n}\n\n.cta{\nmargin-top:40px;\nbackground:linear-gradient(135deg,var(--primary),var(--secondary));\npadding:35px;\nborder-radius:22px;\ntext-align:center;\ncolor:white;\nbox-shadow:0 20px 45px rgba(30,136,229,.25);\n}\n\n.cta h2{\nfont-size:34px;\nmargin-top:0;\n}\n\n.cta p{\nfont-size:18px;\nline-height:1.8;\nmax-width:850px;\nmargin:auto;\n}\n\n.benefits{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(260px,1fr));\ngap:22px;\nmargin-top:30px;\n}\n\n.benefit{\nbackground:white;\npadding:22px;\nborder-radius:18px;\nbox-shadow:var(--shadow);\ntext-align:center;\n}\n\n.benefit h4{\nmargin-bottom:12px;\nfont-size:21px;\ncolor:var(--primary);\n}\n\n.benefit p{\ncolor:var(--text);\nline-height:1.7;\n}\n\n.footer{\nmargin-top:40px;\ntext-align:center;\nfont-size:28px;\nfont-weight:800;\ncolor:var(--success);\n}\n\n@media(max-width:768px){\n\n.dylz-oral{\npadding:22px;\n}\n\n.hero h1{\nfont-size:31px;\n}\n\n.hero h2{\nfont-size:18px;\n}\n\n.card h3{\nfont-size:25px;\n}\n\n.cta h2{\nfont-size:28px;\n}\n\n.badge{\nfont-size:13px;\n}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dylz-oral\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003ch1\u003e🦷 Brush Smarter. Smile Brighter.\u003c\/h1\u003e\n\u003ch2\u003eUpgrade your daily routine with the \u003cstrong\u003eDYLZ Rechargeable Electric Toothbrush\u003c\/strong\u003e — delivering a deeper, healthier clean every single day.\u003c\/h2\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cdiv class=\"badge\"\u003e✨ Sonic Cleaning\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🦷 Dentist-Inspired Care\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🔋 Rechargeable Battery\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✈️ Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e❤️ Gentle On Gums\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eExperience a Professional Clean at Home\u003c\/h3\u003e\n\u003cp\u003ePowered by advanced sonic cleaning technology, the DYLZ Electric Toothbrush produces thousands of high-speed brush movements that help lift plaque, clean between teeth, and leave your mouth feeling incredibly fresh. Unlike ordinary manual toothbrushes, the sonic action reaches areas that are harder to clean, helping support healthier gums, cleaner teeth and a brighter smile—all in just two minutes. Whether you're upgrading your daily routine or replacing an old electric toothbrush, this is the smarter way to brush.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e⏱ Smart 2-Minute Timer\u003c\/h4\u003e\n\u003cp\u003eBuilt-in professional brushing timer with 30-second reminders to help you clean every area of your mouth evenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e⚡ Powerful Sonic Technology\u003c\/h4\u003e\n\u003cp\u003eDeep cleaning vibrations help remove everyday plaque while providing a refreshing clean that feels like you've just left the dentist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🔋 USB Rechargeable\u003c\/h4\u003e\n\u003cp\u003eForget constantly buying batteries. Simply recharge using the included USB cable and enjoy long-lasting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e❤️ Gentle Yet Effective\u003c\/h4\u003e\n\u003cp\u003eMedium-bristled brush heads provide excellent cleaning performance while remaining gentle on teeth and sensitive gums.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e✈️ Perfect For Travel\u003c\/h4\u003e\n\u003cp\u003eIncludes a durable travel case so your toothbrush stays protected wherever life takes you. (Complete Edition)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🎨 Choose Your Style\u003c\/h4\u003e\n\u003cp\u003eAvailable in Black, White and Pink to match your personal style or the whole family's preferences.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n\u003cdiv class=\"includes\"\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Rechargeable Electric Toothbrush\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 10 × Replacement Brush Heads\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × USB Charging Cable\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Premium Travel Case\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ Available in Black, White \u0026amp; Pink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e😁 Cleaner Teeth\u003c\/h4\u003e\n\u003cp\u003eHelps remove more plaque than manual brushing for a noticeably cleaner, smoother feeling after every use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e✨ Brighter Smile\u003c\/h4\u003e\n\u003cp\u003eConsistent brushing helps maintain a healthier-looking smile while supporting everyday stain removal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e🛡 Healthier Gum Care\u003c\/h4\u003e\n\u003cp\u003eDesigned to clean effectively while remaining gentle on your gums for everyday comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003eYour Best Smile Starts Today\u003c\/h2\u003e\n\u003cp\u003eA great smile begins with great brushing. Join thousands of people making the switch to smarter oral care with the DYLZ Rechargeable Electric Toothbrush. Powerful cleaning, premium accessories, modern design and exceptional value—all in one complete package. Upgrade your brushing routine today and enjoy the confidence that comes with a cleaner, healthier smile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer\"\u003e🦷 DYLZ STORE™ • Premium Everyday Essentials\u003c\/div\u003e\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43486098292825,"sku":null,"price":1299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/complete-edition-bundle_4e3c5d63-128f-4292-bdb7-e6b33844ba83.png?v=1782827336"},{"product_id":"dylz-electric-toothbrush-standard-edition","title":"DYLZ Store™ | Electric Toothbrush (Standard Edition)","description":"\u003cstyle\u003e\n:root{\n--primary:#1e88e5;\n--secondary:#4fc3f7;\n--light:#f7fbff;\n--white:#ffffff;\n--dark:#17324d;\n--text:#4a5b6b;\n--success:#18b66a;\n--shadow:0 18px 45px rgba(0,70,140,.12);\n}\n\n.dylz-oral{\nfont-family:Arial,sans-serif;\nbackground:linear-gradient(135deg,#ffffff,#f4fbff,#eef8ff);\npadding:35px;\nborder-radius:24px;\ncolor:var(--dark);\noverflow:hidden;\nposition:relative;\n}\n\n.dylz-oral:before{\ncontent:\"\";\nposition:absolute;\ntop:-150px;\nright:-150px;\nwidth:350px;\nheight:350px;\nbackground:radial-gradient(circle,var(--secondary),transparent 70%);\nopacity:.12;\n}\n\n.dylz-oral *{\nbox-sizing:border-box;\n}\n\n.hero{\ntext-align:center;\nmargin-bottom:35px;\n}\n\n.hero h1{\nfont-size:42px;\nmargin:0;\nfont-weight:800;\ncolor:var(--primary);\nline-height:1.2;\n}\n\n.hero h2{\nfont-size:22px;\nmargin-top:15px;\nfont-weight:500;\ncolor:var(--text);\n}\n\n.badges{\ndisplay:flex;\njustify-content:center;\nflex-wrap:wrap;\ngap:15px;\nmargin:30px 0;\n}\n\n.badge{\nbackground:white;\npadding:12px 18px;\nborder-radius:40px;\nbox-shadow:var(--shadow);\nfont-weight:700;\nfont-size:15px;\ncolor:var(--primary);\n}\n\n.card{\nbackground:white;\npadding:30px;\nborder-radius:22px;\nbox-shadow:var(--shadow);\nmargin-top:30px;\n}\n\n.card h3{\nmargin-top:0;\nfont-size:30px;\ncolor:var(--primary);\n}\n\n.card p{\nfont-size:17px;\nline-height:1.8;\ncolor:var(--text);\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(240px,1fr));\ngap:22px;\nmargin-top:30px;\n}\n\n.feature{\nbackground:white;\npadding:25px;\nborder-radius:18px;\nbox-shadow:var(--shadow);\ntransition:.35s;\n}\n\n.feature:hover{\ntransform:translateY(-6px);\n}\n\n.feature h4{\nmargin:0 0 12px;\nfont-size:20px;\ncolor:var(--primary);\n}\n\n.feature p{\nmargin:0;\nline-height:1.7;\ncolor:var(--text);\n}\n\n.includes{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(240px,1fr));\ngap:18px;\nmargin-top:25px;\n}\n\n.include{\nbackground:linear-gradient(135deg,#f5fbff,#ffffff);\npadding:18px;\nborder-radius:15px;\nborder:1px solid #d9edf9;\nfont-weight:bold;\ncolor:var(--dark);\n}\n\n.cta{\nmargin-top:40px;\nbackground:linear-gradient(135deg,var(--primary),var(--secondary));\npadding:35px;\nborder-radius:22px;\ntext-align:center;\ncolor:white;\nbox-shadow:0 20px 45px rgba(30,136,229,.25);\n}\n\n.cta h2{\nfont-size:34px;\nmargin-top:0;\n}\n\n.cta p{\nfont-size:18px;\nline-height:1.8;\nmax-width:850px;\nmargin:auto;\n}\n\n.benefits{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(260px,1fr));\ngap:22px;\nmargin-top:30px;\n}\n\n.benefit{\nbackground:white;\npadding:22px;\nborder-radius:18px;\nbox-shadow:var(--shadow);\ntext-align:center;\n}\n\n.benefit h4{\nmargin-bottom:12px;\nfont-size:21px;\ncolor:var(--primary);\n}\n\n.benefit p{\ncolor:var(--text);\nline-height:1.7;\n}\n\n.footer{\nmargin-top:40px;\ntext-align:center;\nfont-size:28px;\nfont-weight:800;\ncolor:var(--success);\n}\n\n@media(max-width:768px){\n\n.dylz-oral{\npadding:22px;\n}\n\n.hero h1{\nfont-size:31px;\n}\n\n.hero h2{\nfont-size:18px;\n}\n\n.card h3{\nfont-size:25px;\n}\n\n.cta h2{\nfont-size:28px;\n}\n\n.badge{\nfont-size:13px;\n}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dylz-oral\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003ch1\u003e🦷 Brush Smarter. Smile Brighter.\u003c\/h1\u003e\n\u003ch2\u003eUpgrade your daily routine with the \u003cstrong\u003eDYLZ Rechargeable Electric Toothbrush\u003c\/strong\u003e — delivering a deeper, healthier clean every single day.\u003c\/h2\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cdiv class=\"badge\"\u003e✨ Sonic Cleaning\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🦷 Dentist-Inspired Care\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🔋 Rechargeable Battery\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✈️ Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e❤️ Gentle On Gums\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eExperience a Professional Clean at Home\u003c\/h3\u003e\n\u003cp\u003ePowered by advanced sonic cleaning technology, the DYLZ Electric Toothbrush produces thousands of high-speed brush movements that help lift plaque, clean between teeth, and leave your mouth feeling incredibly fresh. Unlike ordinary manual toothbrushes, the sonic action reaches areas that are harder to clean, helping support healthier gums, cleaner teeth and a brighter smile—all in just two minutes. Whether you're upgrading your daily routine or replacing an old electric toothbrush, this is the smarter way to brush.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e⏱ Smart 2-Minute Timer\u003c\/h4\u003e\n\u003cp\u003eBuilt-in professional brushing timer with 30-second reminders to help you clean every area of your mouth evenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e⚡ Powerful Sonic Technology\u003c\/h4\u003e\n\u003cp\u003eDeep cleaning vibrations help remove everyday plaque while providing a refreshing clean that feels like you've just left the dentist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🔋 USB Rechargeable\u003c\/h4\u003e\n\u003cp\u003eForget constantly buying batteries. Simply recharge using the included USB cable and enjoy long-lasting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e❤️ Gentle Yet Effective\u003c\/h4\u003e\n\u003cp\u003eMedium-bristled brush heads provide excellent cleaning performance while remaining gentle on teeth and sensitive gums.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🎨 Choose Your Style\u003c\/h4\u003e\n\u003cp\u003eAvailable in Black, White and Pink to match your personal style or the whole family's preferences.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n\u003cdiv class=\"includes\"\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Rechargeable Electric Toothbrush\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 4 × Replacement Brush Heads\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × USB Charging port\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ Available in Black, White \u0026amp; Pink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e😁 Cleaner Teeth\u003c\/h4\u003e\n\u003cp\u003eHelps remove more plaque than manual brushing for a noticeably cleaner, smoother feeling after every use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e✨ Brighter Smile\u003c\/h4\u003e\n\u003cp\u003eConsistent brushing helps maintain a healthier-looking smile while supporting everyday stain removal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003ch4\u003e🛡 Healthier Gum Care\u003c\/h4\u003e\n\u003cp\u003eDesigned to clean effectively while remaining gentle on your gums for everyday comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003eYour Best Smile Starts Today\u003c\/h2\u003e\n\u003cp\u003eA great smile begins with great brushing. Join thousands of people making the switch to smarter oral care with the DYLZ Rechargeable Electric Toothbrush. Powerful cleaning, premium accessories, modern design and exceptional value—all in one complete package. Upgrade your brushing routine today and enjoy the confidence that comes with a cleaner, healthier smile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer\"\u003e🦷 DYLZ STORE™ • Premium Everyday Essentials\u003c\/div\u003e\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43486110679129,"sku":null,"price":699.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/toothbrush-studio.png?v=1782770241"},{"product_id":"dylz-store™-vlam-vat-braai-fire-lighter-fire-starter-puck-copy","title":"DYLZ Store™ | Mini Whisk Pro – Rechargeable Electric Hand Mixer","description":"\u003cstyle\u003e\n:root{\n--primary:#9b59b6;\n--secondary:#d7aefb;\n--light:#fdf6ff;\n--white:#ffffff;\n--dark:#2d1b3d;\n--text:#5a4a6b;\n--success:#18b66a;\n--shadow:0 18px 45px rgba(120,60,180,.12);\n}\n\n.dylz-whisk{\nfont-family:Arial,sans-serif;\nbackground:linear-gradient(135deg,#ffffff,#fdf6ff,#f5eeff);\npadding:35px;\nborder-radius:24px;\ncolor:var(--dark);\noverflow:hidden;\nposition:relative;\n}\n\n.dylz-whisk *{\nbox-sizing:border-box;\n}\n\n.hero{\ntext-align:center;\nmargin-bottom:35px;\n}\n\n.hero h1{\nfont-size:40px;\nmargin:0;\nfont-weight:800;\ncolor:var(--primary);\nline-height:1.2;\n}\n\n.hero h2{\nfont-size:20px;\nmargin-top:15px;\nfont-weight:500;\ncolor:var(--text);\n}\n\n.badges{\ndisplay:flex;\njustify-content:center;\nflex-wrap:wrap;\ngap:12px;\nmargin:25px 0;\n}\n\n.badge{\nbackground:white;\npadding:10px 16px;\nborder-radius:40px;\nbox-shadow:var(--shadow);\nfont-weight:700;\nfont-size:14px;\ncolor:var(--primary);\n}\n\n.card{\nbackground:white;\npadding:28px;\nborder-radius:22px;\nbox-shadow:var(--shadow);\nmargin-top:28px;\n}\n\n.card h3{\nmargin-top:0;\nfont-size:26px;\ncolor:var(--primary);\n}\n\n.card p{\nfont-size:16px;\nline-height:1.9;\ncolor:var(--text);\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\ngap:20px;\nmargin-top:28px;\n}\n\n.feature{\nbackground:white;\npadding:22px;\nborder-radius:18px;\nbox-shadow:var(--shadow);\n}\n\n.feature h4{\nmargin:0 0 10px;\nfont-size:18px;\ncolor:var(--primary);\n}\n\n.feature p{\nmargin:0;\nline-height:1.7;\ncolor:var(--text);\nfont-size:15px;\n}\n\n.includes{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\ngap:16px;\nmargin-top:22px;\n}\n\n.include{\nbackground:linear-gradient(135deg,#fdf6ff,#ffffff);\npadding:16px;\nborder-radius:14px;\nborder:1px solid #e8d5f9;\nfont-weight:bold;\ncolor:var(--dark);\nfont-size:15px;\n}\n\n.cta{\nmargin-top:38px;\nbackground:linear-gradient(135deg,var(--primary),var(--secondary));\npadding:32px;\nborder-radius:22px;\ntext-align:center;\ncolor:white;\nbox-shadow:0 20px 45px rgba(155,89,182,.25);\n}\n\n.cta h2{\nfont-size:30px;\nmargin-top:0;\n}\n\n.cta p{\nfont-size:17px;\nline-height:1.8;\nmax-width:800px;\nmargin:auto;\n}\n\n.footer{\nmargin-top:38px;\ntext-align:center;\nfont-size:24px;\nfont-weight:800;\ncolor:var(--success);\n}\n\n@media(max-width:768px){\n.dylz-whisk{padding:20px;}\n.hero h1{font-size:28px;}\n.hero h2{font-size:16px;}\n.card h3{font-size:22px;}\n.cta h2{font-size:24px;}\n.badge{font-size:12px;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dylz-whisk\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003ch1\u003e👩🍳 Bake Smarter. Create Easier.\u003c\/h1\u003e\n\u003ch2\u003eMeet your new kitchen bestie — the \u003cstrong\u003eDYLZ Mini Whisk Pro\u003c\/strong\u003e, the rechargeable electric hand mixer that fits in your palm and makes every baking moment effortless and fun.\u003c\/h2\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cdiv class=\"badge\"\u003e⚡ 3 Speed Settings\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🔋 USB Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🎂 Perfect for Baking\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✨ Compact \u0026amp; Lightweight\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🧁 2 Whisk Attachments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eYour Kitchen. Your Rules. Your Mini Whisk Pro.\u003c\/h3\u003e\n\u003cp\u003ePicture this: it's a Sunday morning, you're whipping up pancake batter, beating eggs for a quiche, or making that dreamy whipped cream for dessert — and instead of wrestling with a bulky mixer or tiring out your wrist with a manual whisk, you simply pick up your \u003cstrong\u003eDYLZ Mini Whisk Pro\u003c\/strong\u003e and let it do all the hard work in seconds.\u003c\/p\u003e\n\u003cp\u003eSmall enough to fit in a drawer, powerful enough to handle your everyday baking needs — this little powerhouse is about to become the most-used gadget in your kitchen. 💜\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e⚡ 3 Speed Settings\u003c\/h4\u003e\n\u003cp\u003eFrom gentle folding to full-speed whipping — choose the perfect speed for every recipe, from delicate meringues to thick batters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🔋 USB Rechargeable\u003c\/h4\u003e\n\u003cp\u003eNo batteries needed! Simply charge via USB and enjoy cordless freedom in the kitchen. One charge goes a long way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🧁 2 Whisk Attachments\u003c\/h4\u003e\n\u003cp\u003eIncludes a large (17cm) and small (10.5cm) whisk head — perfect for different bowl sizes and mixing tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e✋ Ergonomic T-Shape Grip\u003c\/h4\u003e\n\u003cp\u003eDesigned to fit comfortably in your hand, reducing wrist strain so you can whisk longer without fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e🧼 Easy to Clean\u003c\/h4\u003e\n\u003cp\u003eDetachable whisk heads rinse clean in seconds — no fuss, no mess, just more time enjoying what you baked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch4\u003e💜 Gorgeous in Purple\u003c\/h4\u003e\n\u003cp\u003eBecause your kitchen tools should be as stylish as you are. The soft lavender finish looks beautiful on any countertop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n\u003cdiv class=\"includes\"\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Mini Whisk Pro (Lavender Purple)\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Large Whisk Attachment (17cm)\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × Small Whisk Attachment (10.5cm)\u003c\/div\u003e\n\u003cdiv class=\"include\"\u003e✔️ 1 × USB Charging Cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003ch2\u003e💜 Your Baking Just Got a Whole Lot More Fun\u003c\/h2\u003e\n\u003cp\u003eWhether you're a passionate home baker, a busy mom, or someone who just loves a good smoothie — the DYLZ Mini Whisk Pro is the upgrade your kitchen has been waiting for. Compact, powerful, and absolutely adorable. Treat yourself or gift it to someone special. 🎁\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer\"\u003e👩🍳 DYLZ STORE™ • Smart Tools for Modern Living\u003c\/div\u003e\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43486115397721,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/flat-lay-baking-scene.png?v=1782828858"},{"product_id":"dylz-store™-vlam-vat-braai-fire-lighter-fire-starter-puck-copy-1","title":"DYLZ Store™ | AshCan Braai Buddy","description":"\u003cstyle\u003e\n:root{\n--primary:#1f2933;\n--accent:#b8860b;\n--green:#2e7d32;\n--light:#f8fafb;\n--white:#ffffff;\n--border:#e8ecef;\n--text:#4b5563;\n}\n\n*{\nbox-sizing:border-box;\n}\n\n.dylz-ashvat{\nfont-family:Arial,Helvetica,sans-serif;\nbackground:linear-gradient(180deg,#ffffff,#f8fafb);\npadding:30px;\nborder-radius:20px;\nmax-width:1000px;\nmargin:auto;\ncolor:var(--primary);\nline-height:1.8;\n}\n\n.dylz-header{\ntext-align:center;\npadding:30px 20px;\nmargin-bottom:30px;\nbackground:linear-gradient(135deg,#ffffff,#f4f6f8);\nborder-radius:18px;\nborder:1px solid var(--border);\n}\n\n.dylz-header h1{\nfont-size:42px;\nmargin:0;\nfont-weight:800;\nletter-spacing:1px;\n}\n\n.dylz-header p{\nfont-size:20px;\ncolor:var(--text);\nmax-width:700px;\nmargin:20px auto 0;\n}\n\n.divider{\nwidth:90px;\nheight:4px;\nbackground:linear-gradient(90deg,var(--accent),#d9b54d);\nmargin:25px auto;\nborder-radius:10px;\n}\n\n.section{\nbackground:var(--white);\npadding:35px;\nborder-radius:18px;\nmargin-top:25px;\nborder:1px solid var(--border);\nbox-shadow:0 10px 30px rgba(0,0,0,.05);\n}\n\n.section h2{\nfont-size:30px;\nmargin-bottom:20px;\ncolor:var(--primary);\n}\n\n.section p{\nfont-size:18px;\ncolor:var(--text);\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:20px;\nmargin-top:30px;\n}\n\n.feature{\nbackground:#ffffff;\nborder:1px solid var(--border);\npadding:25px;\nborder-radius:16px;\ntransition:.3s;\n}\n\n.feature:hover{\ntransform:translateY(-5px);\nbox-shadow:0 15px 35px rgba(0,0,0,.08);\n}\n\n.feature h3{\nmargin-top:0;\nfont-size:21px;\ncolor:var(--green);\n}\n\n.feature p{\nfont-size:17px;\nmargin-bottom:0;\n}\n\n.specs{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\ngap:20px;\nmargin-top:25px;\n}\n\n.spec{\nbackground:#fafafa;\npadding:20px;\nborder-radius:15px;\ntext-align:center;\nborder:1px solid var(--border);\n}\n\n.spec strong{\ndisplay:block;\nfont-size:17px;\nmargin-bottom:8px;\ncolor:var(--primary);\n}\n\n.cta{\nmargin-top:35px;\npadding:35px;\nborder-radius:18px;\nbackground:linear-gradient(135deg,#1f2933,#374151);\ncolor:white;\ntext-align:center;\n}\n\n.cta h2{\ncolor:white;\nfont-size:32px;\nmargin-bottom:15px;\n}\n\n.cta p{\ncolor:#f5f5f5;\nfont-size:18px;\nmax-width:700px;\nmargin:auto;\n}\n\n.footer{\nmargin-top:35px;\ntext-align:center;\nfont-size:20px;\nfont-weight:bold;\ncolor:var(--primary);\n}\n\n@media(max-width:768px){\n\n.dylz-header h1{\nfont-size:32px;\n}\n\n.dylz-header p{\nfont-size:18px;\n}\n\n.section h2{\nfont-size:26px;\n}\n\n.section p{\nfont-size:17px;\n}\n\n.feature h3{\nfont-size:20px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dylz-ashvat\"\u003e\n\n\u003cdiv class=\"dylz-header\"\u003e\n\n\u003ch1\u003e🔥 Ash Vat\u003c\/h1\u003e\n\n\u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Braai Companion You Didn't Know You Needed.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\nEvery legendary braai deserves a clean finish. Designed for those who take pride in every fire they light, the \u003cstrong\u003eAsh Vat\u003c\/strong\u003e is a premium compact ashtray dustbin that keeps your braai area spotless while you focus on what truly matters — great food, great company, and unforgettable moments.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\n\u003ch2\u003eCrafted for Braai Masters\u003c\/h2\u003e\n\n\u003cp\u003e\nBuilt with both style and practicality in mind, the Ash Vat features a premium removable stainless steel inner bowl for effortless ash disposal. Simply lift, empty, and replace. No dirty hands. No scattered ash. Just a cleaner outdoor space every time you braai.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\n\u003ch2\u003eWhy You'll Love the Ash Vat\u003c\/h2\u003e\n\n\u003cdiv class=\"features\"\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e🗑️ Compact \u0026amp; Elegant\u003c\/h3\u003e\n\u003cp\u003eDesigned to sit neatly beside any braai without taking up valuable space. Small enough to store anywhere while adding a premium touch to your outdoor setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e🔩 Stainless Steel Inner Bowl\u003c\/h3\u003e\n\u003cp\u003eThe removable heat-resistant bowl lifts out in seconds, making ash disposal quick, hygienic and effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e🔒 Flip-Top Lid\u003c\/h3\u003e\n\u003cp\u003eLocks ash safely inside while reducing odours and preventing loose ash from blowing around your entertainment area.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e✨ Easy to Clean\u003c\/h3\u003e\n\u003cp\u003eSimply rinse the stainless steel insert and wipe the exterior clean to keep your Ash Vat looking brand new.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e🎨 Premium Finishes\u003c\/h3\u003e\n\u003cp\u003eAvailable in sophisticated \u003cstrong\u003eBlack\u003c\/strong\u003e and modern \u003cstrong\u003eGreen\u003c\/strong\u003e to perfectly complement any braai or outdoor entertainment area.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\u003ch3\u003e🏕️ Built for Adventure\u003c\/h3\u003e\n\u003cp\u003ePerfect for braais, camping, caravanning, fishing trips and outdoor gatherings wherever your lifestyle takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs\"\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cstrong\u003eDimensions\u003c\/strong\u003e\n9cm × 5.5cm × 5.5cm\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e\nPremium Stainless Steel Inner Bowl\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cstrong\u003eAvailable Colours\u003c\/strong\u003e\nBlack \u0026amp; Green\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cstrong\u003eIdeal For\u003c\/strong\u003e\nBraais • Camping • Patios • Outdoor Living\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cta\"\u003e\n\n\u003ch2\u003eFinish Every Braai with Pride.\u003c\/h2\u003e\n\n\u003cp\u003e\nA clean braai area is the mark of a true braai master. The Ash Vat brings together premium craftsmanship, practical design and effortless convenience—making clean-up just as satisfying as the braai itself.\n\u003cbr\u003e\u003cbr\u003e\n\u003cstrong\u003eBecause every great braai deserves a legendary finish.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n\nDYLZ Store™\u003cbr\u003e\n\u003cspan style=\"font-weight:normal;color:#666;\"\u003eDedicate Your Lifestyle.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43608721096793,"sku":null,"price":299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/ash-vat-mounted-on-patio-wall-next-to-braai.png?v=1783548483"},{"product_id":"dylz-store™-ashcan-braai-buddy-copy","title":"DYLZ Store™ | VlamBrush – Silicone Braai Basting Brush","description":"\u003cstyle\u003e\n:root{\n--fire:#ff6b00;\n--fire2:#ff8c1a;\n--gold:#d4af37;\n--dark:#20252b;\n--text:#5f6670;\n--bg:#f7f8fa;\n--card:#ffffff;\n--border:#e8ebef;\n--green:#2f855a;\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.dylz-vlambrush{\nfont-family:Arial,Helvetica,sans-serif;\nbackground:var(--bg);\npadding:16px;\ncolor:var(--dark);\nline-height:1.7;\n}\n\n.vb-container{\nmax-width:1100px;\nmargin:auto;\n}\n\n.vb-hero{\nbackground:linear-gradient(135deg,#ffffff,#fafafa);\nborder:1px solid var(--border);\nborder-radius:24px;\npadding:40px 30px;\ntext-align:center;\nbox-shadow:0 12px 35px rgba(0,0,0,.05);\n}\n\n.vb-badge{\ndisplay:inline-block;\nbackground:linear-gradient(135deg,var(--fire),var(--fire2));\ncolor:#fff;\npadding:10px 22px;\nborder-radius:40px;\nfont-size:15px;\nfont-weight:bold;\nletter-spacing:.5px;\nmargin-bottom:20px;\n}\n\n.vb-hero h1{\nfont-size:clamp(34px,6vw,52px);\nmargin-bottom:15px;\nfont-weight:800;\ncolor:var(--dark);\n}\n\n.vb-divider{\nwidth:90px;\nheight:4px;\nbackground:linear-gradient(90deg,var(--gold),#f3d77a);\nmargin:22px auto;\nborder-radius:20px;\n}\n\n.vb-hero p{\nmax-width:760px;\nmargin:auto;\nfont-size:clamp(17px,3vw,21px);\ncolor:var(--text);\n}\n\n.vb-section{\nbackground:#fff;\nmargin-top:24px;\npadding:35px;\nborder-radius:22px;\nborder:1px solid var(--border);\nbox-shadow:0 8px 30px rgba(0,0,0,.04);\n}\n\n.vb-section h2{\nfont-size:clamp(28px,5vw,36px);\nmargin-bottom:18px;\ncolor:var(--dark);\n}\n\n.vb-section p{\nfont-size:18px;\ncolor:var(--text);\n}\n\n.vb-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:20px;\nmargin-top:30px;\n}\n\n.vb-card{\nbackground:#fff;\nborder:1px solid var(--border);\nborder-radius:18px;\npadding:25px;\ntransition:.3s;\n}\n\n.vb-card:hover{\ntransform:translateY(-6px);\nbox-shadow:0 18px 35px rgba(0,0,0,.08);\n}\n\n.vb-card h3{\nfont-size:22px;\nmargin-bottom:12px;\ncolor:var(--green);\n}\n\n.vb-card p{\nfont-size:17px;\ncolor:var(--text);\n}\n\n.vb-specs{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(200px,1fr));\ngap:18px;\nmargin-top:30px;\n}\n\n.vb-spec{\nbackground:#fafafa;\npadding:20px;\ntext-align:center;\nborder-radius:18px;\nborder:1px solid var(--border);\n}\n\n.vb-spec strong{\ndisplay:block;\nmargin-bottom:10px;\nfont-size:17px;\ncolor:var(--dark);\n}\n\n.vb-highlight{\nmargin-top:28px;\npadding:30px;\nborder-radius:20px;\nbackground:linear-gradient(135deg,#fff7ef,#ffffff);\nborder-left:6px solid var(--fire);\n}\n\n.vb-highlight h2{\nmargin-bottom:15px;\nfont-size:30px;\n}\n\n.vb-highlight ul{\npadding-left:20px;\ncolor:var(--text);\nfont-size:17px;\n}\n\n.vb-highlight li{\nmargin-bottom:12px;\n}\n\n.vb-cta{\nmargin-top:30px;\nbackground:linear-gradient(135deg,#1f2933,#39444d);\ncolor:#fff;\npadding:45px 30px;\nborder-radius:24px;\ntext-align:center;\n}\n\n.vb-cta h2{\nfont-size:clamp(30px,6vw,42px);\nmargin-bottom:15px;\n}\n\n.vb-cta p{\nmax-width:760px;\nmargin:auto;\nfont-size:19px;\nline-height:1.8;\ncolor:#f4f4f4;\n}\n\n.vb-footer{\nmargin-top:35px;\ntext-align:center;\nfont-size:24px;\nfont-weight:700;\n}\n\n.vb-footer span{\ndisplay:block;\nmargin-top:8px;\nfont-size:17px;\nfont-weight:400;\ncolor:#777;\n}\n\n\/* Mobile *\/\n\n@media(max-width:768px){\n\n.dylz-vlambrush{\npadding:12px;\n}\n\n.vb-hero{\npadding:30px 20px;\n}\n\n.vb-section{\npadding:22px;\n}\n\n.vb-grid{\ngrid-template-columns:1fr;\n}\n\n.vb-specs{\ngrid-template-columns:1fr 1fr;\n}\n\n.vb-card{\npadding:20px;\n}\n\n.vb-cta{\npadding:35px 20px;\n}\n\n}\n\n@media(max-width:480px){\n\n.vb-specs{\ngrid-template-columns:1fr;\n}\n\n.vb-section{\npadding:18px;\n}\n\n.vb-card h3{\nfont-size:20px;\n}\n\n.vb-card p,\n.vb-section p{\nfont-size:16px;\n}\n\n.vb-footer{\nfont-size:20px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dylz-vlambrush\"\u003e\n\n\u003cdiv class=\"vb-container\"\u003e\n\n\u003cdiv class=\"vb-hero\"\u003e\n\n\u003cdiv class=\"vb-badge\"\u003e\n🔥 PREMIUM BRAAI ESSENTIAL\n\u003c\/div\u003e\n\n\u003ch1\u003e🔥 VlamBrush™\u003c\/h1\u003e\n\n\u003cdiv class=\"vb-divider\"\u003e\u003c\/div\u003e\n\n\u003cp\u003e\n\u003cb\u003eBaste Like a Braai Master.\u003c\/b\u003e\u003cbr\u003e\u003cbr\u003e\nThe secret to juicy steaks, perfectly glazed ribs, mouth-watering chicken and flavour-packed boerewors isn't just the fire—it's how you baste. The \u003cb\u003eDYLZ VlamBrush™\u003c\/b\u003e gives you complete control over every drop of oil, butter or marinade, helping you create restaurant-quality results from your own braai.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-section\"\u003e\n\n\u003ch2\u003eBuilt for Serious Braai Lovers\u003c\/h2\u003e\n\n\u003cp\u003e\nCrafted from premium food-grade silicone, the VlamBrush™ is designed to handle the intense heat of the braai without melting, cracking or absorbing unwanted flavours. The integrated squeeze bottle lets you apply the perfect amount of sauce exactly where you need it—less mess, less waste and more flavour in every bite.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-section\"\u003e\n\n\u003ch2\u003eWhy You'll Love the VlamBrush™\u003c\/h2\u003e\n\n\u003cdiv class=\"vb-grid\"\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e🌡️ Heat Resistant\u003c\/h3\u003e\n\u003cp\u003ePremium food-grade silicone stands up to extreme braai and oven temperatures without melting or warping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e📏 Precision Measuring\u003c\/h3\u003e\n\u003cp\u003eBuilt-in measurement markings ensure you always apply the perfect amount of oil or marinade.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e🧴 One Brush. Every Sauce.\u003c\/h3\u003e\n\u003cp\u003ePerfect for oil, butter, BBQ sauce, glazes and marinades without retaining flavours or odours.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e🧼 Effortless Cleaning\u003c\/h3\u003e\n\u003cp\u003eNon-stick silicone bristles rinse clean in seconds and are dishwasher safe for ultimate convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e🚫 Safe on Cookware\u003c\/h3\u003e\n\u003cp\u003eWon't scratch non-stick cookware, cast iron or your favourite braai grid.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-card\"\u003e\n\u003ch3\u003e🏕️ Adventure Ready\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and easy to pack for camping, caravanning, holidays and every outdoor cook-up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-section\"\u003e\n\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"vb-specs\"\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eTotal Height\u003c\/strong\u003e\n11.94cm\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eBrush Head Height\u003c\/strong\u003e\n4.5cm\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eBrush Width\u003c\/strong\u003e\n2.18cm\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eBottle Width\u003c\/strong\u003e\n5cm\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e\nPremium Food-Grade Silicone\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eColours\u003c\/strong\u003e\nGreen • Blue • Red\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003eCompatible With\u003c\/strong\u003e\nOil • Butter • Sauce • Marinade • Glaze\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-spec\"\u003e\n\u003cstrong\u003ePerfect For\u003c\/strong\u003e\nBraai • BBQ • Baking • Roasting • Grilling\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-highlight\"\u003e\n\n\u003ch2\u003eWhy Every Braai Needs One\u003c\/h2\u003e\n\n\u003cul\u003e\n\u003cli\u003e✔ Create richer flavours with perfectly even basting.\u003c\/li\u003e\n\u003cli\u003e✔ Save expensive marinades by applying only what you need.\u003c\/li\u003e\n\u003cli\u003e✔ Keep hands cleaner with the integrated squeeze bottle.\u003c\/li\u003e\n\u003cli\u003e✔ Impress friends and family with perfectly glazed meat every time.\u003c\/li\u003e\n\u003cli\u003e✔ Designed to last through countless braais and outdoor adventures.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-cta\"\u003e\n\n\u003ch2\u003eTurn Every Braai into a Masterpiece.\u003c\/h2\u003e\n\n\u003cp\u003e\nWhether you're glazing sticky ribs, buttering fresh bread, brushing steaks or adding the finishing touch to perfectly grilled chicken, the \u003cstrong\u003eVlamBrush™\u003c\/strong\u003e helps you cook with confidence and precision.\u003cbr\u003e\u003cbr\u003e\n\n\u003cstrong\u003eUpgrade your braai kit today and experience the difference every brushstroke makes.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vb-footer\"\u003e\n\nDYLZ Store™\n\n\u003cspan\u003eDedicate Your Lifestyle.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43608858919001,"sku":null,"price":189.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/blue-dylz-logo-background.png?v=1783550852"},{"product_id":"dylz-store™-vlambrush-silicone-braai-basting-brush-copy","title":"DYLZ Store™ | BloomShield™ – Breathable Nursing \u0026 Stroller Cover","description":"\u003cstyle\u003e\n:root{\n--rose:#d88ea3;\n--blush:#fdf6f8;\n--gold:#caa24c;\n--dark:#2f2f35;\n--text:#666a73;\n--white:#ffffff;\n--border:#ece8ea;\n--shadow:0 12px 35px rgba(0,0,0,.06);\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.bloomshield{\nfont-family:Arial,Helvetica,sans-serif;\nbackground:#fafafa;\npadding:16px;\ncolor:var(--dark);\nline-height:1.7;\n}\n\n.bs-container{\nmax-width:1100px;\nmargin:auto;\n}\n\n.bs-hero{\nbackground:linear-gradient(135deg,#fff,#fff7f9);\nborder:1px solid var(--border);\nborder-radius:24px;\npadding:45px 30px;\ntext-align:center;\nbox-shadow:var(--shadow);\n}\n\n.bs-badge{\ndisplay:inline-block;\nbackground:linear-gradient(135deg,var(--rose),#e7a8bb);\ncolor:#fff;\npadding:10px 22px;\nborder-radius:50px;\nfont-size:15px;\nfont-weight:700;\nletter-spacing:.5px;\nmargin-bottom:20px;\n}\n\n.bs-hero h1{\nfont-size:clamp(34px,6vw,52px);\nfont-weight:800;\nmargin-bottom:15px;\n}\n\n.bs-divider{\nwidth:90px;\nheight:4px;\nmargin:22px auto;\nborder-radius:50px;\nbackground:linear-gradient(90deg,var(--gold),#f1d48a);\n}\n\n.bs-hero p{\nfont-size:clamp(17px,3vw,21px);\nmax-width:760px;\nmargin:auto;\ncolor:var(--text);\n}\n\n.bs-section{\nbackground:var(--white);\nmargin-top:24px;\npadding:35px;\nborder-radius:22px;\nborder:1px solid var(--border);\nbox-shadow:var(--shadow);\n}\n\n.bs-section h2{\nfont-size:clamp(28px,5vw,36px);\nmargin-bottom:18px;\n}\n\n.bs-section p{\nfont-size:18px;\ncolor:var(--text);\n}\n\n.bs-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:20px;\nmargin-top:30px;\n}\n\n.bs-card{\nbackground:#fff;\nborder:1px solid var(--border);\nborder-radius:18px;\npadding:25px;\ntransition:.3s;\n}\n\n.bs-card:hover{\ntransform:translateY(-6px);\nbox-shadow:0 15px 30px rgba(0,0,0,.08);\n}\n\n.bs-card h3{\nfont-size:22px;\nmargin-bottom:12px;\ncolor:var(--rose);\n}\n\n.bs-card p{\nfont-size:17px;\ncolor:var(--text);\n}\n\n.bs-highlight{\nmargin-top:25px;\npadding:30px;\nborder-radius:20px;\nbackground:linear-gradient(135deg,#fff8fa,#ffffff);\nborder-left:6px solid var(--rose);\n}\n\n.bs-highlight h2{\nfont-size:30px;\nmargin-bottom:15px;\n}\n\n.bs-highlight ul{\npadding-left:22px;\ncolor:var(--text);\nfont-size:17px;\n}\n\n.bs-highlight li{\nmargin-bottom:12px;\n}\n\n.bs-specs{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\ngap:18px;\nmargin-top:30px;\n}\n\n.bs-spec{\nbackground:#fafafa;\npadding:20px;\ntext-align:center;\nborder-radius:16px;\nborder:1px solid var(--border);\n}\n\n.bs-spec strong{\ndisplay:block;\nmargin-bottom:10px;\nfont-size:17px;\n}\n\n.bs-cta{\nmargin-top:30px;\nbackground:linear-gradient(135deg,#d88ea3,#b66c84);\npadding:45px 30px;\nborder-radius:24px;\ntext-align:center;\ncolor:#fff;\n}\n\n.bs-cta h2{\nfont-size:clamp(30px,6vw,42px);\nmargin-bottom:15px;\n}\n\n.bs-cta p{\nfont-size:19px;\nmax-width:760px;\nmargin:auto;\nline-height:1.8;\n}\n\n.bs-footer{\nmargin-top:35px;\ntext-align:center;\nfont-size:24px;\nfont-weight:700;\n}\n\n.bs-footer span{\ndisplay:block;\nmargin-top:8px;\nfont-size:17px;\nfont-weight:400;\ncolor:#777;\n}\n\n\/* Mobile *\/\n\n@media(max-width:768px){\n\n.bloomshield{\npadding:12px;\n}\n\n.bs-hero{\npadding:30px 20px;\n}\n\n.bs-section{\npadding:22px;\n}\n\n.bs-grid{\ngrid-template-columns:1fr;\n}\n\n.bs-specs{\ngrid-template-columns:1fr 1fr;\n}\n\n.bs-cta{\npadding:35px 20px;\n}\n\n}\n\n@media(max-width:480px){\n\n.bs-specs{\ngrid-template-columns:1fr;\n}\n\n.bs-section{\npadding:18px;\n}\n\n.bs-card h3{\nfont-size:20px;\n}\n\n.bs-card p,\n.bs-section p{\nfont-size:16px;\n}\n\n.bs-footer{\nfont-size:20px;\n}\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bloomshield\"\u003e\n\u003cdiv class=\"bs-container\"\u003e\n\u003cdiv class=\"bs-hero\"\u003e\n\u003cdiv class=\"bs-badge\"\u003e🤍 DESIGNED FOR MODERN MOTHERS\u003c\/div\u003e\n\u003ch1\u003eBloomShield™\u003c\/h1\u003e\n\u003cdiv class=\"bs-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eNurse with Confidence. Shield with Style.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eMotherhood is filled with beautiful moments—and feeding your little one should be one of them. Whether you're at a café, shopping, travelling or enjoying a day at the park, the \u003cstrong\u003eBloomShield™ Nursing Cover\u003c\/strong\u003e lets you breastfeed comfortably, confidently and privately wherever life takes you. \u003cbr\u003e\u003cbr\u003eSoft, breathable and beautifully designed, it's more than just a nursing cover—it's an everyday essential created for mums who want comfort, convenience and confidence without compromise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-section\"\u003e\n\u003ch2\u003eMore Than a Nursing Cover\u003c\/h2\u003e\n\u003cp\u003eCrafted from premium lightweight fabric, the BloomShield™ provides complete nursing privacy while allowing gentle airflow to keep both you and your baby cool and comfortable. When feeding time is over, it effortlessly transforms into a stylish stroller or pram sunshade, helping protect your little one from bright sunlight during walks and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-section\"\u003e\n\u003ch2\u003eWhy Thousands of Mums Love BloomShield™\u003c\/h2\u003e\n\u003cdiv class=\"bs-grid\"\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e🤱 Complete Nursing Privacy\u003c\/h3\u003e\n\u003cp\u003eBreastfeed confidently in public while enjoying comfortable, full coverage without awkward blankets or constant adjustments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e☀️ Doubles as a Pram Sunshade\u003c\/h3\u003e\n\u003cp\u003eInstantly converts into a lightweight stroller cover to help shade your baby during walks, shopping trips and outdoor outings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e🌬️ Breathable Gauze Fabric\u003c\/h3\u003e\n\u003cp\u003eDesigned for warm weather with soft, airy fabric that encourages airflow while remaining gentle against delicate newborn skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e👜 Perfect for Busy Mums\u003c\/h3\u003e\n\u003cp\u003eFolds down compactly to fit neatly inside any nappy bag, handbag or stroller organiser.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e🎨 Elegant Minimal Design\u003c\/h3\u003e\n\u003cp\u003eAvailable in timeless solid colours that pair beautifully with any outfit or pram.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-card\"\u003e\n\u003ch3\u003e💖 Everyday Comfort\u003c\/h3\u003e\n\u003cp\u003eLightweight, soft and designed to make feeding your baby feel calm, natural and stress-free wherever you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-highlight\"\u003e\n\u003ch2\u003eDesigned Around Real Motherhood\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Feed your baby confidently wherever you are.\u003c\/li\u003e\n\u003cli\u003e✔ Stay cool during spring and summer thanks to breathable gauze fabric.\u003c\/li\u003e\n\u003cli\u003e✔ Protect your baby's delicate skin from direct sunlight.\u003c\/li\u003e\n\u003cli\u003e✔ Save space with one accessory that performs two essential jobs.\u003c\/li\u003e\n\u003cli\u003e✔ Enjoy more freedom without sacrificing privacy or comfort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-section\"\u003e\n\u003ch2\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"bs-specs\"\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003eSeason\u003c\/strong\u003e Spring \u0026amp; Summer\u003c\/div\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e Premium Breathable Gauze Fabric\u003c\/div\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003eFunctions\u003c\/strong\u003e Nursing Cover \u0026amp; Pram Sunshade\u003c\/div\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003ePortable\u003c\/strong\u003e Lightweight \u0026amp; Easy to Fold\u003c\/div\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003eIdeal For\u003c\/strong\u003e Home, Travel, Cafés, Parks \u0026amp; Shopping\u003c\/div\u003e\n\u003cdiv class=\"bs-spec\"\u003e\n\u003cstrong\u003eSuitable For\u003c\/strong\u003e Newborns \u0026amp; Growing Babies\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-cta\"\u003e\n\u003ch2\u003eBecause Every Mother Deserves to Feel Comfortable.\u003c\/h2\u003e\n\u003cp\u003eBreastfeeding is one of the most beautiful parts of motherhood—and it should never feel stressful. The \u003cstrong\u003eBloomShield™\u003c\/strong\u003e gives you the confidence to feed your baby wherever you are while keeping your little one cool, comfortable and protected. \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eElegant. Practical. Thoughtfully designed for modern motherhood.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bs-footer\"\u003eDYLZ Store™ \u003cspan\u003eDedicate Your Lifestyle.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43609013059673,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/mother-pram-dylz-logo.png?v=1783553527"},{"product_id":"dylz-store™-vlam-vat-braai-fire-lighter-fire-starter-puck-copy-2","title":"DYLZ Store™ | Vlam Vat Braaier - Stainless Steel - Medium","description":"\u003cstyle\u003e\n:root{\n--steel:#f6f8fa;\n--white:#ffffff;\n--gold:#b8860b;\n--gold-light:#d8b55a;\n--dark:#1c1f24;\n--text:#5b616b;\n--border:#e6e9ed;\n--shadow:0 18px 45px rgba(0,0,0,.08);\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.vlam-premium{\nfont-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\nbackground:linear-gradient(180deg,#ffffff,#f8f9fb);\npadding:40px 18px;\ncolor:var(--dark);\nline-height:1.75;\n}\n\n.vlam-container{\nmax-width:1150px;\nmargin:auto;\n}\n\n.vlam-hero{\nbackground:linear-gradient(135deg,#ffffff,#f5f7f9);\nborder-radius:28px;\npadding:55px 40px;\nbox-shadow:var(--shadow);\nborder:1px solid var(--border);\noverflow:hidden;\nposition:relative;\n}\n\n.vlam-hero:before{\ncontent:\"\";\nposition:absolute;\ntop:-120px;\nright:-120px;\nwidth:320px;\nheight:320px;\nbackground:radial-gradient(circle,var(--gold-light),transparent 70%);\nopacity:.12;\n}\n\n.vlam-badge{\ndisplay:inline-block;\npadding:10px 22px;\nbackground:#fff8eb;\nborder:1px solid rgba(184,134,11,.25);\nborder-radius:100px;\nfont-size:13px;\nfont-weight:700;\nletter-spacing:1.5px;\ntext-transform:uppercase;\ncolor:var(--gold);\nmargin-bottom:22px;\n}\n\n.vlam-title{\nfont-size:44px;\nfont-weight:800;\nline-height:1.15;\nmargin-bottom:18px;\ncolor:var(--dark);\n}\n\n.vlam-title span{\ncolor:var(--gold);\n}\n\n.vlam-sub{\nfont-size:20px;\nfont-weight:500;\ncolor:#3b4048;\nmargin-bottom:28px;\n}\n\n.vlam-intro{\nfont-size:18px;\ncolor:var(--text);\nmargin-bottom:20px;\n}\n\n.quote{\nmargin:35px 0;\npadding:28px;\nbackground:#fffdf8;\nborder-left:5px solid var(--gold);\nfont-style:italic;\nfont-size:22px;\nfont-weight:600;\ncolor:#2d3138;\nborder-radius:14px;\n}\n\n.section-title{\ntext-align:center;\nfont-size:34px;\nmargin:60px 0 35px;\nfont-weight:800;\ncolor:var(--dark);\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:22px;\n}\n\n.card{\nbackground:#fff;\npadding:26px;\nborder-radius:22px;\nbox-shadow:var(--shadow);\nborder:1px solid var(--border);\ntransition:.35s;\n}\n\n.card:hover{\ntransform:translateY(-8px);\n}\n\n.card h3{\nfont-size:20px;\nmargin-bottom:12px;\ncolor:var(--dark);\n}\n\n.card p{\ncolor:var(--text);\nfont-size:16px;\n}\n\n.checklist{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(300px,1fr));\ngap:18px;\nmargin-top:35px;\n}\n\n.check{\nbackground:white;\npadding:20px;\nborder-radius:16px;\nborder:1px solid var(--border);\nbox-shadow:0 10px 30px rgba(0,0,0,.05);\nfont-weight:600;\nfont-size:16px;\n}\n\n.check span{\ncolor:var(--gold);\nfont-size:20px;\nmargin-right:10px;\n}\n\n.story{\nmargin-top:60px;\nbackground:white;\npadding:45px;\nborder-radius:25px;\nbox-shadow:var(--shadow);\nborder:1px solid var(--border);\n}\n\n.story h2{\nfont-size:32px;\nmargin-bottom:20px;\n}\n\n.story p{\nfont-size:17px;\ncolor:var(--text);\nmargin-bottom:18px;\n}\n\n.footer-box{\nmargin-top:55px;\npadding:45px;\nbackground:linear-gradient(135deg,#1c1f24,#2b3138);\ncolor:white;\nborder-radius:28px;\ntext-align:center;\n}\n\n.footer-box h2{\nfont-size:36px;\nmargin-bottom:20px;\n}\n\n.footer-box p{\nfont-size:18px;\nopacity:.9;\nmax-width:760px;\nmargin:auto;\nline-height:1.8;\n}\n\n.footer-box strong{\ncolor:#ffd878;\n}\n\n.cta{\ndisplay:inline-block;\nmargin-top:35px;\npadding:18px 45px;\nbackground:linear-gradient(135deg,var(--gold),#d7b35c);\ncolor:white;\nfont-weight:700;\nborder-radius:100px;\nfont-size:18px;\ntext-decoration:none;\nbox-shadow:0 12px 35px rgba(184,134,11,.35);\n}\n\n@media(max-width:768px){\n\n.vlam-title{\nfont-size:34px;\n}\n\n.vlam-sub{\nfont-size:18px;\n}\n\n.section-title{\nfont-size:28px;\n}\n\n.quote{\nfont-size:18px;\n}\n\n.vlam-hero{\npadding:35px 25px;\n}\n\n.story{\npadding:30px;\n}\n\n.footer-box{\npadding:35px 25px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"vlam-premium\"\u003e\n\n\u003cdiv class=\"vlam-container\"\u003e\n\n\u003cdiv class=\"vlam-hero\"\u003e\n\n\u003cdiv class=\"vlam-badge\"\u003e\nProudly Handcrafted in South Africa\n\u003c\/div\u003e\n\n\u003ch1 class=\"vlam-title\"\u003e\nVlam Vat Braaier™ \u003cspan\u003e450mm Premium Stainless Steel Braai\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cdiv class=\"vlam-sub\"\u003e\nBorn from Fire. Built for Generations.\n\u003c\/div\u003e\n\n\u003cp class=\"vlam-intro\"\u003e\nSome braais are manufactured. The \u003cstrong\u003eVlam Vat Braaier™\u003c\/strong\u003e is individually handcrafted by skilled South African artisans who understand that a true braai is more than a cooking appliance—it is where memories are made, traditions are honoured, and families come together.\n\u003c\/p\u003e\n\n\u003cp class=\"vlam-intro\"\u003e\nEvery unit is meticulously constructed from premium-grade stainless steel, delivering exceptional durability, timeless elegance, and performance that only genuine craftsmanship can provide. No shortcuts. No mass production. Just authentic quality designed to last for decades.\n\u003c\/p\u003e\n\n\u003cdiv class=\"quote\"\u003e\n\"Luxury isn't measured by price—it's measured by craftsmanship, heritage, and the stories created around every fire.\"\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003e\nWhy the Vlam Vat Braaier™ Stands Above the Rest\n\u003c\/h2\u003e\n\n\u003cdiv class=\"features\"\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eHandcrafted Excellence\u003c\/h3\u003e\n\u003cp\u003eEvery braai is individually handmade, making each piece completely unique and finished with exceptional attention to detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePremium Stainless Steel\u003c\/h3\u003e\n\u003cp\u003eConstructed entirely from high-quality stainless steel for superior durability, corrosion resistance and effortless maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePerfect 450mm Cooking Surface\u003c\/h3\u003e\n\u003cp\u003eThe ideal size for intimate family gatherings or entertaining friends while maintaining exceptional heat efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eDiamond-Weave Grill\u003c\/h3\u003e\n\u003cp\u003eHeavy-duty stainless steel cooking grate engineered for outstanding heat distribution and beautifully even cooking results.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eRock-Solid Stability\u003c\/h3\u003e\n\u003cp\u003eReinforced tripod legs and a robust circular frame provide exceptional strength on almost any outdoor surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eBuilt to Become an Heirloom\u003c\/h3\u003e\n\u003cp\u003eDesigned not simply for today—but to become part of your family's braai traditions for years to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"checklist\"\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003e100% Handcrafted Premium Stainless Steel\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003e450mm Professional Cooking Diameter\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eHeavy-Duty Diamond-Weave Cooking Grill\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eAdjustable Rotating Handle\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eRust Resistant \u0026amp; Low Maintenance\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eEngineered for Decades of Use\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eProudly Handmade in South Africa\u003c\/div\u003e\n\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eEvery Braai is Individually Unique\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"story\"\u003e\n\n\u003ch2\u003eMore Than a Braai.\u003c\/h2\u003e\n\n\u003cp\u003e\nOwning a Vlam Vat Braaier™ is about embracing the South African tradition of gathering around real fire. It represents craftsmanship over convenience, quality over compromise, and memories that grow richer with every braai.\n\u003c\/p\u003e\n\n\u003cp\u003e\nUnlike mass-produced alternatives, each Vlam Vat Braaier carries the signature of its maker. Every weld, every finish, and every detail reflects genuine pride in craftsmanship—creating a braai that is as beautiful to own as it is to cook on.\n\u003c\/p\u003e\n\n\u003cp\u003e\nWhether you're celebrating milestones, hosting friends, or simply enjoying a quiet evening beneath the African sky, this is the braai designed to be at the centre of every unforgettable moment.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-box\"\u003e\n\n\u003ch2\u003e\nOwn the Fire. Own the Braai. Own the Moment.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nInvest in craftsmanship that will outlast trends, outperform ordinary braais, and become part of your family's story for years to come.\n\u003cbr\u003e\u003cbr\u003e\n\u003cstrong\u003eDYLZ Store™ — Dedicate Your Lifestyle.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"cta\"\u003e\nExperience True South African Craftsmanship\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43611177713753,"sku":null,"price":5999.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/vlam-vat-braaier-dramatic-studio.png?v=1783593113"},{"product_id":"dylz-store™-bloomshield™-breathable-nursing-stroller-cover-copy","title":"DYLZ Store™ | SafeLink Kids Anti-Lost Wrist Strap","description":"\u003cstyle\u003e:root{--gold:#b8860b;--gold-light:#d8b55a;--dark:#1c1f24;--text:#5b616b;--border:#e6e9ed;--shadow:0 18px 45px rgba(0,0,0,.08);}*{margin:0;padding:0;box-sizing:border-box;}.safelink-premium{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:linear-gradient(180deg,#ffffff,#f8f9fb);padding:40px 18px;color:var(--dark);line-height:1.75;}.safelink-container{max-width:1150px;margin:auto;}.safelink-hero{background:linear-gradient(135deg,#ffffff,#f5f7f9);border-radius:28px;padding:55px 40px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;position:relative;}.safelink-hero:before{content:'';position:absolute;top:-120px;right:-120px;width:320px;height:320px;background:radial-gradient(circle,var(--gold-light),transparent 70%);opacity:.12;}.safelink-badge{display:inline-block;padding:10px 22px;background:#fff8eb;border:1px solid rgba(184,134,11,.25);border-radius:100px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:22px;}.safelink-title{font-size:44px;font-weight:800;line-height:1.15;margin-bottom:18px;color:var(--dark);}.safelink-title span{color:var(--gold);}.safelink-sub{font-size:20px;font-weight:500;color:#3b4048;margin-bottom:28px;}.safelink-intro{font-size:18px;color:var(--text);margin-bottom:20px;}.quote{margin:35px 0;padding:28px;background:#fffdf8;border-left:5px solid var(--gold);font-style:italic;font-size:22px;font-weight:600;color:#2d3138;border-radius:14px;}.section-title{text-align:center;font-size:34px;margin:60px 0 35px;font-weight:800;color:var(--dark);}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}.card{background:#fff;padding:26px;border-radius:22px;box-shadow:var(--shadow);border:1px solid var(--border);transition:.35s;}.card:hover{transform:translateY(-8px);}.card h3{font-size:20px;margin-bottom:12px;color:var(--dark);}.card p{color:var(--text);font-size:16px;}.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-top:35px;}.check{background:white;padding:20px;border-radius:16px;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,.05);font-weight:600;font-size:16px;}.check span{color:var(--gold);font-size:20px;margin-right:10px;}.story{margin-top:60px;background:white;padding:45px;border-radius:25px;box-shadow:var(--shadow);border:1px solid var(--border);}.story h2{font-size:32px;margin-bottom:20px;}.story p{font-size:17px;color:var(--text);margin-bottom:18px;}.footer-box{margin-top:55px;padding:45px;background:linear-gradient(135deg,#1c1f24,#2b3138);color:white;border-radius:28px;text-align:center;}.footer-box h2{font-size:36px;margin-bottom:20px;}.footer-box p{font-size:18px;opacity:.9;max-width:760px;margin:auto;line-height:1.8;}.footer-box strong{color:#ffd878;}@media(max-width:768px){.safelink-title{font-size:34px;}.safelink-sub{font-size:18px;}.section-title{font-size:28px;}.quote{font-size:18px;}.safelink-hero{padding:35px 25px;}.story{padding:30px;}.footer-box{padding:35px 25px;}}\u003c\/style\u003e\u003cdiv class=\"safelink-premium\"\u003e\u003cdiv class=\"safelink-container\"\u003e\n\u003cdiv class=\"safelink-hero\"\u003e\n\u003cdiv class=\"safelink-badge\"\u003eTrusted by Parents Across South Africa\u003c\/div\u003e\n\u003ch1 class=\"safelink-title\"\u003eSafeLink Kids™ \u003cspan\u003eAnti-Lost Wrist Strap\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"safelink-sub\"\u003ePeace of Mind. Every Step of the Way.\u003c\/div\u003e\n\u003cp class=\"safelink-intro\"\u003eEvery parent knows the heart-stopping moment a little one darts off in a busy mall, market, or airport. The \u003cstrong\u003eSafeLink Kids™ Anti-Lost Wrist Strap\u003c\/strong\u003e gives you the freedom to explore together — without the fear of losing sight of your child for even a second.\u003c\/p\u003e\n\u003cp class=\"safelink-intro\"\u003eDesigned with soft, adjustable wristbands and a flexible coiled tether, SafeLink keeps your child close while giving them the freedom to walk, explore, and discover — safely by your side.\u003c\/p\u003e\n\u003cdiv class=\"quote\"\u003e\"The best safety tool isn't the one you use after something goes wrong — it's the one that prevents it from happening at all.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Parents Choose SafeLink Kids™\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSoft \u0026amp; Comfortable Wristbands\u003c\/h3\u003e\n\u003cp\u003ePadded, adjustable wristbands fit both parent and child comfortably — no chafing, no discomfort, just a gentle, secure connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eFlexible Coiled Tether\u003c\/h3\u003e\n\u003cp\u003eThe retractable coil extends naturally as your child moves, giving them freedom to walk and explore without feeling restricted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSecure Locking Clasp\u003c\/h3\u003e\n\u003cp\u003eA child-proof locking mechanism ensures the strap stays securely fastened — only adults can release it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eLightweight \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eCompact enough to toss in your bag and ready whenever you need it — perfect for shopping centres, airports, markets, and outdoor events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eAdjustable for All Ages\u003c\/h3\u003e\n\u003cp\u003eFits toddlers through to older children with fully adjustable wrist straps — grows with your family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePeace of Mind, Instantly\u003c\/h3\u003e\n\u003cp\u003eSimple to put on, simple to use. No complicated buckles — just clip, adjust, and go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"checklist\"\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eSoft Padded Adjustable Wristbands\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eFlexible Retractable Coiled Tether\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eChild-Proof Locking Clasp\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eLightweight \u0026amp; Portable\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eFits Toddlers to Older Children\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eIdeal for Malls, Airports \u0026amp; Outdoor Events\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story\"\u003e\n\u003ch2\u003eMore Than a Safety Strap.\u003c\/h2\u003e\n\u003cp\u003eThe SafeLink Kids™ Wrist Strap isn't about restricting your child — it's about giving both of you the confidence to enjoy every outing together. Whether you're navigating a busy shopping centre, exploring a market, or travelling through an airport, SafeLink keeps your little one close without the stress.\u003c\/p\u003e\n\u003cp\u003eDesigned for real South African family life — durable, practical, and built to handle the adventures that come with raising curious, energetic kids.\u003c\/p\u003e\n\u003cp\u003eBecause the best memories are made when you're present, not panicked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-box\"\u003e\n\u003ch2\u003eKeep Them Close. Let Them Explore.\u003c\/h2\u003e\n\u003cp\u003eGive yourself the gift of peace of mind on every outing.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eDYLZ Store™ — Dedicate Your Lifestyle.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43627696291929,"sku":null,"price":399.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/safelink-kids-anti-lost-wrist-strap.png?v=1783980225"},{"product_id":"dylz-store™-safelink-kids-anti-lost-wrist-strap-copy","title":"DYLZ Store™ | TinyPrints™ DIY Baby Hand \u0026 Footprint Ink Kit","description":"\u003cstyle\u003e:root{--gold:#b8860b;--gold-light:#d8b55a;--dark:#1c1f24;--text:#5b616b;--border:#e6e9ed;--shadow:0 18px 45px rgba(0,0,0,.08);}*{margin:0;padding:0;box-sizing:border-box;}.tinyprints-premium{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:linear-gradient(180deg,#ffffff,#f8f9fb);padding:40px 18px;color:var(--dark);line-height:1.75;}.tinyprints-container{max-width:1150px;margin:auto;}.tinyprints-hero{background:linear-gradient(135deg,#ffffff,#f5f7f9);border-radius:28px;padding:55px 40px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;position:relative;}.tinyprints-hero:before{content:'';position:absolute;top:-120px;right:-120px;width:320px;height:320px;background:radial-gradient(circle,var(--gold-light),transparent 70%);opacity:.12;}.tinyprints-badge{display:inline-block;padding:10px 22px;background:#fff8eb;border:1px solid rgba(184,134,11,.25);border-radius:100px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:22px;}.tinyprints-title{font-size:44px;font-weight:800;line-height:1.15;margin-bottom:18px;color:var(--dark);}.tinyprints-title span{color:var(--gold);}.tinyprints-sub{font-size:20px;font-weight:500;color:#3b4048;margin-bottom:28px;}.tinyprints-intro{font-size:18px;color:var(--text);margin-bottom:20px;}.quote{margin:35px 0;padding:28px;background:#fffdf8;border-left:5px solid var(--gold);font-style:italic;font-size:22px;font-weight:600;color:#2d3138;border-radius:14px;}.section-title{text-align:center;font-size:34px;margin:60px 0 35px;font-weight:800;color:var(--dark);}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}.card{background:#fff;padding:26px;border-radius:22px;box-shadow:var(--shadow);border:1px solid var(--border);transition:.35s;}.card:hover{transform:translateY(-8px);}.card h3{font-size:20px;margin-bottom:12px;color:var(--dark);}.card p{color:var(--text);font-size:16px;}.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-top:35px;}.check{background:white;padding:20px;border-radius:16px;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,.05);font-weight:600;font-size:16px;}.check span{color:var(--gold);font-size:20px;margin-right:10px;}.story{margin-top:60px;background:white;padding:45px;border-radius:25px;box-shadow:var(--shadow);border:1px solid var(--border);}.story h2{font-size:32px;margin-bottom:20px;}.story p{font-size:17px;color:var(--text);margin-bottom:18px;}.footer-box{margin-top:55px;padding:45px;background:linear-gradient(135deg,#1c1f24,#2b3138);color:white;border-radius:28px;text-align:center;}.footer-box h2{font-size:36px;margin-bottom:20px;}.footer-box p{font-size:18px;opacity:.9;max-width:760px;margin:auto;line-height:1.8;}.footer-box strong{color:#ffd878;}@media(max-width:768px){.tinyprints-title{font-size:34px;}.tinyprints-sub{font-size:18px;}.section-title{font-size:28px;}.quote{font-size:18px;}.tinyprints-hero{padding:35px 25px;}.story{padding:30px;}.footer-box{padding:35px 25px;}}\u003c\/style\u003e\u003cdiv class=\"tinyprints-premium\"\u003e\u003cdiv class=\"tinyprints-container\"\u003e\n\u003cdiv class=\"tinyprints-hero\"\u003e\n\u003cdiv class=\"tinyprints-badge\"\u003eCherished by Families Across South Africa\u003c\/div\u003e\n\u003ch1 class=\"tinyprints-title\"\u003eTinyPrints™ \u003cspan\u003eDIY Baby Hand \u0026amp; Footprint Ink Kit\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"tinyprints-sub\"\u003eCapture the Moment. Keep It Forever.\u003c\/div\u003e\n\u003cp class=\"tinyprints-intro\"\u003eThey grow up faster than you can imagine. One day those tiny fingers are curled around yours for the first time — and before you know it, they're running ahead of you. The \u003cstrong\u003eTinyPrints™ DIY Baby Hand \u0026amp; Footprint Ink Kit\u003c\/strong\u003e lets you freeze that fleeting moment in time, creating a beautiful keepsake you'll treasure for a lifetime.\u003c\/p\u003e\n\u003cp class=\"tinyprints-intro\"\u003eClean, safe, and mess-free — simply press your baby's hand or foot onto the ink pad, transfer to the card, and watch a priceless memory take shape in seconds. No experience needed. No mess. Just magic.\u003c\/p\u003e\n\u003cdiv class=\"quote\"\u003e\"The smallest hands leave the biggest impressions on your heart — and now, on paper too.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Parents Love TinyPrints™\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🖐 Mess-Free Ink Technology\u003c\/h3\u003e\n\u003cp\u003eOur specially formulated ink transfers cleanly onto the card without staining your baby's skin — safe, gentle, and completely mess-free for stress-free printing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🌿 Baby-Safe \u0026amp; Non-Toxic\u003c\/h3\u003e\n\u003cp\u003eEvery ingredient is rigorously tested and certified non-toxic. Completely safe for newborns, infants, and toddlers — even the most sensitive skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e✨ Crystal-Clear Impressions\u003c\/h3\u003e\n\u003cp\u003eThe high-definition ink pad captures every tiny line, crease, and detail of your baby's hand and foot — producing a sharp, gallery-quality print every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🎁 Perfect Gift for Any Occasion\u003c\/h3\u003e\n\u003cp\u003eBaby shower, first birthday, Christmas, or just because — TinyPrints™ is the gift that keeps giving. Beautifully packaged and ready to present.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📦 Compact \u0026amp; Travel-Ready\u003c\/h3\u003e\n\u003cp\u003eThe slim ink pad (5.71cm × 8.89cm) fits easily in a nappy bag or handbag — capture the moment wherever you are, whenever inspiration strikes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🖼 Frame-Ready Cards Included\u003c\/h3\u003e\n\u003cp\u003ePremium white keepsake cards (7.15cm × 14.67cm) are included and sized to fit standard frames — display your baby's prints as wall art from day one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"checklist\"\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eMess-Free, Skin-Safe Ink Formula\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eNon-Toxic \u0026amp; Newborn Safe\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eCrystal-Clear High-Definition Prints\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003ePremium Frame-Ready Keepsake Cards Included\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eCompact Ink Pad — Fits in Any Bag\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eAvailable in Black, Blue \u0026amp; Red\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story\"\u003e\n\u003ch2\u003eMore Than a Keepsake. A Legacy.\u003c\/h2\u003e\n\u003cp\u003eThere's something extraordinary about holding a piece of paper that carries the exact shape of your child's hand on the day they came into the world. TinyPrints™ was designed for exactly that moment — and every milestone that follows.\u003c\/p\u003e\n\u003cp\u003eWhether it's a newborn's first print, a toddler's handprint for Grandma, or a sibling set framed side by side — TinyPrints™ turns ordinary moments into extraordinary memories that last generations.\u003c\/p\u003e\n\u003cp\u003eDesigned for real South African family life — simple enough for a tired new parent at 2am, beautiful enough to hang on any wall.\u003c\/p\u003e\n\u003cp\u003eBecause the moments that matter most deserve to be remembered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-box\"\u003e\n\u003ch2\u003eTiny Hands. Timeless Memories.\u003c\/h2\u003e\n\u003cp\u003eGive the gift of a moment that lasts forever.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eDYLZ Store™ — Dedicate Your Lifestyle.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Default Title","offer_id":43628830654553,"sku":null,"price":329.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/framed-display.png?v=1784025992"},{"product_id":"dylz-store™-tinyprints™-diy-baby-hand-footprint-ink-kit-copy","title":"DYLZ Store™ | NappyGo™ Portable Baby Diaper Wet Bag","description":"\u003cstyle\u003e:root{--gold:#b8860b;--gold-light:#d8b55a;--dark:#1c1f24;--text:#5b616b;--border:#e6e9ed;--shadow:0 18px 45px rgba(0,0,0,.08);}*{margin:0;padding:0;box-sizing:border-box;}.nappygo-premium{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:linear-gradient(180deg,#ffffff,#f8f9fb);padding:40px 18px;color:var(--dark);line-height:1.75;}.nappygo-container{max-width:1150px;margin:auto;}.nappygo-hero{background:linear-gradient(135deg,#ffffff,#f5f7f9);border-radius:28px;padding:55px 40px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;position:relative;}.nappygo-hero:before{content:'';position:absolute;top:-120px;right:-120px;width:320px;height:320px;background:radial-gradient(circle,var(--gold-light),transparent 70%);opacity:.12;}.nappygo-badge{display:inline-block;padding:10px 22px;background:#fff8eb;border:1px solid rgba(184,134,11,.25);border-radius:100px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:22px;}.nappygo-title{font-size:44px;font-weight:800;line-height:1.15;margin-bottom:18px;color:var(--dark);}.nappygo-title span{color:var(--gold);}.nappygo-sub{font-size:20px;font-weight:500;color:#3b4048;margin-bottom:28px;}.nappygo-intro{font-size:18px;color:var(--text);margin-bottom:20px;}.quote{margin:35px 0;padding:28px;background:#fffdf8;border-left:5px solid var(--gold);font-style:italic;font-size:22px;font-weight:600;color:#2d3138;border-radius:14px;}.section-title{text-align:center;font-size:34px;margin:60px 0 35px;font-weight:800;color:var(--dark);}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}.card{background:#fff;padding:26px;border-radius:22px;box-shadow:var(--shadow);border:1px solid var(--border);transition:.35s;}.card:hover{transform:translateY(-8px);}.card h3{font-size:20px;margin-bottom:12px;color:var(--dark);}.card p{color:var(--text);font-size:16px;}.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-top:35px;}.check{background:white;padding:20px;border-radius:16px;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,.05);font-weight:600;font-size:16px;}.check span{color:var(--gold);font-size:20px;margin-right:10px;}.story{margin-top:60px;background:white;padding:45px;border-radius:25px;box-shadow:var(--shadow);border:1px solid var(--border);}.story h2{font-size:32px;margin-bottom:20px;}.story p{font-size:17px;color:var(--text);margin-bottom:18px;}.footer-box{margin-top:55px;padding:45px;background:linear-gradient(135deg,#1c1f24,#2b3138);color:white;border-radius:28px;text-align:center;}.footer-box h2{font-size:36px;margin-bottom:20px;}.footer-box p{font-size:18px;opacity:.9;max-width:760px;margin:auto;line-height:1.8;}.footer-box strong{color:#ffd878;}@media(max-width:768px){.nappygo-title{font-size:34px;}.nappygo-sub{font-size:18px;}.section-title{font-size:28px;}.quote{font-size:18px;}.nappygo-hero{padding:35px 25px;}.story{padding:30px;}.footer-box{padding:35px 25px;}}\u003c\/style\u003e\u003cdiv class=\"nappygo-premium\"\u003e\u003cdiv class=\"nappygo-container\"\u003e\n\u003cdiv class=\"nappygo-hero\"\u003e\n\u003cdiv class=\"nappygo-badge\"\u003eLoved by Parents Across South Africa\u003c\/div\u003e\n\u003ch1 class=\"nappygo-title\"\u003eNappyGo™ \u003cspan\u003ePortable Baby Diaper Wet Bag\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"nappygo-sub\"\u003eClean. Contained. Ready for Anything.\u003c\/div\u003e\n\u003cp class=\"nappygo-intro\"\u003eEvery outing with a baby comes with one guarantee — you'll need a nappy change at the most inconvenient moment. The \u003cstrong\u003eNappyGo™ Portable Baby Diaper Wet Bag\u003c\/strong\u003e is the organised parent's secret weapon: compact enough to slip into any nappy bag, yet spacious enough to hold up to 3 full nappies with ease.\u003c\/p\u003e\n\u003cp class=\"nappygo-intro\"\u003eWhether you're at the mall, visiting family, or navigating a long car trip — NappyGo™ keeps everything neatly contained, odour-managed, and completely separate from the rest of your bag. No more loose nappies rattling around. No more surprises.\u003c\/p\u003e\n\u003cdiv class=\"quote\"\u003e\"Because a prepared parent is a confident parent — and confidence looks good on everyone.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Parents Love NappyGo™\u003c\/h2\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e👶 Fits Up to 3 Full Nappies\u003c\/h3\u003e\n\u003cp\u003eThe generously sized interior comfortably holds up to 3 full-sized nappies — disposable or cloth — so you're always stocked for whatever the day throws at you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🔒 Secure Snap-Button Flap\u003c\/h3\u003e\n\u003cp\u003eThe signature rounded snap-button flap seals shut with a satisfying click, keeping contents secure and odours locked in — even when your bag gets tossed around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e💧 Waterproof Inner Lining\u003c\/h3\u003e\n\u003cp\u003eThe waterproof interior lining means wet or soiled nappies stay completely contained — no leaks, no moisture transfer, no mess reaching the rest of your bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e👜 Wrist Strap for Hands-Free Carry\u003c\/h3\u003e\n\u003cp\u003eThe built-in fabric wrist strap lets you carry NappyGo™ independently — perfect for quick nappy runs without lugging your entire bag along.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e✨ Beautiful Patterns for Every Style\u003c\/h3\u003e\n\u003cp\u003eAvailable in a range of stunning designs — from playful forest animals to elegant florals — NappyGo™ is the rare baby essential that's actually a pleasure to carry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📐 Perfectly Sized for Any Bag\u003c\/h3\u003e\n\u003cp\u003eAt just 27.5cm × 11cm × 7.5cm, NappyGo™ slides effortlessly into any nappy bag, handbag, or backpack — always there when you need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"checklist\"\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eHolds Up to 3 Full Nappies — Disposable or Cloth\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eWaterproof Inner Lining — Zero Leaks\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eSecure Snap-Button Flap Closure\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eBuilt-In Wrist Strap for Easy Carry\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eCompact Size: 27.5cm × 11cm × 7.5cm\u003c\/div\u003e\n\u003cdiv class=\"check\"\u003e\n\u003cspan\u003e✔\u003c\/span\u003eMultiple Stunning Patterns Available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story\"\u003e\n\u003ch2\u003eThe Bag That Goes Everywhere You Do.\u003c\/h2\u003e\n\u003cp\u003ePicture this: you're at Sandton City, your little one needs a change, and you reach into your bag — everything is exactly where it should be. Nappies contained. Wipes accessible. No chaos. That's the NappyGo™ difference.\u003c\/p\u003e\n\u003cp\u003eDesigned for the real demands of South African family life — from long drives to the coast, to quick mall runs, to family braais where the nappy bag gets passed around — NappyGo™ is built to handle it all without missing a beat.\u003c\/p\u003e\n\u003cp\u003ePractical enough for everyday use. Beautiful enough to carry with pride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-box\"\u003e\n\u003ch2\u003eEvery Outing. Every Nappy. Every Time.\u003c\/h2\u003e\n\u003cp\u003eGive yourself the gift of organised, stress-free outings with your little one.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eDYLZ Store™ — Dedicate Your Lifestyle.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"DYLZ","offers":[{"title":"Forest","offer_id":43629194772569,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Kitten Blue","offer_id":43629194805337,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Animal","offer_id":43629194838105,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Ice","offer_id":43629194870873,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink Tree","offer_id":43629194903641,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Purple Hill","offer_id":43629194936409,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Yellow Lemon","offer_id":43629194969177,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Grey Tower","offer_id":43629195001945,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/files\/ChatGPT_Image_Jul_14_2026_03_25_42_PM.png?v=1784035562"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/8508\/8857\/collections\/Website_Logo_59b5d2b3-f876-4bb0-aed1-53f0d0c26bcc.png?v=1782765137","url":"https:\/\/www.dylzstore.co.za\/collections\/frontpage.oembed","provider":"DYLZ ","version":"1.0","type":"link"}