{"product_id":"anti-scratch-furniture-pads","title":"Anti-Scratch Furniture Pads","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Furniture Accessories \/ Floor Protectors\nTarget Audience: Homeowners, renters, parents seeking a quiet \u0026 damage-free home.\nVisual Style: Warm, reliable, practical, and clean.\nColor Strategy: Wood-tone accents (--primary: #C58B54) to match hardwood floors, set against clean light grays for high contrast.\nShape Strategy: Radius 16px (Friendly, protective, non-sharp).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 up to 44px, Body up to 20px).\nMobile Table Strategy: Card-based via flexbox, hide thead, use data-label (No horizontal scroll allowed).\nImage Mapping: \nHero = image_1 (Contextual lifestyle shot showing protected floors)\nFeature1 = image_2 (Noise reduction \u0026 Floor protection visualization)\nFeature2 = image_3 (Peel \u0026 Stick strong adhesive close-up)\nFeature3 = image_4 (Cut to fit \/ DIY demo)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Reset \u0026 Scope Variables *\/\n.product-detail-container {\n  --primary: #C58B54;\n  --text-main: #2A2A2A;\n  --text-sub: #555555;\n  --bg-body: #FFFFFF;\n  --bg-card: #F9F9F9;\n  --radius-md: 12px;\n  --radius-lg: 16px;\n  --shadow-sm: 0 4px 16px rgba(0,0,0,0.06);\n  --border-color: #EAEAEA;\n  --spacing-section: clamp(3rem, 6vw, 5rem);\n  --gap-mobile: 2.5rem;\n  --gap-desktop: 5rem;\n\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.6;\n}\n\n.product-detail-container * {\n  box-sizing: inherit;\n}\n\n\/* Typography System *\/\n.product-detail-container h1 {\n  font-size: clamp(32px, 5vw, 44px);\n  line-height: 1.15;\n  margin: 0 0 1.5rem 0;\n  font-weight: 800;\n  letter-spacing: -0.02em;\n}\n\n.product-detail-container h2 {\n  font-size: clamp(26px, 4vw, 36px);\n  line-height: 1.25;\n  margin: 0 0 1.2rem 0;\n  font-weight: 700;\n}\n\n.product-detail-container h3 {\n  font-size: clamp(22px, 3vw, 28px);\n  line-height: 1.3;\n  margin: 0 0 1rem 0;\n  font-weight: 600;\n}\n\n.product-detail-container p {\n  font-size: clamp(18px, 2vw, 20px);\n  color: var(--text-sub);\n  margin: 0 0 1.5rem 0;\n}\n\n\/* Visual Badge (Non-clickable) *\/\n.product-detail-container .trust-badge {\n  display: inline-flex;\n  align-items: center;\n  padding: 0.6rem 1.4rem;\n  background-color: #F0F7F0;\n  color: #2E7D32;\n  border-radius: 50px;\n  font-size: 16px;\n  font-weight: 700;\n  margin-bottom: 2rem;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n\n\/* Media\/Image Handling (Strict Rule A: Natural Flow) *\/\n.product-detail-container .media-wrapper {\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  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.product-detail-container .media-wrapper img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* Structure Blocks *\/\n.product-detail-container .section-block {\n  padding: var(--spacing-section) 0;\n  border-bottom: 1px solid var(--border-color);\n}\n.product-detail-container .section-block:last-child {\n  border-bottom: none;\n}\n\n\/* Hero Section *\/\n.product-detail-container .hero-module {\n  text-align: center;\n  padding-top: 2rem;\n  padding-bottom: var(--spacing-section);\n  border-bottom: 1px solid var(--border-color);\n}\n.product-detail-container .hero-text-content {\n  max-width: 800px;\n  margin: 0 auto 3rem auto;\n}\n\n\/* Z-Pattern Features (Mobile Lock Implemented) *\/\n.product-detail-container .features-wrapper {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-section);\n}\n\n.product-detail-container .feature-item {\n  display: flex;\n  flex-direction: column; \/* Force Stack on Mobile *\/\n  gap: var(--gap-mobile);\n  align-items: center;\n}\n\n.product-detail-container .feature-media,\n.product-detail-container .feature-text {\n  width: 100%;\n}\n\n@media (min-width: 768px) {\n  .product-detail-container .feature-item {\n    flex-direction: row; \/* Desktop row *\/\n    gap: var(--gap-desktop);\n  }\n  .product-detail-container .feature-item:nth-child(even) {\n    flex-direction: row-reverse; \/* Intersecting Z-Pattern *\/\n  }\n  .product-detail-container .feature-media,\n  .product-detail-container .feature-text {\n    width: 50%;\n  }\n  .product-detail-container .feature-text {\n    padding: 0 1.5rem;\n  }\n}\n\n\/* Specification Table (Strict Card-based Mobile) *\/\n.product-detail-container .specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 2.5rem;\n  font-size: 18px;\n}\n\n.product-detail-container .specs-table th,\n.product-detail-container .specs-table td {\n  padding: 1.2rem;\n  text-align: left;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.product-detail-container .specs-table th {\n  background-color: var(--bg-card);\n  font-weight: 700;\n  color: var(--text-main);\n  width: 40%;\n}\n\n.product-detail-container .specs-table td {\n  color: var(--text-sub);\n}\n\n@media (max-width: 767px) {\n  .product-detail-container .specs-table, \n  .product-detail-container .specs-table thead, \n  .product-detail-container .specs-table tbody, \n  .product-detail-container .specs-table th, \n  .product-detail-container .specs-table td, \n  .product-detail-container .specs-table tr {\n    display: block;\n    width: 100%;\n  }\n  \n  .product-detail-container .specs-table thead {\n    display: none; \/* Hide header row *\/\n  }\n  \n  .product-detail-container .specs-table tr {\n    margin-bottom: 1.2rem;\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    background-color: var(--bg-body);\n    padding: 0.5rem 1rem;\n    box-shadow: var(--shadow-sm);\n  }\n  \n  .product-detail-container .specs-table td {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1rem 0;\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 0.5rem;\n  }\n  \n  .product-detail-container .specs-table td:last-child {\n    border-bottom: none;\n  }\n  \n  .product-detail-container .specs-table td::before {\n    content: attr(data-label);\n    font-weight: 700;\n    color: var(--text-main);\n  }\n  \n  .product-detail-container .specs-table td \u003e span {\n    text-align: left;\n  }\n}\n\n\/* FAQ Module *\/\n.product-detail-container .faq-grid {\n  display: flex;\n  flex-direction: column;\n  gap: 1.5rem;\n  margin-top: 2.5rem;\n}\n\n.product-detail-container .faq-card {\n  background-color: var(--bg-card);\n  padding: 2.5rem 2rem;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n}\n\n.product-detail-container .faq-card h4 {\n  font-size: clamp(20px, 2.5vw, 24px);\n  color: var(--text-main);\n  margin: 0 0 1rem 0;\n  font-weight: 700;\n  line-height: 1.4;\n}\n\n.product-detail-container .faq-card p {\n  margin: 0;\n  font-size: 18px;\n}\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-module\"\u003e\n\u003cdiv class=\"hero-text-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eFloor-Safe Certified\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Floor Protection \u0026amp; Noise Reduction\u003c\/h1\u003e\n\n\u003ch2\u003eKeep your hardwood floors flawless and enjoy a quieter home with our premium, easy-to-use furniture pads.\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for lasting durability, these small additions make a massive difference in your daily living space.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323130900\/19495472e6a6414f6e98e277f633f357.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"features-wrapper\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323130900\/a38b8f6a1230026601262195ff74647d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003eShield Floors, Silence Your Home\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to unsightly scratches, dents, and the annoying screech of moving chairs. Our dense, durable friction-absorbing material creates a soft barrier that dampens noise instantly.\u003c\/p\u003e\n\n\u003cp\u003eGlide your dining chairs effortlessly across tiles, laminate, or expensive hardwood flooring without a second thought.\u003c\/p\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=\"media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323130900\/27edec43bc25e26c3eb6ecb1698acd87.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003ePeel, Stick, and Forget\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with an upgraded, industrial-strength adhesive backing, these pads stay exactly where you put them. They bond aggressively to wood, metal, and plastic furniture legs.\u003c\/p\u003e\n\n\u003cp\u003eNo tools, no messy glues, no frustration—just an immediate, firm hold that prevents the pads from slipping off over time.\u003c\/p\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=\"media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323130900\/a9f26ec302e37fd70e6255eb5ae6944c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003eUniversal Fit for Any Furniture\u003c\/h2\u003e\n\n\u003cp\u003eWhether your chair legs are perfectly round, sharply square, or feature an irregular vintage design, our flexible pads adapt effortlessly.\u003c\/p\u003e\n\n\u003cp\u003eThe DIY trimmable design allows you to easily cut the material with standard household scissors, creating the perfect custom fit for sofas, beds, cabinets, and dining sets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\n\u003cdiv class=\"section-block specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new floor protectors.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAttribute\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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\"\u003e\u003cspan\u003eHigh-Density EVA \/ Felt Blend\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eBuilt to withstand heavy daily compression without flattening.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003e\u003cspan\u003e0.4 cm \/ 0.16 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eThe perfect balance of subtle profile and maximum cushioning.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adhesive Type\"\u003e\u003cspan\u003eUpgraded Self-Adhesive\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eResistant to temperature changes; will not peel off during floor mopping.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shape Options\"\u003e\u003cspan\u003eRound \u0026amp; Square (Trimmable)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e\u003cspan\u003eFits up to 99% of standard household furniture legs.\u003c\/span\u003e\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 Section --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cp\u003eCommon questions from our community.\u003c\/p\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eWill these leave a sticky residue if I need to remove them later?\u003c\/h4\u003e\n\n\u003cp\u003eNo. While our upgraded adhesive is designed to hold strong against daily friction, it can be peeled off cleanly without damaging your furniture finish or leaving a stubborn, messy residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eCan I use them on heavy furniture like solid wood beds and heavy sofas?\u003c\/h4\u003e\n\n\u003cp\u003eAbsolutely! The high-density material is specifically engineered to withstand substantial weight. It won't easily flatten out, ensuring long-term protection even under your heaviest pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eDo these pads work well on carpeted floors?\u003c\/h4\u003e\n\n\u003cp\u003eThese pads are purposefully designed for hard floor surfaces (such as hardwood, tile, and laminate) to prevent scratches and noise. We do not recommend them for plush carpets, as they may restrict sliding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Round \/ 2cm - 16pcs","offer_id":45395917209791,"sku":"0328-11528572","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Square \/ 2cm - 16pcs","offer_id":45395917242559,"sku":"0328-11528919","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Round \/ 2.5cm - 9pcs","offer_id":45395917275327,"sku":"0328-11524724","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Square \/ 2.5cm - 9pcs","offer_id":45395917308095,"sku":"0328-11526600","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Round \/ 2.8cm - 9pcs","offer_id":45395917340863,"sku":"0328-11526083","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Square \/ 2.8cm - 9pcs","offer_id":45395917373631,"sku":"0328-11529210","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Round \/ 4.0cm - 4pcs","offer_id":45395917406399,"sku":"0328-11522077","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Square \/ 4.0cm - 4pcs","offer_id":45395917439167,"sku":"0328-11525185","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Round \/ 8.0cm - 1pcs","offer_id":45395917471935,"sku":"0328-11521491","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Square \/ 8.0cm - 1pcs","offer_id":45395917504703,"sku":"0328-11522607","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/19495472e6a6414f6e98e277f633f357.jpg?v=1774669981","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/anti-scratch-furniture-pads","provider":"Bak","version":"1.0","type":"link"}