{"product_id":"high-pressure-deep-cleaning-hose","title":"Tuyau de nettoyage haute pression Stornfield","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Pressure Water Hose (Outdoor\/Home Utility)\nTarget Audience: Homeowners, Car Enthusiasts, Gardeners who need reliable \u0026 practical tools\nVisual Style: Clean, Utility-Modern, Durable\nColor Strategy: \n  - Primary: Deep Water Blue (Reliability \u0026 Water context)\n  - Background: Pure White \u0026 Soft Blue\/Gray (Fresh, outdoor feel)\nShape Strategy: Radius 12px (Balanced industrial durability with consumer-friendly touch)\nTypography Strategy: Large Type \/ Mobile-first readable (Bold, Sans-serif)\nMobile Table Strategy: Card-based (No horizontal scroll strictly enforced)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 0) Typography \u0026 Spacing System *\/\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    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.7;\n    \n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #0ea5e9;\n    --primary-hover: #0284c7;\n    --text-main: #0f172a;\n    --text-sub: #475569;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n    --border-color: #e2e8f0;\n    \n    color: var(--text-main);\n    background-color: var(--bg-body);\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography Sizes *\/\n  .pd-h1 {\n    font-size: clamp(34px, 4vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-main);\n  }\n  \n  .pd-h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .pd-small {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Spacing System *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Placeholder Styling (Strict rules) *\/\n  .pd-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: #f1f5f9;\n    border: 2px dashed #94a3b8;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #475569;\n    font-size: clamp(18px, 2vw, 22px);\n    font-weight: bold;\n    margin: 0;\n  }\n\n  \/* Actual Image Styling (Option A strictly applied) *\/\n  .pd-image-real {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* Non-interactive Badges *\/\n  .pd-badges-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    background-color: var(--bg-card);\n    color: var(--primary);\n    border: 1px solid var(--primary);\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-size: clamp(16px, 1.5vw, 18px);\n    font-weight: 600;\n    \/* Explicitly disabling interactions *\/\n    pointer-events: none; \n    user-select: none;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    padding-top: clamp(2rem, 4vw, 3rem);\n  }\n  \n  .pd-hero-copy {\n    max-width: 800px;\n    margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n  }\n\n  \/* Social Proof *\/\n  .pd-social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: var(--bg-card);\n    padding: 0.75rem 1.5rem;\n    border-radius: var(--radius-lg);\n    margin-bottom: 2rem;\n    font-weight: 600;\n  }\n\n  \/* Feature Mobile Ordering Lock \u0026 Z-Pattern *\/\n  .pd-features-container {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 6vw, 5rem);\n  }\n\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: Column strictly *\/\n    gap: clamp(2rem, 4vw, 3rem);\n  }\n\n  \/* Desktop Z-Pattern Enhancement *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* Specs Table - Card Based on Mobile *\/\n  .pd-specs-wrapper {\n    background: var(--bg-card);\n    padding: clamp(2rem, 4vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.5rem;\n  }\n\n  .pd-table th,\n  .pd-table td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  .pd-table th {\n    background-color: var(--primary);\n    color: #ffffff;\n    font-weight: 600;\n  }\n\n  \/* Desktop Table Stripes *\/\n  @media (min-width: 768px) {\n    .pd-table tbody tr:nth-child(even) {\n      background-color: #ffffff;\n    }\n    .pd-table tbody tr:nth-child(odd) {\n      background-color: rgba(255, 255, 255, 0.5);\n    }\n    .pd-table th:first-child {\n      border-top-left-radius: var(--radius-md);\n    }\n    .pd-table th:last-child {\n      border-top-right-radius: var(--radius-md);\n    }\n  }\n\n  \/* Mobile Table Lock (No horizontal scroll) *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .pd-table thead {\n      display: none; \/* Hide native header *\/\n    }\n\n    .pd-table tr {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1rem 0;\n      border-bottom: 1px dashed var(--border-color);\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 45%;\n      padding-right: 1rem;\n    }\n    \n    .pd-table td span {\n      width: 55%;\n      text-align: right;\n      color: var(--text-sub);\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-wrapper {\n    margin-top: clamp(3rem, 6vw, 5rem);\n  }\n\n  .pd-faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .pd-faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .pd-faq-question {\n    font-size: clamp(20px, 2vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan style=\"color: #fbbf24; font-size: 1.2rem;\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"pd-small\"\u003eTrusted by 10,000+ Homeowners \u0026amp; Gardeners\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eUnleash Powerful Cleaning \u0026amp; Effortless Watering\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\" style=\"font-size: clamp(20px, 2.5vw, 24px); color: var(--text-main);\"\u003eThe ultimate lightweight, high-pressure hose engineered for your car, patio, and everyday garden needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Media Placeholder --\u003e\n\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318181957\/b8f3e0b521e9493d4e312d01ef8b4ea9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-features-container\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318181957\/cdf2178d066df2b73edec129355c6533.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badges-wrapper\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eDeep Cleaning\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eHeavy Duty\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eHigh-Pressure Spray for Deep Cleaning\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eExperience exceptional water pressure that blasts away stubborn dirt, mud, and grime with zero effort.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eWhether you are washing your car after a muddy trip, power-washing the patio, or cleaning outdoor surfaces, this high-powered flow ensures spotless results in half the time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318181957\/e801440b83274f24514c72855959b185.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badges-wrapper\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUltra-Lightweight\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eKink-Free\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eLightweight \u0026amp; Flexible for Easy Handling\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to heavy, rigid hoses that are impossible to drag across the yard.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eOur ultra-light, flexible design makes it incredibly easy to carry, maneuver, and store. It smoothly navigates around corners and obstacles without tangling or kinking, saving you from frustration during everyday home use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318181957\/86a67ee7c065ec1fd7c42812ae7ca3fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badges-wrapper\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUniversal Fit\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eAll-in-One\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eMulti-Purpose Use for Home \u0026amp; Garden\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eWhy buy different tools when one hose does it all?\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003ePerfectly adapted for an array of tasks—from giving your car a professional-grade wash and gently watering delicate garden plants, to rinsing off muddy floors. It is the only outdoor utility hose you will ever need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-wrapper\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\" style=\"text-align: center;\"\u003eEngineered for durability and everyday convenience.\u003c\/p\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Standard Length\"\u003e\u003cspan\u003e15 m \/ 50 ft\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Usage\"\u003e\u003cspan\u003eExpands fully under water pressure\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Weight\"\u003e\u003cspan\u003e1.2 kg \/ 2.65 lb\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Design\"\u003e\u003cspan\u003eUltra-lightweight for easy carrying\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Operating Temperature\"\u003e\u003cspan\u003e5 °C to 45 °C \/ 41 °F to 113 °F\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Durability\"\u003e\u003cspan\u003eWeather-resistant core\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Max Water Pressure\"\u003e\u003cspan\u003e10 Bar \/ 145 PSI\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Performance\"\u003e\u003cspan\u003eSuitable for heavy-duty cleaning\u003c\/span\u003e\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=\"pd-section pd-faq-wrapper\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill this hose kink or tangle easily?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eNo. The hose features an advanced flexible woven exterior and a high-density latex core that prevents kinking, twisting, and tangling, ensuring a smooth and uninterrupted water flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDoes it fit standard outdoor faucets?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eYes! It is designed with standard connectors that seamlessly attach to almost all residential outdoor water faucets without the need for additional adapters.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it safe to leave outside during extreme weather?\u003c\/div\u003e\n\n\u003cp class=\"pd-p\"\u003eWhile the hose is built with weather-resistant materials designed to withstand normal outdoor conditions (41 °F to 113 °F), we highly recommend draining the water and storing it in a shaded, frost-free area during extreme winter freezes or intense heatwaves to maximize its lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stornfield","offers":[{"title":"5m (16.5ft) + Nozzle","offer_id":53622271115591,"sku":null,"price":26.99,"currency_code":"GBP","in_stock":true},{"title":"10m (33ft) + Nozzle","offer_id":53622271148359,"sku":null,"price":39.99,"currency_code":"GBP","in_stock":true},{"title":"15m (50ft) + Nozzle","offer_id":53622271181127,"sku":null,"price":48.99,"currency_code":"GBP","in_stock":true},{"title":"20m (66ft) + Nozzle","offer_id":53622271213895,"sku":null,"price":56.99,"currency_code":"GBP","in_stock":true},{"title":"30m (100ft) + Nozzle","offer_id":53622271246663,"sku":null,"price":76.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/2006\/3559\/files\/cdf2178d066df2b73edec129355c6533.jpg?v=1774941894","url":"https:\/\/stornfield.co.uk\/products\/high-pressure-deep-cleaning-hose","provider":"Stornfield","version":"1.0","type":"link"}