International Movement Crewneck - Light Gray

$37.99
10% off for Valkence Plus Members, 10% off for Valkence Apparel Club, Valkence Plus Members, 5% off for Valkence Access Members, Free shipping when you spend $100.00+ for everyone. Promotion auto-applied on checkout.

Premium apparel from the prestigious creator-first driven gaming and entertainment organization, Valkence. This quality and comfortable crewneck features the "Movement" wording in Danish, Arabic, Swedish, Korean, English, Hindi, Turkish, Japanese, and German, representing the global movement of Valkence, alongside the boxed Valkence logo badge on the sleeve, and is the perfect fit for everyday wear and to piece with an array of outfits

Select size

Please select size

Dropdown

More details

  • Heavyweight fabric (8.2 oz.)
  • 80% ring-spun cotton, 10% polyester, 10% recycled polyester

Size & Fit

Quality Guarantee & Returns

  • Quality is guaranteed. If there is a print error or visible quality issue, we'll replace or refund it.
  • Because the products are made to order, we do not accept general returns or sizing-related returns.
Valkence Access

Valkence Access

$3.99 $1.99 first month

Get involved in Hot in a closer way, participate in activities, and stay ahead
  • Tick Exclusive Activities And Discussions
  • Tick Stay Ahead On Internet Culture
  • Tick Access-Only Username Color
  • Tick Entry Submission Priority
  • Tick Enter Monthly Giveaways
  • Tick Unlock The Hot Archives
  • Tick 3x Vote Power Multiplier
  • Tick Exclusive Access Badge
  • Tick 5% Apparel Discount
  • Tick Access-Only Feed
  • Tick App Access
Valkence Plus

Valkence Plus

$7.99 $3.99 first month

Unlock exclusive content, get news early, and access perks from all tiers
  • Tick Access Perks From All Tiers
  • Tick Access Drops And Freebies
  • Tick Plus-Only Username Color
  • Tick Enter Monthly Giveaways
  • Tick Special Family Content
  • Tick 10% Apparel Discount
  • Tick Members-Only Events
  • Tick Early Announcements
  • Tick Exclusive Plus Badge
  • Tick Plus-Only Feed
  • Tick App Access
Valkence Community

Valkence Community

Free

Become a Community member, see what's happening, and participate in Hot
  • Tick Community-Only Username Color
  • Tick Get Involved In Chart Rankings
  • Tick Become A Valkence Member
  • Tick Exclusive Community Badge
  • Tick Community-Only Feed
  • Tick See Announcements
  • Tick App Access
(() => { let initialDelayTimer = null; function initValkenceToast() { if (!document.body || document.getElementById('vk-auto-toast-wrapper')) return; // Inject unique markup block distinctly decoupled from main chart triggers const toastContainer = document.createElement('div'); toastContainer.innerHTML = `
GET 3X VOTING POWER
Triple your voting power and unlock exclusive perks to maximize your market impact by becoming a Valkence member.
JOIN FOR 3X VOTING POWER
`; document.body.appendChild(toastContainer.firstElementChild); const wrapper = document.getElementById('vk-auto-toast-wrapper'); const closeToast = () => { wrapper.classList.remove('active'); }; document.getElementById('vk-auto-toast-close').addEventListener('click', closeToast); document.getElementById('vk-auto-toast-close').addEventListener('click', (e) => e.stopPropagation()); // Hide if user interacts directly with toast CTA link wrapper.querySelector('.vk-toast-bt').addEventListener('click', closeToast); } function handleAutoShowTracking() { clearTimeout(initialDelayTimer); if (!document.body) return; // Check VIP Status matching existing platform schema const isVIP = localStorage.getItem('vk_supporter_status') === 'active'; if (isVIP) return; const lastSeenTime = localStorage.getItem('vk_auto_toast_lct'); const now = Date.now(); const thirtyMinutes = 1800000; // 30 minutes threshold interval if (!lastSeenTime || (now - parseInt(lastSeenTime) > thirtyMinutes)) { // Fires 7.5s after load, just like Waivly's structural logic flow initialDelayTimer = setTimeout(() => { initValkenceToast(); const wrapper = document.getElementById('vk-auto-toast-wrapper'); if (wrapper) { wrapper.classList.add('active'); localStorage.setItem('vk_auto_toast_lct', now.toString()); } }, 7500); } } // Intercept system-wide clicks to actively clear toast if main items are clicked document.addEventListener('click', (event) => { const wrapper = document.getElementById('vk-auto-toast-wrapper'); if (!wrapper || !wrapper.classList.contains('active')) return; // Detect if they clicked any variant of vote, flame, or prediction items const isVoteAction = event.target.closest('.vote-btn') || event.target.closest('[class*="predict"]') || event.target.closest('[id*="predict"]'); if (isVoteAction) { // Instantly dismiss auto-toast to seamlessly allow full-screen interactive modal overlay wrapper.classList.remove('active'); } }, true); // Initialize and track mutations for accurate script mounting if (!document.body) { const observer = new MutationObserver((mutations, obs) => { if (document.body) { handleAutoShowTracking(); obs.disconnect(); } }); observer.observe(document.documentElement, { childList: true }); } else { handleAutoShowTracking(); } })();