{"product_id":"garvee-16-4ft-luxury-bell-tent-pss-33krwtu4","title":"Garvee 16.4ft Luxury Bell Tent, Spacious Polycotton Canvas Yurt Tent for Glamping, Weather-Resistant Family Camping Shelter - Beige, 16.4' x 16.4' x 9.8'","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=\"Spacious Glamping Polycotton Bell Tent Hero Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_150daa32bbbd711e_5dcb6159-ac36-4a98-9fcf-bc3563984593.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tent-hero-label\"\u003e\n\u003cspan class=\"tent-hero-badge\"\u003eSpacious Luxury Retreat\u003c\/span\u003e\n\u003ch1\u003e16.4ft x 16.4ft Premium Polycotton Bell Tent\u003c\/h1\u003e\n\u003cp\u003eEnjoy an expansive glamping sanctuary. Featuring a soaring 9.8ft peak height, breathable 210g polyester-cotton fabric, and robust weather-resistant shelter tailored for families, bedroom-and-lounge setups, and outdoor adventures.\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\u003eGenerous 16.4ft x 16.4ft Space\u003c\/h3\u003e\n\u003cp\u003eA towering 9.8ft central peak provides generous headroom to easily create a full bedroom setup alongside a cozy lounge area.\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 balances air movement and temperature for a fresh indoor climate in every season.\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 Shelter\u003c\/h3\u003e\n\u003cp\u003eReinforced double stitching and waterproof materials deliver dependable protection against rain and windy conditions.\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=\"Spacious Interior Layout of 16.4ft Bell Tent\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_df70df807bafa417_b8bb201e-cfc9-4cda-9b46-05b6cd505226.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eSpacious Living Area\u003c\/span\u003e\n\u003ch2\u003eVersatile Interior for Family Glamping\u003c\/h2\u003e\n\u003cp\u003eWith its generous 16.4ft x 16.4ft footprint and 9.8ft ceiling, this bell tent offers plenty of room for queen beds, comfortable seating, camping gear, and family activities with absolute freedom of movement.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003e16.4ft x 16.4ft footprint with 9.8ft central peak standing height\u003c\/li\u003e\n\u003cli\u003eAccommodates full bedroom furniture, lounge chairs, or up to 6-8 campers\u003c\/li\u003e\n\u003cli\u003ePerfect for family camping trips, backyard sanctuaries, and glamping sites\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=\"Premium 210g Polycotton Fabric Close-Up\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_7dca81495801758a_1945fad6-c186-46bd-b226-d3aadb56ec66.jpg?v=1785375269\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eHigh-Density Material\u003c\/span\u003e\n\u003ch2\u003ePremium 210g Polycotton Blend\u003c\/h2\u003e\n\u003cp\u003eCrafted from a high-density 210g polyester-cotton canvas that offers the soft breathability of natural cotton paired with the tough, tear-resistant strength of polyester.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eEssential breathability minimizes interior humidity and condensation\u003c\/li\u003e\n\u003cli\u003eRugged construction resists tear, abrasion, and seasonal wear\u003c\/li\u003e\n\u003cli\u003eMaintains a temperate indoor environment across changing weather\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 Pitch Center Pole Support and Airflow Windows\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_11f556b4e670b0fa.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eAssembly \u0026amp; Airflow\u003c\/span\u003e\n\u003ch2\u003eStraightforward Assembly \u0026amp; Fresh Air Flow\u003c\/h2\u003e\n\u003cp\u003eDesigned for convenient pitching using a single center-pole support structure. A wide entrance doorway and mesh perimeter windows create continuous airflow for a refreshing atmosphere.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eCenter pole design allows for straightforward, hassle-free pitching\u003c\/li\u003e\n\u003cli\u003eLarge entrance door and mesh windows optimize breeze circulation\u003c\/li\u003e\n\u003cli\u003eInsect-mesh lining keeps bug pests out while enjoying the views\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=\"Distinctive Bell Yurt Shape and Wind Anchorage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_6f0cef0ef42a1027.jpg?v=1785375269\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eIconic Design\u003c\/span\u003e\n\u003ch2\u003eDistinctive Yurt Structure \u0026amp; Wind Stability\u003c\/h2\u003e\n\u003cp\u003eThe iconic bell tent profile provides exceptional aerodynamic stability in windy weather while displaying an elegant, eye-catching aesthetic at campsites, parks, or private retreats.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eConical bell geometry deflects gusty winds effectively\u003c\/li\u003e\n\u003cli\u003eReinforced tie-downs \u0026amp; heavy-duty guy lines for firm anchorage\u003c\/li\u003e\n\u003cli\u003eClassic yurt aesthetic enhances any outdoor setting\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=\"Weatherproof Double Stitching and Waterproof Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_43b8d4541d4690cd_09233665-10b0-47b1-813e-31ead284184c.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eElement Shield\u003c\/span\u003e\n\u003ch2\u003eReliable Rain \u0026amp; Moisture Protection\u003c\/h2\u003e\n\u003cp\u003eConstructed with reinforced stitching and waterproof-treated canvas to keep you, your family, and your gear completely dry and protected during outdoor excursions.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eReinforced seam stitching stops water infiltration\u003c\/li\u003e\n\u003cli\u003eProtective ground sheet seals out ground moisture and dampness\u003c\/li\u003e\n\u003cli\u003eEngineered for safe and comfortable multi-season camping\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\u003e16.4 ft x 16.4 ft x 9.8 ft (5m x 5m x 3m)\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\u003eIdeal for Families \/ Groups (6-8 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\u003eFamily Glamping, Camping, Backyard Sanctuary, Outdoor Events\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":"16.4 Ft (5M)","offer_id":54280447721785,"sku":"PSS_33KRWTU4","price":559.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp_xktyj1c_50ab6d26-d221-4b9b-bc2f-ab5894efc976.jpg?v=1785375278","url":"https:\/\/www.garvee.com\/products\/garvee-16-4ft-luxury-bell-tent-pss-33krwtu4","provider":"GARVEE","version":"1.0","type":"link"}