✦ Verified product
Floor Register Trap | Screen for Home Air Vent Filters (2-Pack / 4-Pack)
USD 9.98
Packs
F
floorregistertrap.myshopify.com
Verified independent store
→
Product Details + 1. SIZE The Floor Register Trap is small, lightweight, mold-resistant, and mildew-free. Does not work with flush-mounted registers. 2. QUICK & EASY INSTALLATION R
emove the register, flip it over, insert the trap, and place the register back into the vent opening. 3. APPLICATION Catches debris, toys, pet hair, jewelry, money, keys, and other valuables falling into air vents. 4. FITTING Fits securely under existing floor registers without changing airflow or appearance. 5. 4 PACKS OF 2 Includes 8 premium nylon floor register trap screens with slim packaging. /* MAIN */ .elegant-product-accordion{ margin-top:30px; border-top:1px solid #d9d2cc; } /* ITEM */ .elegant-product-accordion .accordion-item{ border-bottom:1px solid #d9d2cc; } /* HEADER */ .elegant-product-accordion .accordion-header{ width:100%; background:none; border:none; display:flex; align-items:center; justify-content:space-between; padding:22px 0; cursor:pointer; font-size:22px; font-weight:500; color:#6b5f58; letter-spacing:.3px; } /* ICON */ .elegant-product-accordion .accordion-icon{ font-size:28px; font-weight:300; color:#c89b18; transition:.3s ease; } /* CONTENT DEFAULT CLOSED */ .elegant-product-accordion .accordion-content{ display:none; padding-bottom:18px; } /* ACTIVE */ .elegant-product-accordion .accordion-item.active .accordion-content{ display:block; } /* ROW */ .elegant-product-accordion .accordion-row{ padding:18px 0; border-bottom:1px solid #ece6e1; } .elegant-product-accordion .accordion-row:last-child{ border-bottom:none; } /* TITLE */ .elegant-product-accordion .accordion-row h4{ margin:0 0 8px; font-size:14px; font-weight:700; letter-spacing:1.2px; color:#c89b18; } /* TEXT */ .elegant-product-accordion .accordion-row p{ margin:0; font-size:15px; line-height:1.8; color:#756d68; } /* MOBILE */ @media(max-width:749px){ .elegant-product-accordion .accordion-header{ font-size:18px; padding:18px 0; } .elegant-product-accordion .accordion-row{ padding:14px 0; } .elegant-product-accordion .accordion-row h4{ font-size:13px; } .elegant-product-accordion .accordion-row p{ font-size:14px; line-height:1.7; } } document.querySelectorAll(".accordion-header").forEach(button => { button.addEventListener("click", () => { const item = button.parentElement; const icon = item.querySelector(".accordion-icon"); item.classList.toggle("active"); if(item.classList.contains("active")){ icon.innerHTML = "−"; }else{ icon.innerHTML = "+"; } }); });