7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast main product image
Product video preview

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

7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast

USD 26.87

Condition: New

View on eBay

Description

View 7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast with current marketplace pricing, condition, product images and item details. 7075 Aluminum CNC Machined Top Plate Front/Rear for Arrma 1/8 Kraton 6S/Senton/Outcast 6S(Black). Durable protection for your Arrma 1/8 scale RC car. Compatible with Kraton 6S, Senton, and Outcast 6S. 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 7075 Aluminum CNC Machined Top Plate Front/Rear for Arrma 1/8 Kraton 6S/Senton/Outcast 6S(Black) Image Gallery Product Description Made from ultra-strong 7075-T6 aircraft aluminum CNC machined for a perfect, direct-fit installation Massively improves chassis rigidity and handling Durable protection for your Arrma 1/8 scale RC car Compatible with Kraton 6S, Senton, and Outcast 6S Product Feature 7075 Aluminum CNC Machined Top Plate Front/Rear for Arrma 1/8 Kraton 6S/Senton/Outcast 6S(Black) 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: Toys & Hobbies › Radio Control & Control Line › RC Model Vehicle Parts & Accs › Body Parts & Interior › Cars, Trucks & Motorcycles.

Color
Black
Number Of Boxes
1
Model Name
Kraton 6S Top Plate
Manufacturer Minimum Age
180.0
Target Audience Keyword
Unisex-Children
Part Number
Tkraton-48
Package Dimensions LxWxH
5.11x3.54x0.2 Inches
Weight
0.04 Pounds

Product details in pictures

Additional views from the marketplace listing for 7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast.

7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast detailed image 17075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast detailed image 2

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.

7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 1
Style 1
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 2
Style 2
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 3
Style 3
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 4
Style 4
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 5
Style 5
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 6
Style 6
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 7
Style 7
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 8
Style 8
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 9
Style 9
7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast similar visual style 10
Style 10

Related products

Related marketplace listings for 7075 Aluminum CNC Machined Top Plate Front Rear for Arrma Kraton Outcast.