{"product_id":"layered-wool-flap-disc","title":"Layered Wool Flap Disc","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tool Accessories \/ Polishing Wheels\nTarget Audience: Professional Fabricators, DIY Restorers, Mechanics\nVisual Style: Industrial, Professional, Heavy-duty\nColor Strategy: Deep industrial slate (--text-main) with vibrant red accent (--primary) to match the angle grinder aesthetic and signify power.\nShape Strategy: Radius 6px (Hard, masculine, precision-oriented edges)\nTypography Strategy: Large Type \/ Mobile-first readable (Body 18px+, H1 36px)\nMobile Table Strategy: Card-based rows for optimal mobile readability without horizontal overflow issues.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #CC1414; \/* Tool power red *\/\n    --text-main: #111827; \/* Deep slate *\/\n    --text-sub: #4B5563; \/* Medium grey *\/\n    --bg-body: #F3F4F6; \/* Light industrial background *\/\n    --bg-card: #FFFFFF;\n    --border: #E5E7EB;\n    --radius: 6px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);\n    --max-w: 1100px;\n  }\n\n  \/* Typography System Reset \u0026 Baseline *\/\n  .product-detail-container {\n    max-width: var(--max-w);\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.8;\n    background-color: var(--bg-card);\n    overflow: hidden;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  .pd-text-base {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 24px;\n  }\n\n  .pd-h1 {\n    font-size: 34px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 20px;\n    color: var(--text-main);\n    letter-spacing: -0.02em;\n  }\n\n  .pd-h2 {\n    font-size: 28px;\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: 16px;\n    color: var(--text-main);\n  }\n\n  .pd-h3 {\n    font-size: 22px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    color: var(--text-main);\n  }\n\n  \/* Image Placeholder Protocol *\/\n  .img-placeholder {\n    width: 100%;\n    background-color: var(--bg-body);\n    border: 2px dashed #9CA3AF;\n    border-radius: var(--radius);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 600;\n    text-align: center;\n    min-height: 350px;\n    padding: 20px;\n  }\n\n  \/* Badges (Non-clickable) *\/\n  .pd-badge {\n    display: inline-block;\n    background-color: var(--primary);\n    color: #FFFFFF;\n    padding: 6px 16px;\n    font-size: 16px;\n    font-weight: 700;\n    border-radius: 4px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 20px;\n  }\n\n  \/* Section Layouts *\/\n  .pd-section {\n    padding: 60px 20px;\n    border-bottom: 1px solid var(--border);\n  }\n  \n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  .pd-bg-light {\n    background-color: var(--bg-body);\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    padding: 60px 20px 80px;\n  }\n\n  .pd-hero-content {\n    max-width: 800px;\n    margin: 0 auto 40px;\n  }\n\n  \/* Features: Z-Pattern \u0026 Mobile Ordering Lock *\/\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile First: Stack *\/\n    gap: 30px;\n    margin-bottom: 60px;\n  }\n\n  .pd-feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .pd-feature-media {\n    order: 1; \/* Strict Mobile Order: Media Top *\/\n    flex: 1;\n    width: 100%;\n  }\n\n  .pd-feature-copy {\n    order: 2; \/* Strict Mobile Order: Copy Bottom *\/\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .pd-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .pd-feature-list li {\n    font-size: 18px;\n    color: var(--text-sub);\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 16px;\n  }\n\n  .pd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: var(--primary);\n    font-weight: 900;\n    font-size: 20px;\n  }\n\n  \/* Specifications Table (Card-based for mobile, Table for desktop) *\/\n  .pd-specs-container {\n    max-width: 800px;\n    margin: 0 auto;\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    overflow: hidden;\n  }\n\n  .pd-spec-row {\n    display: flex;\n    flex-direction: column; \/* Mobile card style *\/\n    border-bottom: 1px solid var(--border);\n  }\n\n  .pd-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .pd-spec-row:nth-child(even) {\n    background-color: var(--bg-body);\n  }\n\n  .pd-spec-title {\n    font-weight: 700;\n    font-size: 18px;\n    padding: 16px 20px 4px 20px;\n    color: var(--text-main);\n  }\n\n  .pd-spec-value {\n    font-size: 18px;\n    padding: 0 20px 16px 20px;\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-container {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .pd-faq-item {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 24px;\n    margin-bottom: 16px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-faq-q {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 12px;\n  }\n\n  .pd-faq-a {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .pd-h1 {\n      font-size: 44px;\n    }\n    \n    .pd-h2 {\n      font-size: 32px;\n    }\n    \n    .pd-text-base {\n      font-size: 20px;\n    }\n\n    .pd-section {\n      padding: 80px 40px;\n    }\n\n    .pd-feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 60px;\n      margin-bottom: 80px;\n    }\n\n    \/* Z-Pattern Application *\/\n    .pd-feature-item:nth-child(odd) .pd-feature-media {\n      order: 1;\n    }\n    .pd-feature-item:nth-child(odd) .pd-feature-copy {\n      order: 2;\n    }\n    .pd-feature-item:nth-child(even) .pd-feature-media {\n      order: 2;\n    }\n    .pd-feature-item:nth-child(even) .pd-feature-copy {\n      order: 1;\n    }\n\n    \/* Specs Desktop Layout *\/\n    .pd-spec-row {\n      flex-direction: row;\n    }\n    .pd-spec-title {\n      flex: 0 0 35%;\n      padding: 20px 24px;\n      border-right: 1px solid var(--border);\n    }\n    .pd-spec-value {\n      flex: 1;\n      padding: 20px 24px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePro-Grade Finish\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eAchieve a Flawless Mirror Finish, Every Single Time.\u003c\/h1\u003e\n\n\u003cp class=\"pd-text-base\"\u003eExperience high-efficiency polishing with our 3-piece wool wheel set. Designed for angle grinders to deliver professional results on metal, glass, ceramic, and stone surfaces.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 16px; color: var(--text-main); font-weight: 600;\"\u003eRecommendation: Essential hardware addition for workshop fabrication and DIY restoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-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\/20260310140602\/c5b259ade0ecbae49dac7421c82be3b6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-bg-light\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-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\/20260310140602\/051fe0efda62929e7adebed357f4fc94.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eInnovative Layered Wool Design\u003c\/h2\u003e\n\n\u003cp class=\"pd-text-base\"\u003eThe unique overlapping block structure isn't just for looks. It significantly improves heat dissipation during high-speed rotations, preventing surface burns while maximizing your polishing performance.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eRapid cooling to protect delicate materials\u003c\/li\u003e\n\t\u003cli\u003eConsistent pressure distribution\u003c\/li\u003e\n\t\u003cli\u003eThick, high-quality wool felt construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-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\/20260310141141\/8c0045e18dec633f946bbd2e51010cdb.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eExtreme Speeds Up to 13,000 RPM\u003c\/h2\u003e\n\n\u003cp class=\"pd-text-base\"\u003eBuilt tough to handle the raw power of your angle grinder. Our durable construction ensures the wheels maintain their structural integrity even at maximum operational speeds, saving you time without compromising safety.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eEngineered specifically for standard angle grinders\u003c\/li\u003e\n\t\u003cli\u003eVibration-reduction base plate\u003c\/li\u003e\n\t\u003cli\u003eLong-lasting wear resistance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-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\/20260310141141\/555deaa7d69ad23a1af8052e353fc894.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eVersatile Multi-Surface Mastery\u003c\/h2\u003e\n\n\u003cp class=\"pd-text-base\"\u003eWhether you are polishing stainless steel exhaust pipes, restoring hazy glass, or buffing natural stone, these versatile discs provide the high-gloss, mirror-like finish your projects demand.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eMetal (Steel, Aluminum, Brass, Copper)\u003c\/li\u003e\n\t\u003cli\u003eAutomotive glass and mirrors\u003c\/li\u003e\n\t\u003cli\u003eCeramic tiles and granite edges\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-text-base\"\u003ePrecision engineered for optimal workshop performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003eWheel Diameter\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003e5.0 in (12.7 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003eMaximum Speed\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003e13,000 RPM\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003eMaterial\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003ePremium Dense Wool Felt + Composite Base\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003eTool Compatibility\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003eStandard Angle Grinders\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003ePackage Contents\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003e3 x High-Performance Wool Polishing Wheels\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-row\"\u003e\n\u003cdiv class=\"pd-spec-title\"\u003ePrimary Application\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-value\"\u003eMirror Finishing, Scratch Removal, Buffing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section pd-bg-light\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-container\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eDo I need to use polishing compounds with these wheels?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes, for the ultimate mirror finish, we highly recommend pairing these wool wheels with the appropriate polishing compound or paste suited for the specific material (metal, glass, or stone) you are working on.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eWill this fit my standard angle grinder?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eThese wheels are designed with a standard mounting arbor hole suitable for most commercial 5-inch angle grinders. They are engineered to securely lock in place for safe operation at high RPMs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-q\"\u003eHow long does one wheel typically last?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eLifespan varies based on the pressure applied and the roughness of the surface. However, our layered block design and dense wool felt construction significantly extend the durability compared to standard flat buffing pads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (3 Wheels)","offer_id":48486843810042,"sku":"1731721664536285296","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (6 Wheels)","offer_id":48486843842810,"sku":"1731721664536219760","price":22.95,"currency_code":"USD","in_stock":true},{"title":"4 Sets (12 Wheels)","offer_id":48486843875578,"sku":"1732236479590666352","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/c5b259ade0ecbae49dac7421c82be3b6.jpg?v=1773811462","url":"https:\/\/varitino.com\/products\/layered-wool-flap-disc","provider":"Varitino","version":"1.0","type":"link"}