{"product_id":"fully-automatic-water-blaster-rjc","title":"Pistolet à eau entièrement automatique","description":"\u003c!--\n[AI Design Logic]\nProduct Type: High-Performance Toy \/ Electric Water Blaster\nTarget Audience: Kids, Teenagers, and Outdoor Enthusiasts (and parents buying for them)\nVisual Style: Tactical, Energetic, Tech-forward, Action-oriented\nColor Strategy: Tactical Orange (--primary) mixed with Carbon Grey and Crisp White for high contrast and high energy\nShape Strategy: Radius 8px-12px (Industrial but safe, crisp edges but not aggressive)\nTypography Strategy: Large Type \/ Mobile-first readable. High-impact sans-serif headers.\nMobile Table Strategy: Card-based (No horizontal scroll), stacked layout with data-labels.\nImage Mapping: Hero=image_1, AutoFire=image_2, LongRange=image_3, Tactical=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #FF5722;\n      --primary-dark: #E64A19;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #ffffff;\n      --bg-card: #F9FAFB;\n      --bg-accent: #F3F4F6;\n      --border-color: #E5E7EB;\n      \n      \/* Radius \u0026 Shadow *\/\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);\n      \n      \/* Typography (Large Scale) *\/\n      --font-h1: clamp(32px, 5vw, 44px);\n      --font-h2: clamp(28px, 4vw, 36px);\n      --font-h3: clamp(22px, 3vw, 28px);\n      --font-body: clamp(18px, 2vw, 20px);\n      --font-small: 16px;\n      \n      \/* Spacing *\/\n      --spacing-section: clamp(3rem, 8vw, 6rem);\n      --spacing-gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Base Reset \u0026 Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 clamp(1rem, 5vw, 2rem);\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    h1, h2, h3 {\n      font-weight: 800;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    p {\n      font-size: var(--font-body);\n      color: var(--text-sub);\n      line-height: 1.7;\n    }\n\n    \/* Visual Badges (Non-interactive) *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #fff;\n      font-size: var(--font-small);\n      font-weight: 700;\n      padding: 6px 16px;\n      border-radius: 50px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Placeholders (Strict rules applied) *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 4 \/ 3;\n      background: var(--bg-accent);\n      border: 2px dashed #D1D5DB;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: var(--text-sub);\n      font-weight: bold;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: 2rem;\n    }\n\n    .hero-section h1 {\n      font-size: var(--font-h1);\n      margin-bottom: 1.5rem;\n      letter-spacing: -0.02em;\n    }\n\n    .hero-section h2 {\n      font-size: var(--font-h3);\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 2rem;\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      font-size: var(--font-small);\n      color: var(--text-main);\n      font-weight: 600;\n      background: var(--bg-card);\n      padding: 12px 24px;\n      border-radius: var(--radius-md);\n      margin-bottom: 3rem;\n    }\n\n    .stars {\n      color: #F59E0B;\n      font-size: 20px;\n      letter-spacing: 2px;\n    }\n\n    .hero-media {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Z-Pattern Layout *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-gap);\n      align-items: center;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-copy h3 {\n      font-size: var(--font-h2);\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-copy p {\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      font-size: var(--font-h2);\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .specs-table-wrapper {\n      width: 100%;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 18px 24px;\n      font-size: var(--font-body);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-accent);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-section h2 {\n      font-size: var(--font-h2);\n      margin-bottom: 2.5rem;\n      text-align: center;\n    }\n\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-card {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n    }\n\n    .faq-card h3 {\n      font-size: var(--font-h3);\n      margin-bottom: 1rem;\n    }\n\n    \/* =========================================\n       Desktop Enhancements (min-width: 768px)\n       ========================================= *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      \n      .feature-media, \n      .feature-copy {\n        flex: 1;\n      }\n\n      .feature-copy {\n        padding: 0 5%;\n      }\n    }\n\n    \/* =========================================\n       Mobile Overrides (max-width: 767px)\n       ========================================= *\/\n    @media (max-width: 767px) {\n      \/* Force Spec Table to Cards *\/\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;\n      }\n\n      .specs-table tr {\n        background: #fff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        padding: 1rem;\n      }\n\n      .specs-table td {\n        border-bottom: none;\n        padding: 12px 0;\n        display: flex;\n        flex-direction: column;\n        gap: 4px;\n      }\n\n      .specs-table td:not(:last-child) {\n        border-bottom: 1px solid var(--bg-accent);\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        font-size: var(--font-small);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e\n\u003cstrong\u003e\u003c\/strong\u003eDominez l’extérieur\u003c\/div\u003e\n\n\u003ch1\u003eLe blaster d’eau entièrement automatique ultime\u003c\/h1\u003e\n\n\u003ch2\u003eDécouvrez une puissance d’arrosage continue à grande vitesse sans aucun pompage manuel.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eAdopté par plus de 10 000 guerriers du jardin\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/449ed0c17e9809bffb64827641fc2e75.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/1971437154d8c186defb41d4023665fe.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-copy\"\u003e\n\u003ch3\u003eTir continu imparable\u003c\/h3\u003e\n\n\u003cp\u003ePassez au niveau supérieur dans vos batailles d’eau avec notre système de tir électrique entièrement automatique. Aucun pompage manuel n’est nécessaire.\u003c\/p\u003e\n\n\u003cp\u003eIl suffit de tirer la gâchette pour libérer un jet d’eau continu et rapide qui maintient vos adversaires en fuite. Restez dans l’action plus longtemps et dominez le jeu avec une puissance d’arrosage ininterrompue et sans effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/5eb3ee9f760e1cef447ab8878615f068.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-copy\"\u003e\n\u003ch3\u003eTir de précision longue portée\u003c\/h3\u003e\n\n\u003cp\u003eConçu pour des performances optimales, ce blaster délivre des jets d’eau puissants et concentrés qui atteignent des distances impressionnantes de 8 à 10 mètres.\u003c\/p\u003e\n\n\u003cp\u003eGardez vos distances tout en maintenant une précision extrême. Vous pouvez rester complètement au sec tout en empêchant vos cibles de se cacher, vous offrant ainsi un avantage tactique ultime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/87ee14287f270208d7ec098f62088b15.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-copy\"\u003e\n\u003ch3\u003eDesign tactique \u0026amp; extensibilité\u003c\/h3\u003e\n\n\u003cp\u003eAyez l’allure d’un pro et jouez comme un champion. Conçu avec une esthétique tactique élégante, il dispose d’une crosse pliable pour les espaces restreints et d’une poignée ergonomique pour un confort optimal toute la journée.\u003c\/p\u003e\n\n\u003cp\u003ePersonnalisez votre équipement avec des accessoires de visée optionnels pour perfectionner votre précision. Il est robuste pour un jeu immersif en extérieur, facile à transporter et très agréable à tenir en main.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétail des spécifications\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=\"Feature\"\u003eMode de tir\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Detail\"\u003eMoteur électrique entièrement automatique\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAutonomie maximale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Detail\"\u003e10 mètres (32,8 pieds)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLongueur totale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Detail\"\u003e55,0 cm (21,7 po)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePoids (vide)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Detail\"\u003e850,0 g (30,0 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eConstruction matérielle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Detail\"\u003ePlastique ABS haute résistance\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eFaut-il pomper manuellement pour tirer ?\u003c\/h3\u003e\n\n\u003cp\u003ePas du tout ! Ce blaster est équipé d’un moteur électrique entièrement automatique. Il suffit de charger la batterie, remplir le réservoir, et tirer la gâchette pour des jets d’eau rapides et continus.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eLe compartiment à piles est-il étanche ?\u003c\/h3\u003e\n\n\u003cp\u003eOui, le compartiment à piles est conçu avec un joint étanche et sécurisé pour éviter les dommages lors de fortes éclaboussures et des batailles d’eau classiques. Cependant, nous ne recommandons pas de plonger entièrement le blaster sous l’eau.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eÀ quel groupe d’âge cela convient-il ?\u003c\/h3\u003e\n\n\u003cp\u003eGrâce à son design léger et sa gâchette facile à actionner, il est parfait pour les enfants à partir de 8 ans, ainsi que pour les adolescents et les adultes à la recherche d’un véritable plaisir estival en plein air.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"ARP9 \/ 🔵 Bleu Néon","offer_id":47741443965140,"sku":"0331-16553478","price":51.95,"currency_code":"USD","in_stock":true},{"title":"Vecteur \/ 🔵 Bleu Néon","offer_id":47741443997908,"sku":"0331-16555368","price":51.95,"currency_code":"USD","in_stock":true},{"title":"ARP9 \/ 🟤 Jaune Sable","offer_id":47741444030676,"sku":"0331-16557247","price":51.95,"currency_code":"USD","in_stock":true},{"title":"Vecteur \/ 🟤 Jaune Sable","offer_id":47741444063444,"sku":"0331-16556936","price":51.95,"currency_code":"USD","in_stock":true},{"title":"ARP9 \/ ⚫ Noir Tactique","offer_id":47741444096212,"sku":"0331-16554697","price":51.95,"currency_code":"USD","in_stock":true},{"title":"Vecteur \/ ⚫ Noir Tactique","offer_id":47741444128980,"sku":"0331-16551001","price":51.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/449ed0c17e9809bffb64827641fc2e75.jpg?v=1774948779","url":"https:\/\/omurio.com\/fr\/products\/fully-automatic-water-blaster-rjc","provider":"Omurio","version":"1.0","type":"link"}