{"product_id":"uber-eats-x-pinlord-custom-merchandise-and-branded-experiences-for-food-delivery","title":"Uber Eats x Pinlord：食品配送定制商品与品牌体验","description":"\u003cstyle\u003e\n  html {\n    scroll-behavior: smooth;\n  }\n\n  html.pinlord-project-page body .product,\n  body.pinlord-project-page .product,\n  body:has(.pinlord-project) .product,\n  html.pinlord-project-page body .product.grid,\n  body.pinlord-project-page .product.grid,\n  body:has(.pinlord-project) .product.grid,\n  html.pinlord-project-page body .product__info-wrapper,\n  body.pinlord-project-page .product__info-wrapper,\n  body:has(.pinlord-project) .product__info-wrapper,\n  html.pinlord-project-page body .product__info-container,\n  body.pinlord-project-page .product__info-container,\n  body:has(.pinlord-project) .product__info-container,\n  html.pinlord-project-page body .product__description,\n  body.pinlord-project-page .product__description,\n  body:has(.pinlord-project) .product__description,\n  html.pinlord-project-page body .rte,\n  body.pinlord-project-page .rte,\n  body:has(.pinlord-project) .rte {\n    display: block !important;\n    width: 100% !important;\n    max-width: none !important;\n    min-width: 0 !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n  }\n\n  html.pinlord-project-page body .product__media-wrapper,\n  body.pinlord-project-page .product__media-wrapper,\n  body:has(.pinlord-project) .product__media-wrapper,\n  html.pinlord-project-page body .product__media-gallery,\n  body.pinlord-project-page .product__media-gallery,\n  body:has(.pinlord-project) .product__media-gallery,\n  html.pinlord-project-page body media-gallery,\n  body.pinlord-project-page media-gallery,\n  body:has(.pinlord-project) media-gallery,\n  html.pinlord-project-page body .product__title,\n  body.pinlord-project-page .product__title,\n  body:has(.pinlord-project) .product__title,\n  html.pinlord-project-page body .price,\n  body.pinlord-project-page .price,\n  body:has(.pinlord-project) .price,\n  html.pinlord-project-page body .product-form,\n  body.pinlord-project-page .product-form,\n  body:has(.pinlord-project) .product-form,\n  html.pinlord-project-page body product-form,\n  body.pinlord-project-page product-form,\n  body:has(.pinlord-project) product-form,\n  html.pinlord-project-page body variant-selects,\n  body.pinlord-project-page variant-selects,\n  body:has(.pinlord-project) variant-selects,\n  html.pinlord-project-page body .shopify-payment-button,\n  body.pinlord-project-page .shopify-payment-button,\n  body:has(.pinlord-project) .shopify-payment-button,\n  html.pinlord-project-page body .product__tax,\n  body.pinlord-project-page .product__tax,\n  body:has(.pinlord-project) .product__tax,\n  html.pinlord-project-page body .product__inventory,\n  body.pinlord-project-page .product__inventory,\n  body:has(.pinlord-project) .product__inventory,\n  html.pinlord-project-page body .product__sku,\n  body.pinlord-project-page .product__sku,\n  body:has(.pinlord-project) .product__sku,\n  html.pinlord-project-page body .share-button,\n  body.pinlord-project-page .share-button,\n  body:has(.pinlord-project) .share-button {\n    display: none !important;\n  }\n\n  .pinlord-project {\n    --ysm-green: #2e6b4a;\n    --ysm-dark: #1f2a22;\n    --ysm-muted: #637166;\n    --ysm-border: #d8ded6;\n    --ysm-soft: #eef4ed;\n    --ysm-cream: #f7f8f4;\n    --uber-green: #06c167;\n    --uber-dark: #111111;\n    color: var(--ysm-dark);\n    line-height: 1.65;\n    width: min(1120px, calc(100vw - 36px));\n    max-width: 1120px;\n    margin: 0 auto;\n    font-family: inherit;\n  }\n\n  .pinlord-project * {\n    box-sizing: border-box;\n  }\n\n  .pinlord-project-wrap {\n    width: 100%;\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0;\n  }\n\n  .pinlord-project-hero,\n  .pinlord-project-section,\n  .pinlord-project-dropdowns,\n  .pinlord-project-contact {\n    background: #ffffff;\n    border: 1px solid var(--ysm-border);\n    border-radius: 18px;\n    padding: 22px;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 14px rgba(31, 42, 34, 0.04);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pinlord-project-hero,\n  .pinlord-project-contact {\n    background:\n      radial-gradient(circle at 8% 12%, rgba(6, 193, 103, .18), transparent 32%),\n      radial-gradient(circle at 92% 18%, rgba(46, 107, 74, .10), transparent 28%),\n      var(--ysm-cream);\n  }\n\n  .pinlord-project-hero {\n    margin-top: 18px;\n  }\n\n  .pinlord-project-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .6) 45%, transparent 70%);\n    transform: translateX(-120%);\n    animation: pinlordShimmer 7s ease-in-out infinite;\n  }\n\n  @keyframes pinlordShimmer {\n    0%, 55% {\n      transform: translateX(-120%);\n    }\n\n    75%, 100% {\n      transform: translateX(120%);\n    }\n  }\n\n  .pinlord-project-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);\n    gap: 22px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .pinlord-project h1,\n  .pinlord-project h2,\n  .pinlord-project h3 {\n    color: var(--ysm-dark);\n    line-height: 1.16;\n    margin-top: 0;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .pinlord-project h1 {\n    font-size: clamp(34px, 5vw, 58px);\n    letter-spacing: -0.04em;\n    margin-bottom: 14px;\n  }\n\n  .pinlord-project h2 {\n    font-size: 30px;\n    margin-bottom: 10px;\n    letter-spacing: -0.02em;\n  }\n\n  .pinlord-project h3 {\n    font-size: 21px;\n    margin-bottom: 10px;\n  }\n\n  .pinlord-project p:last-child,\n  .pinlord-project ul:last-child,\n  .pinlord-project ol:last-child {\n    margin-bottom: 0;\n  }\n\n  .pinlord-project-kicker {\n    color: var(--ysm-green);\n    font-weight: 900;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    font-size: 12px;\n    margin: 0 0 8px;\n  }\n\n  .pinlord-project-intro {\n    font-size: 18px;\n    color: #3f4f42;\n    margin-bottom: 12px;\n  }\n\n  .pinlord-project-muted {\n    color: var(--ysm-muted);\n  }\n\n  .pinlord-project-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .pinlord-project-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 999px;\n    padding: 12px 16px;\n    font-size: 14px;\n    font-weight: 900;\n    line-height: 1.2;\n    text-decoration: none;\n    border: 1px solid transparent;\n    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;\n  }\n\n  .pinlord-project-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(31, 42, 34, 0.14);\n  }\n\n  .pinlord-project-button-primary {\n    background: var(--ysm-green) !important;\n    color: #ffffff !important;\n    border-color: var(--ysm-green) !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .pinlord-project-button-secondary {\n    background: #ffffff !important;\n    color: var(--ysm-dark) !important;\n    border-color: var(--ysm-border) !important;\n    -webkit-text-fill-color: var(--ysm-dark) !important;\n  }\n\n  .pinlord-project a.pinlord-project-button,\n  .pinlord-project a.pinlord-project-button:visited,\n  .pinlord-project a.pinlord-project-button:hover,\n  .pinlord-project a.pinlord-project-button:focus,\n  .pinlord-project a.pinlord-project-button:active {\n    text-decoration: none !important;\n  }\n\n  .pinlord-project-logo-wrap {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--uber-dark);\n    border: 1px solid var(--uber-dark);\n    border-radius: 18px;\n    padding: 14px 22px;\n    margin-bottom: 16px;\n    min-height: 76px;\n  }\n\n  .pinlord-project-logo-text {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--uber-green);\n    font-size: 34px;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n    line-height: 1;\n  }\n\n  .pinlord-project-hero-image {\n    margin: 0;\n    border: 1px solid var(--ysm-border);\n    background: #ffffff;\n    border-radius: 18px;\n    overflow: hidden;\n    padding: 10px;\n    position: relative;\n    transition: transform .22s ease, box-shadow .22s ease;\n  }\n\n  .pinlord-project-hero-image:hover {\n    transform: translateY(-3px) rotate(-.3deg);\n    box-shadow: 0 18px 38px rgba(31, 42, 34, 0.12);\n  }\n\n  .pinlord-project-hero-image-main {\n    width: 100%;\n    height: auto;\n    min-height: 360px;\n    display: block;\n    border-radius: 14px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n    object-position: center;\n    background: #ffffff;\n    border: 1px solid var(--ysm-border);\n  }\n\n  .pinlord-project-caption {\n    font-size: 13px;\n    color: var(--ysm-muted);\n    margin-top: 8px;\n  }\n\n  .pinlord-project-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 16px;\n  }\n\n  .pinlord-project-three-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 16px;\n  }\n\n  .pinlord-project-card,\n  .pinlord-project-resource {\n    background: #ffffff;\n    border: 1px solid var(--ysm-border);\n    border-radius: 14px;\n    padding: 14px;\n    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n  }\n\n  .pinlord-project-card:hover,\n  .pinlord-project-resource:hover {\n    transform: translateY(-3px);\n    border-color: #a7c957;\n    box-shadow: 0 12px 24px rgba(31, 42, 34, .08);\n  }\n\n  .pinlord-project-card strong,\n  .pinlord-project-resource strong {\n    display: block;\n    color: var(--ysm-green);\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n\n  .pinlord-project-card p,\n  .pinlord-project-resource p {\n    display: block;\n    color: var(--ysm-muted);\n    font-size: 14px;\n    line-height: 1.45;\n    margin: 0;\n  }\n\n  .pinlord-project-highlight {\n    background: var(--ysm-soft);\n    border: 1px solid #a7c957;\n    border-radius: 16px;\n    padding: 16px;\n    margin-top: 14px;\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n\n  .pinlord-project-highlight:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 22px rgba(46, 107, 74, .10);\n  }\n\n  .pinlord-project-highlight strong {\n    color: var(--ysm-green);\n  }\n\n  .pinlord-project-feature {\n    display: grid;\n    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);\n    gap: 18px;\n    align-items: center;\n    margin-top: 16px;\n    background:\n      radial-gradient(circle at 15% 10%, rgba(6, 193, 103, .16), transparent 28%),\n      var(--ysm-cream);\n    border: 1px solid var(--ysm-border);\n    border-radius: 18px;\n    padding: 14px;\n  }\n\n  .pinlord-project-feature img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 14px;\n    border: 1px solid var(--ysm-border);\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n    object-position: center;\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .pinlord-project-feature:hover img {\n    transform: scale(1.015);\n    box-shadow: 0 14px 28px rgba(31, 42, 34, .12);\n  }\n\n  .pinlord-project-feature-icons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .pinlord-project-feature-icon {\n    background: #ffffff;\n    border: 1px solid var(--ysm-border);\n    color: #3f4f42;\n    border-radius: 999px;\n    padding: 7px 10px;\n    font-size: 13px;\n    font-weight: 800;\n    transition: transform .18s ease, border-color .18s ease;\n  }\n\n  .pinlord-project-feature-icon:hover {\n    transform: translateY(-2px);\n    border-color: #a7c957;\n  }\n\n  .pinlord-project-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 16px;\n  }\n\n  .pinlord-project-gallery-item {\n    appearance: none;\n    border: 1px solid var(--ysm-border);\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 8px;\n    overflow: hidden;\n    margin: 0;\n    cursor: zoom-in;\n    display: block;\n    width: 100%;\n    position: relative;\n    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n  }\n\n  .pinlord-project-gallery-item::after {\n    content: \"Click to enlarge\";\n    position: absolute;\n    left: 14px;\n    right: 14px;\n    bottom: 14px;\n    background: rgba(31, 42, 34, .86);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 900;\n    text-align: center;\n    border-radius: 999px;\n    padding: 6px 8px;\n    opacity: 0;\n    transform: translateY(8px);\n    transition: opacity .2s ease, transform .2s ease;\n    pointer-events: none;\n  }\n\n  .pinlord-project-gallery-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 28px rgba(31, 42, 34, .12);\n    border-color: #a7c957;\n  }\n\n  .pinlord-project-gallery-item:hover::after {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .pinlord-project-gallery-item img {\n    width: 100%;\n    height: auto;\n    min-height: 240px;\n    display: block;\n    border-radius: 12px;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    object-position: center;\n    background: #ffffff;\n    border: 1px solid var(--ysm-border);\n    transition: transform .25s ease, filter .25s ease;\n  }\n\n  .pinlord-project-gallery-item:hover img {\n    transform: scale(1.02);\n    filter: saturate(1.08) contrast(1.03);\n  }\n\n  .pinlord-project-table-wrap {\n    overflow-x: auto;\n    margin-top: 14px;\n    border: 1px solid var(--ysm-border);\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .pinlord-project-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 720px;\n  }\n\n  .pinlord-project-table th,\n  .pinlord-project-table td {\n    text-align: left;\n    padding: 13px 14px;\n    border-bottom: 1px solid var(--ysm-border);\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .pinlord-project-table th {\n    background: var(--ysm-soft);\n    color: var(--ysm-dark);\n    font-weight: 900;\n  }\n\n  .pinlord-project-table td {\n    color: #3f4f42;\n  }\n\n  .pinlord-project-table tbody tr:hover {\n    background: #f7f8f4;\n  }\n\n  .pinlord-project-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .pinlord-project-dropdowns details {\n    border: 1px solid var(--ysm-border);\n    border-radius: 15px;\n    overflow: hidden;\n    background: #ffffff;\n    transition: border-color .2s ease, box-shadow .2s ease;\n  }\n\n  .pinlord-project-dropdowns details:hover {\n    border-color: #a7c957;\n    box-shadow: 0 10px 22px rgba(31, 42, 34, .05);\n  }\n\n  .pinlord-project-dropdowns details + details {\n    margin-top: 10px;\n  }\n\n  .pinlord-project-dropdowns summary {\n    cursor: pointer;\n    list-style: none;\n    padding: 14px 16px;\n    background: var(--ysm-soft);\n    color: var(--ysm-dark);\n    font-weight: 900;\n    position: relative;\n    padding-right: 48px;\n  }\n\n  .pinlord-project-dropdowns summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pinlord-project-dropdowns summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--ysm-green);\n    font-size: 22px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .pinlord-project-dropdowns details[open] summary::after {\n    content: \"–\";\n  }\n\n  .pinlord-project-dropdown-content {\n    padding: 16px;\n    background: #ffffff;\n    border-top: 1px solid var(--ysm-border);\n  }\n\n  .pinlord-project-link {\n    color: var(--ysm-green);\n    font-weight: 900;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .pinlord-project-note {\n    font-size: 13px;\n    color: var(--ysm-muted);\n    margin-top: 10px;\n  }\n\n  .pinlord-lightbox {\n    position: fixed;\n    inset: 0;\n    z-index: 999999;\n    background: rgba(10, 15, 12, .88);\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 22px;\n  }\n\n  .pinlord-lightbox.is-open {\n    display: flex;\n  }\n\n  .pinlord-lightbox-inner {\n    position: relative;\n    width: min(1100px, 94vw);\n    max-height: 92vh;\n    animation: pinlordLightboxIn .18s ease both;\n  }\n\n  @keyframes pinlordLightboxIn {\n    from {\n      opacity: 0;\n      transform: scale(.96) translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: scale(1) translateY(0);\n    }\n  }\n\n  .pinlord-lightbox-img {\n    width: 100%;\n    max-height: 86vh;\n    object-fit: contain;\n    display: block;\n    background: #ffffff;\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,.25);\n    box-shadow: 0 30px 70px rgba(0,0,0,.40);\n  }\n\n  .pinlord-lightbox-close {\n    position: absolute;\n    top: -14px;\n    right: -14px;\n    width: 42px;\n    height: 42px;\n    border: 0;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--ysm-dark);\n    font-size: 24px;\n    line-height: 1;\n    font-weight: 900;\n    cursor: pointer;\n    box-shadow: 0 8px 20px rgba(0,0,0,.28);\n  }\n\n  .pinlord-reveal {\n    opacity: 0;\n    transform: translateY(18px);\n    transition: opacity .55s ease, transform .55s ease;\n  }\n\n  .pinlord-reveal.is-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .pinlord-project *,\n    .pinlord-reveal,\n    .pinlord-project-hero::before {\n      animation: none !important;\n      transition: none !important;\n    }\n\n    .pinlord-reveal {\n      opacity: 1;\n      transform: none;\n    }\n  }\n\n  @media (max-width: 920px) {\n    .pinlord-project-hero-grid,\n    .pinlord-project-grid,\n    .pinlord-project-feature {\n      grid-template-columns: 1fr;\n    }\n\n    .pinlord-project-three-grid,\n    .pinlord-project-gallery {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 749px) {\n    .pinlord-project {\n      width: min(100%, calc(100vw - 24px));\n    }\n\n    .pinlord-project-hero,\n    .pinlord-project-section,\n    .pinlord-project-dropdowns,\n    .pinlord-project-contact {\n      padding: 18px;\n    }\n\n    .pinlord-project h1 {\n      font-size: 34px;\n    }\n\n    .pinlord-project h2 {\n      font-size: 25px;\n    }\n\n    .pinlord-project-three-grid,\n    .pinlord-project-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .pinlord-project-button {\n      width: 100%;\n    }\n\n    .pinlord-project-hero-image-main,\n    .pinlord-project-gallery-item img {\n      min-height: 220px;\n    }\n\n    .pinlord-lightbox {\n      padding: 12px;\n    }\n\n    .pinlord-lightbox-close {\n      top: 8px;\n      right: 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003carticle class=\"pinlord-project\"\u003e\n  \u003cdiv class=\"pinlord-project-wrap\"\u003e\n\n    \u003csection class=\"pinlord-project-hero pinlord-reveal\"\u003e\n      \u003cdiv class=\"pinlord-project-hero-grid\"\u003e\n        \u003cdiv\u003e\n\n          \u003cp class=\"pinlord-project-kicker\"\u003e食品配送品牌体验项目\u003c\/p\u003e\n\n          \u003ch1\u003eUber Eats x Pinlord：食品配送的定制商品和品牌体验\u003c\/h1\u003e\n\n          \u003cp class=\"pinlord-project-intro\"\u003e\n            Uber Eats与Pinlord.com合作，打造独特融合的定制商品、品牌装饰和互动数字产品，旨在提升食品配送和用餐体验。\n          \u003c\/p\u003e\n\n          \u003cp class=\"pinlord-project-muted\"\u003e\n            使命是让每个客户接触点——从品牌到包装——都体现Uber Eats大胆、休闲且现代的活力，同时坚持可持续和道德的生产实践。\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pinlord-project-actions\"\u003e\n            \u003ca class=\"pinlord-project-button pinlord-project-button-primary\" href=\"https:\/\/pinlord.com\/collections\/custom-ethical-products\" rel=\"noopener\" target=\"_blank\"\u003e开始定制品牌体验\u003c\/a\u003e\n            \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"#pinlord-project-overview\"\u003e查看项目概述\u003c\/a\u003e\n            \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"https:\/\/www.ubereats.com\/\" rel=\"noopener\" target=\"_blank\"\u003e访问Uber Eats\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cfigure class=\"pinlord-project-hero-image\"\u003e\n          \u003cimg class=\"pinlord-project-hero-image-main\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850200689.png?v=1756507853\" alt=\"Pinlord为Uber Eats制作的定制商品、品牌装饰和食品配送体验产品\" loading=\"eager\" width=\"900\" height=\"675\"\u003e\n          \u003cfigcaption class=\"pinlord-project-caption\"\u003e\n            Pinlord为Uber Eats打造的定制商品、品牌装饰和互动食品体验产品。\n          \u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-overview\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e项目概述\u003c\/p\u003e\n\n      \u003ch2\u003ePinlord如何帮助Uber Eats打造更难忘的客户体验\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Uber Eats希望提升其客户旅程，超越食品配送。Pinlord通过全方位的创意品牌塑造、定制商品、品牌装饰、数字产品、产品设计、原型制作、道德制造和活动支持助力该项目。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e挑战\u003c\/strong\u003e\n          \u003cp\u003e创建品牌接触点，使食品配送和用餐体验更具互动性、难忘且高端。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e解决方案\u003c\/strong\u003e\n          \u003cp\u003e设计并生产反映Uber Eats现代品牌活力的定制商品、品牌装饰和数字产品。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003ePinlord的角色\u003c\/strong\u003e\n          \u003cp\u003e支持创意合作、品牌塑造、产品设计、原型制作、道德制造、咨询和活动支持。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e成果\u003c\/strong\u003e\n          \u003cp\u003e更具凝聚力的品牌体验，帮助Uber Eats在包装、装饰和客户互动中创造难忘时刻。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pinlord-project-highlight\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e项目目标：\u003c\/strong\u003e将Uber Eats大胆的食品配送形象转化为客户可以看见、触摸并记住的有形、互动且可持续的品牌体验。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-customer-experience\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e客户体验设计\u003c\/p\u003e\n\n      \u003ch2\u003e旨在提升每个用餐时刻的定制商品和装饰\u003c\/h2\u003e\n\n      \u003cdiv class=\"pinlord-project-feature\"\u003e\n        \u003cimg src=\"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\" alt=\"由Pinlord设计的Uber Eats品牌装饰和客户体验商品\" loading=\"lazy\" width=\"700\" height=\"525\"\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"pinlord-project-intro\"\u003e\n            当每个细节都让人感到方便、有趣且一眼可辨时，食品配送品牌就会获胜。\n          \u003c\/p\u003e\n\n          \u003cp class=\"pinlord-project-muted\"\u003e\n            Pinlord帮助Uber Eats制作了品牌餐巾纸、包装、定制设计的装饰和互动作品，为客户体验增添了更具触感的层次。\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pinlord-project-feature-icons\"\u003e\n            \u003cspan class=\"pinlord-project-feature-icon\"\u003e品牌装饰\u003c\/span\u003e\n            \u003cspan class=\"pinlord-project-feature-icon\"\u003e数字产品\u003c\/span\u003e\n            \u003cspan class=\"pinlord-project-feature-icon\"\u003e定制商品\u003c\/span\u003e\n            \u003cspan class=\"pinlord-project-feature-icon\"\u003e活动支持\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pinlord-project-highlight\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e成功原因：\u003c\/strong\u003e该项目创造了小而难忘的品牌时刻，客户可以通过包装、展示、装饰和互动体验与之连接。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-gallery\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e项目媒体\u003c\/p\u003e\n\n      \u003ch2\u003eUber Eats x Pinlord项目画廊\u003c\/h2\u003e\n\n      \u003cp\u003e\n        下面的画廊展示了Uber Eats定制商品、品牌装饰、食品体验视觉和Uber Eats x Pinlord合作的互动产品素材。点击任意图片可放大查看。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-gallery\"\u003e\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850200689.png?v=1756507853\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850200689.png?v=1756507853\" alt=\"Uber Eats 定制品牌体验商品主图\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850233457.gif?v=1756507853\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850233457.gif?v=1756507853\" alt=\"Uber Eats 动画数字产品与品牌体验图片 1\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"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\"\u003e\n          \u003cimg src=\"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\" alt=\"Uber Eats 定制美食体验商品图片 2\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_2.jpg?v=1756507690\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_2.jpg?v=1756507690\" alt=\"Uber Eats 品牌装饰与定制商品图片 3\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_4.webp?v=1756507690\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_4.webp?v=1756507690\" alt=\"Uber Eats 定制品牌包装与装饰图片 4\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"pinlord-project-gallery-item\" type=\"button\" data-full=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_8.webp?v=1756507691\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/files\/Pinlord_x_Uber_Eats-_Crafting_the_Ultimate_Food_Experience_with_Custom_Merchandise_8.webp?v=1756507691\" alt=\"Uber Eats 定制品牌体验商品图片 5\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-deliverables\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e项目交付物\u003c\/p\u003e\n\n      \u003ch2\u003ePinlord 为 Uber Eats 提供的服务\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Pinlord 提供了一整套服务，旨在结合风格、功能性、可持续性和客户体验设计。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-table-wrap\"\u003e\n        \u003ctable class=\"pinlord-project-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e交付成果\u003c\/th\u003e\n              \u003cth\u003e目标\u003c\/th\u003e\n              \u003cth\u003e重要原因\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e数字产品\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e为 Uber Eats 客户体验增添互动层次。\u003c\/td\u003e\n              \u003ctd\u003e帮助活动更具记忆点、易于分享并与现代客户行为相连。\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e创意品牌塑造\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e确保每款产品都体现 Uber Eats 休闲、大胆且现代的美学。\u003c\/td\u003e\n              \u003ctd\u003e在包装、装饰和面向客户的品牌时刻之间创造一致性。\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e产品设计与原型制作\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e将品牌理念转化为时尚且实用的商品和装饰。\u003c\/td\u003e\n              \u003ctd\u003e帮助最终产品显得实用、精致且与美食体验相符。\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e品牌装饰与包装\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e通过触感品牌细节提升外卖和用餐体验。\u003c\/td\u003e\n              \u003ctd\u003e帮助客户通过不仅仅是应用程序或配送袋感受 Uber Eats 品牌。\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e道德制造\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e采用负责任且环保的生产标准制作定制产品。\u003c\/td\u003e\n              \u003ctd\u003e支持可持续商品的制作，同时不影响产品质量或品牌表达。\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003e咨询与活动支持\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e支持从概念到执行的无缝品牌体验。\u003c\/td\u003e\n              \u003ctd\u003e简化复杂性，同时让最终活动感觉连贯且制作精良。\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-moments\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e创造重要时刻\u003c\/p\u003e\n\n      \u003ch2\u003e不仅是品牌产品——完整的美食体验\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Uber Eats 与 Pinlord 的合作旨在创造与客户产生共鸣的时刻。每件商品都旨在为用餐体验增值，同时强化 Uber Eats 作为便捷、创意和客户满意度领导者的地位。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-three-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e高端商品\u003c\/strong\u003e\n          \u003cp\u003e定制产品提升了品牌识别度，创造了更难忘的客户接触点。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e互动体验\u003c\/strong\u003e\n          \u003cp\u003e数字产品和互动元素为客户参与增添了超越标准包装的层次。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e品牌美食时刻\u003c\/strong\u003e\n          \u003cp\u003e装饰和包装细节让客户在每次订单和用餐体验中都能感受到品牌。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e可持续生产\u003c\/strong\u003e\n          \u003cp\u003e产品开发更加注重负责任和环保的生产选择。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e现代品牌活力\u003c\/strong\u003e\n          \u003cp\u003e每款产品的设计都体现了 Uber Eats 大胆、休闲且现代的品牌形象。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e客户满意度\u003c\/strong\u003e\n          \u003cp\u003e最终体验不仅仅是餐食——它帮助创造了难忘的品牌时刻。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-results\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e项目成果\u003c\/p\u003e\n\n      \u003ch2\u003eUber Eats 与 Pinlord 合作成果\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Uber Eats与Pinlord的合作展示了品牌商品、沉浸式设计和可持续生产如何改变客户体验。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-three-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e更强的客户体验\u003c\/strong\u003e\n          \u003cp\u003e每个接触点都旨在让配送和用餐时刻更具目的性。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e难忘的品牌时刻\u003c\/strong\u003e\n          \u003cp\u003e定制装饰、包装和互动作品帮助客户记住这段体验。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e统一的品牌形象\u003c\/strong\u003e\n          \u003cp\u003e产品在多个接触点体现了Uber Eats大胆、休闲和现代的风格。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e可持续商品\u003c\/strong\u003e\n          \u003cp\u003e负责任的生产支持了以价值为导向的品牌产品创作方法。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e创意合作\u003c\/strong\u003e\n          \u003cp\u003ePinlord帮助将宏大创意转化为客户可互动的有形体验。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e食品配送差异化\u003c\/strong\u003e\n          \u003cp\u003e该项目帮助Uber Eats为竞争激烈的类别增添了更多个性和乐趣。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-brand-links\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e相关品牌和产品链接\u003c\/p\u003e\n\n      \u003ch2\u003e探索Uber Eats及定制品牌体验选项\u003c\/h2\u003e\n\n      \u003cdiv class=\"pinlord-project-three-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eUber Eats\u003c\/strong\u003e\n          \u003cp\u003e探索Uber Eats及其为餐厅、客户和配送合作伙伴提供的食品配送平台。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.ubereats.com\/\" rel=\"noopener\" target=\"_blank\"\u003e访问Uber Eats →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003ePinlord定制产品\u003c\/strong\u003e\n          \u003cp\u003e浏览品牌推广、活动、包装和客户活动的定制商品选项。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/collections\/custom-ethical-products\" rel=\"noopener\" target=\"_blank\"\u003e浏览定制产品 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003ePinlord产品目录\u003c\/strong\u003e\n          \u003cp\u003e探索食品品牌、配送活动、推广和客户体验的产品创意。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/pinlord-product-catalog\" rel=\"noopener\" target=\"_blank\"\u003e查看产品目录 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制贴纸\u003c\/strong\u003e\n          \u003cp\u003e适用于包装、食品配送包、活动和客户时刻的实惠品牌附加品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-stickers\" rel=\"noopener\" target=\"_blank\"\u003e查看定制贴纸 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制搪瓷别针\u003c\/strong\u003e\n          \u003cp\u003e为餐厅、活动、员工、创作者和品牌推广提供的高端收藏品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-enamel-pins\" rel=\"noopener\" target=\"_blank\"\u003e查看定制搪瓷别针 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003ePinlord道德标准\u003c\/strong\u003e\n          \u003cp\u003e了解Pinlord如何进行负责任的定制产品生产。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/blogs\/help-articles\/pinlords-ethical-standards\" rel=\"noopener\" target=\"_blank\"\u003e阅读道德标准 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-products\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e相关产品\u003c\/p\u003e\n\n      \u003ch2\u003e为食品品牌、活动和客户体验活动定制的产品\u003c\/h2\u003e\n\n      \u003cdiv class=\"pinlord-project-three-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制贴纸\u003c\/strong\u003e\n          \u003cp\u003e适用于包装、配送包、餐厅活动和客户赠品的实惠品牌产品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-stickers\" rel=\"noopener\" target=\"_blank\"\u003e查看定制贴纸 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制搪瓷别针\u003c\/strong\u003e\n          \u003cp\u003e适用于餐厅商品、员工礼包、食品活动和品牌推广的收藏品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-enamel-pins\" rel=\"noopener\" target=\"_blank\"\u003e查看定制搪瓷别针 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制徽章\u003c\/strong\u003e\n          \u003cp\u003e适用于制服、包袋、员工服装、活动和食品品牌商品的耐用品牌产品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-patches\" rel=\"noopener\" target=\"_blank\"\u003e查看定制徽章 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制亚克力吊饰和钥匙扣\u003c\/strong\u003e\n          \u003cp\u003e适用于餐厅、配送活动、粉丝商品和客户礼品包的实用配件。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/products\/custom-acrylic-charms\" rel=\"noopener\" target=\"_blank\"\u003e查看定制钥匙扣 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制服装\u003c\/strong\u003e\n          \u003cp\u003e适用于餐厅团队、活动、推广和食品社区的可穿戴商品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/collections\/custom-apparel-goods\" rel=\"noopener\" target=\"_blank\"\u003e查看定制服装 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003e定制道德产品\u003c\/strong\u003e\n          \u003cp\u003e浏览Pinlord为品牌、食品企业、活动和推广提供的全系列定制产品。\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/collections\/custom-ethical-products\" rel=\"noopener\" target=\"_blank\"\u003e浏览所有产品 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-section pinlord-reveal\" id=\"pinlord-project-why\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e品牌选择Pinlord的原因\u003c\/p\u003e\n\n      \u003ch2\u003e为什么领先品牌选择与Pinlord合作定制客户体验\u003c\/h2\u003e\n\n      \u003cp\u003e\n        品牌体验项目需要的不仅仅是简单的商品。品牌选择Pinlord，因为我们帮助将创意概念转化为有形的、符合道德且令人难忘的产品，支持客户参与和活动目标。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e创意合作\u003c\/strong\u003e\n          \u003cp\u003e将宏大创意转化为客户可见、可触摸且难忘的体验。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e定制周边设计\u003c\/strong\u003e\n          \u003cp\u003e支持搪瓷徽章、贴纸、布章、亚克力钥匙扣、服装、包装和品牌装饰。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e可持续生产\u003c\/strong\u003e\n          \u003cp\u003e帮助品牌通过负责任且环保的生产路径创造产品。\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003e端到端服务\u003c\/strong\u003e\n          \u003cp\u003e支持设计咨询、原型制作、生产、活动支持、物流和配送。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pinlord-project-actions\"\u003e\n        \u003ca class=\"pinlord-project-button pinlord-project-button-primary\" href=\"https:\/\/pinlord.com\/blogs\/help-articles\/pinlords-ethical-standards\" rel=\"noopener\" target=\"_blank\"\u003e阅读我们的道德标准\u003c\/a\u003e\n        \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"https:\/\/www.bcorporation.net\/en-us\/find-a-b-corp\/company\/yourstuffmade-pty-ltd\/\" rel=\"noopener\" target=\"_blank\"\u003e查看B Corp档案\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-dropdowns pinlord-reveal\" id=\"pinlord-project-faqs\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e常见问题解答\u003c\/p\u003e\n\n      \u003ch2\u003e关于定制品牌体验周边的常见问题\u003c\/h2\u003e\n\n      \u003cdetails open\u003e\n        \u003csummary\u003eUber Eats与Pinlord项目是什么？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            Uber Eats与Pinlord项目是一项定制品牌体验合作，专注于为食品外卖和用餐体验打造定制周边、品牌装饰和互动数字产品。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003ePinlord为Uber Eats创造了什么？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            Pinlord支持数字产品、创意品牌塑造、产品设计、原型制作、品牌装饰、包装、道德制造、咨询和活动支持。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e为什么定制周边对食品外卖品牌有用？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            定制周边帮助食品外卖品牌创造更难忘的客户时刻，加强品牌识别，提升包装体验，并在应用或配送流程之外增添个性。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e哪些产品最适合食品品牌推广？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            强力推荐的选项包括定制贴纸、包装、搪瓷徽章、布章、亚克力钥匙扣、服装、品牌装饰、餐巾纸、活动产品和互动数字物品。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003ePinlord能支持品牌装饰和活动体验吗？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            是的。Pinlord可以支持食品品牌、餐厅、外卖活动和推广的品牌装饰、定制周边、活动产品、包装、生产规划和物流。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e我们如何与Pinlord开始定制品牌体验项目？\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            首先分享您的活动目标、受众、产品创意、设计稿、活动详情、数量、送货地点和预算范围。Pinlord随后会推荐产品选项和生产后续步骤。\n          \u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/pinlord.com\/collections\/custom-ethical-products\" rel=\"noopener\" target=\"_blank\"\u003e开始定制品牌体验报价 →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pinlord-project-contact pinlord-reveal\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003e让我们合作吧\u003c\/p\u003e\n\n      \u003ch2\u003e打造让客户铭记的定制品牌体验\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Uber Eats与Pinlord的合作展示了品牌周边商品、沉浸式设计和道德生产如何帮助将客户体验转化为重要时刻。\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        无论您是在打造食品外卖包装、品牌装饰、餐厅周边、活动产品、客户礼品还是互动品牌体验，Pinlord都能帮助将您的创意转化为实用、难忘且负责任的定制产品。\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-actions\"\u003e\n        \u003ca class=\"pinlord-project-button pinlord-project-button-primary\" href=\"https:\/\/pinlord.com\/collections\/custom-ethical-products\" rel=\"noopener\" target=\"_blank\"\u003e开始定制品牌体验\u003c\/a\u003e\n        \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"https:\/\/pinlord.com\/products\/pinlord-product-catalog\" rel=\"noopener\" target=\"_blank\"\u003e查看产品目录\u003c\/a\u003e\n        \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"mailto:hi@pinlord.com\" rel=\"noopener\" target=\"_blank\"\u003e发送邮件给Pinlord\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"pinlord-project-note\"\u003e\n        #Pinlord #UberEats #CustomEventMerchandise #BrandActivation #EthicalProduction #BCorpCertified #CreativeCollaboration #SustainableMerchandise #CustomerExperience #FoodDeliveryBranding #EventMerchandise #CustomBranding\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003cdiv class=\"pinlord-lightbox\" id=\"pinlordProjectLightbox\" aria-hidden=\"true\"\u003e\n  \u003cdiv class=\"pinlord-lightbox-inner\"\u003e\n    \u003cbutton class=\"pinlord-lightbox-close\" type=\"button\" aria-label=\"Close enlarged image\"\u003e×\u003c\/button\u003e\n    \u003cimg class=\"pinlord-lightbox-img\" alt=\"扩展的Uber Eats项目画廊图片\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function () {\n    var lightbox = document.getElementById('pinlordProjectLightbox');\n    if (!lightbox) return;\n\n    var lightboxImg = lightbox.querySelector('.pinlord-lightbox-img');\n    var closeBtn = lightbox.querySelector('.pinlord-lightbox-close');\n    var galleryButtons = document.querySelectorAll('.pinlord-project-gallery-item[data-full]');\n\n    function openLightbox(src, alt) {\n      lightboxImg.src = src;\n      lightboxImg.alt = alt || 'Expanded Uber Eats project gallery image';\n      lightbox.classList.add('is-open');\n      lightbox.setAttribute('aria-hidden', 'false');\n      document.documentElement.style.overflow = 'hidden';\n    }\n\n    function closeLightbox() {\n      lightbox.classList.remove('is-open');\n      lightbox.setAttribute('aria-hidden', 'true');\n      lightboxImg.src = '';\n      document.documentElement.style.overflow = '';\n    }\n\n    galleryButtons.forEach(function (button) {\n      button.addEventListener('click', function () {\n        var img = button.querySelector('img');\n        openLightbox(button.getAttribute('data-full'), img ? img.alt : '');\n      });\n    });\n\n    closeBtn.addEventListener('click', closeLightbox);\n\n    lightbox.addEventListener('click', function (event) {\n      if (event.target === lightbox) {\n        closeLightbox();\n      }\n    });\n\n    document.addEventListener('keydown', function (event) {\n      if (event.key === 'Escape' \u0026\u0026 lightbox.classList.contains('is-open')) {\n        closeLightbox();\n      }\n    });\n\n    var revealItems = document.querySelectorAll('.pinlord-reveal');\n\n    if ('IntersectionObserver' in window) {\n      var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('is-visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.12 });\n\n      revealItems.forEach(function (item) {\n        observer.observe(item);\n      });\n    } else {\n      revealItems.forEach(function (item) {\n        item.classList.add('is-visible');\n      });\n    }\n  })();\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Uber Eats x Pinlord: Custom Merchandise and Branded Experiences for Food Delivery\",\n  \"description\": \"See how Pinlord helped Uber Eats create custom merchandise, branded décor and interactive digital products for a more memorable food experience.\",\n  \"image\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850200689.png?v=1756507853\",\n  \"author\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Pinlord\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Pinlord\",\n    \"url\": \"https:\/\/pinlord.com\"\n  },\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/pinlord.com\/products\/uber-eats-custom-brand-experience-merchandise\"\n  },\n  \"about\": [\n    \"Uber Eats custom merchandise\",\n    \"food delivery branding\",\n    \"custom event merchandise\",\n    \"branded décor\",\n    \"digital products\",\n    \"sustainable merchandise\",\n    \"ethical manufacturing\"\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What was the Uber Eats x Pinlord project?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Uber Eats x Pinlord 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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What did Pinlord create for Uber Eats?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Pinlord supported digital products, creative branding, product design, prototyping, branded décor, packaging, ethical manufacturing, consulting and event support.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why is custom merchandise useful for food delivery brands?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What products work best for food brand activations?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Strong options include custom stickers, packaging, enamel pins, patches, acrylic keychains, apparel, branded décor, napkins, event products and interactive digital items.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Pinlord support branded décor and event experiences?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Pinlord can support branded décor, custom merchandise, event products, packaging, production planning and logistics for food brands, restaurants, delivery campaigns and activations.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Uber Eats","offers":[{"title":"Default Title","offer_id":40466421678193,"sku":null,"price":1.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/uber-eats-project-default-title-uber-eats-30988850200689.png?v=1756507853","url":"https:\/\/pinlord.com\/zh\/products\/uber-eats-x-pinlord-custom-merchandise-and-branded-experiences-for-food-delivery","provider":"Pinlord.com","version":"1.0","type":"link"}