Uber Eats x YourStuffMade: Custom Merchandise and Branded Experiences for Food Delivery
html { scroll-behavior: smooth; } html.ysm-project-page body .product, body.ysm-project-page .product, body:has(.ysm-project) .product, html.ysm-project-page body .product.grid, bo dy.ysm-project-page .product.grid, body:has(.ysm-project) .product.grid, html.ysm-project-page body .product__info-wrapper, body.ysm-project-page .product__info-wrapper, body:has(.ysm-project) .product__info-wrapper, html.ysm-project-page body .product__info-container, body.ysm-project-page .product__info-container, body:has(.ysm-project) .product__info-container, html.ysm-project-page body .product__description, body.ysm-project-page .product__description, body:has(.ysm-project) .product__description, html.ysm-project-page body .rte, body.ysm-project-page .rte, body:has(.ysm-project) .rte { display: block !important; width: 100% !important; max-width: none !important; min-width: 0 !important; padding-left: 0 !important; padding-right: 0 !important; } html.ysm-project-page body .product__media-wrapper, body.ysm-project-page .product__media-wrapper, body:has(.ysm-project) .product__media-wrapper, html.ysm-project-page body .product__media-gallery, body.ysm-project-page .product__media-gallery, body:has(.ysm-project) .product__media-gallery, html.ysm-project-page body media-gallery, body.ysm-project-page media-gallery, body:has(.ysm-project) media-gallery, html.ysm-project-page body .product__title, body.ysm-project-page .product__title, body:has(.ysm-project) .product__title, html.ysm-project-page body .price, body.ysm-project-page .price, body:has(.ysm-project) .price, html.ysm-project-page body .product-form, body.ysm-project-page .product-form, body:has(.ysm-project) .product-form, html.ysm-project-page body product-form, body.ysm-project-page product-form, body:has(.ysm-project) product-form, html.ysm-project-page body variant-selects, body.ysm-project-page variant-selects, body:has(.ysm-project) variant-selects, html.ysm-project-page body .shopify-payment-button, body.ysm-project-page .shopify-payment-button, body:has(.ysm-project) .shopify-payment-button, html.ysm-project-page body .product__tax, body.ysm-project-page .product__tax, body:has(.ysm-project) .product__tax, html.ysm-project-page body .product__inventory, body.ysm-project-page .product__inventory, body:has(.ysm-project) .product__inventory, html.ysm-project-page body .product__sku, body.ysm-project-page .product__sku, body:has(.ysm-project) .product__sku, html.ysm-project-page body .share-button, body.ysm-project-page .share-button, body:has(.ysm-project) .share-button { display: none !important; } .ysm-project { --ysm-green: #2e6b4a; --ysm-dark: #1f2a22; --ysm-muted: #637166; --ysm-border: #d8ded6; --ysm-soft: #eef4ed; --ysm-cream: #f7f8f4; --uber-green: #06c167; --uber-black: #111820; --uber-soft: #e8f8ef; --uber-lime: #b8f2cf; color: var(--ysm-dark); line-height: 1.65; width: min(1120px, calc(100vw - 36px)); max-width: 1120px; margin: 0 auto; font-family: inherit; } .ysm-project * { box-sizing: border-box; } .ysm-project-wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0; } .ysm-project-hero, .ysm-project-section, .ysm-project-dropdowns, .ysm-project-contact { background: #ffffff; border: 1px solid var(--ysm-border); border-radius: 18px; padding: 22px; margin-bottom: 16px; box-shadow: 0 4px 14px rgba(31, 42, 34, 0.04); position: relative; overflow: hidden; } .ysm-project-hero, .ysm-project-contact { background: radial-gradient(circle at 8% 12%, rgba(6, 193, 103, .18), transparent 32%), radial-gradient(circle at 92% 18%, rgba(17, 24, 32, .07), transparent 28%), radial-gradient(circle at 72% 92%, rgba(46, 107, 74, .12), transparent 34%), var(--ysm-cream); } .ysm-project-hero { margin-top: 18px; } .ysm-project-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .65) 45%, transparent 70%); transform: translateX(-120%); animation: ysmShimmer 7s ease-in-out infinite; } @keyframes ysmShimmer { 0%, 55% { transform: translateX(-120%); } 75%, 100% { transform: translateX(120%); } } .ysm-project-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: 22px; align-items: center; position: relative; z-index: 1; } .ysm-project h1, .ysm-project h2, .ysm-project h3 { color: var(--ysm-dark); line-height: 1.16; margin-top: 0; word-break: normal; overflow-wrap: normal; } .ysm-project h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.04em; margin-bottom: 14px; } .ysm-project h2 { font-size: 30px; margin-bottom: 10px; letter-spacing: -0.02em; } .ysm-project h3 { font-size: 21px; margin-bottom: 10px; } .ysm-project p:last-child, .ysm-project ul:last-child, .ysm-project ol:last-child { margin-bottom: 0; } .ysm-project-kicker { color: var(--ysm-green); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; font-size: 12px; margin: 0 0 8px; } .ysm-project-intro { font-size: 18px; color: #3f4f42; margin-bottom: 12px; } .ysm-project-muted { color: var(--ysm-muted); } .ysm-project-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; } .ysm-project-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 16px; font-size: 14px; font-weight: 900; line-height: 1.2; text-decoration: none; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; } .ysm-project-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(31, 42, 34, 0.14); } .ysm-project-button-primary { background: var(--ysm-green) !important; color: #ffffff !important; border-color: var(--ysm-green) !important; -webkit-text-fill-color: #ffffff !important; } .ysm-project-button-secondary { background: #ffffff !important; color: var(--ysm-dark) !important; border-color: var(--ysm-border) !important; -webkit-text-fill-color: var(--ysm-dark) !important; } .ysm-project a.ysm-project-button, .ysm-project a.ysm-project-button:visited, .ysm-project a.ysm-project-button:hover, .ysm-project a.ysm-project-button:focus, .ysm-project a.ysm-project-button:active { text-decoration: none !important; } .ysm-project-hero-image { margin: 0; border: 1px solid var(--ysm-border); background: #ffffff; border-radius: 18px; overflow: hidden; padding: 10px; position: relative; transition: transform .22s ease, box-shadow .22s ease; } .ysm-project-hero-image:hover { transform: translateY(-3px) rotate(-.3deg); box-shadow: 0 18px 38px rgba(31, 42, 34, 0.12); } .ysm-project-hero-image-main { width: 100%; height: auto; min-height: 360px; display: block; border-radius: 14px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; background: #ffffff; border: 1px solid var(--ysm-border); } .ysm-project-caption { font-size: 13px; color: var(--ysm-muted); margin-top: 8px; } .ysm-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; } .ysm-project-three-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; } .ysm-project-card, .ysm-project-resource { background: #ffffff; border: 1px solid var(--ysm-border); border-radius: 14px; padding: 14px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .ysm-project-card:hover, .ysm-project-resource:hover { transform: translateY(-3px); border-color: #a7c957; box-shadow: 0 12px 24px rgba(31, 42, 34, .08); } .ysm-project-card strong, .ysm-project-resource strong { display: block; color: var(--ysm-green); font-size: 14px; margin-bottom: 4px; } .ysm-project-card p, .ysm-project-resource p { display: block; color: var(--ysm-muted); font-size: 14px; line-height: 1.45; margin: 0; } .ysm-project-highlight { background: var(--ysm-soft); border: 1px solid #a7c957; border-radius: 16px; padding: 16px; margin-top: 14px; transition: transform .2s ease, box-shadow .2s ease; } .ysm-project-highlight:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(46, 107, 74, .10); } .ysm-project-highlight strong { color: var(--ysm-green); } .ysm-project-feature { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr); gap: 18px; align-items: center; margin-top: 16px; background: radial-gradient(circle at 15% 10%, rgba(6, 193, 103, .12), transparent 30%), radial-gradient(circle at 85% 80%, rgba(17, 24, 32, .06), transparent 32%), var(--ysm-cream); border: 1px solid var(--ysm-border); border-radius: 18px; padding: 14px; } .ysm-project-feature img { width: 100%; height: auto; display: block; border-radius: 14px; border: 1px solid var(--ysm-border); aspect-ratio: 4 / 3; object-fit: cover; object-position: center; background: #ffffff; transition: transform .25s ease, box-shadow .25s ease; } .ysm-project-feature:hover img { transform: scale(1.015); box-shadow: 0 14px 28px rgba(31, 42, 34, .12); } .ysm-project-feature-icons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; } .ysm-project-feature-icon { background: #ffffff; border: 1px solid var(--ysm-border); color: #3f4f42; border-radius: 999px; padding: 7px 10px; font-size: 13px; font-weight: 800; transition: transform .18s ease, border-color .18s ease; } .ysm-project-feature-icon:hover { transform: translateY(-2px); border-color: #a7c957; } .ysm-project-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; } .ysm-project-gallery-item { appearance: none; border: 1px solid var(--ysm-border); background: #ffffff; border-radius: 16px; padding: 8px; overflow: hidden; margin: 0; cursor: zoom-in; display: block; width: 100%; position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .ysm-project-gallery-item::after { content: "Click to enlarge"; position: absolute; left: 14px; right: 14px; bottom: 14px; background: rgba(31, 42, 34, .86); color: #ffffff; font-size: 12px; font-weight: 900; text-align: center; border-radius: 999px; padding: 6px 8px; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; } .ysm-project-gallery-item:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(31, 42, 34, .12); border-color: #a7c957; } .ysm-project-gallery-item:hover::after { opacity: 1; transform: translateY(0); } .ysm-project-gallery-item img { width: 100%; height: auto; min-height: 240px; display: block; border-radius: 12px; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; background: #ffffff; border: 1px solid var(--ysm-border); transition: transform .25s ease, filter .25s ease; } .ysm-project-gallery-item:hover img { transform: scale(1.02); filter: saturate(1.08) contrast(1.03); } .ysm-project-table-wrap { overflow-x: auto; margin-top: 14px; border: 1px solid var(--ysm-border); border-radius: 16px; background: #ffffff; } .ysm-project-table { width: 100%; border-collapse: collapse; min-width: 720px; } .ysm-project-table th, .ysm-project-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--ysm-border); font-size: 14px; vertical-align: top; } .ysm-project-table th { background: var(--ysm-soft); color: var(--ysm-dark); font-weight: 900; } .ysm-project-table td { color: #3f4f42; } .ysm-project-table tbody tr:hover { background: #f7f8f4; } .ysm-project-table tr:last-child td { border-bottom: 0; } .ysm-project-dropdowns details { border: 1px solid var(--ysm-border); border-radius: 15px; overflow: hidden; background: #ffffff; transition: border-color .2s ease, box-shadow .2s ease; } .ysm-project-dropdowns details:hover { border-color: #a7c957; box-shadow: 0 10px 22px rgba(31, 42, 34, .05); } .ysm-project-dropdowns details + details { margin-top: 10px; } .ysm-project-dropdowns summary { cursor: pointer; list-style: none; padding: 14px 16px; background: var(--ysm-soft); color: var(--ysm-dark); font-weight: 900; position: relative; padding-right: 48px; } .ysm-project-dropdowns summary::-webkit-details-marker { display: none; } .ysm-project-dropdowns summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--ysm-green); font-size: 22px; font-weight: 900; line-height: 1; } .ysm-project-dropdowns details[open] summary::after { content: "–"; } .ysm-project-dropdown-content { padding: 16px; background: #ffffff; border-top: 1px solid var(--ysm-border); } .ysm-project-link { color: var(--ysm-green); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; } .ysm-project-note { font-size: 13px; color: var(--ysm-muted); margin-top: 10px; } .ysm-lightbox { position: fixed; inset: 0; z-index: 999999; background: rgba(10, 15, 12, .88); display: none; align-items: center; justify-content: center; padding: 22px; } .ysm-lightbox.is-open { display: flex; } .ysm-lightbox-inner { position: relative; width: min(1100px, 94vw); max-height: 92vh; animation: ysmLightboxIn .18s ease both; } @keyframes ysmLightboxIn { from { opacity: 0; transform: scale(.96) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } } .ysm-lightbox-img { width: 100%; max-height: 86vh; object-fit: contain; display: block; background: #ffffff; border-radius: 18px; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 30px 70px rgba(0,0,0,.40); } .ysm-lightbox-close { position: absolute; top: -14px; right: -14px; width: 42px; height: 42px; border: 0; border-radius: 999px; background: #ffffff; color: var(--ysm-dark); font-size: 24px; line-height: 1; font-weight: 900; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.28); } .ysm-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; } .ysm-reveal.is-visible { opacity: 1; transform: translateY(0); } @media (prefers-reduced-motion: reduce) { .ysm-project *, .ysm-reveal, .ysm-project-hero::before { animation: none !important; transition: none !important; } .ysm-reveal { opacity: 1; transform: none; } } @media (max-width: 920px) { .ysm-project-hero-grid, .ysm-project-grid, .ysm-project-feature { grid-template-columns: 1fr; } .ysm-project-three-grid, .ysm-project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 749px) { .ysm-project { width: min(100%, calc(100vw - 24px)); } .ysm-project-hero, .ysm-project-section, .ysm-project-dropdowns, .ysm-project-contact { padding: 18px; } .ysm-project h1 { font-size: 34px; } .ysm-project h2 { font-size: 25px; } .ysm-project-three-grid, .ysm-project-gallery { grid-template-columns: 1fr; } .ysm-project-button { width: 100%; } .ysm-project-hero-image-main, .ysm-project-gallery-item img { min-height: 220px; } .ysm-lightbox { padding: 12px; } .ysm-lightbox-close { top: 8px; right: 8px; } } Food delivery brand experience project Uber Eats x YourStuffMade: Custom Merchandise and Branded Experiences for Food Delivery Uber Eats partnered with YourStuffMade.com to create a unique blend of custom merchandise, branded décor and interactive digital products designed to elevate the food delivery and dining experience. The goal was to ensure every aspect of the customer journey — from packaging to décor — reflected Uber Eats’ bold, casual identity while staying true to ethical and sustainable production practices. Start a Custom Brand Experience View project overview Visit Uber Eats Custom merchandise, branded décor and interactive food experience products created by YourStuffMade.com for Uber Eats. Project overview How YourStuffMade.com helped Uber Eats create a more memorable customer experience Uber Eats wanted to elevate its customer journey beyond food delivery. YourStuffMade.com supported the project with a full suite of creative branding, custom merchandise, branded décor, digital products, product design, prototyping, ethical manufacturing and execution support. The challenge Create branded touchpoints that made the food delivery and dining experience feel more interactive, memorable and premium. The solution Design and produce custom merchandise, branded décor and digital products that reflected Uber Eats’ modern brand energy. YourStuffMade.com’s role Support creative collaboration, branding, product design, sustainable manufacturing, consulting and execution support. The outcome A more cohesive brand experience that helped Uber Eats create memorable moments across packaging, décor and customer engagement. Project goal: turn Uber Eats’ bold food delivery identity into tangible, interactive and sustainable branded experiences customers could see, touch and remember. Customer experience design Custom merchandise and décor designed to enhance every food moment Food delivery brands win when every detail feels convenient, fun and instantly recognisable. YourStuffMade.com helped Uber Eats create branded napkins, packaging, custom-designed décor and interactive pieces that added a more tactile layer to the customer experience. Branded décor Digital products Custom merchandise Customer experience Why it worked: the project created small but memorable brand moments that customers could connect with across packaging, presentation, décor and interactive experiences. Project media Uber Eats x YourStuffMade.com project gallery The gallery below shows Uber Eats custom merchandise, branded décor, food experience visuals and interactive product assets from the Uber Eats x YourStuffMade.com collaboration. Click any image to enlarge. Project deliverables What YourStuffMade.com delivered for Uber Eats YourStuffMade.com provided a full-service solution designed to combine functionality, creativity and responsibility across customer-facing food delivery touchpoints. Deliverable Purpose Why it mattered Interactive digital products Add a fun, engaging layer to the Uber Eats customer experience. Helped the campaign feel more memorable, shareable and connected to modern customer behaviour. Creative branding support Ensure every product matched Uber Eats’ casual and modern aesthetic. Created consistency across packaging, décor and customer-facing brand moments. Custom product design Turn branded ideas into stylish, functional merchandise that added real value. Helped make the final products feel useful, polished and aligned with the food experience. Branded décor and packaging Enhance the food delivery and dining experience with tactile branded details. Helped customers feel the Uber Eats brand through more than just the app or delivery bag. Sustainable manufacturing Produce custom products through responsible and eco-conscious production standards. Supported sustainable merchandise creation without compromising product quality or brand expression. Consulting and execution support Support a seamless, cohesive experience from concept to completion. Reduced complexity while helping the final campaign feel cohesive and well-produced. Creating moments that matter More than branded products — a full food experience The Uber Eats x YourStuffMade.com partnership was about creating moments that resonated with customers. Every item was designed to add value to the dining experience while reinforcing Uber Eats as a brand built around convenience, creativity and customer delight. Premium merchandise Custom products helped elevate brand identity and create a more memorable customer touchpoint. Interactive experiences Digital products and interactive pieces added a layer of customer engagement beyond standard packaging. Branded food moments Décor and packaging details helped customers feel the brand with every order and dining experience. Sustainable production Products were developed with a stronger focus on responsible and eco-conscious production choices. Modern brand energy Every product was designed to reflect Uber Eats’ bold, casual and contemporary identity. Customer delight The final experience delivered more than meals — it helped create memorable brand moments. Project results Results of the Uber Eats x YourStuffMade.com collaboration The Uber Eats x YourStuffMade.com collaboration demonstrated how branded merchandise, immersive design and sustainable production can transform customer experiences. Stronger customer experience Every touchpoint was designed to make the delivery and dining moment feel more intentional. Memorable brand moments Custom décor, packaging and interactive pieces helped customers remember the experience. Cohesive brand identity Products reflected Uber Eats’ bold, casual and modern style across multiple touchpoints. Sustainable merchandise Responsible production helped support a values-led approach to branded product creation. Creative collaboration YourStuffMade.com helped transform big ideas into tangible experiences customers could interact with. Food delivery differentiation The project helped Uber Eats add more personality and delight to a competitive category. Relevant brand and product links Explore Uber Eats and custom brand experience options Uber Eats Explore Uber Eats and its food delivery platform for restaurants, customers and delivery partners. Visit Uber Eats → YourStuffMade.com custom products Browse custom merchandise options for brand activations, events, packaging and customer campaigns. Browse custom products → YourStuffMade.com product catalog Explore product ideas for food brands, delivery campaigns, activations and customer experiences. View product catalog → Custom stickers Affordable branded additions for packaging, food delivery bags, events and customer moments. View custom stickers → Custom enamel pins Premium collectible products for restaurants, events, staff, creators and brand activations. View custom enamel pins → Custom acrylic charms and keychains Useful accessories for restaurants, delivery campaigns, fan merch and customer gift packs. View custom keychains → Related products Custom products for food brands, events and customer experience campaigns Custom stickers Affordable branded products for packaging, delivery bags, restaurant campaigns and customer giveaways. View custom stickers → Custom enamel pins Collectible products for restaurant merch, staff packs, food events and brand activations. View custom enamel pins → Custom patches Durable branded products for uniforms, bags, staff apparel, events and food brand merchandise. View custom patches → Custom acrylic charms and keychains Useful accessories for restaurants, delivery campaigns, fan merch and customer gift packs. View custom keychains → Custom apparel Wearable merchandise for restaurant teams, campaigns, events, activations and food communities. View custom apparel → Custom ethical products Browse YourStuffMade.com’s full custom product range for brands, food businesses, events and activations. Browse all products → Why leading brands choose YourStuffMade.com Why global brands partner with YourStuffMade.com for custom customer experiences Brand experience projects need more than simple merchandise. Brands choose YourStuffMade.com because we help turn creative concepts into tangible, ethical and memorable products that support customer engagement and campaign goals. Creative collaboration Transforming big ideas into tangible experiences that customers can see, touch and remember. Custom merchandise design Supporting enamel pins, stickers, patches, acrylic keychains, apparel, packaging and branded décor. Sustainable production Helping brands create products through responsible and eco-conscious production pathways. End-to-end service Supporting design consultation, prototyping, production, packaging, logistics and delivery. Start a Custom Brand Experience View custom stickers FAQs Frequently asked questions about custom brand experience merchandise What was the Uber Eats x YourStuffMade.com project? The Uber Eats x YourStuffMade.com project was a custom brand experience collaboration focused on creating custom merchandise, branded décor and interactive digital products for the food delivery and dining experience. What did YourStuffMade.com create for Uber Eats? YourStuffMade.com supported digital products, creative branding, product design, branded décor, packaging, sustainable manufacturing, consulting and execution support. Why is custom merchandise useful for food delivery brands? Custom merchandise helps food delivery brands create more memorable customer moments, strengthen brand identity, improve packaging experiences and add personality beyond the app or delivery process. What products work best for food brand activations? Strong options include custom stickers, packaging, enamel pins, patches, acrylic keychains, apparel, branded décor, napkins, event products and interactive digital items. Can YourStuffMade.com support branded décor and customer experience projects? Yes. YourStuffMade.com can support branded décor, custom merchandise, event products, packaging, production planning and logistics for food brands, restaurants, delivery campaigns and activations. How do we start a custom brand experience project with YourStuffMade.com? Start by sharing your campaign goal, audience, product ideas, artwork, event details, quantity, delivery location and budget range. YourStuffMade.com can then recommend product options and production next steps. Start a custom brand experience quote → Let’s collaborate Create custom brand experiences your customers remember The Uber Eats x YourStuffMade.com collaboration shows how branded merchandise, immersive design and ethical production can help transform customer experiences into moments that matter. Whether you are building food delivery packaging, branded décor, restaurant merch, event products, customer gifts or interactive brand experiences, YourStuffMade.com can help turn your idea into custom products that feel useful, memorable and responsible. Start a Custom Brand Experience View product catalog Email YourStuffMade.com #YourStuffMade #UberEats #CustomEventMerchandise #SustainableMerch #EthicalManufacturing #BCorpCertified #CreativeCollaboration #CustomerExperience #FoodDeliveryBranding #CustomBranding #EventMerchandise × (function () { var lightbox = document.getElementById('ysmProjectLightbox'); if (!lightbox) return; var lightboxImg = lightbox.querySelector('.ysm-lightbox-img'); var closeBtn = lightbox.querySelector('.ysm-lightbox-close'); var galleryButtons = document.querySelectorAll('.ysm-project-gallery-item[data-full]'); function openLightbox(src, alt) { lightboxImg.src = src; lightboxImg.alt = alt || 'Expanded Uber Eats project gallery image'; lightbox.classList.add('is-open'); lightbox.setAttribute('aria-hidden', 'false'); document.documentElement.style.overflow = 'hidden'; } function closeLightbox() { lightbox.classList.remove('is-open'); lightbox.setAttribute('aria-hidden', 'true'); lightboxImg.src = ''; document.documentElement.style.overflow = ''; } galleryButtons.forEach(function (button) { button.addEventListener('click', function () { var img = button.querySelector('img'); openLightbox(button.getAttribute('data-full'), img ? img.alt : ''); }); }); closeBtn.addEventListener('click', closeLightbox); lightbox.addEventListener('click', function (event) { if (event.target === lightbox) { closeLightbox(); } }); document.addEventListener('keydown', function (event) { if (event.key === 'Escape' && lightbox.classList.contains('is-open')) { closeLightbox(); } }); var revealItems = document.querySelectorAll('.ysm-reveal'); if ('IntersectionObserver' in window) { var observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { entry.target.classList.add('is-visible'); observer.unobserve(entry.target); } }); }, { threshold: 0.12 }); revealItems.forEach(function (item) { observer.observe(item); }); } else { revealItems.forEach(function (item) { item.classList.add('is-visible'); }); } })(); { "@context": "https://schema.org", "@type": "Article", "headline": "Uber Eats x YourStuffMade: Custom Merchandise and Branded Experiences for Food Delivery", "description": "See how YourStuffMade.com helped Uber Eats create custom merchandise, branded décor, packaging and interactive digital products for food delivery experiences.", "image": "https://cdn.shopify.com/s/files/1/1808/7797/files/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise.webp?v=1756507853", "author": { "@type": "Organization", "name": "YourStuffMade.com" }, "publisher": { "@type": "Organization", "name": "YourStuffMade.com", "url": "https://yourstuffmade.com" }, "mainEntityOfPage": { "@type": "WebPage", "@id": "https://yourstuffmade.com/products/uber-eats-custom-brand-experience-merchandise" }, "about": [ "Uber Eats custom merchandise", "food delivery merchandise", "branded décor", "custom packaging", "customer experience merchandise", "sustainable merchandise", "food delivery brand experience" ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What was the Uber Eats x YourStuffMade.com project?", "acceptedAnswer": { "@type": "Answer", "text": "The Uber Eats x YourStuffMade.com project was a custom brand experience collaboration focused on creating custom merchandise, branded décor and interactive digital products for the food delivery and dining experience." } }, { "@type": "Question", "name": "What did YourStuffMade.com create for Uber Eats?", "acceptedAnswer": { "@type": "Answer", "text": "YourStuffMade.com supported digital products, creative branding, product design, branded décor, packaging, sustainable manufacturing, consulting and execution support." } }, { "@type": "Question", "name": "Why is custom merchandise useful for food delivery brands?", "acceptedAnswer": { "@type": "Answer", "text": "Custom merchandise helps food delivery brands create more memorable customer moments, strengthen brand identity, improve packaging experiences and add personality beyond the app or delivery process." } }, { "@type": "Question", "name": "What products work best for food brand activations?", "acceptedAnswer": { "@type": "Answer", "text": "Strong options include custom stickers, packaging, enamel pins, patches, acrylic keychains, apparel, branded décor, napkins, event products and interactive digital items." } }, { "@type": "Question", "name": "Can YourStuffMade.com support branded décor and customer experience projects?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. YourStuffMade.com can support branded décor, custom merchandise, event products, packaging, production planning and logistics for food brands, restaurants, delivery campaigns and activations." } } ] }