{"product_id":"gloster-furniture-bells-side-table","title":"Gloster Bells Side Table","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    color: #333;\n  }\n\n  .product-description h3 {\n    font-size: 24px;\n    font-weight: 600;\n    margin: 24px 0 16px;\n  }\n\n  .product-description p,\n  .product-description li {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #666;\n  }\n\n  .product-description ul {\n    padding-left: 18px;\n    margin: 0 0 18px;\n  }\n\n  .info-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n\n  .info-card {\n    background: #f8f9fa;\n    padding: 16px;\n    border-radius: 10px;\n  }\n\n  .info-card.teak {\n    border-left: 4px solid #8b6914;\n  }\n\n  .info-card.green {\n    border-left: 4px solid #5a7a4a;\n  }\n\n  .info-card h4 {\n    margin: 0 0 10px;\n    color: #333;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .info-card p {\n    margin: 0 0 8px;\n  }\n\n  .info-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* ── TABLE BLOCK ── *\/\n  .spec-wrap {\n    margin-top: 24px;\n    border: 1px solid #e2e2e2;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    background: #fff;\n  }\n\n  .spec-header {\n    background: #f3eee7;\n    padding: 14px 20px;\n    border-bottom: 1px solid #e2e2e2;\n  }\n\n  .spec-header h4 {\n    margin: 0;\n    font-size: 18px;\n    font-weight: 700;\n    color: #333;\n  }\n\n  .spec-body {\n    padding: 18px 20px 20px;\n  }\n\n  .spec-subtitle {\n    margin: 0 0 16px;\n    font-size: 14px;\n    color: #666;\n  }\n\n  .scrollable-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n  }\n\n  .styled-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n    box-shadow: 0 0 10px rgba(0,0,0,0.04);\n    min-width: 320px;\n  }\n\n  .styled-table thead {\n    background: #f4f4f4;\n  }\n\n  .styled-table th,\n  .styled-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: left;\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .styled-table th {\n    color: #333;\n    font-weight: 600;\n    white-space: nowrap;\n  }\n\n  .styled-table td {\n    color: #666;\n    white-space: normal;\n    word-break: break-word;\n  }\n\n  .styled-table tbody tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .styled-table tbody tr:hover {\n    background: #f3f3f3;\n  }\n\n  \/* ── FRAME COLOUR STRIP ── *\/\n  .color-combo-section {\n    margin-top: 20px;\n    padding: 18px 16px;\n    border-radius: 12px;\n    background: #f9f8f5;\n    border: 1px solid #e2dfd7;\n  }\n\n  .combo-title-header {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    color: #333;\n  }\n\n  .combo-content {\n    font-size: 13px;\n    color: #666;\n  }\n\n  .image-slider-wrapper {\n    margin-bottom: 10px;\n  }\n\n  .image-set {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n\n  .combo-image {\n    border-radius: 8px;\n    border: 1px solid #e0ded7;\n  }\n\n  .combo-image-caption {\n    margin-top: 6px;\n    font-size: 12px;\n    color: #555;\n    text-align: center;\n  }\n\n  \/* ── MOBILE ── *\/\n  @media (max-width: 767px) {\n    .product-description h3 {\n      font-size: 20px;\n    }\n\n    .info-grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .info-card {\n      padding: 14px;\n    }\n\n    .spec-header {\n      padding: 12px 14px;\n    }\n\n    .spec-header h4 {\n      font-size: 17px;\n    }\n\n    .spec-body {\n      padding: 14px 14px 16px;\n    }\n\n    .spec-subtitle {\n      font-size: 13px;\n      margin-bottom: 12px;\n    }\n\n    .scrollable-table-wrapper {\n      overflow-x: visible;\n    }\n\n    .styled-table {\n      display: block;\n      box-shadow: none;\n      border-radius: 0;\n      min-width: unset;\n      background: transparent;\n    }\n\n    .styled-table thead {\n      display: none;\n    }\n\n    .styled-table tbody {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .styled-table tbody tr {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      background: #f8f9fa !important;\n      border: 1px solid #e3e3e3;\n      border-radius: 10px;\n      padding: 12px 14px;\n    }\n\n    .styled-table tbody tr:hover {\n      background: #f8f9fa !important;\n    }\n\n    .styled-table td {\n      display: block;\n      border-bottom: none;\n      padding: 0;\n      font-size: 14px;\n      line-height: 1.5;\n      white-space: normal;\n      word-break: break-word;\n    }\n\n    .styled-table td:first-child {\n      font-weight: 600;\n      color: #444;\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n      flex: 0 0 42%;\n      padding-right: 8px;\n    }\n\n    .styled-table td:last-child {\n      flex: 1;\n      color: #666;\n      font-size: 14px;\n      text-align: right;\n    }\n\n    .color-combo-section {\n      padding: 14px 12px;\n    }\n\n    .image-set {\n      justify-content: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eGloster Bells Side Table\u003c\/strong\u003e is a versatile outdoor occasional table combining a powder coated aluminium frame with a natural finish teak top. Its compact round form and hollow base design make it ideal as a neat drinks, accessory or accent table next to lounge seating.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMixed-material design:\u003c\/strong\u003e Robust powder coated aluminium frame paired with a natural teak table top.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact round format:\u003c\/strong\u003e 40cm diameter top at 50.5cm height, suited to use beside lounge chairs and sofas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePractical accessories:\u003c\/strong\u003e Optional Ice Bucket Insert and Tray Insert available for added functionality.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutdoor-ready construction:\u003c\/strong\u003e Materials and finishes chosen specifically for exterior use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy assembly:\u003c\/strong\u003e Supplied flat packed with assembly required.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eMaterial \u0026amp; Design\u003c\/h3\u003e\n\u003cdiv class=\"info-grid\"\u003e\n\u003cdiv class=\"info-card teak\"\u003e\n\u003ch4\u003eTeak Table Top\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eNatural finish:\u003c\/strong\u003e The teak top is supplied in a natural state without additional surface coatings.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWeathering:\u003c\/strong\u003e Over time, teak will gradually change from golden-brown to a silvery grey as it weathers outdoors.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e Occasional cleaning with water and mild detergent or Gloster Teak \u0026amp; Upholstery Cleaner is usually sufficient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card green\"\u003e\n\u003ch4\u003ePowder Coated Aluminium Frame\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eLight \u0026amp; strong:\u003c\/strong\u003e Aluminium offers an excellent strength-to-weight ratio and natural corrosion resistance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDurable coating:\u003c\/strong\u003e The electro-statically applied powder coat creates a tough, moisture-resistant finish that is easy to clean.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLow maintenance:\u003c\/strong\u003e Routine care involves wiping with water and mild liquid detergent using a soft cloth or sponge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eDimensions \u0026amp; Specifications\u003c\/h3\u003e\n\u003cdiv class=\"spec-wrap\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ch4\u003eBells Side Table\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-body\"\u003e\n\u003cp class=\"spec-subtitle\"\u003eRound side table with powder coated aluminium frame and natural finish teak top. Optional accessory inserts are available to convert the table into an ice bucket or tray table.\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\u003eHeight (cm)\u003c\/td\u003e\n\u003ctd\u003e50.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter (cm)\u003c\/td\u003e\n\u003ctd\u003e40\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCubic Size (m³)\u003c\/td\u003e\n\u003ctd\u003e0.07\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003e4.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminium, Teak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eOccasional Tables\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNotes\u003c\/td\u003e\n\u003ctd\u003ePowder coated aluminium frame. Natural finish teak table top.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccessories\u003c\/td\u003e\n\u003ctd\u003eIce Bucket Insert, Tray Insert\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQty. per Carton\u003c\/td\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003eRequired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eTeak Material Properties \u0026amp; Care\u003c\/h3\u003e\n\u003cdiv class=\"info-grid\"\u003e\n\u003cdiv class=\"info-card teak\"\u003e\n\u003ch4\u003eNatural Teak Behaviour\u003c\/h4\u003e\n\u003cp\u003eTeak does not require special treatment beyond occasional cleaning. Left to weather, it naturally changes from golden-brown to a silvery grey over 6–24 months depending on climate and exposure.\u003c\/p\u003e\n\u003cp\u003eGloster teak is supplied with a natural finish; some pieces are finely sanded, others may be buffed to bring natural oils to the surface and create an ultra-smooth, slightly glossy appearance that will soften with exposure and cleaning.\u003c\/p\u003e\n\u003cp\u003eWe recommend cleaning once or twice a year with water and mild detergent or Gloster Teak \u0026amp; Upholstery Cleaner. Light sanding can help remove raised grain and restore a smooth surface. Power washers must not be used on teak as they damage the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card teak\"\u003e\n\u003ch4\u003eTeak Protection Products\u003c\/h4\u003e\n\u003cp\u003eGloster Teak \u0026amp; Upholstery Protector can be applied to weathered teak to help repel moisture and reduce staining from food and drinks. Apply once a year, or twice a year on table tops (typically April and October).\u003c\/p\u003e\n\u003cp\u003eTo maintain the fresh brown colour of new teak, seal it with Gloster Teak Sealer once a year, then apply Gloster Teak Protector on top. Teak should not be painted, varnished or treated with teak oil for outdoor use, as these finishes can peel or encourage mildew and blackening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eAluminium Care \u0026amp; Maintenance\u003c\/h3\u003e\n\u003cdiv class=\"info-grid\"\u003e\n\u003cdiv class=\"info-card green\"\u003e\n\u003ch4\u003ePowder Coated Aluminium Properties\u003c\/h4\u003e\n\u003cp\u003eThe aluminium frame is pre-treated, then finished with an electro-statically applied polyester powder coat, creating a hard, consistent and solvent-free coating that is highly resistant to knocks, scratches and corrosion.\u003c\/p\u003e\n\u003cp\u003eThis process includes cleaning, degreasing and chrome conversion coating before baking the powder at around 200°C to achieve a durable, fully bonded finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card green\"\u003e\n\u003ch4\u003eCleaning Guidelines\u003c\/h4\u003e\n\u003cp\u003eRoutine cleaning involves gently washing with water and mild liquid detergent using a microfibre cloth or soft sponge. Removing surface water with a drying cloth helps to avoid water spots.\u003c\/p\u003e\n\u003cp\u003eAvoid abrasive cleaners, steel wool or Scotchbrite pads on powder coated surfaces, as these can mark or damage the finish and are difficult to repair perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eWarranty \u0026amp; Natural Characteristics\u003c\/h3\u003e\n\u003cdiv class=\"info-grid\"\u003e\n\u003cdiv class=\"info-card green\"\u003e\n\u003ch4\u003e2026 Warranty Terms\u003c\/h4\u003e\n\u003cp\u003eGloster outdoor furniture is warranted to the original purchaser against defective materials and workmanship when used reasonably and maintained according to Gloster’s aftercare instructions. The warranty is non-transferable and starts from the date of delivery.\u003c\/p\u003e\n\u003cp\u003eNormal wear and tear, minor dents, scratches, marks and natural changes in teak appearance are not covered. Visible hairline cracks in teak end grain are considered a normal characteristic of outdoor teak and do not affect performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card green\"\u003e\n\u003ch4\u003eComplaints \u0026amp; Returns\u003c\/h4\u003e\n\u003cp\u003eWarranty enquiries should include clear photographs, product code, batch number, purchase date, location of furniture and a brief description of the issue. Returns require prior written authorisation from Gloster.\u003c\/p\u003e\n\u003cp\u003eProducts found to have manufacturing defects will be repaired or replaced. Items returned without authorisation or found not to have a manufacturing defect will be handled according to Gloster’s returns policy and inspected in their original packaging.\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;\"\u003eFrame Colours \u0026amp; Teak Finish\u003c\/h3\u003e\n\u003cdiv class=\"color-combo-section teak-cinnamon-row\"\u003e\n\u003cdiv class=\"combo-title-header\"\u003eJava, Meteor or White Frame + Natural Teak Top\u003c\/div\u003e\n\u003cdiv class=\"combo-content\"\u003e\n\u003cdiv class=\"image-slider-wrapper\"\u003e\n\u003cdiv class=\"image-set\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\u003cimg alt=\"Bells Side Table – Meteor Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/material_java.webp?v=1776933151\" class=\"combo-image\" width=\"120\" height=\"120\" loading=\"lazy\"\u003e\n\u003cdiv class=\"combo-image-caption\"\u003eJava Frame + Natural Teak Top\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\u003cimg alt=\"Bells Side Table – Meteor Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/material_meteor_1.webp?v=1777359196\" class=\"combo-image\" width=\"120\" height=\"120\" loading=\"lazy\"\u003e\n\u003cdiv class=\"combo-image-caption\"\u003eMeteor Frame + Natural Teak Top\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\u003cimg alt=\"Bells Side Table – White Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/material_white_1.webp?v=1777359195\" class=\"combo-image\" width=\"120\" height=\"120\" loading=\"lazy\"\u003e\n\u003cdiv class=\"combo-image-caption\"\u003eWhite Frame + Natural Teak Top\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin-top: 10px;\"\u003eFrame colours for the Bells Side Table are Java, Meteor and White, each paired with a natural finish teak table top.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666; margin: 4px 0 0 0;\"\u003eItem numbers: 109990 – Bells Side Table, Java Frame; 107761 – Bells Side Table, Meteor Frame; 107762 – Bells Side Table, White Frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gloster Furniture","offers":[{"title":"Java \/ No \/ No","offer_id":57881558221187,"sku":null,"price":860.0,"currency_code":"GBP","in_stock":true},{"title":"Java \/ No \/ Yes","offer_id":57881558253955,"sku":null,"price":1030.0,"currency_code":"GBP","in_stock":true},{"title":"Java \/ Yes \/ No","offer_id":57881558286723,"sku":null,"price":1060.0,"currency_code":"GBP","in_stock":true},{"title":"Java \/ Yes \/ Yes","offer_id":57881558319491,"sku":null,"price":1230.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ No \/ No","offer_id":57888875086211,"sku":null,"price":860.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ No \/ Yes","offer_id":57888875118979,"sku":null,"price":1030.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Yes \/ No","offer_id":57888875151747,"sku":null,"price":1060.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Yes \/ Yes","offer_id":57888875184515,"sku":null,"price":1230.0,"currency_code":"GBP","in_stock":true},{"title":"Meteor \/ No \/ No","offer_id":57888875217283,"sku":null,"price":860.0,"currency_code":"GBP","in_stock":true},{"title":"Meteor \/ No \/ Yes","offer_id":57888875250051,"sku":null,"price":1030.0,"currency_code":"GBP","in_stock":true},{"title":"Meteor \/ Yes \/ No","offer_id":57888875282819,"sku":null,"price":1060.0,"currency_code":"GBP","in_stock":true},{"title":"Meteor \/ Yes \/ Yes","offer_id":57888875315587,"sku":null,"price":1230.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/BELLS3.jpg?v=1777184638","url":"https:\/\/themodernfurniturecompany.com\/products\/gloster-furniture-bells-side-table","provider":"The Modern Furniture Company","version":"1.0","type":"link"}