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
  • Kids 6-8 Years (43)
  • Tween 9-12 Years (28)
  • Preschooler 3-5 Years (20)
  • Toddler 12-24 Months (16)
  • Adult (14)
  • Teen 13-17 Years (5)
  • Baby 0-12 Month (2)
Att_Interest
  • Crafts (3)
  • Teaching (3)
  • Food (1)
  • Grilling & BBQ (1)
  • Music (1)
  • Outdoor (1)
  • Reading (1)
  • Tea & Coffee (1)
Att_Lego Theme
  • City (14)
  • Friends (13)
  • Duplo (11)
  • Classic (7)
  • Creator (6)
  • Icons (5)
  • Technic (4)
  • Botanical (1)
  • Ideas (1)
  • Speed Champions (1)
Att_Game Type
  • Card Games (2)
  • Family Games (1)
  • Outdoor Games (1)
Att_Puzzle Piece Count
  • 250-499 pc (3)
  • 500-999 pc (3)
  • 100-249 pc (2)
Att_Puzzle Type
  • Shaped (1)
Att_Season
  • Mother's Day (4)
  • Father's Day (3)
  • Christmas (2)
  • Summer (1)
Att_Theme
  • Floral (21)
  • Transportation & Vehicles (18)
  • Scripture (11)
  • Farm animals & Pets (10)
  • Nature (10)
  • Everyday Life (9)
  • Building & Cities (8)
  • Wildlife (7)
  • Cottages & Farms (6)
  • Inspirational (4)
  • Pretend Play & Dress up (4)
  • Safari & Zoo (4)
  • Country (3)
  • Sea & Ocean (3)
  • Construction (1)
  • Farm Equipment (1)
  • Greenery (1)
  • Scenery (1)
Att_Audience
  • Children (50)
  • Women (16)
  • Teachers (10)
  • Baby (6)
  • Men (5)
  • Family (2)
  • Mothers (2)
  • Student (2)
  • Father (1)
  • Girls (1)
  • Grandmother (1)
Att _Book Series
  • Odyessey Imagination Station (2)
  • Little House Series (1)
  • The Berenstain Bears (1)
Att_Book Category
  • Animal Stories (6)
  • Christian Living (4)
  • Picture Books (4)
  • Children's Chapter Books (3)
  • School - Teaching (3)
  • Bible Stories (2)
  • For Women (2)
  • Horse Stories (2)
  • Inspirational (2)
  • Adventure (1)
  • Colouring Books (1)
  • Cookbook (1)
  • Devotional (1)
  • Evangelism (1)
  • Gardening (1)
  • Personal Growth (1)
  • Spiritual Growth (1)
  • Thought Life (1)
Att_Binding
  • Faux Leather (18)
  • Paperback (16)
  • Hardcover (9)
  • Imitation Leather (9)
  • Board Book (6)
  • Spiral Bound (5)
  • Audio Book (4)
  • Softcover (1)
Att_Bible Translation
  • KJV (26)
  • ESV (1)
Att_Help and Features
  • One Year Plan (8)
  • Compact (6)
  • Maps (6)
  • Red Letter (6)
  • Zipper Closure (4)
  • Concordance (3)
  • Pocket (3)
  • Thumb Indexed (3)
  • Gift Bible (2)
  • Journal (2)
  • Lay-Flat (2)
  • Note Taking (2)
  • Slimline (2)
  • Cross Reference (1)
  • Devotional (1)
  • Study Bible (1)
Att_Print Size
  • Normal Print up to 10.9 (8)
  • Small (6)
  • Giant Print 13.5-15 (5)
Att_Primary Material
  • Plastic (22)
  • Ceramic (6)
  • Leather Touch (5)
  • Other (5)
  • Stainless Steel (4)
  • Aluminized Steel (2)
  • Non-Stick (2)
  • Metal (1)
  • Nylon (1)
  • Vinyl (1)
Att_Language
  • English (7)
/* 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)'
};