Yellow

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (50)
  • Kids 6-8 Years (37)
  • Preschooler 3-5 Years (29)
  • Tween 9-12 Years (28)
  • Teen 13-17 Years (12)
  • Baby 0-12 Month (5)
  • Toddler 12-24 Months (5)
Att_Interest
  • Music (26)
  • Reading (11)
  • Crafts (4)
  • Games & Puzzles (1)
  • Outdoor (1)
  • Teaching (1)
  • Travel & Culture (1)
Att_Game Type
  • Brain Teaser (1)
Att_Puzzle Piece Count
  • 1,000 pc (3)
  • 1,001-2,999 pc (1)
Att_Puzzle Type
  • Jigsaw (4)
Att_Season
  • Christmas (9)
  • Mother's Day (3)
Att_Theme
  • Farm animals & Pets (19)
  • Everyday Life (12)
  • Bible Theme (11)
  • Educational (8)
  • Nature (7)
  • Wildlife (5)
  • Floral (3)
  • Cottages & Farms (2)
  • Farm Equipment (2)
  • Sea & Ocean (2)
  • Birds (1)
  • Inspirational (1)
  • Pretend Play & Dress up (1)
  • Safari & Zoo (1)
  • Transportation & Vehicles (1)
Att_Audience
  • Children (224)
  • Baby (9)
  • Family (5)
  • Student (5)
  • Mothers (2)
  • Teachers (2)
  • Men (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 (132)
  • Picture Books (113)
  • Colouring Books (86)
  • Song Books (46)
  • Children's Chapter Books (42)
  • Animal Stories (16)
  • Adventure (8)
  • Fiction (8)
  • Historical Fiction (6)
  • Inspirational (6)
  • Study Helps (6)
  • True Stories (6)
  • Christian Living (5)
  • Bible Stories (4)
  • Devotional (4)
  • Farming (4)
  • History (4)
  • Nature (3)
  • Travel (3)
  • Horse Stories (2)
  • Missionary (2)
  • Personal Growth (2)
  • Poem (2)
  • Worship (2)
  • Birds (1)
  • Church History (1)
  • Classics (1)
  • Cookbook (1)
  • Creation & Apologetics (1)
  • Gardening (1)
  • Grief (1)
  • School - Teaching (1)
  • Spiritual Growth (1)
Att_Binding
  • Paperback (218)
  • Hardcover (91)
  • Softcover (42)
  • Board Book (20)
  • Spiral Bound (19)
  • Other (3)
  • Imitation Leather (2)
  • Audio Book (1)
  • Cloth Over Board (1)
Att_Bible Translation
  • KJV (4)
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
  • Stainless Steel (2)
  • Metal (1)
  • Plastic (1)
Att_Language
  • German (27)
  • English (8)
  • Spanish (6)
/* 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)'
};