{"product_id":"nestrock-oversized-egg-rocking-chair","title":"NestRock — Oversized Egg Rocking Chair with 5.5\" Thick Cushion (Holds 450lbs)","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700\u0026family=DM+Sans:wght@300;400;500;600\u0026display=swap');\n\n  .nr-wrap {\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 780px;\n    margin: 0 auto;\n    background: #fff;\n  }\n\n  @media (max-width: 600px) {\n    .nr-hero { padding: 36px 20px !important; }\n    .nr-hero h1 { font-size: 26px !important; }\n    .nr-hero p { font-size: 14px !important; }\n    .nr-features { grid-template-columns: 1fr !important; }\n    .nr-specs-grid { grid-template-columns: 1fr !important; }\n    .nr-shipping { padding: 14px 16px !important; flex-direction: column !important; }\n    .nr-cta { padding: 30px 20px !important; }\n    .nr-cta h2 { font-size: 22px !important; }\n    .nr-guarantee { flex-direction: column !important; text-align: center !important; padding: 20px 16px !important; }\n    .nr-section-title { font-size: 19px !important; }\n    .nr-pills { gap: 8px !important; }\n    .nr-pill { font-size: 12px !important; padding: 6px 13px !important; }\n  }\n\n  \/* HERO *\/\n  .nr-hero {\n    background: linear-gradient(135deg, #1a1a2e 0%, #2a2a4a 55%, #16213e 100%);\n    border-radius: 16px;\n    padding: 52px 40px;\n    text-align: center;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .nr-hero::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 340px; height: 340px;\n    background: radial-gradient(circle, rgba(255,180,50,0.08) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .nr-hero-badge {\n    display: inline-block;\n    background: rgba(255,180,50,0.12);\n    color: #ffb432;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 20px;\n    border: 1px solid rgba(255,180,50,0.25);\n    margin-bottom: 20px;\n  }\n  .nr-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 14px;\n  }\n  .nr-hero h1 span { color: #ffb432; }\n  .nr-hero p {\n    color: rgba(255,255,255,0.65);\n    font-size: 15px;\n    font-weight: 300;\n    margin: 0 0 28px;\n    line-height: 1.6;\n  }\n  .nr-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }\n  .nr-pill {\n    background: rgba(255,255,255,0.08);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 500;\n    padding: 8px 18px;\n    border-radius: 30px;\n    border: 1px solid rgba(255,255,255,0.15);\n  }\n\n  \/* SHIPPING *\/\n  .nr-shipping {\n    background: #f0faf0;\n    border: 1.5px solid #b8e0b8;\n    border-radius: 12px;\n    padding: 16px 24px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .nr-shipping-icon { font-size: 26px; flex-shrink: 0; }\n  .nr-shipping-text strong { display: block; font-size: 14px; font-weight: 600; color: #1c5c1e; margin-bottom: 2px; }\n  .nr-shipping-text span { font-size: 13px; color: #4a7a4c; }\n\n  \/* INTRO *\/\n  .nr-intro { padding: 0 4px; margin-bottom: 36px; }\n  .nr-intro p { font-size: 16px; line-height: 1.8; color: #3a3a3a; font-weight: 300; }\n  .nr-intro p strong { color: #1a1a1a; font-weight: 600; }\n\n  \/* IMG *\/\n  .nr-img-full {\n    width: 100%;\n    border-radius: 14px;\n    display: block;\n    margin-bottom: 28px;\n    object-fit: cover;\n  }\n\n  \/* SECTION TITLE *\/\n  .nr-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 18px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #f0f0f8;\n  }\n\n  \/* FEATURES *\/\n  .nr-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 32px;\n  }\n  .nr-feature-card {\n    background: #f8f8ff;\n    border: 1px solid #e4e4f0;\n    border-radius: 14px;\n    padding: 22px 18px;\n  }\n  .nr-feature-card .icon { font-size: 26px; margin-bottom: 10px; display: block; }\n  .nr-feature-card h3 { font-size: 14px; font-weight: 600; color: #1a1a1a; margin: 0 0 6px; }\n  .nr-feature-card p { font-size: 13px; color: #5a5a7a; line-height: 1.65; margin: 0; font-weight: 300; }\n\n  \/* SPECS *\/\n  .nr-specs {\n    background: #f8f8ff;\n    border-radius: 14px;\n    padding: 26px 28px;\n    margin-bottom: 28px;\n    border: 1px solid #e4e4f0;\n  }\n  .nr-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px 24px;\n    margin-top: 16px;\n  }\n  .nr-spec-item { display: flex; align-items: flex-start; gap: 10px; }\n  .nr-spec-dot { width: 6px; height: 6px; background: #ffb432; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }\n  .nr-spec-item span { font-size: 13px; color: #3a3a3a; line-height: 1.5; }\n  .nr-spec-item strong { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #c08000; margin-bottom: 1px; }\n\n  \/* USE CASES *\/\n  .nr-usecases { margin-bottom: 32px; }\n  .nr-usecase-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }\n  .nr-usecase-tag {\n    background: #1a1a2e;\n    color: #ffb432;\n    font-size: 13px;\n    font-weight: 500;\n    padding: 8px 18px;\n    border-radius: 30px;\n  }\n\n  \/* GUARANTEE *\/\n  .nr-guarantee {\n    background: #fff8ec;\n    border: 1.5px solid #f5d98a;\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n  .nr-guarantee-icon { font-size: 38px; flex-shrink: 0; }\n  .nr-guarantee strong { display: block; font-size: 15px; font-weight: 700; color: #7a4f00; margin-bottom: 4px; }\n  .nr-guarantee span { font-size: 13px; color: #8a6520; line-height: 1.6; font-weight: 300; }\n\n  \/* CTA *\/\n  .nr-cta {\n    background: linear-gradient(135deg, #1a1a2e 0%, #2a2a4a 100%);\n    border-radius: 16px;\n    padding: 42px 32px;\n    text-align: center;\n  }\n  .nr-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #fff;\n    margin: 0 0 10px;\n    line-height: 1.3;\n  }\n  .nr-cta h2 span { color: #ffb432; }\n  .nr-cta p { color: rgba(255,255,255,0.6); font-size: 14px; margin: 0 0 6px; font-weight: 300; }\n  .nr-cta .highlight { color: #ffb432; font-weight: 600; font-size: 14px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nr-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"nr-hero\"\u003e\n    \u003cdiv class=\"nr-hero-badge\"\u003eShips from USA · 4-Day Delivery\u003c\/div\u003e\n    \u003ch1\u003eThe Chair That Literally\u003cbr\u003e\u003cspan\u003eCalms You Down\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003eOversized egg rocker. 5.5\" cloud-thick cushion. Smooth 30° rock.\u003cbr\u003eHolds up to 450 lbs. Designed for patio, garden, or living room.\u003c\/p\u003e\n    \u003cdiv class=\"nr-pills\"\u003e\n      \u003cspan class=\"nr-pill\"\u003e🌿 Patio\u003c\/span\u003e\n      \u003cspan class=\"nr-pill\"\u003e🏡 Living Room\u003c\/span\u003e\n      \u003cspan class=\"nr-pill\"\u003e🌸 Garden\u003c\/span\u003e\n      \u003cspan class=\"nr-pill\"\u003e🛏️ Bedroom\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHIPPING --\u003e\n  \u003cdiv class=\"nr-shipping\"\u003e\n    \u003cdiv class=\"nr-shipping-icon\"\u003e🚚\u003c\/div\u003e\n    \u003cdiv class=\"nr-shipping-text\"\u003e\n      \u003cstrong\u003eFast USA Shipping — Arrives in 4 Days\u003c\/strong\u003e\n      \u003cspan\u003eShips from our US warehouse. Free standard delivery on all orders.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"nr-intro\"\u003e\n    \u003cp\u003eYou know that feeling when you finally sit down somewhere so comfortable your whole body just exhales? That's the \u003cstrong\u003eNestRock\u003c\/strong\u003e. The oversized egg shape wraps around you completely, the 5.5\" cushion feels nothing like regular outdoor furniture, and the 30° rocking motion is smooth enough to genuinely quiet your nervous system. Once you're in it, getting back out is the hardest part.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 1: cushion breathable fabric close-up --\u003e\n  \u003cimg class=\"nr-img-full\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/1442b770e7ee4da4bfebbb6437331b25~tplv-fhlh96nyum-resize-webp:800:800.webp\" alt=\"NestRock breathable all-weather cushion fabric\"\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"nr-section-title\"\u003eWhy People Can't Stop Talking About It\u003c\/div\u003e\n  \u003cdiv class=\"nr-features\"\u003e\n    \u003cdiv class=\"nr-feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e☁️\u003c\/span\u003e\n      \u003ch3\u003eFeels Like Sitting on a Cloud\u003c\/h3\u003e\n      \u003cp\u003e5.5\" of thick plush cushioning wraps around your entire body — back, sides, and seat. Not foam that flattens out. Actually soft, all day long.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nr-feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🌊\u003c\/span\u003e\n      \u003ch3\u003eA Rock So Smooth It Calms You Down\u003c\/h3\u003e\n      \u003cp\u003eThe 30° gliding motion moves with your body, not against it. Quiet, fluid, and rhythmic — the kind of rock that actually helps you decompress.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nr-feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e💪\u003c\/span\u003e\n      \u003ch3\u003eBuilt for Every Body — Up to 450 lbs\u003c\/h3\u003e\n      \u003cp\u003eReinforced metal frame with anti-slip base strips. Sits completely stable on tile, wood, or patio. No wobble, no creaking, no second-guessing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nr-feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🌦️\u003c\/span\u003e\n      \u003ch3\u003eRain, Sun, Spills — It Handles All of It\u003c\/h3\u003e\n      \u003cp\u003eUV-resistant, water-repellent Olefin fabric wipes clean in seconds and won't fade in the sun. Leave it outside all season without worrying.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 2: lifestyle woman sitting --\u003e\n  \u003cimg class=\"nr-img-full\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/8dec30a5672d418c846e83c0b3684792~tplv-fhlh96nyum-resize-webp:800:800.webp\" alt=\"NestRock oversized egg rocking chair lifestyle\"\u003e\n\n  \u003c!-- IMAGE 3: 30 degree rocking motion --\u003e\n  \u003cimg class=\"nr-img-full\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/e45f72990c7849fb9a3a4a84e03e9578~tplv-fhlh96nyum-resize-webp:800:800.webp\" alt=\"NestRock 30 degree smooth rocking motion\"\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"nr-specs\"\u003e\n    \u003cdiv class=\"nr-section-title\" style=\"margin-bottom:0; border-bottom:none;\"\u003eQuick Specs\u003c\/div\u003e\n    \u003cdiv class=\"nr-specs-grid\"\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eWeight Capacity\u003c\/strong\u003e450 lbs\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eCushion Thickness\u003c\/strong\u003e5.51\" thick plush\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eRocking Range\u003c\/strong\u003e30° smooth glider motion\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eOverall Width\u003c\/strong\u003e52.36\" oversized seat\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eOverall Depth\u003c\/strong\u003e48.81\" reclined\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eFrame\u003c\/strong\u003eReinforced metal + anti-slip base\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eFabric\u003c\/strong\u003eUV-resistant, water-repellent Olefin\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nr-spec-item\"\u003e\n        \u003cdiv class=\"nr-spec-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003e\u003cstrong\u003eUse\u003c\/strong\u003eIndoor \u0026amp; outdoor ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 4: dimensions --\u003e\n  \u003cimg class=\"nr-img-full\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/43cc699e64654f1b9bd5d6b4b82786a0~tplv-fhlh96nyum-resize-webp:800:800.webp\" alt=\"NestRock dimensions and 450lb weight capacity\"\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003cdiv class=\"nr-usecases\"\u003e\n    \u003cdiv class=\"nr-section-title\"\u003ePerfect Anywhere You Want to Unwind\u003c\/div\u003e\n    \u003cp style=\"font-size:15px; color:#4a4a4a; font-weight:300; line-height:1.7; margin-bottom:14px;\"\u003eWeather-resistant enough for the patio. Stylish enough for the living room. Comfortable enough that you'll move it inside for winter and never want to move it back.\u003c\/p\u003e\n    \u003cdiv class=\"nr-usecase-list\"\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e🌿 Patio\u003c\/span\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e🏡 Living Room\u003c\/span\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e🌸 Garden\u003c\/span\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e🛏️ Bedroom\u003c\/span\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e📚 Reading Nook\u003c\/span\u003e\n      \u003cspan class=\"nr-usecase-tag\"\u003e☕ Morning Coffee\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE --\u003e\n  \u003cdiv class=\"nr-guarantee\"\u003e\n    \u003cdiv class=\"nr-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003e30-Day Money-Back Guarantee\u003c\/strong\u003e\n      \u003cspan\u003eSit in it for a full month. If it's not the most comfortable chair you've ever owned, we'll refund you completely — no questions asked.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"nr-cta\"\u003e\n    \u003ch2\u003eYou Deserve a Chair\u003cbr\u003e\u003cspan\u003eThat Feels This Good.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eShips from our US warehouse.\u003c\/p\u003e\n    \u003cp class=\"highlight\"\u003e🚚 Free shipping · Delivered in 4 days · 30-Day Money-Back\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Mouzn","offers":[{"title":"Slate Gray","offer_id":52408311677240,"sku":null,"price":249.99,"currency_code":"USD","in_stock":true},{"title":"Warm Linen","offer_id":52408311710008,"sku":null,"price":249.99,"currency_code":"USD","in_stock":true},{"title":"Midnight Black","offer_id":52408311742776,"sku":null,"price":249.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0915\/1230\/8024\/files\/gray_var.jpg?v=1779365453","url":"https:\/\/mouzn.com\/products\/nestrock-oversized-egg-rocking-chair","provider":"Mouzn","version":"1.0","type":"link"}