{"product_id":"adjustable-whetstone-sink-holder","title":"Adjustable Whetstone Sink Holder","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Sink Bridge Whetstone Holder \/ Knives Sharpener Stand\nTarget Audience: Home cooks, culinary enthusiasts, professional chefs\nVisual Style: Industrial, Professional, Sturdy, Reliable\nColor Strategy: Steel Gray (Primary) with Precision Accent (Burnt Orange\/Red)\nShape Strategy: Radius 8px (Sturdy, industrial feel without sharp hazards)\nTypography Strategy: Large Type \/ Mobile-first readable, clear hierarchy\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Material=image_2, Brake=image_3, WideApp=image_4, Gift=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n        .product-detail-container {\n            --primary: #2C3E50; \/* Slate Steel *\/\n            --primary-hover: #1A252F;\n            --accent: #D35400; \/* Precision Burnt Orange *\/\n            --text-main: #1C1C1C;\n            --text-sub: #4A4A4A;\n            --bg-body: #FFFFFF;\n            --bg-card: #F8F9FA;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n            --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n            --border-color: #E2E8F0;\n            --spacing-section: clamp(2rem, 5vw, 4rem);\n\n            \/* 0) Typography \u0026 Spacing System *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background: var(--bg-body);\n            box-sizing: border-box;\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        \/* Typography Sizes (Large Type System) *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            color: var(--primary);\n            margin: 0 0 1.5rem 0;\n            font-weight: 800;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            line-height: 1.3;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n            font-weight: 700;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            line-height: 1.4;\n            color: var(--primary);\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        \/* Non-interactive Badge *\/\n        .status-badge {\n            display: inline-block;\n            background: var(--bg-card);\n            color: var(--accent);\n            border: 1px solid var(--accent);\n            padding: 0.5rem 1.2rem;\n            border-radius: 50px;\n            font-size: clamp(16px, 1.8vw, 18px);\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Image Protocol (Plan A + Placeholder) *\/\n        .img-placeholder {\n            width: 100%;\n            height: auto;\n            aspect-ratio: 4 \/ 3;\n            background-color: var(--bg-card);\n            border: 2px dashed #CBD5E1;\n            border-radius: var(--radius-md);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: clamp(18px, 2vw, 22px);\n            color: #64748B;\n            font-weight: 500;\n            margin: 0;\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Layout Sections *\/\n        .pd-section {\n            margin-bottom: var(--spacing-section);\n            padding-top: var(--spacing-section);\n        }\n\n        .hero-section {\n            text-align: center;\n        }\n\n        .hero-section .img-placeholder {\n            margin-top: 2rem;\n            aspect-ratio: 16 \/ 9; \/* Wider for hero *\/\n        }\n\n        \/* Mobile Ordering Lock \u0026 Z-Pattern *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Image top, Text bottom naturally via DOM order *\/\n            gap: 2rem;\n            margin-bottom: var(--spacing-section);\n            background: var(--bg-body);\n        }\n\n        .feature-media, .feature-copy {\n            width: 100%;\n        }\n\n        .feature-copy {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                align-items: center;\n                gap: 4rem; \/* Generous breathing room *\/\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specs Table - Card Based on Mobile *\/\n        .specs-wrapper {\n            background: var(--bg-card);\n            padding: clamp(1.5rem, 3vw, 3rem);\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .specs-table th, \n        .specs-table td {\n            padding: 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-main);\n        }\n\n        .specs-table th {\n            font-weight: 700;\n            color: var(--primary);\n            background: rgba(0,0,0,0.02);\n        }\n\n        @media (max-width: 767px) {\n            \/* NO horizontal scroll *\/\n            .specs-table, \n            .specs-table tbody, \n            .specs-table tr, \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            .specs-table tr {\n                margin-bottom: 1.5rem;\n                background: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 1rem;\n                box-shadow: 0 2px 4px rgba(0,0,0,0.02);\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: 0.8rem 0;\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: 700;\n                color: var(--text-sub);\n                margin-right: 1rem;\n                text-align: left;\n                flex-shrink: 0;\n            }\n        }\n\n        \/* Important Notes *\/\n        .important-notes {\n            background-color: #fffbeb;\n            border-left: 4px solid #f59e0b;\n            padding: 1.5rem;\n            border-radius: 0 var(--radius-md) var(--radius-md) 0;\n            margin-bottom: var(--spacing-section);\n        }\n        \n        .important-notes h2 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            color: #b45309;\n            margin-bottom: 1rem;\n        }\n\n        .important-notes ul {\n            margin: 0;\n            padding-left: 1.5rem;\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n        }\n\n        .important-notes li {\n            margin-bottom: 0.5rem;\n        }\n\n        \/* FAQ Section *\/\n        .faq-item {\n            border-bottom: 1px solid var(--border-color);\n            padding: 1.5rem 0;\n        }\n        .faq-item:last-child {\n            border-bottom: none;\n        }\n        .faq-q {\n            font-size: clamp(20px, 2.5vw, 22px);\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n        }\n        .faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- A) Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"status-badge\"\u003eProfessional Grade Tool\u003c\/div\u003e\n\n\u003ch1\u003eMaster Every Cut with Absolute Precision\u003c\/h1\u003e\n\n\u003cp\u003eTrusted by over 10,000 professional chefs and home culinary enthusiasts to maintain the ultimate razor-sharp edge.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331094504\/fe64463c66174d79fa0799ca109913a6.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\"\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331094504\/17df58e63a9368706afbdd009e35371b.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=\"feature-copy\"\u003e\n\u003ch2\u003eLong-Lasting, Rust-Proof Material\u003c\/h2\u003e\n\n\u003cp\u003eConstructed from selected, high-grade thickened stainless steel. This whetstone holder guarantees exceptional strength and unyielding stability. Say goodbye to flimsy setups and rust over time—experience a reliable, professional tool designed to withstand heavy daily use in any kitchen environment.\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\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331094504\/706135144cc2e6db1fec456fbe5ab9b3.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=\"feature-copy\"\u003e\n\u003ch2\u003eUltimate Control \u0026amp; Easy Brake Adjustment\u003c\/h2\u003e\n\n\u003cp\u003eSafety and stability are paramount when sharpening. Our intuitively designed adjustable brake system secures your sharpening stone instantly. Enjoy a hassle-free sharpening process with zero slipping, giving you the control needed to perfect your blade's angle.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331094504\/e5d2c26662a922ffb731150358117bfa.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=\"feature-copy\"\u003e\n\u003ch2\u003eWide Application for Any Sink\u003c\/h2\u003e\n\n\u003cp\u003eSharpening over the sink means zero countertop mess. This stand is engineered with a versatile extending mechanism that securely fits a diverse range of home and commercial sinks. Keep a constant water flow for your stones and wash away abrasive slurry instantly.\u003c\/p\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331094504\/b97dbb3244abc9492e8e0d6625720bf5.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=\"feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Edge, The Ultimate Gift\u003c\/h2\u003e\n\n\u003cp\u003eRegular maintenance is crucial for keeping your knives performing at their peak, from coarse grinding to fine honing. Achieve a razor-pointed edge in minutes. Whether for a beginner or a seasoned pro, this is a must-have gift for Birthdays, Thanksgiving, or Christmas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C) Specs Table (Mobile Card-based Layout) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHigh-Grade Stainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHolder Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e310 g (10.9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHolder Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6.3 cm (2.48 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFits Whetstone Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6.5 cm to 22 cm (2.5\" to 8.6\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFits Sink Inner Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e28.5 cm to 43 cm (11.2\" to 16.9\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Important Notes Section --\u003e\n\n\u003cdiv class=\"important-notes\"\u003e\n\u003ch2\u003e📌 Important Notes:\u003c\/h2\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eWhetstone Color:\u003c\/strong\u003e If you select the \"Holder + Whetstone Bundle\", please note that the color of the whetstone is shipped randomly.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMeasurements:\u003c\/strong\u003e All dimensions are measured manually. Please allow for slight variations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- D) FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWill this stand fit my kitchen sink?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes! The extending bracket design fits a wide range of standard residential and commercial sinks. It easily adjusts to firmly grip the inner edges of your sink basin.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWill the metal scratch my sink or rust over time?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo. It is crafted from high-grade, thickened stainless steel which is highly resistant to rust and corrosion. The contact points are designed to be smooth, ensuring your sink remains scratch-free during use.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes this product include the sharpening whetstone?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eWe offer two options! You can choose the \u003cstrong\u003e\"Sink Holder Only\"\u003c\/strong\u003e if you already have your own stones, or select the \u003cstrong\u003e\"Holder + Whetstone Bundle\"\u003c\/strong\u003e to get a complete set. The holder is universally compatible with most water stones and diamond plates on the market.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sink Holder Only (No Stone)","offer_id":45430435250367,"sku":"0401-17183147","price":1012.95,"currency_code":"USD","in_stock":true},{"title":"Holder + Whetstone Bundle","offer_id":45430435283135,"sku":"0401-17187605","price":1024.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/99d9380cb92f5ede84b72b0bdaf14f3b.jpg?v=1775035184","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/adjustable-whetstone-sink-holder","provider":"Bak","version":"1.0","type":"link"}