Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip main product image
Product video preview

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

Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip

USD 44.13

Condition: New with tags

View on eBay

Description

View Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip with current marketplace pricing, condition, product images and item details. Easy to Clean: The farmhouse black and red kitchen rugs can be wiped off with a damp towel or rag. Don't worry about shrinkage or deformation.bout shrinkage or deformation. Quality Material: This kitchen mat is made of quality crystal velvet material. 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 Framhouse Kitchen Rugs and Mats Set of 2, Black and Red Buffalo Plaid Non-Slip Floor Mat for Home Kitchen Christmas Decor - 17x29 and 17x47 Inch Image Gallery Product Description Perfect Size: The size of this black and red kitchen mat set is 17" x 29" and 17" x 47". Adopting HD printing technology, make home and kitchen more eye-catching and comfortable. Quality Material: This kitchen mat is made of quality crystal velvet material. Microfiber material soft to touch, shag pile ease for feet to work on it, non-skid latex rubber backing ensures a safety use, fade and wear resistant. Easy to Clean: The farmhouse black and red kitchen rugs can be wiped off with a damp towel or rag. Should it be seriously dirty, it is recommended to wash it in cold water by hand. Don't worry about shrinkage or deformation.bout shrinkage or deformation. Home Decor: These durable, unique, seasonal kitchen mats make your kitchen more stylish and comfortable. Add a pop of color in the entryway and protect your floors. Perfect for any kitchen, deck, patio, porch, veranda and entryway. It is also a good gift for friends and neighbors.ect for any kitchen, deck, patio, porch, veranda and entryway. It is also a good gift for friends and neighbors. 100% Satisfaction: Every kitchen mats is backed by premium quality. Any questions, please don't hesitate to , we reply within 24 hours. Supply the best service for you! Product Feature Framhouse Kitchen Rugs and Mats Set of 2 Farmhouse Non-Slip Floor Mat for Home Kitchen Decor 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 with tags. Category: Home & Garden › Rugs & Carpets › Door Mats & Floor Mats.

Item Shape
Rectangular
Construction Type
Machine Made
Room Type
Kitchen
Texture
Soft
Number Of Boxes
1
Size
17"L X 29"W And 17"L X 47"W
Pile Height
High Pile
Number Of Pieces
2
Rug Form Type
Area Rug
Part Number
Kitchen-#X1D1A8Aw5Fuvz11V2Cde
Weave Type
Tufted
Style
Farmhouse
Indoor Outdoor Usage
Indoor
Care Instructions
Wipe With Damp Cloth, Hand Wash
Theme
Plaid
Recommended Uses For Product
Kitchen, Entryway, Outdoor
Back Material
Rubber
Material
Crystal Velvet
Model Number
Kitchen-#X1D1A8Aw5Fuvz11V2Cde
Pattern
Plaid
Color
Black And Red Kitchen Mat
Material Feature
Soft And Comfortable Surface With Durable, Non-Slip Backing
EAN
9554991632456
ISBN
9554991632456
Package Dimensions LxWxH
17.44x4.61x4.45 Inches
Weight
2.01 Pounds

Product details in pictures

Additional views from the marketplace listing for Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip.

Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 1Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 2Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 3Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 4Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 5Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip detailed image 6Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip 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.

Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 1
Style 1
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 2
Style 2
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 3
Style 3
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 4
Style 4
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 5
Style 5
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 6
Style 6
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 7
Style 7
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 8
Style 8
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 9
Style 9
Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip similar visual style 10
Style 10

Related products

Related marketplace listings for Farmhouse Kitchen Rugs Mats Set 2 Black Red Buffalo Plaid NonSlip.