{"product_id":"kids-3-in-1-wooden-outdoor-picnic-sand-water-table","title":"3-in-1 Kids Garden Table - Convertible Sand \u0026 Water Station ⛱️🌊","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800\u0026amp;family=Quicksand:wght@500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        :root {\n            --wood-brown: #8D6E63;\n            --leaf-green: #66BB6A;\n            --sun-yellow: #FFD54F;\n            --sky-blue: #81D4FA;\n            --walnut: #5D4037;\n            --cream: #FFF8E1;\n            --text-dark: #3E2723;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            background: linear-gradient(180deg, #F1F8E9 0%, #FFF8E1 50%, #E8F5E9 100%);\n            color: var(--text-dark);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n        \n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 20px;\n        }\n        \n        .container {\n            width: 100%;\n            padding: 0 20px;\n            margin: 0 auto;\n            max-width: 800px;\n        }\n        \n        \/* Hero - Natural Wood Theme *\/\n        .price-hero {\n            background: linear-gradient(135deg, #8D6E63 0%, #66BB6A 50%, #FFD54F 100%);\n            padding: 60px 0 80px;\n            position: relative;\n            overflow: hidden;\n            border-radius: 0 0 40px 40px;\n            margin-bottom: 30px;\n            box-shadow: 0 10px 30px rgba(141, 110, 99, 0.3);\n        }\n        \n        .price-hero::before {\n            content: '🌳';\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            font-size: 50px;\n            animation: sway 3s ease-in-out infinite;\n        }\n        \n        .price-hero::after {\n            content: '☀️';\n            position: absolute;\n            bottom: 60px;\n            left: 20px;\n            font-size: 50px;\n            animation: pulse 2s ease-in-out infinite;\n        }\n        \n        @keyframes sway {\n            0%, 100% { transform: rotate(-5deg); }\n            50% { transform: rotate(5deg); }\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); opacity: 0.8; }\n            50% { transform: scale(1.1); opacity: 1; }\n        }\n        \n        .price-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(255, 255, 255, 0.95);\n            color: #5D4037;\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            border: 3px solid #FFF;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .hero-content h1 {\n            font-size: 36px;\n            line-height: 1.2;\n            font-weight: 800;\n            margin-bottom: 16px;\n            color: #FFF;\n            text-shadow: 2px 2px 0px rgba(0,0,0,0.1);\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .hero-content h1 span {\n            color: #FFF;\n            background: linear-gradient(120deg, #5D4037 0%, #66BB6A 100%);\n            padding: 0 12px;\n            border-radius: 12px;\n            display: inline-block;\n            transform: rotate(-2deg);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n        \n        .hero-subtitle {\n            font-size: 17px;\n            color: rgba(255,255,255,0.95);\n            margin-bottom: 24px;\n            font-weight: 600;\n        }\n        \n        .hero-image {\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.2);\n            margin: 24px 0;\n            border: 5px solid #FFF;\n            transform: rotate(-1deg);\n            transition: transform 0.3s;\n            background: #FFF;\n        }\n        \n        .hero-image img {\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            display: block;\n        }\n        \n        .hero-image:hover {\n            transform: rotate(1deg) scale(1.02);\n        }\n        \n        .quick-stats {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n            margin-top: 24px;\n        }\n        \n        .stat-pill {\n            background: #FFF;\n            padding: 16px 8px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            border: 3px solid transparent;\n        }\n        \n        .stat-pill:nth-child(1) { border-color: #8D6E63; }\n        .stat-pill:nth-child(2) { border-color: #66BB6A; }\n        .stat-pill:nth-child(3) { border-color: #FFD54F; }\n        \n        .stat-pill .number {\n            font-size: 24px;\n            font-weight: 800;\n            color: #5D4037;\n            display: block;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .stat-pill .label {\n            font-size: 11px;\n            color: #666;\n            font-weight: 700;\n            text-transform: uppercase;\n        }\n        \n        \/* Sections *\/\n        .value-section, .features, .specs, .usage, .reviews, .faq {\n            padding: 40px 0;\n        }\n        \n        .section-header {\n            margin-bottom: 28px;\n            text-align: center;\n        }\n        \n        .section-title {\n            font-size: 28px;\n            font-weight: 800;\n            color: var(--text-dark);\n            margin-bottom: 8px;\n            font-family: 'Quicksand', sans-serif;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 10%;\n            width: 80%;\n            height: 8px;\n            background: linear-gradient(120deg, #8D6E63, #66BB6A);\n            border-radius: 10px;\n            opacity: 0.4;\n        }\n        \n        .section-subtitle {\n            color: #666;\n            font-size: 16px;\n            font-weight: 600;\n        }\n        \n        \/* Value Grid *\/\n        .value-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n        }\n        \n        @media (min-width: 768px) {\n            .value-grid { grid-template-columns: repeat(4, 1fr); }\n        }\n        \n        .value-card {\n            padding: 24px 16px;\n            border-radius: 24px;\n            text-align: center;\n            transition: all 0.3s;\n            border: 3px solid transparent;\n        }\n        \n        .value-card:nth-child(1) { background: #EFEBE9; border-color: #8D6E63; }\n        .value-card:nth-child(2) { background: #E8F5E9; border-color: #66BB6A; }\n        .value-card:nth-child(3) { background: #FFF9C4; border-color: #FFD54F; }\n        .value-card:nth-child(4) { background: #E3F2FD; border-color: #81D4FA; }\n        \n        .value-card:hover {\n            transform: translateY(-5px) rotate(2deg);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n        }\n        \n        .value-icon {\n            font-size: 40px;\n            margin-bottom: 12px;\n            display: block;\n        }\n        \n        .value-card h3 {\n            font-size: 16px;\n            font-weight: 800;\n            margin-bottom: 6px;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .value-card p {\n            font-size: 13px;\n            color: #666;\n            font-weight: 600;\n        }\n        \n        \/* Feature Cards *\/\n        .feature-card {\n            background: #FFF;\n            border-radius: 28px;\n            overflow: hidden;\n            margin-bottom: 20px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.06);\n            border: 3px solid #FFF;\n            transition: all 0.3s;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.1);\n            border-color: #FFD54F;\n        }\n        \n        .feature-img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n            background: linear-gradient(135deg, #EFEBE9 0%, #E8F5E9 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n        \n        .feature-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 0;\n        }\n        \n        .feature-body {\n            padding: 24px;\n        }\n        \n        .feature-tag {\n            display: inline-block;\n            background: linear-gradient(135deg, #8D6E63, #66BB6A);\n            color: #FFF;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 800;\n            text-transform: uppercase;\n            margin-bottom: 12px;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .feature-body h3 {\n            font-size: 20px;\n            font-weight: 800;\n            margin-bottom: 10px;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .feature-body p {\n            font-size: 15px;\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        \/* Specs *\/\n        .specs-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        \n        .spec-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 18px 20px;\n            background: #FFF;\n            border-radius: 16px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            border-left: 6px solid;\n        }\n        \n        .spec-row:nth-child(1) { border-left-color: #8D6E63; }\n        .spec-row:nth-child(2) { border-left-color: #66BB6A; }\n        .spec-row:nth-child(3) { border-left-color: #FFD54F; }\n        .spec-row:nth-child(4) { border-left-color: #81D4FA; }\n        .spec-row:nth-child(5) { border-left-color: #A1887F; }\n        .spec-row:nth-child(6) { border-left-color: #4CAF50; }\n        \n        .spec-label {\n            font-size: 15px;\n            color: #666;\n            font-weight: 700;\n        }\n        \n        .spec-value {\n            font-size: 15px;\n            font-weight: 800;\n            color: var(--text-dark);\n            text-align: right;\n        }\n        \n        \/* Kit Contents *\/\n        .kit-section {\n            background: linear-gradient(135deg, #E8F5E9 0%, #FFF8E1 100%);\n            padding: 40px 20px;\n            border-radius: 40px;\n            margin: 20px;\n            border: 4px solid #FFF;\n            box-shadow: 0 10px 30px rgba(102, 187, 106, 0.2);\n        }\n        \n        .kit-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin-top: 24px;\n        }\n        \n        @media (min-width: 768px) {\n            .kit-grid { grid-template-columns: repeat(3, 1fr); }\n        }\n        \n        .kit-item {\n            background: rgba(255,255,255,0.9);\n            padding: 16px;\n            border-radius: 16px;\n            text-align: center;\n            font-size: 13px;\n            font-weight: 700;\n            color: #5D4037;\n            border: 2px solid #FFF;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n        \n        .kit-item .emoji {\n            font-size: 28px;\n            display: block;\n            margin-bottom: 6px;\n        }\n        \n        \/* Usage Scroll *\/\n        .usage-scroll {\n            display: flex;\n            gap: 16px;\n            overflow-x: auto;\n            padding-bottom: 16px;\n            scrollbar-width: none;\n        }\n        \n        .usage-scroll::-webkit-scrollbar { display: none; }\n        \n        .usage-card {\n            min-width: 260px;\n            background: #FFF;\n            border-radius: 24px;\n            padding: 24px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.06);\n            border: 3px solid;\n        }\n        \n        .usage-card:nth-child(1) { border-color: #8D6E63; }\n        .usage-card:nth-child(2) { border-color: #66BB6A; }\n        .usage-card:nth-child(3) { border-color: #FFD54F; }\n        .usage-card:nth-child(4) { border-color: #81D4FA; }\n        \n        .usage-card h3 {\n            font-size: 18px;\n            font-weight: 800;\n            margin-bottom: 12px;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .usage-card p {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        \/* Gallery Grid *\/\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 16px;\n            margin-top: 24px;\n        }\n        \n        @media (min-width: 768px) {\n            .gallery-grid { grid-template-columns: 1fr 1fr; }\n        }\n        \n        .gallery-img {\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n            border: 4px solid #FFF;\n            transition: transform 0.3s;\n        }\n        \n        .gallery-img:hover {\n            transform: scale(1.03);\n        }\n        \n        .gallery-img img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 16px;\n        }\n        \n        \/* Reviews *\/\n        .review-card {\n            background: #FFF;\n            border-radius: 24px;\n            padding: 24px;\n            margin-bottom: 20px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n            border: 3px solid;\n            position: relative;\n        }\n        \n        .review-card:nth-child(1) { border-color: #8D6E63; }\n        .review-card:nth-child(2) { border-color: #66BB6A; }\n        .review-card:nth-child(3) { border-color: #FFD54F; }\n        .review-card:nth-child(4) { border-color: #81D4FA; }\n        .review-card:nth-child(5) { border-color: #A1887F; }\n        .review-card:nth-child(6) { border-color: #4CAF50; }\n        \n        .review-card::before {\n            content: '\"';\n            position: absolute;\n            top: 10px;\n            right: 20px;\n            font-size: 60px;\n            color: rgba(0,0,0,0.05);\n            font-family: serif;\n        }\n        \n        .review-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 16px;\n        }\n        \n        .reviewer {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .reviewer-avatar {\n            width: 48px;\n            height: 48px;\n            background: linear-gradient(135deg, #8D6E63, #66BB6A);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: 800;\n            font-size: 18px;\n            border: 3px solid #FFF;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        }\n        \n        .reviewer-info h4 {\n            font-size: 16px;\n            font-weight: 800;\n            margin-bottom: 2px;\n            font-family: 'Quicksand', sans-serif;\n        }\n        \n        .reviewer-info .location {\n            font-size: 13px;\n            color: #666;\n        }\n        \n        .review-stars {\n            color: #FFD93D;\n            font-size: 18px;\n            letter-spacing: 2px;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n        }\n        \n        .review-text {\n            font-size: 15px;\n            color: #555;\n            line-height: 1.7;\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n        \n        .review-tag {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: #E8F5E9;\n            color: #2E7D32;\n            padding: 8px 14px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 800;\n            border: 2px solid #C8E6C9;\n        }\n        \n        \/* FAQ - Pure CSS Accordion *\/\n        .faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n        \n        details {\n            background: #FFF;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n            border: 3px solid transparent;\n            transition: all 0.3s;\n        }\n        \n        details:hover {\n            border-color: #FFD54F;\n            transform: translateX(5px);\n        }\n        \n        summary {\n            padding: 24px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 800;\n            font-size: 16px;\n            color: var(--text-dark);\n            list-style: none;\n            font-family: 'Quicksand', sans-serif;\n            background: linear-gradient(135deg, #FFF 0%, #F1F8E9 100%);\n        }\n        \n        summary::-webkit-details-marker { display: none; }\n        \n        .faq-icon {\n            width: 32px;\n            height: 32px;\n            background: linear-gradient(135deg, #8D6E63, #66BB6A);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 20px;\n            color: white;\n            transition: all 0.3s;\n            flex-shrink: 0;\n            margin-left: 12px;\n        }\n        \n        details[open] .faq-icon {\n            background: linear-gradient(135deg, #FFD54F, #FF6F00);\n            transform: rotate(45deg);\n        }\n        \n        .faq-answer {\n            padding: 0 24px 24px;\n            font-size: 15px;\n            color: #666;\n            line-height: 1.7;\n            font-weight: 600;\n        }\n        \n        \/* Trust \u0026 Footer *\/\n        .trust {\n            background: linear-gradient(135deg, #E8F5E9 0%, #FFF8E1 100%);\n            padding: 40px 20px;\n            text-align: center;\n            border-radius: 40px 40px 0 0;\n            margin-top: 20px;\n        }\n        \n        .trust-grid {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n        \n        .trust-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 14px;\n            font-weight: 700;\n            background: rgba(255,255,255,0.9);\n            padding: 12px 20px;\n            border-radius: 50px;\n            border: 2px solid #FFF;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n        \n        footer {\n            background: linear-gradient(135deg, #EFEBE9 0%, #E8F5E9 100%);\n            padding: 40px 0 30px;\n            text-align: center;\n            border-top: 4px solid #FFF;\n        }\n        \n        .eu-notice {\n            margin-top: 24px;\n            padding-top: 24px;\n            border-top: 2px dashed rgba(0,0,0,0.1);\n            font-size: 12px;\n            color: #666;\n            line-height: 1.6;\n            font-weight: 600;\n        }\n        \n        \/* CTA Button *\/\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #8D6E63 0%, #66BB6A 100%);\n            color: white;\n            padding: 18px 40px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 18px;\n            box-shadow: 0 8px 25px rgba(141, 110, 99, 0.4);\n            transition: all 0.3s;\n            border: none;\n            cursor: pointer;\n            margin-top: 20px;\n            font-family: 'Quicksand', sans-serif;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(141, 110, 99, 0.6);\n        }\n        \n        @media (min-width: 768px) {\n            .hero-content h1 { font-size: 48px; }\n            .value-grid { grid-template-columns: repeat(4, 1fr); }\n            .feature-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }\n            .feature-img { height: 100%; min-height: 300px; }\n            .feature-img img { height: 100%; object-fit: cover; }\n            .reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\n        }\n    \u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"price-hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"price-badge\"\u003e🌳 3-in-1 Design • Real Wood • Seats 4 Kids\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eUltimate Wooden \u003cspan\u003ePicnic \u0026amp; Play\u003c\/span\u003e Table! 🍃\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003ePicnic table + Sand box + Water play! Real hemlock wood with adjustable umbrella. Perfect for outdoor meals, creative play, and sunny day adventures! ☀️\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_2_f6b14aab-1a5a-4f79-b5f0-668289cac1f9.jpg?v=1776091040\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"quick-stats\"\u003e\n\u003cdiv class=\"stat-pill\"\u003e\n\u003cspan class=\"number\"\u003e220lb\u003c\/span\u003e \u003cspan class=\"label\"\u003eCapacity 💪\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-pill\"\u003e\n\u003cspan class=\"number\"\u003e3-in-1\u003c\/span\u003e \u003cspan class=\"label\"\u003ePicnic\/Sand\/Water 🏖️\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-pill\"\u003e\n\u003cspan class=\"number\"\u003e4\u003c\/span\u003e \u003cspan class=\"label\"\u003eSeats 👨👩👧👦\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Value Props --\u003e\n\u003csection class=\"value-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Families Love It! 🎉\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eReal wood, real fun, real memories! 🌟\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-grid\"\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e🪵\u003c\/div\u003e\n\u003ch3\u003eReal Wood\u003c\/h3\u003e\n\u003cp\u003e100% Hemlock wood!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e☂️\u003c\/div\u003e\n\u003ch3\u003eAdjustable Umbrella\u003c\/h3\u003e\n\u003cp\u003eGrows with kids!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003e3-in-1\u003c\/h3\u003e\n\u003cp\u003ePicnic + Sand + Water!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eBPA-Free Safe\u003c\/h3\u003e\n\u003cp\u003eNatural \u0026amp; Certified!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features --\u003e\n\u003csection class=\"features\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003eAmazing Features 🌟\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBuilt for years of outdoor fun! 🎨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_5_a6b4125c-b4a9-483c-b92b-229685a785f2.jpg?v=1776091039\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_5_a6b4125c-b4a9-483c-b92b-229685a785f2.jpg?v=1776091039\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔄 3-in-1 Design\u003c\/span\u003e\n\u003ch3\u003ePicnic, Sand \u0026amp; Water Play!\u003c\/h3\u003e\n\u003cp\u003eRemove the table top to reveal two plastic activity bins underneath! Instantly transform from a picnic table to a sand table or water play station. Perfect for lunch time, then sensory play time! (Note: Play-grade sand sold separately) 🏖️💧\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_4_dba0eb76-637d-4d45-8f87-fe882f421337.jpg?v=1776091039\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003cspan class=\"feature-tag\"\u003e☂️ Sun Protection\u003c\/span\u003e\n\u003ch3\u003eAdjustable Umbrella System!\u003c\/h3\u003e\n\u003cp\u003eUse the simple release system to move the umbrella up and down, providing shade even as your little ones grow! Keep kids cool and protected during sunny outdoor meals and play sessions. Perfect for hot summer days! ☀️🌳\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_7.jpg?v=1776091039\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🪵 Premium Build\u003c\/span\u003e\n\u003ch3\u003e100% Real Hemlock Wood!\u003c\/h3\u003e\n\u003cp\u003eCrafted with genuine hemlock wood to last through years of building, playing, and outdoor meals. Comfortably seats 4 children with a 220 lb weight capacity. High-quality construction meets beautiful walnut finish! 🛠️✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/image_4_dba0eb76-637d-4d45-8f87-fe882f421337.jpg?v=1776091039\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-body\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🛡️ Certified Safe\u003c\/span\u003e\n\u003ch3\u003eBPA-Free \u0026amp; Natural!\u003c\/h3\u003e\n\u003cp\u003eDesigned with treated, BPA-free natural wood (in keeping with federal safety standards) so children can have fun with this table set for years to come. Smooth surfaces, sturdy joints, and child-safe materials throughout! 🌿👶\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specs --\u003e\n\u003csection class=\"specs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details 📊\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eHeavy-duty outdoor quality! 📏\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-list\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e📐 Overall Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e38\" × 37.75\" × 19.5\" (H)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e⚖️ Item Weight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e34 Pounds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e💪 Weight Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e220 Pounds (Seats 4)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e🪵 Frame Material\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100% Real Hemlock Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e🎨 Finish\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWalnut\/Beige\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003e✅ Safety\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBPA-Free, Treated Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Kit Contents --\u003e\n\u003csection class=\"kit-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 8px;\"\u003eWhat's Included? 🎁\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eComplete outdoor fun package! 🎉\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kit-grid\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e🪵\u003c\/span\u003e Wooden Table Frame\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e📦\u003c\/span\u003e Removable Table Top\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e🗑️\u003c\/span\u003e 2 Plastic Activity Bins\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e☂️\u003c\/span\u003e Adjustable Umbrella\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e🔧\u003c\/span\u003e Assembly Hardware\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"emoji\"\u003e📖\u003c\/span\u003e Setup Instructions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Usage Scenarios --\u003e\n\u003csection class=\"usage\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For! 🗺️\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eSwipe to explore possibilities! 👉\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-scroll\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e🍽️ Outdoor Dining\u003c\/h3\u003e\n\u003cp\u003ePerfect for backyard picnics! Kids can enjoy lunch, snacks, or craft time outdoors. The sturdy wood construction handles spills easily, and the umbrella keeps them shaded during mealtime. Family BBQs just got better! 🌭🍉\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e🏖️ Sandbox Fun\u003c\/h3\u003e\n\u003cp\u003eRemove the top for instant sand play! Fill the bins with play sand (sold separately) and let kids build castles, dig, and explore. The contained design keeps sand from spreading across your yard. Beach vibes at home! 🐚\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e💧 Water Play\u003c\/h3\u003e\n\u003cp\u003eSummer heat? Fill the bins with water for splash play! Perfect for water toys, floating boats, or just cooling off. The plastic bins are waterproof and easy to drain. Best water table alternative! 🌊\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e🎨 Activity Center\u003c\/h3\u003e\n\u003cp\u003eGreat for arts \u0026amp; crafts, LEGO building, or homework outdoors! The spacious surface fits multiple kids comfortably. Bring indoor activities outside and enjoy the fresh air while creating masterpieces! ✏️🎨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Reviews --\u003e\n\u003csection class=\"reviews\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003eHappy Families! ⭐\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eReal reviews from real parents! 🌟\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eTJ\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eThomas J.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eGeorgia, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Solid wood construction exceeded my expectations! Assembly was straightforward, and the 3-in-1 feature is genius. My kids eat lunch here, then we switch to sand play. The umbrella is sturdy and provides great shade. Highly recommend! 🪵\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eSM\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eSusan M.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eOhio, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Bought this for my grandchildren (ages 2-6) and they all love it! Fits 4 kids comfortably. The walnut finish is beautiful and matches our deck perfectly. Love that it's real wood, not plastic. Great value! 👨👩👧👦\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eRK\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eRobert K.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eTexas, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Perfect for our patio! The sand bin feature keeps my twins entertained for hours. Only wish the umbrella was a bit larger, but it adjusts nicely as the kids grow. Wood quality is excellent - very solid and stable! ☂️\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eLC\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eLisa C.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eFlorida, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"As a daycare provider, I needed something durable. This table is PERFECT! Seats 4 toddlers comfortably, easy to clean, and the BPA-free certification gives me peace of mind. We've used it daily for 6 months with zero issues! 🏫\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eDW\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eDavid W.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eMichigan, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"This survived a full Michigan winter outside! The treated wood really holds up. We use it for water play in summer (just hose out the bins) and as a snow activity table in winter. Versatile and built to last! ❄️☀️\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv class=\"reviewer-avatar\"\u003eAP\u003c\/div\u003e\n\u003cdiv class=\"reviewer-info\"\u003e\n\u003ch4\u003eAmanda P.\u003c\/h4\u003e\n\u003cspan class=\"location\"\u003eCalifornia, USA 🇺🇸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Beautiful piece! Took about 45 minutes to assemble with a drill. The kids love having their 'own' table for snacks and drawing. 220lb capacity means I can sit with them too! Great purchase for outdoor family time! 🌳\"\u003c\/p\u003e\n\u003cspan class=\"review-tag\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ - Pure CSS Accordion --\u003e\n\u003csection class=\"faq\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2 class=\"section-title\"\u003eQuestions? 🤔\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eWe have answers! 💡\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the 3-in-1 design exactly? 🔄 \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eIt's a picnic table, sand table, AND water table in one! Use it as a traditional picnic table for meals. Remove the wooden top to reveal two plastic bins underneath—fill one with sand and one with water for sensory play, or use both for the same material. Total versatility! 🏖️💧\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes sand come included with the table? 🏖️ \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003ePlay-grade sand is sold separately. The table includes the wooden frame, removable top, two plastic activity bins, umbrella, and assembly hardware. We recommend purchasing 20-30 lbs of play sand to fill the bins adequately for sandcastle building! 🏰\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow difficult is assembly? 🔧 \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAssembly takes approximately 45-60 minutes with basic tools (screwdriver\/drill recommended). All hardware and detailed instructions are included. The wood is pre-cut and pre-drilled. Many customers assemble it solo, though having a helper makes it faster! 🛠️\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the wood treated for outdoor use? 🌧️ \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes! The 100% hemlock wood is treated for outdoor durability and BPA-free (meeting federal safety standards). While it's weather-resistant, we recommend applying a fresh coat of sealant annually if left in harsh weather, or using a cover to extend its life! 🌳\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow adjustable is the umbrella? ☂️ \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe umbrella features a simple release system that allows you to move it up and down the center pole. This means it can provide shade for toddlers and still cover them as they grow into elementary age. It can also be removed completely if desired! 🌞\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat ages is this suitable for? 👶 \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003ePerfect for ages 2-8 years! The 19.5\" height is ideal for preschoolers through early elementary. The 220 lb weight capacity means it can seat 4 children comfortably (or 2-3 kids plus an adult). It's designed to grow with your family! 👨👩👧👦\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan adults sit at this table too? 👨👩👧 \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! With a 220 lb total weight capacity, adults can definitely join the kids. The bench seats are sturdy and wide enough for grown-ups to sit comfortably for meals, craft time, or play. It's a true family activity center! 💪\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 40px;\"\u003e\u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now! 🛒\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Trust --\u003e\n\u003csection class=\"trust\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp style=\"font-size: 16px; color: #3e2723; margin-bottom: 8px; font-weight: 800;\"\u003eTrusted by Families Nationwide! 👨👩👧👦\u003c\/p\u003e\n\u003cdiv class=\"trust-grid\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🪵\u003c\/span\u003e Real Wood\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🛡️\u003c\/span\u003e BPA-Free\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e🚚\u003c\/span\u003e Fast Shipping\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan style=\"font-size: 24px;\"\u003e↩️\u003c\/span\u003e Easy Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv style=\"margin-bottom: 20px;\"\u003e\u003cspan style=\"font-size: 40px;\"\u003e🪵🌳☀️🏖️👨👩👧👦\u003c\/span\u003e\u003c\/div\u003e\n\u003cp style=\"font-weight: 800; font-size: 16px; margin-bottom: 8px;\"\u003e3-in-1 Wooden Picnic \u0026amp; Activity Table\u003c\/p\u003e\n\u003cp style=\"color: #666; font-weight: 600;\"\u003eReal Wood • 3-in-1 Design • Outdoor Fun\u003c\/p\u003e\n\u003cdiv class=\"eu-notice\"\u003e🪵 100% Real Hemlock Wood • BPA-Free Natural Materials\u003cbr\u003e🏖️ Picnic + Sand + Water Play • 220lb Weight Capacity\u003cbr\u003ePerfect for backyard fun, outdoor dining, and sensory play!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"mysite","offers":[{"title":"Gray\/Navy","offer_id":56671967543599,"sku":"B0D5NSLKJS","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Natural\/Dark Pink","offer_id":56671967576367,"sku":"B0D5NLGLL6","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Walnut\/Beige","offer_id":56671967609135,"sku":"B0D5NWYJDH","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":56671967641903,"sku":"B0GRHV5K26","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Navy","offer_id":56671967674671,"sku":"B09W8MRRXY","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":56671967707439,"sku":"B07TSWW2F4","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Walnut\/Red","offer_id":56671967740207,"sku":"B0D5NFYTSS","price":139.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":56671967772975,"sku":"B0GRBFH26L","price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0977\/8774\/0463\/files\/715e4P5WH6L._AC_SL1500.jpg?v=1776089905","url":"https:\/\/docstd.com\/products\/kids-3-in-1-wooden-outdoor-picnic-sand-water-table","provider":"Docstd","version":"1.0","type":"link"}