{"product_id":"yy","title":"CampRock™ Rocking Chair","description":"\u003cstyle\u003e  \/* --- CampRock Rocking Chair Premium Conversion Layout --- *\/  .cr-desc-wrapper {    max-width: 800px;    margin: 40px auto;    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;    color: #334155; \/* 极具质感的高级深灰 *\/    line-height: 1.6;    padding: 0 16px;    -webkit-font-smoothing: antialiased;  }  \/* 统一的大牌感标题排版 *\/  .cr-section-title {    text-align: center;    font-size: 24px;    font-weight: 800;    color: #0f172a;    margin: 48px 0 24px 0;    text-transform: uppercase;    letter-spacing: 0.8px;    position: relative;  }  .cr-section-title::after {    content: \"\";    display: block;    width: 40px;    height: 3px;    background: #15803d; \/* 专属探索森林绿 *\/    margin: 8px auto 0 auto;    border-radius: 2px;  }  \/* --- 1. 首屏痛点共情模块 --- *\/  .cr-intro-block {    text-align: center;    background: #f8fafc;    border: 1px solid #f1f5f9;    padding: 32px 24px;    border-radius: 16px;    margin-bottom: 32px;    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);  }  .cr-intro-headline {    font-size: 22px;    font-weight: 800;    color: #0f172a;    margin-bottom: 12px;    text-transform: uppercase;    letter-spacing: 0.5px;  }  .cr-intro-p {    font-size: 14.5px;    color: #475569;    max-width: 620px;    margin: 0 auto;    line-height: 1.6;  }  \/* --- 媒体大图\/动图通用容器 --- *\/  .cr-media-wrap {    margin: 24px 0;    border-radius: 12px;    overflow: hidden;    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);  }  .cr-media-wrap img {    width: 100%;    height: auto;    display: block;  }  \/* --- 2. 三大核心升级（高逼格两列网格） --- *\/  .cr-upgrade-grid {    display: grid;    grid-template-columns: 1fr;    gap: 16px;    margin-top: 24px;  }  @media (min-width: 768px) {    .cr-upgrade-grid {      grid-template-columns: repeat(3, 1fr); \/* PC端自适应三列 *\/    }  }  .cr-upgrade-card {    padding: 20px;    border: 1px solid #e2e8f0;    border-radius: 12px;    background: #ffffff;    transition: transform 0.2s ease, border-color 0.2s ease;  }  .cr-upgrade-card:hover {    border-color: #cbd5e1;  }  .cr-card-header {    font-size: 15px;    color: #0f172a;    font-weight: 800;    display: flex;    align-items: center;    gap: 10px;    margin-bottom: 8px;  }  .hooma-num-badge {    width: 22px;    height: 22px;    background: rgba(21, 128, 61, 0.1);    color: #15803d;    border-radius: 50%;    display: inline-flex;    align-items: center;    justify-content: center;    font-size: 12px;    font-weight: 700;  }  .cr-card-p {    margin: 0;    font-size: 13.5px;    color: #475569;    line-height: 1.5;  }  \/* --- 3. 户外特征展示块（大牌感极简卡片） --- *\/  .cr-features-layout {    display: flex;    flex-direction: column;    gap: 16px;    margin-top: 24px;  }  .cr-feature-item {    background: #f8fafc;    border: 1px solid #e2e8f0;    border-radius: 12px;    padding: 20px;    display: flex;    align-items: flex-start;    gap: 16px;  }  .cr-feature-icon-box {    font-size: 22px;    background: #ffffff;    padding: 10px;    border-radius: 8px;    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);    flex-shrink: 0;    border: 1px solid #f1f5f9;  }  .cr-feature-h4 {    font-size: 16px;    margin: 0 0 6px 0;    color: #0f172a;    font-weight: 800;  }  .cr-feature-p {    font-size: 13.5px;    color: #475569;    margin: 0;    line-height: 1.5;  }  \/* --- 4. 场景体验列表（全屏化排版） --- *\/  .cr-scenario-box {    display: grid;    grid-template-columns: 1fr;    gap: 12px;    background: #ffffff;    padding: 8px 0;  }  @media (min-width: 768px) {    .cr-scenario-box {      grid-template-columns: repeat(2, 1fr);    }  }  .cr-scenario-p {    margin: 0;    font-size: 14px;    color: #475569;    line-height: 1.6;    padding: 10px 14px;    background: #f8fafc;    border-radius: 8px;    border-left: 3px solid #15803d;  }  .cr-scenario-p strong {    color: #0f172a;    font-weight: 700;  }  \/* --- 5. 规格参数矩阵（大牌感极简设计） --- *\/  .cr-specs-container {    background-color: #ffffff;    border: 1px solid #e2e8f0;    padding: 24px;    border-radius: 16px;    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03);  }  .cr-specs-headline {    color: #0f172a;    font-size: 16px;    margin: 0 0 20px 0;    font-weight: 800;    text-transform: uppercase;    letter-spacing: 0.5px;    display: flex;    align-items: center;    gap: 8px;  }  .cr-specs-grid {    display: flex;    flex-direction: column;    gap: 14px;    font-size: 13.5px;  }  .cr-spec-row {    border-bottom: 1px solid #f1f5f9;    padding-bottom: 10px;    display: flex;    flex-direction: column;  }  @media (min-width: 600px) {    .cr-spec-row {      flex-direction: row;      justify-content: space-between;      align-items: center;    }  }  .cr-spec-label {    font-weight: 700;    color: #0f172a;    margin-bottom: 4px;  }  @media (min-width: 600px) {    .cr-spec-label {      margin-bottom: 0;    }  }  .cr-spec-value {    color: #475569;  }  \/* 极致催单精美 Banner *\/  .cr-cta-banner {    background: linear-gradient(135deg, #15803d, #0f172a);    padding: 24px;    border-radius: 12px;    margin-top: 35px;    text-align: center;    box-shadow: 0 20px 25px -5px rgba(21, 128, 61, 0.1);  }  .cr-cta-text {    color: #ffffff;    margin: 0;    font-size: 18px;    font-weight: 800;    letter-spacing: 0.5px;  }\u003c\/style\u003e\u003cdiv class=\"cr-desc-wrapper\"\u003e    \u003c!-- 模块 1：痛点场景引入卡片 --\u003e  \u003cdiv class=\"cr-intro-block\"\u003e    \u003ch2 class=\"cr-intro-headline\"\u003eCampRock Folding Rocking Chair\u003c\/h2\u003e    \u003cp class=\"cr-intro-p\"\u003eSay goodbye to stiff, restrictive outdoor seating. Featuring a fully wrapped oversized design and a built-in cooler bag, the CampRock lets you sink into pure comfort and enjoy a smooth, rhythmic sway wherever your adventures take you.\u003c\/p\u003e  \u003c\/div\u003e  \u003c!-- 主视觉静态大图 --\u003e  \u003cdiv class=\"cr-media-wrap\"\u003e    \u003cimg alt=\"CampRock Chair Main\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7673\/0202\/files\/a4c741ec-b5dc-4b28-9e40-e3fc46f9db11.png?v=1780997096\"\u003e  \u003c\/div\u003e  \u003c!-- 模块 2：三大核心品质升级 --\u003e  \u003ch3 class=\"cr-section-title\"\u003eThree Premium Upgrades for Maximum Comfort\u003c\/h3\u003e    \u003c!-- 动态视频\/动图展示 1 --\u003e  \u003cdiv class=\"cr-media-wrap\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7673\/0202\/files\/6_9.gif?v=1780999051\" alt=\"Comfort Features\"\u003e  \u003c\/div\u003e  \u003cdiv class=\"cr-upgrade-grid\"\u003e    \u003cdiv class=\"cr-upgrade-card\"\u003e      \u003cdiv class=\"cr-card-header\"\u003e        \u003cspan class=\"hooma-num-badge\"\u003e1\u003c\/span\u003e Luxurious Double-Layer Padding      \u003c\/div\u003e      \u003cp class=\"cr-card-p\"\u003eHigh-resilience, breathable padding contours to your body, relieving pressure and preventing flattening even after hours of lounging.\u003c\/p\u003e    \u003c\/div\u003e        \u003cdiv class=\"cr-upgrade-card\"\u003e      \u003cdiv class=\"cr-card-header\"\u003e        \u003cspan class=\"hooma-num-badge\"\u003e2\u003c\/span\u003e Fully Wrapped Oversized Design      \u003c\/div\u003e      \u003cp class=\"cr-card-p\"\u003eAn extra-wide, ergonomic seat tailored for ultimate relaxation, giving your arms, shoulders, and back complete, uncompromised support.\u003c\/p\u003e    \u003c\/div\u003e        \u003cdiv class=\"cr-upgrade-card\"\u003e      \u003cdiv class=\"cr-card-header\"\u003e        \u003cspan class=\"hooma-num-badge\"\u003e3\u003c\/span\u003e Smooth \u0026amp; Secure Rocking Motion      \u003c\/div\u003e      \u003cp class=\"cr-card-p\"\u003eEngineered with a scientifically calculated curved base and a sturdy anti-tipping structure for a gentle, breezy sway that feels entirely effortless.\u003c\/p\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 动态视频\/动图展示 2 --\u003e  \u003cdiv class=\"cr-media-wrap\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7673\/0202\/files\/6_9_1.gif?v=1780999371\" alt=\"Rocking Motion Demo\"\u003e  \u003c\/div\u003e  \u003c!-- 模块 3：专为户外爱好者定制特征 --\u003e  \u003ch3 class=\"cr-section-title\"\u003eTailor-Made Features for Outdoor Lovers\u003c\/h3\u003e    \u003cdiv class=\"cr-features-layout\"\u003e    \u003cdiv class=\"cr-feature-item\"\u003e      \u003cdiv class=\"cr-feature-icon-box\"\u003e❄️\u003c\/div\u003e      \u003cdiv\u003e        \u003ch4 class=\"cr-feature-h4\"\u003eIntegrated Cooling Bag\u003c\/h4\u003e        \u003cp class=\"cr-feature-p\"\u003eA spacious zipper cooler bag built under the armrest keeps multiple beverage cans ice-cold and right at your fingertips.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e        \u003cdiv class=\"cr-feature-item\"\u003e      \u003cdiv class=\"cr-feature-icon-box\"\u003e🥤\u003c\/div\u003e      \u003cdiv\u003e        \u003ch4 class=\"cr-feature-h4\"\u003eCup Holder \u0026amp; Side Pocket\u003c\/h4\u003e        \u003cp class=\"cr-feature-p\"\u003eEquipped with a secure cup holder and storage slots to keep your phone, books, and essentials neatly organized.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e        \u003cdiv class=\"cr-feature-item\"\u003e      \u003cdiv class=\"cr-feature-icon-box\"\u003e💪\u003c\/div\u003e      \u003cdiv\u003e        \u003ch4 class=\"cr-feature-h4\"\u003eSturdy X-Shaped Steel Frame\u003c\/h4\u003e        \u003cp class=\"cr-feature-p\"\u003eConstructed with thickened, corrosion-resistant steel pipes and a heavy-duty cross-braced structure for reliable stability.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 户外大场景质感图 --\u003e  \u003cdiv class=\"cr-media-wrap\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7673\/0202\/files\/71GrxcM3uyL._AC_SL1500.webp?v=1781081371\" alt=\"CampRock Durability Proof\"\u003e  \u003c\/div\u003e  \u003c!-- 模块 4：多元生活方式场景应用 --\u003e  \u003ch3 class=\"cr-section-title\"\u003eOne Chair, Endless Scenarios\u003c\/h3\u003e    \u003cdiv class=\"cr-media-wrap\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0721\/7673\/0202\/files\/81_3Y1rTUiL._AC_SL1500_8613df13-66c1-4c73-bc80-35b071647d3a.jpg?v=1780997170\" alt=\"Lifestyle Scenarios\"\u003e  \u003c\/div\u003e    \u003cdiv class=\"cr-scenario-box\"\u003e    \u003cp class=\"cr-scenario-p\"\u003e\u003cstrong\u003e🏕️ Wilderness Camping:\u003c\/strong\u003e The ultimate destination after a long trek—unwind and watch the sunset or starry night sky.\u003c\/p\u003e    \u003cp class=\"cr-scenario-p\"\u003e\u003cstrong\u003e🏖️ Beach Getaways:\u003c\/strong\u003e Feel the ocean breeze, sip on an ice-cold beer, and embrace the perfect worry-free holiday.\u003c\/p\u003e    \u003cp class=\"cr-scenario-p\"\u003e\u003cstrong\u003e🏡 Backyard \u0026amp; Patio:\u003c\/strong\u003e Perfect for a peaceful weekend afternoon with a great book, a fresh cup of coffee, and total serenity.\u003c\/p\u003e    \u003cp class=\"cr-scenario-p\"\u003e\u003cstrong\u003e🏀 Sporting Events:\u003c\/strong\u003e Ditch the hard stadium plastic seats—upgrade your cheer station to a VIP plush lounge capsule.\u003c\/p\u003e  \u003c\/div\u003e  \u003c!-- 模块 5：硬核规格参数卡（大牌设计） --\u003e  \u003cdiv class=\"cr-specs-container\" style=\"margin-top: 48px;\"\u003e    \u003ch3 class=\"cr-specs-headline\"\u003e      \u003cspan style=\"background: rgba(21, 128, 61, 0.1); padding: 6px; border-radius: 6px; margin-right: 4px;\"\u003e📋\u003c\/span\u003e       Specifications \u0026amp; Packing List    \u003c\/h3\u003e    \u003cdiv class=\"cr-specs-grid\"\u003e      \u003cdiv class=\"cr-spec-row\"\u003e        \u003cspan class=\"cr-spec-label\"\u003eProduct Type\u003c\/span\u003e        \u003cspan class=\"cr-spec-value\"\u003ePremium Folding Rocking Chair\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"cr-spec-row\"\u003e        \u003cspan class=\"cr-spec-label\"\u003eFrame Material\u003c\/span\u003e        \u003cspan class=\"cr-spec-value\"\u003eHeavy-duty, corrosion-resistant coated steel frame\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"cr-spec-row\"\u003e        \u003cspan class=\"cr-spec-label\"\u003eFabric Material\u003c\/span\u003e        \u003cspan class=\"cr-spec-value\"\u003eHigh-density tear-resistant Oxford fabric + Double-layer plush padding\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"cr-spec-row\"\u003e        \u003cspan class=\"cr-spec-label\"\u003ePortability\u003c\/span\u003e        \u003cspan class=\"cr-spec-value\"\u003eInstant 1-second setup\/fold. Includes a heavy-duty matching travel carry bag\u003c\/span\u003e      \u003c\/div\u003e      \u003cdiv class=\"cr-spec-row\" style=\"border-bottom: none; padding-bottom: 0;\"\u003e        \u003cspan class=\"cr-spec-label\"\u003ePackage Includes\u003c\/span\u003e        \u003cspan class=\"cr-spec-value\"\u003e1 × Folding Rocking Chair, 1 × Premium Carry Bag, 1 × User Manual\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 极致催单高转化横幅 --\u003e  \u003cdiv class=\"cr-cta-banner\"\u003e    \u003cp class=\"cr-cta-text\"\u003e🎯 UPGRADE YOUR OUTDOOR COMFORT STATION TODAY!\u003c\/p\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Black-Grey","offer_id":51998417453377,"sku":null,"price":29.9,"currency_code":"USD","in_stock":true},{"title":"Azure Blue","offer_id":51998417486145,"sku":null,"price":29.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/2478\/4193\/files\/61G35YZPl3L._AC_SL1500.webp?v=1784539584","url":"https:\/\/www.orvenix.shop\/products\/yy","provider":"My Store","version":"1.0","type":"link"}