{"title":"Adjustable Clothes Rails","description":"\u003cstyle\u003e\n\/* ===== TABS ===== *\/\n\n.tabs.top-dis-link {\n  display: flex;\n  flex-wrap: wrap;\n  border-bottom: 1px solid #d9d9d9;\n  margin-bottom: 20px;\n  padding: 0;\n}\n\n.tabs.top-dis-link .tab {\n  list-style: none;\n}\n\n.tabs.top-dis-link .tab-title {\n  display: block;\n  padding: 14px 18px;\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  color: #2d3440;\n  text-decoration: none;\n  border-right: 1px solid #d9d9d9;\n  transition: 0.2s;\n}\n\n.tabs.top-dis-link .tab-title:hover {\n  background: #f7f7f7;\n}\n\n.tabs.top-dis-link .tab.is-active .tab-title {\n  background: #f7f7f7;\n  color: #000;\n}\n\n\/* ===== TAB CONTENT ===== *\/\n\n.tabs-contents .tab-content {\n  display: none;\n}\n\n.tabs-contents .tab-content.is-active {\n  display: block;\n}\n\n.tabs-contents p {\n  font-size: 14px;\n  line-height: 1.6;\n  margin-bottom: 16px;\n  color: #2d3440;\n}\n\n\/* ===== READ MORE ===== *\/\n\n.sfw-readmore-wrap {\n  max-height: 8.5em;\n  overflow: hidden;\n  transition: max-height 0.3s ease;\n}\n\n.sfw-readmore-wrap.expanded {\n  max-height: 2000px;\n}\n\n.sfw-readmore-btn {\n  display: inline-block;\n  margin-top: 10px;\n  font-size: 14px;\n  font-weight: 700;\n  text-decoration: underline;\n  cursor: pointer;\n}\n\n.sfw-readmore-btn:hover {\n  text-decoration: none;\n}\n\n\/* ===== MOBILE ===== *\/\n\n@media (max-width: 768px) {\n\n  .tabs.top-dis-link {\n    flex-direction: column;\n    border-bottom: none;\n  }\n\n  .tabs.top-dis-link .tab-title {\n    border-right: none;\n    border-bottom: 1px solid #d9d9d9;\n    padding: 14px 0;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cul class=\"tabs top-dis-link\"\u003e\n  \u003cli class=\"tab is-active\"\u003e\n    \u003ca href=\"#tab1\" class=\"tab-title\"\u003eOverview\u003c\/a\u003e\n  \u003c\/li\u003e\n  \u003cli class=\"tab\"\u003e\n    \u003ca href=\"#tab2\" class=\"tab-title\"\u003eFeatures\u003c\/a\u003e\n  \u003c\/li\u003e\n  \u003cli class=\"tab\"\u003e\n    \u003ca href=\"#tab3\" class=\"tab-title\"\u003eUses \u0026amp; Applications\u003c\/a\u003e\n  \u003c\/li\u003e\n  \u003cli class=\"tab\"\u003e\n    \u003ca href=\"#tab4\" class=\"tab-title\"\u003eGuides \u0026amp; Videos\u003c\/a\u003e\n  \u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"tabs-contents\"\u003e\n\n  \u003c!-- TAB 1 --\u003e\n\n  \u003cdiv id=\"tab1\" class=\"tab-content is-active\"\u003e\n    \u003cdiv class=\"sfw-readmore-wrap\"\u003e\n\n      \u003cp\u003eAdjustable Clothes Rails gives you the flexibility to alter its height and width in seconds. Suitable for varying quantities of garments, you can extend the top rail to any width. You can also adjust the height, making it ideal if you need your clothes rails to be a specific size.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sfw-readmore-btn\"\u003eRead More\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TAB 2 --\u003e\n\n  \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"sfw-readmore-wrap\"\u003e\n\n      \u003cp\u003eThe ability to adjust the height or width is useful when your needs are always changing and the folding option allows you to easily store the Rail without having to dismantle the unit.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sfw-readmore-btn\"\u003eRead More\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TAB 3 --\u003e\n\n  \u003cdiv id=\"tab3\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"sfw-readmore-wrap\"\u003e\n\n      \u003cp\u003eAn Adjustable Clothes Rail is useful in any setting where your requirements regularly change. From at home in guest bedrooms or in Retail Shops, or for more creative uses such as in Schools for holding art or in Garden Centres for supporting hanging plants.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sfw-readmore-btn\"\u003eRead More\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TAB 4 --\u003e\n\n  \u003cdiv id=\"tab4\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"sfw-readmore-wrap\"\u003e\n\n      \u003cp\u003eLearn more about our Clothing Rails range in our helpful guides and videos.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sfw-readmore-btn\"\u003eRead More\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener('click', function(e) {\n\n  const tabLink = e.target.closest('.tabs.top-dis-link .tab-title');\n\n  if (tabLink) {\n\n    e.preventDefault();\n\n    const tabsWrapper = tabLink.closest('.tabs.top-dis-link');\n    const contentWrapper = tabsWrapper.nextElementSibling;\n\n    tabsWrapper.querySelectorAll('.tab').forEach(tab =\u003e {\n      tab.classList.remove('is-active');\n    });\n\n    contentWrapper.querySelectorAll('.tab-content').forEach(content =\u003e {\n      content.classList.remove('is-active');\n    });\n\n    tabLink.closest('.tab').classList.add('is-active');\n\n    const target = document.querySelector(tabLink.getAttribute('href'));\n\n    if (target) {\n      target.classList.add('is-active');\n    }\n  }\n\n  const btn = e.target.closest('.sfw-readmore-btn');\n\n  if (btn) {\n\n    const wrap = btn.previousElementSibling;\n\n    wrap.classList.toggle('expanded');\n\n    btn.textContent =\n      wrap.classList.contains('expanded')\n        ? 'Read Less'\n        : 'Read More';\n  }\n\n});\n\u003c\/script\u003e\n","products":[{"product_id":"black-chrome-adjustable-clothes-rail","title":"Black \u0026 Chrome Adjustable Clothes Rail","description":"\u003cdiv id=\"description\" class=\"two-column\"\u003e\n\u003ch3 class=\"description-heading\"\u003eDescription\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eADJUSTABLE IN SECONDS FOR FLEXIBILITY\u003c\/strong\u003e - Sometimes you need to store lots of clothes, sometimes you need to fit your rail in a smaller space. With this adjustable rail, you have the ability to quickly adjust the size to your needs. Easily adjust the top rail for width or the uprights for height.\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eEASY TO ASSEMBLE\u003c\/strong\u003e - No tools required. Secure push-pin system for simple and quick storage or transportation. Take a look at our 'How to Assemble' video \u003ca title=\"How to Assemble\" href=\"%%GLOBAL_ShopPathSSL%%\/how-to-assemble-videos-i110\" target=\"_blank\" rel=\"noopener\"\u003ehere.\u003c\/a\u003e\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eHEAVY-DUTY STEEL CONSTRUCTION\u003c\/strong\u003e - 25 mm steel tubing and high-load capacity of up to 80 kg UDL, for large quantities and heavy garments, so you can display or store more stock.\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eEASILY MANOEUVRED\u003c\/strong\u003e - These rails come with castor wheels for smooth movement. Ideal for effortless relocation or repositioning.\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eWIDE RANGE OF SIZES\u003c\/strong\u003e - We stock a large selection of rails in various sizes, so you'll always find one to suit your needs and fit your space.\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cul\u003e \u003cli\u003e\u003cspan style=\"font-size: 14px;\"\u003e\u003cstrong\u003eVARIED RANGE OF ACCESSORIES AND COMPONENTS\u003c\/strong\u003e - We have a huge range of accessories and components so you can modify and expand your clothes rails as your requirements grow.\u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e\u003c!--~~--\u003e\u003cdiv class=\"two-column\"\u003e\n\u003ch3 class=\"description-heading\"\u003eSpecifications\u003c\/h3\u003e \u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"margin: 15px 0\"\u003e \u003ctbody\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eAdjustable clothes rail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eDimensions\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eMin. H1575 x W1220 x D430 mm\u003cbr\u003eMax. H1920 x W1980 x D430 mm (including wheels)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eDiameter\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003e25mm tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eColour\/Finish\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eBlack base with chrome top rail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eAdjustable\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eHeight adjustable from 1575mm to 1955mm (5 ft 2 in to 6 ft 5 in).\u003cbr\u003eRail length adjustable from 1220mm to 1980mm (4 ft to 6 ft 6 in)  \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eMobile\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eCastor Wheels attached \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eContents\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eClothes rail with wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"tech-spec-row-odd\"\u003e\n\u003ctd class=\"tech-spec-column-title\"\u003eAssembly\u003c\/td\u003e\n\u003ctd class=\"tech-spec-column-text\"\u003eSelf-assembly (no tools required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Shopfitting Warehouse","offers":[{"title":"Default Title","offer_id":53049345114378,"sku":"0900101","price":34.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/1074\/7914\/files\/bc-1630-19941.jpg?v=1778856957"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/1074\/7914\/collections\/banner-clothes-rails-adjustable__59356.jpg?v=1778855014","url":"https:\/\/www.shopfittingwarehouse.co.uk\/collections\/adjustable-clothes-rails.oembed","provider":"Shopfitting Warehouse","version":"1.0","type":"link"}