{"product_id":"garvee-20ft-luxury-bell-tent-spacious-pss-33krem58","title":"Garvee 20ft Luxury Bell Tent, Spacious Polycotton Canvas Yurt Tent for Glamping, Weather-Resistant Family Camping Shelter - Beige, 20' x 20' x 11.5'","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* 调色盘：大地奢野色调 (Warm Earth \u0026 Forest Green) - 极致豪华露营美学 *\/\n  :root {\n    --tent-primary: #1c2826;     \/* 沉稳墨绿\/近黑 *\/\n    --tent-accent: #2d5a27;      \/* 森林绿 *\/\n    --tent-accent-hover: #1e3d1a;\/* 悬停深绿 *\/\n    --tent-gold: #c68a4c;        \/* 暖沙金\/皮革棕 *\/\n    --tent-bg-light: #f9f8f6;    \/* 暖米白背景 *\/\n    --tent-card-bg: #ffffff;    \/* 纯白卡片 *\/\n    --tent-text-main: #2b2d2f;  \/* 易读深灰 *\/\n    --tent-text-muted: #62666a;  \/* 辅助中灰 *\/\n    --tent-shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.04);\n    --tent-shadow-md: 0 10px 25px -5px rgba(28, 40, 38, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);\n    --tent-shadow-lg: 0 20px 25px -5px rgba(45, 90, 39, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.06);\n  }\n\n  .tent-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--tent-text-main);\n    line-height: 1.6;\n    background-color: #ffffff;\n    padding: 10px;\n  }\n\n  .tent-container *,\n  .tent-container *::before,\n  .tent-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 通用图片容器与 Hover 放大交互 *\/\n  .tent-media-box {\n    position: relative;\n    overflow: hidden;\n    border-radius: 14px;\n    box-shadow: var(--tent-shadow-md);\n    background-color: var(--tent-bg-light);\n  }\n\n  .tent-media-box img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .tent-media-box:hover img {\n    transform: scale(1.035);\n  }\n\n  \/* 1. Hero 顶部大图区 *\/\n  .tent-hero {\n    background: var(--tent-primary);\n    border-radius: 16px;\n    overflow: hidden;\n    margin-bottom: 40px;\n    box-shadow: var(--tent-shadow-md);\n    border-bottom: 4px solid var(--tent-gold);\n  }\n\n  .tent-hero-image-wrap {\n    width: 100%;\n    overflow: hidden;\n    max-height: 520px;\n  }\n\n  .tent-hero-image-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .tent-hero-label {\n    padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 32px);\n    background: linear-gradient(180deg, #1c2826 0%, #263835 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .tent-hero-badge {\n    display: inline-block;\n    background: rgba(198, 138, 76, 0.2);\n    color: #e5b378;\n    border: 1px solid rgba(198, 138, 76, 0.4);\n    padding: 4px 16px;\n    border-radius: 50px;\n    font-size: 0.82rem;\n    font-weight: 600;\n    letter-spacing: 0.8px;\n    margin-bottom: 12px;\n    text-transform: uppercase;\n  }\n\n  .tent-hero-label h1 {\n    font-size: clamp(1.4rem, 3.2vw, 2.2rem);\n    font-weight: 800;\n    margin: 0 0 12px 0;\n    color: #ffffff !important;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .tent-hero-label p {\n    font-size: clamp(0.92rem, 1.8vw, 1.05rem);\n    color: #d1d5db;\n    max-width: 820px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* 2. 核心卖点网格（PC 3列 ➔ 手机 1列） *\/\n  .tent-grid-3col {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 45px;\n  }\n\n  .tent-card {\n    background-color: var(--tent-card-bg);\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    padding: 24px 20px;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n    box-shadow: var(--tent-shadow-sm);\n  }\n\n  .tent-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--tent-accent);\n    box-shadow: var(--tent-shadow-lg);\n  }\n\n  .tent-card-icon {\n    width: 44px;\n    height: 44px;\n    background-color: rgba(45, 90, 39, 0.1);\n    color: var(--tent-accent);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.3rem;\n    margin-bottom: 14px;\n  }\n\n  .tent-card h3 {\n    color: var(--tent-primary);\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n\n  .tent-card p {\n    font-size: 0.9rem;\n    color: var(--tent-text-muted);\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* 3. 交错图文模块 (Z-Pattern Flow) *\/\n  .tent-flex {\n    display: flex;\n    align-items: center;\n    padding: 30px 0;\n    gap: 40px;\n  }\n\n  .tent-flex.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .tent-media, .tent-content {\n    flex: 1 1 48%;\n  }\n\n  .tent-content {\n    padding: 10px;\n  }\n\n  .tent-tag {\n    display: inline-block;\n    color: var(--tent-gold);\n    font-weight: 700;\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    margin-bottom: 8px;\n  }\n\n  .tent-content h2 {\n    font-size: clamp(1.25rem, 2.5vw, 1.65rem);\n    color: var(--tent-primary);\n    margin: 0 0 14px 0;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .tent-content p {\n    font-size: clamp(0.92rem, 1.5vw, 1rem);\n    color: var(--tent-text-main);\n    line-height: 1.65;\n    margin: 0 0 16px 0;\n  }\n\n  \/* 勾选式属性清单 *\/\n  .tent-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .tent-feature-list li {\n    font-size: 0.9rem;\n    color: var(--tent-text-muted);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n  }\n\n  .tent-feature-list li::before {\n    content: \"✓\";\n    color: var(--tent-accent);\n    font-weight: bold;\n    margin-right: 8px;\n    background: rgba(45, 90, 39, 0.1);\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.75rem;\n    flex-shrink: 0;\n  }\n\n  \/* 4. 技术规格参数面板 *\/\n  .tent-spec-panel {\n    margin: 50px 0 20px;\n    padding: clamp(20px, 4vw, 35px);\n    background-color: var(--tent-bg-light);\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n  }\n\n  .tent-spec-panel h2 {\n    color: var(--tent-primary);\n    text-align: center;\n    margin: 0 0 24px 0;\n    font-size: clamp(1.2rem, 2.2vw, 1.5rem);\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .tent-table-wrapper {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: 10px;\n    box-shadow: var(--tent-shadow-sm);\n  }\n\n  .tent-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    text-align: left;\n    white-space: normal;\n  }\n\n  .tent-table td {\n    padding: 14px 18px;\n    font-size: 0.92rem;\n    border-bottom: 1px solid #f3f4f6;\n  }\n\n  .tent-table tr:nth-child(even) {\n    background-color: #f9fafb;\n  }\n\n  .tent-table tr:hover {\n    background-color: rgba(45, 90, 39, 0.02);\n  }\n\n  .tent-table tr td:first-child {\n    font-weight: 700;\n    color: var(--tent-primary);\n    width: 35%;\n    min-width: 130px;\n  }\n\n  .tent-table tr td:last-child {\n    color: var(--tent-text-main);\n  }\n\n  .tent-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* 📱 移动端自适应响应断点 *\/\n  @media screen and (max-width: 768px) {\n    .tent-container {\n      padding: 5px;\n    }\n\n    .tent-hero {\n      border-radius: 12px;\n      margin-bottom: 25px;\n    }\n\n    .tent-grid-3col {\n      grid-template-columns: 1fr;\n      gap: 14px;\n      margin-bottom: 30px;\n    }\n\n    .tent-card {\n      padding: 18px 16px;\n    }\n\n    .tent-flex, .tent-flex.reverse {\n      flex-direction: column;\n      gap: 20px;\n      padding: 20px 0;\n    }\n\n    .tent-media, .tent-content {\n      width: 100%;\n      flex: none;\n    }\n\n    .tent-content {\n      padding: 0 4px;\n    }\n\n    .tent-spec-panel {\n      padding: 20px 14px;\n      margin-top: 30px;\n    }\n\n    .tent-table td {\n      padding: 12px 12px;\n      font-size: 0.88rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tent-container\"\u003e\n\u003c!-- 1. Hero 顶部大图区（第 1 张图） --\u003e\n\u003csection class=\"tent-hero\"\u003e\n\u003cdiv class=\"tent-hero-image-wrap\"\u003e\u003cimg alt=\"Expansive Luxury Polycotton Bell Tent Hero Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_150daa32bbbd711e_241deaef-5acf-46cc-bf61-2d5ed21264a5.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tent-hero-label\"\u003e\n\u003cspan class=\"tent-hero-badge\"\u003eGrand Luxury Glamping Escape\u003c\/span\u003e\n\u003ch1\u003e20ft x 20ft Premium Polycotton Bell Tent\u003c\/h1\u003e\n\u003cp\u003eElevate outdoor living to a grand scale. Featuring a towering 11.5ft peak height, breathable 210g polyester-cotton fabric, and robust all-weather shelter for large family glamping, events, and outdoor retreats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. 核心卖点卡片网格 --\u003e\n\u003csection class=\"tent-grid-3col\"\u003e\n\u003cdiv class=\"tent-card\"\u003e\n\u003cdiv class=\"tent-card-icon\"\u003e🏰\u003c\/div\u003e\n\u003ch3\u003eGrand 20ft x 20ft Interior\u003c\/h3\u003e\n\u003cp\u003eA staggering 11.5ft peak height easily accommodates multiple beds, lounge furniture, and decor with headroom to spare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-card\"\u003e\n\u003cdiv class=\"tent-card-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eBreathable 210g Polycotton\u003c\/h3\u003e\n\u003cp\u003eHigh-density polyester-cotton blend naturally balances air temperature and suppresses moisture for all-season comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-card\"\u003e\n\u003cdiv class=\"tent-card-icon\"\u003e🌧️\u003c\/div\u003e\n\u003ch3\u003eWeather-Resistant Shield\u003c\/h3\u003e\n\u003cp\u003eEngineered with reinforced double stitching and waterproof fabric to deliver reliable shelter during rain and wind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 图文交错模块 (Z-Pattern Flow) --\u003e \u003c!-- 模块 1（第 2 张图） --\u003e\n\u003cdiv class=\"tent-flex\"\u003e\n\u003cdiv class=\"tent-media\"\u003e\n\u003cdiv class=\"tent-media-box\"\u003e\u003cimg alt=\"Expansive Luxury Space Inside the 20ft Bell Tent\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_df70df807bafa417_8e81c3f1-18d9-44ba-87cc-8482e2e3df59.jpg?v=1785375271\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eExpansive Space\u003c\/span\u003e\n\u003ch2\u003eGrand Interior for Ultimate Luxury Glamping\u003c\/h2\u003e\n\u003cp\u003eBoasting a massive 20ft x 20ft footprint and a soaring 11.5ft central ceiling, this flagship bell tent creates a majestic atmosphere perfect for large families, glamping setups, or outdoor events.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003e20ft x 20ft footprint with an impressive 11.5ft center peak\u003c\/li\u003e\n\u003cli\u003eAccommodates multiple queen beds, sofas, tables, \u0026amp; decor\u003c\/li\u003e\n\u003cli\u003eIdeal for family reunions, glamping businesses, or private retreats\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2（第 3 张图） --\u003e\n\u003cdiv class=\"tent-flex reverse\"\u003e\n\u003cdiv class=\"tent-media\"\u003e\n\u003cdiv class=\"tent-media-box\"\u003e\u003cimg alt=\"Heavy Duty 210g Polycotton Fabric Texture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_7dca81495801758a_9cc8fa67-f5e0-43d8-9247-4a07de4ee1d4.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eFour-Season Fabric\u003c\/span\u003e\n\u003ch2\u003ePremium 210g Polycotton Canvas\u003c\/h2\u003e\n\u003cp\u003eWoven from a heavy-duty 210g polyester-cotton blend that achieves the ideal balance between cotton's natural breathability and polyester's rugged structural durability.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eSuperior breathability maintains a fresh indoor microclimate\u003c\/li\u003e\n\u003cli\u003eTear-resistant \u0026amp; UV-durable blend built for multi-season use\u003c\/li\u003e\n\u003cli\u003eEffectively reduces interior humidity and condensation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3（第 4 张图） --\u003e\n\u003cdiv class=\"tent-flex\"\u003e\n\u003cdiv class=\"tent-media\"\u003e\n\u003cdiv class=\"tent-media-box\"\u003e\u003cimg alt=\"Easy Assembly Center Pole and Panoramic Air Vents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_11f556b4e670b0fa_c3d603c6-7d27-4679-a094-4583848fe848.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eVentilation \u0026amp; Setup\u003c\/span\u003e\n\u003ch2\u003eStraightforward Pitching \u0026amp; Optimal Airflow\u003c\/h2\u003e\n\u003cp\u003eEngineered for effortless setup despite its large scale, utilizing a sturdy central support pole. Large mesh-lined doors and perimeter windows allow continuous airflow and panoramic views.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eCenter pole support system ensures a straightforward assembly\u003c\/li\u003e\n\u003cli\u003eLarge doorway and zippered mesh windows promote cross-breeze\u003c\/li\u003e\n\u003cli\u003eInsect-proof mesh keeps bugs out while offering outdoor vistas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4（第 5 张图） --\u003e\n\u003cdiv class=\"tent-flex reverse\"\u003e\n\u003cdiv class=\"tent-media\"\u003e\n\u003cdiv class=\"tent-media-box\"\u003e\u003cimg alt=\"Wind-Resistant Distinctive Yurt Architecture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_6f0cef0ef42a1027_5ff99b06-6024-494b-8bcf-fa18421b10ce.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eArchitectural Stability\u003c\/span\u003e\n\u003ch2\u003eDistinctive Yurt Structure \u0026amp; Wind Stability\u003c\/h2\u003e\n\u003cp\u003eThe iconic cone bell geometry efficiently sheds wind resistance, anchoring firmly into the ground to provide exceptional stability across campsites, parks, and private grounds.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eConical bell geometry deflects strong wind gusts naturally\u003c\/li\u003e\n\u003cli\u003eHeavy-duty tie-downs \u0026amp; guy lines ensure maximum stability\u003c\/li\u003e\n\u003cli\u003eStunning visual appeal that stands out at any glamping location\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 5（第 6 张图） --\u003e\n\u003cdiv class=\"tent-flex\"\u003e\n\u003cdiv class=\"tent-media\"\u003e\n\u003cdiv class=\"tent-media-box\"\u003e\u003cimg alt=\"All-Weather Waterproof Protection and Heavy Duty Seams\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_43b8d4541d4690cd.jpg?v=1785375269\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eAll-Weather Protection\u003c\/span\u003e\n\u003ch2\u003eReliable Rain \u0026amp; Weather Protection\u003c\/h2\u003e\n\u003cp\u003eConstructed with waterproof materials and reinforced double stitching to ensure you, your guests, and interior furnishings remain completely dry and secure in rainy weather.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eReinforced seam stitching stops water infiltration effectively\u003c\/li\u003e\n\u003cli\u003eHeavy-duty ground sheet blocks moisture from the soil\u003c\/li\u003e\n\u003cli\u003eEngineered for safe and dependable year-round excursions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 技术规格参数面板 --\u003e\n\u003cdiv class=\"tent-spec-panel\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"tent-table-wrapper\"\u003e\n\u003ctable class=\"tent-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTent Dimensions\u003c\/td\u003e\n\u003ctd\u003e20 ft x 20 ft x 11.5 ft (6m x 6m x 3.5m)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFabric Material\u003c\/td\u003e\n\u003ctd\u003e210g High-Density Polyester-Cotton Blend (Polycotton)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStructure Type\u003c\/td\u003e\n\u003ctd\u003eClassic Yurt \/ Bell Tent (Single Center Pole)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeping Capacity\u003c\/td\u003e\n\u003ctd\u003eAccommodates Large Families \/ Groups (8-10 Persons)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeather Resistance\u003c\/td\u003e\n\u003ctd\u003eWaterproof Seams, Wind-Resistant Geometry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVentilation\u003c\/td\u003e\n\u003ctd\u003eZippered Mesh Entrance Door \u0026amp; Perimeter Air Windows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eLuxury Glamping, Family Reunions, Events, Backyard Retreats\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"19.68 Ft (6M)","offer_id":54280447689017,"sku":"PSS_33KREM58","price":689.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp_xktyj1c.jpg?v=1785375277","url":"https:\/\/www.garvee.com\/products\/garvee-20ft-luxury-bell-tent-spacious-pss-33krem58","provider":"GARVEE","version":"1.0","type":"link"}