{"product_id":"silver-polishing-cloth","title":"Silver Polishing Cloth","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cstyle\u003e\n\/* =====================================================\n   SMUK — Product: Silver Polishing Cloth (EN)\n   JC260501 \/ CSS prefix: .sc-\n   Shopify-safe: scoped to .smuk-jw\n   ===================================================== *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300\u0026family=Jost:wght@300;400\u0026display=swap');\n\n.smuk-jw {\n  font-family: 'Jost', sans-serif;\n  font-weight: 300;\n  font-size: 14px;\n  line-height: 2;\n  color: #1a2533;\n  background: transparent;\n  -webkit-font-smoothing: antialiased;\n  max-width: 640px;\n  margin: 0 auto;\n}\n.smuk-jw *, .smuk-jw *::before, .smuk-jw *::after { box-sizing: border-box; }\n\n@keyframes smukFadeIn {\n  from { opacity: 0; transform: translateY(12px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n.smuk-jw .fade   { animation: smukFadeIn 0.8s ease both; }\n.smuk-jw .fade-2 { animation: smukFadeIn 0.8s 0.1s ease both; }\n.smuk-jw .fade-3 { animation: smukFadeIn 0.8s 0.2s ease both; }\n\n\/* ── Story section ── *\/\n.smuk-jw .sc-story { padding: 40px 0 0; text-align: center; }\n.smuk-jw .sc-concept-tag {\n  display: inline-block; font-size: 9px; letter-spacing: 0.36em;\n  text-transform: uppercase; color: #3d5a73; border: 1px solid #c9d8e6;\n  padding: 4px 14px; border-radius: 2px; margin-bottom: 24px;\n}\n.smuk-jw .sc-story-em {\n  font-family: 'Cormorant Garamond', Georgia, serif;\n  font-size: clamp(15px, 2.2vw, 19px) !important; font-style: italic !important;\n  font-weight: 300 !important; color: #3d5a73 !important; line-height: 2 !important;\n  letter-spacing: 0.06em !important; margin: 0 0 24px !important; display: block;\n}\n.smuk-jw .sc-story-p {\n  font-size: 14px !important; color: #55606c !important; line-height: 2.3 !important;\n  letter-spacing: 0.04em !important; margin: 0 0 18px !important;\n}\n.smuk-jw .sc-story-p:last-child { margin-bottom: 0 !important; }\n.smuk-jw .sc-story-p strong { color: #3d5a73 !important; font-weight: 400 !important; }\n\n\/* ── Dividers ── *\/\n.smuk-jw .sc-hr { border: none; border-top: 1px solid #dfe3e8; margin: 40px 0 0; }\n.smuk-jw .sc-divider { width: 28px; height: 1px; background: #c9d8e6; margin: 40px auto 0; }\n\n\/* ── Section wrapper ── *\/\n.smuk-jw .sc-section { padding: 40px 0 0; }\n.smuk-jw .sc-section-label {\n  display: block; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;\n  color: #9aa3ad; margin-bottom: 8px; text-align: center;\n}\n.smuk-jw .sc-section-title {\n  font-family: 'Cormorant Garamond', Georgia, serif;\n  font-size: clamp(17px, 2.4vw, 22px) !important; font-weight: 300 !important;\n  letter-spacing: 0.08em !important; color: #1a2533 !important;\n  margin: 0 0 24px !important; line-height: 1.5 !important; text-align: center;\n}\n\n\/* ── Features grid ── *\/\n.smuk-jw .sc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.smuk-jw .sc-feature-card { background: #f6f7f9; border: 1px solid #dfe3e8; padding: 18px 20px; border-radius: 2px; }\n.smuk-jw .sc-feature-title {\n  font-size: 11px !important; letter-spacing: 0.1em !important; color: #3d5a73 !important;\n  font-weight: 400 !important; margin: 0 0 6px !important; text-transform: uppercase;\n}\n.smuk-jw .sc-feature-desc {\n  font-size: 12.5px !important; color: #55606c !important; line-height: 1.9 !important;\n  letter-spacing: 0.03em !important; margin: 0 !important;\n}\n\n\/* ── Image placeholder ── *\/\n.smuk-jw .sc-img-placeholder {\n  width: 100%; aspect-ratio: 4 \/ 3;\n\n  border-radius: 4px; display: flex; align-items: center;\n  justify-content: center; margin: 0 0 32px;\n}\n.smuk-jw .sc-img-placeholder-label { display: none !important; }\n.smuk-jw .sc-img-placeholder-label-hidden {\n  font-size: 11px !important; color: #c9d8e6 !important;\n  letter-spacing: 0.2em !important; text-transform: uppercase !important;\n  margin: 0 !important;\n}\n\n\/* ── How to use steps ── *\/\n.smuk-jw .sc-steps { list-style: none !important; margin: 0 !important; padding: 0 !important; counter-reset: sc-step; }\n.smuk-jw .sc-steps li {\n  position: relative !important; display: flex !important; gap: 16px !important;\n  padding: 14px 0 !important; font-size: 13.5px !important;\n  color: #55606c !important; line-height: 1.9 !important; letter-spacing: 0.04em !important;\n  margin: 0 !important; border-bottom: 1px solid #f6f7f9; counter-increment: sc-step;\n  align-items: flex-start !important;\n}\n.smuk-jw .sc-steps li:last-child { border-bottom: none; }\n.smuk-jw .sc-steps li::before {\n  content: counter(sc-step) !important; display: flex !important;\n  align-items: center !important; justify-content: center !important;\n  min-width: 22px !important; height: 22px !important;\n  font-size: 10px !important; font-family: 'Cormorant Garamond', Georgia, serif !important;\n  color: #fff !important; background: #3d5a73 !important;\n  border-radius: 50% !important; flex-shrink: 0 !important; margin-top: 2px !important;\n}\n.smuk-jw .sc-steps li strong { color: #3d5a73 !important; font-weight: 400 !important; }\n\n\/* ── Spec table ── *\/\n.smuk-jw .sc-spec-table { width: 100%; border-collapse: collapse; margin-top: 0; }\n.smuk-jw .sc-spec-table tr { border-bottom: 1px solid #f0f3f7; }\n.smuk-jw .sc-spec-table tr:last-child { border-bottom: none; }\n.smuk-jw .sc-spec-table td {\n  padding: 10px 8px !important; font-size: 13px !important; line-height: 1.9 !important;\n  letter-spacing: 0.04em !important; vertical-align: top;\n}\n.smuk-jw .sc-spec-table td:first-child {\n  color: #9aa3ad !important; white-space: nowrap; padding-right: 20px !important; min-width: 90px;\n}\n.smuk-jw .sc-spec-table td:last-child { color: #55606c !important; }\n\n\/* ── Notice ── *\/\n.smuk-jw .sc-notice {\n  font-size: 11.5px !important; color: #9aa3ad !important; line-height: 2.1 !important;\n  letter-spacing: 0.04em !important; margin: 0 !important;\n}\n.smuk-jw .sc-notice strong { color: #c9a48a !important; font-weight: 400 !important; }\n\n\/* ── Responsive ── *\/\n@media (max-width: 1024px) { .smuk-jw { max-width: 100%; } }\n@media (max-width: 768px) {\n  .smuk-jw .sc-story { padding: 32px 0 0; }\n  .smuk-jw .sc-section { padding: 32px 0 0; }\n  .smuk-jw .sc-section-title { margin: 0 0 20px !important; }\n  .smuk-jw .sc-feature-card { padding: 16px 18px; }\n}\n@media (max-width: 600px) {\n  .smuk-jw .sc-features { grid-template-columns: 1fr; gap: 10px; }\n  .smuk-jw .sc-spec-table td:first-child { white-space: normal; min-width: 72px; padding-right: 12px !important; }\n  .smuk-jw .sc-spec-table td { font-size: 13.5px !important; padding: 11px 6px !important; }\n  .smuk-jw .sc-story-p { font-size: 14.5px !important; }\n}\n@media (max-width: 390px) {\n  .smuk-jw { font-size: 14px; }\n  .smuk-jw .sc-story { padding: 24px 0 0; }\n  .smuk-jw .sc-section { padding: 28px 0 0; }\n  .smuk-jw .sc-divider { margin: 32px auto 0; }\n  .smuk-jw .sc-hr { margin: 32px 0 0; }\n  .smuk-jw .sc-concept-tag { font-size: 8px; letter-spacing: 0.28em; }\n  .smuk-jw .sc-feature-title { font-size: 10px !important; }\n  .smuk-jw .sc-feature-desc { font-size: 13px !important; }\n  .smuk-jw .sc-notice { font-size: 12px !important; line-height: 2.2 !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"smuk-jw\"\u003e\n\n  \u003c!-- Story --\u003e\n  \u003cdiv class=\"sc-story fade\"\u003e\n    \u003cspan class=\"sc-concept-tag\"\u003eJewellery Care — Silver Polishing Cloth\u003c\/span\u003e\n    \u003cspan class=\"sc-story-em\"\u003eThe shine you first noticed — brought back simply, without fuss.\u003c\/span\u003e\n    \u003cp class=\"sc-story-p\"\u003e\n      Silver tarnishes naturally over time as the metal reacts with sulphur compounds in the air. The result is the familiar darkening or dulling of the surface — a change that is entirely normal, but equally easy to reverse. \u003cstrong\u003eRegular polishing with the right cloth restores the original brightness and keeps the silver looking its best\u003c\/strong\u003e without needing water, chemicals, or specialist equipment.\n    \u003c\/p\u003e\n    \u003cp class=\"sc-story-p\"\u003e\n      This cloth is impregnated with a fine polishing compound formulated for 925 sterling silver. \u003cstrong\u003eIt removes tarnish and dullness without scratching the surface\u003c\/strong\u003e — a simple addition to any jewellery routine that makes a visible difference in the condition of the pieces you wear most.\n    \u003c\/p\u003e\n\u003cp class=\"sc-story-p\"\u003e \u003c\/p\u003e\n\u003cp class=\"sc-story-p\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/silver-polishing-cloth-1.webp?v=1777808856\" alt=\"銀磨き布 シルバーポリッシングクロス 925スターリングシルバー専用 SMUK ジュエリーケア\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Image placeholder --\u003e\n\u003cdiv class=\"sc-section fade-2\"\u003e\n\u003cdiv class=\"sc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"sc-section-label\"\u003eFeatures\u003c\/span\u003e\n      \u003ch2 class=\"sc-section-title\"\u003eWhat It Does\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sc-features\"\u003e\n      \u003cdiv class=\"sc-feature-card\"\u003e\n        \u003cp class=\"sc-feature-title\"\u003eRemoves Tarnish \u0026amp; Dullness\u003c\/p\u003e\n        \u003cp class=\"sc-feature-desc\"\u003eThe polishing compound woven into the cloth lifts oxidation from the silver surface — restoring brightness without liquid cleaners or rinsing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sc-feature-card\"\u003e\n        \u003cp class=\"sc-feature-title\"\u003eSoft, Non-Scratching Fibres\u003c\/p\u003e\n        \u003cp class=\"sc-feature-desc\"\u003eMade with a soft, fine-weave fabric that polishes the silver surface without leaving marks. Safe for use on delicate or detailed pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sc-feature-card\"\u003e\n        \u003cp class=\"sc-feature-title\"\u003eDry Use — No Water Needed\u003c\/p\u003e\n        \u003cp class=\"sc-feature-desc\"\u003eA dry-use cloth that works without water or soap. Use it anywhere — at your desk, while travelling, or wherever you keep your jewellery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sc-feature-card\"\u003e\n        \u003cp class=\"sc-feature-title\"\u003eMade for Sterling Silver 925\u003c\/p\u003e\n        \u003cp class=\"sc-feature-desc\"\u003eFormulated specifically for 925 sterling silver jewellery. Compatible with all SMUK silver collection pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- How to Use --\u003e\n  \u003cdiv class=\"sc-section fade-2\"\u003e\n    \u003cdiv class=\"sc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"sc-section-label\"\u003eHow to Use\u003c\/span\u003e\n      \u003ch2 class=\"sc-section-title\"\u003eInstructions\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003col class=\"sc-steps\"\u003e\n      \u003cli\u003e\u003cstrong\u003eWipe away surface dust\u003c\/strong\u003e — before polishing, use the clean side of the cloth or a soft tissue to remove any dust or skin oils from the jewellery surface\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003ePolish gently\u003c\/strong\u003e — rub the silver surface with the polishing cloth using light, circular motions. The compound does the work — no need to press hard\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003eBuff to finish\u003c\/strong\u003e — once the tarnish has lifted, use a clean section of the cloth or a separate soft cloth to buff the surface and reveal the restored shine\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Spec --\u003e\n  \u003cdiv class=\"sc-section fade\"\u003e\n    \u003cdiv class=\"sc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"sc-section-label\"\u003eSpecifications\u003c\/span\u003e\n      \u003ch2 class=\"sc-section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"sc-spec-table\"\u003e\n      \u003ctr\u003e\u003ctd\u003eSKU\u003c\/td\u003e\u003ctd\u003eJC260501\u003c\/td\u003e\u003c\/tr\u003e\n      \u003ctr\u003e\u003ctd\u003eContents\u003c\/td\u003e\u003ctd\u003e1 cloth\u003c\/td\u003e\u003c\/tr\u003e\n      \u003ctr\u003e\u003ctd\u003eSuitable For\u003c\/td\u003e\u003ctd\u003e925 sterling silver jewellery only\u003c\/td\u003e\u003c\/tr\u003e\n      \u003ctr\u003e\u003ctd\u003eSize\u003c\/td\u003e\u003ctd\u003eapprox. 8×8cm\u003c\/td\u003e\u003c\/tr\u003e\n      \u003ctr\u003e\u003ctd\u003eMethod\u003c\/td\u003e\u003ctd\u003eDry use — no water or soap required\u003c\/td\u003e\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Notice --\u003e\n  \u003cdiv class=\"sc-section fade-3\"\u003e\n    \u003cdiv class=\"sc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 32px;\"\u003e\n      \u003cp class=\"sc-notice\"\u003e\n        * \u003cstrong\u003eDo not use on rhodium-plated or gold-plated jewellery.\u003c\/strong\u003e The polishing compound may remove the plating.\u003cbr\u003e\n        * Do not use on natural stones, pearls, or enamel-finished pieces.\u003cbr\u003e\n        * The cloth will darken with use as tarnish transfers to the fibres — this is normal and does not affect performance until the cloth is fully spent.\u003cbr\u003e\n        * Keep out of reach of children.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"height: 48px;\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/smuk-jw --\u003e\n\n\u003c!--\n===== SEO =====\nURL handle (EN): silver-polishing-cloth\nPage title (EN): Silver Polishing Cloth | Jewellery Care | SMUK\nMeta description (EN): Silver polishing cloth for 925 sterling silver jewellery. Dry-use, no water needed. Removes tarnish and dullness without scratching. Part of the SMUK Jewellery Care series. JC260501\nALT (EN): Silver polishing cloth sterling silver 925 tarnish removal SMUK jewellery care JC260501\n===============\n--\u003e","brand":"SMUK Fine Jewellery","offers":[{"title":"Default Title","offer_id":48124382347505,"sku":"JC260501","price":30.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/silver-polishing-cloth-1.webp?v=1777808856","url":"https:\/\/smuk.jp\/en\/products\/silver-polishing-cloth","provider":"SMUK","version":"1.0","type":"link"}