{"product_id":"adjustable-headboard-wall-stopper","title":"Adjustable Headboard Wall Stopper","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Home Hardware \/ Furniture Stabilizer\nTarget Audience: Renters, Homeowners, Light Sleepers, Parents\nVisual Style: Reliable, Clean, Functional, Modern Home\nColor Strategy: Deep Trust Blue (--primary) for reliability, Soft Gray (--bg-card) for tech\/hardware feel\nShape Strategy: Radius 8px for a balance of sturdy hardware and safe home utility\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll) with auto unit conversions\nImage Mapping: Hero=image_1, Quiet Sleep=image_2, Wall Protection=image_3, Multi-use=image_4, Install=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #2b4c7e;\n      --primary-hover: #1e3a63;\n      --text-main: #1a202c;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f7f9fc;\n      --bg-alt: #edf2f7;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.08);\n      --border-color: #e2e8f0;\n      --success-green: #38a169;\n    }\n\n    \/* Global Resets \u0026 Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Large Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--primary);\n      margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container ul {\n      margin-bottom: 1.5rem;\n      padding-left: 1.5rem;\n    }\n\n    .product-detail-container li {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container .subtitle {\n      font-size: clamp(20px, 3vw, 24px);\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Badges (Non-interactive) *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-alt);\n      color: var(--primary);\n      padding: 0.75rem 1.5rem;\n      border-radius: 50px;\n      font-size: clamp(16px, 2vw, 18px);\n      font-weight: 600;\n      margin-bottom: 2rem;\n    }\n    .trust-badge svg {\n      width: 24px;\n      height: 24px;\n      margin-right: 12px;\n      fill: var(--success-green);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .hero-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-top: clamp(2rem, 4vw, 3rem);\n      background-color: var(--bg-card);\n      box-shadow: var(--shadow-lg);\n    }\n    .hero-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Z-Pattern Features (Mobile Order Lock) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 8vw, 6rem);\n    }\n    \n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-media {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background-color: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tag {\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 0.5rem;\n      display: block;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    \n    .specs-table-wrapper {\n      width: 100%;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    \n    \/* Mobile Table (Card Based) *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n        text-align: right;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        flex-basis: 40%;\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\n    \/* Desktop Table *\/\n    @media (min-width: 768px) {\n      .specs-table th, .specs-table td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        background-color: var(--primary);\n        color: #fff;\n        font-weight: 600;\n      }\n      .specs-table th:first-child {\n        border-top-left-radius: var(--radius-md);\n      }\n      .specs-table th:last-child {\n        border-top-right-radius: var(--radius-md);\n      }\n      .specs-table tr:nth-child(even) {\n        background-color: var(--bg-alt);\n      }\n      .specs-table tr:hover {\n        background-color: var(--bg-body);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-top: clamp(4rem, 8vw, 6rem);\n    }\n    .faq-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n    .faq-card {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n    .faq-card h3 {\n      font-size: clamp(20px, 3vw, 22px);\n      color: var(--primary);\n      margin-bottom: 1rem;\n    }\n    \n    \/* Placeholder Styling for image tags simulating product photos *\/\n    .img-placeholder {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #e2e8f0;\n      color: #718096;\n      font-weight: bold;\n      font-size: 20px;\n      aspect-ratio: 4\/3;\n      border: 2px dashed #cbd5e0;\n      width: 100%;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e \u003c\/svg\u003e Trusted by 10,000+ Light Sleepers\u003c\/div\u003e\n\n\u003ch1\u003eStop Bed Squeaks \u0026amp; Protect Your Walls Instantly\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eThe Ultimate Adjustable Threaded Anti-Shake Stabilizer for a perfect, silent night's sleep.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003c!-- 📷 Hero Image Replacement --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318180227\/58a57cdeb9ff101b92f7e6f2c18389ae.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318180227\/2fcb9a7fd46a80c1f2d3eb04e7a1887d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePerfect Custom Fit\u003c\/span\u003e\n\n\u003ch2\u003eAdjustable Design for Any Gap\u003c\/h2\u003e\n\n\u003cp\u003eNo two beds are exactly the same. Our precision threaded fixer system allows for seamless customization. Whether you have a fixed queen headboard or a uniquely sized bed frame, this tool expands to eliminate any instability.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUniversal Compatibility:\u003c\/strong\u003e Fits perfectly behind traditional and adjustable beds.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eZero Wobble:\u003c\/strong\u003e Fills the exact gap required to anchor your furniture solidly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318180227\/e26458885dc4362727fc079d63bcffcf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag\"\u003eTotal Wall Protection\u003c\/span\u003e\n\n\u003ch2\u003eSay Goodbye to Dents and Scratches\u003c\/h2\u003e\n\n\u003cp\u003eConstant movement can ruin your expensive drywall and paint. Designed with heavy-duty, energy-absorbing cushioned contact points, these headboard stoppers completely prevent damaging collisions.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eShock Absorbing Cushion:\u003c\/strong\u003e Neutralizes kinetic energy from tossing and turning.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePristine Walls:\u003c\/strong\u003e Maintains consistent, safe pressure without leaving a mark.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318180227\/0191019481f7e292f8768c777cfe7529.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSilent Sleep Environment\u003c\/span\u003e\n\n\u003ch2\u003eGuaranteed Quiet Operation\u003c\/h2\u003e\n\n\u003cp\u003eEliminate annoying creaks from bed frame joints and squeaky bunk bed accessories. The advanced vibration-dampening system absorbs motion energy instantly, ensuring you sleep undisturbed through the night.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMotion Isolation:\u003c\/strong\u003e Ideal for shared spaces and light sleepers.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eLasting Silence:\u003c\/strong\u003e Built to maintain tension and quietness for years.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318180228\/92f91f9fdf03eebb8aaacabaa1b9decf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRenter Friendly\u003c\/span\u003e\n\n\u003ch2\u003eTool-Free Installation in Seconds\u003c\/h2\u003e\n\n\u003cp\u003eSkip the drills and hardware store trips. Simply screw the threaded fixer by hand between your bed frame headboard and the wall. It features a self-locking mechanism that stays tight even during vigorous movement.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eNon-Permanent Setup:\u003c\/strong\u003e Perfect for dorm rooms, RVs, and rental apartments.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMulti-Use:\u003c\/strong\u003e Equally effective on sliding sofas, rattling cabinets, and more.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Mobile Card \/ Desktop Table) --\u003e\n\n\u003csection class=\"pd-section specs-section\"\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePrecision-engineered for ultimate stability and durability.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric System\u003c\/th\u003e\n\t\t\t\u003cth\u003eImperial System\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=\"Material\"\u003ePrimary Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003eHeavy-duty Steel \u0026amp; EVA Foam\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003eHeavy-duty Steel \u0026amp; EVA Foam\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Range\"\u003eAdjustable Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003e3.0 cm - 11.0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003e1.2 in - 4.3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Diameter\"\u003eCushion Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003e4.0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003e1.6 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Weight\"\u003eItem Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003e150.0 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003e5.3 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Load Capacity\"\u003eLoad Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003e10.0 kg\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003e22.05 lb\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Type\"\u003eInstallation Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric System\"\u003eTool-free \/ Hand-screw\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial System\"\u003eTool-free \/ Hand-screw\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWill this damage my wall or wallpaper?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely not. The wall-facing end features a thick EVA foam cushion designed to absorb impact while dispersing pressure evenly. It prevents dents, scratches, and paint transfer entirely.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDoes it work with adjustable beds or non-standard headboards?\u003c\/h3\u003e\n\n\u003cp\u003eYes! The threaded design allows you to customize the exact length needed to bridge the gap between your specific furniture and the wall. It works perfectly on traditional, platform, and adjustable bed frames.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHow many stabilizers do I need for one bed?\u003c\/h3\u003e\n\n\u003cp\u003eFor maximum stability and a completely silent sleep environment, we recommend using at least two stabilizers—placed at the upper left and upper right corners of your headboard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Small: 30-40mm (1.2\" - 1.6\") \/ 📦 2-Pack (For 1 Bed)","offer_id":48493634846970,"sku":"0319-18167324","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Medium: 47-64mm (1.8\" - 2.5\") \/ 📦 2-Pack (For 1 Bed)","offer_id":48493634879738,"sku":"0319-18168123","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Large: 64-87mm (2.5\" - 3.4\") \/ 📦 2-Pack (For 1 Bed)","offer_id":48493634912506,"sku":"0319-18169448","price":12.95,"currency_code":"USD","in_stock":true},{"title":"X-Large: 84-110mm (3.3\" - 4.3\") \/ 📦 2-Pack (For 1 Bed)","offer_id":48493634945274,"sku":"0319-18164439","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Small: 30-40mm (1.2\" - 1.6\") \/ 📦 4-Pack (For 1-2 Beds \/ Most Popular)","offer_id":48493634978042,"sku":"0319-18166827","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Medium: 47-64mm (1.8\" - 2.5\") \/ 📦 4-Pack (For 1-2 Beds \/ Most Popular)","offer_id":48493635010810,"sku":"0319-18166310","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Large: 64-87mm (2.5\" - 3.4\") \/ 📦 4-Pack (For 1-2 Beds \/ Most Popular)","offer_id":48493635043578,"sku":"0319-18164389","price":19.95,"currency_code":"USD","in_stock":true},{"title":"X-Large: 84-110mm (3.3\" - 4.3\") \/ 📦 4-Pack (For 1-2 Beds \/ Most Popular)","offer_id":48493635076346,"sku":"0319-18167392","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Small: 30-40mm (1.2\" - 1.6\") \/ 📦 8-Pack (Whole House \/ 3-4 Beds)","offer_id":48493635109114,"sku":"0319-18161632","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Medium: 47-64mm (1.8\" - 2.5\") \/ 📦 8-Pack (Whole House \/ 3-4 Beds)","offer_id":48493635141882,"sku":"0319-18164842","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Large: 64-87mm (2.5\" - 3.4\") \/ 📦 8-Pack (Whole House \/ 3-4 Beds)","offer_id":48493635174650,"sku":"0319-18168549","price":29.95,"currency_code":"USD","in_stock":true},{"title":"X-Large: 84-110mm (3.3\" - 4.3\") \/ 📦 8-Pack (Whole House \/ 3-4 Beds)","offer_id":48493635207418,"sku":"0319-18169872","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/ef4169835f7fd991472f3f219ed8046c.jpg?v=1773915918","url":"https:\/\/varitino.com\/products\/adjustable-headboard-wall-stopper","provider":"Varitino","version":"1.0","type":"link"}