Search Suggestions

      Boon

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Adult (5)
      • Tween 9-12 Years (3)
      • Kids 6-8 Years (1)
      • Teen 13-17 Years (1)
      Att_Interest
      • Sports (6)
      • Outdoor (5)
      • Games & Puzzles (4)
      • Fitness (2)
      • Music (2)
      • Food (1)
      • Tea & Coffee (1)
      • Teaching (1)
      • Travel & Culture (1)
      Att_Game Type
      • Family Games (9)
      • Card Games (6)
      • Outdoor Games (2)
      • Board Games (1)
      • Brain Teaser (1)
      • Dice Games (1)
      • Table Games (1)
      Att_Puzzle Piece Count
      • 500-999 pc (2)
      Att_Puzzle Type
      • Jigsaw (2)
      • Brain Teaser (1)
      Att_Season
      • Advent (3)
      Att_Theme
      • Bible Theme (4)
      • Educational (3)
      • Everyday Life (3)
      • Greenery (2)
      • Nature (2)
      • Country (1)
      • Safari & Zoo (1)
      • Sea & Ocean (1)
      • Wildlife (1)
      Att_Audience
      • Family (99)
      • Children (15)
      • Teachers (2)
      • Teen (2)
      • Student (1)
      Att _Book Series
      • Odyessey Imagination Station (3)
      Att_Book Category
      • Adventure (21)
      • Christian Living (8)
      • Historical Fiction (6)
      • Devotional (5)
      • Short Stories (4)
      • Travel (4)
      • Nature (3)
      • Activity Books (2)
      • Birds (2)
      • Science (2)
      • True Stories (2)
      • Amish (1)
      • Bible Stories (1)
      • Children's Chapter Books (1)
      • Classics (1)
      • Creation & Apologetics (1)
      • Family (1)
      • Fiction (1)
      • Finances (1)
      • Historical Non-Fiction (1)
      • History (1)
      • Parenting (1)
      • Picture Books (1)
      • Song Books (1)
      Att_Binding
      • Paperback (22)
      • Hardcover (10)
      • Audio Book (9)
      • Softcover (7)
      • Imitation Leather (2)
      • Audio CD (1)
      • Spiral Bound (1)
      Att_Bible Translation
      • KJV (2)
      Att_Help and Features
      • One Year Plan (1)
      Att_Print Size
      • Large Print 11-13.5 (2)
      Att_Primary Material
      • Plastic (2)
      • Aluminum (1)
      • Polyester (1)
      • Wood (1)
      Att_Language
      • 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)'
      };