{"title":"Jewellery Care","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cstyle\u003e\n\/* =====================================================\n   SMUK — Collection: Jewellery Care (EN)\n   CSS prefix: .jc-\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\/* ── Header ── *\/\n.smuk-jw .jc-header { padding: 40px 0 0; text-align: center; }\n.smuk-jw .jc-series-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 .jc-title-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 .jc-intro-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 .jc-intro-p:last-child { margin-bottom: 0 !important; }\n.smuk-jw .jc-intro-p strong { color: #3d5a73 !important; font-weight: 400 !important; }\n\n\/* ── Dividers ── *\/\n.smuk-jw .jc-hr { border: none; border-top: 1px solid #dfe3e8; margin: 40px 0 0; }\n.smuk-jw .jc-divider { width: 28px; height: 1px; background: #c9d8e6; margin: 40px auto 0; }\n\n\/* ── Section wrapper ── *\/\n.smuk-jw .jc-section { padding: 40px 0 0; }\n.smuk-jw .jc-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 .jc-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\/* ── Product cards ── *\/\n.smuk-jw .jc-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.smuk-jw .jc-product-card {\n  background: #f6f7f9; border: 1px solid #dfe3e8; padding: 20px;\n  border-radius: 2px; text-decoration: none !important; display: block;\n  transition: border-color 0.2s;\n}\n.smuk-jw .jc-product-card:hover { border-color: #3d5a73 !important; }\n.smuk-jw .jc-product-cat {\n  display: block; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;\n  color: #9aa3ad; margin-bottom: 6px;\n}\n.smuk-jw .jc-product-name {\n  font-family: 'Cormorant Garamond', Georgia, serif;\n  font-size: 17px !important; font-weight: 300 !important;\n  color: #1a2533 !important; margin: 0 0 6px !important; line-height: 1.5 !important;\n}\n.smuk-jw .jc-product-desc {\n  font-size: 12px !important; color: #9aa3ad !important;\n  line-height: 1.8 !important; margin: 0 0 10px !important; letter-spacing: 0.03em !important;\n}\n.smuk-jw .jc-product-sku {\n  display: inline-block; font-size: 9px; letter-spacing: 0.16em;\n  color: #9aa3ad; border: 1px solid #dfe3e8; padding: 2px 8px; border-radius: 2px;\n}\n\n\/* ── Notice ── *\/\n.smuk-jw .jc-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\n\/* ── Responsive ── *\/\n@media (max-width: 1024px) { .smuk-jw { max-width: 100%; } }\n@media (max-width: 768px) {\n  .smuk-jw .jc-header { padding: 32px 0 0; }\n  .smuk-jw .jc-section { padding: 32px 0 0; }\n}\n@media (max-width: 600px) {\n  .smuk-jw .jc-product-grid { grid-template-columns: 1fr; gap: 10px; }\n}\n@media (max-width: 390px) {\n  .smuk-jw { font-size: 14px; }\n  .smuk-jw .jc-header { padding: 24px 0 0; }\n  .smuk-jw .jc-section { padding: 28px 0 0; }\n  .smuk-jw .jc-hr { margin: 32px 0 0; }\n  .smuk-jw .jc-divider { margin: 32px auto 0; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"smuk-jw\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv class=\"jc-header fade\"\u003e\n    \u003cspan class=\"jc-series-tag\"\u003eJewellery Care Collection\u003c\/span\u003e\n    \u003cspan class=\"jc-title-em\"\u003eKeep what you love looking the way it did the day you found it.\u003c\/span\u003e\n    \u003cp class=\"jc-intro-p\"\u003e\n      The SMUK Jewellery Care collection brings together \u003cstrong\u003ethe essentials for keeping your jewellery in the best possible condition\u003c\/strong\u003e — from replacement earring backs that keep your piercings secure, to a silver polishing cloth that restores the original brightness to your sterling silver pieces.\n    \u003c\/p\u003e\n    \u003cp class=\"jc-intro-p\"\u003e\n      Good jewellery lasts. \u003cstrong\u003eRegular maintenance — replacing worn backs, polishing tarnished silver — is the most straightforward way to protect the pieces you wear most\u003c\/strong\u003e and keep them looking as considered as the day they were made.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Products --\u003e\n  \u003cdiv class=\"jc-section fade-2\"\u003e\n    \u003cdiv class=\"jc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"jc-section-label\"\u003eProducts\u003c\/span\u003e\n      \u003ch2 class=\"jc-section-title\"\u003eThe Collection\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jc-product-grid\"\u003e\n      \u003ca href=\"https:\/\/smuk.jp\/en\/products\/earring-backs\" class=\"jc-product-card\"\u003e\n        \u003cspan class=\"jc-product-cat\"\u003ePiercing Care\u003c\/span\u003e\n        \u003cp class=\"jc-product-name\"\u003eEarring Backs\u003cbr\u003eSterling Silver 925\u003c\/p\u003e\n        \u003cp class=\"jc-product-desc\"\u003eSilver. 1 pair (2 pieces)\u003c\/p\u003e\n        \u003cspan class=\"jc-product-sku\"\u003eCT260501\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/smuk.jp\/en\/products\/earring-backs\" class=\"jc-product-card\"\u003e\n        \u003cspan class=\"jc-product-cat\"\u003ePiercing Care\u003c\/span\u003e\n        \u003cp class=\"jc-product-name\"\u003eEarring Backs\u003cbr\u003eSilver × 14K Gold\u003c\/p\u003e\n        \u003cp class=\"jc-product-desc\"\u003eGold plated. 1 pair (2 pieces)\u003c\/p\u003e\n        \u003cspan class=\"jc-product-sku\"\u003eCT260502\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/smuk.jp\/en\/products\/earring-backs\" class=\"jc-product-card\"\u003e\n        \u003cspan class=\"jc-product-cat\"\u003ePiercing Care\u003c\/span\u003e\n        \u003cp class=\"jc-product-name\"\u003eEarring Backs\u003cbr\u003eSilicone\u003c\/p\u003e\n        \u003cp class=\"jc-product-desc\"\u003eLightweight, secure hold. 1 pair (2 pieces)\u003c\/p\u003e\n        \u003cspan class=\"jc-product-sku\"\u003eCT260503\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/smuk.jp\/en\/products\/silver-polishing-cloth\" class=\"jc-product-card\"\u003e\n        \u003cspan class=\"jc-product-cat\"\u003eSilver Care\u003c\/span\u003e\n        \u003cp class=\"jc-product-name\"\u003eSilver Polishing Cloth\u003c\/p\u003e\n        \u003cp class=\"jc-product-desc\"\u003eFor sterling silver 925. 1 cloth\u003c\/p\u003e\n        \u003cspan class=\"jc-product-sku\"\u003eJC260501\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Notice --\u003e\n  \u003cdiv class=\"jc-section fade-3\"\u003e\n    \u003cdiv class=\"jc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 32px;\"\u003e\n      \u003cp class=\"jc-notice\"\u003e\n        * Earring backs are consumable items — replace periodically for best performance.\u003cbr\u003e\n        * The silver polishing cloth is not suitable for rhodium-plated or gold-plated jewellery.\u003cbr\u003e\n        * Please refer to individual product pages for full usage instructions and precautions.\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","products":[{"product_id":"piercing-catch","title":"Earring Backs — 3 Materials","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cstyle\u003e\n\/* =====================================================\n   SMUK — Product: Earring Backs (EN)\n   CT260501 \/ CT260502 \/ CT260503\n   CSS prefix: .pc-\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 .pc-story { padding: 40px 0 0; text-align: center; }\n.smuk-jw .pc-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 .pc-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 .pc-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 .pc-story-p:last-child { margin-bottom: 0 !important; }\n.smuk-jw .pc-story-p strong { color: #3d5a73 !important; font-weight: 400 !important; }\n\n\/* ── Dividers ── *\/\n.smuk-jw .pc-hr { border: none; border-top: 1px solid #dfe3e8; margin: 40px 0 0; }\n.smuk-jw .pc-divider { width: 28px; height: 1px; background: #c9d8e6; margin: 40px auto 0; }\n\n\/* ── Section wrapper ── *\/\n.smuk-jw .pc-section { padding: 40px 0 0; }\n.smuk-jw .pc-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 .pc-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\/* ── Material block ── *\/\n.smuk-jw .pc-material-block { margin-bottom: 0; }\n.smuk-jw .pc-material-header {\n  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;\n}\n.smuk-jw .pc-material-name {\n  font-family: 'Cormorant Garamond', Georgia, serif;\n  font-size: clamp(16px, 2.2vw, 20px) !important; font-weight: 300 !important;\n  color: #1a2533 !important; margin: 0 !important; line-height: 1.4 !important;\n  letter-spacing: 0.06em !important;\n}\n.smuk-jw .pc-sku-badge {\n  display: inline-block; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;\n  color: #9aa3ad; border: 1px solid #dfe3e8; padding: 3px 10px; border-radius: 2px;\n  white-space: nowrap; flex-shrink: 0;\n}\n\n\/* ── Image placeholder ── *\/\n.smuk-jw .pc-img-placeholder {\n  width: 100%; aspect-ratio: 4 \/ 3;\n  background: #f6f7f9; border: 1.5px dashed #c9d8e6;\n  border-radius: 4px; display: flex; align-items: center;\n  justify-content: center; margin: 0 0 20px;\n}\n.smuk-jw .pc-img-placeholder-label {\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\/* ── Advantage list ── *\/\n.smuk-jw .pc-advantages { list-style: none !important; margin: 0 !important; padding: 0 !important; }\n.smuk-jw .pc-advantages li {\n  position: relative !important; display: block !important;\n  padding: 9px 0 9px 18px !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;\n}\n.smuk-jw .pc-advantages li:last-child { border-bottom: none; }\n.smuk-jw .pc-advantages li::before {\n  content: ''; display: block !important; position: absolute !important;\n  left: 0; top: 50%; transform: translateY(-50%);\n  width: 4px; height: 4px; border-radius: 50%; background: #3d5a73;\n}\n.smuk-jw .pc-advantages li strong { color: #3d5a73 !important; font-weight: 400 !important; }\n\n\/* ── Comparison table ── *\/\n.smuk-jw .pc-compare-table { width: 100%; border-collapse: collapse; margin-top: 0; }\n.smuk-jw .pc-compare-table th, .smuk-jw .pc-compare-table td {\n  padding: 10px 10px !important; font-size: 12.5px !important; line-height: 1.8 !important;\n  letter-spacing: 0.04em !important; vertical-align: top; border-bottom: 1px solid #f0f3f7;\n}\n.smuk-jw .pc-compare-table tr:last-child td { border-bottom: none !important; }\n.smuk-jw .pc-compare-table th {\n  color: #9aa3ad !important; font-weight: 300 !important; white-space: nowrap;\n  text-align: left !important; min-width: 80px; padding-right: 14px !important;\n}\n.smuk-jw .pc-compare-table td { color: #55606c !important; }\n\n\/* ── Notice ── *\/\n.smuk-jw .pc-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\n\/* ── Responsive ── *\/\n@media (max-width: 1024px) { .smuk-jw { max-width: 100%; } }\n@media (max-width: 768px) {\n  .smuk-jw .pc-story { padding: 32px 0 0; }\n  .smuk-jw .pc-section { padding: 32px 0 0; }\n  .smuk-jw .pc-section-title { margin: 0 0 20px !important; }\n}\n@media (max-width: 600px) {\n  .smuk-jw .pc-material-header { flex-wrap: wrap; gap: 8px; }\n  .smuk-jw .pc-advantages li { font-size: 14px !important; padding-top: 11px !important; padding-bottom: 11px !important; }\n  .smuk-jw .pc-compare-table th, .smuk-jw .pc-compare-table td { font-size: 13px !important; padding: 10px 8px !important; }\n}\n@media (max-width: 390px) {\n  .smuk-jw { font-size: 14px; }\n  .smuk-jw .pc-story { padding: 24px 0 0; }\n  .smuk-jw .pc-section { padding: 28px 0 0; }\n  .smuk-jw .pc-hr { margin: 32px 0 0; }\n  .smuk-jw .pc-divider { margin: 32px auto 0; }\n  .smuk-jw .pc-concept-tag { font-size: 8px; letter-spacing: 0.28em; }\n  .smuk-jw .pc-notice { font-size: 12px !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"smuk-jw\"\u003e\n\n  \u003c!-- Story --\u003e\n  \u003cdiv class=\"pc-story fade\"\u003e\n    \u003cspan class=\"pc-concept-tag\"\u003eAccessory — Earring Backs\u003c\/span\u003e\n    \u003cspan class=\"pc-story-em\"\u003eA small detail that makes the difference between a piercing that stays and one that doesn't.\u003c\/span\u003e\n    \u003cp class=\"pc-story-p\"\u003e\n      Earring backs are the small components that secure a piercing post behind the earlobe — and \u003cstrong\u003ethe material they're made from directly affects comfort, security, and how they look from behind\u003c\/strong\u003e. We offer three options: sterling silver 925, sterling silver 925 with 14K gold plating, and silicone. Each has its own strengths, and the right choice depends on how and where you wear your earrings.\n    \u003c\/p\u003e\n    \u003cp class=\"pc-story-p\"\u003e\n      \u003cstrong\u003eSold as a pair (2 pieces) per set.\u003c\/strong\u003e Replacing earring backs regularly helps keep your jewellery secure and your piercings comfortable over time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Material 1: Sterling Silver 925 --\u003e\n  \u003cdiv class=\"pc-section fade-2\"\u003e\n    \u003cdiv class=\"pc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"pc-section-label\"\u003eMaterial 01\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-material-block\"\u003e\n      \u003cdiv class=\"pc-material-header\"\u003e\n        \u003cp class=\"pc-material-name\"\u003eSterling Silver 925 Backs\u003c\/p\u003e\n        \u003cspan class=\"pc-sku-badge\"\u003eCT260501\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Image placeholder --\u003e\n      \u003cdiv class=\"pc-img-placeholder\"\u003e\n        \u003cp class=\"pc-img-placeholder-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/silver-earrings-catch-2.webp?v=1777803951\" alt=\"\"\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"pc-advantages\"\u003e\n        \u003cli\u003e\u003cstrong\u003e925 sterling silver\u003c\/strong\u003e — the highest purity silver, with minimal alloy content that keeps the material gentle against the skin\u003c\/li\u003e\n        \u003cli\u003eNickel-free and lead-free. A safe choice for those with metal sensitivities or skin that reacts to standard alloys\u003c\/li\u003e\n        \u003cli\u003eThe natural softness of 925 sterling silver gives these backs a light, comfortable hold — secure enough for daily wear without pinching or pressure\u003c\/li\u003e\n        \u003cli\u003eThe silver colour coordinates naturally with silver-toned earrings, so even when visible behind the ear, they look neat and intentional\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Material 2: Sterling Silver 925 × 14K Gold Plating --\u003e\n  \u003cdiv class=\"pc-section fade-2\"\u003e\n    \u003cdiv class=\"pc-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"pc-section-label\"\u003eMaterial 02\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-material-block\"\u003e\n      \u003cdiv class=\"pc-material-header\"\u003e\n        \u003cp class=\"pc-material-name\"\u003eSterling Silver 925 × 14K Gold Plated Backs\u003c\/p\u003e\n        \u003cspan class=\"pc-sku-badge\"\u003eCT260502\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Image placeholder --\u003e\n      \u003cdiv class=\"pc-img-placeholder\"\u003e\n        \u003cp class=\"pc-img-placeholder-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/gold-earrings-catch-1.webp?v=1777803952\" alt=\"\"\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"pc-advantages\"\u003e\n        \u003cli\u003eA sterling silver 925 base with \u003cstrong\u003e14K gold plating on the surface\u003c\/strong\u003e — a refined finish that reads as quality even when glimpsed behind the ear\u003c\/li\u003e\n        \u003cli\u003e\u003cstrong\u003eWorks equally well with silver and gold earrings\u003c\/strong\u003e, making it a versatile choice for anyone who mixes metals or wants a universal back that suits any pair\u003c\/li\u003e\n        \u003cli\u003eSterling silver 925 base means the part that sits against the skin remains nickel-free and lead-free, with the gold plating adding an extra barrier on the outer surface\u003c\/li\u003e\n        \u003cli\u003eIdeal for gold-tone jewellery looks, or for anyone who wants the backs to complement rather than contrast with the rest of their jewellery\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Material 3: Silicone --\u003e\n  \u003cdiv class=\"pc-section fade-2\"\u003e\n    \u003cdiv class=\"pc-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"pc-section-label\"\u003eMaterial 03\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pc-material-block\"\u003e\n      \u003cdiv class=\"pc-material-header\"\u003e\n        \u003cp class=\"pc-material-name\"\u003eSilicone Backs\u003c\/p\u003e\n        \u003cspan class=\"pc-sku-badge\"\u003eCT260503\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Image placeholder --\u003e\n      \u003cdiv class=\"pc-img-placeholder\"\u003e\n        \u003cp class=\"pc-img-placeholder-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/rubber-earrings-catch-3.webp?v=1777803952\" alt=\"\"\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"pc-advantages\"\u003e\n        \u003cli\u003e\u003cstrong\u003eLightweight and soft against the earlobe\u003c\/strong\u003e — the low weight reduces pressure and fatigue during extended wear, making them well suited for all-day use\u003c\/li\u003e\n        \u003cli\u003eThe silicone grips the post with a secure, flexible hold that \u003cstrong\u003ekeeps earrings in place through movement\u003c\/strong\u003e — a reliable option for active days or when you'd rather not think about losing a pair\u003c\/li\u003e\n        \u003cli\u003eA practical choice for sport, travel, or any situation where secure fit matters more than appearance\u003c\/li\u003e\n        \u003cli\u003eEasy to replace as a consumable — keeping a supply of fresh backs makes it simple to maintain hygiene and replace worn-out pieces without fuss\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Spec --\u003e\n  \u003cdiv class=\"pc-section fade\"\u003e\n    \u003cdiv class=\"pc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 40px;\"\u003e\n      \u003cspan class=\"pc-section-label\"\u003eSpecifications\u003c\/span\u003e\n      \u003ch2 class=\"pc-section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"pc-compare-table\"\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSKU\u003c\/th\u003e\n        \u003ctd\u003eCT260501 (Sterling Silver 925) \/ CT260502 (Sterling Silver 925 × 14K Gold Plating) \/ CT260503 (Silicone)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eContents\u003c\/th\u003e\n        \u003ctd\u003e1 pair (2 pieces) per set\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMaterial\u003c\/th\u003e\n        \u003ctd\u003e\n          CT260501: Sterling Silver 925\u003cbr\u003e\n          CT260502: Sterling Silver 925 × 14K Gold Plating\u003cbr\u003e\n          CT260503: Silicone\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eCompatibility\u003c\/th\u003e\n        \u003ctd\u003eStandard piercing posts (approx. 0.6–0.8mm diameter)\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Notice --\u003e\n  \u003cdiv class=\"pc-section fade-3\"\u003e\n    \u003cdiv class=\"pc-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 32px;\"\u003e\n      \u003cp class=\"pc-notice\"\u003e\n        * Earring backs are consumable items. We recommend replacing them periodically.\u003cbr\u003e\n        * If you have metal allergies, please check the material specifications before purchasing.\u003cbr\u003e\n        * Silicone backs may degrade over time. Replace if you notice deformation or hardening.\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): earring-backs\nPage title (EN): Earring Backs — 3 Materials | SMUK\nMeta description (EN): Replacement earring backs in sterling silver 925, 14K gold-plated sterling silver 925, and silicone. Sold as a pair (2 pieces). CT260501 \/ CT260502 \/ CT260503\nALT (EN): Earring backs sterling silver 925 14K gold plated silicone replacement SMUK CT260501 CT260502 CT260503\n===============\n--\u003e","brand":"SMUK Fine Jewellery","offers":[{"title":"シルバー","offer_id":48124378448113,"sku":"CT260501","price":300.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド","offer_id":48124378743025,"sku":"CT260502","price":300.0,"currency_code":"JPY","in_stock":true},{"title":"シリコン","offer_id":48124378775793,"sku":"CT260503","price":150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/files\/silver-earrings-catch-2.webp?v=1777803951"},{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0599\/5610\/1315\/collections\/silver-earrings-catch-2.webp?v=1777807791","url":"https:\/\/smuk.jp\/en\/collections\/jewellery-care.oembed","provider":"SMUK","version":"1.0","type":"link"}