USA Pan

Find high-quality bakeware that will last you a lifetime with the trusted brand, USA Pan! This family-owned and operated company is dedicated to producing the best bakeware on the market, and their products are known for their durability, strength, and non-stick features. Their wide range of products includes everything from loaf pans to muffin pans to cookie sheets.

Whether you’re a home baker or a professional chef, visit our selection of USA Pan products for bakeware that will stand the test of time. With their unbeatable quality and unmatched performance, you won’t be disappointed!

Filters:

Show In Stock Items Only
  • In Stock
Att - Age By Development
  • Kids 6-8 Years (92)
  • Preschooler 3-5 Years (69)
  • Tween 9-12 Years (63)
  • Adult (35)
  • Toddler 12-24 Months (15)
  • Teen 13-17 Years (13)
  • Baby 0-12 Month (1)
Att_Interest
  • Outdoor (11)
  • Sports (11)
  • Food (8)
  • Reading (6)
  • Crafts (5)
  • Teaching (4)
  • Grilling & BBQ (2)
  • Travel & Culture (2)
Att_Lego Theme
  • City (25)
  • Friends (25)
  • Technic (16)
  • Duplo (10)
  • Creator (7)
  • Speed Champions (7)
  • Classic (6)
  • Icons (5)
  • Architecture (2)
  • Botanical (2)
  • Art (1)
  • Ideas (1)
Att_Play Time
  • Less then 1 hr (1)
  • Less then 2 hr (2)
  • Less then 3 hr (1)
Att_Game Type
  • Family Games (10)
  • Outdoor Games (8)
  • Board Games (6)
  • Card Games (3)
  • Preschool Games (2)
  • Strategy Games (2)
  • Table Games (1)
Att_Puzzle Piece Count
  • 100-249 pc (3)
  • 250-499 pc (3)
  • 500-999 pc (3)
  • 1,001-2,999 pc (2)
  • 50-99 pc (2)
  • 1,000 pc (1)
Att_Puzzle Type
  • Jigsaw (1)
Att_Season
  • Summer (9)
  • Mother's Day (5)
  • Christmas (2)
  • Easter (1)
  • Father's Day (1)
Att_Theme
  • Transportation & Vehicles (51)
  • Everyday Life (20)
  • Scripture (17)
  • Building & Cities (15)
  • Educational (13)
  • Farm Equipment (12)
  • Farm animals & Pets (9)
  • Cottages & Farms (8)
  • Floral (8)
  • Inspirational (7)
  • Pretend Play & Dress up (6)
  • Construction (5)
  • Country (5)
  • Sea & Ocean (4)
  • Wildlife (4)
  • Greenery (3)
  • Nature (3)
  • Safari & Zoo (2)
  • Sports (2)
  • Bible Theme (1)
  • Paintings (1)
Att_Audience
  • Children (70)
  • Teachers (13)
  • Women (10)
  • Family (5)
  • Girls (3)
  • Teen (3)
  • Boys (2)
  • Student (2)
  • Baby (1)
  • Bride (1)
  • Groom (1)
Att _Book Series
  • Odyessey Imagination Station (3)
  • Little House Series (1)
Att_Book Category
  • School - Teaching (7)
  • Activity Books (5)
  • Bible Stories (4)
  • Adventure (2)
  • Animal Stories (1)
  • Bible Studies & Study Guides (1)
  • Children's Chapter Books (1)
  • Colouring Books (1)
  • Devotional (1)
  • Faith (1)
  • Finances (1)
  • Historical Non-Fiction (1)
  • Horse Stories (1)
  • Picture Books (1)
Att_Binding
  • Paperback (18)
  • Spiral Bound (11)
  • Board Book (4)
  • Faux Leather (3)
  • Audio Book (2)
  • Cloth Over Board (2)
  • Hardcover (2)
  • Imitation Leather (2)
  • Softcover (2)
Att_Bible Translation
  • KJV (4)
  • NLT (3)
Att_Help and Features
  • Red Letter (3)
  • Compact (2)
  • Maps (2)
  • Note Taking (2)
  • Zipper Closure (2)
  • Gift Bible (1)
Att_Print Size
  • Giant Print 13.5-15 (2)
  • Normal Print up to 10.9 (2)
  • Small (2)
Att_Primary Material
  • Plastic (63)
  • Stainless Steel (9)
  • Wood (6)
  • Other (5)
  • Aluminized Steel (3)
  • Ceramic (3)
  • Non-Stick (3)
  • Glass (1)
  • Leather Touch (1)
  • Textile (1)
  • Vinyl (1)
Att_Language
  • English (2)
/* 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)'
};