{"product_id":"costzon-kids-porch-swing","title":"Costzon Kids Porch Swing, All-Weather Patio Swing Bench Hammock w\/Adjustable Canopy \u0026 Safety Belts for 2 Children, Outdoor Swing for Backyard Garden Balcony Poolside (Red, Ladybug Pattern)","description":"\u003cstyle\u003e\n  :root {\n    --primary-red: #E63946;\n    --primary-green: #2A9D8F;\n    --accent-yellow: #E9C46A;\n    --text-dark: #264653;\n    --text-muted: #6B7280;\n    --bg-cream: #FDF8F3;\n    --bg-light: #F1FAEE;\n    --border-color: #E5E7EB;\n    --shadow: 0 4px 20px rgba(0,0,0,0.06);\n    --radius: 16px;\n    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  .product-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: white;\n  }\n\n  \/* Hero Section *\/\n  .hero-banner {\n    background: linear-gradient(135deg, #FFF5F5 0%, #FDF8F3 100%);\n    border-radius: var(--radius);\n    padding: 60px 40px;\n    text-align: center;\n    margin-bottom: 48px;\n    border: 2px solid #FEE2E2;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-banner::before {\n    content: \"🐞\";\n    position: absolute;\n    font-size: 120px;\n    opacity: 0.05;\n    top: -20px;\n    right: 40px;\n    transform: rotate(-15deg);\n  }\n\n  .hero-tag {\n    display: inline-block;\n    background: var(--primary-red);\n    color: white;\n    padding: 8px 20px;\n    border-radius: 20px;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 20px;\n  }\n\n  .hero-title {\n    font-size: 48px;\n    font-weight: 800;\n    margin: 0 0 16px 0;\n    color: var(--text-dark);\n    letter-spacing: -1px;\n  }\n\n  .hero-subtitle {\n    font-size: 22px;\n    color: var(--text-muted);\n    max-width: 600px;\n    margin: 0 auto 30px;\n    font-weight: 400;\n  }\n\n  .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 24px;\n    flex-wrap: wrap;\n    margin-top: 24px;\n  }\n\n  .hero-badge {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: white;\n    padding: 12px 20px;\n    border-radius: 30px;\n    box-shadow: var(--shadow);\n    font-weight: 600;\n    font-size: 14px;\n    color: var(--text-dark);\n  }\n\n  \/* Features Grid *\/\n  .features-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 24px;\n    margin: 48px 0;\n  }\n\n  .feature-box {\n    background: white;\n    border: 2px solid var(--border-color);\n    border-radius: var(--radius);\n    padding: 32px 24px;\n    text-align: center;\n    transition: var(--transition);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feature-box:hover {\n    transform: translateY(-5px);\n    border-color: var(--primary-red);\n    box-shadow: 0 12px 30px rgba(230, 57, 70, 0.15);\n  }\n\n  .feature-icon {\n    width: 64px;\n    height: 64px;\n    background: linear-gradient(135deg, var(--primary-red) 0%, #FF6B6B 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n    font-size: 28px;\n    color: white;\n    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);\n  }\n\n  .feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n  }\n\n  .feature-desc {\n    font-size: 15px;\n    color: var(--text-muted);\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  \/* Safety Alert Box *\/\n  .safety-notice {\n    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);\n    border-left: 5px solid var(--primary-green);\n    border-radius: var(--radius);\n    padding: 28px 32px;\n    margin: 40px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n  }\n\n  .safety-icon {\n    font-size: 40px;\n    flex-shrink: 0;\n  }\n\n  .safety-content h3 {\n    margin: 0 0 8px 0;\n    color: #166534;\n    font-size: 20px;\n    font-weight: 700;\n  }\n\n  .safety-content p {\n    margin: 0;\n    color: #15803D;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  \/* Specifications *\/\n  .specs-section {\n    background: var(--bg-cream);\n    border-radius: var(--radius);\n    padding: 40px;\n    margin: 48px 0;\n  }\n\n  .section-heading {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin: 0 0 32px 0;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n\n  .spec-item {\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n    transition: var(--transition);\n  }\n\n  .spec-item:hover {\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n\n  .spec-label {\n    font-weight: 600;\n    color: var(--text-muted);\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .spec-value {\n    font-weight: 700;\n    color: var(--text-dark);\n    font-size: 16px;\n    text-align: right;\n  }\n\n  \/* Image Gallery *\/\n  .gallery-section {\n    margin: 48px 0;\n  }\n\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n  }\n\n  .gallery-img {\n    width: 100%;\n    height: auto;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    transition: var(--transition);\n    cursor: zoom-in;\n  }\n\n  .gallery-img:hover {\n    transform: scale(1.02);\n    box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n  }\n\n  .gallery-img:first-child {\n    grid-column: 1 \/ -1;\n  }\n\n  \/* CSS Accordion FAQ *\/\n  .faq-wrapper {\n    margin: 48px 0;\n    background: white;\n  }\n\n  .faq-item {\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    margin-bottom: 16px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n\n  .faq-input {\n    display: none;\n  }\n\n  .faq-label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 28px;\n    background: white;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 17px;\n    color: var(--text-dark);\n    transition: var(--transition);\n    user-select: none;\n  }\n\n  .faq-label:hover {\n    background: var(--bg-cream);\n  }\n\n  .faq-arrow {\n    width: 24px;\n    height: 24px;\n    position: relative;\n    transition: transform 0.3s;\n  }\n\n  .faq-arrow::before,\n  .faq-arrow::after {\n    content: '';\n    position: absolute;\n    background: var(--primary-red);\n    transition: all 0.3s;\n  }\n\n  .faq-arrow::before {\n    width: 12px;\n    height: 2px;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n  }\n\n  .faq-arrow::after {\n    width: 2px;\n    height: 12px;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n  }\n\n  .faq-input:checked + .faq-label .faq-arrow {\n    transform: rotate(180deg);\n  }\n\n  .faq-input:checked + .faq-label .faq-arrow::after {\n    opacity: 0;\n  }\n\n  .faq-input:checked + .faq-label {\n    background: var(--bg-cream);\n    color: var(--primary-red);\n  }\n\n  .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.4s ease;\n    background: white;\n  }\n\n  .faq-input:checked ~ .faq-content {\n    max-height: 300px;\n    padding: 0 28px 24px 28px;\n  }\n\n  .faq-content p {\n    margin: 0;\n    color: var(--text-muted);\n    line-height: 1.8;\n    font-size: 16px;\n  }\n\n  \/* CTA Section *\/\n  .cta-wrapper {\n    background: linear-gradient(135deg, var(--text-dark) 0%, #1D3557 100%);\n    color: white;\n    padding: 60px 40px;\n    border-radius: var(--radius);\n    text-align: center;\n    margin-top: 60px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-wrapper::before {\n    content: \"🌿\";\n    position: absolute;\n    font-size: 200px;\n    opacity: 0.03;\n    bottom: -50px;\n    left: -30px;\n  }\n\n  .cta-title {\n    font-size: 36px;\n    font-weight: 800;\n    margin: 0 0 16px 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cta-text {\n    font-size: 18px;\n    opacity: 0.9;\n    margin-bottom: 32px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cta-hint {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    padding: 16px 28px;\n    border-radius: 30px;\n    font-weight: 600;\n    font-size: 16px;\n    backdrop-filter: blur(10px);\n    border: 2px solid rgba(255,255,255,0.3);\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .hero-title { font-size: 36px; }\n    .hero-banner { padding: 40px 24px; }\n    .specs-grid { grid-template-columns: 1fr; }\n    .gallery-grid { grid-template-columns: 1fr; }\n    .features-container { grid-template-columns: 1fr; }\n    .safety-notice { flex-direction: column; text-align: center; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cspan class=\"hero-tag\"\u003eOutdoor Fun for Kids\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eCostzon Kids Patio Swing\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eAdorable Ladybug Design • 2-Seat Canopy Swing • Perfect for Garden \u0026amp; Patio\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cspan\u003e🛡️\u003c\/span\u003e Safety Certified\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cspan\u003e🌞\u003c\/span\u003e UV Protection\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cspan\u003e🔧\u003c\/span\u003e Easy Assembly\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cspan\u003e⭐\u003c\/span\u003e 4.5\/5 Customer Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety Notice --\u003e\n\u003cdiv class=\"safety-notice\"\u003e\n\u003cspan class=\"safety-icon\"\u003e👨👩👧👦\u003c\/span\u003e\n\u003cdiv class=\"safety-content\"\u003e\n\u003ch3\u003eSafety First Design\u003c\/h3\u003e\n\u003cp\u003eEquipped with secure safety seat belts for both seats and non-slip feet for maximum stability. Suitable for children with adult supervision. Sturdy iron frame supports up to 20.69 lbs with reinforced 210D Oxford fabric canopy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSturdy Metal Frame\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eConstructed with durable iron tubular frame. Non-skid feet protect floors and ensure stability on any surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eAdjustable Canopy\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eRemovable 210D Oxford fabric canopy with adjustable angle. Waterproof and UV-resistant for sunny days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎀\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSafety Belts\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eIndividual safety harnesses for both seats keep children secure. No worries about accidental falls during play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🐞\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCute Ladybug Design\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eVibrant red and black ladybug pattern attracts children's attention. Perfect addition to any garden or playroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🪶\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eLightweight \u0026amp; Portable\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eEasy to move around by adults. Kids can enjoy swinging indoors or outdoors. Quick disassembly for storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003e📋 Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eCostzon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eColor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRed \/ Ladybug\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIron Frame + Oxford Fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e31\"D × 46\"W × 46\"H\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eItem Weight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e20.69 Pounds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSeating Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2 Children\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eModel Number\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eGO-3037-OP\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eAssembly\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRequired (Tools Included)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Gallery --\u003e\n\u003cdiv class=\"gallery-section\"\u003e\n\u003ch2 class=\"section-heading\"\u003e📸 Product Gallery\u003c\/h2\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cimg class=\"gallery-img\" alt=\"Costzon Kids Swing Lifestyle\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f75f6fd0-b22a-4b98-ba62-21de36637ca6.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003cimg class=\"gallery-img\" alt=\"Costzon Swing Safety Features\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/765eb2d5-0498-46fa-b535-acbd37ae0b77.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003cimg class=\"gallery-img\" alt=\"Costzon Swing Canopy Detail\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dca990ae-e394-4336-8065-b140cfdd806b.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003cimg class=\"gallery-img\" alt=\"Costzon Swing Assembly Guide\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ba1d32a2-a12b-4907-baab-3baca898fec6.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003cimg class=\"gallery-img\" alt=\"Costzon Swing Indoor Use\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/455a052c-72e4-4f60-9b1a-5e763fb0cec1.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003cimg class=\"gallery-img\" alt=\"Costzon Swing Outdoor Garden\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ae511285-0a18-444d-a8c7-0a8cc64b6545.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-wrapper\"\u003e\n\u003ch2 class=\"section-heading\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput class=\"faq-input\" id=\"faq1\" type=\"checkbox\"\u003e \u003clabel class=\"faq-label\" for=\"faq1\"\u003e What is the weight limit for this swing? \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eThe Costzon Kids Patio Swing is designed for two children with a total weight capacity appropriate for the sturdy iron frame construction. The item itself weighs 20.69 lbs, ensuring stability while remaining portable. Always supervise children during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput class=\"faq-input\" id=\"faq2\" type=\"checkbox\"\u003e \u003clabel class=\"faq-label\" for=\"faq2\"\u003e Is the canopy waterproof and UV-resistant? \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eYes! The 210D Oxford fabric canopy is both waterproof and provides excellent UV protection. It's perfect for sunny days in the garden while protecting children from sunburn. The canopy is also removable and the angle is adjustable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput class=\"faq-input\" id=\"faq3\" type=\"checkbox\"\u003e \u003clabel class=\"faq-label\" for=\"faq3\"\u003e How difficult is the assembly? \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eAssembly is straightforward with our updated instruction manual included in the package. Most customers complete assembly within 30-45 minutes. All necessary tools are included. The lightweight design also makes it easy to move after assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput class=\"faq-input\" id=\"faq4\" type=\"checkbox\"\u003e \u003clabel class=\"faq-label\" for=\"faq4\"\u003e Can this be used indoors? \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eAbsolutely! While designed for patio and garden use, the non-slip feet protect indoor flooring surfaces. Many customers use it in playrooms or living rooms. The compact dimensions (46\"W x 31\"D) fit well in most spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput class=\"faq-input\" id=\"faq5\" type=\"checkbox\"\u003e \u003clabel class=\"faq-label\" for=\"faq5\"\u003e What safety features are included? \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eSafety is our priority. The swing includes individual safety seat belts for both seats to prevent falls. The iron frame is powder-coated for durability, and non-skid feet ensure the swing stays stable during use. Suitable for children aged 3+ with adult supervision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-wrapper\"\u003e\n\u003ch2 class=\"cta-title\"\u003eCreate Magical Memories Today\u003c\/h2\u003e\n\u003cp class=\"cta-text\"\u003eTransform your garden or playroom into an adventure paradise. Limited stock available.\u003c\/p\u003e\n\u003cdiv class=\"cta-hint\"\u003e👆 Select options at the top of the page to purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Blue, Dinosaur","offer_id":53159069352243,"sku":"B0F2MCSQGC","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Red, Ladybug","offer_id":53159069385011,"sku":"B01MCQIMIM","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Pink, Mermaid","offer_id":53159069417779,"sku":"B0F2M9XJKX","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Blue, Flamingo","offer_id":53159069450547,"sku":"B0F2MBMN9K","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Blue, Puppy","offer_id":53159069483315,"sku":"B0734PNQZF","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Yellow, Alligator","offer_id":53159069516083,"sku":"B0F2MHL5T9","price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/8660\/1523\/files\/71i79ZcKukL._AC_SL1500.jpg?v=1774240844","url":"https:\/\/funflicktoys.myshopify.com\/products\/costzon-kids-porch-swing","provider":"FunFlick Toys","version":"1.0","type":"link"}