{"product_id":"model-y-hepa-cabin-air-filter-with-built-in-aromatherapy-pods","title":"HEPA Cabin Air Filter with Built-in Aromatherapy Pods for Model Y (20-26)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Sans:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\n.tpd-container {\n    --purple: #6c4fc2;\n    --purple-light: #f0ecfb;\n    --purple-mid: #d4c8f5;\n    --text-dark: #000000;\n    --text-main: #111111;\n    --text-muted: #555555;\n    --bg: #ffffff;\n    --border: #eeeeee;\n    --radius: 20px;\n    --section-gap: 72px;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    font-family: 'Instrument Sans', -apple-system, sans-serif;\n    color: var(--text-main);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n}\n\n\/* ── Hero ── *\/\n.tpd-hero {\n    width: 100%;\n    margin-bottom: 52px;\n    border-radius: var(--radius);\n    overflow: hidden;\n    background: linear-gradient(135deg, #2a1a5e 0%, #4a2fa0 40%, #7c5cc8 70%, #c4b0f0 100%);\n    min-height: 480px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n}\n.tpd-hero-inner {\n    text-align: center;\n    padding: 64px 40px;\n    position: relative;\n    z-index: 2;\n}\n.tpd-hero-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: #c4b0f0;\n    margin-bottom: 20px;\n}\n.tpd-hero h1 {\n    font-size: 52px;\n    font-weight: 800;\n    line-height: 1.1;\n    color: #fff;\n    letter-spacing: -1px;\n    margin-bottom: 16px;\n}\n.tpd-hero h1 em {\n    font-style: normal;\n    color: #d4c8f5;\n}\n.tpd-hero-sub {\n    font-size: 18px;\n    color: rgba(255,255,255,0.72);\n    font-weight: 500;\n    margin-bottom: 32px;\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.55;\n}\n.tpd-hero-pills {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n.tpd-hero-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 16px;\n    border-radius: 100px;\n    border: 1.5px solid rgba(255,255,255,0.25);\n    color: #fff;\n    background: rgba(255,255,255,0.12);\n    backdrop-filter: blur(4px);\n}\n\n\/* floating particles for hero atmosphere *\/\n.tpd-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n        radial-gradient(circle at 20% 30%, rgba(180,150,255,0.18) 0%, transparent 50%),\n        radial-gradient(circle at 80% 70%, rgba(100,60,200,0.2) 0%, transparent 50%);\n    z-index: 1;\n}\n\n.tpd-inner { padding: 0 24px; }\n\n\/* ── Section labels ── *\/\n.tpd-sec-label {\n    text-align: center;\n    font-size: 11px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: var(--purple);\n    margin-bottom: 12px;\n}\n.tpd-sec-heading {\n    text-align: center;\n    font-size: 32px;\n    font-weight: 800;\n    letter-spacing: -0.4px;\n    color: var(--text-dark);\n    margin-bottom: 40px;\n    line-height: 1.2;\n}\n\n\/* ── Feature grid: 3 cols ── *\/\n.tpd-feat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: var(--section-gap);\n}\n.tpd-feat-card {\n    background: #fff;\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 28px 24px;\n    position: relative;\n    transition: border-color 0.2s, box-shadow 0.2s;\n}\n.tpd-feat-card:hover {\n    border-color: var(--purple-mid);\n    box-shadow: 0 6px 24px rgba(108,79,194,0.09);\n}\n.tpd-feat-card::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 24px; right: 24px;\n    height: 2px;\n    border-radius: 0 0 2px 2px;\n    background: var(--purple);\n    opacity: 0;\n    transition: opacity 0.2s;\n}\n.tpd-feat-card:hover::after { opacity: 1; }\n.tpd-feat-icon {\n    width: 48px; height: 48px;\n    background: var(--purple-light);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n}\n.tpd-feat-icon svg {\n    width: 22px; height: 22px;\n    stroke: var(--purple);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n.tpd-feat-en {\n    font-size: 10px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: block;\n}\n.tpd-feat-card h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n    line-height: 1.3;\n}\n.tpd-feat-card p {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.65;\n}\n\n\/* ── Scent cards ── *\/\n.tpd-scents-section { margin-bottom: var(--section-gap); }\n.tpd-scents-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n}\n.tpd-scent-card {\n    border-radius: var(--radius);\n    padding: 32px 28px;\n    position: relative;\n    overflow: hidden;\n}\n.tpd-scent-card.ocean {\n    background: linear-gradient(135deg, #e8f4fd 0%, #c8e8f8 100%);\n    border: 1.5px solid #b3d9f5;\n}\n.tpd-scent-card.tea {\n    background: linear-gradient(135deg, #f0f7ec 0%, #d8eecf 100%);\n    border: 1.5px solid #beddaf;\n}\n.tpd-scent-card.wood {\n    background: linear-gradient(135deg, #fdf4ec 0%, #f5e2cc 100%);\n    border: 1.5px solid #e8ccaa;\n}\n.tpd-scent-emoji {\n    font-size: 32px;\n    margin-bottom: 14px;\n    display: block;\n}\n.tpd-scent-name {\n    font-size: 20px;\n    font-weight: 800;\n    color: var(--text-dark);\n    margin-bottom: 4px;\n}\n.tpd-scent-sub {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--text-muted);\n    margin-bottom: 10px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n}\n.tpd-scent-desc {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.6;\n}\n\n\/* ── Bundle section ── *\/\n.tpd-bundle-section { margin-bottom: var(--section-gap); }\n.tpd-bundle-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n}\n.tpd-bundle-card {\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 32px 28px;\n    position: relative;\n    background: #fff;\n}\n.tpd-bundle-card.featured {\n    border: 2px solid var(--purple);\n}\n.tpd-bundle-badge {\n    position: absolute;\n    top: -1px; right: 24px;\n    background: var(--purple);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 4px 14px;\n    border-radius: 0 0 8px 8px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n}\n.tpd-bundle-name {\n    font-size: 24px;\n    font-weight: 800;\n    color: var(--text-dark);\n    margin-bottom: 6px;\n}\n.tpd-bundle-tagline {\n    font-size: 14px;\n    color: var(--text-muted);\n    margin-bottom: 20px;\n    line-height: 1.5;\n}\n.tpd-bundle-items {\n    list-style: none;\n    margin-bottom: 20px;\n}\n.tpd-bundle-items li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: var(--text-main);\n    padding: 8px 0;\n    border-bottom: 1px solid var(--border);\n    line-height: 1.5;\n}\n.tpd-bundle-items li:last-child { border-bottom: none; }\n.tpd-bundle-items li::before {\n    content: '';\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--purple);\n    flex-shrink: 0;\n    margin-top: 6px;\n}\n.tpd-bundle-duration {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--purple);\n    background: var(--purple-light);\n    padding: 6px 14px;\n    border-radius: 100px;\n    border: 1.5px solid var(--purple-mid);\n}\n\n\/* ── How it works strip ── *\/\n.tpd-steps-section { margin-bottom: var(--section-gap); }\n.tpd-steps-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n}\n.tpd-step-card {\n    background: #f8f7fd;\n    border: 1.5px solid #e2dbf7;\n    border-radius: 16px;\n    padding: 24px 20px;\n    text-align: center;\n}\n.tpd-step-num {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--purple-mid);\n    line-height: 1;\n    margin-bottom: 12px;\n}\n.tpd-step-card strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 4px;\n}\n.tpd-step-card span {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.5;\n}\n\n\/* ── Specs ── *\/\n.tpd-specs-section {\n    background: #0f0a24;\n    border-radius: var(--radius);\n    padding: 56px 48px;\n    margin-bottom: var(--section-gap);\n}\n.tpd-specs-section .tpd-sec-label { color: #b09de8; }\n.tpd-specs-section .tpd-sec-heading { color: #fff; margin-bottom: 40px; }\n.tpd-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 0 60px;\n}\n.tpd-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    padding: 16px 0;\n    border-bottom: 1px solid #1e1a35;\n    gap: 16px;\n}\n.tpd-spec-row:last-child { border-bottom: none; }\n.tpd-spec-label { font-size: 15px; color: #7a6fa8; font-weight: 500; flex-shrink: 0; }\n.tpd-spec-value { font-size: 15px; color: #fff; font-weight: 600; text-align: right; }\n\n\/* ── FAQ ── *\/\n.tpd-faq-section { margin-bottom: var(--section-gap); }\n.tpd-faq-item {\n    border: 1.5px solid var(--border);\n    border-radius: 12px;\n    margin-bottom: 10px;\n    overflow: hidden;\n    background: #fff;\n}\n.tpd-faq-item summary {\n    list-style: none;\n    padding: 22px 28px;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 17px;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n}\n.tpd-faq-item summary::-webkit-details-marker { display: none; }\n.tpd-faq-plus { color: var(--purple); font-size: 22px; font-weight: 400; flex-shrink: 0; }\n.tpd-faq-body { padding: 0 28px 22px; font-size: 16px; color: var(--text-muted); line-height: 1.7; }\n\n\/* ── Responsive ── *\/\n@media (max-width: 900px) {\n    .tpd-feat-grid { grid-template-columns: repeat(2, 1fr); }\n    .tpd-scents-grid { grid-template-columns: 1fr; }\n    .tpd-bundle-grid { grid-template-columns: 1fr; }\n    .tpd-steps-grid { grid-template-columns: repeat(2, 1fr); }\n    .tpd-specs-grid { grid-template-columns: 1fr; gap: 0; }\n    .tpd-specs-section { padding: 36px 24px; }\n    .tpd-hero h1 { font-size: 36px; }\n    .tpd-sec-heading { font-size: 24px; }\n}\n@media (max-width: 560px) {\n    .tpd-feat-grid { grid-template-columns: 1fr; }\n    .tpd-steps-grid { grid-template-columns: 1fr; }\n    .tpd-inner { padding: 0 16px; }\n    .tpd-hero h1 { font-size: 28px; }\n    .tpd-hero-inner { padding: 48px 24px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"tpd-container\"\u003e\n\u003c!-- Hero --\u003e\n\u003cdiv class=\"tpd-hero\"\u003e\n\u003cdiv class=\"tpd-hero-inner\"\u003e\n\u003cspan class=\"tpd-hero-eyebrow\"\u003eTesla Model Y · 2020 – ON\u003c\/span\u003e\n\u003ch1\u003eFilter the Air.\u003cbr\u003e\u003cem\u003eScent the Ride.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"tpd-hero-sub\"\u003eOne cabin air filter that does two jobs — HEPA-grade filtration and premium fragrance release, in a single drop-in replacement.\u003c\/p\u003e\n\u003cdiv class=\"tpd-hero-pills\"\u003e\n\u003cspan class=\"tpd-hero-pill\"\u003eModel Y 2020–2025.02\u003c\/span\u003e \u003cspan class=\"tpd-hero-pill\"\u003eModel Y Juniper 2025.03+\u003c\/span\u003e \u003cspan class=\"tpd-hero-pill\"\u003e3-Min Tool-Free Install\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-inner\"\u003e\n\u003c!-- Core Features --\u003e\n\u003cp class=\"tpd-sec-label\"\u003eCore Features\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003eEverything your stock cabin filter isn't\u003c\/h2\u003e\n\u003cdiv class=\"tpd-feat-grid\"\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 6h18M6 12h12M9 18h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003eDual-Action Filtration\u003c\/span\u003e\n\u003ch3\u003eOne filter. Two jobs done.\u003c\/h3\u003e\n\u003cp\u003eTraps PM2.5, pollen, dust, and allergens while releasing premium fragrance through your existing vents — zero extra accessories needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003eHEPA-Grade Protection\u003c\/span\u003e\n\u003ch3\u003eStops what you can't see.\u003c\/h3\u003e\n\u003cp\u003eHigh-efficiency filtration layer blocks fine particles, exhaust residue, and airborne allergens before they ever reach the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003eSlow-Release Fragrance\u003c\/span\u003e\n\u003ch3\u003eConsistent scent. Not overpowering.\u003c\/h3\u003e\n\u003cp\u003eEmbedded fragrance granules disperse evenly with every blast of air — steady, never spiking, lasting months per insert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003ePrecision-Molded Fit\u003c\/span\u003e\n\u003ch3\u003eDesigned specifically for Model Y.\u003c\/h3\u003e\n\u003cp\u003eCustom tooled to match Model Y's exact cabin geometry. Drops in with zero modification — fits the curve, seals the gap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003e3-Minute Swap\u003c\/span\u003e\n\u003ch3\u003eNo tools. No tutorials. No workshop.\u003c\/h3\u003e\n\u003cp\u003eSnap out the old filter, snap in the new one. The whole job takes under 3 minutes with bare hands. Alignment is self-guiding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feat-card\"\u003e\n\u003cdiv class=\"tpd-feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"tpd-feat-en\"\u003eReplaceable Inserts\u003c\/span\u003e\n\u003ch3\u003eRefresh the scent. Keep the filter.\u003c\/h3\u003e\n\u003cp\u003eWhen the fragrance fades, swap just the insert — the HEPA filter body stays in place. No waste, no full replacement needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scent Lineup --\u003e\n\u003cdiv class=\"tpd-scents-section\"\u003e\n\u003cp class=\"tpd-sec-label\"\u003eSignature Scents\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003eThree moods. One cabin.\u003c\/h2\u003e\n\u003cdiv class=\"tpd-scents-grid\"\u003e\n\u003cdiv class=\"tpd-scent-card ocean\"\u003e\n\u003cspan class=\"tpd-scent-emoji\"\u003e🌊\u003c\/span\u003e\n\u003cp class=\"tpd-scent-name\"\u003eOcean Breeze\u003c\/p\u003e\n\u003cp class=\"tpd-scent-sub\"\u003eMarine accord\u003c\/p\u003e\n\u003cp class=\"tpd-scent-desc\"\u003eCrisp, open, and cool — like driving with the window down on a coastal road. Effortlessly fresh without being sharp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-scent-card tea\"\u003e\n\u003cspan class=\"tpd-scent-emoji\"\u003e🍃\u003c\/span\u003e\n\u003cp class=\"tpd-scent-name\"\u003eWhite Tea\u003c\/p\u003e\n\u003cp class=\"tpd-scent-sub\"\u003eSoft floral wood\u003c\/p\u003e\n\u003cp class=\"tpd-scent-desc\"\u003eSoft white bud and sandalwood — calm, understated, refined. The scent equivalent of a quiet morning commute.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-scent-card wood\"\u003e\n\u003cspan class=\"tpd-scent-emoji\"\u003e🪵\u003c\/span\u003e\n\u003cp class=\"tpd-scent-name\"\u003eOld Sandalwood\u003c\/p\u003e\n\u003cp class=\"tpd-scent-sub\"\u003eWarm amber wood\u003c\/p\u003e\n\u003cp class=\"tpd-scent-desc\"\u003eWarm cedarwood and amber — the scent of quiet luxury. Rich without being heavy. Built for the long drive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Bundle Options --\u003e\n\u003cdiv class=\"tpd-bundle-section\"\u003e\n\u003cp class=\"tpd-sec-label\"\u003eBundle Options\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003ePick your kit. Scent sorted.\u003c\/h2\u003e\n\u003cdiv class=\"tpd-bundle-grid\"\u003e\n\u003cdiv class=\"tpd-bundle-card\"\u003e\n\u003cp class=\"tpd-bundle-name\"\u003e2 + 2 Kit\u003c\/p\u003e\n\u003cp class=\"tpd-bundle-tagline\"\u003eTwo scented filters, two spare inserts. Perfect for first-timers who want to try before committing.\u003c\/p\u003e\n\u003cul class=\"tpd-bundle-items\"\u003e\n\u003cli\u003e2× HEPA cabin air filter with built-in fragrance insert\u003c\/li\u003e\n\u003cli\u003e2× spare replacement fragrance inserts (~3 months each)\u003c\/li\u003e\n\u003cli\u003eYour choice of scent: Ocean Breeze \/ White Tea \/ Old Sandalwood\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"tpd-bundle-duration\"\u003e⏱ Up to 6 months fragrance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-bundle-card featured\"\u003e\n\u003cdiv class=\"tpd-bundle-badge\"\u003eBest Value\u003c\/div\u003e\n\u003cp class=\"tpd-bundle-name\"\u003e2 + 4 Kit\u003c\/p\u003e\n\u003cp class=\"tpd-bundle-tagline\"\u003eTwo scented filters, four spare inserts. A full year sorted in one order — no mid-year restock.\u003c\/p\u003e\n\u003cul class=\"tpd-bundle-items\"\u003e\n\u003cli\u003e2× HEPA cabin air filter with built-in fragrance insert\u003c\/li\u003e\n\u003cli\u003e4× spare replacement fragrance inserts (~3 months each)\u003c\/li\u003e\n\u003cli\u003eYour choice of scent: Ocean Breeze \/ White Tea \/ Old Sandalwood\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"tpd-bundle-duration\"\u003e⏱ Up to 12 months fragrance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How to replace --\u003e\n\u003cdiv class=\"tpd-steps-section\"\u003e\n\u003cp class=\"tpd-sec-label\"\u003eInstallation\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003eThree minutes. Four steps.\u003c\/h2\u003e\n\u003cdiv class=\"tpd-steps-grid\"\u003e\n\u003cdiv class=\"tpd-step-card\"\u003e\n\u003cdiv class=\"tpd-step-num\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eOpen the glove box\u003c\/strong\u003e \u003cspan\u003ePress inward on both sides to release the stop arms and lower the panel fully.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-step-card\"\u003e\n\u003cdiv class=\"tpd-step-num\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003ePull the old filter\u003c\/strong\u003e \u003cspan\u003eSlide the housing cover off and remove the existing filter cartridge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-step-card\"\u003e\n\u003cdiv class=\"tpd-step-num\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eInsert the new filter\u003c\/strong\u003e \u003cspan\u003eSlide in the 2-in-1 filter with the airflow arrow facing down. It self-aligns.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-step-card\"\u003e\n\u003cdiv class=\"tpd-step-num\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003eClose up\u003c\/strong\u003e \u003cspan\u003eReplace the cover, lift the glove box back into position. Done — enjoy the fresh air.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs --\u003e\n\u003csection class=\"tpd-specs-section\"\u003e\n\u003cp class=\"tpd-sec-label\"\u003eSpecifications\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003eWhat's inside the box\u003c\/h2\u003e\n\u003cdiv class=\"tpd-specs-grid\"\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eFitment\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003eTesla Model Y 2020 – ON\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eFiltration Grade\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003eHEPA-grade (PM2.5, pollen, dust)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eFragrance Lifespan\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003e~3 months per insert\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eScents Available\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003eOcean Breeze \/ White Tea \/ Old Sandalwood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eBundle: 2 + 2 Kit\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003e2 filters + 2 spare inserts (~6 mo.)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eBundle: 2 + 4 Kit\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003e2 filters + 4 spare inserts (~12 mo.)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eInstall Time\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003e~3 minutes, no tools required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-spec-row\"\u003e\n\u003cspan class=\"tpd-spec-label\"\u003eReversible\u003c\/span\u003e \u003cspan class=\"tpd-spec-value\"\u003eYes — no drilling, no modifications\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"tpd-faq-section\"\u003e\n\u003cp class=\"tpd-sec-label\"\u003eFAQ\u003c\/p\u003e\n\u003ch2 class=\"tpd-sec-heading\"\u003eQuestions worth answering\u003c\/h2\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eDoes it fit both the standard Model Y and the Juniper refresh?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eYes. The filter is precision-molded for all Model Y variants from 2020 onward, including the Juniper refresh (2025.03+). The dimensions and housing clip pattern match both generations exactly.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eWill the cabin still smell after the fragrance insert runs out?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eOnce the insert is spent, the filter continues to perform as a standard HEPA-grade cabin filter — no scent, no residue, no off-odors. Simply swap in a new fragrance insert to restore the scent without replacing the full filter body.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eCan I choose a different scent when I replace the insert?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eYes. The replacement inserts are sold individually by scent, so you can switch from Ocean Breeze to White Tea — or any other combination — with each new insert.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eHow do I know when the fragrance insert needs replacing?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eEach insert is rated for approximately 3 months under normal use. The scent gradually fades rather than stopping abruptly — when you notice it's no longer detectable through the vents, it's time to swap. No indicator light required.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eIs the scent too strong? Can it cause headaches?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eThe slow-release granule system is designed to deliver a subtle, ambient level of fragrance — not the intense initial burst you get from a traditional car air freshener. The scent is consistent and low-level, dispersed evenly through the full airflow rather than concentrated at one point.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary\u003eDoes it require any cutting, drilling, or permanent changes?\u003cspan class=\"tpd-faq-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-body\"\u003eNone. It replaces the existing filter cartridge in the standard housing — same slot, same cover, no modifications. Remove it at any time and reinstall the OEM filter. The car returns to stock immediately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"2 Filters + 2 Scent Refills","offer_id":48677790810344,"sku":"TAF003","price":59.99,"currency_code":"USD","in_stock":true},{"title":"2 Filters + 4 Scent Refills","offer_id":48677790843112,"sku":"TAF003-2","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/HEPACabinAirFilterwithBuilt-inAromatherapyPods_1.png?v=1782212396","url":"https:\/\/www.tesery.com\/no-no\/products\/model-y-hepa-cabin-air-filter-with-built-in-aromatherapy-pods","provider":"Tesery Official Store","version":"1.0","type":"link"}