{"product_id":"limescale-cleaner-spray","title":"🚿 Limescale Cleaner Spray for Black Sinks, Faucets \u0026 Fixtures","description":"\u003cstyle\u003e  .spainho-cleaner-page {    --text: #1f2528;    --muted: #687176;    --title: #111719;    --accent: #b78452;    --accent-dark: #805b37;    --accent-soft: #f7f1ea;    --surface: #f6f7f6;    --line: #e5e7e5;    --warning-bg: #fff8ed;    --warning-border: #e8c48d;    max-width: 820px;    margin: 0 auto;    padding: 12px 16px 32px;    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\",      Helvetica, Arial, sans-serif;    color: var(--text);    line-height: 1.65;    box-sizing: border-box;  }  .spainho-cleaner-page *,  .spainho-cleaner-page *::before,  .spainho-cleaner-page *::after {    box-sizing: border-box;  }  .spainho-cleaner-page h2,  .spainho-cleaner-page h3,  .spainho-cleaner-page p {    margin-top: 0;  }  \/* HERO *\/  .spainho-cleaner-page .hero {    padding: 22px 8px 30px;    text-align: center;  }  .spainho-cleaner-page .hero-tag {    display: inline-flex;    align-items: center;    justify-content: center;    margin-bottom: 13px;    padding: 6px 12px;    border-radius: 999px;    background: var(--accent-soft);    color: var(--accent-dark);    font-size: 12px;    font-weight: 800;    letter-spacing: 1px;    text-transform: uppercase;  }  .spainho-cleaner-page .hero h2 {    max-width: 680px;    margin: 0 auto 12px;    color: var(--title);    font-size: clamp(29px, 5vw, 43px);    line-height: 1.12;    font-weight: 800;    letter-spacing: -0.9px;  }  .spainho-cleaner-page .hero p {    max-width: 640px;    margin: 0 auto;    color: var(--muted);    font-size: 16px;    line-height: 1.7;  }  \/* FEATURE *\/  .spainho-cleaner-page .feature {    padding: 21px 0 30px;  }  .spainho-cleaner-page .feature-copy {    max-width: 690px;    margin: 0 auto 18px;  }  .spainho-cleaner-page .feature-label {    display: block;    margin-bottom: 6px;    color: var(--accent-dark);    font-size: 12px;    font-weight: 800;    letter-spacing: 1.1px;    text-transform: uppercase;  }  .spainho-cleaner-page .feature h3 {    margin-bottom: 9px;    color: var(--title);    font-size: clamp(22px, 4vw, 30px);    line-height: 1.25;    font-weight: 800;    letter-spacing: -0.4px;  }  .spainho-cleaner-page .feature p {    margin-bottom: 0;    color: var(--muted);    font-size: 16px;    line-height: 1.72;  }  \/* CLICKABLE IMAGE *\/  .spainho-cleaner-page .product-image-link {    display: block;    width: 100%;    overflow: hidden;    border-radius: 16px;    background: var(--surface);    text-decoration: none;  }  .spainho-cleaner-page .product-image-link img {    display: block;    width: 100%;    height: auto;    margin: 0;    border: 0;    transition: transform 0.28s ease;  }  @media (hover: hover) {    .spainho-cleaner-page .product-image-link:hover img {      transform: scale(1.012);    }  }  .spainho-cleaner-page .divider {    height: 1px;    margin: 1px 0;    background: linear-gradient(      to right,      transparent,      var(--line) 10%,      var(--line) 90%,      transparent    );  }  \/* SIMPLE USE AREA *\/  .spainho-cleaner-page .how-to {    margin: 10px 0 32px;    padding: 27px 23px;    border-radius: 16px;    background: var(--surface);  }  .spainho-cleaner-page .how-to-label {    display: block;    margin-bottom: 7px;    color: var(--accent-dark);    font-size: 12px;    font-weight: 800;    letter-spacing: 1px;    text-transform: uppercase;  }  .spainho-cleaner-page .how-to h3 {    margin-bottom: 10px;    color: var(--title);    font-size: 23px;    line-height: 1.3;    font-weight: 800;  }  .spainho-cleaner-page .how-to p {    margin-bottom: 0;    color: var(--muted);    font-size: 15.5px;  }  .spainho-cleaner-page .steps {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 10px;    margin-top: 20px;  }  .spainho-cleaner-page .step {    padding: 15px 12px;    border: 1px solid #e4e5e3;    border-radius: 12px;    background: #fff;    text-align: center;  }  .spainho-cleaner-page .step-number {    display: block;    margin-bottom: 4px;    color: var(--accent-dark);    font-size: 12px;    font-weight: 800;    letter-spacing: 0.8px;  }  .spainho-cleaner-page .step strong {    color: #252a2d;    font-size: 14px;    font-weight: 750;  }  \/* DETAILS *\/  .spainho-cleaner-page .details-title {    margin: 7px 0 14px;    color: var(--title);    font-size: 22px;    font-weight: 800;    letter-spacing: -0.3px;  }  .spainho-cleaner-page details {    margin-bottom: 10px;    overflow: hidden;    border: 1px solid var(--line);    border-radius: 12px;    background: #fff;  }  .spainho-cleaner-page summary {    position: relative;    padding: 17px 48px 17px 18px;    color: #23272a;    font-size: 15px;    font-weight: 750;    cursor: pointer;    list-style: none;    user-select: none;  }  .spainho-cleaner-page summary::-webkit-details-marker {    display: none;  }  .spainho-cleaner-page summary::after {    content: \"+\";    position: absolute;    top: 50%;    right: 18px;    transform: translateY(-50%);    color: var(--accent-dark);    font-size: 23px;    font-weight: 500;    line-height: 1;  }  .spainho-cleaner-page details[open] summary::after {    content: \"−\";  }  .spainho-cleaner-page .details-body {    padding: 0 18px 18px;    border-top: 1px solid #eeeeec;  }  .spainho-cleaner-page .details-body p {    margin: 12px 0 0;    color: var(--muted);    font-size: 14.5px;    line-height: 1.65;  }  .spainho-cleaner-page .spec-grid {    display: grid;    grid-template-columns: 140px 1fr;    gap: 10px 14px;    padding-top: 16px;    font-size: 14.5px;  }  .spainho-cleaner-page .spec-name {    color: #303538;    font-weight: 700;  }  .spainho-cleaner-page .spec-value {    color: var(--muted);  }  \/* AUTHENTICITY *\/  .spainho-cleaner-page .authenticity {    margin-top: 29px;    padding: 21px 20px 19px;    border: 1px solid var(--warning-border);    border-radius: 14px;    background: var(--warning-bg);  }  .spainho-cleaner-page .authenticity-label {    display: block;    margin-bottom: 6px;    color: #9b6229;    font-size: 12px;    font-weight: 850;    letter-spacing: 1px;    text-transform: uppercase;  }  .spainho-cleaner-page .authenticity h3 {    margin-bottom: 8px;    color: #302417;    font-size: 19px;    line-height: 1.35;    font-weight: 800;  }  .spainho-cleaner-page .authenticity p {    margin-bottom: 0;    color: #67533d;    font-size: 14px;    line-height: 1.68;  }  .spainho-cleaner-page .brand-link {    color: #9a541d;    font-weight: 800;    text-decoration: underline;    text-decoration-thickness: 1px;    text-underline-offset: 2px;  }  .spainho-cleaner-page .brand-link:hover {    color: #69360f;  }  @media screen and (max-width: 600px) {    .spainho-cleaner-page {      padding-left: 13px;      padding-right: 13px;    }    .spainho-cleaner-page .hero {      padding: 15px 4px 24px;    }    .spainho-cleaner-page .hero h2 {      font-size: 29px;    }    .spainho-cleaner-page .hero p,    .spainho-cleaner-page .feature p {      font-size: 15px;    }    .spainho-cleaner-page .feature {      padding: 18px 0 25px;    }    .spainho-cleaner-page .feature h3 {      font-size: 22px;    }    .spainho-cleaner-page .product-image-link {      border-radius: 12px;    }    .spainho-cleaner-page .how-to {      padding: 22px 17px;    }    .spainho-cleaner-page .steps {      grid-template-columns: 1fr;      gap: 8px;    }    .spainho-cleaner-page .step {      text-align: left;    }    .spainho-cleaner-page .spec-grid {      grid-template-columns: 1fr;      gap: 3px;    }    .spainho-cleaner-page .spec-value {      margin-bottom: 9px;    }  }\u003c\/style\u003e\n\u003cdiv class=\"spainho-cleaner-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\u003cspan class=\"hero-tag\"\u003eBathroom \u0026amp; Kitchen Care\u003c\/span\u003e\n\u003ch2\u003eBring Back the Clean, Polished Look\u003c\/h2\u003e\n\u003cp\u003eA convenient limescale cleaning spray designed to help remove hard-water residue, mineral deposits and everyday grime from compatible bathroom and kitchen surfaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003csection class=\"feature\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-label\"\u003e01 · Limescale Cleaning Formula\u003c\/span\u003e\n\u003ch3\u003eBreak Down Stubborn Mineral Buildup\u003c\/h3\u003e\n\u003cp\u003eFormulated with citric acid to help loosen visible limescale, hard-water marks and mineral residue, making routine cleaning easier and helping restore a cleaner-looking finish with less effort.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174347_afe54e2a6e47f594e5997c3f4571c685.jpg?v=1787279257\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003csection class=\"feature\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-label\"\u003e02 · Multi-Surface Cleaning\u003c\/span\u003e\n\u003ch3\u003eMade for Modern Bathroom \u0026amp; Kitchen Finishes\u003c\/h3\u003e\n\u003cp\u003eIdeal for routine cleaning of compatible black sinks, matte-style faucets and ceramic surfaces. The spray helps lift mineral residue and everyday grime while keeping your fixtures looking neat and well maintained.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174351_a277b938d19646145b64cec99016f769.jpg?v=1787279257\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003csection class=\"feature\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-label\"\u003e03 · Cleaner-Looking Finish\u003c\/span\u003e\n\u003ch3\u003eHelps Reduce the Look of Recurring Mineral Residue\u003c\/h3\u003e\n\u003cp\u003eThe formula contains tetrasodium glutamate diacetate, an ingredient used in cleaning formulations to support effective mineral-residue removal and help leave surfaces looking fresher after cleaning.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174356_3e5f550708ca0325a4b82fe5ad43f8b2.jpg?v=1787279257\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003csection class=\"feature\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-label\"\u003e04 · Simple Cleaning Routine\u003c\/span\u003e\n\u003ch3\u003eSpray, Wipe \u0026amp; Rinse\u003c\/h3\u003e\n\u003cp\u003eDesigned for convenient household maintenance. Apply the cleaner to the compatible surface, wipe with a soft cloth and rinse thoroughly to remove loosened residue and leave behind a cleaner-looking finish.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174400_484469645287619312cdd53ab908f9a7.jpg?v=1787279257\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003csection class=\"feature\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-label\"\u003e05 · Everyday Maintenance\u003c\/span\u003e\n\u003ch3\u003eKeep High-Visibility Fixtures Looking Their Best\u003c\/h3\u003e\n\u003cp\u003eBlack and matte fixtures can make water spots and mineral deposits especially noticeable. Regular cleaning helps maintain a cleaner, more refined appearance across your bathroom and kitchen.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174405_1f3d8182556b7eac2525af805db8db4f.jpg?v=1787279257\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"how-to\"\u003e\u003cspan class=\"how-to-label\"\u003eSimple Routine\u003c\/span\u003e\n\u003ch3\u003eEasy Care in 3 Steps\u003c\/h3\u003e\n\u003cp\u003eAlways test the cleaner on a small, inconspicuous area before treating the entire surface.\u003c\/p\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003eSTEP 01\u003c\/span\u003e \u003cstrong\u003eSpray onto the surface\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003eSTEP 02\u003c\/span\u003e \u003cstrong\u003eWipe with a soft cloth\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003eSTEP 03\u003c\/span\u003e \u003cstrong\u003eRinse thoroughly\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection\u003e\n\u003ch3 class=\"details-title\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eSpecifications\u003c\/summary\u003e\n\u003cdiv class=\"details-body\"\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-name\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eApprox. 4.2 × 20 cm \/ 1.7 × 7.9 in\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eNet Content\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e120 ml \/ 4.1 fl oz\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eGross Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eApprox. 172 g \/ 6.1 oz\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLimescale \u0026amp; Mineral Residue Cleaner Spray\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003ePackage Includes\u003c\/summary\u003e\n\u003cdiv class=\"details-body\"\u003e\n\u003cp\u003e1 × Black Sinks \u0026amp; Taps Cleaner Spray — 120 ml\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCare \u0026amp; Important Notes\u003c\/summary\u003e\n\u003cdiv class=\"details-body\"\u003e\n\u003cp\u003eTest the product on a small, inconspicuous area before first use to confirm surface compatibility.\u003c\/p\u003e\n\u003cp\u003eAvoid contact with eyes and skin. If contact occurs, rinse thoroughly with clean water.\u003c\/p\u003e\n\u003cp\u003eKeep out of reach of children and pets and avoid accidental ingestion.\u003c\/p\u003e\n\u003cp\u003eDo not mix with other household cleaning products unless the product instructions specifically state that it is safe to do so.\u003c\/p\u003e\n\u003cp\u003eFollow the instructions on the product packaging and rinse the treated surface thoroughly after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- AUTHENTICITY NOTICE --\u003e\n\u003caside class=\"authenticity\"\u003e\n\u003ch2 class=\"h4 accordion__title\"\u003eOUR GUARANTEE\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e✈️ Insured Fast Shipping:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eEach order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e👍 Money-Back Guarantee:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eIf your items arrive damaged or become defective within 30 days of normal usage, we will gladly issue a replacement or refund.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e📞 24\/7 Customer Support:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eWe have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e🔒 Safe \u0026amp; Secure Checkouts:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eWe use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"120ml","offer_id":48206388396268,"sku":"LE80547771","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/spp_shopify20260818174408_035eb8d8f33044a148123cf2cc68b520_4f19a8b9-465a-4325-9c67-815b35883147.jpg?v=1787279137","url":"https:\/\/orvyla.com\/products\/limescale-cleaner-spray","provider":"Orvyla","version":"1.0","type":"link"}