{"product_id":"integrated-pump-baby-seat-rjc","title":"Integrated Pump Baby Seat","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Baby Inflatable Support Seat\nTarget Audience: Parents of infants (3m+), seeking safe, convenient, and comfortable seating solutions.\nVisual Style: Soft, reassuring, clean, and modern. Emphasizing safety and comfort.\nColor Strategy: Mint Green primary (#4db6ac) for a fresh, calming baby-friendly vibe, paired with high-contrast dark gray text and pure white\/light-mint backgrounds.\nShape Strategy: Radius 16px~24px to completely eliminate sharp edges, reflecting the soft nature of the product.\nTypography Strategy: Large Type \/ Mobile-first readable. H1 peaks at 44px, Body text heavily legible at 18-20px. Comfort line-height applied.\nMobile Table Strategy: Card-based (No horizontal scroll). Fully responsive layout.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* CSS System Definitions *\/\n    .product-detail-container {\n      --primary: #4db6ac;\n      --primary-hover: #26a69a;\n      --text-main: #2c3e50;\n      --text-sub: #546e7a;\n      --bg-body: #ffffff;\n      --bg-card: #f4fbf9;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 16px rgba(0,0,0,0.04);\n      --shadow-lg: 0 12px 32px rgba(44, 62, 80, 0.08);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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.7;\n      \/* Anti-spill \u0026 Anti-crop *\/\n      overflow: hidden; \n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 { \n      font-size: clamp(34px, 5vw, 44px); \n      line-height: 1.2; \n      margin-top: 0;\n      margin-bottom: 1.2rem; \n      color: var(--text-main); \n      font-weight: 800; \n      letter-spacing: -0.02em;\n    }\n    .product-detail-container h2 { \n      font-size: clamp(26px, 3.5vw, 32px); \n      line-height: 1.3; \n      margin-top: 0;\n      margin-bottom: 1rem; \n      color: var(--text-main); \n      font-weight: 700; \n    }\n    .product-detail-container h3 { \n      font-size: clamp(20px, 2.5vw, 24px); \n      line-height: 1.4; \n      margin-top: 0;\n      margin-bottom: 0.8rem; \n      color: var(--text-main); \n      font-weight: 600; \n    }\n    .product-detail-container p { \n      font-size: clamp(18px, 2vw, 20px); \n      margin-top: 0;\n      margin-bottom: 1.5rem; \n      color: var(--text-sub); \n    }\n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Layout Spacing *\/\n    .pd-section { \n      margin-bottom: clamp(4rem, 8vw, 6rem); \n    }\n\n    \/* Image Rules - Strict Anti-distortion *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: #f8f9fa;\n      border: 2px dashed #ced4da;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: clamp(18px, 2vw, 22px);\n      color: #6c757d;\n      font-weight: bold;\n    }\n\n    \/* Component: Hero Section *\/\n    .pd-hero { \n      text-align: center; \n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-hero-content { \n      max-width: 800px; \n      margin: 0 auto 3rem auto; \n    }\n    .pd-social-proof { \n      display: inline-block; \n      background: var(--bg-card); \n      padding: 0.8rem 1.5rem; \n      border-radius: 50px; \n      font-weight: 600; \n      color: var(--primary); \n      font-size: clamp(16px, 1.8vw, 18px); \n      margin-bottom: 2rem; \n    }\n    .pd-visual-badges { \n      display: flex; \n      flex-wrap: wrap; \n      justify-content: center; \n      gap: 1rem; \n      margin-top: 2rem; \n    }\n    .pd-badge { \n      background: var(--bg-body); \n      border: 2px solid var(--bg-card); \n      padding: 0.8rem 1.2rem; \n      border-radius: 12px; \n      font-weight: 600; \n      color: var(--text-sub); \n      font-size: 16px; \n      box-shadow: var(--shadow-sm); \n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Component: Feature Grid (Mobile Ordered Lock) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      align-items: center;\n    }\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media {\n        width: 55%;\n      }\n      .pd-feature-copy {\n        width: 45%;\n      }\n    }\n\n    \/* Component: Specifications Table (Mobile Card Lock) *\/\n    .pd-specs-section { \n      background: var(--bg-card); \n      padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); \n      border-radius: var(--radius-lg); \n    }\n    .pd-specs-title {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n    .pd-table { \n      width: 100%; \n      border-collapse: collapse; \n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-table th, .pd-table td { \n      padding: 1.5rem; \n      text-align: left; \n      border-bottom: 1px solid var(--border-color); \n      font-size: clamp(18px, 2vw, 20px); \n    }\n    .pd-table th { \n      font-weight: 600; \n      color: var(--text-main); \n      background-color: rgba(77, 182, 172, 0.05);\n      width: 35%;\n    }\n    .pd-table td { \n      color: var(--text-sub); \n    }\n    .pd-table tr:last-child th,\n    .pd-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table th { display: none; } \/* Hide headers on mobile *\/\n      .pd-table tr {\n        margin-bottom: 0;\n        border-bottom: 6px solid var(--bg-card);\n      }\n      .pd-table tr:last-child {\n        border-bottom: none;\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1.2rem 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.5rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* Component: FAQ Section *\/\n    .pd-faq-section {\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-faq-title { \n      text-align: center; \n      margin-bottom: clamp(3rem, 5vw, 4rem); \n    }\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-faq-item { \n      background: var(--bg-body); \n      padding: clamp(1.5rem, 3vw, 2.5rem); \n      border-radius: var(--radius-md); \n      box-shadow: var(--shadow-sm); \n      border: 1px solid var(--border-color); \n    }\n    .pd-faq-item h3 { \n      color: var(--primary); \n      margin-bottom: 1rem; \n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n    .pd-faq-item h3::before {\n      content: \"Q.\";\n      font-weight: 800;\n      color: var(--primary);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e👶 Loved by parents for daily feeding \u0026amp; play\u003c\/div\u003e\n\n\u003ch1\u003eCozy \u0026amp; Safe Bionic Support Seat for Your Little One\u003c\/h1\u003e\n\n\u003cp\u003eGive your baby the soft embrace they need. This perfectly contoured inflatable seat protects their developing spine while they learn to sit, play, and explore the world safely.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-visual-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌿 Skin-Friendly PVC\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e💧 100% Waterproof\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e⏱️ 3-Min Built-in Pump\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/3e1a8589ab60a427869a9377b3151fab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/b638b26fb226f305b2f0c18bea6d475b.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\u003ch2\u003eBionic Design for Spine Protection\u003c\/h2\u003e\n\n\u003cp\u003eMimicking the gentle wrap of a mother's arms, our bionic design provides a soothing embrace sensation. The large, curved high backrest offers robust support, safeguarding your baby's delicate spine as they achieve their sitting milestones.\u003c\/p\u003e\n\n\u003cp\u003eThickened back airbags deliver double collision protection, ensuring a comfortable and secure posture every 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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/31c3c0d828106a57a84968d38ef37900.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\u003ch2\u003ePremium, Effortless Clean Material\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from remarkably soft, high-quality PVC that is completely non-toxic and free of plastic odors. It is exceptionally gentle on your infant's sensitive skin.\u003c\/p\u003e\n\n\u003cp\u003eMessy feeding times? No problem. The completely waterproof surface allows you to wipe away spills and purees instantly with a damp cloth.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/188dfad3887dd92026d4a49a8a76f86e.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\u003ch2\u003eBuilt-in Pump for Ultimate Convenience\u003c\/h2\u003e\n\n\u003cp\u003eForget hunting for an air pump. Simply press the built-in pump up and down, and the chair inflates fully within 3 minutes. The advanced leak-proof valve ensures the seat stays firm throughout playtime.\u003c\/p\u003e\n\n\u003cp\u003eWhen it's time to pack up, pinch the valve to deflate quickly. It folds flat into a compact size, making it the perfect seating solution for vacations, camping, or trips to grandma's house.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/96e6377c9ffe4a175e23b94ff079a6cd.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\u003ch2\u003eOne Seat, Endless Possibilities\u003c\/h2\u003e\n\n\u003cp\u003eDesigned to adapt to your lifestyle. Use it as a secure feeding chair at home, a comfortable spot for storytime, or a fun floor seat for independent play.\u003c\/p\u003e\n\n\u003cp\u003eIts lightweight and portable nature makes it equally brilliant as an outdoor lounger at the beach or a safe resting spot during family picnics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-section\"\u003e\n\u003ch2 class=\"pd-specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eRecommended Age\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e3 months and up\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaximum Weight Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Maximum Weight Capacity\"\u003e30.4 kg \/ 67 lbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDimensions (W x D x H)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (W x D x H)\"\u003e49.8 cm x 50.8 cm x 38.1 cm\u003cbr\u003e\n\t\t\t(19.6 in x 20.0 in x 15.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eDurable, Non-toxic Skin-friendly PVC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInflation Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Inflation Method\"\u003eIntegrated push air pump (approx. 3 minutes setup)\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-section\"\u003e\n\u003ch2 class=\"pd-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs this seat suitable for a baby who is just learning to sit up?\u003c\/h3\u003e\n\n\u003cp\u003eYes, absolutely. The seat features a bionic, wrap-around design and a high curved backrest specifically engineered to support your baby's spine and prevent them from tipping over while they build their core strength.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow easy is it to clean if my baby spills food on it?\u003c\/h3\u003e\n\n\u003cp\u003eIt is incredibly easy to clean. Because it is made of high-quality waterproof PVC, food stains and spills cannot soak in. Simply wipe the surface with a damp cloth or a baby wipe, and it's ready for the next use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need to buy a separate air pump?\u003c\/h3\u003e\n\n\u003cp\u003eNo extra tools are required! The seat comes with a smart built-in pump. You just press the pumping column up and down to inflate it in minutes. It also deflates easily and folds compactly, making it excellent for travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Teddy Bear","offer_id":48044510314708,"sku":"0328-14225833","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Sweet Bear","offer_id":48044510347476,"sku":"0328-14223141","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Olive Fruit","offer_id":48044510380244,"sku":"0328-14221145","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Cute Strawberries","offer_id":48044510413012,"sku":"0328-14222120","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Little Yellow Duck","offer_id":48044510445780,"sku":"0328-14221666","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Pink Tulip","offer_id":48044510478548,"sku":"0328-14223319","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Little Tiger","offer_id":48044510511316,"sku":"0328-14225806","price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3e1a8589ab60a427869a9377b3151fab.jpg?v=1780487091","url":"https:\/\/omurio.com\/products\/integrated-pump-baby-seat-rjc","provider":"Omurio","version":"1.0","type":"link"}