Search Suggestions

      TOMY Intl.

      TOMY International is a renowned industry leader in the manufacturing and distribution of cutting-edge, top-notch toys, games, and merchandise designed for children and families. Their extensive product portfolio encompasses a diverse array of playthings, ranging from infant toys to farm toys, board games, and collector’s items. At TOMY International, they are dedicated to crafting products that are not only entertaining but also safe and long-lasting, fostering children’s creativity, imagination, and inquisitiveness. With a formidable global presence spanning across more than 120 countries, TOMY International has firmly established itself as a trusted and respected entity within the toy industry, consistently pushing boundaries and igniting the minds of young individuals.

      Filters:

      Show In Stock Items Only
      • In Stock
      On Sale Items
      • On Sale
      Att - Age By Development
      • Adult (7)
      Att_Interest
      • Reading (2)
      • Crafts (1)
      • Teaching (1)
      Att_Puzzle Piece Count
      • 500-999 pc (1)
      Att_Puzzle Type
      • Jigsaw (1)
      Att_Season
      • Mother's Day (10)
      • Father's Day (1)
      Att_Theme
      • Scripture (12)
      • Floral (7)
      • Inspirational (6)
      • Bible Theme (2)
      • Birds (1)
      • Farm animals & Pets (1)
      • Nature (1)
      • Scenery (1)
      Att_Audience
      • Women (25)
      • Children (7)
      • Baby (1)
      • Boy Friend (1)
      • Girl Friend (1)
      • Men (1)
      • Mothers (1)
      • Pastors (1)
      • Student (1)
      • Teachers (1)
      • Teen (1)
      Att_Book Category
      • Devotional (3)
      • Activity Books (1)
      • Bible Stories (1)
      • Colouring Books (1)
      • Study Helps (1)
      Att_Binding
      • Imitation Leather (21)
      • Spiral Bound (11)
      • Faux Leather (5)
      • Hardcover (3)
      • Paperback (2)
      • Softcover (2)
      • Board Book (1)
      • Cloth Over Board (1)
      Att_Bible Translation
      • KJV (16)
      • NIV (6)
      • NLT (5)
      • NKJV (3)
      • ESV (2)
      Att_Help and Features
      • Red Letter (9)
      • Concordance (5)
      • Slimline (4)
      • Study Bible (4)
      • Thumb Indexed (4)
      • Journal (3)
      • Maps (3)
      • Zipper Closure (3)
      • Compact (2)
      • Gift Bible (2)
      • Note Taking (2)
      • One Year Plan (2)
      • Cross Reference (1)
      • Lay-Flat (1)
      • New Testament (1)
      • Pocket (1)
      • Thompson Chain-Reference (1)
      Att_Print Size
      • Normal Print up to 10.9 (11)
      • Large Print 11-13.5 (3)
      • Small (3)
      • Giant Print 13.5-15 (1)
      Att_Bible Reference
      • End-Of-Page (1)
      Att_Primary Material
      • Ceramic (16)
      • Stainless Steel (7)
      • Leather Touch (5)
      • Other (4)
      • Glass (3)
      • Plastic (1)
      Att_Language
      • English (17)
      • French (1)
      /* 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)'
      };