{"product_id":"clean-toilet-2","title":"🚽🧼Magic Clean Toilet Wand Kit with Pre-Soaked Disposable Pads – No Pre-Rinse, No Mess, Odor-Free \u0026 Hygienic Storage Caddy","description":"\u003cstyle\u003e\n  \/* =========================================\n     🇬🇧 HYGIENIC TOILET WAND - UK PREMIUM LP\n     ========================================= *\/\n  :root {\n    --tw-blue: #1a73e8;       \/* 清洁感海蓝色 *\/\n    --tw-light-blue: #e8f0fe; \/* 浅蓝背景 *\/\n    --tw-dark: #1a1a1a;       \/* 深灰字体 *\/\n    --tw-gray: #5c5c5c;       \/* 副标题字体 *\/\n    --tw-white: #ffffff;\n    \n    \/* 新增：高级背景色系 *\/\n    --tw-bg-hero: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%); \/* 首屏清新水蓝渐变 *\/\n    --tw-bg-gray: #f7f9fc;    \/* 功能区的浅灰蓝背景 *\/\n  }\n\n  .tw-lp-wrapper {\n    max-width: 800px;\n    margin: 0 auto;\n    font-family: 'Inter', -apple-system, sans-serif;\n    color: var(--tw-dark);\n    line-height: 1.6;\n    background: var(--tw-white);\n    overflow-x: hidden;\n  }\n\n  .tw-lp-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n    margin: 0 auto;\n  }\n\n  \/* 移除了边框，依靠背景色区分区块，增加内边距让呼吸感更强 *\/\n  .tw-section { padding: 50px 20px; }\n  \n  \/* 新增：区块背景类 *\/\n  .tw-bg-hero { background: var(--tw-bg-hero); }\n  .tw-bg-white { background: var(--tw-white); }\n  .tw-bg-gray { background: var(--tw-bg-gray); }\n\n  \/* --- Text Styles --- *\/\n  .tw-lp-wrapper h2 { font-size: 28px; font-weight: 800; text-align: center; margin-bottom: 20px; color: var(--tw-dark); line-height: 1.3; letter-spacing: -0.5px; }\n  .tw-lp-wrapper h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; color: var(--tw-blue); }\n  .tw-p-center { font-size: 16px; color: var(--tw-gray); text-align: center; margin-bottom: 30px; }\n  \n  .tw-badge {\n    display: table;\n    margin: 0 auto 15px;\n    background: #eefbf4;\n    color: #008060;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    box-shadow: 0 2px 5px rgba(0,128,96,0.1);\n  }\n\n  \/* --- Grid \u0026 Split Layout --- *\/\n  .tw-split {\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    margin-bottom: 50px; \/* 增加区块内间距 *\/\n    flex-wrap: wrap;\n  }\n  .tw-split.reverse { flex-direction: row-reverse; }\n  .tw-split:last-child { margin-bottom: 0; }\n  \n  .tw-split-img { flex: 1 1 300px; }\n  .tw-split-text { flex: 1 1 300px; }\n  .tw-split-text p { font-size: 15px; color: var(--tw-gray); margin-bottom: 15px; }\n\n  \/* --- Trust Banner --- *\/\n  .tw-trust-banner {\n    display: flex;\n    justify-content: space-between;\n    background: var(--tw-white); \/* 在蓝色渐变背景上用纯白卡片 *\/\n    padding: 18px 20px;\n    border-radius: 10px;\n    margin: 30px 0 0;\n    box-shadow: 0 4px 15px rgba(26,115,232,0.08); \/* 增加微妙的蓝色阴影 *\/\n  }\n  .tw-trust-item { text-align: center; font-size: 13px; font-weight: 700; color: var(--tw-blue); }\n\n  \/* --- Highlights List (Mobile Optimized) --- *\/\n  .tw-hl-list { list-style: none; padding: 0; margin: 0; }\n  .tw-hl-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n  .tw-hl-icon { \n    font-size: 20px; \n    flex-shrink: 0; \n    width: 26px; \/* 锁死图标宽度，防止被挤压 *\/\n    display: flex;\n    justify-content: center;\n  }\n  .tw-hl-text {\n    flex: 1; \/* 关键：让文字区域占满剩余空间 *\/\n    font-size: 15px;\n    color: var(--tw-dark);\n    line-height: 1.5;\n    text-align: left; \/* 强制左对齐 *\/\n  }\n  .tw-hl-text strong {\n    font-weight: 800;\n    display: inline; \/* 强制标题和描述在同一行自然排版 *\/\n  }\n\n  \/* --- 新增：Product Specs Box --- *\/\n  .tw-specs-box {\n    background: #f8f9fb;\n    border-radius: 12px;\n    padding: 25px;\n    margin: 10px 0 30px;\n    border: 1px solid #eef1f5;\n  }\n  .tw-specs-title {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--tw-dark);\n    margin-bottom: 18px;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .tw-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    text-align: center;\n  }\n  .tw-spec-item {\n    display: flex;\n    flex-direction: column;\n  }\n  .tw-spec-label {\n    font-size: 12px;\n    color: var(--tw-gray);\n    font-weight: 600;\n  }\n  .tw-spec-value {\n    font-size: 16px;\n    color: var(--tw-blue);\n    font-weight: 800;\n    margin-top: 5px;\n  }\n\n  @media (max-width: 600px) {\n    .tw-lp-wrapper h2 { font-size: 24px; }\n    .tw-split { gap: 20px; margin-bottom: 40px; }\n    .tw-trust-banner { flex-direction: column; gap: 12px; }\n    .tw-hl-text { font-size: 14px; } \/* 手机端字体稍微缩小一点，更精致 *\/\n    \n    \/* 手机端尺寸模块适配：改为单列 *\/\n    .tw-specs-grid { grid-template-columns: 1fr; gap: 12px; }\n    .tw-spec-item { border-bottom: 1px solid #eaeaea; padding-bottom: 12px; }\n    .tw-spec-item:last-child { border-bottom: none; padding-bottom: 0; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tw-lp-wrapper\"\u003e\n  \n  \u003cdiv class=\"tw-section tw-bg-hero\"\u003e\n    \u003cspan class=\"tw-badge\"\u003eThe UK's #1 Bathroom Hack\u003c\/span\u003e\n    \u003ch2\u003eDitch Your Gross Loo Brush.\u003cbr\u003eUpgrade to Touch-Free Cleaning.\u003c\/h2\u003e\n    \u003cp class=\"tw-p-center\"\u003eSay goodbye to dripping, bacteria-filled traditional brushes. Simply click, clean, and bin! Everything you need for a sparkling bathroom in one sleek kit.\u003cbr\u003e\u003c\/p\u003e\n    \u003cp class=\"tw-p-center\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/2_25_3.gif?v=1772087147\"\u003e\u003c\/p\u003e\n    \u003cdiv class=\"tw-trust-banner\"\u003e\n      \u003cdiv class=\"tw-trust-item\"\u003e✨ Pre-Soaked Sponges\u003c\/div\u003e\n      \u003cdiv class=\"tw-trust-item\"\u003e🗑️ Touch-Free Disposal\u003c\/div\u003e\n      \u003cdiv class=\"tw-trust-item\"\u003e🇬🇧 Fast UK Dispatch\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"tw-section tw-bg-white\"\u003e\n    \u003ch2\u003eClick. Clean. Bin. 🗑️\u003c\/h2\u003e\n    \u003cp class=\"tw-p-center\"\u003eNo more washing dirty brush heads. Press the button to attach a fresh sponge, tackle the tough stains, and press again to release it straight into the bin.\u003c\/p\u003e\n    \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/2_de6dbc68-b041-41ac-9df3-03bdd18e8a0f.gif?v=1772087531\"\u003e\u003cbr\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"tw-section tw-bg-gray\"\u003e\n    \u003ch2\u003eWhy Thousands of UK Homes Are Switching\u003c\/h2\u003e\n    \u003cdiv class=\"tw-split\"\u003e\n      \u003cdiv class=\"tw-split-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/unnamed_1_83b0f834-f90b-43d3-82e9-7a184d34eb89.png?v=1772087957\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"tw-split-text\"\u003e\n        \u003ch3\u003ePowerful Built-in Cleaner\u003c\/h3\u003e\n        \u003cp\u003eNo need to buy separate bleach or toilet liquids! Each disposable refill head is pre-loaded with a highly concentrated cleaning solution.\u003c\/p\u003e\n        \u003cul class=\"tw-hl-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e💦\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003eActivates instantly in water\u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e🦠\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003eLifts tough hard-water stains \u0026amp; limescale\u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e🛡️\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003eGentle on toilet glaze, tough on dirt\u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"tw-split reverse\"\u003e\n      \u003cdiv class=\"tw-split-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/3_c753a193-43a9-4dcb-b3a7-0949108e6b67.jpg?v=1772089126\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"tw-split-text\"\u003e\n        \u003ch3\u003eEradicate Unwanted Odours\u003c\/h3\u003e\n        \u003cp\u003eTraditional brushes sit in dirty water and breed smells. Because you dispose of the sponge after every use, your bathroom stays incredibly fresh and hygienic.\u003c\/p\u003e\n        \u003cp\u003eLeaves behind a refreshing, clean scent that lasts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"tw-split\"\u003e\n      \u003cdiv class=\"tw-split-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/4_651672d4-968b-40da-b4c3-f1955b5397a3.jpg?v=1772089126\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"tw-split-text\"\u003e\n        \u003ch3\u003eReaches Every Hidden Crevice\u003c\/h3\u003e\n        \u003cp\u003eThe innovative 360° rotating sponge head effortlessly bends to clean under the rim and deep into the U-bend where rigid brushes simply can't reach.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"tw-section tw-bg-white\"\u003e\n    \u003ch2\u003eSpace-Saving Premium Design\u003c\/h2\u003e\n    \u003cp class=\"tw-p-center\"\u003eDesigned perfectly for compact British bathrooms. Mount it on the wall without drilling, or stand it neatly on the floor.\u003c\/p\u003e\n    \u003cdiv class=\"tw-split\"\u003e\n      \u003cdiv class=\"tw-split-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/61bJzadt85L._AC_SL1500.png?v=1772089220\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"tw-split-text\"\u003e\n        \u003cul class=\"tw-hl-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e👁️\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003e\n\u003cstrong\u003eTransparent Window:\u003c\/strong\u003e See exactly how many refills you have left at a glance.\u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e✨\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003e\n\u003cstrong\u003eSilver Border Texture:\u003c\/strong\u003e A sleek, modern aesthetic that elevates your bathroom decor.\u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"tw-hl-icon\"\u003e📏\u003c\/span\u003e \n            \u003cdiv class=\"tw-hl-text\"\u003e\n\u003cstrong\u003eExtended Handle:\u003c\/strong\u003e The 49cm (19.2\") wand means less bending over and keeps you far away from the splash zone.\u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"tw-specs-box\"\u003e\n      \u003cdiv class=\"tw-specs-title\"\u003eDetailed Dimensions\u003c\/div\u003e\n      \u003cdiv class=\"tw-specs-grid\"\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n          \u003cspan class=\"tw-spec-label\"\u003eTotal Height (Wand + Base)\u003c\/span\u003e\n          \u003cspan class=\"tw-spec-value\"\u003e49 cm \/ 19.29\"\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n          \u003cspan class=\"tw-spec-label\"\u003eStorage Base (H x W x D)\u003c\/span\u003e\n          \u003cspan class=\"tw-spec-value\"\u003e17 x 10.9 x 9.6 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tw-spec-item\"\u003e\n          \u003cspan class=\"tw-spec-label\"\u003eSponge Head Diameter\u003c\/span\u003e\n          \u003cspan class=\"tw-spec-value\"\u003e6.6 cm \/ 2.60\"\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0625\/7754\/1301\/files\/unnamed_5966cd46-a354-4c42-9903-bc96cef57571.png?v=1772089601\" alt=\"Product Size Dimensions\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CZQ","offers":[{"title":"Ceramic White \/ Starter Kit (Wand + 8 Refills)","offer_id":52636495577354,"sku":"RM-MTS-CW-SK*1","price":24.95,"currency_code":"GBP","in_stock":true},{"title":"Ceramic White \/ Half-Year Supply (Wand + 32 Refills)","offer_id":52636495610122,"sku":"RM-MTS-CW-HYS*1","price":34.95,"currency_code":"GBP","in_stock":true},{"title":"Slate Grey \/ Starter Kit (Wand + 8 Refills)","offer_id":52636495642890,"sku":"RM-MTS-SG-SK*1","price":24.95,"currency_code":"GBP","in_stock":true},{"title":"Slate Grey \/ Half-Year Supply (Wand + 32 Refills)","offer_id":52636495675658,"sku":"RM-MTS-SG-HYS*1","price":34.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0758\/7273\/1402\/files\/b319af256360c581.jpg?v=1772179316","url":"https:\/\/puffyloo.com\/products\/clean-toilet-2","provider":"puffyloo","version":"1.0","type":"link"}