Search Suggestions

      RSVP International

      RSVP International is a renowned kitchenware company with a rich history dating back to 1984. Their core competency lies in the innovation and production of high-quality kitchen tools, encompassing a diverse range of products such as mixing bowls, cutting boards, measuring cups, and various other indispensable items. Their comprehensive product portfolio offers unparalleled durability and aesthetically pleasing designs. An unwavering commitment to customer satisfaction has fostered a loyal and dedicated customer base. By consistently prioritizing the needs and preferences of their valued customers, RSVP International has not only expanded its product line but also maintained a strong and reputable presence within the industry.

      Filters:

      Show In Stock Items Only
      • In Stock
      Att - Age By Development
      • Adult (43)
      • Teen 13-17 Years (3)
      Att_Interest
      • Food (2)
      • Teaching (1)
      Att_Season
      • Mother's Day (36)
      • Father's Day (10)
      • Summer (1)
      Att_Theme
      • Floral (12)
      • Inspirational (2)
      • Everyday Life (1)
      • Scripture (1)
      Att_Audience
      • Women (229)
      • Men (21)
      • Girls (5)
      • Mothers (4)
      • Teen (3)
      • Teachers (2)
      • Bride (1)
      • Children (1)
      • Pastors (1)
      Att_Book Category
      • Devotional (19)
      • Christian Living (14)
      • Bible Studies & Study Guides (10)
      • For Women (8)
      • Personal Growth (6)
      • Diaries (4)
      • Inspirational (4)
      • Grief (3)
      • Spiritual Growth (3)
      • Marriage (2)
      • Prayer (2)
      • Short Stories (2)
      • Amish (1)
      • Colouring Books (1)
      • Cookbook (1)
      • Evangelism (1)
      • Faith (1)
      • Family (1)
      • Fiction (1)
      • Gardening (1)
      • Historical Fiction (1)
      • Historical Non-Fiction (1)
      • Infertility (1)
      • Relationship (1)
      • Sexual Abuse (1)
      • True Stories (1)
      Att_Binding
      • Paperback (54)
      • Imitation Leather (20)
      • Hardcover (14)
      • Spiral Bound (5)
      • Cloth Over Board (3)
      • Faux Leather (2)
      • Bonded Leather (1)
      Att_Bible Translation
      • KJV (22)
      • ESV (3)
      • NLT (3)
      • The Message (1)
      Att_Help and Features
      • Red Letter (18)
      • Maps (13)
      • Concordance (9)
      • One Year Plan (8)
      • Compact (5)
      • Cross Reference (5)
      • Thumb Indexed (5)
      • Journal (3)
      • Note Taking (3)
      • Pocket (2)
      • Slimline (2)
      • Zipper Closure (2)
      • Family Bible (1)
      • Gift Bible (1)
      • Lay-Flat (1)
      • Study Bible (1)
      • Wide Margin (1)
      Att_Print Size
      • Normal Print up to 10.9 (15)
      • Large Print 11-13.5 (6)
      • Small (2)
      • Giant Print 13.5-15 (1)
      Att_Primary Material
      • Ceramic (25)
      • Leather (12)
      • Stainless Steel (12)
      • Glass (3)
      • Nylon (2)
      • Microfiber (1)
      Att_Language
      • English (10)
      • German (4)
      • Spanish (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)'
      };