{"product_id":"garvee-9-8ft-luxury-bell-tent-pss-33krw4xy","title":"Garvee 9.8ft Luxury Bell Tent, Compact Polycotton Canvas Yurt Tent for Glamping, Weather-Resistant Outdoor Camping Shelter - Beige, 9.8' x 9.8' x 6.6'","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=\"Compact Glamping Polycotton Bell Tent Hero Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_150daa32bbbd711e.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tent-hero-label\"\u003e\n\u003cspan class=\"tent-hero-badge\"\u003eCompact Outdoor Escape\u003c\/span\u003e\n\u003ch1\u003e9.8ft x 9.8ft Premium Polycotton Bell Tent\u003c\/h1\u003e\n\u003cp\u003eAn intimate and cozy retreat for solo adventurers and couples. Crafted with high-density 210g polyester-cotton fabric, a quick central-pole setup, and all-weather durability for campsites and backyard getaways.\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\u003eCompact 9.8ft x 9.8ft Space\u003c\/h3\u003e\n\u003cp\u003eConvenient 6.6ft peak height provides a cozy, easy-to-pitch shelter perfectly sized for 1 to 2 campers.\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 airflow to reduce condensation and maintain a cool interior.\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 Protection\u003c\/h3\u003e\n\u003cp\u003eEngineered with reinforced double stitching and waterproof materials to keep you dry and safe in changing weather.\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=\"Cozy Interior Setup of 9.8ft Bell Tent\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_df70df807bafa417_8b69d75e-40fb-403a-bdd2-96e1dcf87f9c.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eIntimate Layout\u003c\/span\u003e\n\u003ch2\u003eCozy \u0026amp; Comfortable Glamping Escape\u003c\/h2\u003e\n\u003cp\u003eMeasuring 9.8ft x 9.8ft with a 6.6ft central peak, this bell tent offers a warm, comfortable space tailored for solo glampers or couples seeking a romantic outdoor adventure.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003e9.8ft x 9.8ft footprint with 6.6ft standing center height\u003c\/li\u003e\n\u003cli\u003eIdeal size for queen air mattresses or camping cots\u003c\/li\u003e\n\u003cli\u003eCompact footprint fits easily into smaller campsites or backyards\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=\"High Density 210g Polycotton Fabric Texture\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_7dca81495801758a_c98df83a-2e45-415f-a805-099c38dda37d.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003ePremium Fabric\u003c\/span\u003e\n\u003ch2\u003e210g Heavy-Duty Polycotton Canvas\u003c\/h2\u003e\n\u003cp\u003eBuilt from a premium 210g polyester-cotton canvas blend that combines the natural breathability of cotton with the long-lasting tear resistance and strength of polyester.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eSuperior breathability prevents interior mugginess\u003c\/li\u003e\n\u003cli\u003eTough polyester-cotton blend resists wear and UV degradation\u003c\/li\u003e\n\u003cli\u003eDelivers year-round comfort across different outdoor seasons\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=\"Center Pole Assembly and Breathable Air Flow Vents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_11f556b4e670b0fa_a0965ba5-d81f-4fab-bf37-38a848b7c07c.jpg?v=1785375271\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eConvenient Setup\u003c\/span\u003e\n\u003ch2\u003eEasy Assembly \u0026amp; Refreshing Ventilation\u003c\/h2\u003e\n\u003cp\u003eEnjoy hassle-free pitching thanks to the intuitive center-pole support structure. Large entrance doors and integrated wall vents allow continuous airflow for a fresh indoor atmosphere.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eStraightforward single center-pole pitching process\u003c\/li\u003e\n\u003cli\u003eWide zippered entrance with mesh layer for bug-free breeze\u003c\/li\u003e\n\u003cli\u003eStrategic air vents maintain optimal airflow throughout the day\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 Guy Rope Anchoring\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_6f0cef0ef42a1027_846eeab9-603a-4899-9df0-5869d18b4433.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eStable Structure\u003c\/span\u003e\n\u003ch2\u003eDistinctive Yurt Design \u0026amp; Wind Resistance\u003c\/h2\u003e\n\u003cp\u003eThe timeless bell tent architecture naturally sheds wind resistance while offering an aesthetically pleasing profile that turns heads at any campground or park.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eClassic conical yurt profile channels wind around the tent\u003c\/li\u003e\n\u003cli\u003eHeavy-duty guy lines \u0026amp; ground pegs ensure rock-solid stability\u003c\/li\u003e\n\u003cli\u003eElegant aesthetic perfect for photography \u0026amp; outdoor events\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=\"Waterproof Seams and Ground Sheet Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_43b8d4541d4690cd_2d3d901a-d785-4f95-b9e1-f1033c5bf80b.jpg?v=1785375271\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eWeather Protection\u003c\/span\u003e\n\u003ch2\u003eReliable Rain \u0026amp; Moisture Shield\u003c\/h2\u003e\n\u003cp\u003eConstructed with waterproof-treated fabric and reinforced seam stitching, ensuring you stay completely dry and protected when uninvited rain showers arrive.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eReinforced seam stitching stops water infiltration\u003c\/li\u003e\n\u003cli\u003eDurable floor mat blocks ground dampness \u0026amp; moisture\u003c\/li\u003e\n\u003cli\u003eEngineered for safe and dependable outdoor 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\u003e9.8 ft x 9.8 ft x 6.6 ft (3m x 3m x 2.0m)\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 Solo Campers or Couples (1-2 Persons)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeatherproof Features\u003c\/td\u003e\n\u003ctd\u003eWaterproof Seams, Reinforced Guy Line Tensioners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVentilation\u003c\/td\u003e\n\u003ctd\u003eZippered Mesh Door \u0026amp; Perimeter Air Windows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eGlamping, Camping, Backyard Getaways, 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":"9.84 Ft（3M）","offer_id":54280447820089,"sku":"PSS_33KRW4XY","price":319.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp_xktyj1c_df9c0800-9269-4b2e-968e-f3b51e52e25c.jpg?v=1785375278","url":"https:\/\/www.garvee.com\/products\/garvee-9-8ft-luxury-bell-tent-pss-33krw4xy","provider":"GARVEE","version":"1.0","type":"link"}