
Reusable Grade Clay Bar for Model 3 / Y / X / S
IVA y comisiones incluidos
/* Define Colors for Professional Black Theme */ :root { --primary-color: #000000; --dark-text: #1d1d1f; --secondary-text: #424245; --light-border: #e5e5e7; --hover-border: #000000; --hover-text: #000000; --light-bg: #f5f5f7; --white-bg: #ffffff; --accent-color: #000000; /* Adjusted to Black for Professional Cleaning Product */ } * { box-sizing: border-box; } body { margin: 0; padding: 0; background-color: #fff; } .product-description-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; color: var(--dark-text); line-height: 1.6; } .product-description-container h2 { color: var(--dark-text); font-size: 36px; margin-bottom: 10px; text-align: center; font-weight: 700; } .h2-divider { width: 60px; height: 4px; background-color: var(--primary-color); margin: 0 auto 20px; border-radius: 2px; } .product-tags { text-align: center; margin-bottom: 40px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; } .product-tags .tag { display: inline-block; padding: 6px 16px; background-color: var(--white-bg); border: 1px solid var(--light-border); border-radius: 2



