{"product_id":"westmere-series","title":"Westmere Series | Glass-Front Expandable Prefab Home","description":"\u003cstyle\u003e\n  .thc-product {\n    --thc-text: #272727;\n    --thc-body: #414b5d;\n    --thc-muted: #686868;\n    --thc-border: #e5e5e5;\n    --thc-soft: #f7f7f7;\n    --thc-white: #ffffff;\n\n    color: var(--thc-body);\n    font-family: var(--font-body-family, inherit);\n    line-height: 1.65;\n    container-type: inline-size;\n    width: 100%;\n  }\n\n  .thc-product *,\n  .thc-product *::before,\n  .thc-product *::after {\n    box-sizing: border-box;\n  }\n\n  .thc-product h2,\n  .thc-product h3 {\n    color: var(--thc-text);\n    font-family: var(--font-heading-family, inherit);\n    margin-top: 0;\n  }\n\n  .thc-product h2 {\n    font-size: clamp(26px, 4cqi, 38px);\n    line-height: 1.15;\n    margin-bottom: 18px;\n  }\n\n  .thc-product h3 {\n    font-size: 18px;\n    line-height: 1.3;\n    margin-bottom: 8px;\n  }\n\n  .thc-product p {\n    margin: 0 0 16px;\n  }\n\n  .thc-product strong {\n    color: var(--thc-text);\n  }\n\n  .thc-section {\n    padding: 34px 0;\n    border-bottom: 1px solid var(--thc-border);\n  }\n\n  .thc-section:first-child {\n    padding-top: 10px;\n  }\n\n  .thc-section:last-child {\n    border-bottom: 0;\n  }\n\n  .thc-eyebrow {\n    display: block;\n    color: var(--thc-muted);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .thc-lead {\n    font-size: 17px;\n    line-height: 1.7;\n    max-width: 760px;\n  }\n\n  .thc-facts {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  .thc-fact {\n    border: 1px solid var(--thc-border);\n    padding: 18px;\n    background: var(--thc-white);\n  }\n\n  .thc-fact-label {\n    display: block;\n    color: var(--thc-muted);\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 5px;\n  }\n\n  .thc-fact-value {\n    display: block;\n    color: var(--thc-text);\n    font-size: 17px;\n    font-weight: 600;\n    line-height: 1.35;\n  }\n\n  .thc-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 22px;\n  }\n\n  .thc-card {\n    border: 1px solid var(--thc-border);\n    padding: 20px;\n    background: var(--thc-white);\n  }\n\n  .thc-card p {\n    margin: 0;\n    color: var(--thc-muted);\n    font-size: 14px;\n  }\n\n  .thc-list {\n    padding: 0;\n    margin: 20px 0 0;\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px 20px;\n  }\n\n  .thc-list li {\n    position: relative;\n    padding-left: 18px;\n  }\n\n  .thc-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 0;\n    color: var(--thc-text);\n  }\n\n  .thc-table-wrap {\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--thc-border);\n    margin-top: 20px;\n  }\n\n  .thc-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--thc-white);\n  }\n\n  .thc-table th,\n  .thc-table td {\n    padding: 14px 16px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid var(--thc-border);\n  }\n\n  .thc-table tr:last-child th,\n  .thc-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .thc-table th {\n    width: 38%;\n    color: var(--thc-text);\n    font-weight: 600;\n    background: var(--thc-soft);\n  }\n\n  .thc-applications {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .thc-application {\n    border: 1px solid var(--thc-border);\n    padding: 18px;\n  }\n\n  .thc-application strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .thc-application span {\n    color: var(--thc-muted);\n    font-size: 14px;\n  }\n\n  .thc-faq {\n    margin-top: 20px;\n  }\n\n  .thc-faq details {\n    border-top: 1px solid var(--thc-border);\n  }\n\n  .thc-faq details:last-child {\n    border-bottom: 1px solid var(--thc-border);\n  }\n\n  .thc-faq summary {\n    cursor: pointer;\n    list-style: none;\n    color: var(--thc-text);\n    font-weight: 600;\n    padding: 17px 34px 17px 0;\n    position: relative;\n  }\n\n  .thc-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .thc-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 4px;\n    top: 15px;\n    font-size: 21px;\n    font-weight: 400;\n  }\n\n  .thc-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .thc-faq-answer {\n    padding: 0 34px 17px 0;\n    color: var(--thc-muted);\n  }\n\n  .thc-faq-answer p {\n    margin: 0;\n  }\n\n  @container (max-width: 640px) {\n    .thc-section {\n      padding: 26px 0;\n    }\n\n    .thc-facts,\n    .thc-grid,\n    .thc-list,\n    .thc-applications {\n      grid-template-columns: 1fr;\n    }\n\n    .thc-table-wrap {\n      border: 0;\n      overflow: visible;\n    }\n\n    .thc-table,\n    .thc-table tbody,\n    .thc-table tr,\n    .thc-table th,\n    .thc-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .thc-table tr {\n      border: 1px solid var(--thc-border);\n      margin-bottom: 10px;\n    }\n\n    .thc-table th {\n      border-bottom: 0;\n      padding-bottom: 6px;\n    }\n\n    .thc-table td {\n      padding-top: 6px;\n      border-bottom: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"thc-product\"\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eWestmere Series\u003c\/span\u003e\n\n    \u003ch2\u003eModern expandable prefab living with a glass-front design\u003c\/h2\u003e\n\n    \u003cp class=\"thc-lead\"\u003e\n      The \u003cstrong\u003eWestmere Series\u003c\/strong\u003e combines an expandable modular layout with broad\n      glass openings and a modern exterior. Its steel-frame construction, insulated wall\n      system, finished kitchen and bathroom, and flexible interior configurations make it\n      suitable for residential, guest, studio, hospitality, and commercial applications.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"thc-facts\"\u003e\n      \u003cdiv class=\"thc-fact\"\u003e\n        \u003cspan class=\"thc-fact-label\"\u003eHome Type\u003c\/span\u003e\n        \u003cspan class=\"thc-fact-value\"\u003eExpandable Prefab Home\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-fact\"\u003e\n        \u003cspan class=\"thc-fact-label\"\u003eDesign\u003c\/span\u003e\n        \u003cspan class=\"thc-fact-value\"\u003eModern Glass Front\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-fact\"\u003e\n        \u003cspan class=\"thc-fact-label\"\u003eStructure\u003c\/span\u003e\n        \u003cspan class=\"thc-fact-value\"\u003eSteel Frame\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eDesign\u003c\/span\u003e\n\n    \u003ch2\u003eBright interiors with expansive glazing\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The Westmere features a glass-forward exterior designed to bring more natural light\n      into the interior. Black-framed glass elements are paired with vertical exterior\n      cladding and a flat-roof profile for a contemporary appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The expandable configuration creates a wider interior after setup, providing additional\n      room for living, sleeping, working, or guest accommodations.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eFeatures\u003c\/span\u003e\n\n    \u003ch2\u003eBuilt around a finished modular interior\u003c\/h2\u003e\n\n    \u003cdiv class=\"thc-grid\"\u003e\n\n      \u003cdiv class=\"thc-card\"\u003e\n        \u003ch3\u003eExpandable configuration\u003c\/h3\u003e\n        \u003cp\u003e\n          The modular structure unfolds to provide a larger interior living area after setup.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-card\"\u003e\n        \u003ch3\u003eGlass-front exterior\u003c\/h3\u003e\n        \u003cp\u003e\n          Large aluminum-framed glass sections create an open and light-filled interior.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-card\"\u003e\n        \u003ch3\u003eFinished kitchen\u003c\/h3\u003e\n        \u003cp\u003e\n          Includes cabinetry, granite countertop, and a black single-bowl sink configuration.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-card\"\u003e\n        \u003ch3\u003eFinished bathroom\u003c\/h3\u003e\n        \u003cp\u003e\n          Includes a quartz countertop, glass bathroom door, toilet, and shower fixtures.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eMaterials \u0026amp; Finishes\u003c\/span\u003e\n\n    \u003ch2\u003eModern exterior and interior materials\u003c\/h2\u003e\n\n    \u003cul class=\"thc-list\"\u003e\n      \u003cli\u003eBlack-painted steel frame\u003c\/li\u003e\n      \u003cli\u003eFlat-roof configuration\u003c\/li\u003e\n      \u003cli\u003eVertical WPC exterior cladding\u003c\/li\u003e\n      \u003cli\u003e60 mm EPS sandwich wall panels\u003c\/li\u003e\n      \u003cli\u003eThermal-break aluminum windows\u003c\/li\u003e\n      \u003cli\u003eGlass entry door\u003c\/li\u003e\n      \u003cli\u003eBamboo-fiber interior wall panels\u003c\/li\u003e\n      \u003cli\u003e4 mm SPC flooring\u003c\/li\u003e\n      \u003cli\u003eGranite kitchen countertop\u003c\/li\u003e\n      \u003cli\u003eQuartz bathroom countertop\u003c\/li\u003e\n      \u003cli\u003eRecessed interior lighting\u003c\/li\u003e\n      \u003cli\u003eColor-change lighting function\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eApplications\u003c\/span\u003e\n\n    \u003ch2\u003eFlexible spaces for residential and commercial use\u003c\/h2\u003e\n\n    \u003cdiv class=\"thc-applications\"\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003eBackyard guest house\u003c\/strong\u003e\n        \u003cspan\u003eIndependent space for guests or extended residential use.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003ePrivate studio\u003c\/strong\u003e\n        \u003cspan\u003eA naturally lit environment for creative or personal use.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003eVacation accommodation\u003c\/strong\u003e\n        \u003cspan\u003eExpandable modular space for tourism and lodging applications.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003eWork accommodation\u003c\/strong\u003e\n        \u003cspan\u003eCan be configured for dormitory or private-quarter applications.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003eCommercial space\u003c\/strong\u003e\n        \u003cspan\u003eSuitable configurations include shops, restaurants, and reception spaces.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-application\"\u003e\n        \u003cstrong\u003eResidential use\u003c\/strong\u003e\n        \u003cspan\u003eExpandable living space with integrated kitchen and bathroom areas.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"thc-section\"\u003e\n    \u003cspan class=\"thc-eyebrow\"\u003eSpecifications\u003c\/span\u003e\n\n    \u003ch2\u003eWestmere Series specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"thc-table-wrap\"\u003e\n      \u003ctable class=\"thc-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eExpandable modular container home\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eDesign style\u003c\/th\u003e\n            \u003ctd\u003eModern\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eStructure\u003c\/th\u003e\n            \u003ctd\u003eBlack-painted steel frame\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eRoof\u003c\/th\u003e\n            \u003ctd\u003eFlat roof\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eExterior finish\u003c\/th\u003e\n            \u003ctd\u003eVertical WPC cladding\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWall system\u003c\/th\u003e\n            \u003ctd\u003e60 mm EPS sandwich panel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWindows\u003c\/th\u003e\n            \u003ctd\u003eThermal-break aluminum window system\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eInterior walls\u003c\/th\u003e\n            \u003ctd\u003eBamboo-fiber board\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFlooring\u003c\/th\u003e\n            \u003ctd\u003e4 mm SPC flooring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eKitchen countertop\u003c\/th\u003e\n            \u003ctd\u003eFish-belly white granite\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eKitchen cabinetry\u003c\/th\u003e\n            \u003ctd\u003eWhite vacuum-formed cabinet doors\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eKitchen sink\u003c\/th\u003e\n            \u003ctd\u003eBlack single sink\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBathroom countertop\u003c\/th\u003e\n            \u003ctd\u003eQuartz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBathroom door\u003c\/th\u003e\n            \u003ctd\u003eBlack glass door\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBathroom fixtures\u003c\/th\u003e\n            \u003ctd\u003eSmart toilet and copper shower tap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLighting\u003c\/th\u003e\n            \u003ctd\u003eRecessed lighting with color-change function\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Tiny Home Collection","offers":[{"title":"398 sq. ft.","offer_id":43539187138608,"sku":null,"price":42998.99,"currency_code":"USD","in_stock":true},{"title":"614 sq. ft.","offer_id":43539187171376,"sku":null,"price":59999.99,"currency_code":"USD","in_stock":true},{"title":"797 sq. ft.","offer_id":43539187204144,"sku":null,"price":72999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0651\/2561\/3616\/files\/H4adfcbccc5694c798bd1bead39cdf51fW.png?v=1787880250","url":"https:\/\/tinyhomecollection.com\/products\/westmere-series","provider":"Tiny Home Collection","version":"1.0","type":"link"}