10% off

Duffle Bag - Cherry Red

$65.00
10% off for everyone, 10% off for 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 by Valkence. This Duffle Bag is the perfect spacious bag no matter the occasion. It’s great for packing exercise gear when heading to the gym, or throwing in necessities and going on an adventure. Your items will stay organized and safe with the bag’s multiple inside pockets. The bag’s shoulder strap is adjustable or removable, while the dual padded handles with velcro fastening ensure easy carrying. 

Dropdown

More details

  • 100% polyester with black interlining
  • Fabric weight: 9.56 oz
  • One size: 22″ × 11.5″ × 11.5″ (55.9 × 29.2 × 29.2 cm)
  • Capacity: 13.2 gallons (50 l)
  • Max weight: 66 lbs (30 kg)
  • T-piping for stability

Size & Fit

One size fits all

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(); } })();