Palmer

Palmer Wholesale is a distributor of a wide range of products including cleaning supplies, stationery, and giftware. They offer competitive prices and personalized service to their clients, which include retail stores, schools, and offices.

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Adult (78)
  • Teen 13-17 Years (64)
  • Kids 6-8 Years (57)
  • Preschooler 3-5 Years (57)
  • Tween 9-12 Years (41)
  • Toddler 12-24 Months (9)
  • Baby 0-12 Month (1)
Att_Interest
  • Teaching (22)
  • Games & Puzzles (17)
  • Crafts (7)
  • Food (6)
  • Sports (4)
  • Outdoor (2)
  • Grilling & BBQ (1)
  • Music (1)
Att_Lego Theme
  • Classic (9)
  • City (8)
  • Friends (7)
  • Duplo (6)
  • Technic (3)
  • Architecture (1)
  • Art (1)
  • Creator (1)
  • Ideas (1)
  • Speed Champions (1)
Att_Play Time
  • Less then 1 hr (2)
  • Less then 2 hr (1)
Att_Game Type
  • Board Games (6)
  • Strategy Games (6)
  • Family Games (5)
  • Brain Teaser (4)
  • Card Games (2)
  • Preschool Games (2)
Att_Puzzle Piece Count
  • 1,000 pc (130)
  • 25-49 pc (27)
  • 250-499 pc (27)
  • 500-999 pc (20)
  • 100-249 pc (11)
  • 1,001-2,999 pc (5)
  • 3,000+ pc (5)
  • 50-99 pc (3)
  • 10-24 pc (1)
Att_Puzzle Type
  • Jigsaw (175)
  • Tray Puzzle (21)
  • Shaped (17)
  • Brain Teaser (14)
  • Floor Puzzle (7)
  • 3D Puzzle (6)
  • Puzzle Accessories (4)
Att_Season
  • Christmas (16)
  • Mother's Day (8)
  • Winter (6)
  • Advent (5)
  • Summer (2)
  • Fall/ Thanksgiving (1)
Att_Theme
  • Farm animals & Pets (56)
  • Nature (45)
  • Wildlife (40)
  • Everyday Life (29)
  • Educational (28)
  • Inspirational (19)
  • Building & Cities (17)
  • Country (13)
  • Transportation & Vehicles (13)
  • Bible Theme (12)
  • Scenery (12)
  • Cotages & Farms (10)
  • Cottages & Farms (8)
  • Farm Equipment (6)
  • Floral (6)
  • Pretend Play & Dress up (6)
  • Birds (5)
  • Construction (4)
  • Greenery (3)
  • Safari & Zoo (2)
  • Scripture (2)
  • Sea & Ocean (2)
Att_Audience
  • Children (63)
  • Teachers (43)
  • Family (7)
  • Teen (5)
  • Women (4)
  • Girls (2)
  • Baby (1)
  • Grandparents (1)
  • Mothers (1)
  • Student (1)
Att_Book Category
  • Activity Books (50)
  • School - Teaching (18)
  • Short Stories (5)
  • Colouring Books (4)
  • Cookbook (3)
  • Adventure (2)
  • Bible Stories (2)
  • Devotional (2)
  • Baking (1)
  • Birds (1)
  • Classics (1)
  • Dessert (1)
  • Fiction (1)
  • Picture Books (1)
  • Travel (1)
Att_Binding
  • Paperback (41)
  • Hardcover (11)
  • Softcover (9)
  • Spiral Bound (9)
  • Imitation Leather (4)
Att_Bible Translation
  • KJV (2)
  • NIV (1)
Att_Help and Features
  • Compact (1)
  • Concordance (1)
  • Gift Bible (1)
  • Maps (1)
  • New Testament (1)
  • One Year Plan (1)
  • Thumb Indexed (1)
Att_Print Size
  • Giant Print 13.5-15 (2)
  • Large Print 11-13.5 (1)
  • Normal Print up to 10.9 (1)
  • Small (1)
Att_Primary Material
  • Plastic (25)
  • Stainless Steel (8)
  • Wood (7)
  • Non-Stick (3)
  • Aluminized Steel (2)
  • Ceramic (2)
  • Glass (2)
  • Aluminum (1)
  • Paper (1)
  • Vinyl (1)
Att_Language
  • English (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)'
};