{"title":"Star Range","description":"\u003ch2\u003eModern National Star Collection\u003c\/h2\u003e\u003cp\u003eThe Star Collection is a shower and tapware range from Modern National, the Australian bathroom brand known for architectural, considered design. Star spans both showers and taps, offering its own distinct look within the Modern National lineup rather than repeating other ranges.\u003c\/p\u003e\u003ch3\u003eWhat's included in the Star range\u003c\/h3\u003e\u003cp\u003eStar covers tapware for the vanity along with shower fittings for the shower recess, allowing you to specify a matching set across the bathroom. As with other Modern National ranges, having showers and taps under one name makes it straightforward to keep the design consistent from the basin through to the shower.\u003c\/p\u003e\u003ch3\u003eHow Star differs from other Modern National ranges\u003c\/h3\u003e\u003cp\u003eWhile Modern National offers several shower and tap ranges, Star has its own design line and proportions, distinct in detailing and handle style from ranges like Cadence. If you are comparing ranges, it is worth looking closely at the handle shape and spout profile of Star against other options, since the right choice often comes down to these finer design details rather than functionality alone.\u003c\/p\u003e\u003ch3\u003eDesign style\u003c\/h3\u003e\u003cp\u003eStar reflects Modern National's broader design language of clean lines and minimal detailing, suited to bathrooms that lean contemporary or architectural. It is designed to sit comfortably alongside modern tiling, stone benchtops and simple cabinetry without competing for attention.\u003c\/p\u003e\u003ch3\u003ePlanning your bathroom with Star\u003c\/h3\u003e\u003cp\u003eWhen fitting out a bathroom with Star, choose the vanity tapware and shower fittings together in the same finish so the whole room reads as one coordinated range. This is particularly useful in renovations where you want a fresh, unified look rather than mixing older fittings with new ones.\u003c\/p\u003e\u003ch3\u003eWho the Star Collection suits\u003c\/h3\u003e\u003cp\u003eStar suits renovators and builders who want a distinct Modern National design line for their shower and tapware, separate from other ranges in the brand's catalogue. It is a solid option if you have already compared other Modern National collections and prefer Star's particular styling.\u003c\/p\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv id=\"faq\"\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhat is the Star Collection?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eThe Star Collection is a shower and tapware range from Modern National, an Australian bathroom brand known for architectural design. It includes matching taps and shower fittings so you can coordinate the whole bathroom from one range.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eIs Star a Modern National range?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eYes, Star is made by Modern National. It is one of several shower and tapware ranges the brand offers, each with its own distinct design details.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eHow is the Star Collection different from the Cadence Collection?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eBoth Star and Cadence are Modern National ranges covering showers and taps, but they follow different design lines with their own handle shapes and detailing. Choosing between them usually comes down to which proportions and styling suit your bathroom best, so it is worth comparing them side by side.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eDoes the Star Collection include showers as well as taps?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eYes, Star spans both showers and tapware, which means you can fit out a vanity and shower recess with matching fittings from the one range. This helps keep the bathroom design consistent throughout.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhat type of bathroom suits the Star Collection?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eStar suits contemporary and architectural bathrooms that favour clean, minimal detailing, in line with Modern National's overall design approach. It works well for renovations and new builds where a considered, coordinated look is the priority.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    #faq { margin: 20px 0 75px; }\n    .acc_wrap { margin-bottom: 7px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(240,240,240,1); }\n    .accordion { background-color: #4f6d85; color: white; cursor: pointer; padding: 16px; width: 100%; border: none; text-align: left; outline: none; transition: 0.4s; line-height: 1.2; }\n    .panel { opacity: 0; background-color: white; overflow: hidden; height: 0; transition: height 0.5s ease, opacity 0.7s linear; }\n    .panel \u003e div { margin: 25px; }\n    .panel.active { opacity: 1; height: auto; }\n\u003c\/style\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  var acc = document.getElementsByClassName(\"acc_wrap\");\n  for (var i = 0; i \u003c acc.length; i++) {\n    acc[i].addEventListener(\"click\", function() {\n      var panel = this.querySelector(\".panel\");\n      var all = document.querySelectorAll('.panel');\n      for (var j = 0; j \u003c all.length; j++) { if (all[j] !== panel) { all[j].classList.remove(\"active\"); all[j].style.height = 0; } }\n      panel.classList.toggle(\"active\");\n      panel.style.height = panel.classList.contains(\"active\") ? panel.scrollHeight + \"px\" : 0;\n    });\n  }\n});\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the Star Collection?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Star Collection is a shower and tapware range from Modern National, an Australian bathroom brand known for architectural design. It includes matching taps and shower fittings so you can coordinate the whole bathroom from one range.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Star a Modern National range?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, Star is made by Modern National. It is one of several shower and tapware ranges the brand offers, each with its own distinct design details.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is the Star Collection different from the Cadence Collection?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Both Star and Cadence are Modern National ranges covering showers and taps, but they follow different design lines with their own handle shapes and detailing. Choosing between them usually comes down to which proportions and styling suit your bathroom best, so it is worth comparing them side by side.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the Star Collection include showers as well as taps?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, Star spans both showers and tapware, which means you can fit out a vanity and shower recess with matching fittings from the one range. This helps keep the bathroom design consistent throughout.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What type of bathroom suits the Star Collection?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Star suits contemporary and architectural bathrooms that favour clean, minimal detailing, in line with Modern National's overall design approach. It works well for renovations and new builds where a considered, coordinated look is the priority.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","products":[],"url":"https:\/\/www.thebluespace.co.nz\/collections\/star-collection\/type-shower-arms.oembed","provider":"The Blue Space","version":"1.0","type":"link"}