{"product_id":"cooling-outdoor-sun-shade-rjc","title":"Cooling Outdoor Sun Shade","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\"\u003eReady for Instant Cool\u003c\/span\u003e\n\u003ch1\u003eBeat the Heat with 90% UV Blockage\u003c\/h1\u003e\n\n\u003cp\u003eTransform your hot patio, garden, or kennel into a cool, comfortable retreat. Our heavy-duty shade cloth provides superior sun protection while letting breezes flow through.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727155610\/ecc21e4f88290ad1ab7800d40fbe342e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003eSignificant Temperature Reduction\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the harsh sun ruin your time outdoors. Our shade cloth effectively blocks up to 90% of harmful UV rays, creating a noticeably cooler shaded area underneath. It's perfect for protecting people, pets, and sensitive plants from heat stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727155610\/d8221464320cb61dc4b66adef4740681.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003eBreathable Mesh, No Heat Trap\u003c\/h2\u003e\n\n\u003cp\u003eUnlike solid tarps that trap heat, our knitted HDPE mesh fabric is designed to breathe. It allows cool air to circulate freely, preventing stifling conditions and ensuring your shaded space remains airy and comfortable all day long.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAir Circulation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePermeable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727155610\/30d0433424eaef8ed8eb15726ef909ac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003eBuilt Tough for Outdoor Use\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for longevity, this shade net features high-density polyethylene material, thickened reinforced edges with double stitching, and durable aluminum grommets. The corners are specially constructed to withstand tension and resist fraying.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHDPE Material\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReinforced Edges\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAluminum Grommets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003eVersatile Shade Solution\u003c\/h2\u003e\n\n\u003cp\u003eWith its large 10x13 ft size and easy setup points, this shade cloth is incredibly versatile. Use it over patios, pergolas, gardens, carports, dog kennels, or take it on camping trips to create instant shade wherever you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003eProduct Specifications\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\"\u003eHigh-Density Polyethylene (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 feet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eBrown\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Blockage Rate\"\u003eApprox. 90%\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eReinforced Edges, Aluminum Grommets, Permeable Mesh\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 Shade Cloth, 1x Rope Pack\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this shade cloth waterproof?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the knitted mesh design is permeable, allowing water and air to pass through. It is designed for sun shading and cooling, not for rain protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I install it?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe cloth comes with aluminum grommets along the edges. You can easily attach it to existing structures like poles, trees, or pergolas using the included rope, zip ties, or bungee cords (not all attachment hardware included).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I cut this to a smaller size?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWe do not recommend cutting the cloth, as it may cause the knitted fabric to unravel and compromise the reinforced edges.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"10ft × 13ft-Brown","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\/products\/cooling-outdoor-sun-shade-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}