Search Suggestions

      Teen 13-17 Years

      Filters:

      Show In Stock Items Only
      • In Stock
      On Sale Items
      • On Sale
      Att - Age By Development
      • Kids 6-8 Years (27)
      • Adult (23)
      • Tween 9-12 Years (20)
      • Teen 13-17 Years (17)
      • Preschooler 3-5 Years (14)
      • Toddler 12-24 Months (2)
      • Baby 0-12 Month (1)
      Att_Interest
      • Crafts (10)
      • Reading (3)
      • Food (2)
      • Sports (1)
      • Travel & Culture (1)
      Att_Lego Theme
      • Duplo (2)
      • Friends (2)
      • Speed Champions (2)
      • Creator (1)
      • Technic (1)
      Att_Play Time
      • 3 hr + (1)
      Att_Game Type
      • Board Games (4)
      • Family Games (2)
      • Outdoor Games (2)
      Att_Puzzle Piece Count
      • 1,000 pc (11)
      • 25-49 pc (3)
      • 250-499 pc (3)
      • 500-999 pc (1)
      Att_Puzzle Type
      • Jigsaw (13)
      • Tray Puzzle (3)
      • Brain Teaser (1)
      • Shaped (1)
      Att_Season
      • Christmas (1)
      Att_Theme
      • Farm animals & Pets (59)
      • Cottages & Farms (7)
      • Nature (5)
      • Country (2)
      • Educational (2)
      • Everyday Life (2)
      • Transportation & Vehicles (2)
      • Wildlife (2)
      • Building & Cities (1)
      • Cotages & Farms (1)
      • Floral (1)
      • Inspirational (1)
      • Scenery (1)
      • Scripture (1)
      Att_Audience
      • Children (64)
      • Family (3)
      • Teen (3)
      • Baby (2)
      • Women (1)
      Att _Book Series
      • Trailblazer Series (2)
      • Little House Series (1)
      Att_Book Category
      • Animal Stories (26)
      • Horse Stories (17)
      • True Stories (11)
      • Children's Chapter Books (7)
      • Colouring Books (6)
      • Farming (6)
      • Adventure (5)
      • Fiction (5)
      • Amish (4)
      • Picture Books (4)
      • Short Stories (4)
      • Christian Living (3)
      • Activity Books (2)
      • Cookbook (2)
      • Devotional (2)
      • Historical Non-Fiction (2)
      • Nature (2)
      • School - Teaching (2)
      • Adoption (1)
      • Biography (1)
      • Historical Fiction (1)
      • History (1)
      • Inspirational (1)
      • World History (1)
      Att_Binding
      • Paperback (66)
      • Hardcover (12)
      • Softcover (5)
      • Spiral Bound (4)
      • Board Book (2)
      • Audio Book (1)
      • Audio CD (1)
      Att_Primary Material
      • Plastic (17)
      • Glass (1)
      1 - 20 of 208 posts
      Sort By
      1 - 20 of 208 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)'
      };