{"product_id":"gloster-teak-upholstery-cleaner","title":"Gloster Teak \u0026 Upholstery Cleaner","description":"\u003cstyle\u003e\n  .scrollable-table-wrapper {\n    overflow-x: auto;\n    width: 100%;\n    border-radius: 12px;\n  }\n  .styled-table {\n    min-width: 500px;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .styled-table thead { background-color: #f4f4f4; font-weight: 600; }\n  .styled-table th, .styled-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: left;\n    font-size: 14px;\n    white-space: nowrap;\n  }\n  .styled-table tbody tr:nth-child(even) { background-color: #fafafa; }\n  .styled-table tbody tr:hover { background-color: #f1f1f1; }\n\n  .upholstery-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .upholstery-category {\n    background: #f8f9fa;\n    padding: 16px;\n    border-radius: 10px;\n    border-left: 4px solid #8B6914;\n  }\n  .upholstery-category h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; font-weight: 700; }\n  .upholstery-category p { margin: 0 0 8px 0; font-size: 14px; color: #666; line-height: 1.65; }\n  .upholstery-category p:last-child { margin-bottom: 0; }\n\n  .frame-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .frame-category {\n    background: #f8f9fa;\n    padding: 16px;\n    border-radius: 10px;\n    border-left: 4px solid #5a7a4a;\n  }\n  .frame-category h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; font-weight: 700; }\n  .frame-category p { margin: 0 0 8px 0; font-size: 14px; color: #666; line-height: 1.65; }\n  .frame-category p:last-child { margin-bottom: 0; }\n\n  .color-combo-section {\n    margin: 24px auto;\n    max-width: 1000px;\n    border-radius: 16px;\n    border: 1px solid #e0e0e0;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  }\n  .combo-title-header {\n    padding: 18px 24px;\n    font-size: 20px;\n    font-weight: 600;\n    text-align: center;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .combo-content {\n    padding: 20px;\n  }\n  .image-slider-wrapper {\n    width: 100%;\n    max-width: 900px;\n    overflow-x: auto;\n    scrollbar-width: thin;\n    scrollbar-color: #ccc #f1f1f1;\n    padding: 10px 0;\n    margin: 0 auto;\n  }\n  .image-slider-wrapper::-webkit-scrollbar { height: 6px; }\n  .image-slider-wrapper::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; }\n  .image-slider-wrapper::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }\n  .image-slider-wrapper::-webkit-scrollbar-thumb:hover { background: #999; }\n  .image-set {\n    display: flex;\n    gap: 15px;\n    align-items: center;\n    min-width: max-content;\n    padding: 0 10px;\n    justify-content: center;\n  }\n  .combo-image {\n    width: 220px;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    border: 2px solid #ddd;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n    flex-shrink: 0;\n  }\n  .combo-image:hover { transform: scale(1.03); }\n  .combo-image-caption {\n    text-align: center;\n    font-size: 12px;\n    color: #666;\n    margin-top: 4px;\n    font-weight: 500;\n    max-width: 220px;\n  }\n\n  .teak-cinnamon-row .combo-title-header {\n    background: linear-gradient(135deg, #7d5c40 0%, #a0785a 100%);\n    color: #fdf6ee;\n  }\n  .teak-cinnamon-row .combo-content { background: #fdf6ee; }\n\n  .dimensions-image-wrapper {\n    overflow-x: auto;\n    width: 100%;\n    margin: 20px 0;\n    padding: 10px 0;\n  }\n  .dimensions-image-container {\n    display: flex;\n    gap: 20px;\n    min-width: max-content;\n    padding: 0 10px;\n  }\n  .dimension-image-box {\n    flex: 0 0 auto;\n    width: 450px;\n    background: #fff;\n    border: 2px solid #ccc;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.07);\n  }\n  .dimension-image-box img { width: 100%; display: block; }\n  .dimension-image-box .caption {\n    background: #f8f8f8;\n    padding: 8px 0 6px 0;\n    font-size: 13px;\n    color: #555;\n    border-top: 1.5px solid #eee;\n    text-align: center;\n    font-weight: 500;\n  }\n\n  .other-sizes-block {\n    margin: 24px auto 0 auto;\n    max-width: 900px;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .other-sizes-header {\n    background: #f4f4f4;\n    padding: 20px 24px;\n    font-weight: 700;\n    font-size: 20px;\n    color: #333;\n  }\n  .other-sizes-links {\n    background: #fff;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    justify-content: center;\n    padding: 20px 24px;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .other-sizes-link {\n    background: #fff;\n    border: 2px solid #cbd5e1;\n    border-radius: 8px;\n    padding: 12px 24px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #333;\n    text-decoration: none;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n  }\n  .other-sizes-link:hover {\n    background: #f1f1f1;\n    border-color: #999;\n    color: #000;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n  }\n  .other-sizes-footer {\n    background: #f4f4f4;\n    padding: 15px 24px;\n    text-align: center;\n    font-size: 14px;\n    color: #666;\n    font-weight: 500;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003eThe \u003cstrong\u003eGloster Teak \u0026amp; Upholstery Cleaner\u003c\/strong\u003e is a dedicated maintenance spray designed to clean and refresh Gloster teak furniture and outdoor upholstery fabrics in a single step, helping to remove dirt and staining from weather‑exposed furniture surfaces.\u003c\/p\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDual‑purpose cleaner:\u003c\/strong\u003e Formulated for use on both teak furniture and suitable outdoor upholstery fabrics, so you can treat frames and cushions with one product.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThorough cleaning action:\u003c\/strong\u003e Designed to thoroughly clean and brighten dirty or weathered teak and to lift stubborn dirt and stains from performance outdoor fabrics.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eReady‑to‑use spray:\u003c\/strong\u003e Supplied as a ready‑to‑use cleaner that is sprayed directly onto pre‑moistened, stained areas before being worked with a pad, sponge, or soft brush.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePart of Gloster care system:\u003c\/strong\u003e Intended to be used before Gloster Teak Sealer or Teak \u0026amp; Upholstery Protector, forming the cleaning step in Gloster’s recommended care routine.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOutdoor furniture focused:\u003c\/strong\u003e Developed specifically for outdoor teak and fabric, which are exposed to more intense weathering than indoor furniture.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 24px;\"\u003eFrame \u0026amp; Cushion Colourways\u003c\/h3\u003e\n  \u003cdiv class=\"color-combo-section teak-cinnamon-row\"\u003e\n    \u003cdiv class=\"combo-title-header\"\u003eSuitable Surfaces – Teak Frames \u0026amp; Gloster Upholstery Fabrics\u003c\/div\u003e\n    \u003cdiv class=\"combo-content\"\u003e\n      \u003cp style=\"font-size: 14px; color: #666; margin: 0;\"\u003eGloster specifies this cleaner for use on their teak outdoor furniture and on Gloster outdoor upholstery fabrics, including performance and water‑resistant textiles, as part of a periodic deep‑cleaning routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eMaterials \u0026amp; Construction\u003c\/h3\u003e\n  \u003cdiv class=\"upholstery-grid\"\u003e\n    \u003cdiv class=\"upholstery-category\"\u003e\n      \u003ch4\u003eCleaner Type \u0026amp; Use\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eTeak cleaning:\u003c\/strong\u003e Used to remove dirt, surface oils, and weathering from new, dirty, or aged teak before you apply Gloster Teak Sealer or Teak \u0026amp; Upholstery Protector.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eUpholstery cleaning:\u003c\/strong\u003e Also suitable for deep cleaning Gloster outdoor fabrics when standard soap‑and‑water cleaning is not enough to remove marks or stains.\u003c\/p\u003e\n      \u003cp\u003e\u003cem\u003eThe product is described as a ready‑to‑use, water‑based cleaning solution in spray form; no detailed ingredient list is publicly specified in the available care information.\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"upholstery-category\"\u003e\n      \u003ch4\u003eGloster Care System\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003ePart of a three‑step system:\u003c\/strong\u003e Gloster positions this cleaner alongside their Teak Sealer and Teak \u0026amp; Upholstery Protector as a system to clean, seal, and protect teak frames and outdoor fabrics.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eDeep‑clean role:\u003c\/strong\u003e Used periodically as a deeper clean than everyday soap and water, especially on furniture that is heavily used or in exposed locations.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eUsage \u0026amp; Care\u003c\/h3\u003e\n  \u003cdiv class=\"frame-grid\"\u003e\n    \u003cdiv class=\"frame-category\"\u003e\n      \u003ch4\u003eIdeal Applications\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eTeak furniture:\u003c\/strong\u003e Suitable for Gloster teak outdoor dining, lounge, and occasional pieces that have accumulated dirt, stains, or weathering and need to be cleaned before further treatment.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eOutdoor upholstery fabrics:\u003c\/strong\u003e Intended for Gloster outdoor fabrics that require a more intensive clean to remove stubborn soil or marks.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"frame-category\"\u003e\n      \u003ch4\u003eApplication Instructions\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eSafety \u0026amp; preparation:\u003c\/strong\u003e Gloster advises wearing eye protection and rubber gloves and protecting the ground below before cleaning; on fabrics, test in an inconspicuous area first to confirm colour fastness.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eCleaning steps:\u003c\/strong\u003e Thoroughly wet the teak or fabric with clean water, spray the cleaner onto the damp surface, allow it to soak for a few minutes, then scrub with the supplied pad, sponge, or a soft brush (following the grain on teak). Rinse carefully with plenty of clean water and allow the furniture to air dry completely.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAfter‑care:\u003c\/strong\u003e Once the surface is fully dry, Gloster recommends applying Teak \u0026amp; Upholstery Protector to restore water repellence, and using Teak Sealer on teak if you wish to help maintain its colour after cleaning.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 16px; margin-top: 24px;\"\u003eWhy Choose Gloster Teak \u0026amp; Upholstery Cleaner\u003c\/h3\u003e\n  \u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 8px;\"\u003e\u003cstrong\u003eTargeted outdoor furniture care:\u003c\/strong\u003e Gloster presents Teak \u0026amp; Upholstery Cleaner as a purpose‑made maintenance product that deep‑cleans teak and Gloster upholstery fabrics in one step, forming the cleaning foundation of their teak and fabric care system so your furniture can better withstand long‑term outdoor exposure.\u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 16px; margin-top: 24px;\"\u003eDimensions \u0026amp; Specifications\u003c\/h3\u003e\n  \u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 16px;\"\u003eAvailable information describes Gloster Teak \u0026amp; Upholstery Cleaner as a ready‑to‑use, water‑based spray supplied with cleaning accessories, intended for teak and suitable Gloster outdoor fabrics. Where it is sold as part of a Gloster teak care kit, the bottle volume is specified as approximately 33 oz. (around 1 litre).\u003c\/p\u003e\n\n  \u003cdiv class=\"scrollable-table-wrapper\"\u003e\n    \u003ctable class=\"styled-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eTeak \u0026amp; upholstery cleaner for outdoor furniture\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIntended Surfaces\u003c\/td\u003e\n          \u003ctd\u003eGloster teak furniture and Gloster outdoor upholstery fabrics\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eForm\u003c\/td\u003e\n          \u003ctd\u003eReady‑to‑use spray cleaner\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSolution Base\u003c\/td\u003e\n          \u003ctd\u003eDescribed as water‑based in Gloster care kit documentation\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTypical Volume\u003c\/td\u003e\n          \u003ctd\u003eApprox. 33 oz. \/ 1 L when supplied in Gloster teak care kits\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eApplication Method\u003c\/td\u003e\n          \u003ctd\u003eSpray onto pre‑moistened surface, allow to soak, scrub, then rinse\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAccessories Included\u003c\/td\u003e\n          \u003ctd\u003eSupplied with a scrubbing pad; some kits additionally include gloves and a cloth\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRecommended Frequency\u003c\/td\u003e\n          \u003ctd\u003ePeriodic deep cleaning, typically about once per year, with more frequent use on heavily exposed or intensively used furniture\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFollow‑up Treatment\u003c\/td\u003e\n          \u003ctd\u003eGloster Teak \u0026amp; Upholstery Protector and\/or Gloster Teak Sealer on fully dried teak\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u0026gt;\u003c\/div\u003e","brand":"Gloster Furniture","offers":[{"title":"Default Title","offer_id":57890693316995,"sku":null,"price":90.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/download_1_68a2731d-2d4f-4017-84ba-8110ebe5c398.avif?v=1777220958","url":"https:\/\/themodernfurniturecompany.com\/products\/gloster-teak-upholstery-cleaner","provider":"The Modern Furniture Company","version":"1.0","type":"link"}