{"product_id":"latex-coated-nylon-gloves","title":"Latex Coated Nylon Gloves","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Heavy-Duty Work Gloves\nTarget Audience: Construction Workers, Mechanics, Landscapers, General Laborers\nVisual Style: Rugged, Functional, High-Performance\nColor Strategy: Primary Industrial Orange (#E65100) for safety cues, Slate Grays for dirt-resistance association\nShape Strategy: Radius 6px (Hard-working, sturdy, masculine but modern)\nTypography Strategy: Large Type \/ Mobile-first readable (Bold headers for clear scanning)\nMobile Table Strategy: Card-based layout with data-labels (No horizontal scroll allowed)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* --- 1. Design System \u0026 CSS Variables --- *\/\n    .product-detail-container {\n        --primary: #E65100;\n        --bg-body: #ffffff;\n        --bg-card: #f8f9fa;\n        --text-main: #111827;\n        --text-sub: #4b5563;\n        --border-color: #e5e7eb;\n        --radius-md: 6px;\n        --radius-lg: 12px;\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, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n        color: var(--text-main);\n        background-color: var(--bg-body);\n        \n        \/* Typography System *\/\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n        font-size: clamp(34px, 5vw, 44px);\n        line-height: 1.2;\n        font-weight: 800;\n        margin: 0 0 1.5rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(26px, 4vw, 32px);\n        line-height: 1.3;\n        font-weight: 700;\n        margin: 0 0 1rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n        font-size: clamp(22px, 3vw, 24px);\n        line-height: 1.4;\n        font-weight: 600;\n        margin: 0 0 1rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container p {\n        font-size: clamp(18px, 2vw, 20px);\n        line-height: 1.7;\n        margin: 0 0 1.5rem 0;\n        color: var(--text-sub);\n    }\n\n    \/* Subtext \/ Aux text *\/\n    .product-detail-container .aux-text {\n        font-size: clamp(16px, 1.5vw, 18px);\n        color: var(--text-sub);\n    }\n\n    \/* --- 2. Image \u0026 Media Protocol --- *\/\n    .img-placeholder {\n        width: 100%;\n        background: var(--bg-card);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border-radius: var(--radius-md);\n        overflow: hidden;\n    }\n\n    .img-placeholder img {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-md);\n    }\n\n    \/* --- 3. Badges (Non-interactive) --- *\/\n    .badge-container {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 1rem;\n        margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n        display: inline-block;\n        background: var(--bg-card);\n        color: var(--primary);\n        padding: 0.5rem 1rem;\n        border-radius: var(--radius-md);\n        font-size: 16px;\n        font-weight: 700;\n        border: 1px solid var(--border-color);\n        letter-spacing: 0.5px;\n        text-transform: uppercase;\n    }\n\n    \/* --- 4. Layout Architecture --- *\/\n    .section-spacer {\n        margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .hero-section {\n        text-align: left;\n        display: flex;\n        flex-direction: column;\n        gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    @media (min-width: 768px) {\n        .hero-section {\n            flex-direction: row;\n            align-items: center;\n        }\n        .hero-content, .hero-media {\n            flex: 1;\n        }\n    }\n\n    \/* Mobile Ordering Lock: Z-Pattern features *\/\n    .feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(1.5rem, 4vw, 3rem);\n        margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-media, .feature-copy {\n        width: 100%;\n    }\n\n    @media (min-width: 768px) {\n        .feature-item {\n            flex-direction: row;\n            align-items: center;\n        }\n        .feature-item \u003e * {\n            flex: 1;\n        }\n        \/* Z-Pattern: Even items reversed *\/\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n    }\n\n    \/* --- 5. Specs Table (Mobile Card Conversion) --- *\/\n    .specs-wrapper {\n        background: var(--bg-card);\n        padding: clamp(2rem, 5vw, 4rem);\n        border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n    }\n\n    .specs-table th, \n    .specs-table td {\n        padding: 1.25rem 1rem;\n        font-size: clamp(18px, 2vw, 20px);\n        color: var(--text-sub);\n    }\n\n    .specs-table th {\n        font-weight: 700;\n        color: var(--text-main);\n        border-bottom: 2px solid var(--border-color);\n    }\n\n    .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    \/* Force Card Layout on Mobile *\/\n    @media (max-width: 767px) {\n        .specs-table, \n        .specs-table thead, \n        .specs-table tbody, \n        .specs-table th, \n        .specs-table td, \n        .specs-table tr {\n            display: block;\n            width: 100%;\n        }\n        .specs-table thead {\n            display: none;\n        }\n        .specs-table tr {\n            background: #ffffff;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            margin-bottom: 1.5rem;\n            padding: 0.5rem 1rem;\n        }\n        .specs-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px dashed var(--border-color);\n            padding: 1rem 0;\n            text-align: right;\n            gap: 1rem;\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: 700;\n            color: var(--text-main);\n            text-align: left;\n            flex-shrink: 0;\n        }\n    }\n\n    \/* --- 6. FAQ Section --- *\/\n    .faq-item {\n        margin-bottom: 2rem;\n        padding-bottom: 2rem;\n        border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n        border-bottom: none;\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacer\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eWear-Resistant\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eHeavy-Duty Protection for Demanding Jobs\u003c\/h1\u003e\n\n\u003cp\u003eBuilt for the toughest environments. These durable rubber latex work gloves offer superior wear-resistance and a waterproof barrier, keeping your hands dry and protected during intense manual labor.\u003c\/p\u003e\n\n\u003cp class=\"aux-text\"\u003e✔ Ideal for construction, landscaping, and wet working conditions\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325162338\/36e9b18fa433969b8eaea32f10ba6b7c.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacer\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325162348\/32f4d30300ca47eed5a6d7c51368b66a.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTire Rubber Surface \u0026amp; Anti-Slip Grip\u003c\/h2\u003e\n\n\u003cp\u003eMaintain complete control over your tools and materials. The exterior features a specialized porous foam structure that mimics the heavy-duty grip of a tire.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThree-Dimensional Protection:\u003c\/strong\u003e This highly textured surface provides exceptional anti-slip properties, ensuring a secure, confident hold even when handling wet, oily, or slippery objects on the job site.\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=\"img-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325162403\/436173a017f54d363b51f81fcd191964.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWaterproof \u0026amp; Long-Lasting Durability\u003c\/h2\u003e\n\n\u003cp\u003eMade with premium rubber latex for long-lasting performance. These gloves are specifically designed to withstand the daily friction and abrasion of demanding manual activities.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eStay Dry \u0026amp; Productive:\u003c\/strong\u003e The waterproof construction acts as an impenetrable barrier against liquids, helping keep your hands completely dry and comfortable in wet working conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-wrapper section-spacer\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\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\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=\"Specification\"\u003eOuter Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eDurable Rubber Latex (Textured)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGrip Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003ePorous Foam Anti-Slip Structure\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSize\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eOne Size Fits All (Length: 25cm \/ Width: 12cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKey Features\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eWaterproof, Anti-Slip, High Abrasion Resistance\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eRecommended Use\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eConstruction, Mechanics, Landscaping, General Labor\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=\"faq-section section-spacer\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 5vw, 4rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these gloves suitable for wet working conditions?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The durable rubber latex construction is completely waterproof, acting as a reliable barrier to help keep your hands dry and comfortable when working with wet materials or in rainy environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill they fit my hands?\u003c\/h3\u003e\n\n\u003cp\u003eThese gloves feature a versatile \"One size fits all\" design with a flexible knit wrist. They measure 25cm in length and 12cm in width, accommodating most adult hand sizes comfortably while providing a secure fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pair","offer_id":45408885637311,"sku":"0325-16171668","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 Pairs - Buy 2 Get 1 at 20% OFF 🔥","offer_id":45408885670079,"sku":"0325-16172803","price":19.95,"currency_code":"USD","in_stock":true},{"title":"0 Pairs - Buy 6 Get 4 FREE 🎁","offer_id":45408885702847,"sku":"0325-16176873","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/fbf25f24aaf5ce37a689c8d30f6f4b08.jpg?v=1774427056","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/latex-coated-nylon-gloves","provider":"Bak","version":"1.0","type":"link"}