{"product_id":"gloster-teak-sealer","title":"Gloster Teak Sealer","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\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eGloster Teak Sealer\u003c\/strong\u003e is a water‑based protective treatment developed to help teak furniture retain its natural golden‑brown colour while enhancing resistance to mould and black spots. It is part of Gloster’s dedicated teak care series and is intended for annual use on clean, dry teak surfaces.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u0026gt;\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003ePreserves golden‑brown teak:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eFormulated to help maintain the natural golden‑brown appearance of new teak, reducing the rate at which it weathers to a silver‑grey tone. \u0026gt;\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eMould‑resistant protection:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eDescribed as mould resistant and designed to help prevent the formation of black spots on teak surfaces. \u0026gt;\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eWater‑based formula:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eUses a water‑based formulation that is specified as non‑toxic and environmentally friendly in Gloster’s teak care documentation. \u0026gt;\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eAnnual treatment:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eRecommended to be applied at least once a year to maintain protection and appearance over time. \u0026gt;\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003ePart of Gloster teak care series:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eWorks together with Gloster Teak Cleaner and Gloster Teak Protector \/ Teak \u0026amp; Upholstery Protector as part of a complete maintenance system.\u003c\/li\u003e\n\u003c\/ul\u003e\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 – Gloster Teak Furniture\u003c\/div\u003e\n\u003cdiv class=\"combo-content\"\u003e\n\u003cp style=\"font-size: 14px; color: #666; margin: 0;\"\u003eGloster Teak Sealer is intended specifically for use on Gloster teak outdoor furniture. It is not described as a fabric product and is applied only to teak wood surfaces that have been properly cleaned and dried.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eMaterials \u0026amp; Construction\u003c\/h3\u003e\n\u003cdiv class=\"upholstery-grid\"\u003e\n\u003cdiv class=\"upholstery-category\"\u003e\n\u003ch4\u003eSealer Characteristics\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eWater‑based teak sealer:\u003c\/strong\u003e Gloster describes the Teak Sealer as a water‑based product that is non‑toxic and environmentally friendly in its teak care literature.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eColour and finish:\u003c\/strong\u003e The sealer is designed to maintain the natural brown colour of fresh teak without darkening it excessively, while providing a protective finish that helps resist mould and black spotting.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eThe product is sold as a ready‑to‑use liquid sealer; a detailed ingredient list is not published in the available documentation.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upholstery-category\"\u003e\n\u003ch4\u003eRole in Teak Care System\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eSealing step:\u003c\/strong\u003e Teak Sealer is specified as the sealing stage in Gloster’s care system, used after cleaning and any necessary light sanding, on fully dry teak.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUsed on new and cleaned teak:\u003c\/strong\u003e For new teak, Gloster recommends first using Gloster cleaner to remove natural surface oils; for dirty or previously oiled teak, thorough cleaning with Gloster cleaner is advised before applying the sealer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eNew teak furniture:\u003c\/strong\u003e Recommended on new Gloster teak furniture to help maintain the original golden‑brown tone as the furniture begins its life outdoors.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCleaned, weathered teak:\u003c\/strong\u003e Also suitable for cleaned, weathered teak or teak that has previously been treated with oil or other products, once those residues have been removed with Gloster Teak Cleaner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frame-category\"\u003e\n\u003ch4\u003eApplication Instructions\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ePreparation:\u003c\/strong\u003e Before use, Gloster advises wearing eye protection and rubber gloves and covering the ground under the work area. On dirty teak, first clean thoroughly with Gloster Teak Cleaner; if the cleaned wood feels rough, sand lightly. Ensure the teak is 100% dry and free of dust before sealing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSealing steps:\u003c\/strong\u003e Shake the bottle of Teak Sealer for at least one minute before use. Test on a small, inconspicuous area first to check that the colour result meets expectations. Apply a very thin layer of Teak Sealer evenly over the furniture with a dust‑free cloth (do not use a paintbrush). After around 30–60 minutes of drying time, apply a second very thin coat, allowing more time in humid conditions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaintenance interval:\u003c\/strong\u003e Gloster recommends re‑treating teak with Teak Sealer at least once a year to maintain appearance and protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 16px; margin-top: 24px;\"\u003eWhy Choose Gloster Teak Sealer\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\u003eMaintain teak’s natural look:\u003c\/strong\u003e Gloster positions Teak Sealer as the product to use when you want to preserve the natural, golden‑brown colour of teak while improving resistance to mould and black spotting, without negatively affecting the strength or longevity of the furniture.\u003c\/p\u003e\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;\"\u003eRetail and care documentation describe Gloster Teak Sealer as a water‑based teak treatment supplied in approximately 33 oz. (around 1 litre) bottles when included in Gloster teak care kits, with an application recommendation of once per year under normal conditions.\u003c\/p\u003e\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\u003eWater‑based teak sealer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntended Surfaces\u003c\/td\u003e\n\u003ctd\u003eGloster teak outdoor furniture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFunction\u003c\/td\u003e\n\u003ctd\u003eHelps preserve teak’s golden‑brown colour; improves mould resistance; helps prevent black spots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolution Base\u003c\/td\u003e\n\u003ctd\u003eWater‑based, described as non‑toxic and environmentally friendly in Gloster care information\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 as part of Gloster teak care kits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication Type\u003c\/td\u003e\n\u003ctd\u003eApplied in very thin layers using a soft, dust‑free cloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Frequency\u003c\/td\u003e\n\u003ctd\u003eAt least once per year, with re‑treatment as needed depending on exposure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse Conditions\u003c\/td\u003e\n\u003ctd\u003eOnly on clean, completely dry teak; not for use on fabric or non‑teak materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gloster Furniture","offers":[{"title":"Default Title","offer_id":57890681454979,"sku":null,"price":90.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Teak-Sealer_480x_2x_f4af9720-112a-4895-9f8d-911b1bc2275b.webp?v=1777220732","url":"https:\/\/themodernfurniturecompany.com\/products\/gloster-teak-sealer","provider":"The Modern Furniture Company","version":"1.0","type":"link"}