{"product_id":"breathable-mesh-baby-walking-harness-rjc","title":"Ademend mesh baby looptuigje","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Baby Walking Harness (Baby Care \/ Parenting Gear)\nTarget Audience: Parents of toddlers (approx. 7-24 months) looking for safety, comfort for baby, and relief for their own back pain.\nVisual Style: Soft, trustworthy, friendly, and breathable.\nColor Strategy: \n  - Primary: Soft Teal\/Mint (--primary: #2eb49e) conveys safety, calmness, and freshness (breathable).\n  - Background: Off-white warm tone (--bg-body: #fbf9f6) to avoid harsh contrasts and feel like soft cotton.\nShape Strategy: Radius 24px (Highly rounded, representing softness and child-safety).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32-44px, Body 18-20px) to accommodate parents browsing on mobile with one hand.\nMobile Table Strategy: Card-based (No horizontal scroll) with auto-converted metric\/imperial units.\nImage Mapping: \n  - Hero = image_1\n  - Breathable Mesh = image_2\n  - 4-in-1 Design = image_3\n  - Back Pain Relief = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System (CSS Variables) *\/\n      --primary: #2eb49e;\n      --primary-hover: #24917f;\n      --accent: #ff9f43;\n      --text-main: #2c3e50;\n      --text-sub: #5a6c7d;\n      --bg-body: #fbf9f6;\n      --bg-card: #ffffff;\n      --bg-alt: #e6f6f4;\n      --border-color: #e2e8f0;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      \n      \/* Base Typography \u0026 Spacing *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5%, 4rem) 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Large Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Rules: Prevent Distortion *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .placeholder-image {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: #edf2f7;\n      border: 3px dashed #cbd5e0;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: #718096;\n      font-weight: bold;\n    }\n\n    \/* Non-interactive Badge *\/\n    .visual-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-alt);\n      color: var(--primary);\n      padding: 0.75rem 1.5rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      margin-bottom: 2rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 3rem auto;\n    }\n\n    .hero-media {\n      width: 100%;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* Z-Pattern Feature Blocks (Mobile Ordering Lock strictly applied) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strict stacking *\/\n      gap: 2.5rem;\n      margin-bottom: var(--spacing-section);\n      align-items: center;\n    }\n\n    .feature-item .feature-media {\n      order: 1; \/* Media always on top on mobile *\/\n      width: 100%;\n    }\n\n    .feature-item .feature-copy {\n      order: 2; \/* Text always below media on mobile *\/\n      width: 100%;\n    }\n\n    .feature-icon-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .feature-icon-list li {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n    }\n\n    .feature-icon-list li::before {\n      content: '✔';\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 1.2em;\n      line-height: 1.2;\n    }\n\n    \/* Desktop Enhancement: Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern side-by-side *\/\n        gap: 5%;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-item .feature-media,\n      .feature-item .feature-copy {\n        width: 47.5%;\n      }\n      .feature-item .feature-copy {\n        order: 1; \/* Reset order for desktop flex layout *\/\n      }\n      .feature-item .feature-media {\n        order: 2;\n      }\n      .feature-item.reverse .feature-copy {\n        order: 2;\n      }\n      .feature-item.reverse .feature-media {\n        order: 1;\n      }\n    }\n\n    \/* Specifications Table (Strict Mobile Card Pattern) *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-alt);\n      color: var(--text-main);\n      font-weight: 700;\n      border-bottom: 2px solid var(--primary);\n    }\n\n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Card-based Mobile Table - NO Horizontal Scroll *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide traditional headers *\/\n      }\n      \n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n        background-color: var(--bg-body);\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label); \/* Inject header as label *\/\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 0.5rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    .faq-card {\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-card h3 {\n      font-size: 20px;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .faq-card p {\n      margin: 0;\n      font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eOntwerp aanbevolen door kinderartsen\u003c\/div\u003e\n\n\u003ch1\u003eEerste stapjes veilig, stabiel en zonder rugpijn\u003c\/h1\u003e\n\n\u003cp\u003eZie je kleintje vol vertrouwen zijn eerste stapjes zetten. Ons premium ademende harnas biedt de perfecte balans en ondersteuning, terwijl het jou bespaart van constant bukken en rugpijn.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328110256\/8f75505fa49deabc8207d98cab37d99c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328110256\/5b5abbf6909cd028df0a8a31c7cfcce5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAdemend 3D-mesh voor comfort het hele jaar door\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van premium 100% katoen en een geavanceerde 3D-mesh voering, is dit harnas ontworpen voor ultiem comfort. Warmteafvoer en zweetabsorberende eigenschappen zorgen ervoor dat je baby koel en gelukkig blijft, zelfs tijdens warme zomerse wandelingen.\u003c\/p\u003e\n\n\u003cul class=\"feature-icon-list\"\u003e\n\t\u003cli\u003eUltrazachte randen voorkomen huidirritatie\u003c\/li\u003e\n\t\u003cli\u003eSuperieure luchtcirculatie om oververhitting te voorkomen\u003c\/li\u003e\n\t\u003cli\u003eDuurzame nylon riemen en professionele karabijnhaken voor absolute veiligheid\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Functionality (4-in-1 Design) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328110256\/311b01171d985557e6ba997c0e48d0f6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGroeit mee met de loopreis van je baby\u003c\/h2\u003e\n\n\u003cp\u003eOns innovatieve 4-in-1 afneembare kruisontwerp past zich aan aan de leerfase van je kind. Gebruik de hefmodus voor vroege balans en schakel eenvoudig over naar de trekmodus zodra ze zelfverzekerder worden.\u003c\/p\u003e\n\n\u003cul class=\"feature-icon-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFase 1:\u003c\/strong\u003e Volledige kruissteun voor sta-oefeningen\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFase 2:\u003c\/strong\u003e Verwijder de kruisband voor oefening met vrij lopen\u003c\/li\u003e\n\t\u003cli\u003eMeerdere stresspunten verminderen de trekkracht onder de oksel\u003c\/li\u003e\n\t\u003cli\u003eVoorkomt worstelen en pijnlijke valpartijen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Parent Benefit (Back Relief) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260328110256\/450f35e69dbeeba041d662a780b6af71.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZeg vaarwel tegen rugpijn bij ouders\u003c\/h2\u003e\n\n\u003cp\u003eJe baby leren lopen hoeft niet ten koste te gaan van je houding. De sterk verstelbare borst- en schouderbanden en het ergonomische handvat zorgen ervoor dat je rechtop en comfortabel kunt lopen.\u003c\/p\u003e\n\n\u003cul class=\"feature-icon-list\"\u003e\n\t\u003cli\u003eVolledig verstelbare klittenbandsluitingen voor een perfecte pasvorm\u003c\/li\u003e\n\t\u003cli\u003eGemakkelijk binnen enkele seconden aan en uit te doen\u003c\/li\u003e\n\t\u003cli\u003eLichtgewicht en zeer draagbaar voor ouders onderweg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor veiligheid, gemaakt voor comfort. Hier zijn de precieze afmetingen om een perfecte pasvorm voor je kleine ontdekkingsreiziger te garanderen.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eImperiaal (VS)\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetrisch (globaal)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGeschikt gewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial (US)\"\u003e11.0 - 44.0 lbs\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Global)\"\u003e5.0 - 20.0 kg\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVerstelbare borstomtrek\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial (US)\"\u003e45 - 75 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Global)\"\u003e45.0 - 74.9 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterialen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial (US)\"\u003e100% katoen \u0026 3D-mesh\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Global)\"\u003e100% katoen \u0026 3D-mesh\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSeizoensgebondenheid\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial (US)\"\u003eVoor alle seizoenen (geoptimaliseerd voor de zomer)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Global)\"\u003eVoor alle seizoenen (geoptimaliseerd voor de zomer)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs dit harnas geschikt voor een zeer actieve baby?\u003c\/h3\u003e\n\n\u003cp\u003eAbsoluut niet. Het harnas is voorzien van professionele karabijnhaken, sterke nylon riemen en een veilig klittenbandsysteem. Het verdeelt het gewicht gelijkmatig, wat veiligheid en balans garandeert, zelfs voor de meest energieke peuters.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWordt het te warm om te gebruiken in de zomer?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet. De binnenvoering en buitenkant gebruiken een geavanceerd ademend 3D-mesh. Dit ontwerp voert warmte af en absorbeert zweet, waardoor het uitzonderlijk licht en koel is voor de zomermaanden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHoe weet ik of het mijn baby past?\u003c\/h3\u003e\n\n\u003cp\u003eHet harnas is volledig verstelbaar. Zolang je baby tussen de 5-20 kg weegt en een borstomtrek heeft tussen 45-75 cm, kun je de riemen en gespen eenvoudig aanpassen voor een stevige, veilige pasvorm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Grijze Puppy","offer_id":48044521128148,"sku":"0328-18474851","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Zwarte Pinguïn","offer_id":48044521160916,"sku":"0328-18474065","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Roze Kuiken","offer_id":48044521193684,"sku":"0328-18471353","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Groen","offer_id":48044521226452,"sku":"0328-18477253","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Roze","offer_id":48044521259220,"sku":"0328-18472691","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Grijs","offer_id":48044521291988,"sku":"0328-18479359","price":23.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/8f75505fa49deabc8207d98cab37d99c.jpg?v=1780487179","url":"https:\/\/omurio.com\/nl\/products\/breathable-mesh-baby-walking-harness-rjc","provider":"Omurio","version":"1.0","type":"link"}