Heavyweight Sweatpants

25,695 Reviews

$9.95 $39.90 SAVE 75%

S
Size Chart
Ships by Mon, Aug 03
US Fast US Shipping

30 Day Money Back Guarantee | Free Refunds

Mastercard
American Express
Apple Pay
Google Pay
Shop Pay
Discover
Visa

Grab the essentials while you can!

We sell out more often than other brands...

Product Details +
  • 380gsm heavyweight fleece — thick, warm, and incredibly soft
  • Modern tapered leg that sits clean from waist to ankle
  • Deep side pockets built to hold everything without bulging
  • Internal hidden drawstring for a secure, adjustable waistband
  • Elastic cuffs that lock the taper and snap back every time
  • Reinforced stitching designed to handle daily wear and washing
  • Holds its shape, softness, and structure wash after wash
  • Zero pilling, zero shrinking, zero sagging over time
  • Versatile enough for home, streets, travel, and everything between
  • Available in multiple colorways to match any wardrobe
  • True to size — fits exactly how a premium jogger should
  • Machine washable for effortless everyday care
Fabric & Care +

Fabric

  • Heavyweight brushed fleece designed for warmth, softness, and all-day comfort
  • Premium structured fabric with a smooth exterior and cozy interior feel
  • Relaxed stretch construction allows easy movement without losing its clean shape
  • Durable heavyweight material made for everyday wear and repeated washing
  • Soft-touch finish stays comfortable while maintaining a premium structured look
  • Designed to resist sagging while keeping its softness and shape over time
  • Clean tapered silhouette with flexible comfort from home to everyday outings
  • Available in versatile colorways for effortless everyday styling

Care

  • Machine wash cold with like colors
  • Tumble dry low
  • Do not bleach
  • Avoid excessive heat when drying
  • Wash inside out for best fabric care
  • Lay flat or hang dry to maintain shape and softness


Fit +
  • Heavyweight premium fabric delivers superior warmth, durability, and all-day comfort
  • Soft brushed interior provides a cozy feel for training, lounging, or everyday wear
  • Athletic tapered fit offers a modern, streamlined look without restricting movement
  • Stretch elastic waistband with adjustable drawstring ensures a secure, personalized fit
  • Deep side pockets provide convenient storage for your phone, wallet, and essentials
  • Ribbed ankle cuffs help maintain shape and create a clean athletic silhouette
  • Durable construction designed to withstand daily wear while retaining comfort and fit
  • Ideal for workouts, travel, casual outings, or relaxing at home
Model +

Our model stands at 6'1" and weighs 185 lbs with 38" hips. He is wearing a size Medium in these photos.

Shipping Information +

We offer fast and reliable shipping on all orders. You can expect to receive it within 2-3 days based on your location.

Please contact our customer service team for assistance if you have any questions or concerns about your shipment.

Our Guarantee +

If you're not 100% satisfied within the first 30 days, just send it back to us and we'll give you a full refund.

Crafted for Everyday Wear

Crafted for Everyday Wear

A Touch That Says It All

Thick, plush fabric that wraps you in genuine warmth — substantial enough to notice.

Effortlessly Put Together

A sleek, modern cut that transitions from morning coffee to evening outings without missing a beat.

Unrestricted All Day Long

Generous room through the seat and thighs with a tapered finish below.

Fit & Features

Fit & Features

380GSM Warmth, Zero Bulk

Dense heavyweight fleece delivers serious warmth without the stiffness.

Tapered Fit, Full Freedom

A modern tapered leg follows your natural shape. Clean silhouette, zero restriction.

Built to Last, Every Wash

Premium stitching, shape-holding fleece, and snap-back elastic cuffs. No pilling, no sagging.

Fabric

Fabric

Serious Comfort, Sharp Appearance

Thick fleece, a tailored silhouette, and a feel that hits different from anything in your wardrobe.

Stitched to Survive Daily Life

Reinforced seams, resilient fabric, and a structure that bounces back after every wash.

One Piece, Endless Possibilities

From weekend trips to laid-back afternoons, these joggers slot into any situation without a second thought.

Why Choose Us?

4 Problems We're Solving for Our Customers

Fit

Tapered cut, zero compromise.

  • check-verified Created with sketchtool. Tapered Leg
  • check-verified Created with sketchtool. Elastic Cuffs
  • check-verified Created with sketchtool. Structured Waist

