Solar Engine Car Diffuser
/* 1) Design System (CSS Variables) */ .product-detail-container { --primary: #D35400; /* Engine Copper/Amber */ --primary-hover: #E67E22; --text-main: #1C2833; --text-sub: #566573 ; --bg-body: #FFFFFF; --bg-card: #F8F9FA; --bg-dark: #1A1A1A; --text-light: #FFFFFF; --radius-md: 8px; --radius-lg: 12px; --shadow-sm: 0 4px 12px rgba(0,0,0,0.05); --shadow-lg: 0 12px 24px rgba(0,0,0,0.08); --border-color: #EAECEE; /* 0) Typography & Spacing System */ max-width: 1200px; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) 5%; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--text-main); background-color: var(--bg-body); overflow-wrap: break-word; word-break: break-word; line-height: 1.7; } .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after { box-sizing: inherit; } /* Typography Scale */ .product-detail-container h1 { font-size: clamp(34px, 5vw, 44px); line-height: 1.2; margin: 0 0 1rem 0; font-weight: 800; color: var(--text-main); letter-spacing: -0.02em; } .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); line-height: 1.3; margin: 0 0 1rem 0; font-weight: 700; } .product-detail-container h3 { font-size: clamp(22px, 3vw, 26px); line-height: 1.4; margin: 0 0 0.75rem 0; font-weight: 600; color: var(--primary); } .product-detail-container p { font-size: clamp(18px, 2vw, 20px); margin: 0 0 1.5rem 0; color: var(--text-sub); } /* Media Protocol - Image Handling */ .pd-image-wrapper { width: 100%; background: var(--bg-card); border-radius: var(--radius-lg); overflow: hidden; position: relative; } /* Option A: Natural Flow (Default) */ .pd-img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); } /* Placeholder Styling */ .pd-placeholder { width: 100%; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; background: #F4F6F7; border: 2px dashed #BFC9CA; color: #7F8C8D; font-size: 1.2rem; font-weight: bold; border-radius: var(--radius-lg); text-align: center; padding: 1rem; } /* Badges (Non-clickable UI) */ .pd-badge-container { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; } .pd-badge { background: var(--bg-card); color: var(--text-main); padding: 0.6rem 1.2rem; border-radius: 50px; font-size: 16px; font-weight: 600; border: 1px solid var(--border-color); display: inline-flex; align-items: center; gap: 0.5rem; } .pd-badge-dark { background: var(--bg-dark); color: var(--text-light); border-color: var(--bg-dark); } /* --- Modules --- */ /* Hero Section */ .pd-hero { text-align: center; margin-bottom: clamp(4rem, 8vw, 6rem); } .pd-hero-social-proof { font-size: 18px; color: var(--primary); font-weight: 700; margin-bottom: 1rem; display: block; text-transform: uppercase; letter-spacing: 0.05em; } /* Z-Pattern Features (Mobile Ordering Lock) */ .pd-features { display: flex; flex-direction: column; gap: clamp(4rem, 10vw, 8rem); margin-bottom: clamp(4rem, 10vw, 8rem); } .pd-feature-item { display: flex; flex-direction: column; /* Force Mobile Order: Image (Top) -> Text (Bottom) */ gap: clamp(2rem, 5vw, 4rem); } .pd-feature-media, .pd-feature-copy { flex: 1; display: flex; flex-direction: column; justify-content: center; } /* Specs Table (Mobile Card Lock) */ .pd-specs-section { background: var(--bg-card); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); margin-bottom: clamp(4rem, 10vw, 8rem); } .pd-table { width: 100%; border-collapse: collapse; margin-top: 2rem; } .pd-table th, .pd-table td { padding: 1.2rem; text-align: left; font-size: 18px; border-bottom: 1px solid var(--border-color); } .pd-table th { font-weight: 700; color: var(--text-main); background: rgba(0,0,0,0.03); } /* FAQ Section */ .pd-faq-section { margin-bottom: clamp(4rem, 10vw, 8rem); } .pd-faq-item { border-bottom: 1px solid var(--border-color); padding: 2rem 0; } .pd-faq-item:last-child { border-bottom: none; } .pd-faq-q { font-size: 22px; font-weight: 700; margin-bottom: 1rem; color: var(--text-main); } .pd-faq-a { font-size: 18px; color: var(--text-sub); margin: 0; } /* --- Desktop Enhancements (Z-Pattern & Table) --- */ @media (min-width: 768px) { .pd-hero { max-width: 80%; margin-left: auto; margin-right: auto; } .pd-feature-item { flex-direction: row; /* Z-Pattern Enabled */ align-items: center; } .pd-feature-item.reverse { flex-direction: row-reverse; } /* Ensure text doesn't touch the image */ .pd-feature-copy { padding: 0 2rem; } } /* --- Mobile Enhancements (Table Card View) --- */ @media (max-width: 767px) { /* Force Card-based Table */ .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td { display: block; width: 100%; } .pd-table thead { display: none; /* Hide headers */ } .pd-table tr { background: #FFF; border: 1px solid var(--border-color); border-radius: var(--radius-md); margin-bottom: 1.5rem; padding: 0.5rem; box-shadow: var(--shadow-sm); } .pd-table td { border-bottom: 1px solid var(--bg-card); display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem; } .pd-table td:last-child { border-bottom: none; } .pd-table td::before { content: attr(data-label); font-weight: 700; color: var(--text-main); flex-shrink: 0; width: 40%; } } ★ ★ ★ ★ ★ Trusted by 10,000+ Drivers Harness the Power of the Sun. Drive with Vintage Elegance. A distinctive car air freshener engineered to resemble a classic engine. Powered entirely by solar energy, it purifies your vehicle's air with natural plant extracts while elevating your interior aesthetic. Zero Batteries Needed Plant-Based Aroma Aviation-Grade ABS Continuous Solar-Powered Rotation Never Replace a Battery Again Harness the power of the sun with our advanced aviation-grade solar panels. The internal turbine activates automatically in daylight, rotating smoothly to diffuse fragrance throughout your cabin without ever needing to be plugged in or recharged. Unique Engine-Inspired Aesthetics Industrial Sophistication for Your Dashboard Elevate your car's interior with exquisite craftsmanship. Styled to resemble a classic V-type vintage engine, this distinctive diffuser serves as a brilliant conversation piece. Its structural elegance perfectly complements modern and classic vehicle interiors alike. Efficient Air Purification Breathe Nature on Every Journey Experience cleaner, fresher air during your daily commute. Acting as an active air purifier, it rapidly removes unwanted odors, smoke, and pet smells. We use solid plant-extract scented tablets that are 100% safe, alcohol-free, and perfect for pregnant women and babies. Versatile Placement Options Beyond the Driver's Seat Thanks to its compact architecture and non-slip silicone base, this elegant engine isn't restricted to your dashboard. It brings a touch of vintage charm and fresh air to office desks, bathroom countertops, and small living spaces. Technical Specifications Engineered with precision materials to withstand extreme dashboard conditions. Specification Details Materials High-heat resistant ABS & Premium Silicone base Power Source Monocrystalline Solar Panel (0 batteries required) Fragrance Source Solid Plant Extract Essential Oil Tablets Dimensions 5.5 cm x 6.5 cm (2.2 in x 2.6 in) Net Weight 76 g (2.68 oz) Operating Temp -20°C to 75°C (-4°F to 167°F) Frequently Asked Questions Does it work at night or on cloudy days? The turbine rotation is activated by direct sunlight. However, even without sunlight, the natural plant-extract tablets continue to passively diffuse fragrance, ensuring your car always smells fresh. Will it melt or get damaged in the summer heat? Absolutely not. It is crafted from high-quality aviation-grade ABS and silicone, rigorously tested to withstand dashboard temperatures up to 75°C (167°F) without warping or leaking. Is the fragrance safe for children and pets? Yes. We use solid fragrance rings derived purely from natural plant extracts. They are completely alcohol-free, non-toxic, and perfectly safe for pregnant women, infants, and pets.