Lance Mountain Sad Plant
Lance Mountain – Sad Plant Figure | Fully Stoked *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --pink: #ff2d78; --cyan: #00d4f5; --white: #fffff f; --black: #0a0a0a; --surface: #141414; --surface2: #1e1e1e; --border: rgba(255,255,255,0.08); --border-strong: rgba(255,255,255,0.15); --gray: rgba(255,255,255,0.4); --grid-line: rgba(0, 212, 245, 0.07); } body { background: var(--black); color: var(--white); font-size: 16px; line-height: 1.6; } .product-wrap { max-width: 740px; margin: 0 auto; background: var(--black); border: 1px solid var(--border-strong); } /* ---- HERO ---- */ .hero { background: var(--black); padding: 44px 36px 36px; position: relative; border-bottom: 1px solid var(--border-strong); overflow: hidden; } /* retro grid lines */ .hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, var(--grid-line) 0px, var(--grid-line) 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, var(--grid-line) 0px, var(--grid-line) 1px, transparent 1px, transparent 40px); pointer-events: none; } .hero-inner { position: relative; z-index: 1; } .eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cyan); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; } .eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--cyan); } .hero-name { font-size: clamp(52px, 11vw, 88px); line-height: 0.92; letter-spacing: 0.01em; color: var(--white); margin-bottom: 12px; } .hero-name .line-pink { color: var(--pink); display: block; } .hero-name .line-cyan { color: transparent; display: block; -webkit-text-stroke: 2px var(--cyan); } .hero-tag { display: inline-flex; gap: 0; margin-top: 20px; flex-wrap: wrap; } .tag { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border: 1px solid var(--border-strong); margin-right: -1px; margin-bottom: -1px; } .tag.pink-fill { background: var(--pink); color: var(--white); border-color: var(--pink); } .tag.cyan-fill { background: var(--cyan); color: var(--black); border-color: var(--cyan); } .tag.white-fill { background: transparent; color: var(--white); border-color: var(--border-strong); } /* ---- MARQUEE STRIP ---- */ .marquee-wrap { background: var(--surface); overflow: hidden; padding: 8px 0; border-top: 1px solid var(--pink); border-bottom: 1px solid var(--pink); white-space: nowrap; } .marquee-track { display: inline-block; animation: marquee 18s linear infinite; } .marquee-track span { font-size: 14px; letter-spacing: 0.12em; color: var(--pink); margin: 0 28px; } .marquee-track span.dot { color: rgba(255,45,120,0.4); margin: 0 12px; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* ---- COPY ---- */ .copy-section { padding: 40px 36px; border-bottom: 1px solid var(--border); position: relative; background: var(--black); } .copy-section::after { content: ''; position: absolute; top: 0; right: 36px; width: 60px; height: 2px; background: var(--pink); } .section-label { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } .section-label::after { content: ''; flex: 1; height: 1px; background: var(--cyan); opacity: 0.2; } .copy-text { font-size: 18px; font-weight: 400; line-height: 1.65; color: #ffe44d; max-width: 580px; } .copy-text strong { color: var(--pink); font-weight: 700; } /* ---- SPECS ---- */ .specs-section { padding: 0; border-bottom: 1px solid var(--border); } .specs-header { background: var(--cyan); padding: 10px 36px; border-bottom: none; } .specs-header-text { font-size: 20px; letter-spacing: 0.08em; color: var(--black); } .spec-row { display: flex; align-items: stretch; border-bottom: 1px solid var(--border); background: var(--black); } .spec-row:last-child { border-bottom: none; } .spec-label { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); padding: 14px 20px 14px 36px; width: 180px; flex-shrink: 0; display: flex; align-items: center; border-right: 1px solid var(--border); background: var(--surface); } .spec-value { font-size: 17px; font-weight: 500; color: var(--white); padding: 14px 20px; display: flex; align-items: center; } .spec-value.pink { color: var(--pink); font-weight: 700; } .spec-value.cyan-val { color: var(--cyan); font-weight: 700; } /* ---- LIMITED EDITION CALLOUT ---- */ .limited-band { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); } .limited-left { background: var(--surface); padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-right: 1px solid var(--border-strong); position: relative; overflow: hidden; } .limited-left::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, rgba(0,212,245,0.05) 0px, rgba(0,212,245,0.05) 1px, transparent 1px, transparent 32px), repeating-linear-gradient(90deg, rgba(0,212,245,0.05) 0px, rgba(0,212,245,0.05) 1px, transparent 1px, transparent 32px); pointer-events: none; } .limited-count { font-size: 56px; color: var(--cyan); line-height: 1; position: relative; } .limited-desc { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.35); position: relative; } .limited-right { background: var(--pink); padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; gap: 6px; } .limited-right-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); } .limited-right-value { font-size: 22px; color: var(--white); letter-spacing: 0.04em; line-height: 1.2; } /* ---- TRUST FOOTER ---- */ .trust-footer { background: var(--surface); padding: 22px 36px; display: flex; align-items: center; gap: 0; flex-wrap: wrap; } .trust-item { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 7px; padding-right: 20px; margin-right: 20px; border-right: 1px solid var(--border); line-height: 1; } .trust-item:last-child { border-right: none; margin-right: 0; } .trust-pip { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; } .pip-pink { background: var(--pink); } .pip-cyan { background: var(--cyan); } /* ============================== TABLET (481px – 768px) ============================== */ @media (max-width: 768px) { body { font-size: 15px; } .hero { padding: 36px 28px 28px; } .eyebrow { font-size: 9px; } .hero-name { font-size: clamp(40px, 9vw, 64px); } .tag { font-size: 9px; padding: 5px 10px; } .copy-section { padding: 32px 28px; } .copy-text { font-size: 16px; } .section-label { font-size: 8px; } .specs-header { padding: 10px 28px; } .specs-header-text { font-size: 17px; } .spec-label { width: 150px; padding-left: 28px; font-size: 9px; } .spec-value { font-size: 15px; padding: 12px 16px; } .limited-left { padding: 28px 28px; } .limited-count { font-size: 46px; } .limited-desc { font-size: 9px; } .limited-right { padding: 28px 22px; } .limited-right-label { font-size: 8px; } .limited-right-value { font-size: 18px; } .trust-footer { padding: 18px 28px; flex-wrap: wrap; gap: 12px; } .trust-item { font-size: 9px; padding-right: 16px; margin-right: 16px; } } /* ============================== MOBILE (≤ 480px) ============================== */ @media (max-width: 480px) { body { font-size: 14px; } .hero { padding: 28px 18px 24px; } .eyebrow { font-size: 8px; letter-spacing: 0.16em; } .hero-name { font-size: clamp(34px, 10vw, 52px); } .hero-name .line-cyan { -webkit-text-stroke-width: 1.5px; } .hero-tag { margin-top: 16px; } .tag { font-size: 8px; padding: 4px 9px; } .marquee-track span { font-size: 12px; margin: 0 18px; } .copy-section { padding: 26px 18px; } .copy-text { font-size: 15px; line-height: 1.6; } .section-label { font-size: 8px; } .specs-header { padding: 9px 18px; } .specs-header-text { font-size: 15px; } .spec-row { flex-direction: column; } .spec-label { width: 100%; padding: 8px 18px; border-right: none; border-bottom: 1px solid var(--border); font-size: 8px; } .spec-value { font-size: 14px; padding: 10px 18px; } .limited-band { grid-template-columns: 1fr; } .limited-left { border-right: none; border-bottom: 1px solid var(--border-strong); padding: 24px 18px; } .limited-count { font-size: 40px; } .limited-desc { font-size: 8px; } .limited-right { padding: 24px 18px; } .limited-right-label { font-size: 8px; } .limited-right-value { font-size: 16px; } .trust-footer { padding: 16px 18px; flex-direction: column; align-items: flex-start; gap: 10px; } .trust-item { border-right: none; margin-right: 0; padding-right: 0; font-size: 9px; } } Fully Stoked Collectibles · 2026 Release Lance Mountain Sad Plant Limited Edition 1/8 Scale Collector Figure Lance Mountain★ Sad Plant Invert★ 1/8 Scale Resin★ Limited to 250★ Officially Licensed★ Fully Stoked 2026★ Lance Mountain★ Sad Plant Invert★ 1/8 Scale Resin★ Limited to 250★ Officially Licensed★ Fully Stoked 2026★ About the figure Lance Mountain rose to fame in the 1980s as one of skateboarding's most beloved icons — celebrated worldwide for his style, charisma, and technical mastery. His Sad Plant invert is the stuff of legend: a trick performed with a fluidity and commitment that defined an era. Fully Stoked is honored to immortalize Lance in this meticulously detailed resin figure — a permanent tribute to a true icon and a piece of skateboarding history you can hold in your hands. Figure Specifications Scale 1/8 Scale Height 9 inches tall Material High-detail resin Pose Sad Plant invert Edition size Limited to 250 pieces License Officially licensed — Lance Mountain & Skate One Corp 2026 250 Pieces worldwide · No reprints Official License Lance Mountain Skate One Corp 2026 Officially Licensed Collector Grade Resin Numbered Edition EU and UK orders need to supply there tax id # and are responsible for all VAT charges
More you might like
Related
Lance Mountain Channel Plant, Animal Chin Ramp 1986
Related
Lance Mountain Andrecht Plant DM Skate Ranch '85
Related
32 Live Outdoor Native Plants for Full Sun from My Home Park
Related