{"product_id":"outdoor-wicker-bar-cart-patio-wine-serving-cart-w-wheels-rolling-rattan-beverage-bar-counter-table-with-stainless-steel-top-for-porch-backyard-garden-poolside-party-brown","title":"Outdoor Wicker Bar Cart, Patio Wine Serving Cart w\/Wheels, Rolling Rattan Beverage Bar Counter Table with stainless steel Top for Porch Backyard Garden Poolside Party, Brown","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ----- 封装样式前缀：pd-bar-cart 避免污染商店主题 ----- *\/\n        .pd-bar-cart *,\n        .pd-bar-cart *::before,\n        .pd-bar-cart *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .pd-bar-cart {\n            display: block;\n            width: 100%;\n            max-width: 100%;\n            background-color: #ffffff;\n            color: #1e1e1e;\n            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n            line-height: 1.5;\n            font-size: 16px;\n            container-type: inline-size;\n        }\n\n        \/* 内边距保证呼吸感，但铺满宽度 *\/\n        .pd-bar-cart .pd-container {\n            padding: 1.5rem 1.2rem;\n            width: 100%;\n            background: #fff;\n        }\n\n        \/* 标题层级 *\/\n        .pd-bar-cart .pd-section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            line-height: 1.2;\n            margin-bottom: 1rem;\n            color: #2c3e2f;\n            border-bottom: 2px solid #e0d6c8;\n            padding-bottom: 0.5rem;\n            letter-spacing: -0.01em;\n        }\n\n        .pd-bar-cart .pd-sub-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin: 1.8rem 0 1rem 0;\n            color: #3a4f3c;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .pd-bar-cart .pd-sub-title span {\n            background: #f0ebe4;\n            padding: 0.2rem 0.8rem;\n            border-radius: 30px;\n            font-size: 1rem;\n            font-weight: 400;\n            color: #4a5c4b;\n        }\n\n        \/* 产品概述段落 *\/\n        .pd-bar-cart .pd-overview {\n            font-size: 1.1rem;\n            background: #f9f7f4;\n            padding: 1.5rem 1.8rem;\n            border-radius: 24px;\n            margin-bottom: 1rem;\n            border-left: 6px solid #b48c5c;\n            color: #2b2b2b;\n        }\n\n        \/* 特点列表 —— 竖向排列 使用grid保证整洁 *\/\n        .pd-bar-cart .pd-feature-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1.2rem;\n            margin: 1.2rem 0 1.8rem;\n        }\n\n        .pd-bar-cart .pd-feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            padding: 0.8rem 1rem 0.8rem 1.2rem;\n            background: #ffffff;\n            border-radius: 18px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);\n            border: 1px solid #ede6dd;\n            transition: all 0.1s ease;\n        }\n\n        .pd-bar-cart .pd-feature-icon {\n            font-size: 1.9rem;\n            min-width: 2.2rem;\n            text-align: center;\n            line-height: 1.2;\n        }\n\n        .pd-bar-cart .pd-feature-text {\n            flex: 1;\n        }\n\n        .pd-bar-cart .pd-feature-text strong {\n            font-size: 1.15rem;\n            display: block;\n            margin-bottom: 5px;\n            color: #1f3a23;\n        }\n\n        .pd-bar-cart .pd-feature-text p {\n            color: #444;\n            margin: 0;\n            font-size: 0.98rem;\n        }\n\n        \/* 规格表格 *\/\n        .pd-bar-cart .pd-spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1.2rem 0 1.8rem;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);\n            border: 1px solid #e0d6cc;\n        }\n\n        .pd-bar-cart .pd-spec-table tr {\n            border-bottom: 1px solid #e0d6cc;\n        }\n\n        .pd-bar-cart .pd-spec-table tr:last-child {\n            border-bottom: none;\n        }\n\n        .pd-bar-cart .pd-spec-table td {\n            padding: 0.9rem 1.2rem;\n            background-color: #fff;\n        }\n\n        .pd-bar-cart .pd-spec-table td:first-child {\n            font-weight: 600;\n            width: 42%;\n            background-color: #faf8f5;\n            color: #2e3b2e;\n            border-right: 1px solid #e0d6cc;\n        }\n\n        .pd-bar-cart .pd-spec-table td:last-child {\n            color: #1e1e1e;\n        }\n\n        \/* FAQ 区块（全部展开，无折叠） *\/\n        .pd-bar-cart .pd-faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 1.2rem;\n            margin: 1.5rem 0 1rem;\n        }\n\n        .pd-bar-cart .pd-faq-item {\n            background: #fdfdfc;\n            border-radius: 20px;\n            padding: 1.2rem 1.5rem;\n            border: 1px solid #e2d9cf;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.02);\n        }\n\n        .pd-bar-cart .pd-faq-question {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 0.75rem;\n            color: #1e3b22;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .pd-bar-cart .pd-faq-question::before {\n            content: \"❓\";\n            font-size: 1.3rem;\n            margin-right: 6px;\n        }\n\n        .pd-bar-cart .pd-faq-answer {\n            color: #333;\n            padding-left: 0.5rem;\n            border-left: 3px solid #b48c5c;\n            padding-left: 1.2rem;\n            margin-left: 0.2rem;\n            font-size: 1rem;\n        }\n\n        .pd-bar-cart .pd-faq-answer p {\n            margin-bottom: 0.4rem;\n        }\n\n        \/* 小徽标\/内联点缀 *\/\n        .pd-bar-cart .pd-badge {\n            background: #e8dfd3;\n            padding: 0.25rem 0.8rem;\n            border-radius: 40px;\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: #3d4e3d;\n        }\n\n        \/* 移动端微调 *\/\n        @container (max-width: 500px) {\n            .pd-bar-cart .pd-container {\n                padding: 1rem 0.8rem;\n            }\n            .pd-bar-cart .pd-section-title {\n                font-size: 1.6rem;\n            }\n            .pd-bar-cart .pd-overview {\n                padding: 1.2rem 1.2rem;\n                font-size: 1rem;\n            }\n            .pd-bar-cart .pd-spec-table td {\n                padding: 0.7rem 0.8rem;\n                font-size: 0.95rem;\n            }\n            .pd-bar-cart .pd-faq-item {\n                padding: 1rem 1rem;\n            }\n        }\n\n        \/* 确保在窄屏表格可滚动 *\/\n        .pd-bar-cart .pd-table-wrapper {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            margin: 0.5rem 0;\n        }\n\n        \/* 强调自然过渡 *\/\n        .pd-bar-cart .highlight {\n            font-weight: 500;\n            color: #3f613f;\n        }\n\n        \/* 辅助分隔 *\/\n        .pd-bar-cart hr {\n            margin: 1.5rem 0 0.5rem;\n            border: none;\n            border-top: 1px dashed #d0c4b6;\n            opacity: 0.5;\n        }\n    \u003c\/style\u003e\n\u003c!-- 整个产品描述区块，class前缀为 'pd-bar-cart' 防止样式外泄 --\u003e\n\u003cdiv class=\"pd-bar-cart\"\u003e\n\u003cdiv class=\"pd-container\"\u003e\n\u003cdiv class=\"pd-overview\"\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003e🍷 \u003cstrong\u003eEffortless outdoor entertaining starts here.\u003c\/strong\u003e Whether you're hosting a sunset cocktail hour by the pool or a backyard BBQ with friends, this spacious \u003cstrong\u003eOutdoor Wicker Bar Cart\u003c\/strong\u003e keeps everything within arm’s reach. The stainless steel top provides a sleek, hygienic surface for mixing drinks or serving appetizers, while the expandable side panel gives you extra prep space when you need it most. Handwoven all-weather rattan over a sturdy steel frame means this cart is built to handle sun, spills, and everyday use — without losing its stylish brown finish. Roll it anywhere the party goes, then lock the wheels for stability. Designed for homeowners who want both function and a touch of coastal charm in their outdoor space.\u003cspan class=\"pd-badge\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品特点：竖向排列，SEO友好且突出卖点 --\u003e\n\u003cdiv class=\"pd-sub-title\"\u003e🛠️ Premium Outdoor Bar Cart Features \u003cspan\u003ekey highlights\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-grid\"\u003e\n\u003c!-- 特点1: 大容量储物 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e🗄️\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003cstrong\u003eLarge Storage \u0026amp; Spacious Design\u003c\/strong\u003e\n\u003cp\u003eGenerous dimensions offer ample space for bottles, mixers, and bar tools. The deep drawer smoothly glides open to conceal napkins, utensils, and accessories — keeping your patio clutter‑free. An open lower shelf provides additional room for a mini cooler or decorative baskets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点2: 不锈钢台面+扩展侧板 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003cstrong\u003eStainless Steel Top with Expandable Panel\u003c\/strong\u003e\n\u003cp\u003ePremium stainless steel surface resists rust and wipes clean in seconds. The clever side extension flips up to create extra serving space — ideal for slicing limes or setting down a charcuterie board. No more juggling plates!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点3: 多功能酒架\u0026抽屉 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e🥂\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003cstrong\u003eVersatile Serving: Wine Glass Rack + Drawer\u003c\/strong\u003e\n\u003cp\u003eBuilt‑in stemware rack securely holds up to 6 wine glasses upside down, protecting them from dust and chips. The large drawer adds concealed storage for bar tools, while the open shelf is ready for ice buckets or decorative pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特点4: 坚固耐用，全天候藤编 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e🛞\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003cstrong\u003eSturdy Steel Frame \u0026amp; All‑Weather Wicker\u003c\/strong\u003e\n\u003cp\u003eBuilt around a heavy‑duty powder‑coated steel frame, this cart supports serious weight. The handwoven PE rattan is UV‑resistant and won’t crack or fade season after season. Four smooth‑rolling wheels (two with locking brakes) make mobility effortless on decks, grass, or pavers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 规格参数表格 --\u003e\n\u003cdiv class=\"pd-sub-title\"\u003e📋 Specifications \u0026amp; Dimensions \u003cspan\u003eat a glance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-table-wrapper\"\u003e\n\u003ctable class=\"pd-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSteel frame + handwoven PE rattan (Brown)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTabletop Material\u003c\/td\u003e\n\u003ctd\u003eStainless Steel (brushed finish) with an expandable side panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown wicker \/ Silver top\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eYes — all hardware \u0026amp; instructions included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L×W×H)\u003c\/td\u003e\n\u003ctd\u003e46.46\" × 23.62\" × 7.87\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e55.12 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheels\u003c\/td\u003e\n\u003ctd\u003e4 multi‑directional wheels (2 lockable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWine Glass Rack Capacity\u003c\/td\u003e\n\u003ctd\u003eHolds up to 6 stemmed glasses\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003ePorch, Patio, Poolside, Garden, Backyard, Outdoor Kitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCushion Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 常见问题 FAQ (全部展开，无折叠) --\u003e\n\u003cdiv class=\"pd-sub-title\"\u003e❔ Frequently Asked Questions: \u003cspan\u003ehonest answers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003c!-- FAQ 1 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs this bar cart truly weather-resistant for outdoor use year‑round?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003e🌦️ \u003cstrong\u003eAbsolutely — with simple care.\u003c\/strong\u003e The steel frame is powder‑coated to resist rust, and the PE rattan is UV‑stabilized to prevent fading or cracking. The stainless steel top is naturally corrosion‑resistant. For longevity, we recommend using a protective cover during heavy rain\/snow or storing it in a shed during harsh winters. This cart thrives on covered patios, screened porches, and poolside areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 2 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDo the wheels roll smoothly? Can I lock them in place?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003e🔄 \u003cstrong\u003eYes, and yes.\u003c\/strong\u003e The cart is equipped with four heavy‑duty caster wheels that glide over concrete, decking, and tile. Two of the wheels feature secure locking brakes — simply step down on the lever to keep the cart stationary while mixing drinks or during breezy days. No wobbling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 3 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow much weight can the stainless steel top and shelves hold?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003e💪 \u003cstrong\u003eBuilt strong.\u003c\/strong\u003e The stainless steel tabletop easily supports up to 110 lbs (evenly distributed), making it perfect for heavy ice buckets, liquor bottles, and serving platters. The lower shelf and drawer can each hold around 40-50 lbs. The expandable side panel is designed for lightweight items like a cutting board or garnish tray — we recommend keeping it under 15 lbs when extended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 4 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs assembly difficult? What tools are required?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003e🔧 \u003cstrong\u003eStraightforward assembly — most customers finish within 30–45 minutes.\u003c\/strong\u003e The package includes an illustrated manual, all necessary bolts, washers, and an Allen key. You’ll only need a Phillips screwdriver (not included). We recommend having a second person to help align the frame during assembly, but it’s totally manageable solo. If any issues arise, our support team is ready to help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 5 (额外贴心) --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I clean the wicker and stainless steel top?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003e🧼 \u003cstrong\u003eEasy maintenance.\u003c\/strong\u003e Wipe the stainless steel top with a damp cloth and mild soap; dry immediately to prevent water spots. For the wicker, use a soft brush or vacuum with a brush attachment to remove dust. Occasional rinse with a garden hose is fine. Avoid abrasive cleaners that could scratch the finish.\u003c!-- 产品主标题（可展示给用户，同时包含关键词） --\u003e\u003c!-- 产品概述 —— 销售型描述，强调场景与解决方案 --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 额外的信任点缀 \u0026 场景关键词 (SEO友好) --\u003e\u003chr\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HomeDIYer","offers":[{"title":"Default Title","offer_id":52198363562258,"sku":"W640P256899","price":297.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/8936\/1682\/files\/37e6682dfcb3ef6e72220d380d8e1828.png?v=1776218255","url":"https:\/\/homediyer.com\/products\/outdoor-wicker-bar-cart-patio-wine-serving-cart-w-wheels-rolling-rattan-beverage-bar-counter-table-with-stainless-steel-top-for-porch-backyard-garden-poolside-party-brown","provider":"HomeDIYer","version":"1.0","type":"link"}