{"product_id":"adjustable-curved-plastering-scraper","title":"Adjustable Curved Plastering Scraper","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #0d6e53;\n      --primary-hover: #0a523e;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f8faf9;\n      --bg-soft: #f1f5f3;\n      --border-color: #e2e8f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .trust-badge,\n    .product-detail-container .feature-tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      padding: 24px 0;\n    }\n\n    .hero-text {\n      text-align: center;\n    }\n\n    .trust-badge-container {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 12px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-weight: 600;\n    }\n\n    .hero-image-container {\n      width: 100%;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      border: 1px dashed var(--border-color);\n      box-sizing: border-box;\n    }\n\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1 \/ 1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-sizing: border-box;\n    }\n\n    .feature-media {\n      width: 100%;\n      border: 1px dashed var(--border-color);\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-sizing: border-box;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .spec-value {\n      width: 60%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 16px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Responsive adjustments for Desktop *\/\n    @media (min-width: 768px) {\n      .hero-block {\n        gap: 32px;\n        padding: 40px 0;\n      }\n\n      .hero-text h1 {\n        max-width: 800px;\n        margin: 0 auto 16px auto;\n      }\n\n      .hero-image-container {\n        max-width: 800px;\n        margin: 0 auto;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n\n      .specifications-section {\n        padding: 40px;\n      }\n\n      .faq-item {\n        padding-bottom: 24px;\n      }\n    }\n\n    \/* Mobile Specifications Adaptability *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-label {\n        display: none; \/* We use data-label attribute on the parent row or custom logic to prevent duplicate text *\/\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Adjustable Curved Plaster Scraper\nTarget Audience: Plasterers, drywall installation workers, masonry workers, DIY home renovators\nVisual Style: Professional, clean, construction-grade\nColor Strategy: Deep Construction Green (#0d6e53), Crisp Stainless Steel Accents, Light Grey Support\nModule Order: Hero -\u003e Feature 1 (Radius Control) -\u003e Feature 2 (Corners) -\u003e Feature 3 (Material) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_4, Feature3=detail_2\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient data to create verified compare facts)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, and parameters has been used. No unverified facts have been introduced.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003cheader class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eProfessional 201 Stainless Steel\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eAdjustable Curved Arc Scraper for Smooth Plastering\u003c\/h1\u003e\n\n\u003cp\u003eAchieve standardized, uniform curves on columns and arched surfaces. This handle-free, adjustable design lets you control the arc radius smoothly to prevent rework and improve finish quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image-container\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918094909\/fdf9ecaea42655aea9c5e0ebf9ce0b25.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"product-detail-section features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918095343\/bbb2ae823ac8415012c38a43df1916ea.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAdjustable Arc Radius Control (R110 to R330)\u003c\/h2\u003e\n\n\u003cp\u003eA single tool to replace multiple fixed-size scraping profiles. Loosen the guide screws to freely adjust the scraper's arc radius from a minimum of R110 mm to a maximum of R330 mm, ensuring a precise match for columns of various diameters.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFlexible Arc Adjustment\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDual-Plate Locking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918095343\/ef9bcdb516c942f07aa2e67ca9c5c173.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eInside and Outside Corner Adaptation\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for universal corner plastering. Use the integrated positioning slider for smooth transition curves, helping you shape vertical intersections, transitions, and curved walls with equal precision.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCorner Styling\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSliding Guide Track\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918094909\/fec8ded6be0cc9ebdabbc388f1d169c9.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 class=\"feature-title\"\u003eHigh-Gloss Mirror-Polished Surface\u003c\/h2\u003e\n\n\u003cp\u003eThe 201 stainless steel blade features a highly polished mirror finish. This smooth surface glides seamlessly across wet compounds, reducing friction and preventing plaster or putty buildup as you work.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e201 Stainless Steel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Gliding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Name\"\u003e\u003cspan class=\"spec-value\"\u003eAdjustable Curved Scraper\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003e201 Stainless Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjustment Range\"\u003e\u003cspan class=\"spec-value\"\u003eMinimum R110 mm to Maximum R330 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Locking Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003e4 Manual Hand-Tightened Knobs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Handle Type\"\u003e\u003cspan class=\"spec-value\"\u003eDirect Edge Grip (Handle-Free Construction)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I adjust the scraping radius of the tool?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Simply loosen the four black manual knobs, slide the extension plates along the curved track until the blade matches your wall or column curve, and tighten the knobs securely to lock the shape in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Can this scraper be used on straight vertical walls?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: This tool is specifically designed for curved wall applications, cylindrical columns, and corner plaster transitions. It shapes concave or convex profiles from R110 mm to R330 mm.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do you hold the tool without a dedicated handle?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Grip the outer smooth edges of the steel plate directly with both hands. This direct grip gives you precise control, immediate surface tactile feedback, and stable pressure over the curved wall surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":46227722928319,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":46227722961087,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Workshop Pack - 15%)","offer_id":46227722993855,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/fdf9ecaea42655aea9c5e0ebf9ce0b25.jpg?v=1789696581","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/adjustable-curved-plastering-scraper","provider":"Bak","version":"1.0","type":"link"}