{"product_id":"woven-boho-table-runner","title":"Woven Boho Table Runner","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Decor \/ Boho Table Runner\nTarget Audience: Women, homeowners, event planners, farmhouse\/boho style lovers\nVisual Style: Warm, earthy, natural, inviting\nColor Strategy: Earthy terracotta (Primary) with soft beige\/warm white background to emphasize natural linen\/cotton textures\nShape Strategy: Radius 16px (Soft, organic, welcoming, feminine)\nTypography Strategy: Large Type \/ Mobile-first readable (Serif for elegance in headings, Sans-serif for clean body text)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, WideOccasion=image_2, HomeDecor=image_3, WashCare=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n        .product-detail-container {\n            --primary: #b07d62;\n            --primary-hover: #9c6c53;\n            --bg-body: #faf9f6;\n            --bg-card: #ffffff;\n            --text-main: #3e2723;\n            --text-sub: #6d4c41;\n            --border-color: #e6dfd9;\n            --radius-md: 12px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 12px rgba(62, 39, 35, 0.04);\n            --shadow-lg: 0 12px 24px rgba(62, 39, 35, 0.08);\n\n            \/* Base Setup \u0026 Typography System *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.7;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            font-family: \"Georgia\", serif;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n            line-height: 1.2;\n            font-weight: 600;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            font-family: \"Georgia\", serif;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n            line-height: 1.3;\n            font-weight: 600;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            color: var(--primary);\n            margin: 0 0 0.75rem 0;\n            font-weight: 600;\n        }\n\n        .product-detail-container p, \n        .product-detail-container li {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1rem 0;\n        }\n\n        \/* Layout \u0026 Spacing *\/\n        .section-spacing {\n            padding: clamp(2rem, 5vw, 4rem) 0;\n        }\n\n        \/* Media \/ Image Protocol *\/\n        .img-placeholder {\n            width: 100%;\n            height: auto;\n            aspect-ratio: 4 \/ 3;\n            background-color: #f1eeeb;\n            border: 2px dashed var(--border-color);\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-size: clamp(16px, 2vw, 18px);\n            font-weight: 500;\n            padding: 1rem;\n            margin: 0;\n        }\n\n        \/* Visual Tags (Non-clickable) *\/\n        .visual-badge {\n            display: inline-block;\n            background-color: var(--primary);\n            color: #ffffff;\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n        }\n        \n        .social-proof {\n            display: inline-block;\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            padding: 0.75rem 1.5rem;\n            border-radius: var(--radius-md);\n            margin-top: 1.5rem;\n            font-size: clamp(16px, 1.5vw, 18px);\n            color: var(--text-sub);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .hero-media {\n            margin-bottom: 2rem;\n        }\n\n        \/* Z-Pattern Features (Mobile Lock Applied) *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile First: Image then Text *\/\n            gap: 2rem;\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        .feature-media {\n            width: 100%;\n        }\n\n        .feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Desktop Enhancement for Z-Pattern *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                align-items: center;\n                gap: 4rem;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media {\n                flex: 1;\n            }\n            .feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specs Table (Mobile Card Strategy) *\/\n        .specs-container {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(1.5rem, 4vw, 3rem);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n\n        .specs-table th {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-main);\n            padding: 1.25rem;\n            background-color: var(--bg-body);\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .specs-table td {\n            font-size: clamp(16px, 2vw, 18px);\n            color: var(--text-sub);\n            padding: 1.25rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        \/* Mobile Card Table Conversion *\/\n        @media (max-width: 767px) {\n            .specs-table, \n            .specs-table thead, \n            .specs-table tbody, \n            .specs-table tr, \n            .specs-table th, \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table thead {\n                display: none;\n            }\n\n            .specs-table tr {\n                background-color: var(--bg-card);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 0.5rem 1rem;\n            }\n\n            .specs-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: center;\n                border-bottom: 1px dashed var(--border-color);\n                padding: 1rem 0;\n                text-align: right;\n            }\n\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 600;\n                color: var(--text-main);\n                text-align: left;\n                margin-right: 1rem;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-item {\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            margin-bottom: 1rem;\n            transition: box-shadow 0.3s ease;\n        }\n\n        .faq-item:hover {\n            box-shadow: var(--shadow-sm);\n        }\n\n        .faq-question {\n            font-size: clamp(20px, 2vw, 22px);\n            font-weight: 600;\n            color: var(--text-main);\n            margin-bottom: 0.5rem;\n        }\n\n        .faq-answer {\n            margin-bottom: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"section-spacing hero-section\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330175058\/1b4d7c08dfbdfec8d4c1e420ea8c774e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eNatural Aesthetics\u003c\/div\u003e\n\n\u003ch1\u003eElevate Your Space with Bohemian Elegance\u003c\/h1\u003e\n\n\u003cp\u003eA beautifully textured table runner that transforms any room, bringing warmth and timeless farmhouse charm to your everyday life and special moments.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e✨ Trusted by 10,000+ homes for premium table decor.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section (Strict Z-Pattern \/ Mobile Order Lock) --\u003e\n\n\u003csection class=\"section-spacing\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330175058\/d4634ba297bb3ad9a76e7cdab95a52cb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDesigned for Every Occasion\u003c\/h3\u003e\n\n\u003ch2\u003eYear-Round Versatility\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003ePerfect for all seasons:\u003c\/strong\u003e Whether it is a bright summer brunch, a cozy fall Thanksgiving dinner, or a festive Christmas gathering, this versatile piece brings the perfect touch to your table.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eMemorable gifts:\u003c\/strong\u003e Makes a stunning, heartfelt present for Mother's Day, bridal showers, weddings, and housewarmings. Surprise your family and friends with a gift that blends seamlessly into their lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330175058\/3acae3747362eacdbb36b09a6050d78b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMore Than Just a Dining Accessory\u003c\/h3\u003e\n\n\u003ch2\u003eLimitless Boho Decor Options\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eTransform any surface:\u003c\/strong\u003e Why limit beauty to the dining room? This farmhouse runner is expertly crafted to add texture and rustic charm to your kitchen decor, bedroom surfaces, and cozy reading nooks.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eCreative placements:\u003c\/strong\u003e Drape it elegantly over your piano top, TV stand, entryway storage table, or bookshelf. Instantly elevate mundane furniture into eye-catching decor statement pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260330175058\/34fc7bfb7fe0d1779b9918473770991e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePremium Natural Fibers\u003c\/h3\u003e\n\n\u003ch2\u003eEffortless Wash \u0026amp; Care\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eGentle maintenance:\u003c\/strong\u003e Crafted from natural materials designed for longevity. We recommend a soft hand wash with cold water or a gentle machine cycle within a laundry bag to preserve its beautiful fringes.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eNatural characteristics:\u003c\/strong\u003e Simply lay it flat or hang to dry—no bleach, no rubbing. Due to the pure natural material composition, a slight, charming shrinkage may occur after washing, preserving its authentic, organic feel without affecting your daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Natural Cotton Blend\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLength (Dimensions)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e180 cm (70.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWidth (Dimensions)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e30 cm (11.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e350 g (12.3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eStyle Application\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBoho, Farmhouse, Rustic, Vintage\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the table runner shrink after washing?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eBecause our runners are crafted from authentic natural materials, a very slight shrinkage may occur after the first wash. This is perfectly normal and will not impact its beautiful drape or continued everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this runner on a round table?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely! While beautifully suited for rectangular farmhouse tables, elegantly draping this textured runner across the center of a round or square table adds gorgeous visual length and stunning dimension to your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it safe to machine wash?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, you can machine wash it! We highly recommend using a protective laundry bag and setting your machine to a cold, gentle cycle to protect the delicate boho fringes. Always lay flat or hang to dry—never use bleach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"30 x 160 cm (11.8\" x 63.0\") - Short \/ Coffee Table","offer_id":45426277155007,"sku":"0331-18097965","price":12.95,"currency_code":"USD","in_stock":true},{"title":"30 x 180 cm (11.8\" x 70.9\") - Standard \/ 4-6 Seater","offer_id":45432444977343,"sku":"0331-18092449","price":16.95,"currency_code":"USD","in_stock":true},{"title":"30 x 240 cm (11.8\" x 94.5\") - Long \/ 8-10 Seater","offer_id":45432445010111,"sku":"0331-18095295","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/1b4d7c08dfbdfec8d4c1e420ea8c774e.jpg?v=1774864727","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/woven-boho-table-runner","provider":"Bak","version":"1.0","type":"link"}