192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue main product image
Product video preview

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.

192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue

USD 32.06

Condition: New

View on eBay

Description

View 192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue with current marketplace pricing, condition, product images and item details. [Party for 24 Guests]. [Plaid Party Decor]. After the party, simply dispose of the tableware without the need for washing. Image Gallery. Our dedicated team aims to respond within 24 hours. Exceptional Standards. eBay Product Listing @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Work+Sans:wght@300;400;500;600&display=swap'); :root { --color-primary: #715c63; --color-secondary: #eae1e4; --color-accent: #c7a480; --color-text: #3c3c3c; --color-light: #f8f8f8; --color-white: #ffffff; --font-heading: 'Cormorant Garamond', serif; --font-body: 'Work Sans', sans-serif; --spacing-xs: 5px; --spacing-sm: 10px; --spacing-md: 20px; --spacing-lg: 30px; --spacing-xl: 40px; --radius-sm: 4px; --radius-md: 8px; --shadow-soft: 0 2px 15px rgba(0,0,0,0.05); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-body); color: var(--color-text); background-color: var(--color-light); line-height: 1.6; font-size: 15px; font-weight: 300; } .container { max-width: 1100px; margin: 0 auto; background-color: var(--color-white); box-shadow: var(--shadow-soft); } /* Typography */ h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 500; color: var(--color-primary); } /* Header */ .header { position: relative; text-align: center; padding: var(--spacing-xl) var(--spacing-md); background-color: var(--color-white); border-bottom: 1px solid var(--color-secondary); } .header::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 50px; height: 20px; background-color: var(--color-white); border-left: 1px solid var(--color-secondary); border-right: 1px solid var(--color-secondary); border-bottom: 1px solid var(--color-secondary); border-radius: 0 0 var(--radius-md) var(--radius-md); } .brand { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: var(--spacing-xs); color: var(--color-primary); letter-spacing: 1px; } .tagline { font-size: 0.95rem; color: var(--color-accent); letter-spacing: 2px; text-transform: uppercase; font-weight: 400; } /* Product Title */ .product-title-container { text-align: center; padding: var(--spacing-xl) var(--spacing-md); background-color: var(--color-secondary); color: var(--color-primary); } .product-title { font-size: 2rem; margin-bottom: var(--spacing-sm); position: relative; display: inline-block; color: var(--color-primary); } .product-title::after { content: ""; display: block; width: 40%; height: 1px; background-color: var(--color-accent); margin: var(--spacing-sm) auto 0; } /* Layout */ .content-container { display: grid; grid-template-columns: 1fr 350px; gap: var(--spacing-xl); padding: var(--spacing-xl); } @media (max-width: 768px) { .content-container { grid-template-columns: 1fr; } } .sections, .sidebar { display: flex; flex-direction: column; gap: var(--spacing-lg); } /* Section Styling */ .section { background-color: var(--color-white); border-radius: var(--radius-md); overflow: hidden; } .section-header { position: relative; background-color: var(--color-primary); color: var(--color-white); padding: var(--spacing-md); display: flex; align-items: center; } .section-icon { margin-right: var(--spacing-md); font-size: 1.2rem; } .section-title { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 500; letter-spacing: 0.5px; color: var(--color-white); } .section-content { padding: var(--spacing-lg); border: 1px solid var(--color-secondary); border-top: none; } /* Gallery */ .gallery-section .section-header { background-color: var(--color-accent); } .gallery-placeholder { aspect-ratio: 16/9; background-color: var(--color-light); display: flex; align-items: center; justify-content: center; color: #aaa; font-style: italic; } /* Description & Features */ .descriptions p { margin-bottom: var(--spacing-md); } .feature-list { list-style: none; } .feature-list li { position: relative; margin-bottom: var(--spacing-md); padding-left: 30px; border-bottom: 1px dotted var(--color-secondary); padding-bottom: var(--spacing-md); } .feature-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; } .feature-list li::before { content: "❧"; position: absolute; left: 0; top: 0; color: var(--color-accent); font-size: 1.2rem; } .quality-note { margin-top: var(--spacing-lg); padding: var(--spacing-lg); background-color: var(--color-light); border-left: 3px solid var(--color-accent); text-align: center; } .quality-title { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: var(--spacing-sm); color: var(--color-primary); } .quality-badge { display: inline-block; margin-top: var(--spacing-sm); padding: var(--spacing-xs) var(--spacing-md); background-color: var(--color-accent); color: var(--color-white); font-size: 0.8rem; font-weight: 500; border-radius: 20px; } /* Sidebar sections */ .shipping-section .section-header { background-color: #7986cb; } .payment-section .section-header { background-color: #66bb6a; } .return-section .section-header { background-color: #ff8a65; } .contact-section .section-header { background-color: #5c6bc0; } /* Shipping */ .shipping-list { list-style: none; } .shipping-list li { margin-bottom: var(--spacing-md); padding-bottom: var(--spacing-md); border-bottom: 1px dotted var(--color-secondary); padding-left: 25px; position: relative; } .shipping-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .shipping-list li::before { content: "→"; position: absolute; left: 0; top: 0; color: #7986cb; } .shipping-tag { display: inline-block; margin-top: var(--spacing-md); padding: var(--spacing-xs) var(--spacing-md); background-color: #e8eaf6; color: #3f51b5; border-radius: var(--radius-sm); font-size: 0.9rem; } .shipping-tag i { margin-right: var(--spacing-xs); } /* Payment */ .payment-methods { display: flex; flex-wrap: wrap; gap: var(--spacing-sm); margin-top: var(--spacing-md); } .payment-icon { width: 45px; height: 35px; background-color: var(--color-light); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #616161; } .payment-notice { margin-top: var(--spacing-md); font-size: 0.9rem; color: #757575; padding-left: 25px; position: relative; } .payment-notice i { position: absolute; left: 0; top: 3px; color: #66bb6a; } /* Returns */ .return-steps { list-style: none; counter-reset: steps; } .return-steps li { position: relative; padding-left: 40px; margin-bottom: var(--spacing-md); counter-increment: steps; } .return-steps li:last-child { margin-bottom: 0; } .return-steps li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 28px; height: 28px; background-color: #ff8a65; color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; } /* Contact */ .contact-text { line-height: 1.7; } .star-rating { margin: var(--spacing-md) 0; color: #ffc107; } Welcome to shopping excellence Browse with confidence, leave with satisfaction 192 PCS Gingham Party Supplies Serve 24 Guests Gingham Plates and Napkins and Cups for Birthday Decorations Baby Shower Checkered Party Supplies Dinnerware Sets for Girl Boy (Blue2) Image Gallery Product Description [Party for 24 Guests] This gingham set includes 24 sets of 9 inch paper plates, 7 inch disposable plates, 9oz cups, 6.5" napkins, 7.7" straws 7.4" spoons, 7.8" knives and 6.9" forks [Plaid Party Decor] This gingham decorations is in a lace shape, while utensils set is in the same pink color, which is more harmonious [Premium & Durability] Our disposable tableware is made from food grade heavy duty 300g paper, ensuring durability and reliability [Convenient & Time-Saving] With our disposable cutlery set, you can save precious time on cleanup. After the party, simply dispose of the tableware without the need for washing [Versatile for Various Occasions]This party plates are suitable for all occasions, like happy birthday baby shower wedding bridal shower farmers market garden party picnic tea party baptism picnic Product Feature [Party for 24 Guests] This gingham set includes 24 sets of 9 inch paper plates, 7 inch disposable plates, 9oz cups, 6.5" napkins, 7.7" straws 7.4" spoons, 7.8" knives and 6.9" forks [Plaid Party Decor] This gingham decorations is in a lace shape, while utensils set is in the same pink color, which is more harmonious [Premium & Durability] Our disposable tableware is made from food grade heavy duty 300g paper, ensuring durability and reliability [Convenient & Time-Saving] With our disposable cutlery set, you can save precious time on cleanup. After the party, simply dispose of the tableware without the need for washing [Versatile for Various Occasions] This party plates are suitable for all occasions, like happy birthday baby shower wedding bridal shower farmers market garden party picnic tea party baptism picnic Exceptional Standards We meticulously select each item for its quality, craftsmanship, and enduring value. Verified Excellence Delivery Details Items will be shipped to your registered eBay address. Please verify your address before purchase. Standard delivery takes approximately 3-7 business days. Professional shipping via established carriers. Available to the 48 contiguous United States only. We cannot ship to Alaska, Hawaii, or U.S. territories. APO/FPO addresses and P.O. Boxes are not supported. Complimentary tracking included Transaction Methods We accept these secure payment options: All transactions are processed securely through eBay's payment system. Returns & Exchanges 30-Day Satisfaction Assurance Please contact us within 30 days of receiving your purchase. We will promptly provide return address information. Return the item in its original condition and packaging. After inspection, refunds are processed within 48 hours. Client Assistance Have questions? Reach out through eBay's messaging platform. Our dedicated team aims to respond within 24 hours. Condition: New. Category: Home & Garden › Greeting Cards & Party Supply › Party Supplies › Party Tableware & Serveware.

Included Components
Plate, Spoons, Forks, Knives,, Paper Cups, Straws
Model Name
Dinnerware-Checkered-247
Item Package Quantity
24
Size
Large
Part Number
Dinnerware-Checkered-247
Occasion
Birthday
Color
Blue
Pattern
Checkered
Occasion Type
All Occasions
Theme
Picnic
Model Number
Dinnerware-Checkered-247
Number Of Packs
24
Target Audience Keyword
Unisex Adult
Material
Paper, Plastic
Unit Count
192.0
Package Dimensions LxWxH
11.26x9.53x3.54 Inches
Weight
2.07 Pounds

Product details in pictures

Additional views from the marketplace listing for 192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue.

192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 1192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 2192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 3192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 4192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 5192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 6192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue detailed image 7

Similar visual styles

Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.

192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 1
Style 1
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 2
Style 2
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 3
Style 3
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 4
Style 4
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 5
Style 5
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 6
Style 6
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 7
Style 7
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 8
Style 8
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 9
Style 9
192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue similar visual style 10
Style 10

Related products

Related marketplace listings for 192 PCS Gingham Party Supplies Serve 24 Guests Plates Napkins Cups Blue.