Diffuseur TOM'S pour Toyota GR86
.streetec-main-wrapper { position: relative; background: #fff; max-width: 1200px; margin: 0 auto; line-height: 1.6; color: #333 !important; overflow: hidden; box-shadow: 0 0 30px r gba(0,0,0,0.15); border-radius: 12px; } .streetec-bg-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; } .streetec-bubble { position: absolute; bottom: -150px; background: radial-gradient(circle, rgba(156, 0, 255, 0.4) 0%, rgba(156, 0, 255, 0.1) 70%, transparent 100%); border-radius: 50%; animation: streetec-rise linear infinite; filter: blur(2px); } .streetec-bubble.yellow { background: radial-gradient(circle, rgba(254, 216, 3, 0.5) 0%, rgba(254, 216, 3, 0.15) 70%, transparent 100%); } .streetec-bubble.magenta { background: radial-gradient(circle, rgba(224, 12, 255, 0.4) 0%, rgba(224, 12, 255, 0.1) 70%, transparent 100%); } @keyframes streetec-rise { 0% { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; } 20% { opacity: 0.7; } 80% { opacity: 0.4; } 100% { bottom: 110%; transform: translateX(80px) scale(1.6); opacity: 0; } } .streetec-header { background: linear-gradient(135deg, #000 0%, #1a1a1a 30%, #9c00ff 100%); color: white !important; padding: 70px 20px; text-align: center; position: relative; z-index: 1; border-bottom: 5px solid #9c00ff; } .streetec-header h1 { font-size: clamp(2.2em, 6vw, 4em); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 4px; color: #FFFFFF !important; text-shadow: 2px 2px 10px rgba(0,0,0,0.8), 0 0 20px rgba(156, 0, 255, 0.6); } .streetec-header .subtitle { font-size: 1.4em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 8px rgba(0,0,0,0.5); } .streetec-hero-banner { background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%); color: white !important; padding: 30px 20px; text-align: center; font-size: 1.2em; font-weight: 600; position: relative; z-index: 1; box-shadow: 0 4px 15px rgba(156, 0, 255, 0.3); } .streetec-highlight-box { background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%); color: #9c00ff !important; padding: 20px; text-align: center; font-weight: bold; border: 3px solid #fed803; margin: 20px; border-radius: 12px; z-index: 1; position: relative; box-shadow: 0 4px 15px rgba(254, 216, 3, 0.3); } .streetec-highlight-box .emoji { font-size: 1.5em; margin-right: 10px; } .streetec-section { padding: 50px 30px; position: relative; z-index: 1; } .streetec-section-title { font-size: 2em; font-weight: 900; color: #1a1a1a !important; margin-bottom: 30px; border-bottom: 4px solid #9c00ff; display: inline-block; text-transform: uppercase; padding-bottom: 10px; } .streetec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .streetec-card { background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%); padding: 25px; border-radius: 12px; border-left: 6px solid #9c00ff; box-shadow: 0 4px 20px rgba(156, 0, 255, 0.15); transition: all 0.3s ease; position: relative; overflow: hidden; } .streetec-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(156, 0, 255, 0.25); border-left-color: #e00cff; } .streetec-card h3 { color: #9c00ff !important; margin-bottom: 15px; font-size: 1.3em; font-weight: 700; } .streetec-card p { color: #555 !important; line-height: 1.7; } .streetec-specs-container { border: 3px solid #9c00ff; border-radius: 15px; padding: 30px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 249, 249, 0.95) 100%); box-shadow: 0 5px 25px rgba(156, 0, 255, 0.1); } .streetec-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .streetec-spec-card { background: #fff; padding: 20px; border-radius: 8px; border-left: 6px solid #9c00ff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; } .streetec-spec-card:hover { transform: scale(1.03); border-left-color: #e00cff; } .streetec-spec-card strong { display: block; color: #9c00ff !important; text-transform: uppercase; font-size: 0.9em; margin-bottom: 8px; font-weight: 800; } .streetec-spec-card p { margin: 5px 0; font-weight: 500; color: #444 !important; } .streetec-homologation-box { background: linear-gradient(135deg, #9c00ff 0%, #e00cff 100%); color: white !important; padding: 40px; border-radius: 15px; text-align: center; margin: 30px 0; box-shadow: 0 8px 30px rgba(156, 0, 255, 0.4); } .streetec-homologation-box h3 { font-size: 2.5em; margin-bottom: 15px; color: #fed803 !important; text-shadow: 2px 2px 8px rgba(0,0,0,0.3); } .streetec-homologation-box p { font-size: 1.2em; line-height: 1.8; } .streetec-faq-item { margin-bottom: 15px; border-radius: 10px; overflow: hidden; border: 2px solid #9c00ff; background: white; transition: all 0.3s ease; } .streetec-faq-item:hover { box-shadow: 0 5px 20px rgba(156, 0, 255, 0.2); } .streetec-faq-q { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); color: white !important; padding: 18px; font-weight: bold; border-left: 5px solid #9c00ff; } .streetec-faq-a { padding: 20px; border-top: 3px solid #fed803; line-height: 1.8; background: #fafafa; } .streetec-footer { background: linear-gradient(135deg, #1a1a1a 0%, #9c00ff 100%); color: white !important; text-align: center; padding: 40px; border-top: 3px solid #fed803; } .streetec-footer p { font-size: 1.1em; margin: 10px 0; } .streetec-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.3em; text-transform: uppercase; letter-spacing: 2px; } @media (max-width: 768px) { .streetec-section { padding: 30px 15px; } .streetec-header h1 { font-size: 2.2em; } .streetec-specs-grid { grid-template-columns: 1fr; } .streetec-grid { grid-template-columns: 1fr; } } .highlight-violet { color: #9c00ff !important; font-weight: 700; } .highlight-yellow { color: #fed803 !important; font-weight: 700; } .highlight-magenta { color: #e00cff !important; font-weight: 700; } Diffuseur TOM'S pour Toyota GR86 🏁 TOM'S · Style JDM Donnez à votre Toyota GR86 le look drift/JDM authentique — pièce de carrosserie TOM'S. Diffuseur TOM'S pour Toyota GR86 — style JDM, matériau ABS / polyuréthane haute qualité, à peindre 🏁 STYLE JDM AUTHENTIQUE — Diffuseur TOM'S, l'esthétique drift japonaise de référence Pourquoi cette pièce ? 🏁 Look JDM/Drift Signature TOM'S, incontournable de la scène drift et JDM. Transforme radicalement l'allure de votre Toyota GR86. 🧱 Matériau Abs Fabriquée en ABS / polyuréthane haute qualité, robuste et fidèle aux cotes d'origine de la pièce. 🎨 À Peindre Livrée brute (gelcoat/apprêt) — à faire peindre dans la teinte de votre véhicule par un carrossier. 🔧 Pose Pro Conseillée Pièce de carrosserie tuning : ajustage et pose par un professionnel recommandés pour un rendu optimal. Caractéristiques 🏷️ TYPEDiffuseur 🏭 MARQUETOM'S 🚗 VÉHICULEToyota GR86 🧱 MATÉRIAUABS / polyuréthane haute qualité À peindre 🔖 RÉFÉRENCEOL-427859 Questions Fréquentes La pièce est-elle peinte ? Non, livrée brute / apprêtée, à peindre dans la teinte de votre Toyota GR86. Quel matériau ? Abs / polyuréthane haute qualité — solide et fidèle au design d'origine TOM'S. Montage facile ? Pièce de carrosserie tuning : un ajustage et une pose par un professionnel sont recommandés. TOM'S · STYLE JDM 🏁 Diffuseur pour Toyota GR86 Réf. OL-427859
More you might like
Related
Diffuseur TOM'S pour Toyota Yaris GR
Related
Lames de Diffuseur TOM'S pour Toyota GR86
Related