Toys & Games

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Kids 6-8 Years (70)
  • Adult (66)
  • Preschooler 3-5 Years (63)
  • Tween 9-12 Years (42)
  • Teen 13-17 Years (19)
  • Toddler 12-24 Months (8)
  • Baby 0-12 Month (6)
Att_Interest
  • Music (26)
  • Crafts (14)
  • Reading (11)
  • Teaching (4)
  • Games & Puzzles (3)
  • Travel & Culture (2)
  • Outdoor (1)
Att_Lego Theme
  • Friends (3)
  • Duplo (2)
  • Architecture (1)
  • Art (1)
  • Icons (1)
  • Ideas (1)
Att_Game Type
  • Board Games (3)
  • Family Games (3)
  • Brain Teaser (1)
  • Card Games (1)
  • Preschool Games (1)
  • Strategy Games (1)
  • Table Games (1)
Att_Puzzle Piece Count
  • 250-499 pc (5)
  • 25-49 pc (4)
  • 1,000 pc (3)
  • 100-249 pc (2)
  • 500-999 pc (2)
  • 1,001-2,999 pc (1)
Att_Puzzle Type
  • Jigsaw (9)
  • Tray Puzzle (4)
  • Shaped (1)
Att_Season
  • Christmas (11)
  • Mother's Day (3)
  • Advent (1)
  • Father's Day (1)
  • Winter (1)
Att_Theme
  • Educational (39)
  • Farm animals & Pets (27)
  • Bible Theme (16)
  • Nature (14)
  • Everyday Life (13)
  • Wildlife (13)
  • Cottages & Farms (8)
  • Farm Equipment (3)
  • Floral (3)
  • Sea & Ocean (3)
  • Birds (2)
  • Transportation & Vehicles (2)
  • Construction (1)
  • Inspirational (1)
  • Pretend Play & Dress up (1)
  • Safari & Zoo (1)
Att_Audience
  • Children (272)
  • Teachers (15)
  • Student (13)
  • Baby (9)
  • Family (7)
  • Parents (4)
  • Mothers (2)
  • Boys (1)
  • Men (1)
  • Teen (1)
  • Women (1)
Att _Book Series
  • Little House Series (10)
  • The Berenstain Bears (1)
  • The Fishing Chronicles (1)
  • Trailblazer Series (1)
Att_Book Category
  • Activity Books (193)
  • Picture Books (113)
  • Colouring Books (86)
  • Song Books (46)
  • Children's Chapter Books (42)
  • Animal Stories (17)
  • School - Teaching (12)
  • Adventure (10)
  • Fiction (8)
  • True Stories (7)
  • Devotional (6)
  • Historical Fiction (6)
  • Inspirational (6)
  • Study Helps (6)
  • Bible Stories (5)
  • Christian Living (5)
  • Farming (5)
  • History (5)
  • Nature (4)
  • Travel (3)
  • Creation & Apologetics (2)
  • Horse Stories (2)
  • Missionary (2)
  • Personal Growth (2)
  • Poem (2)
  • Worship (2)
  • Birds (1)
  • Church History (1)
  • Classics (1)
  • Cookbook (1)
  • Gardening (1)
  • Grief (1)
  • Health (1)
  • Historical Non-Fiction (1)
  • Nursing/Medical (1)
  • Social Issues (1)
  • Spiritual Growth (1)
Att_Binding
  • Paperback (265)
  • Hardcover (94)
  • Softcover (48)
  • Spiral Bound (27)
  • Board Book (21)
  • Other (3)
  • Audio Book (2)
  • Imitation Leather (2)
  • Cloth Over Board (1)
Att_Bible Translation
  • KJV (5)
Att_Help and Features
  • Concordance (3)
  • Cross Reference (3)
  • Red Letter (2)
  • Thumb Indexed (1)
Att_Print Size
  • Normal Print up to 10.9 (3)
  • Large Print 11-13.5 (1)
Att_Primary Material
  • Plastic (4)
  • Stainless Steel (2)
  • Metal (1)
  • Polyethylene (1)
  • Wood (1)
Att_Language
  • German (36)
  • English (8)
  • Spanish (6)
1 - 24 of 671 posts
Sort By
1 - 24 of 671 posts
/* 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)'
};