{"product_id":"knit-rectangular-coffee-table-135x75","title":"Knit Rectangular Coffee Table | 135x75","description":"\u003cstyle\u003e  \n  .content-wrapper {\n    max-height: 100px;\n    overflow: hidden;\n    position: relative;\n    transition: max-height 0.3s ease-out;\n  }\n  \n  .content-wrapper.expanded {\n    max-height: 500px;\n  }\n\n  .read-more-button {\n    display: block;\n    margin-top: 15px;\n    cursor: pointer;\n    color: #736357;\n  }\n  \n  .collapsible {\n    background-color: #FBF9F7;\n    color: #736357;\n    cursor: pointer;\n    padding: 20px 0px;\n    width: 100%;\n    border: none;\n    text-align: left;\n    font-size: 15px;\n  }\n\n  .collapsible:after {\n    content: '\\002B';\n    color: #736357;\n    font-weight: bold;\n    float: right;\n    margin-left: 5px;\n  }\n\n  .active:after {\n    content: \"\\2212\";\n  }\n  \n  .content {\n    padding: 0px 10px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.2s ease-out;\n    background-color: #FBF9F7;\n  }\n\n  a:hover {\n    color: #CABEB4;\n  }\n\n\u003c\/style\u003e\n\u003cdiv id=\"myContent\" class=\"content-wrapper\"\u003e\n  \u003c!-- This is the Product Description --\u003e\n  \u003cp\u003eThe Knit collection comes in the \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-dining-chair\"\u003edining chair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-dining-armchair\"\u003edining armchair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-armchair\"\u003earmchair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-lounge-armchair\"\u003elounge armchair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-high-back-lounge-armchair\"\u003ehigh back lounge armchair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-high-back-rocking-armchair\"\u003ehigh back rocking armchair\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-3-seater-sofa\"\u003e3-seater sofa\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-footstool\"\u003efootstool\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-round-coffee-table-o50\"\u003eround coffee table\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-rectangular-coffee-table-135x75\"\u003erectangular coffee table\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-square-table-90x90\"\u003esquare table\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-round-table-o110\"\u003eround table\u003c\/a\u003e, \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-rectangular-table\"\u003erectangular table\u003c\/a\u003e, and \u003ca href=\"https:\/\/meinteriors.com.au\/products\/knit-xl-dining-table-263x110\"\u003eXL dining table\u003c\/a\u003e styles.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003eKnit is a complete line of tables, chairs and lounge chairs in teak and woven rope that expresses with refinement a perfect synthesis of aesthetics, functionality and ergonomics. The iconic collection is enriched by the new version in pickled teak and light gray rope and the rocking version of the lounge chair with high back, thus offering a new and special interpretation of the classic bergère.\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003cp\u003eThe Knit Rectangular Coffee Table comes in a natural teak\/pickled teak frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cspan class=\"read-more-button\" onclick=\"toggleReadMore()\"\u003e+ More\u003c\/span\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003c!-- These are the dropdown tabs of information --\u003e\n\u003cbutton class=\"collapsible\"\u003eDetails\u003c\/button\u003e\n\u003cdiv class=\"content\"\u003e\n  \u003c!-- These are where the variant details go --\u003e\n  \u003ch5\u003eDesigns Available\u003c\/h5\u003e\n  \u003ch5\u003eFrame Options\u003c\/h5\u003e\n  \u003cp\u003eNatural Teak Frame | Pickled Teak Frame\u003c\/p\u003e\n  \u003cbr\u003e\n  \u003ch5\u003eProduct Dimensions\u003c\/h5\u003e\n  \u003cp\u003eLength: 135cm\u003c\/p\u003e\n  \u003cp\u003eWidth: 75cm\u003c\/p\u003e\n  \u003cp\u003eHeight: 30cm\u003c\/p\u003e\n  \u003cp\u003eWeight: 17kg\u003c\/p\u003e\n  \u003cbr\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar coll = document.getElementsByClassName(\"collapsible\");\nvar i;\n\nfor (i = 0; i \u003c coll.length; i++) {\n  coll[i].addEventListener(\"click\", function() {\n    this.classList.toggle(\"active\");\n    var content = this.nextElementSibling;\n    if (content.style.maxHeight){\n      content.style.maxHeight = null;\n    } else {\n      content.style.maxHeight = content.scrollHeight + \"px\";\n    }\n  });\n}\n\nfunction toggleReadMore() {\n  const content = document.getElementById('myContent');\n  content.classList.toggle('expanded');\n  const button = document.querySelector('.read-more-button');\n  if (content.classList.contains('expanded')) {\n    button.textContent = 'Show Less';\n  } else {\n    button.textContent = '+ More';\n  }\n}\n\u003c\/script\u003e","brand":"Ethimo","offers":[{"title":"Default Title","offer_id":51123067060539,"sku":null,"price":0.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/6089\/4779\/files\/Knit-Rectangular-Coffee-Table.png?v=1775843026","url":"https:\/\/meinteriors.com.au\/products\/knit-rectangular-coffee-table-135x75","provider":"meinteriors","version":"1.0","type":"link"}