{"product_id":"brightivores™-afterglow-urban-entertaining-set","title":"Brightivores™ Afterglow Urban Entertaining Set","description":"\u003cstyle\u003e\n    .brightivores-product {\n      --charcoal: #191817;\n      --deep-brown: #30241f;\n      --amber: #b8793f;\n      --soft-gold: #d3a66b;\n      --warm-white: #f5f0e8;\n      --muted: #bdb2a6;\n      background:\n        radial-gradient(circle at 15% 10%, rgba(184,121,63,.18), transparent 28%),\n        linear-gradient(135deg, #171615 0%, #29221e 48%, #121212 100%);\n      color: var(--warm-white);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.7;\n      overflow: hidden;\n    }\n\n    .brightivores-product * {\n      box-sizing: border-box;\n    }\n\n    .brightivores-wrap {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    .brightivores-hero {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 56px;\n      align-items: center;\n      padding: 84px 0;\n    }\n\n    .brightivores-eyebrow {\n      color: var(--soft-gold);\n      font-size: 12px;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n    }\n\n    .brightivores-hero h1 {\n      margin: 0 0 22px;\n      font-size: clamp(36px, 5vw, 66px);\n      line-height: 1.08;\n      font-weight: 500;\n      letter-spacing: -1.5px;\n    }\n\n    .brightivores-hero p {\n      max-width: 560px;\n      color: #d7cec4;\n      font-size: 17px;\n      margin: 0 0 30px;\n    }\n\n    .brightivores-button {\n      display: inline-block;\n      padding: 14px 28px;\n      background: var(--soft-gold);\n      color: #1b1714;\n      text-decoration: none;\n      font-size: 13px;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      transition: .25s ease;\n    }\n\n    .brightivores-button:hover {\n      background: #efd09d;\n      transform: translateY(-2px);\n    }\n\n    .brightivores-image {\n      min-height: 430px;\n      border: 1px solid rgba(211,166,107,.35);\n      background: #241e1b;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n\n    .brightivores-image img {\n      width: 100%;\n      height: 100%;\n      min-height: 430px;\n      object-fit: cover;\n      display: block;\n    }\n\n    .brightivores-section {\n      padding: 76px 0;\n      border-top: 1px solid rgba(255,255,255,.1);\n    }\n\n    .brightivores-section h2 {\n      margin: 0 0 20px;\n      color: var(--soft-gold);\n      font-size: 30px;\n      font-weight: 500;\n      letter-spacing: .3px;\n    }\n\n    .brightivores-section p {\n      margin: 0;\n      color: #d3c9bf;\n      font-size: 16px;\n    }\n\n    .brightivores-intro {\n      max-width: 850px;\n    }\n\n    .brightivores-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 34px;\n    }\n\n    .brightivores-card {\n      padding: 30px 24px;\n      min-height: 190px;\n      background: rgba(255,255,255,.055);\n      border: 1px solid rgba(211,166,107,.22);\n    }\n\n    .brightivores-card span {\n      display: block;\n      margin-bottom: 13px;\n      color: var(--soft-gold);\n      font-size: 12px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n    }\n\n    .brightivores-card h3 {\n      margin: 0 0 10px;\n      font-size: 20px;\n      font-weight: 500;\n      color: #fff8ef;\n    }\n\n    .brightivores-card p {\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    .brightivores-story {\n      display: grid;\n      grid-template-columns: .9fr 1.1fr;\n      gap: 56px;\n      align-items: center;\n    }\n\n    .brightivores-story-copy {\n      padding-right: 20px;\n    }\n\n    .brightivores-quote {\n      margin-top: 24px;\n      padding-left: 20px;\n      border-left: 2px solid var(--amber);\n      color: #eee2d4;\n      font-size: 20px;\n      line-height: 1.5;\n    }\n\n    .brightivores-list {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px 30px;\n      margin: 28px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .brightivores-list li {\n      position: relative;\n      padding-left: 20px;\n      color: #d5cbc0;\n      font-size: 15px;\n    }\n\n    .brightivores-list li::before {\n      content: \"✦\";\n      position: absolute;\n      left: 0;\n      color: var(--soft-gold);\n    }\n\n    .brightivores-cta {\n      text-align: center;\n      padding: 90px 20px;\n      background:\n        linear-gradient(rgba(28,22,19,.88), rgba(28,22,19,.88)),\n        radial-gradient(circle at center, #966238, #171514 65%);\n    }\n\n    .brightivores-cta h2 {\n      margin-bottom: 15px;\n      font-size: 36px;\n    }\n\n    .brightivores-cta p {\n      max-width: 670px;\n      margin: 0 auto 28px;\n      color: #d6cbc0;\n    }\n\n    @media (max-width: 780px) {\n      .brightivores-hero,\n      .brightivores-story {\n        grid-template-columns: 1fr;\n        gap: 34px;\n        padding: 58px 0;\n      }\n\n      .brightivores-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .brightivores-image,\n      .brightivores-image img {\n        min-height: 320px;\n      }\n\n      .brightivores-list {\n        grid-template-columns: 1fr;\n      }\n\n      .brightivores-section {\n        padding: 58px 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"brightivores-product\"\u003e\u003c!-- IMAGE 1: Replace the image URL below with your main product image --\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-hero\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003eBrightivores™ Collection\u003c\/div\u003e\n\u003ch1\u003eAfterglow Urban Entertaining Set\u003c\/h1\u003e\n\u003cp\u003eA refined entertaining collection designed for modern gatherings, intimate dinners, rooftop evenings, and beautifully relaxed moments shared around the table.\u003c\/p\u003e\n\u003ca href=\"#brightivores-details\" class=\"brightivores-button\"\u003e Discover the Collection \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/7_9a9c26c8-ab5e-47e7-a588-78c84ba739f7.png?v=1789977850\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-section\" id=\"brightivores-details\"\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-intro\"\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003eDesigned for the Evening\u003c\/div\u003e\n\u003ch2\u003eModern Dining With a Warmer Point of View\u003c\/h2\u003e\n\u003cp\u003eBrightivores™ Afterglow Urban Entertaining Set transforms everyday dining into an elevated social experience inspired by the glow of city evenings. Deep matte-black faceted plates create a sculptural foundation for beautifully served food, while streamlined black flatware brings a clean, contemporary finish to the table. Warm amber-toned glassware adds depth and softness, balancing the darker palette with a welcoming glow.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003eEvery detail is arranged to make entertaining feel considered without feeling overdone. The coordinated roll-up carrying case keeps the collection organized and ready to travel, allowing you to bring a polished dining atmosphere to a rooftop gathering, balcony dinner, weekend picnic, or relaxed celebration at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-grid\"\u003e\n\u003cdiv class=\"brightivores-card\"\u003e\n\u003cspan\u003e01 \/ Form\u003c\/span\u003e\n\u003ch3\u003eSculptural Tableware\u003c\/h3\u003e\n\u003cp\u003eFaceted plate profiles add subtle architectural character and give every dish a refined presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-card\"\u003e\n\u003cspan\u003e02 \/ Tone\u003c\/span\u003e\n\u003ch3\u003eAfterglow Palette\u003c\/h3\u003e\n\u003cp\u003eMatte black and amber tones create a sophisticated contrast that feels intimate, modern, and timeless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-card\"\u003e\n\u003cspan\u003e03 \/ Ease\u003c\/span\u003e\n\u003ch3\u003eReady to Entertain\u003c\/h3\u003e\n\u003cp\u003eThe coordinated carrying case makes the collection simple to organize, transport, and bring into any setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 2: Replace the image URL below with a lifestyle or detail image --\u003e\n\u003cdiv class=\"brightivores-section\"\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-story\"\u003e\n\u003cdiv class=\"brightivores-story-copy\"\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003eThe Brightivores™ Standard\u003c\/div\u003e\n\u003ch2\u003eMade for Memorable Gatherings\u003c\/h2\u003e\n\u003cp\u003eWhether you are setting the table for a carefully prepared dinner or creating a relaxed spread for friends, Afterglow brings a sense of occasion to the moment. Its visual language is bold but understated, allowing the food, conversation, and atmosphere to remain at the center of the experience.\u003c\/p\u003e\n\u003cdiv class=\"brightivores-quote\"\u003e“A table can change the feeling of an entire evening.”\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/1_087bcb96-a75b-4477-b308-3f823a31a0d8.png?v=1789977807\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-section\"\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003eCurated Details\u003c\/div\u003e\n\u003ch2\u003eEverything Comes Together Naturally\u003c\/h2\u003e\n\u003cp\u003eBuilt around a balanced visual rhythm, the set moves effortlessly from casual hosting to more considered occasions. The dark plates create a dramatic backdrop for colorful meals, the amber glasses bring warmth to evening light, and the sleek flatware completes the composition with quiet precision.\u003c\/p\u003e\n\u003cul class=\"brightivores-list\"\u003e\n\u003cli\u003eContemporary faceted plate design\u003c\/li\u003e\n\u003cli\u003eCoordinated matte-black flatware\u003c\/li\u003e\n\u003cli\u003eWarm amber-toned glassware\u003c\/li\u003e\n\u003cli\u003eOrganized roll-up carrying case\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor entertaining\u003c\/li\u003e\n\u003cli\u003eDesigned for modern American lifestyles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 3: Replace the image URL below with a final product or hosting image --\u003e\n\u003cdiv class=\"brightivores-section\"\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-story\"\u003e\n\u003cdiv class=\"brightivores-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"brightivores-story-copy\"\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/0785\/1753\/files\/5_da5d356e-343a-497a-8c5f-c441255568e8.png?v=1789977843\" alt=\"\"\u003eBring the Atmosphere With You\u003c\/div\u003e\n\u003ch2\u003eFrom City Nights to Open-Air Moments\u003c\/h2\u003e\n\u003cp\u003eAfterglow is designed to move with the way you live and entertain. Use it to create a polished tablescape on a balcony, a memorable dinner beneath the evening sky, or a relaxed shared meal wherever the day takes you. The collection offers the visual impact of elevated tableware with the convenience of a thoughtfully organized set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brightivores-cta\"\u003e\n\u003cdiv class=\"brightivores-wrap\"\u003e\n\u003cdiv class=\"brightivores-eyebrow\"\u003eBrightivores™ Afterglow\u003c\/div\u003e\n\u003ch2\u003eSet the Table for What Matters\u003c\/h2\u003e\n\u003cp\u003eCreate a warmer, more memorable atmosphere with a modern entertaining set made for shared meals, relaxed conversation, and evenings worth remembering.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"brightivores-button\"\u003eAdd to Your Table\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"docrecomend™","offers":[{"title":"One set","offer_id":48037388812437,"sku":"Brightivores*1","price":88.0,"currency_code":"USD","in_stock":true},{"title":"Two sets","offer_id":48037388845205,"sku":"Brightivores*2","price":158.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/8152\/5653\/files\/1_087bcb96-a75b-4477-b308-3f823a31a0d8.png?v=1789986760","url":"https:\/\/brightivores.com\/products\/brightivores%e2%84%a2-afterglow-urban-entertaining-set","provider":"My Store","version":"1.0","type":"link"}