{"product_id":"garvee-13-1ft-luxury-bell-tent-pss-33kr3esd","title":"Garvee 13.1ft Luxury Bell Tent, Spacious Polycotton Canvas Yurt Tent for Glamping, Weather-Resistant Family Camping Shelter - Beige, 13.1' x 13.1' x 8.2'","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=\"Glamping Polycotton Bell Tent Hero Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_150daa32bbbd711e_5651583e-c657-4d47-994a-9c5734122841.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tent-hero-label\"\u003e\n\u003cspan class=\"tent-hero-badge\"\u003eUltimate Outdoor Retreat\u003c\/span\u003e\n\u003ch1\u003e13.1ft x 13.1ft Premium Polycotton Bell Tent\u003c\/h1\u003e\n\u003cp\u003eTransform your camping trips into a luxurious glamping experience. Built with breathable 210g polyester-cotton fabric, a robust center pole, and all-weather protection for couples, families, and outdoor enthusiasts.\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\u003eSpacious 13.1ft x 13.1ft Room\u003c\/h3\u003e\n\u003cp\u003eGenerous 8.2ft peak height offers ample room for queen beds or multiple sleeping setups with full standing headroom.\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 and temperature to reduce condensation in all seasons.\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\u003eAll-Weather Shelter\u003c\/h3\u003e\n\u003cp\u003eReinforced heavy-duty stitching and waterproof construction shield against rain, wind, and outdoor weather 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 the Glamping Yurt Tent\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_df70df807bafa417.jpg?v=1785375269\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eComfortable Space\u003c\/span\u003e\n\u003ch2\u003eExpansive Interior for Ultimate Glamping\u003c\/h2\u003e\n\u003cp\u003eMeasuring 13.1ft x 13.1ft with a soaring 8.2ft ceiling, this bell tent creates a cozy yet spacious living area ideal for couples or small families seeking comfort in nature.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003e13.1ft x 13.1ft footprint with 8.2ft central height\u003c\/li\u003e\n\u003cli\u003eAccommodates queen mattresses, camping gear, \u0026amp; furniture\u003c\/li\u003e\n\u003cli\u003eIdeal for glamping, backyard retreats, \u0026amp; outdoor events\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 Quality 210g Polycotton Fabric and Mesh Windows\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_7dca81495801758a.jpg?v=1785375269\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003ePremium Material\u003c\/span\u003e\n\u003ch2\u003e210g Heavy-Duty Polycotton Blend\u003c\/h2\u003e\n\u003cp\u003eCrafted from a high-density 210g polycotton canvas blend that combines the breathability of natural cotton with the rugged durability and weather protection of polyester.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eSuperior breathability prevents interior moisture buildup\u003c\/li\u003e\n\u003cli\u003eDurable blend resists wear, tear, \u0026amp; long-term UV exposure\u003c\/li\u003e\n\u003cli\u003eMaintains a comfortable climate through changing 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=\"Ventilation and Airflow Features with Large Doorway\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_11f556b4e670b0fa_a1c71485-79b1-4fb1-953f-dfbfe1b843fb.jpg?v=1785375274\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eAirflow \u0026amp; Comfort\u003c\/span\u003e\n\u003ch2\u003eOptimal Airflow \u0026amp; Easy Setup\u003c\/h2\u003e\n\u003cp\u003eDesigned for easy pitch assembly using sturdy center pole supports. Strategic ventilation windows and a wide door frame promote constant air circulation on warm summer days.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eQuick-pitch design supported by a heavy-duty central pole\u003c\/li\u003e\n\u003cli\u003eLarge entrance doorway with mesh for insect protection\u003c\/li\u003e\n\u003cli\u003eMultiple ventilation ports ensure a continuous fresh breeze\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 Yurt Structure and Anchoring System\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_6f0cef0ef42a1027_73b007f5-a334-416c-b187-ecfadc27a9ab.jpg?v=1785375270\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tent-content\"\u003e\n\u003cspan class=\"tent-tag\"\u003eStructural Integrity\u003c\/span\u003e\n\u003ch2\u003eClassic Yurt Design for Maximum Wind Stability\u003c\/h2\u003e\n\u003cp\u003eThe iconic cone bell design naturally sheds wind and rain, distributing tension evenly across guy lines for robust stability in adverse outdoor conditions.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eConical bell geometry provides natural wind shedding\u003c\/li\u003e\n\u003cli\u003eReinforced tie-down points \u0026amp; heavy-duty guy ropes\u003c\/li\u003e\n\u003cli\u003eProvides a secure haven for park, campsite, or backyard setups\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 Reinforced Stitching\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_43b8d4541d4690cd_6e1baba2-7e2b-457e-9bde-0babbe182ce7.jpg?v=1785375270\"\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 Waterproof Weatherproofing\u003c\/h2\u003e\n\u003cp\u003eEngineered with double-stitched seams and waterproof treatments to keep you completely dry during unexpected rainstorms and morning dew.\u003c\/p\u003e\n\u003cul class=\"tent-feature-list\"\u003e\n\u003cli\u003eReinforced seam taping prevents water seepage\u003c\/li\u003e\n\u003cli\u003eHeavy-duty ground sheet keeps moisture out\u003c\/li\u003e\n\u003cli\u003eEngineered for dependable multi-season outdoor adventures\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\u003e13.1 ft x 13.1 ft x 8.2 ft (4m x 4m x 2.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\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eIdeal for Couples, Small Families (4-6 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 Door \u0026amp; Perimeter Air Vents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eGlamping, Camping, Backyard Lounging, 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":"13.1 Ft (4M)","offer_id":54280447983929,"sku":"PSS_33KR3ESD","price":469.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp_xktyj1c_bd417ec7-972a-4aef-885c-12f90ebff398.jpg?v=1785375280","url":"https:\/\/www.garvee.com\/products\/garvee-13-1ft-luxury-bell-tent-pss-33kr3esd","provider":"GARVEE","version":"1.0","type":"link"}