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 (39)
      • Tween 9-12 Years (1)
      Att_Interest
      • Reading (3)
      • Crafts (1)
      • Teaching (1)
      Att_Season
      • Mother's Day (34)
      • Father's Day (15)
      Att_Theme
      • Scripture (72)
      • Inspirational (32)
      • Floral (21)
      • Bible Theme (4)
      • Farm animals & Pets (2)
      • Greenery (2)
      • Scenery (1)
      Att_Audience
      • Women (68)
      • Men (19)
      • Mothers (9)
      • Teachers (5)
      • Family (2)
      • Pastors (2)
      • Student (2)
      • Teen (2)
      • Boy Friend (1)
      • Children (1)
      • Father (1)
      • Friend (1)
      • Girl Friend (1)
      • Grandmother (1)
      • Husband (1)
      • Sister (1)
      • Wife (1)
      Att_Book Category
      • Colouring Books (8)
      • Devotional (7)
      • Inspirational (6)
      • Activity Books (1)
      • Christian Living (1)
      • Grace (1)
      • Marriage (1)
      • Short Stories (1)
      • True Stories (1)
      • Wedding (1)
      Att_Binding
      • Faux Leather (36)
      • Imitation Leather (35)
      • Spiral Bound (27)
      • Hardcover (9)
      • Softcover (7)
      • Paperback (5)
      • Genuine Leather (1)
      Att_Bible Translation
      • KJV (78)
      • NLT (4)
      Att_Help and Features
      • One Year Plan (28)
      • Red Letter (26)
      • Maps (21)
      • Compact (17)
      • Thumb Indexed (16)
      • Zipper Closure (13)
      • Concordance (12)
      • Gift Bible (12)
      • Cross Reference (10)
      • Pocket (7)
      • Slimline (7)
      • Journal (4)
      • Note Taking (4)
      • Lay-Flat (3)
      • Thinline (3)
      • Pew Bible (1)
      • Study Bible (1)
      Att_Print Size
      • Normal Print up to 10.9 (22)
      • Small (11)
      • Giant Print 13.5-15 (10)
      • Large Print 11-13.5 (3)
      Att_Primary Material
      • Ceramic (53)
      • Other (28)
      • Stainless Steel (24)
      • Leather Touch (18)
      • Glass (4)
      • Leather (1)
      • Metal (1)
      • Nylon (1)
      Att_Language
      • English (30)
      /* 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)'
      };