{"product_id":"adidas-x-pinlord-custom-merchandise-for-a-global-brand-moment","title":"อาดิดาส x พินลอร์ด: สินค้าสั่งทำพิเศษสำหรับแบรนด์ระดับโลก","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    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(167, 201, 87, .22), 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-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(167, 201, 87, .20), 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(4, 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: 190px;\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.045);\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 tr {\n    transition: background .18s ease;\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: 1040px) {\n    .pinlord-project-gallery {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\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          \u003cp class=\"pinlord-project-kicker\"\u003eโครงการเปิดใช้งานแบรนด์\u003c\/p\u003e\n\n          \u003ch1\u003eAdidas x Pinlord: สินค้ากำหนดเองสำหรับช่วงเวลาของแบรนด์ระดับโลก\u003c\/h1\u003e\n\n          \u003cp class=\"pinlord-project-intro\"\u003e\n            Adidas ร่วมมือกับ Pinlord และเอเจนซี่สร้างสรรค์ Andpeople เพื่อช่วยเปิดตัวรองเท้าสเก็ต Adidas 3MC ผ่านการเปิดใช้งานสเก็ตบอร์ดที่เน้นชุมชนเป็นหลัก สนับสนุนด้วยสินค้ากำหนดเอง ของแจกพร้อมแบรนด์ และการผลิตงานอีเวนต์ที่นำโดยวัฒนธรรม\n          \u003c\/p\u003e\n\n          \u003cp class=\"pinlord-project-muted\"\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=\"#pinlord-project-overview\"\u003eดูภาพรวมโครงการ\u003c\/a\u003e\n            \u003ca class=\"pinlord-project-button pinlord-project-button-secondary\" href=\"https:\/\/www.adidas.com\/us\/3mc\" rel=\"noopener\" target=\"_blank\"\u003eดู Adidas 3MC\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\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845219953.webp?v=1743679770\" alt=\"โครงการสินค้ากำหนดเองเปิดตัวรองเท้าสเก็ต Adidas 3MC โดย Pinlord\" loading=\"eager\" width=\"900\" height=\"675\"\u003e\n          \u003cfigcaption class=\"pinlord-project-caption\"\u003e\n            สินค้าการเปิดตัว Adidas 3MC สร้างขึ้นกับ Pinlord สำหรับการเปิดใช้งานแบรนด์วัฒนธรรมสเก็ต\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 ช่วย Adidas สร้างประสบการณ์เปิดตัว 3MC ที่น่าจดจำอย่างไร\u003c\/h2\u003e\n\n      \u003cp\u003e\n        การเปิดตัว Adidas 3MC ต้องการมากกว่าการปล่อยผลิตภัณฑ์ทั่วไป เป้าหมายคือการสร้างประสบการณ์สเก็ตบอร์ดที่รู้สึกท้องถิ่น สร้างสรรค์ มีตัวตน และนำโดยชุมชน 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สร้างประสบการณ์การเปิดตัวที่เชื่อมโยงรองเท้าสเก็ต Adidas 3MC กับวัฒนธรรมสเก็ตจริง สไตล์สตรีท พลังชุมชน และสินค้าพร้อมแบรนด์ที่จับต้องได้\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บทบาทของ Pinlord\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ช่วงเวลาการเปิดตัวที่แข็งแกร่งขึ้นซึ่งเชื่อมโยง Adidas กับนักสเก็ต ศิลปิน พันธมิตรค้าปลีก แฟนๆ และชุมชนสตรีทแวร์ที่กว้างขึ้น\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-activation\"\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\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845187185.webp?v=1743679773\" alt=\"งานสเก็ต Adidas 3MC ในร่มพร้อมรางและนักสเก็ต\" 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            แทนที่จะพึ่งพาการจัดแสดงในร้านค้าทั่วไป โครงการนี้ใช้สภาพแวดล้อมสเก็ตแบบคลังสินค้าเพื่อทำให้การเปิดตัว Adidas 3MC รู้สึกสมจริง มีพลัง และนำโดยชุมชนมากขึ้น\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\u003eแกลเลอรีโครงการ Adidas x Pinlord\u003c\/h2\u003e\n\n      \u003cp\u003e\n        สินค้าภาพลักษณ์ รายละเอียดงานที่มีแบรนด์ และสื่อแคมเปญค้าปลีกช่วยให้งานเปิดตัว Adidas 3MC รู้สึกมีส่วนร่วมมากขึ้น น่าจดจำ และเชื่อมโยงกับชุมชนสเก็ตบอร์ด คลิกที่ภาพใดก็ได้เพื่อขยายขนาดภาพ\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\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845154417.webp?v=1743679767\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845154417.webp?v=1743679767\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 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\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845121649.webp?v=1743679768\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845121649.webp?v=1743679768\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 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\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845056113.webp?v=1743679772\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845056113.webp?v=1743679772\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 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\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845088881.webp?v=1743679769\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845088881.webp?v=1743679769\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 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\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845023345.webp?v=1743679767\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845023345.webp?v=1743679767\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 5\" 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\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844990577.webp?v=1743679770\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844990577.webp?v=1743679770\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 6\" 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\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844957809.webp?v=1743679787\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844957809.webp?v=1743679787\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 7\" 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\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844925041.webp?v=1743679775\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844925041.webp?v=1743679775\" alt=\"ภาพโครงการสินค้าสั่งทำพิเศษ Adidas 3MC 8\" 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\u003eสิ่งที่ Pinlord ช่วยนำมาสู่งานเปิดตัว Adidas 3MC\u003c\/h2\u003e\n\n      \u003cp\u003e\n        บทบาทของ Pinlord ผสมผสานความคิดสร้างสรรค์ด้านผลิตภัณฑ์กับการดำเนินการผลิตที่ใช้งานได้จริง เป้าหมายคือการสร้างสินค้าสั่งทำพิเศษที่สอดคล้องกับเอกลักษณ์ภาพลักษณ์ของ Adidas กลุ่มผู้เล่นสเก็ตบอร์ด และพลังงานของงาน\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มอบของที่ระลึกจับต้องได้ให้กับผู้เข้าร่วมงาน\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สร้างผลิตภัณฑ์ที่เชื่อมโยงกับเอกลักษณ์สเก็ต Adidas 3MC\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ลดความเสี่ยงและช่วยปรับปรุงผลลัพธ์สุดท้าย\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-retail\"\u003e\n      \u003cp class=\"pinlord-project-kicker\"\u003eสนับสนุนแคมเปญขายปลีก\u003c\/p\u003e\n\n      \u003ch2\u003eขยายความร่วมมือ Adidas x Pinlord เกินกว่างานเปิดตัว\u003c\/h2\u003e\n\n      \u003cp\u003e\n        หลังงานเปิดตัว 3MC Adidas ยังคงทำงานร่วมกับ Pinlord ในการผลิตสินค้าสั่งทำพิเศษเฉพาะสำหรับแคมเปญค้าปลีกกับ City Beach Australia และ Foot Locker\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pinlord-project-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003eแคมเปญ City Beach Australia\u003c\/strong\u003e\n          \u003cp\u003eสินค้าสั่งทำพิเศษสนับสนุนกลุ่มลูกค้าปลีกที่เชื่อมโยงกับวัฒนธรรมเซิร์ฟ สเก็ต สตรีทแวร์ และไลฟ์สไตล์วัยรุ่น\u003c\/p\u003e\n          \u003cp style=\"margin-top: 10px;\"\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.citybeach.com\/au\/\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม City Beach Australia →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-card\"\u003e\n          \u003cstrong\u003eแคมเปญ Foot Locker\u003c\/strong\u003e\n          \u003cp\u003eสินค้าปลีกช่วยสนับสนุนการปรากฏตัวของ Adidas ในรองเท้าและสตรีทแวร์ผ่านช่องทางค้าปลีกรองเท้ารายใหญ่\u003c\/p\u003e\n          \u003cp style=\"margin-top: 10px;\"\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.footlocker.com.au\/\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม Foot Locker Australia →\u003c\/a\u003e\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 สินค้าสั่งทำพิเศษทำงานได้ดีที่สุดเมื่อสนับสนุนเส้นทางแคมเปญทั้งหมด — งานเปิดตัว การเปิดใช้งานในร้านค้า ของที่ระลึกสำหรับลูกค้า และความทรงจำแบรนด์ในระยะยาว\n        \u003c\/p\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\u003eสิ่งที่โครงการ Adidas 3MC มอบให้\u003c\/h2\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การเปิดตัวสไตล์สเก็ตพาร์คทำให้การเปิดตัว Adidas 3MC รู้สึกมีส่วนร่วม สอดคล้อง และนำโดยชุมชน\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สินค้าต่อเนื่องสนับสนุนแคมเปญ Adidas กับ City Beach Australia และ Foot Locker\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ของแจก เสื้อผ้า และสินค้าสั่งทำพิเศษสร้างความทรงจำเกี่ยวกับประสบการณ์เปิดตัวอย่างต่อเนื่อง\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สำรวจแบรนด์ สินค้า และบริบทแคมเปญ\u003c\/h2\u003e\n\n      \u003cdiv class=\"pinlord-project-three-grid\"\u003e\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eคอลเลกชัน Adidas 3MC\u003c\/strong\u003e\n          \u003cp\u003eสำรวจคอลเลกชันรองเท้าสเก็ต 3MC ของ Adidas และสินค้าสเก็ตที่เกี่ยวข้อง\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.adidas.com\/us\/3mc\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม Adidas 3MC →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eรองเท้าสเก็ตบอร์ด Adidas\u003c\/strong\u003e\n          \u003cp\u003eสำรวจรองเท้าสเก็ตบอร์ด Adidas และหมวดหมู่สินค้าที่เกี่ยวข้อง\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.adidas.com.au\/skateboarding-shoes\" 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\u003eAndpeople\u003c\/strong\u003e\n          \u003cp\u003eเอเจนซี่สร้างสรรค์อิสระที่เชื่อมโยงกับประสบการณ์แบรนด์ที่ขับเคลื่อนด้วยวัฒนธรรม\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.andpeople.com\/\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม Andpeople →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eCity Beach Australia\u003c\/strong\u003e\n          \u003cp\u003eพันธมิตรค้าปลีกที่เชื่อมโยงกับไลฟ์สไตล์ แฟชั่น เซิร์ฟ สเก็ต และวัฒนธรรมเยาวชน\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.citybeach.com\/au\/\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม City Beach →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eFoot Locker Australia\u003c\/strong\u003e\n          \u003cp\u003eร้านค้าปลีกรองเท้าและเสื้อผ้าที่เชื่อมโยงกับวัฒนธรรมสนีกเกอร์และสตรีทแวร์\u003c\/p\u003e\n          \u003cp\u003e\u003ca class=\"pinlord-project-link\" href=\"https:\/\/www.footlocker.com.au\/\" rel=\"noopener\" target=\"_blank\"\u003eเยี่ยมชม Foot Locker AU →\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pinlord-project-resource\"\u003e\n          \u003cstrong\u003eสินค้าสั่งทำพิเศษของ Pinlord\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      \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-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-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-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เรียกดูสินค้าสั่งทำพิเศษทั้งหมดของ 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\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\/pinlord-product-catalog\" 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เหตุผลที่ Adidas เลือก 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\u003eโครงการ Adidas 3MC x Pinlord คืออะไร?\u003c\/summary\u003e\n        \u003cdiv class=\"pinlord-project-dropdown-content\"\u003e\n          \u003cp\u003e\n            โครงการนี้เป็นการกระตุ้นแบรนด์และความร่วมมือสินค้าสั่งทำพิเศษเพื่อสนับสนุนการเปิดตัวรองเท้าสเก็ต Adidas 3MC 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\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\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ทำไมการผลิตอย่างมีจริยธรรมจึงสำคัญสำหรับสินค้าส่งเสริมแบรนด์?\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เราจะเริ่มโครงการสินค้าส่งเสริมแบรนด์สั่งทำพิเศษกับ 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        การเปิดตัวรองเท้าสเก็ต Adidas 3MC แสดงให้เห็นว่าการร่วมมือสร้างสรรค์มีพลังมากเพียงใดเมื่อแบรนด์ วัฒนธรรม สินค้า และสินค้าส่งเสริมการขายทำงานร่วมกัน\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        #Adidas #Pinlord #3MC #SkateCulture #CustomMerchandise #EthicalManufacturing #BrandActivation #CityBeachAustralia #FootLocker #Streetwear #Skateboarding\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=\"ภาพแกลเลอรีโครงการ Adidas ขยาย\"\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 Adidas 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\": \"Adidas 3MC Skate Shoe Launch: Custom Merchandise, Skate Culture \u0026 Brand Activation\",\n  \"description\": \"See how Pinlord supported the Adidas 3MC skate shoe launch with custom merchandise, skate culture event production, branded giveaways and ethical manufacturing.\",\n  \"image\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988845219953.webp?v=1743679770\",\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\/adidas-3mc-skate-shoe-launch-custom-merch-project\"\n  },\n  \"about\": [\n    \"Adidas 3MC skate shoe launch\",\n    \"custom merchandise\",\n    \"brand activation merchandise\",\n    \"skateboarding merchandise\",\n    \"ethical manufacturing\",\n    \"custom event giveaways\"\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 Adidas 3MC x Pinlord project?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The project was a brand activation and custom merchandise collaboration supporting the Adidas 3MC skate shoe launch. Pinlord helped with branded giveaways, custom merchandise, production support and campaign merchandise connected to skate culture.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What kind of custom merchandise works best for skate and streetwear campaigns?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Strong options include custom apparel, patches, stickers, enamel pins, acrylic keychains, tote bags, packaging and limited-edition retail merchandise. The best choice depends on the audience, timeline, budget and campaign goal.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Pinlord support retail brand activations?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Pinlord can support retail campaigns, launch events, branded giveaways, custom product drops, community activations and campaign merchandise for brands, agencies and organizations.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Pinlord help with product design and prototyping?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Pinlord can help refine product ideas, recommend materials, develop prototypes, review artwork, guide production decisions and turn campaign ideas into manufacturable custom products.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why does ethical manufacturing matter for brand merchandise?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Brand merchandise represents the company behind it. Ethical manufacturing helps reduce supply chain risk, support better production standards and align custom products with modern customer expectations.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Adidas","offers":[{"title":"Default Title","offer_id":40466418499697,"sku":"","price":1.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1808\/7797\/products\/adidas-project-default-title-adidas-skateboarding-x-footlocker-x-citybeach-30988844925041.webp?v=1743679775","url":"https:\/\/pinlord.com\/th\/products\/x-18","provider":"Pinlord.com","version":"1.0","type":"link"}