Comfort

Fleece so soft, you'll forget you're dressed.

  • check-verified Created with sketchtool. Plush Interior
  • check-verified Created with sketchtool. Seamless Build
  • check-verified Created with sketchtool. All-Day Wearability

Value

Built to outlast the cheap ones.

  • check-verified Created with sketchtool. Shape Retention
  • check-verified Created with sketchtool. Zero Pilling
  • check-verified Created with sketchtool. Lasting Durability

Versatility

From couch to street, effortlessly.

  • check-verified Created with sketchtool. Street Ready
  • check-verified Created with sketchtool. Deep Pockets
  • check-verified Created with sketchtool. Endlessly Wearable

OUR CUSTOMERS TELL IT BETTER THAN WE DO!

4.9/5 based on 25,695 verified reviews

30-Day Money Back Guarantee

We stand behind our product with a full 30-day money-back guarantee. If you're not completely satisfied for any reason, simply contact us within 30 days of your purchase, and we'll issue a full refund — no questions asked.

ADD TO CART
100% Satisfaction
Fast Shipping
Easy Returns

30-Day Money Back Guarantee

We stand behind our product with a full 30-day money-back guarantee. If you're not completely satisfied for any reason, simply contact us within 30 days of your purchase, and we'll issue a full refund — no questions asked.

ADD TO CART
100% Satisfaction
Fast Shipping
Easy Returns
// Most common first section patterns 'main section:first-of-type', '.main-content section:first-of-type', '.page-content section:first-of-type', // Shopify section patterns '.shopify-section:not([data-section-type="header"]):not([data-section-type="announcement-bar"])', 'section.shopify-section:not([data-section-type="header"])', // General section patterns 'main > *:first-child', '.content section:first-of-type', 'section:not(header):not([role="banner"])', // Fallback to any section 'section:first-of-type', '[data-section-type]:not([data-section-type="header"])', // Last resort - any content element 'main > div:first-child', '.main > *:first-child' ]; let targetElement = null; let usedSelector = ''; for (let selector of selectors) { try { const elements = document.querySelectorAll(selector); if (elements.length > 0) { // Get the first element that's not a header/nav for (let element of elements) { const tagName = element.tagName.toLowerCase(); const sectionType = element.getAttribute('data-section-type'); // Skip header/navigation elements if (tagName === 'header' || tagName === 'nav' || sectionType === 'header' || sectionType === 'announcement-bar' || element.getAttribute('role') === 'banner') { continue; } targetElement = element; usedSelector = selector; break; } if (targetElement) { console.log(`✅ Found first section with selector: ${selector}`); break; } } } catch (e) { // Skip invalid selectors continue; } } if (targetElement) { // Calculate offset for fixed headers const headerHeight = document.querySelector('header')?.offsetHeight || 0; const stickyHeader = document.querySelector('.sticky-header, .header-sticky, [style*="position: fixed"]')?.offsetHeight || 0; const adminBarHeight = document.querySelector('#admin_bar_iframe, .admin-bar')?.offsetHeight || 0; const announcementBar = document.querySelector('.announcement-bar, .promo-bar')?.offsetHeight || 0; const offset = Math.max(headerHeight, stickyHeader) + adminBarHeight + announcementBar + 20; const elementPosition = targetElement.offsetTop; const offsetPosition = elementPosition - offset; window.scrollTo({ top: Math.max(0, offsetPosition), behavior: 'smooth' }); console.log(`✅ Scrolled to first section using selector: ${usedSelector}`); // Optional: Add visual highlight to show successful targeting targetElement.style.transition = 'all 0.3s ease'; targetElement.style.transform = 'scale(1.01)'; setTimeout(() => { targetElement.style.transform = 'scale(1)'; }, 300); } else { console.warn('❌ Could not find any suitable first section to scroll to'); console.log('🔍 Available sections on page:'); // Debug: Show available sections const allSections = document.querySelectorAll('section, .shopify-section, main > *, .main > *'); allSections.forEach((section, index) => { const tagName = section.tagName.toLowerCase(); const id = section.id || 'no-id'; const sectionType = section.getAttribute('data-section-type') || 'no-section-type'; const className = section.className || 'no-class'; console.log(` ${index + 1}. <${tagName}> id="${id}" data-section-type="${sectionType}" class="${className}"`); }); } }); }); });