BeaverSnow

Made from solid HDPE, Beaversnow products are known for their impact resistance and endurance in cold climates. View our selection of Beaversnow sleds to find the perfect Christmas gift for the young at heart close to you!

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (83)
  • Tween 9-12 Years (39)
  • Teen 13-17 Years (29)
  • Kids 6-8 Years (18)
  • Preschooler 3-5 Years (9)
Att_Interest
  • Outdoor (9)
  • Travel & Culture (6)
  • Crafts (5)
  • Food (4)
  • Reading (3)
  • Music (2)
  • Grilling & BBQ (1)
  • Sports (1)
  • Tea & Coffee (1)
Att_Lego Theme
  • Architecture (1)
  • Speed Champions (1)
Att_Play Time
  • 3 hr + (1)
  • Less then 1 hr (1)
  • Less then 2 hr (2)
Att_Game Type
  • Board Games (5)
  • Family Games (3)
  • Outdoor Games (2)
  • Strategy Games (2)
  • Card Games (1)
Att_Puzzle Piece Count
  • 1,000 pc (11)
  • 1,001-2,999 pc (1)
  • 25-49 pc (1)
  • 250-499 pc (1)
  • 500-999 pc (1)
Att_Puzzle Type
  • Jigsaw (12)
  • 3D Puzzle (3)
  • Brain Teaser (1)
  • Tray Puzzle (1)
Att_Season
  • Mother's Day (3)
  • Summer (2)
Att_Theme
  • Farm animals & Pets (11)
  • Building & Cities (7)
  • Wildlife (7)
  • Nature (6)
  • Transportation & Vehicles (6)
  • Educational (4)
  • Birds (2)
  • Cottages & Farms (2)
  • Everyday Life (2)
  • Inspirational (2)
  • Construction (1)
  • Floral (1)
  • Geographic (1)
  • History (1)
  • Pretend Play & Dress up (1)
  • Scenery (1)
Att_Audience
  • Children (59)
  • Family (11)
  • Teen (11)
  • Women (8)
  • Student (3)
  • Teachers (2)
  • Boys (1)
  • Grandparents (1)
  • Men (1)
  • Mothers (1)
Att _Book Series
  • Little House Series (16)
  • Odyessey Imagination Station (2)
  • Trailblazer Series (1)
Att_Book Category
  • True Stories (35)
  • Christian Living (20)
  • Adventure (18)
  • Historical Fiction (15)
  • Historical Non-Fiction (13)
  • History (11)
  • Travel (10)
  • Birds (9)
  • Fiction (9)
  • Animal Stories (8)
  • Children's Chapter Books (7)
  • Church History (6)
  • Biography (5)
  • Marriage (5)
  • Nature (5)
  • Evangelism (4)
  • Church (3)
  • Classics (3)
  • Colouring Books (3)
  • Persecution (3)
  • School - Teaching (3)
  • War (3)
  • Bible Studies & Study Guides (2)
  • Cookbook (2)
  • Devotional (2)
  • Dictionaries (2)
  • Farming (2)
  • Gardening (2)
  • Relationship (2)
  • Short Stories (2)
  • Social Issues (2)
  • Study Helps (2)
  • Activity Books (1)
  • Adoption (1)
  • Amish (1)
  • Baking (1)
  • Business (1)
  • Faith (1)
  • Family (1)
  • Health (1)
  • Horse Stories (1)
  • Illness & Accidents (1)
  • Inspirational (1)
  • Jesus (1)
  • Leadership (1)
  • Missionary (1)
  • Personal Growth (1)
  • Picture Books (1)
  • Science (1)
  • Sexual Abuse (1)
  • Song Books (1)
  • Spiritual Growth (1)
Att_Binding
  • Paperback (128)
  • Hardcover (30)
  • Audio Book (11)
  • Softcover (7)
  • Imitation Leather (6)
  • Board Book (2)
  • Cloth Over Board (2)
  • Spiral Bound (2)
Att_Bible Translation
  • NASB (4)
  • ESV (1)
  • KJV (1)
  • NLT (1)
Att_Help and Features
  • Note Taking (2)
  • Thumb Indexed (2)
  • Red Letter (1)
Att_Print Size
  • Normal Print up to 10.9 (2)
  • Large Print 11-13.5 (1)
  • Small (1)
Att_Primary Material
  • Plastic (7)
  • Aluminum (2)
  • Non-Stick (2)
  • Aluminized Steel (1)
  • Cast Iron (1)
  • Other (1)
  • Stainless Steel (1)
Att_Language
  • German (3)
  • English (2)
/* CLOSE BUTTON STYLES*/

.dwc-quick-view__close-btn {
 --bg-color: #fff;
  --icon-color: black;
  --icon-size: 16px;
  --padding: 8px;
  --border-radius: 50vw;
  --border: none;
}
  
 :root {
   /*QUICK VIEW*/
   --qv-width: 1024px;
  /* OVERLAY */
  --qv-overlay-bg-color: #0a3152;
  --qv-overlay-blur: 5px;
  --qv-overlay-opacity: 0.5;

  /* SIDEBAR LOCATION */
  --qv-sidebar-width: 400px;

  /* QUICK VIEW ENTRANCE ANIMATION */
  --qv-animation: fade;
  /* slide, fade, zoom*/

  /* NEXT/PREV BUTTON */
  --inactive-btn-bg: rgba(0, 0, 0, 0.25);
  --inactive-btn-opacity: 0.5;
   
   /*ACTIVE CARD 
   - add the class .dwc-highlight 
   for this and trail to work */
   
    --active-card-bg:  white ;
    --active-card-border: solid 1px transparent;
  
    
    /*TRAIL*/
    --trail-bg:transparent;
    --trail-border-color:skyblue;
    --trail-border-size: 2px;
    --trail-border-radius:10px;
    --trail-transition:transform 0.45s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
const initializeBricksScripts = 0;
const initializeWooScripts = 1;
const enableTrail= 1;
const quickViewLocation = 'center';  // 'left', 'right', 'center', 'dock'
//const url = '/quick-view-dev-src/'; // quick view page url
const fetchFromSinglePage = 1; // condition to switch between single and multiple URLs
const fallbackUrl = '/quick-view-dev-src/'; // default quick view page URL


// TRAIL configuration
let trailConfig = {
  borderColor: 'var(--trail-border-color)',
  borderSize: 'var(--trail-border-size)',
  borderRadius: 'var( --trail-border-radius)',
  backgroundColor: 'var(--trail-bg)',
  transition: 'var(--trail-transition)'
};