{"product_id":"cooling-outdoor-sun-shade-rjc","title":"Koelzonnescherm voor buiten","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF6B00; \/* 提取自缝线和阳光的橙色 *\/\n      --primary-hover: #E65A00;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F8F8F8;\n      --bg-card: #FFFFFF;\n      --border-color: #E5E5E5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --spacing-xs: 0.5rem;\n      --spacing-sm: 1rem;\n      --spacing-md: 1.5rem;\n      --spacing-lg: clamp(2rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: var(--spacing-sm);\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: var(--spacing-sm);\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: var(--spacing-xs);\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: var(--spacing-sm);\n    }\n    .product-detail-container .text-sm {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Components *\/\n    .section {\n      margin-bottom: var(--spacing-lg);\n    }\n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-md) var(--spacing-lg);\n      align-items: center;\n    }\n    @media (min-width: 768px) {\n      .grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .grid-2.reverse {\n        direction: rtl;\n      }\n      .grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Images *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .img-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      text-align: center;\n      min-height: 300px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 0.5em 1em;\n      border-radius: 2em;\n      margin-bottom: var(--spacing-sm);\n    }\n\n    \/* Feature Section *\/\n    .feature-media {\n      position: relative;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: var(--spacing-xs);\n      margin-top: var(--spacing-sm);\n    }\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 0.25em 0.75em;\n      border-radius: 1em;\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--spacing-sm);\n    }\n    .spec-table th, .spec-table td {\n      padding: var(--spacing-sm);\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      font-size: 16px;\n    }\n    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    .spec-table td {\n      color: var(--text-sub);\n    }\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: var(--spacing-sm); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: var(--spacing-xs); }\n      .spec-table th { display: none; }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: var(--spacing-xs) var(--spacing-sm);\n        border: none;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: var(--spacing-sm);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: var(--spacing-sm) 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: var(--spacing-xs);\n      color: var(--text-main);\n    }\n    .faq-answer {\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外遮阳网布\n  目标受众：房主、园艺师、露营者，寻求防晒降温解决方案的人群\n  视觉风格：功能性、户外、强调光影对比和凉爽感\n  配色策略：以产品黑色为主，辅以橙色强调（来自缝线和阳光意象），背景使用中性色\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (降温对比) -\u003e Feature 2 (透气性) -\u003e Feature 3 (耐用细节) -\u003e Feature 4 (多场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_4.png, Feature2=image_2.png, Feature3=image_5.png, Feature4=image_8.png\n  规格图映射：Specs=image_9.png, image_0.png\n  对比模块：已融入Feature 1，通过图片直观展示使用前后差异。\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cspan class=\"hero-badge\"\u003eKlaar voor Directe Verkoeling\u003c\/span\u003e\n\u003ch1\u003eVersla de Hitze met 90% UV-blokkering\u003c\/h1\u003e\n\n\u003cp\u003eVerander je hete terras, tuin of hondenhok in een koele, comfortabele plek. Onze zware zonwering biedt superieure zonbescherming terwijl de briesjes vrij kunnen doorwaaien.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727142155\/6df2d66f063a537fb1f742f84cd04a52.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Cooling Effect --\u003e\n\n\u003cdiv class=\"section grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAanzienlijke Temperatuurverlaging\u003c\/h2\u003e\n\n\u003cp\u003eLaat de felle zon je tijd buiten niet verpesten. Onze zonwering blokkeert effectief tot 90% van schadelijke UV-stralen, waardoor er een merkbaar koelere schaduwplek ontstaat. Perfect om mensen, huisdieren en gevoelige planten te beschermen tegen hitte.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727142221\/c60390b6680e02ddd6ce57566a461c24.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Breathability --\u003e\n\n\u003cdiv class=\"section grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAdemend Gaas, Geen Warmteval\u003c\/h2\u003e\n\n\u003cp\u003eIn tegenstelling tot solide doeken die warmte vasthouden, is onze gebreide HDPE-gaasstof ontworpen om te ademen. Het laat koele lucht vrij circuleren, voorkomt benauwde omstandigheden en zorgt ervoor dat je beschaduwde ruimte de hele dag luchtig en comfortabel blijft.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLuchtcirculatie\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDoorlatend Ontwerp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727142221\/33c133addb5585a96208ba35fcd8fdad.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability Details --\u003e\n\n\u003cdiv class=\"section grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRobuust Gebouwd voor Buiten Gebruik\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor duurzaamheid, deze zonwering bestaat uit hoogwaardig polyethyleen, verdikte versterkte randen met dubbele stiksels en duurzame aluminium ringen. De hoeken zijn speciaal geconstrueerd om spanning te weerstaan en rafelen te voorkomen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHDPE Materiaal\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVersterkte Randen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAluminium Ringen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727142221\/8468cb2c195110aa831cc493797c8856.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Versatility --\u003e\n\n\u003cdiv class=\"section grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVeelzijdige Zonweringoplossing\u003c\/h2\u003e\n\n\u003cp\u003eMet zijn grote formaat van 10x13 ft en gemakkelijke bevestigingspunten is deze zonweringdoek ongelooflijk veelzijdig. Gebruik het over terrassen, pergola's, tuinen, carports, hondenhokken, of neem het mee op kampeertochten om direct schaduw te creëren waar je het nodig hebt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727142221\/b2bd81492f88df0cda1c0e8a112ffce5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003ePolyethyleen met Hoge Dichtheid (HDPE)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e10 x 13 voet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eZwart\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Blockage Rate\"\u003eOngeveer 90%\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eVersterkte Randen, Aluminium Ringen, Doorlatend Gaas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"In the Box\"\u003e1x Zonweringdoek, 1x Touwpakket\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs deze zonwering waterdicht?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNee, het gebreide gaasontwerp is doorlatend, waardoor water en lucht kunnen passeren. Het is ontworpen voor zonwering en verkoeling, niet voor regenbescherming.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe installeer ik het?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDe doek is voorzien van aluminium ringen langs de randen. Je kunt het eenvoudig bevestigen aan bestaande structuren zoals palen, bomen of pergola's met het meegeleverde touw, kabelbinders of elastische koorden (niet alle bevestigingsmaterialen zijn inbegrepen).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik dit op een kleinere maat knippen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWe raden niet aan om de doek te knippen, omdat dit kan leiden tot het losraken van de gebreide stof en de versterkte randen kan beschadigen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"10ft × 13ft-Bruin","offer_id":46904024760493,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/ecc21e4f88290ad1ab7800d40fbe342e.jpg?v=1785139093","url":"https:\/\/newjoyloo.com\/nl\/products\/cooling-outdoor-sun-shade-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}