{"product_id":"brightivores™-meadow-duo","title":"Brightivores™ Meadow Duo","description":"\u003cstyle\u003e\n\n\/* =========================================================\n   BRIGHTIVORES™ MEADOW DUO\n   PREMIUM PICNIC BASKET DETAIL PAGE\n   COLOR: FOREST GREEN \/ WICKER \/ CREAM \/ BRASS\n========================================================= *\/\n\n.bmd-page{\n    --ivory:#fbf8f1;\n    --cream:#fffdf8;\n    --linen:#f2eadf;\n\n    --forest:#173a2c;\n    --forest-2:#223f32;\n    --deep:#10251d;\n    --sage:#647160;\n\n    --wicker:#b78855;\n    --wicker-light:#d0ad80;\n    --camel:#9d7048;\n\n    --brass:#a8783e;\n    --gold:#c69b61;\n\n    --brown:#44352a;\n    --text:#433a32;\n    --muted:#766b61;\n\n    width:100%;\n    margin:0;\n    padding:0;\n\n    background:var(--ivory);\n    color:var(--text);\n\n    font-family:\n    \"Helvetica Neue\",\n    Arial,\n    sans-serif;\n\n    line-height:1.82;\n}\n\n.bmd-page *{\n    box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.bmd-wrap{\n    max-width:1100px;\n    margin:0 auto;\n    padding:82px 38px;\n}\n\n.bmd-eyebrow{\n    margin-bottom:18px;\n\n    text-align:center;\n\n    color:var(--brass);\n\n    font-size:11px;\n    font-weight:600;\n\n    letter-spacing:4px;\n    text-transform:uppercase;\n}\n\n.bmd-title{\n    max-width:880px;\n    margin:0 auto 23px;\n\n    text-align:center;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:42px;\n    font-weight:400;\n    line-height:1.16;\n\n    color:#302821;\n}\n\n.bmd-copy{\n    max-width:800px;\n    margin:0 auto;\n\n    text-align:center;\n\n    color:var(--muted);\n\n    font-size:15px;\n    line-height:1.95;\n}\n\n.bmd-rule{\n    width:58px;\n    height:1px;\n\n    margin:28px auto;\n\n    background:var(--brass);\n}\n\n\n\/* =========================================================\n   ONLY 3 IMAGE POSITIONS\n========================================================= *\/\n\n.bmd-image{\n    width:100%;\n    overflow:hidden;\n\n    background:#e9dfd2;\n}\n\n.bmd-image img{\n    display:block;\n    width:100%;\n    height:auto;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bmd-hero{\n    position:relative;\n    overflow:hidden;\n\n    background:\n    radial-gradient(\n        circle at 50% -10%,\n        rgba(183,136,85,.18),\n        transparent 42%\n    ),\n    linear-gradient(\n        180deg,\n        #fcfaf5 0%,\n        #eee4d6 100%\n    );\n}\n\n.bmd-hero:before{\n    content:\"\";\n\n    position:absolute;\n\n    width:390px;\n    height:390px;\n\n    left:-230px;\n    bottom:-180px;\n\n    border:\n    1px solid rgba(23,58,44,.09);\n\n    border-radius:50%;\n}\n\n.bmd-hero:after{\n    content:\"\";\n\n    position:absolute;\n\n    width:290px;\n    height:290px;\n\n    right:-145px;\n    top:-90px;\n\n    border:\n    1px solid rgba(168,120,62,.15);\n\n    border-radius:50%;\n}\n\n.bmd-hero .bmd-wrap{\n    position:relative;\n    z-index:2;\n\n    padding-top:100px;\n    padding-bottom:92px;\n}\n\n.bmd-brand{\n    margin-bottom:28px;\n\n    text-align:center;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:21px;\n\n    color:#795c3d;\n\n    letter-spacing:1.2px;\n}\n\n.bmd-hero .bmd-title{\n    max-width:850px;\n\n    font-size:53px;\n}\n\n\n\/* =========================================================\n   INTRODUCTION\n========================================================= *\/\n\n.bmd-intro{\n    background:#fffdf8;\n}\n\n.bmd-intro .bmd-title{\n    font-size:36px;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.bmd-features{\n    background:#f1e9de;\n}\n\n.bmd-grid{\n    display:grid;\n\n    grid-template-columns:\n    repeat(2,1fr);\n\n    gap:18px;\n\n    margin-top:46px;\n}\n\n.bmd-card{\n    position:relative;\n\n    min-height:208px;\n\n    padding:33px;\n\n    overflow:hidden;\n\n    background:\n    rgba(255,253,248,.97);\n\n    border:\n    1px solid #ddcdb8;\n\n    border-radius:14px;\n\n    box-shadow:\n    0 15px 34px\n    rgba(63,45,29,.035);\n}\n\n.bmd-card:after{\n    content:\"\";\n\n    position:absolute;\n\n    width:86px;\n    height:86px;\n\n    right:-42px;\n    bottom:-42px;\n\n    border:\n    1px solid rgba(168,120,62,.12);\n\n    border-radius:50%;\n}\n\n.bmd-number{\n    margin-bottom:16px;\n\n    color:var(--brass);\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:12px;\n\n    letter-spacing:2px;\n}\n\n.bmd-card h3{\n    margin:0 0 10px;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:22px;\n    font-weight:400;\n\n    color:#392f27;\n}\n\n.bmd-card p{\n    margin:0;\n\n    color:#796e64;\n\n    font-size:14px;\n\n    line-height:1.82;\n}\n\n\n\/* =========================================================\n   DARK GREEN SECTION\n========================================================= *\/\n\n.bmd-dark{\n    position:relative;\n\n    overflow:hidden;\n\n    background:\n    radial-gradient(\n        circle at 50% -25%,\n        rgba(198,155,97,.18),\n        transparent 46%\n    ),\n    linear-gradient(\n        135deg,\n        #1d4434 0%,\n        #163428 50%,\n        #10251d 100%\n    );\n}\n\n.bmd-dark:before{\n    content:\"\";\n\n    position:absolute;\n\n    width:460px;\n    height:460px;\n\n    left:50%;\n    top:-360px;\n\n    transform:translateX(-50%);\n\n    border:\n    1px solid rgba(204,167,115,.20);\n\n    border-radius:50%;\n}\n\n.bmd-dark .bmd-wrap{\n    position:relative;\n    z-index:2;\n}\n\n.bmd-dark .bmd-title{\n    color:#fffaf3;\n}\n\n.bmd-dark .bmd-copy{\n    color:#d7cfc5;\n}\n\n\n\/* =========================================================\n   THREE PRINCIPLES\n========================================================= *\/\n\n.bmd-principles{\n    max-width:920px;\n\n    margin:50px auto 0;\n\n    display:grid;\n\n    grid-template-columns:\n    repeat(3,1fr);\n\n    border-top:\n    1px solid rgba(205,169,120,.29);\n\n    border-bottom:\n    1px solid rgba(205,169,120,.29);\n}\n\n.bmd-principle{\n    padding:38px 25px;\n\n    text-align:center;\n\n    border-right:\n    1px solid rgba(205,169,120,.18);\n}\n\n.bmd-principle:last-child{\n    border-right:0;\n}\n\n.bmd-icon{\n    width:43px;\n    height:33px;\n\n    margin:0 auto 20px;\n\n    position:relative;\n\n    border:\n    1px solid #cba777;\n\n    border-radius:3px 3px 9px 9px;\n}\n\n.bmd-icon:before{\n    content:\"\";\n\n    position:absolute;\n\n    width:23px;\n    height:10px;\n\n    left:9px;\n    top:-9px;\n\n    border:\n    1px solid #cba777;\n\n    border-bottom:0;\n\n    border-radius:12px 12px 0 0;\n}\n\n.bmd-principle strong{\n    display:block;\n\n    margin-bottom:10px;\n\n    color:#deb987;\n\n    font-size:12px;\n\n    letter-spacing:1.3px;\n}\n\n.bmd-principle p{\n    margin:0;\n\n    color:#cec5bc;\n\n    font-size:12px;\n\n    line-height:1.72;\n}\n\n\n\/* =========================================================\n   MATERIAL STORY\n========================================================= *\/\n\n.bmd-material{\n    background:\n    linear-gradient(\n        180deg,\n        #fbf7ef 0%,\n        #eee4d8 100%\n    );\n}\n\n.bmd-spec{\n    max-width:900px;\n\n    margin:46px auto 0;\n\n    background:\n    rgba(255,253,248,.8);\n\n    border:\n    1px solid #ddcbb4;\n}\n\n.bmd-spec-row{\n    display:grid;\n\n    grid-template-columns:\n    35% 65%;\n\n    padding:18px 24px;\n\n    border-bottom:\n    1px solid #e2d3c0;\n}\n\n.bmd-spec-row:last-child{\n    border-bottom:0;\n}\n\n.bmd-spec-row strong{\n    color:#47382c;\n\n    font-size:13px;\n}\n\n.bmd-spec-row span{\n    color:#76695f;\n\n    font-size:14px;\n}\n\n\n\/* =========================================================\n   EDITORIAL QUOTE\n========================================================= *\/\n\n.bmd-quote{\n    max-width:850px;\n\n    margin:50px auto 0;\n\n    padding:43px 46px;\n\n    text-align:center;\n\n    border-top:\n    1px solid #d3b994;\n\n    border-bottom:\n    1px solid #d3b994;\n}\n\n.bmd-quote p{\n    margin:0;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:24px;\n    line-height:1.55;\n\n    color:#4a392d;\n}\n\n\n\/* =========================================================\n   ORGANIZED SET\n========================================================= *\/\n\n.bmd-set{\n    background:#f2eae0;\n}\n\n.bmd-set-grid{\n    max-width:930px;\n\n    margin:46px auto 0;\n\n    display:grid;\n\n    grid-template-columns:\n    repeat(3,1fr);\n\n    gap:1px;\n\n    background:#d7c1a5;\n}\n\n.bmd-set-item{\n    padding:37px 26px;\n\n    background:#fffaf4;\n\n    text-align:center;\n}\n\n.bmd-set-item span{\n    display:block;\n\n    margin-bottom:12px;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:28px;\n\n    color:#a77843;\n}\n\n.bmd-set-item strong{\n    display:block;\n\n    margin-bottom:9px;\n\n    color:#42362d;\n\n    font-size:13px;\n\n    letter-spacing:.8px;\n}\n\n.bmd-set-item p{\n    margin:0;\n\n    color:#796e63;\n\n    font-size:12px;\n\n    line-height:1.75;\n}\n\n\n\/* =========================================================\n   ACCESSORY LIST\n========================================================= *\/\n\n.bmd-list{\n    max-width:870px;\n\n    margin:42px auto 0;\n\n    display:grid;\n\n    grid-template-columns:\n    repeat(2,1fr);\n\n    gap:12px;\n}\n\n.bmd-list-item{\n    position:relative;\n\n    padding:17px 20px 17px 48px;\n\n    background:#fffdf9;\n\n    border:\n    1px solid #ddcdb9;\n\n    color:#64584e;\n\n    font-size:13px;\n}\n\n.bmd-list-item:before{\n    content:\"\";\n\n    position:absolute;\n\n    left:20px;\n    top:19px;\n\n    width:13px;\n    height:13px;\n\n    border-radius:50%;\n\n    background:#234434;\n\n    box-shadow:\n    inset 0 0 0 4px #fff;\n}\n\n\n\/* =========================================================\n   PALETTE\n========================================================= *\/\n\n.bmd-palette{\n    background:#fffdf8;\n}\n\n.bmd-colors{\n    max-width:800px;\n\n    margin:43px auto 0;\n\n    display:flex;\n\n    justify-content:center;\n\n    gap:36px;\n\n    flex-wrap:wrap;\n}\n\n.bmd-color{\n    text-align:center;\n}\n\n.bmd-swatch{\n    width:64px;\n    height:64px;\n\n    margin:0 auto 12px;\n\n    border-radius:50%;\n\n    border:5px solid #fff;\n\n    box-shadow:\n    0 0 0 1px #d7c7b5;\n}\n\n.bmd-swatch.green{\n    background:#173a2c;\n}\n\n.bmd-swatch.wicker{\n    background:\n    linear-gradient(\n        135deg,\n        #9d7048,\n        #d1ad7c,\n        #a77749\n    );\n}\n\n.bmd-swatch.cream{\n    background:#eee8dc;\n}\n\n.bmd-swatch.brass{\n    background:\n    linear-gradient(\n        135deg,\n        #76522c,\n        #cfaa6b,\n        #8d6536\n    );\n}\n\n.bmd-color strong{\n    display:block;\n\n    color:#5e5146;\n\n    font-size:11px;\n\n    letter-spacing:1px;\n}\n\n\n\/* =========================================================\n   OUTDOOR PLACEMENT\n========================================================= *\/\n\n.bmd-occasion{\n    background:#efe6da;\n}\n\n.bmd-tags{\n    max-width:900px;\n\n    margin:38px auto 0;\n\n    display:flex;\n\n    flex-wrap:wrap;\n\n    justify-content:center;\n\n    gap:10px;\n}\n\n.bmd-tag{\n    padding:10px 18px;\n\n    background:#fff;\n\n    border:\n    1px solid #d5c0a6;\n\n    border-radius:100px;\n\n    color:#65594f;\n\n    font-size:12px;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.bmd-final{\n    position:relative;\n\n    overflow:hidden;\n\n    background:\n    linear-gradient(\n        135deg,\n        #1c4333 0%,\n        #173428 52%,\n        #10251d 100%\n    );\n\n    text-align:center;\n}\n\n.bmd-final:before{\n    content:\"\";\n\n    position:absolute;\n\n    width:520px;\n    height:520px;\n\n    left:50%;\n    top:-400px;\n\n    transform:translateX(-50%);\n\n    border-radius:50%;\n\n    background:\n    radial-gradient(\n        circle,\n        rgba(197,151,91,.20),\n        transparent 69%\n    );\n}\n\n.bmd-final .bmd-wrap{\n    position:relative;\n\n    z-index:2;\n\n    padding-top:96px;\n    padding-bottom:96px;\n}\n\n.bmd-final .bmd-eyebrow{\n    color:#d5ad77;\n}\n\n.bmd-final .bmd-title{\n    color:#fffaf3;\n\n    font-size:40px;\n}\n\n.bmd-final .bmd-copy{\n    color:#d4cbc1;\n}\n\n.bmd-logo{\n    margin-top:39px;\n\n    font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n    font-size:21px;\n\n    color:#deb783;\n\n    letter-spacing:1.4px;\n}\n\n.bmd-signature{\n    margin-top:11px;\n\n    color:#9f968c;\n\n    font-size:10px;\n\n    letter-spacing:3px;\n\n    text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:768px){\n\n    .bmd-wrap{\n        padding:54px 22px;\n    }\n\n    .bmd-hero .bmd-wrap{\n        padding-top:66px;\n    }\n\n    .bmd-hero .bmd-title{\n        font-size:34px;\n    }\n\n    .bmd-title{\n        font-size:31px;\n    }\n\n    .bmd-intro .bmd-title{\n        font-size:29px;\n    }\n\n    .bmd-grid{\n        grid-template-columns:1fr;\n    }\n\n    .bmd-principles{\n        grid-template-columns:1fr;\n    }\n\n    .bmd-principle{\n        border-right:0;\n\n        border-bottom:\n        1px solid rgba(205,169,120,.18);\n    }\n\n    .bmd-principle:last-child{\n        border-bottom:0;\n    }\n\n    .bmd-spec-row{\n        grid-template-columns:1fr;\n        gap:5px;\n    }\n\n    .bmd-set-grid{\n        grid-template-columns:1fr;\n    }\n\n    .bmd-list{\n        grid-template-columns:1fr;\n    }\n\n    .bmd-quote{\n        padding:30px 22px;\n    }\n\n    .bmd-quote p{\n        font-size:20px;\n    }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"bmd-page\"\u003e\n\u003c!-- ======================================================\n     HERO\n====================================================== --\u003e\n\u003csection class=\"bmd-hero\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-brand\"\u003eBrightivores™\u003c\/div\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eRefined Outdoor Dining\u003c\/div\u003e\n\u003ch1 class=\"bmd-title\"\u003eMeadow Duo — A Timeless Picnic Made for Sharing\u003c\/h1\u003e\n\u003cdiv class=\"bmd-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"bmd-copy\"\u003eBrightivores™ Meadow Duo brings together the warmth of traditional woven picnic styling and the clean organization of a modern outdoor dining set. Natural wicker surrounds a rich meadow-green interior, while cream tableware, coordinated drinkware, polished cutlery, and checked textiles create a carefully considered presentation. Made for slow lunches, green parks, quiet lakes, and memorable afternoons outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     IMAGE 1\n====================================================== --\u003e\n\u003cdiv class=\"bmd-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/3_f3989614-8d51-48e3-8a35-8c0d13ebfe13.png?v=1789745602\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ======================================================\n     INTRO\n====================================================== --\u003e\n\u003csection class=\"bmd-intro\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eClassic Wicker · Modern Organization\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eOpen the Basket to a Complete Outdoor Table\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eThe character of Meadow Duo is revealed the moment the basket opens. A two-panel lid transforms into an organized display for dining essentials, keeping plates, drinkware, cutlery, and textiles secured and ready for the meal ahead. Below, a spacious insulated compartment provides flexible room for fresh food, snacks, drinks, and picnic favorites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     FEATURES\n====================================================== --\u003e\n\u003csection class=\"bmd-features\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eDesigned Around the Picnic\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eEvery Detail Has a Purpose\u003c\/h2\u003e\n\u003cdiv class=\"bmd-grid\"\u003e\n\u003cdiv class=\"bmd-card\"\u003e\n\u003cdiv class=\"bmd-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eNatural Woven Basket Form\u003c\/h3\u003e\n\u003cp\u003eA warm wicker-style exterior gives Meadow Duo its timeless outdoor character, bringing traditional picnic craftsmanship into a cleaner, more refined silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-card\"\u003e\n\u003cdiv class=\"bmd-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eDual-Panel Organized Lid\u003c\/h3\u003e\n\u003cp\u003eDedicated holders keep tableware and dining accessories visible, secure, and neatly separated while the basket is being carried.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-card\"\u003e\n\u003cdiv class=\"bmd-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eInsulated Food Compartment\u003c\/h3\u003e\n\u003cp\u003eThe lower storage area features a reflective insulated interior with generous open space for food containers, fruit, drinks, and picnic-day essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-card\"\u003e\n\u003cdiv class=\"bmd-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eMeadow-Green Carry Details\u003c\/h3\u003e\n\u003cp\u003eDeep green straps, interior lining, and coordinated accessories create a strong visual identity while supporting practical everyday carrying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     IMAGE 2\n====================================================== --\u003e\n\u003cdiv class=\"bmd-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/7_7dc2291f-060c-4a4d-9b29-03a1758ac01d.png?v=1789745626\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ======================================================\n     DARK STORY\n====================================================== --\u003e\n\u003csection class=\"bmd-dark\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eThe Ritual of Eating Outdoors\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003ePack the Meal. Find the Shade. Stay for the Afternoon.\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eMeadow Duo is designed around the uncomplicated pleasure of sharing food outside. Its organized lid reduces the need for separate tableware bags, while the open lower compartment keeps food and drinks together in one central picnic space. The result is an outdoor setup that feels beautifully prepared without losing the spontaneity that makes a picnic special.\u003c\/p\u003e\n\u003cdiv class=\"bmd-principles\"\u003e\n\u003cdiv class=\"bmd-principle\"\u003e\n\u003cdiv class=\"bmd-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e ORGANIZED \u003c\/strong\u003e\n\u003cp\u003eDedicated straps help keep dining essentials in their own place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-principle\"\u003e\n\u003cdiv class=\"bmd-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e GENEROUS \u003c\/strong\u003e\n\u003cp\u003eThe lower compartment provides flexible space for food and drinks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-principle\"\u003e\n\u003cdiv class=\"bmd-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e READY \u003c\/strong\u003e\n\u003cp\u003eOne basket brings the key elements of an outdoor meal together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     MATERIAL \u0026 PRODUCT INFO\n====================================================== --\u003e\n\u003csection class=\"bmd-material\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eCrafted With Natural Contrast\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eWarm Wicker Meets Deep Meadow Green\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eMeadow Duo balances the warmth of natural woven texture with the depth of forest-inspired green. Cream tableware softens the palette, while polished metallic cutlery and subtle brass-tone hardware add a refined finish. Green-and-cream checked textiles complete the traditional picnic story with a familiar, country-inspired accent.\u003c\/p\u003e\n\u003cdiv class=\"bmd-spec\"\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Product Name \u003c\/strong\u003e \u003cspan\u003e Brightivores™ Meadow Duo \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Product Category \u003c\/strong\u003e \u003cspan\u003e Wicker Picnic Basket \u0026amp; Outdoor Dining Set \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Design Style \u003c\/strong\u003e \u003cspan\u003e Heritage Picnic · Country Outdoor · Refined Lifestyle \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Color Direction \u003c\/strong\u003e \u003cspan\u003e Natural Wicker · Deep Green · Cream · Metallic Accents \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Interior Layout \u003c\/strong\u003e \u003cspan\u003e Two-Panel Organized Dining Storage \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Food Storage \u003c\/strong\u003e \u003cspan\u003e Insulated Lower Compartment \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Carry Design \u003c\/strong\u003e \u003cspan\u003e Integrated Green Carry Straps \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-spec-row\"\u003e\n\u003cstrong\u003e Ideal Setting \u003c\/strong\u003e \u003cspan\u003e Parks · Lakesides · Gardens · Weekend Escapes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-quote\"\u003e\n\u003cp\u003e“Good food tastes different when the table is a blanket, the ceiling is the sky, and the afternoon has nowhere else to be.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     IMAGE 3\n====================================================== --\u003e\n\u003cdiv class=\"bmd-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/9_51327dfd-3ca1-47ad-831d-c70b25e0a5c8.png?v=1789745639\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ======================================================\n     ORGANIZED SET\n====================================================== --\u003e\n\u003csection class=\"bmd-set\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eEverything Together\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eA Complete Picnic Presentation\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eInstead of packing tableware separately, Meadow Duo brings the essential elements of outdoor dining into one coordinated arrangement. From serving pieces to drinkware and textiles, the design is intended to make arriving, unpacking, and setting the picnic feel beautifully straightforward.\u003c\/p\u003e\n\u003cdiv class=\"bmd-set-grid\"\u003e\n\u003cdiv class=\"bmd-set-item\"\u003e\n\u003cspan\u003e 01 \u003c\/span\u003e \u003cstrong\u003e DINING \u003c\/strong\u003e\n\u003cp\u003eCream tableware and polished cutlery create a clean, coordinated presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-set-item\"\u003e\n\u003cspan\u003e 02 \u003c\/span\u003e \u003cstrong\u003e DRINKING \u003c\/strong\u003e\n\u003cp\u003eGreen reusable drinkware continues the signature meadow-inspired palette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-set-item\"\u003e\n\u003cspan\u003e 03 \u003c\/span\u003e \u003cstrong\u003e STORAGE \u003c\/strong\u003e\n\u003cp\u003eThe insulated basket base provides flexible room for food, fruit, containers, and refreshments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-list\"\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eCoordinated Dining Plates\u003c\/div\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eForks, Knives \u0026amp; Spoons\u003c\/div\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eReusable Green Drinkware\u003c\/div\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eGreen \u0026amp; Cream Checked Textiles\u003c\/div\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eOrganized Lid Storage\u003c\/div\u003e\n\u003cdiv class=\"bmd-list-item\"\u003eInsulated Food \u0026amp; Beverage Compartment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     COLOR STORY\n====================================================== --\u003e\n\u003csection class=\"bmd-palette\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eA Palette Taken From the Landscape\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eWicker Warmth. Meadow Depth.\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eThe Meadow Duo palette was built around colors that naturally belong outdoors. Warm woven brown echoes sunlit trees and picnic tables, deep green reflects shaded lawns, cream creates softness, and restrained metallic accents add just enough polish. Together, they give the basket a timeless character that feels equally suited to a countryside picnic or a modern city park.\u003c\/p\u003e\n\u003cdiv class=\"bmd-colors\"\u003e\n\u003cdiv class=\"bmd-color\"\u003e\n\u003cdiv class=\"bmd-swatch green\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e MEADOW GREEN \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-color\"\u003e\n\u003cdiv class=\"bmd-swatch wicker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e NATURAL WICKER \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-color\"\u003e\n\u003cdiv class=\"bmd-swatch cream\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e SOFT CREAM \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bmd-color\"\u003e\n\u003cdiv class=\"bmd-swatch brass\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003e WARM METALLIC \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     OCCASIONS\n====================================================== --\u003e\n\u003csection class=\"bmd-occasion\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eMade for Shared Days Outdoors\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eTake It Beyond the Backyard\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eMeadow Duo transitions naturally from planned celebrations to spontaneous weekend outings. Its traditional woven appearance makes it feel special enough for gifting, while the organized interior keeps it practical for regular outdoor use.\u003c\/p\u003e\n\u003cdiv class=\"bmd-tags\"\u003e\n\u003cspan class=\"bmd-tag\"\u003e Lakeside Picnics \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Park Lunches \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Romantic Outings \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Garden Dining \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Outdoor Concerts \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Weekend Escapes \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Anniversary Gifts \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Wedding Gifts \u003c\/span\u003e \u003cspan class=\"bmd-tag\"\u003e Housewarming Gifts \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     FINAL\n====================================================== --\u003e\n\u003csection class=\"bmd-final\"\u003e\n\u003cdiv class=\"bmd-wrap\"\u003e\n\u003cdiv class=\"bmd-eyebrow\"\u003eOutdoor Dining, Beautifully Prepared\u003c\/div\u003e\n\u003ch2 class=\"bmd-title\"\u003eTwo Places. One Basket. A Better Afternoon.\u003c\/h2\u003e\n\u003cp class=\"bmd-copy\"\u003eBrightivores™ Meadow Duo brings together warm woven texture, deep green character, organized dining essentials, and practical insulated storage in one refined picnic companion. Designed for meals beneath the trees, slow afternoons beside the water, and the simple pleasure of sharing something good outdoors.\u003c\/p\u003e\n\u003cdiv class=\"bmd-logo\"\u003eBrightivores™\u003c\/div\u003e\n\u003cdiv class=\"bmd-signature\"\u003eShare the Table · Follow the Meadow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"docrecomend™","offers":[{"title":"One","offer_id":48037388451989,"sku":"Brightivores*1","price":138.0,"currency_code":"USD","in_stock":true},{"title":"Two","offer_id":48037388484757,"sku":"Brightivores*2","price":248.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/8152\/5653\/files\/1_c784cf0d-a840-4e7b-bcd2-759f50ec5e92.png?v=1789986755","url":"https:\/\/brightivores.com\/products\/brightivores%e2%84%a2-meadow-duo","provider":"My Store","version":"1.0","type":"link"}