{"product_id":"marble-cleaning-polishing-agent","title":"✨ Marble Cleaning and Polishing Agent – 100ml Stone Surface Care","description":"\u003c!-- MARBLE CARE PREMIUM COMPACT LANDING PAGE --\u003e\n\u003cstyle\u003e  .stone-care-wrapper {    width: 100%;    max-width: 100%;    margin: 0 auto;    padding: 0;    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    color: #343a37;    box-sizing: border-box;  }  .stone-care-wrapper * {    box-sizing: border-box;  }  \/* 基础卡片通用样式 *\/  .sc-card {    margin: 8px 0;    padding: 14px 10px;    border-radius: 12px;    background: #ffffff;    border: 1px solid #e8e1d7;    width: 100%;  }  .sc-badge {    display: inline-block;    margin-bottom: 6px;    padding: 4px 10px;    border-radius: 999px;    background: #ffffff;    border: 1px solid #ded4c4;    color: #9a6a2f;    font-size: 11px;    font-weight: 900;    letter-spacing: .05em;    text-transform: uppercase;  }  .sc-title-large {    margin: 0 0 6px;    color: #2d2b28;    font-size: 22px;    line-height: 1.2;    font-weight: 900;    letter-spacing: -.03em;  }  .sc-desc {    margin: 0 0 10px;    color: #5f5b55;    font-size: 13.5px;    line-height: 1.45;  }  .sc-img {    display: block;    width: 100%;    height: auto;    margin: 10px auto 0;    border-radius: 10px;    box-shadow: 0 3px 12px rgba(62,53,40,.06);  }  \/* Hero 卖点列表 *\/  .sc-hero-list {    display: flex;    flex-direction: column;    gap: 8px;    margin-bottom: 10px;  }  .sc-hero-item {    display: flex;    gap: 10px;    align-items: center;    padding: 8px 10px;    background: #ffffff;    border: 1px solid #e4dbcd;    border-radius: 10px;    font-size: 13px;    color: #514e49;  }  .sc-check {    flex: 0 0 22px;    width: 22px;    height: 22px;    border-radius: 50%;    background: #9a6a2f;    color: #ffffff;    text-align: center;    line-height: 22px;    font-size: 12px;    font-weight: 900;  }  \/* 网格系统 *\/  .sc-grid-2 {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 6px;  }  .sc-grid-item-tag {    padding: 9px;    background: #ffffff;    border: 1px solid #e3dbcf;    border-radius: 8px;    color: #514e49;    font-size: 12.5px;    font-weight: 800;    text-align: center;  }  \/* 使用步骤（暗色区块） *\/  .sc-dark-sec {    background: #2d2b28;    color: #ffffff;  }  .sc-dark-sec .sc-title-large {    color: #ffffff;  }  .sc-step-card {    padding: 10px;    border: 1px solid rgba(255,255,255,.14);    border-radius: 10px;    background: rgba(255,255,255,.06);  }  .sc-step-card strong {    display: block;    margin-bottom: 3px;    color: #ffffff;    font-size: 13.5px;  }  .sc-step-card span {    font-size: 12px;    color: #e8e2d8;    line-height: 1.35;  }  \/* 规格表格 *\/  .sc-table {    width: 100%;    border-collapse: collapse;    background: #ffffff;    border-radius: 8px;    overflow: hidden;    border: 1px dashed #d3c7b5;    font-size: 12.5px;  }  .sc-table th, .sc-table td {    padding: 8px 10px;    border: 1px dashed #d3c7b5;  }  .sc-table th {    width: 38%;    text-align: left;    background: #f3ede3;    color: #2d2b28;  }  .sc-table td {    color: #5f5b55;  }  \/* FAQ 折叠手风琴（修复 +号 图标并右对齐） *\/  .sc-faq-details {    margin: 6px 0;    border: 1px solid #e3dbcf;    border-radius: 8px;    background: #faf8f4;    overflow: hidden;  }  .sc-faq-details summary {    position: relative;    cursor: pointer;    padding: 10px 32px 10px 12px;    color: #2d2b28;    font-size: 13.5px;    font-weight: 800;    list-style: none;  }  .sc-faq-details summary::-webkit-details-marker {    display: none;  }  .sc-faq-details summary::after {    content: \"+\";    position: absolute;    right: 12px;    top: 50%;    transform: translateY(-50%);    font-size: 16px;    font-weight: 700;    color: #9a6a2f;    line-height: 1;  }  .sc-faq-detailsopen summary::after {    content: \"−\";    color: #2d2b28;  }  .sc-faq-details p {    margin: 0;    padding: 0 12px 10px;    color: #5f5b55;    font-size: 12.5px;    line-height: 1.45;    border-top: 1px dashed #e3dbcf;    padding-top: 8px;  }  \/* 底部 DTC 品牌信任横幅 *\/  .sc-bottom-banner {    background: #1e1c19;    border-radius: 12px;    padding: 18px 12px;    margin: 14px 0 0 0;    color: #ffffff;  }  .sc-bottom-tag {    display: inline-block;    color: #f2d99b;    font-size: 10px;    font-weight: 800;    letter-spacing: 1px;    text-transform: uppercase;    margin-bottom: 6px;    border: 1px solid rgba(242, 217, 155, 0.35);    padding: 2px 8px;    border-radius: 20px;  }  .sc-bottom-title {    color: #ffffff !important;    font-size: 19px !important;    font-weight: 800 !important;    line-height: 1.25 !important;    margin: 0 0 6px 0 !important;    border: none !important;    text-align: left;  }  .sc-bottom-desc {    color: #c5bfb6;    font-size: 12.5px;    line-height: 1.4;    margin: 0 0 14px 0;    text-align: left;  }  .sc-divider {    height: 1px;    background: rgba(255, 255, 255, 0.12);    margin-bottom: 12px;  }  .sc-trust-grid {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 6px;  }  .sc-trust-card {    background: rgba(255, 255, 255, 0.04);    border: 1px solid rgba(255, 255, 255, 0.08);    border-radius: 8px;    padding: 8px;    text-align: center;  }  .sc-trust-icon {    font-size: 18px;    margin-bottom: 3px;    line-height: 1;  }  .sc-trust-name {    font-weight: 800;    color: #ffffff;    font-size: 11.5px;    margin-bottom: 2px;    line-height: 1.2;  }  .sc-trust-sub {    font-size: 10px;    color: #a8a299;    line-height: 1.2;  }  \/* 移动端端适配 *\/  @media screen and (max-width: 640px) {    .sc-grid-2 {      grid-template-columns: 1fr;      gap: 6px;    }    .sc-trust-grid {      grid-template-columns: 1fr;      gap: 8px;    }    .sc-trust-card {      display: flex;      align-items: center;      text-align: left;      padding: 10px 12px;      gap: 12px;    }    .sc-trust-icon {      font-size: 20px;      margin-bottom: 0;      flex-shrink: 0;      width: 24px;      text-align: center;    }    .sc-trust-info {      display: flex;      flex-direction: column;    }  }\u003c\/style\u003e\n\u003cdiv class=\"stone-care-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"sc-card\" style=\"background: linear-gradient(135deg,#f8f6f1,#ffffff 55%,#eef1f2);\"\u003e\u003cspan class=\"sc-badge\"\u003eMARBLE \u0026amp; STONE SURFACE CARE\u003c\/span\u003e\n\u003ch1 class=\"sc-title-large\"\u003e✨ Refresh Dull Marble \u0026amp; Stone Surfaces\u003c\/h1\u003e\n\u003cp class=\"sc-desc\"\u003eA compact 100ml marble cleaning and polishing agent designed to help remove everyday dirt, refresh dull stone surfaces and support routine home stone care.\u003c\/p\u003e\n\u003cdiv class=\"sc-hero-list\"\u003e\n\u003cdiv class=\"sc-hero-item\"\u003e\n\u003cdiv class=\"sc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #2d2b28;\"\u003eMarble cleaning support\u003c\/strong\u003e for everyday dirt, marks and light surface buildup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-hero-item\"\u003e\n\u003cdiv class=\"sc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #2d2b28;\"\u003eHelps enhance stone shine\u003c\/strong\u003e for a smoother, brighter-looking finish after cleaning.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-hero-item\"\u003e\n\u003cdiv class=\"sc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #2d2b28;\"\u003eEasy routine care\u003c\/strong\u003e for countertops, floors, bathrooms and other compatible stone areas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0829\/0782\/4438\/files\/spp_shopify20260803163558_71b0cd55f6b449ed178799df9747c5cb.jpg?v=1785746162\" alt=\"Marble cleaning agent\" loading=\"lazy\" class=\"sc-img\"\u003e\u003c\/section\u003e\n\u003c!-- STONE SHINE --\u003e\n\u003csection class=\"sc-card\"\u003e\u003cspan class=\"sc-badge\"\u003eStone Shine Upgrade\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003e💎 Bring Back a Cleaner, Brighter Look\u003c\/h2\u003e\n\u003cp class=\"sc-desc\"\u003eEveryday use can leave stone looking cloudy, dull or marked. This polishing agent helps improve the appearance of compatible marble and stone surfaces during regular cleaning.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0829\/0782\/4438\/files\/spp_shopify20260803163603_5d57424de87932a4b938b29c9e72c874.jpg?v=1785746167\" alt=\"Enhanced shine for marble\" loading=\"lazy\" class=\"sc-img\"\u003e\u003c\/section\u003e\n\u003c!-- PROTECTIVE CARE --\u003e\n\u003csection class=\"sc-card\" style=\"background: #f7f4ef;\"\u003e\u003cspan class=\"sc-badge\"\u003eRoutine Stone Care\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003e🛡️ Helps Maintain the Look of Marble \u0026amp; Stone\u003c\/h2\u003e\n\u003cp class=\"sc-desc\"\u003eUse it as part of a regular cleaning routine to help refresh countertops, bathroom areas, floors and other compatible stone surfaces.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0829\/0782\/4438\/files\/spp_shopify20260803163608_8ae87e04eb52cac6cf5250ad34a478c9.jpg?v=1785746172\" alt=\"Protective stone care\" loading=\"lazy\" class=\"sc-img\"\u003e\u003c\/section\u003e\n\u003c!-- EASY APPLICATION --\u003e\n\u003csection class=\"sc-card\"\u003e\u003cspan class=\"sc-badge\"\u003eSimple Application\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003e🧽 Clean, Apply \u0026amp; Wipe for Everyday Maintenance\u003c\/h2\u003e\n\u003cp class=\"sc-desc\"\u003eDesigned for convenient home use. Always start with a small hidden spot test, then apply according to your surface type and wipe away residue after use.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0829\/0782\/4438\/files\/spp_shopify20260803163613_07355f697ed00617f84f60e4230173f8.jpg?v=1785746177\" alt=\"Easy application\" loading=\"lazy\" class=\"sc-img\"\u003e\u003c\/section\u003e\n\u003c!-- WIDE APPLICATION --\u003e\n\u003csection class=\"sc-card\" style=\"background: #f8f8f7;\"\u003e\u003cspan class=\"sc-badge\"\u003eWhere to Use\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003e🏠 For Countertops, Floors, Bathrooms \u0026amp; More\u003c\/h2\u003e\n\u003cp class=\"sc-desc\"\u003eSuitable for various compatible stone surfaces, including marble countertops, stone floors, bathroom areas and other marble applications.\u003c\/p\u003e\n\u003cdiv class=\"sc-grid-2\"\u003e\n\u003cdiv class=\"sc-grid-item-tag\"\u003eKitchen Countertops\u003c\/div\u003e\n\u003cdiv class=\"sc-grid-item-tag\"\u003eBathroom Stone Areas\u003c\/div\u003e\n\u003cdiv class=\"sc-grid-item-tag\"\u003eMarble Floors\u003c\/div\u003e\n\u003cdiv class=\"sc-grid-item-tag\"\u003eStone Surface Care\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0829\/0782\/4438\/files\/spp_shopify20260803163618_db27939a232bb168267b3baac9472f6e.jpg?v=1785746182\" alt=\"Wide application\" loading=\"lazy\" class=\"sc-img\"\u003e\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"sc-card sc-dark-sec\"\u003e\u003cspan class=\"sc-badge\" style=\"background: transparent; border-color: #d8b26a; color: #f2d99b;\"\u003eSuggested Use\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003e4 Simple Steps for Safer Stone Care\u003c\/h2\u003e\n\u003cdiv class=\"sc-grid-2\"\u003e\n\u003cdiv class=\"sc-step-card\"\u003e\n\u003cstrong\u003e1. Spot Test First\u003c\/strong\u003e \u003cspan\u003eApply to a small hidden area to check surface compatibility.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-step-card\"\u003e\n\u003cstrong\u003e2. Clean the Surface\u003c\/strong\u003e \u003cspan\u003eRemove loose dust, dirt and grit before polishing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-step-card\"\u003e\n\u003cstrong\u003e3. Apply Evenly\u003c\/strong\u003e \u003cspan\u003eUse a small amount and spread evenly according to the surface condition.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-step-card\"\u003e\n\u003cstrong\u003e4. Wipe Clean\u003c\/strong\u003e \u003cspan\u003eWipe away residue and allow the surface to dry before heavy use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"sc-card\" style=\"background: #f8f6f1;\"\u003e\u003cspan class=\"sc-badge\"\u003e📋 Specifications\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003eProduct Details\u003c\/h2\u003e\n\u003ctable class=\"sc-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eMarble Cleaning and Polishing Agent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e100ml \/ 3.38 fl oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBottle Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 3.8 × 12.3 cm \/ 1.50 × 4.84 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended For\u003c\/th\u003e\n\u003ctd\u003eCompatible marble and stone surfaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003e1 × 100ml Marble Cleaning and Polishing Agent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- IMPORTANT NOTES --\u003e\n\u003csection class=\"sc-card\" style=\"background: #fff8f3; border-color: #ecd7c5;\"\u003e\u003cspan class=\"sc-badge\" style=\"border-color: #b96d3d; color: #9a5429;\"\u003eImportant Notes\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\" style=\"color: #3c3027;\"\u003e⚠️ Use Notes\u003c\/h2\u003e\n\u003cdiv style=\"font-size: 12.5px; color: #6b574b; display: flex; flex-direction: column; gap: 6px;\"\u003e\n\u003cdiv\u003e• Always test on a small, inconspicuous area before full application.\u003c\/div\u003e\n\u003cdiv\u003e• Not intended to repair deep scratches, etched marble, cracks, chips or structural stone damage.\u003c\/div\u003e\n\u003cdiv\u003e• Do not mix with bleach, acidic cleaners or other household chemicals.\u003c\/div\u003e\n\u003cdiv\u003e• Avoid direct contact with eyes and skin. Rinse thoroughly with water if contact occurs.\u003c\/div\u003e\n\u003cdiv\u003e• Keep out of reach of children and pets. Store in a cool, dry place.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ (ADDED + ICON AND 3 USEFUL SUPPLEMENTARY FAQS) --\u003e\n\u003csection class=\"sc-card\"\u003e\u003cspan class=\"sc-badge\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"sc-title-large\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eCan it remove every marble stain?\u003c\/summary\u003e\n\u003cp\u003eNo. It is designed for everyday dirt, light stains and routine surface care. Deep stains, etching or damaged stone may require professional treatment.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eDo I need to test it first?\u003c\/summary\u003e\n\u003cp\u003eYes. Natural stone surfaces vary, so always test on a small hidden area before applying it to the full surface.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eWhere can I use it?\u003c\/summary\u003e\n\u003cp\u003eIt is intended for compatible marble and stone surfaces such as countertops, floors, bathroom areas and other stone applications. Avoid surfaces that fail the spot test.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eCan it fix scratches or cracks?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a cleaning and polishing care product. It is not designed to repair cracks, chips, deep scratches or structural stone damage.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eIs it safe for kitchen countertops?\u003c\/summary\u003e\n\u003cp\u003eYes. After applying and wiping away all residue, allow the surface to dry completely. For food prep areas, wipe down with water before placing food directly on the counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eHow often should I use this agent?\u003c\/summary\u003e\n\u003cp\u003eFor optimal maintenance, use it every 2–4 weeks or whenever your stone surfaces start to lose their natural luster.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sc-faq-details\"\u003e\n\u003csummary\u003eHow long does a 100ml bottle last?\u003c\/summary\u003e\n\u003cp\u003eA single 100ml bottle provides multiple treatments for standard kitchen countertops or bathroom stone surfaces, lasting approximately 2–3 months of routine care.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER BANNER --\u003e\n\u003cdiv class=\"sc-bottom-banner\"\u003e\n\u003cspan class=\"sc-bottom-tag\"\u003eSTONE CARE MADE SIMPLE\u003c\/span\u003e\n\u003ch2 class=\"sc-bottom-title\"\u003eRefresh the Stone Surfaces You Use Every Day.\u003c\/h2\u003e\n\u003cp class=\"sc-bottom-desc\"\u003eA compact 100ml care solution for cleaner, brighter-looking marble and compatible stone surfaces around the home.\u003c\/p\u003e\n\u003cdiv class=\"sc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-grid\"\u003e\n\u003cdiv class=\"sc-trust-card\"\u003e\n\u003cdiv class=\"sc-trust-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-info\"\u003e\n\u003cdiv class=\"sc-trust-name\"\u003eFast Shipping\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-sub\"\u003eFree Shipping Over $45.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-card\"\u003e\n\u003cdiv class=\"sc-trust-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-info\"\u003e\n\u003cdiv class=\"sc-trust-name\"\u003eSecure Payment\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-sub\"\u003eProtected Checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-card\"\u003e\n\u003cdiv class=\"sc-trust-icon\"\u003e⭐\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-info\"\u003e\n\u003cdiv class=\"sc-trust-name\"\u003eTop Quality\u003c\/div\u003e\n\u003cdiv class=\"sc-trust-sub\"\u003eCarefully Selected Products\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kayla Store","offers":[{"title":"🔥Buy 1 Get 1 Free","offer_id":46603490918497,"sku":"L0915-100-2PC","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🔥🔥Buy 3 Get 2 Free","offer_id":46603490951265,"sku":"L0915-100-5PC","price":44.97,"currency_code":"USD","in_stock":true},{"title":"🔥🔥🔥Buy 5 Get 3 Free","offer_id":46603490984033,"sku":"L0915-100-8PC","price":58.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/9216\/3681\/files\/spp_shopify20260803163623_44b635b8b5699d3e5beabec41316149a_0dbad21b-ecc4-44bd-925c-9f92c8aa271c.jpg?v=1789870018","url":"https:\/\/intensivteai.com\/products\/marble-cleaning-polishing-agent","provider":"StagInk","version":"1.0","type":"link"}