{"product_id":"strong-hold-door-catch","title":"Strong Hold Door Catch","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：房车磁性门吸 (RV Magnetic Door Stop)\n  目标受众：房车、露营车、拖挂车车主，寻求节省空间和便利性的户外爱好者。\n  视觉风格：实用、坚固、户外风格。配色采用源自素材图的青蓝色作为强调色，搭配中性的黑白灰，体现专业和可靠感。\n  模块顺序：\n  1. Intro\/Hero (强调核心利益：最大化空间，防止风吹) - 使用场景图 image_3\n  2. Feature 1 (核心功能：多角度强磁吸附) - 使用 image_1\n  3. Feature 2 (关键痛点：免打孔安装) - 使用 image_4\n  4. Feature 3 (通用性：适配多种车型) - 使用 image_5\n  5. Feature 4 (材质与静音) - 使用 image_2\n  6. Specifications (规格参数) - 数据源自 image_0\n  7. FAQ (常见产品问题)\n  详情图映射：Hero=image_3, F1=image_1, F2=image_4, F3=image_5, F4=image_2\n  规格图映射：Specs data derived from image_0\n  对比模块：未加入，无明显对比需求，侧重自身功能展示。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4A9E9E; \/* Muted Teal from reference images *\/\n      --primary-hover: #3A8080;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F4F7F7;\n      --bg-card: #FFFFFF;\n      --border-color: #E0E0E0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-rev {\n        direction: rtl;\n      }\n      .pd-grid-rev \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Images *\/\n    .pd-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n\n    \/* Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-feature-pill {\n      font-size: 14px;\n      color: var(--text-sub);\n      background: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table thead { display: none; }\n      .spec-table tr, .spec-table td { display: block; width: 100%; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: none;\n        border-top: 1px solid var(--border-color);\n        padding: 0.75rem;\n      }\n      .spec-table td:first-child { border-top: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child { border-bottom: none; }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003eRV Essentials\u003c\/span\u003e\n\u003ch1\u003eMaximize Your Passage Space\u003c\/h1\u003e\n\n\u003cp\u003eKeep your RV or camper door securely open wide. This low-profile magnetic catch prevents accidental slams from wind gusts, creating easier entry and exit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：image_3.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804105900\/5ea2bfb2ae94b2db9e8afa0b61e4274a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 pd-grid-rev\" style=\"background: var(--bg-soft); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg);\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804105902\/c173c653ff637729b18ff002b9e11113.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePowerful Multi-Angle Hold\u003c\/h2\u003e\n\n\u003cp\u003eThe articulating metal ball head allows the magnetic disc to pivot, ensuring a flush, secure connection even if your door and wall angles aren't perfectly aligned. It provides reliable holding power to withstand breezes.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-pill\"\u003eStrong Magnet\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003ePivoting Head\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eWind Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Installation --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_4.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804105902\/35d2490157ed0e0638456b489a654f66.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNo-Drill Instant Installation\u003c\/h2\u003e\n\n\u003cp\u003eForget about drilling holes in your RV's bodywork. The kit includes high-strength adhesive pads for a fast, damage-free setup that takes seconds. (Screws are also included for optional permanent mounting).\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-pill\"\u003eAdhesive Mount\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eNo Tools Needed\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eHardware Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Universal Fit --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 pd-grid-rev\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_5.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804105901\/07a812d68ed05450146cd0a3d3271421.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal RV Compatibility\u003c\/h2\u003e\n\n\u003cp\u003eIts compact, unobtrusive design makes it ideal for a wide range of recreational vehicles. Use it to secure entry doors, baggage compartment doors, or interior cabinets on motorhomes, travel trailers, and campers.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-pill\"\u003eMotorhomes\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eTravel Trailers\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eCampers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Material --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_2.png ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804105902\/24303e15b0b20fa907dbc26aeab71393.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt Tough \u0026amp; Quiet\u003c\/h2\u003e\n\n\u003cp\u003eConstructed with a durable stainless steel head and a robust polymer base. The design helps absorb impact for a quieter connection compared to all-metal stops, reducing noise at the campsite.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-pill\"\u003eStainless Steel Head\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eDurable Base\u003c\/span\u003e \u003cspan class=\"pd-feature-pill\"\u003eQuiet Operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMagnetic Door Stop\/Catch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePrimary Materials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStainless Steel (Head), Durable Polymer (Base)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBase Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2.09 inches (5.3 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1.85 inches (4.7 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSuction Head Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0.79 inches (2.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallation Methods\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eAdhesive Pad or Screws (Both included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecommended Use\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRV Entry Doors, Cabinet Doors, Baggage Doors\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\" style=\"max-width: 800px; margin-left: auto; margin-right: auto;\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Will the adhesive tape hold up outdoors?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, the provided double-sided adhesive is designed for strong bonding and can withstand typical outdoor environments. For heavier doors or extreme conditions, using the included screws is recommended for the most secure hold.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Does the magnetic head move?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, it features a ball-joint design that allows the magnetic disc to tilt and swivel. This accommodates different angles between the door and the wall for a flat, secure connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How much space does it take up?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: It has a low-profile design with a total height of only 1.85 inches, ensuring it doesn't protrude excessively when the door is closed, maximizing your living space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Matte Black \/ 1-Pack (For Main Entry Door)","offer_id":43911003537467,"sku":"0804-14311860","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 1-Pack (For Main Entry Door)","offer_id":43911003570235,"sku":"0804-14314215","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 2-Pack (Main Door + Baggage Door) - SAVE 20%","offer_id":43911003603003,"sku":"0804-14318836","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 2-Pack (Main Door + Baggage Door) - SAVE 20%","offer_id":43911003635771,"sku":"0804-14313124","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 4-Pack (Full RV Upgrade Kit) - BEST VALUE! SAVE 25%","offer_id":43911003668539,"sku":"0804-14310284","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 4-Pack (Full RV Upgrade Kit) - BEST VALUE! SAVE 25%","offer_id":43911003701307,"sku":"0804-14310650","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/5ea2bfb2ae94b2db9e8afa0b61e4274a.jpg?v=1785825108","url":"https:\/\/autoyunn.com\/products\/strong-hold-door-catch","provider":"AutoYunn","version":"1.0","type":"link"}