{"title":"NYC Salt Student Collection","description":"\u003c!-- =========================================================\n     VMP × NYC SALT LANDING PAGE — v2\n     All edits per Mike's review applied.\n     Two font families: Fraunces (display, restricted use) + DM Sans (everything else).\n     Drop this entire block into a Custom Liquid section or Shogun\n     HTML element ABOVE your collection's auto-rendered product grid.\n     All styles are scoped under .nycsalt-page to avoid theme conflicts.\n     ========================================================= --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,300..900,0..100,0..1;1,9..144,300..900,0..100,0..1\u0026amp;family=DM+Sans:opsz,wght@9..40,300..700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* ===== SCOPED RESET ===== *\/\n  .nycsalt-page, .nycsalt-page * { box-sizing: border-box; }\n  .nycsalt-page {\n    --bg: #000000;\n    --bg-card: #0e0e12;\n    --bg-code: #000000;\n    --ink: #f5f4ef;\n    --ink-dim: #a7a6a0;\n    --ink-muted: #6b6a65;\n    --rule: #232328;\n\n    \/* Palette pulled from both logos *\/\n    --salt-red: #e94e3a;\n    --salt-yellow: #f4c430;\n    --salt-teal: #2cb5a0;\n    --salt-blue: #3e6eea;\n    --vmp-pink: #e63aa1;\n    --vmp-orange: #ff8a3c;\n\n    background: var(--bg);\n    color: var(--ink);\n    font-family: 'DM Sans', system-ui, sans-serif;\n    font-size: 17px;\n    line-height: 1.55;\n    letter-spacing: -0.005em;\n    width: 100%;\n    margin: 0 auto;\n    padding: 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Subtle grain for analog warmth (kept very light on pure black) *\/\n  .nycsalt-page::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    z-index: 1;\n    opacity: 0.25;\n    background-image:\n      radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);\n    background-size: 3px 3px;\n    mix-blend-mode: overlay;\n  }\n\n  .nycsalt-page \u003e * { position: relative; z-index: 2; }\n\n  \/* ===== TYPOGRAPHY ===== *\/\n  \/* Fraunces (display serif) — RESTRICTED to: hero tagline, \"NYC Salt Student Collection\",\n     \"Museum-quality dye-sublimated aluminum\", and 15\/15\/∞ numerals. Nowhere else. *\/\n  .nycsalt-display {\n    font-family: 'Fraunces', Georgia, serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 50, 'WONK' 0;\n    font-weight: 350;\n    line-height: 0.98;\n    letter-spacing: -0.03em;\n  }\n  .nycsalt-display em, .nycsalt-display i {\n    font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;\n    font-style: italic;\n  }\n\n  \/* Eyebrow labels — small uppercase tracked, in DM Sans (body family) *\/\n  .nycsalt-eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--ink-dim);\n  }\n\n  \/* ===== HERO ===== *\/\n  .nycsalt-hero {\n    padding: 100px 6vw 90px;\n    position: relative;\n    text-align: center;\n  }\n  .nycsalt-logos {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: clamp(20px, 5vw, 60px);\n    margin-bottom: 56px;\n    flex-wrap: wrap;\n  }\n  .nycsalt-logos img {\n    height: clamp(70px, 9vw, 110px);\n    width: auto;\n    object-fit: contain;\n  }\n  .nycsalt-logos .nycsalt-x {\n    font-family: 'Fraunces', serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;\n    font-size: clamp(30px, 4vw, 48px);\n    color: var(--ink-muted);\n    font-style: italic;\n    font-weight: 300;\n    line-height: 1;\n    padding-bottom: 8px;\n  }\n  .nycsalt-hero-line {\n    font-family: 'Fraunces', Georgia, serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 50, 'WONK' 0;\n    font-weight: 350;\n    font-size: clamp(28px, 4vw, 48px);\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n    margin: 0 auto;\n    max-width: 26ch;\n    color: var(--ink);\n  }\n  .nycsalt-hero-line em {\n    font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;\n    font-style: italic;\n    color: var(--salt-red);\n  }\n  .nycsalt-hero-line em.alt {\n    color: var(--vmp-orange);\n  }\n\n  \/* ===== STAT TRIPTYCH (15 \/ 15 \/ ∞) ===== *\/\n  .nycsalt-triptych {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0;\n    border-top: 1px solid var(--rule);\n    border-bottom: 1px solid var(--rule);\n    margin: 0;\n  }\n  .nycsalt-stat {\n    padding: 60px 40px;\n    text-align: center;\n    border-right: 1px solid var(--rule);\n    position: relative;\n    transition: background 0.4s ease;\n  }\n  .nycsalt-stat:last-child { border-right: none; }\n  .nycsalt-stat:hover { background: #0a0a0e; }\n\n  \/* Number + % aligned baseline-style so % sits beside, not below *\/\n  .nycsalt-stat-num {\n    font-family: 'Fraunces', serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 80, 'WONK' 1;\n    font-size: clamp(56px, 8.5vw, 116px);\n    font-weight: 350;\n    font-style: italic;\n    line-height: 1;\n    letter-spacing: -0.04em;\n    display: inline-flex;\n    align-items: baseline;\n    margin-bottom: 18px;\n  }\n  .nycsalt-stat-num .pct {\n    font-size: 0.55em;\n    margin-left: 0.04em;\n    letter-spacing: -0.02em;\n  }\n  .nycsalt-stat:nth-child(1) .nycsalt-stat-num { color: var(--salt-red); }\n  .nycsalt-stat:nth-child(2) .nycsalt-stat-num { color: var(--salt-teal); }\n  .nycsalt-stat:nth-child(3) .nycsalt-stat-num { color: var(--salt-yellow); }\n\n  .nycsalt-stat-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: var(--ink);\n    margin-bottom: 10px;\n  }\n  .nycsalt-stat-note {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink-dim);\n    font-size: 14px;\n    line-height: 1.5;\n    max-width: 26ch;\n    margin: 0 auto;\n  }\n\n  \/* ===== NYC SALT MISSION (label left, body right) ===== *\/\n  .nycsalt-mission {\n    padding: 120px 6vw;\n    display: grid;\n    grid-template-columns: 1fr 1.4fr;\n    gap: 80px;\n    align-items: start;\n    max-width: 1400px;\n    margin: 0 auto;\n  }\n  .nycsalt-mission-label {\n    position: sticky;\n    top: 40px;\n  }\n  .nycsalt-mission-label .nycsalt-eyebrow {\n    margin-bottom: 20px;\n    display: block;\n  }\n  .nycsalt-mission-label h2 {\n    font-family: 'Fraunces', serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 50, 'WONK' 0;\n    font-size: clamp(36px, 4.5vw, 64px);\n    font-weight: 350;\n    line-height: 0.95;\n    letter-spacing: -0.03em;\n    margin: 0;\n  }\n  .nycsalt-mission-label h2 em {\n    font-style: italic;\n    color: var(--salt-red);\n    font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;\n  }\n  .nycsalt-mission-body p {\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(17px, 1.5vw, 20px);\n    line-height: 1.65;\n    color: var(--ink);\n    margin: 0 0 24px;\n    max-width: 58ch;\n  }\n  .nycsalt-mission-body p.dim {\n    color: var(--ink-dim);\n    font-size: 17px;\n  }\n\n  \/* ===== VMP CRAFT — MIRRORED (specs left, heading+body right) ===== *\/\n  .nycsalt-craft {\n    padding: 40px 6vw 120px;\n    max-width: 1400px;\n    margin: 0 auto;\n  }\n  .nycsalt-craft-inner {\n    display: grid;\n    grid-template-columns: 1fr 1.4fr;\n    gap: 80px;\n    align-items: start;\n  }\n  .nycsalt-craft-specs-col {\n    position: sticky;\n    top: 40px;\n  }\n  .nycsalt-craft-specs-col .nycsalt-eyebrow {\n    margin-bottom: 20px;\n    display: block;\n  }\n  .nycsalt-craft-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .nycsalt-craft-specs li {\n    padding: 18px 0;\n    border-top: 1px solid var(--rule);\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    gap: 20px;\n  }\n  .nycsalt-craft-specs li:last-child { border-bottom: 1px solid var(--rule); }\n  .nycsalt-craft-specs .spec-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--ink-muted);\n    flex-shrink: 0;\n  }\n  .nycsalt-craft-specs .spec-value {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 400;\n    color: var(--ink);\n    text-align: right;\n  }\n\n  .nycsalt-craft-body h2 {\n    font-family: 'Fraunces', serif;\n    font-variation-settings: 'opsz' 144, 'SOFT' 50, 'WONK' 0;\n    font-size: clamp(36px, 4.5vw, 64px);\n    font-weight: 350;\n    line-height: 0.95;\n    letter-spacing: -0.03em;\n    margin: 0 0 28px;\n  }\n  .nycsalt-craft-body h2 em {\n    font-style: italic;\n    color: var(--vmp-orange);\n    font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;\n  }\n  .nycsalt-craft-body p {\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(17px, 1.5vw, 20px);\n    line-height: 1.65;\n    color: var(--ink);\n    margin: 0 0 22px;\n    max-width: 58ch;\n  }\n  .nycsalt-craft-body p.dim {\n    color: var(--ink-dim);\n    font-size: 17px;\n  }\n\n  \/* ===== CODE CARD =====\n     Intentional 3-level contrast:\n       (1) page bg — pure black\n       (2) card bg — slightly lifted #0e0e12\n       (3) code box bg — back to pure black, framed by dashed border\n     This creates the \"code lifts off the card\" effect Mike noticed. *\/\n  .nycsalt-code-section {\n    padding: 60px 6vw 110px;\n    text-align: center;\n  }\n  .nycsalt-code-card {\n    max-width: 720px;\n    margin: 0 auto;\n    background: var(--bg-card);\n    border: 1px solid var(--rule);\n    border-radius: 4px;\n    padding: 56px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .nycsalt-code-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg,\n      var(--salt-red) 0%,\n      var(--salt-yellow) 25%,\n      var(--salt-teal) 50%,\n      var(--salt-blue) 75%,\n      var(--vmp-pink) 100%);\n  }\n  .nycsalt-code-card .nycsalt-eyebrow {\n    margin-bottom: 18px;\n    display: block;\n  }\n  .nycsalt-code-card .code-headline {\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 500;\n    font-size: clamp(20px, 2.4vw, 26px);\n    color: var(--ink);\n    margin: 0 0 22px;\n    letter-spacing: -0.01em;\n  }\n  .nycsalt-code-card .code-display {\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(34px, 5.5vw, 56px);\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    color: var(--ink);\n    background: var(--bg-code);\n    border: 2px dashed var(--rule);\n    padding: 24px 36px 30px;\n    margin: 8px 0 28px;\n    display: inline-block;\n    cursor: pointer;\n    transition: all 0.2s ease;\n    position: relative;\n    user-select: all;\n  }\n  .nycsalt-code-card .code-display:hover {\n    border-color: var(--salt-yellow);\n    color: var(--salt-yellow);\n  }\n  .nycsalt-code-card .code-display::after {\n    content: 'CLICK TO COPY';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    background: var(--bg-card);\n    padding: 2px 10px;\n    color: var(--ink-muted);\n  }\n  .nycsalt-code-card .code-display.copied { color: var(--salt-teal); border-color: var(--salt-teal); }\n  .nycsalt-code-card .code-display.copied::after { content: 'COPIED'; color: var(--salt-teal); }\n  .nycsalt-code-card .code-explainer {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    line-height: 1.6;\n    color: var(--ink-dim);\n    margin: 0 auto;\n    max-width: 52ch;\n  }\n\n  \/* ===== 501(c)(3) + LINKS ===== *\/\n  .nycsalt-links {\n    padding: 80px 6vw 100px;\n    text-align: center;\n    border-top: 1px solid var(--rule);\n  }\n  .nycsalt-links .lead {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink-dim);\n    max-width: 56ch;\n    margin: 0 auto 40px;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n  .nycsalt-link-row {\n    display: flex;\n    gap: 14px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .nycsalt-link-row a {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 14px 22px;\n    border: 1px solid var(--rule);\n    border-radius: 999px;\n    color: var(--ink);\n    text-decoration: none;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    transition: all 0.25s ease;\n  }\n  .nycsalt-link-row a:hover {\n    background: var(--ink);\n    color: var(--bg);\n    border-color: var(--ink);\n  }\n  .nycsalt-link-row a .dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    display: inline-block;\n  }\n  .nycsalt-link-row a.salt .dot { background: var(--salt-red); }\n  .nycsalt-link-row a.ig .dot { background: var(--salt-yellow); }\n  .nycsalt-link-row a.vmp .dot { background: var(--vmp-pink); }\n  .nycsalt-link-row a.phone .dot { background: var(--salt-teal); }\n\n  \/* ===== GALLERY DIVIDER ===== *\/\n  .nycsalt-gallery-divider {\n    padding: 90px 6vw 50px;\n    text-align: center;\n    border-top: 1px solid var(--rule);\n  }\n  .nycsalt-gallery-divider .nycsalt-eyebrow {\n    margin-bottom: 22px;\n    display: block;\n  }\n  .nycsalt-gallery-divider h2 {\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(38px, 5.5vw, 72px);\n    font-weight: 500;\n    line-height: 1.0;\n    letter-spacing: -0.025em;\n    margin: 0 0 14px;\n    color: var(--ink);\n  }\n  .nycsalt-gallery-divider p {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink-dim);\n    font-size: 16px;\n    margin: 0;\n  }\n  .nycsalt-arrow {\n    display: inline-block;\n    margin-top: 36px;\n    font-family: 'DM Sans', serif;\n    font-size: 26px;\n    color: var(--ink-dim);\n    animation: nycsalt-bob 2.4s ease-in-out infinite;\n  }\n  @keyframes nycsalt-bob {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(8px); }\n  }\n\n  \/* ===== SCROLL REVEAL ===== *\/\n  .nycsalt-reveal {\n    opacity: 0;\n    transform: translateY(24px);\n    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n  .nycsalt-reveal.is-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .nycsalt-stagger \u003e * {\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n  .nycsalt-stagger.is-visible \u003e * {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .nycsalt-stagger.is-visible \u003e *:nth-child(1) { transition-delay: 0.05s; }\n  .nycsalt-stagger.is-visible \u003e *:nth-child(2) { transition-delay: 0.18s; }\n  .nycsalt-stagger.is-visible \u003e *:nth-child(3) { transition-delay: 0.31s; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 900px) {\n    .nycsalt-hero { padding: 70px 5vw 60px; }\n    .nycsalt-triptych { grid-template-columns: 1fr; }\n    .nycsalt-stat { border-right: none; border-bottom: 1px solid var(--rule); padding: 48px 24px; }\n    .nycsalt-stat:last-child { border-bottom: none; }\n    .nycsalt-mission { grid-template-columns: 1fr; gap: 36px; padding: 80px 5vw; }\n    .nycsalt-mission-label { position: static; }\n    .nycsalt-craft { padding: 20px 5vw 80px; }\n    .nycsalt-craft-inner { grid-template-columns: 1fr; gap: 36px; }\n    .nycsalt-craft-specs-col { position: static; order: 2; }\n    .nycsalt-craft-body { order: 1; }\n    .nycsalt-links { padding: 60px 5vw 80px; }\n    .nycsalt-code-section { padding: 40px 5vw 80px; }\n    .nycsalt-code-card { padding: 44px 24px; }\n    .nycsalt-gallery-divider { padding: 70px 5vw 40px; }\n  }\n  @media (max-width: 540px) {\n    .nycsalt-page { font-size: 16px; }\n    .nycsalt-logos { gap: 20px; }\n    .nycsalt-logos img { height: 60px; }\n    .nycsalt-logos .nycsalt-x { font-size: 24px; }\n    .nycsalt-stat-num { font-size: 80px !important; }\n    .nycsalt-link-row a { padding: 12px 18px; font-size: 13px; }\n    .nycsalt-code-card .code-display { font-size: 32px; padding: 20px 24px 26px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nycsalt-page\"\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003csection class=\"nycsalt-hero nycsalt-reveal\"\u003e\n    \u003cdiv class=\"nycsalt-logos\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/CLEANED_LOGO_copy_2.png?v=1743532080\" alt=\"Vivid Metal Prints\"\u003e\n      \u003cspan class=\"nycsalt-x\"\u003e×\u003c\/span\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/VMP_NYC_Salt_LOGO.png_topaz_MJ-text-upscale-2x.png?v=1779889901\" alt=\"NYC Salt\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"nycsalt-hero-line\"\u003e\n      Fine art metal prints by \u003cem\u003eNYC Salt\u003c\/em\u003e students, produced by \u003cem class=\"alt\"\u003eVivid Metal Prints\u003c\/em\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== TRIPTYCH ===== --\u003e\n  \u003csection class=\"nycsalt-triptych nycsalt-stagger\"\u003e\n    \u003cdiv class=\"nycsalt-stat\"\u003e\n      \u003cspan class=\"nycsalt-stat-num\"\u003e15\u003cspan class=\"pct\"\u003e%\u003c\/span\u003e\u003c\/span\u003e\n      \u003cdiv class=\"nycsalt-stat-label\"\u003eOff Your Order\u003c\/div\u003e\n      \u003cdiv class=\"nycsalt-stat-note\"\u003eAuto-applied at checkout with code NYCSALT15\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nycsalt-stat\"\u003e\n      \u003cspan class=\"nycsalt-stat-num\"\u003e15\u003cspan class=\"pct\"\u003e%\u003c\/span\u003e\u003c\/span\u003e\n      \u003cdiv class=\"nycsalt-stat-label\"\u003eTo NYC Salt\u003c\/div\u003e\n      \u003cdiv class=\"nycsalt-stat-note\"\u003ePaid by VMP on every sale, plus the full image fee\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nycsalt-stat\"\u003e\n      \u003cspan class=\"nycsalt-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cdiv class=\"nycsalt-stat-label\"\u003eForever\u003c\/div\u003e\n      \u003cdiv class=\"nycsalt-stat-note\"\u003eNo expiration, no terms, no strings attached\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== NYC SALT MISSION ===== --\u003e\n  \u003csection class=\"nycsalt-mission\"\u003e\n    \u003cdiv class=\"nycsalt-mission-label nycsalt-reveal\"\u003e\n      \u003cspan class=\"nycsalt-eyebrow\"\u003eAbout the Collection\u003c\/span\u003e\n      \u003ch2\u003eNYC Salt\u003cbr\u003e\u003cem\u003eStudent Collection\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nycsalt-mission-body nycsalt-reveal\"\u003e\n      \u003cp\u003e\n        NYC Salt is an artist-led digital photography residency whose mission is to engage,\n        inspire, and empower youth from communities that New York's creative economy has\n        historically left out, helping them reach their full potential and develop a sense\n        of agency, belonging, and integrated identity through the lens of a camera.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The program is a year-long digital photography residency for New York City high\n        school students that builds technical skill, creative voice, and professional\n        confidence, at no cost to students or their families.\n      \u003c\/p\u003e\n      \u003cp class=\"dim\"\u003e\n        Every photograph in this collection was made by a NYC Salt student. By purchasing\n        a print, you directly support the student whose work you admire and the program\n        that made it possible.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== VMP CRAFT (MIRRORED: specs left, body right) ===== --\u003e\n  \u003csection class=\"nycsalt-craft\"\u003e\n    \u003cdiv class=\"nycsalt-craft-inner\"\u003e\n      \u003cdiv class=\"nycsalt-craft-specs-col nycsalt-reveal\"\u003e\n        \u003cspan class=\"nycsalt-eyebrow\"\u003eCrafted in Lexington, NC\u003c\/span\u003e\n        \u003cul class=\"nycsalt-craft-specs\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003eCoated aluminum, archival\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"spec-label\"\u003eProcess\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003eDye-sublimation\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"spec-label\"\u003eProduction\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003eLexington, NC since 2003\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"spec-label\"\u003eShip Window\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e3 to 5 business days\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nycsalt-craft-body nycsalt-reveal\"\u003e\n        \u003ch2\u003eMuseum-quality\u003cbr\u003e\u003cem\u003edye-sublimated\u003c\/em\u003e aluminum.\u003c\/h2\u003e\n        \u003cp\u003e\n          Every print in this collection is produced by Vivid Metal Prints, the same studio\n          trusted by professional photographers and galleries for depth, detail, and permanence.\n        \u003c\/p\u003e\n        \u003cp class=\"dim\"\u003e\n          Dye-sublimation fuses the image directly into a coated aluminum surface. The result\n          is a print with no glass, no glare, no fading. Just the photograph, the way the\n          student saw it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== CODE CARD ===== --\u003e\n  \u003csection class=\"nycsalt-code-section\"\u003e\n    \u003cdiv class=\"nycsalt-code-card nycsalt-reveal\"\u003e\n      \u003cspan class=\"nycsalt-eyebrow\"\u003eYour Code, Permanent\u003c\/span\u003e\n      \u003cp class=\"code-headline\"\u003eUse it once, use it forever.\u003c\/p\u003e\n      \u003cdiv class=\"code-display\" onclick=\"nycsaltCopyCode(this)\"\u003eNYCSALT15\u003c\/div\u003e\n      \u003cp class=\"code-explainer\"\u003e\n        Works on this collection and on every other order across the VMP site.\n        Your 15% off, NYC Salt's 15%, on every print you ever buy.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== 501(c)(3) + LINKS ===== --\u003e\n  \u003csection class=\"nycsalt-links\"\u003e\n    \u003cp class=\"lead nycsalt-reveal\"\u003e\n      NYC Salt is a registered 501(c)(3) nonprofit based in New York City.\n      Every code you share keeps the program going.\n    \u003c\/p\u003e\n    \u003cdiv class=\"nycsalt-link-row nycsalt-reveal\"\u003e\n      \u003ca class=\"salt\" href=\"https:\/\/nycsalt.org\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e nycsalt.org\n      \u003c\/a\u003e\n      \u003ca class=\"ig\" href=\"https:\/\/instagram.com\/nycsalt\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e @nycsalt\n      \u003c\/a\u003e\n      \u003ca class=\"vmp\" href=\"mailto:info@VividMetalPrints.com\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e info@VividMetalPrints.com\n      \u003c\/a\u003e\n      \u003ca class=\"phone\" href=\"tel:3362838679\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e 336.283.8679\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== GALLERY DIVIDER ===== --\u003e\n  \u003csection class=\"nycsalt-gallery-divider\"\u003e\n    \u003ch2\u003eChoose your print.\u003c\/h2\u003e\n    \u003cp\u003eFrom the NYC Salt Student Gallery.\u003c\/p\u003e\n    \u003cdiv class=\"nycsalt-arrow\"\u003e↓\u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    \/\/ Scroll reveals\n    if ('IntersectionObserver' in window) {\n      var io = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('is-visible');\n            io.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.15, rootMargin: '0px 0px -8% 0px' });\n\n      document.querySelectorAll('.nycsalt-reveal, .nycsalt-stagger').forEach(function(el) {\n        io.observe(el);\n      });\n    } else {\n      document.querySelectorAll('.nycsalt-reveal, .nycsalt-stagger').forEach(function(el) {\n        el.classList.add('is-visible');\n      });\n    }\n  })();\n\n  \/\/ Copy code to clipboard\n  function nycsaltCopyCode(el) {\n    var code = el.textContent.trim();\n    if (navigator.clipboard) {\n      navigator.clipboard.writeText(code).then(function() {\n        el.classList.add('copied');\n        setTimeout(function() { el.classList.remove('copied'); }, 1800);\n      });\n    } else {\n      var tmp = document.createElement('input');\n      tmp.value = code;\n      document.body.appendChild(tmp);\n      tmp.select();\n      try { document.execCommand('copy'); } catch (e) {}\n      document.body.removeChild(tmp);\n      el.classList.add('copied');\n      setTimeout(function() { el.classList.remove('copied'); }, 1800);\n    }\n  }\n\u003c\/script\u003e","products":[{"product_id":"too-cute-to-handle-tatiana-pryor","title":"Too Cute to Handle - Tatiana Pryor","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687225180396,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687275217132,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687275249900,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687225213164,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687275282668,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687275315436,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/Tatiana.Pryor-Too.Cute.To_Handle.jpg?v=1780079609"},{"product_id":"remembrance-tatiana-pryor","title":"Remembrance - Tatiana Pryor","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687299367148,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687299399916,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687299432684,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687299465452,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687299498220,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687299530988,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/Tatiana.Pryor-Remembrance.jpg?v=1780079610"},{"product_id":"dad-nia-gordon","title":"Dad - Nia Gordon","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687301497068,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687301529836,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687301562604,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687301595372,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687301628140,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687301660908,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/Nia.Gordon-Dad.jpg?v=1780079613"},{"product_id":"living-in-color-nia-gordon","title":"Living in Color - Nia Gordon","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687303266540,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687303299308,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687303332076,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687303364844,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687303397612,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687303430380,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Nia.Gordon-Living.in.Color.jpg?v=1780079605"},{"product_id":"monster-aldo-sorica","title":"Monster - Aldo Sorica","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687428440300,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687428473068,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687428505836,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687428538604,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687428571372,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687428604140,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Aldo.Sorica-Monster.jpg?v=1780079597"},{"product_id":"self-portrait-alessia-hu","title":"Self Portrait - Alessia Hu","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47687429357804,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47687429390572,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47687429423340,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47687429456108,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47687429488876,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47687429521644,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Alessia.Hu-Self.Portrait.jpg?v=1780079600"},{"product_id":"elizabeth-alexis-fuches","title":"Elizabeth - Alexis Fuches","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696474177772,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696474210540,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696474243308,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696474276076,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696474308844,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696474341612,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Alexis.Fuches-Elizabeth.jpg?v=1780079596"},{"product_id":"howl-allyssa-rubino","title":"Howl - Allyssa Rubino","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696477389036,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696477421804,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696477454572,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696477487340,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696477520108,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696477552876,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2013-Allyssa.Rubino-Howl.jpg?v=1780079600"},{"product_id":"untitled-allyssa-rubino","title":"Untitled - Allyssa Rubino","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696478929132,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696478961900,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696478994668,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696479027436,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696479060204,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696479092972,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Allyssa.Rubino-Untitled.jpg?v=1780079609"},{"product_id":"still-life-ashley-gonzalez","title":"Still Life - Ashley Gonzalez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696486957292,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696486990060,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696487022828,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696487055596,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696487088364,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696487121132,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2021-Ashley.Gonzalez-Still.Life.jpg?v=1780079594"},{"product_id":"staten-island-ferry-austin-canales","title":"Staten Island Ferry - Austin Canales","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696491741420,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696491774188,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696491806956,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696491839724,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696491872492,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696491905260,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Austin.Canales-Staten.Island.Ferry.jpg?v=1780079606"},{"product_id":"subway-austin-canales","title":"Subway - Austin Canales","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696494526700,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696494559468,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696494592236,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696494625004,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696494657772,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696494690540,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Austin.Canales-Subway.jpg?v=1780079599"},{"product_id":"wonder-wheel-austin-canales","title":"Wonder Wheel - Austin Canales","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696497803500,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696497836268,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696497869036,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696497901804,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696497934572,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696497967340,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Austin.Canales-Wonder.Wheel.jpg?v=1780079611"},{"product_id":"the-door-ayman-siam","title":"The Door - Ayman Siam","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696499310828,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696499343596,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696499376364,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696499409132,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696499441900,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696499474668,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2018-Ayman.Siam-The.Door.jpg?v=1780079601"},{"product_id":"domino-sugar-christian-rodriguez","title":"Domino Sugar - Christian Rodriguez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696506618092,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696506650860,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696506683628,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696506716396,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696506749164,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696506781932,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2012-Christian.Rodriguez-Domino.Sugar.jpg?v=1780079603"},{"product_id":"the-old-on-the-new","title":"The Old on the New - Christian Rodriguez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696508322028,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696508354796,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696508387564,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696508420332,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696508453100,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696508485868,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2011-Christian.Rodriguez-The.Old.On.The.New.jpg?v=1780079610"},{"product_id":"ball-is-life-danny-martinez","title":"Ball is Life - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696609444076,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696609476844,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696609509612,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696609542380,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696609575148,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696609607916,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2016-Danny.Martinez-Ball.is.Life.jpg?v=1780079597"},{"product_id":"brotherly-danny-martinez","title":"Brotherly - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696610492652,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696610525420,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696610558188,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696610590956,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696610623724,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696610656492,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Danny.Martinez-Brotherly.jpg?v=1780079601"},{"product_id":"brothers-danny-martinez","title":"Brothers - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696612491500,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696612524268,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696612557036,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696612589804,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696612622572,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696612655340,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2016-Danny.Martinez-Brothers.jpg?v=1780079597"},{"product_id":"guatemala-danny-martinez","title":"Guatemala - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696614228204,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696614260972,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696614293740,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696614326508,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696614359276,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696614392044,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Danny.Martinez-Guatemala.jpg?v=1780079611"},{"product_id":"hoop-dreams-danny-martinez","title":"Hoop Dreams - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696617472236,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696617505004,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696617537772,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696617570540,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696617603308,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696617636076,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Danny.Martinez-Hoop.Dreams.jpg?v=1780079600"},{"product_id":"little-uzi-danny-martinez","title":"Little Uzi - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696620191980,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696620224748,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696620257516,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696620290284,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696620323052,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696620355820,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2021-Danny.Martinez-Little.Uzi.jpg?v=1780079603"},{"product_id":"nyfc-danny-martinez","title":"NYFC - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696622158060,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696622190828,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696622223596,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696622256364,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696622289132,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696622321900,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Danny.Martinez-NYFC.jpg?v=1780079596"},{"product_id":"street-vendor-danny-martinez","title":"Street Vendor - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696623403244,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696623436012,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696623468780,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696623501548,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696623534316,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696623567084,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2012-Danny.Martinez-Street.Vendor.jpg?v=1780079602"},{"product_id":"throwing-fire-danny-martinez","title":"Throwing Fire - Danny Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696625139948,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696625172716,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696625205484,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696625238252,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696625271020,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696625303788,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Danny.Martinez-Throwing.Fire.jpg?v=1780079610"},{"product_id":"ode-to-blumenfeld-devin-osorio","title":"Ode to Blumenfeld - Devin Osorio","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696637919468,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696637952236,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696637985004,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696638017772,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696638050540,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696638083308,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2011-Devin.Osorio-Ode.to.Blumenfeld.jpg?v=1780079610"},{"product_id":"untitled-devin-osorio","title":"Untitled - Devin Osorio","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696648372460,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696648405228,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696648437996,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696648470764,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696648503532,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696648536300,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2011-Devin.Osorio-Untitled.jpg?v=1780079607"},{"product_id":"moon-over-the-bridge","title":"Moon Over the Bridge - Donis Almanzar","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696655057132,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696655089900,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696655122668,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696655155436,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696655188204,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696655220972,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2013-Donis.Almanzar-Moon.Over.the.Bridge.jpg?v=1780079596"},{"product_id":"street-light-donis-almanzar","title":"Street Light - Donis Almanzar","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696656924908,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696656957676,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696656990444,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696657023212,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696657055980,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696657088748,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2013-Donis.Almanzar-Street.Light.jpg?v=1780079601"},{"product_id":"streets-donis-almanzar","title":"Streets - Donis Almanzar","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696659218668,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696659251436,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696659284204,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696659316972,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696659349740,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696659382508,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2013-Donis.Almanzar-Streets.jpg?v=1780079601"},{"product_id":"self-portrait-emmerson-tormey","title":"Self-Portrait - Emmerson Tormey","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696662823148,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696662855916,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696662888684,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696662921452,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696662954220,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696662986988,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2020-Emmerson.Tormey-Self.Portrait.jpg?v=1780079596"},{"product_id":"locksmith-ethan-young","title":"Locksmith - Ethan Young","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696667148524,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696667181292,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696667214060,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696667246828,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696667279596,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696667312364,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2018-Ethan.Young-Locksmith.jpg?v=1780079602"},{"product_id":"untitled-gigi-placeres","title":"Untitled - Gigi Placeres","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696668950764,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696668983532,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696669016300,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696669049068,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696669081836,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696669114604,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Gigi.Placeres-Untitled.jpg?v=1780079598"},{"product_id":"smile-henry-zapata","title":"Smile - Henry Zapata","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696673210604,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696673243372,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696673276140,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696673308908,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696673341676,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696673374444,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Henry.Zapata-Smile.jpg?v=1780079603"},{"product_id":"good-girls-dont-seek-power-ishrat-soha","title":"Good girls Don't Seek Power - Ishrat Soha","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696675242220,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696675274988,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696675307756,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696675340524,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696675373292,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696675406060,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2018-Ishrat.Soha-Good.Girls.Don_t.Seek.Power.jpg?v=1780079604"},{"product_id":"shoes-jason-bravo","title":"Shoes - Jason Bravo","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696676880620,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696676913388,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696676946156,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696676978924,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696677011692,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696677044460,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2014-Jason.Bravo-Shoes.jpg?v=1780079596"},{"product_id":"untitled-jaye-kayne","title":"Untitled - Jaye Kayne","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47696682057964,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47696682090732,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47696682123500,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47696682156268,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47696682189036,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47696682221804,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Jaye.Kayne-Untitled.jpg?v=1780079600"},{"product_id":"fly-jeffrey-rodriguez","title":"Fly - Jeffrey Rodriguez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47697987043564,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47697987076332,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47697987109100,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47697987141868,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47697987174636,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47697987207404,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2008-Jeffrey.Rodriguez-Fly.jpg?v=1780079612"},{"product_id":"blue-car-jeison-perez","title":"Blue Car - Jeison Perez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47697990123756,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47697990156524,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47697990189292,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47697990222060,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47697990254828,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47697990287596,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2018-Jeison.Perez-Blue.Car.jpg?v=1780079605"},{"product_id":"election-jonathan-maldonado","title":"Election - Jonathan Maldonado","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47697994776812,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47697994809580,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47697994842348,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47697994875116,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47697994907884,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47697994940652,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2016-Jonathan.Maldonado-Election.jpg?v=1780079602"},{"product_id":"moment-josue-loayza","title":"Moment - Josue Loayza","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698013225196,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698013257964,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698013290732,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698013323500,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698013356268,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698013389036,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2012-Josue.Loayza-Moment.jpg?v=1780079595"},{"product_id":"blvck-gxd","title":"Blvck Gxd","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698018238700,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698018271468,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698018304236,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698018337004,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698018369772,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698018402540,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Kiyiia.Jackson-Blvck.Gxd.jpg?v=1780079596"},{"product_id":"the-flip-laiza-martinez","title":"The Flip - Laiza Martinez","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698020499692,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698020532460,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698020565228,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698020597996,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698020630764,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698020663532,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2015-Laiza.Martinez-The.Flip.jpg?v=1780079601"},{"product_id":"socket-lewis-escano","title":"Socket - Lewis Escano","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698023710956,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698023743724,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698023776492,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698023809260,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698023842028,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698023874796,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2009-Lewis.Escano-Socket.jpg?v=1780079613"},{"product_id":"kpierre-malike-sidibe","title":"KPierre - Malike Sidibe","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698025185516,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698025218284,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698025251052,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698025283820,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698025316588,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698025349356,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Malike.Sidibe-KPierre.jpg?v=1780079609"},{"product_id":"seni-mamadi-doumbouya","title":"Seni - Mamadi Doumbouya","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698026037484,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698026070252,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698026103020,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698026135788,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698026168556,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698026201324,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Mamadi.Doumbouya-Seni.jpg?v=1780079609"},{"product_id":"timite-mamadi-doumbouya","title":"Timite - Mamadi Doumbouya","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698065522924,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698065555692,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698065588460,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698065621228,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698065653996,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698065686764,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Mamadi.Doumbouya-Timite.jpg?v=1780079611"},{"product_id":"untitled-1-mamadi-doumbouya","title":"Untitled 1 - Mamadi Doumbouya","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698068635884,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698068668652,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698068701420,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698068734188,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698068766956,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698068799724,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-Mamadi.Doumbouya-Untitled_1.jpg?v=1780079609"},{"product_id":"ditmas-avenue-md-nojibullah","title":"Ditmas Avenue - MD Nojibullah","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698074009836,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698074042604,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698074075372,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698074108140,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698074140908,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698074173676,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2017-MD.Nojibullah-Ditmas.Avenue.jpg?v=1780079597"},{"product_id":"sister-melody-dunbar","title":"Sister - Melody Dunbar","description":"\u003c!-- NYC SALT product description block. Namespaced with .nycsalt- to avoid theme\/Liquid collisions. --\u003e\n\u003cdiv class=\"nycsalt-desc\"\u003e\n  \u003ch3 class=\"nycsalt-desc__heading\"\u003ePlease read before you buy\u003c\/h3\u003e\n  \u003cp class=\"nycsalt-desc__lead\"\u003e\n    You're purchasing a framed metal print, and your order gives back to NYC SALT in two ways:\n  \u003c\/p\u003e\n  \u003cul class=\"nycsalt-desc__list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e100% of the licensing fee\u003c\/strong\u003e goes directly to the school.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e15% of the print price\u003c\/strong\u003e also goes to the school.\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"nycsalt-desc__close\"\u003e\n    And as a thank-you, using the school's code gets \u003cstrong\u003eyou 15% off\u003c\/strong\u003e the retail print\n    cost. So you save while NYC SALT's student programs get funded, and you take home a\n    gallery-quality piece.\n  \u003c\/p\u003e\n  \u003cdiv class=\"nycsalt-notice\" role=\"note\"\u003e\n    \u003cspan class=\"nycsalt-notice__icon\" aria-hidden=\"true\"\u003e!\u003c\/span\u003e\n    \u003cdiv class=\"nycsalt-notice__body\"\u003e\n      \u003cp class=\"nycsalt-notice__title\"\u003eA quick heads-up about your cart\u003c\/p\u003e\n      \u003cp class=\"nycsalt-notice__text\"\u003e\n        On the next screen, you'll see three different licensing fees listed under your item, one\n        for each print size. That's a display error on our end. Our developers are working on it diligently. You are only being charged the\n        single correct fee for the size you picked, never all three. Your total is accurate. Thanks\n        for your patience, and for supporting these young artists.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .nycsalt-desc {\n    font-family: inherit;\n    color: inherit;\n    line-height: 1.55;\n    max-width: 640px;\n  }\n  .nycsalt-desc__heading {\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 0.6rem;\n  }\n  .nycsalt-desc__lead {\n    margin: 0 0 0.75rem;\n  }\n  .nycsalt-desc__list {\n    margin: 0 0 0.75rem;\n    padding-left: 1.2rem;\n  }\n  .nycsalt-desc__list li {\n    margin-bottom: 0.35rem;\n  }\n  .nycsalt-desc__close {\n    margin: 0 0 1.25rem;\n  }\n  \/* Pink warning-style notice box (dark theme) *\/\n  .nycsalt-notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    border: 1.5px solid rgba(232, 122, 160, 0.55);\n    background: rgba(214, 51, 108, 0.12);\n    border-radius: 10px;\n    padding: 0.9rem 1rem;\n  }\n  .nycsalt-notice__icon {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f06595;\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.85rem;\n    line-height: 1;\n    margin-top: 1px;\n  }\n  .nycsalt-notice__title {\n    margin: 0 0 0.25rem;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #faa8c4;\n  }\n  .nycsalt-notice__text {\n    margin: 0;\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.78);\n  }\n  @media (max-width: 480px) {\n    .nycsalt-notice { flex-direction: row; }\n  }\n\u003c\/style\u003e","brand":"Vivid Metal Prints","offers":[{"title":"12x18 \/ White Ultra Gloss","offer_id":47698076500204,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"12x18 \/ White Semi Gloss","offer_id":47698076532972,"sku":null,"price":282.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Ultra Gloss","offer_id":47698076565740,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"20x30 \/ White Semi Gloss","offer_id":47698076598508,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Ultra Gloss","offer_id":47698076631276,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true},{"title":"30x45 \/ White Semi Gloss","offer_id":47698076664044,"sku":null,"price":943.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0539\/3593\/1573\/files\/2013-Melody.Dunbar-Sister.jpg?v=1780079608"}],"url":"https:\/\/vividmetalprints.com\/collections\/nycsalt.oembed?page=2","provider":"Vivid Metal Prints","version":"1.0","type":"link"}