{"product_id":"madelyn-carter-gothic-floor-vent-covers-cast-aluminum","title":"Madelyn Carter Gothic Floor Vent Covers (Cast Aluminum)","description":"\u003c!-- =========================================================\n  Cast Aluminum Vent — Clean, Scoped PDP Module (with videos)\n  Container scope: Paste this entire block INSIDE:\n  \u003cdiv class=\"collapsible-content__inner rte clearfix\"\u003e\u003cdiv\u003e ...here... \u003c\/div\u003e\u003c\/div\u003e\n  Notes:\n    • No leaky CSS (all selectors scoped to #mc-cast-alu-vent).\n    • Figtree font explicitly set; font sizes explicit per element.\n    • Module labels are BACK-END ONLY via comments + data attributes.\n    • YouTube iframes use aspect-ratio to prevent any cropping.\n========================================================= --\u003e\n\u003csection id=\"mc-cast-alu-vent\" data-component=\"Cast Aluminum Vent PDP\" aria-label=\"Cast Aluminum Vent Content\"\u003e\n\n  \u003cstyle\u003e\n    \/* Mounting Clips — module-scoped back-end controls *\/\n#mc-cast-alu-vent .mc-clips {\n  \/* Back-end adjustable tokens specific to this module *\/\n  --clips-gap: var(--small-gap);\n  --clips-thumb-width: 220px;   \/* ⬅ image\/thumbnail width *\/\n  --clips-radius: var(--radius);\n  --clips-video-aspect: 16 \/ 9; \/* ⬅ video aspect for the small preview *\/\n  --clips-video-max-width: 100%;\/* ⬅ max width for video thumb *\/\n}\n\n\/* Apply module-scoped tokens *\/\n#mc-cast-alu-vent .mc-clips .mc-row { gap: var(--clips-gap); }\n#mc-cast-alu-vent .mc-clips .mc-thumb {\n  width: var(--clips-thumb-width);\n  max-width: 100%;\n  height: auto;\n  border-radius: var(--clips-radius);\n  display: block;\n}\n#mc-cast-alu-vent .mc-clips .mc-thumb-video {\n  width: var(--clips-thumb-width);\n  max-width: var(--clips-video-max-width);\n}\n#mc-cast-alu-vent .mc-clips .mc-thumb-video .mc-video-wrap {\n  aspect-ratio: var(--clips-video-aspect);\n  width: 100%;\n  max-width: 100%;\n  border-radius: var(--clips-radius);\n}\n    \/* ---------- SCOPE GUARD (no leaky CSS) ---------- *\/\n    #mc-cast-alu-vent {\n      \/* Back-end adjustable design tokens (safe to edit) *\/\n      --gap: 20px;\n      --small-gap: 16px;\n      --radius: 12px;\n      --border: 1px solid rgba(0,0,0,.12);\n      --border-dark: 1px solid rgba(255,255,255,.2);\n      --pad: 16px;\n      --module-max: 1200px;\n\n      \/* Media sizing controls *\/\n      --media-max-width: 720px;     \/* ⬅ back-end size control for large media *\/\n      --thumb-width: 200px;         \/* ⬅ back-end size control for small images *\/\n      --video-aspect: 16 \/ 9;       \/* ⬅ change if your video is not 16:9 *\/\n\n      font-family: \"Figtree\", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n      color: inherit;\n      background: transparent; \/* follow theme background *\/\n    }\n\n    \/* Universal text sizing (explicit) *\/\n    #mc-cast-alu-vent h3 {\n      margin: 0 0 .5rem 0;\n      font-weight: 700;\n      line-height: 1.25;\n      font-size: clamp(18px, 16px + 0.6vw, 22px);\n      font-family: \"Figtree\", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    }\n    #mc-cast-alu-vent p {\n      margin: 0 0 .85rem 0;\n      line-height: 1.55;\n      font-size: clamp(16px, 15px + 0.3vw, 18px);\n      font-family: \"Figtree\", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    }\n    #mc-cast-alu-vent li {\n      margin: .35rem 0;\n      line-height: 1.5;\n      font-size: clamp(15px, 14px + 0.3vw, 17px);\n      font-family: \"Figtree\", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    }\n\n    \/* Module frame for readability (theme-friendly) *\/\n    #mc-cast-alu-vent .mc-module {\n      background: inherit;\n      border: var(--border);\n      border-radius: var(--radius);\n      padding: var(--pad);\n      margin: var(--small-gap) 0;\n      max-width: var(--module-max);\n    }\n    @media (prefers-color-scheme: dark) {\n      #mc-cast-alu-vent .mc-module { border: var(--border-dark); }\n    }\n\n    \/* Layout: Video + Features *\/\n    #mc-cast-alu-vent .mc-flex {\n      display: flex;\n      flex-wrap: wrap;\n      gap: var(--gap);\n      align-items: flex-start;\n    }\n    #mc-cast-alu-vent .mc-col {\n      flex: 1 1 0;\n      min-width: 280px;\n    }\n\n    \/* Safe, responsive media *\/\n    #mc-cast-alu-vent figure { margin: 0; }\n    #mc-cast-alu-vent img {\n      display: block;\n      width: 100%;\n      max-width: var(--media-max-width, var(--media-max-width, var(--media-max-width)));\n      height: auto;\n      border-radius: var(--radius);\n    }\n\n    \/* YouTube wrapper prevents cropping by preserving aspect ratio *\/\n    #mc-cast-alu-vent .mc-video-wrap {\n      width: 100%;\n      aspect-ratio: var(--video-aspect);\n      border-radius: var(--radius);\n      overflow: hidden; \/* ensures no bleed outside rounded corners *\/\n      max-width: var(--media-max-width);\n      background: #000; \/* avoids white flashes while loading *\/\n    }\n    #mc-cast-alu-vent .mc-video-wrap iframe {\n      width: 100%;\n      height: 100%;\n      display: block;\n      border: none;\n    }\n\n    \/* Lists *\/\n    #mc-cast-alu-vent .mc-list {\n      list-style: disc;\n      padding-left: 1.25rem;\n      margin: 0;\n    }\n\n    \/* Two-up image grid *\/\n    #mc-cast-alu-vent .mc-grid-2 {\n      display: flex;\n      flex-wrap: wrap;\n      gap: var(--gap);\n    }\n    #mc-cast-alu-vent .mc-grid-2 \u003e div {\n      flex: 1 1 48%;\n      min-width: 260px;\n    }\n\n    \/* Mounting clips row *\/\n    #mc-cast-alu-vent .mc-row {\n      display: flex;\n      gap: var(--small-gap);\n      flex-wrap: wrap;\n      align-items: flex-start;\n      justify-content: flex-start;\n    }\n    #mc-cast-alu-vent .mc-thumb {\n      width: var(--thumb-width);\n      max-width: 100%;\n      border-radius: var(--radius);\n      display: block;\n      height: auto;\n    }\n    #mc-cast-alu-vent .mc-thumb-video {\n      width: var(--thumb-width);\n      max-width: 100%;\n    }\n    #mc-cast-alu-vent .mc-thumb-video .mc-video-wrap {\n      aspect-ratio: var(--video-aspect);\n      width: 100%;\n      max-width: 100%;\n      border-radius: var(--radius);\n    }\n\n    \/* Compact tweaks for very small screens *\/\n    @media (max-width: 480px) {\n      #mc-cast-alu-vent .mc-module { padding: 14px; border-radius: 10px; }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Module: Video + Feature Bullets (back-end label only) --\u003e\n  \u003csection class=\"mc-module\" data-module-label=\"Video + Feature Bullets\" role=\"group\" aria-label=\"Video and Feature Bullets\"\u003e\n    \u003cdiv class=\"mc-flex\"\u003e\n\n      \u003c!-- YouTube Preview --\u003e\n      \u003cdiv class=\"mc-col\"\u003e\n        \u003cdiv class=\"mc-video-wrap\" aria-label=\"Product Overview Video\"\u003e\n          \u003ciframe loading=\"lazy\" title=\"Product Overview Video\" src=\"https:\/\/www.youtube.com\/embed\/ExwZg4KAxyg\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Features List --\u003e\n      \u003cdiv class=\"mc-col\"\u003e\n        \u003cul class=\"mc-list\" role=\"list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTIMELESS DESIGN\u003c\/strong\u003e – The classic flat black finish is textured to give the appearance of cast iron. Bring and elegant touch to your home with a set of these long-lasting, rust-resistant covers. Create a seamless look in your home with a set of vent covers that easily match existing decor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCONTROL AIR FLOW\u003c\/strong\u003e – With adjustable dampers, this floor vent cover is customizable and simple to use. The strong metal dampers are not directional and successfully turn the air flow on or off.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTHE MADELYN CARTER DIFFERENCE\u003c\/strong\u003e – Our air vent covers promise superior quality, design, and value. Beautifully made and built to last, these floor registers will add a touch of modern elegance to any room for years to come.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eHIGH-QUALITY VENT COVER\u003c\/strong\u003e – Combining quality materials and innovative design, this contemporary vent cover compliments modern, clean designs in any space. It includes sturdy adjustable dampers and a beautiful, long-lasting finish that lasts for years. Control your airflow and elevate your home with this register.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVERSATILE\u003c\/strong\u003e – Includes mounting spring clips to mount as a wall vent cover or in as a floor vent cover to ensure an ultra snug fit.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSTRONG CAST ALUMINUM\u003c\/strong\u003e – With a cast aluminum interior and heavy duty metal dampers, this floor register boasts strength and longevity. You can use this vent cover in high-traffic areas of your home or office without worrying about dents from shoes or furniture or rust.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n \u003c!-- Module: Mounting Clips (back-end label only) --\u003e\n\u003csection class=\"mc-module mc-clips\" data-module-label=\"Mounting Clips Section\" role=\"group\" aria-label=\"Madelyn Carter Mounting Clips\"\u003e\n  \u003ch3\u003eMadelyn Carter™ Mounting Clips\u003c\/h3\u003e\n  \u003cdiv class=\"mc-row\"\u003e\n    \u003c!-- Image 1 --\u003e\n    \u003cimg class=\"mc-thumb\" loading=\"lazy\" alt=\"Wall mounting clip diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5793\/0996\/files\/wall-mounting-clip-diagram.webp?v=1747400253\"\u003e\n    \u003c!-- Image 2 --\u003e\n    \u003cimg class=\"mc-thumb\" loading=\"lazy\" alt=\"Wall mounting clip installation text\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0652\/5793\/0996\/files\/large-text-wall-mounting-clips.jpg?v=1747400231\"\u003e\n    \u003c!-- Video Preview (Optional Duplicate) --\u003e\n    \u003cdiv class=\"mc-thumb-video\" aria-label=\"Mounting Clip Video Tutorial\"\u003e\n      \u003cdiv class=\"mc-video-wrap\"\u003e\n        \u003ciframe loading=\"lazy\" title=\"Mounting Clip Video Tutorial\" src=\"https:\/\/www.youtube.com\/embed\/nRvYBGUyVbI\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\"\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n   \n\u003c\/section\u003e","brand":"Kay Hardware - VCU","offers":[{"title":"2 x 10 (Overall Size: 3.75 x 11.5)","offer_id":46745763381492,"sku":"MCK-210-TXB-GT","price":28.0,"currency_code":"USD","in_stock":true},{"title":"2 x 12 (Overall Size: 3.75 x 13.5)","offer_id":46745763414260,"sku":"MCK-212-TXB-GT","price":30.0,"currency_code":"USD","in_stock":true},{"title":"2 x 14 (Overall Size: 3.75 x 15.5)","offer_id":46745763447028,"sku":"MCK-214-TXB-GT","price":31.0,"currency_code":"USD","in_stock":true},{"title":"4 x 10 (Overall Size: 5.25 x 11.5)","offer_id":46745763479796,"sku":"MCK-410-TXB-GT","price":35.0,"currency_code":"USD","in_stock":true},{"title":"4 x 12 (Overall Size: 5.25 x 13.5)","offer_id":46745763512564,"sku":"MCK-412-TXB-GT","price":37.0,"currency_code":"USD","in_stock":true},{"title":"4 x 14 (Overall Size: 5.25 x 15.5)","offer_id":46745763545332,"sku":"MCK-414-TXB-GT","price":40.0,"currency_code":"USD","in_stock":true},{"title":"6 x 10 (Overall Size: 7.25 x 11.5)","offer_id":46745763578100,"sku":"MCK-610-TXB-GT","price":43.0,"currency_code":"USD","in_stock":true},{"title":"6 x 12 (Overall Size: 7.25 x 13.5)","offer_id":46745763610868,"sku":"MCK-612-TXB-GT","price":45.0,"currency_code":"USD","in_stock":true},{"title":"6 x 14 (Overall Size: 7.25 x 15.5)","offer_id":46745763643636,"sku":"MCK-614-TXB-GT","price":48.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0652\/5793\/0996\/files\/madelyn-carter-floor-gothic-cover-empire-black_cb94214c-b503-40a6-9fc7-245e2111f956.jpg?v=1755192721","url":"https:\/\/www.ventcoversunlimited.com\/products\/madelyn-carter-gothic-floor-vent-covers-cast-aluminum","provider":"Vent Covers Unlimited","version":"1.0","type":"link"}