{"product_id":"morning-rituals-archive-002-tee","title":"Morning Rituals | Archive 002 Unisex Tee","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — COLLECTION CHAPTER CARD\n========================================== *\/\n\n.hae-chapter-card {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  display: grid;\n  grid-template-columns: 92px minmax(0, 1fr);\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n.hae-chapter-card *,\n.hae-chapter-card *::before,\n.hae-chapter-card *::after {\n  box-sizing: border-box;\n}\n\n\/* LEFT CHAPTER PANEL *\/\n.hae-chapter-card__side {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 100%;\n  padding: 28px 20px;\n  border-right: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__chapter {\n  writing-mode: vertical-rl;\n  transform: rotate(180deg);\n  font-size: 10px;\n  line-height: 1;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.65);\n}\n\n.hae-chapter-card__number {\n  font-size: 34px;\n  line-height: 1;\n  font-weight: 500;\n  letter-spacing: -0.05em;\n}\n\n\/* MAIN CONTENT *\/\n.hae-chapter-card__main {\n  padding: 32px 30px 30px;\n}\n\n\/* TOP META *\/\n.hae-chapter-card__header {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  gap: 20px;\n  margin-bottom: 42px;\n}\n\n.hae-chapter-card__eyebrow,\n.hae-chapter-card__archive {\n  margin: 0;\n  font-size: 10px;\n  line-height: 1.4;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.hae-chapter-card__eyebrow {\n  color: rgba(23, 23, 23, 0.68);\n}\n\n.hae-chapter-card__archive {\n  text-align: right;\n  color: #171717;\n}\n\n\/* TITLE AREA *\/\n.hae-chapter-card__title-wrap {\n  position: relative;\n  padding-bottom: 26px;\n  margin-bottom: 26px;\n  border-bottom: 1px solid #171717;\n}\n\n.hae-chapter-card__title {\n  max-width: 600px;\n  margin: 0;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: clamp(30px, 5vw, 48px);\n  line-height: 0.98;\n  font-weight: 600;\n  letter-spacing: -0.045em;\n  text-transform: uppercase;\n}\n\n.hae-chapter-card__subtitle {\n  margin: 14px 0 0;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.62);\n}\n\n\/* COPY *\/\n.hae-chapter-card__copy {\n  max-width: 720px;\n}\n\n.hae-chapter-card__text {\n  margin: 0 0 16px;\n  color: rgba(23, 23, 23, 0.84);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.hae-chapter-card__text:last-child {\n  margin-bottom: 0;\n}\n\n\/* SPECIFICATION STRIP *\/\n.hae-chapter-card__specs {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 0;\n  margin-top: 32px;\n  border-top: 1px solid #DDD7CD;\n  border-bottom: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__spec {\n  padding: 16px 14px;\n  border-right: 1px solid #DDD7CD;\n}\n\n.hae-chapter-card__spec:first-child {\n  padding-left: 0;\n}\n\n.hae-chapter-card__spec:last-child {\n  border-right: 0;\n}\n\n.hae-chapter-card__spec-label {\n  display: block;\n  margin-bottom: 6px;\n  font-size: 9px;\n  line-height: 1.3;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.5);\n}\n\n.hae-chapter-card__spec-value {\n  display: block;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* FOOTER *\/\n.hae-chapter-card__footer {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-end;\n  gap: 20px;\n  margin-top: 28px;\n  font-size: 10px;\n  line-height: 1.4;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: rgba(23, 23, 23, 0.68);\n}\n\n.hae-chapter-card__footer span:last-child {\n  text-align: right;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .hae-chapter-card {\n    display: block;\n  }\n\n  .hae-chapter-card__side {\n    min-height: 0;\n    flex-direction: row;\n    align-items: center;\n    padding: 16px 20px;\n    border-right: 0;\n    border-bottom: 1px solid #DDD7CD;\n  }\n\n  .hae-chapter-card__chapter {\n    writing-mode: initial;\n    transform: none;\n  }\n\n  .hae-chapter-card__number {\n    font-size: 26px;\n  }\n\n  .hae-chapter-card__main {\n    padding: 26px 20px 24px;\n  }\n\n  .hae-chapter-card__header {\n    margin-bottom: 32px;\n  }\n\n  .hae-chapter-card__title {\n    font-size: 34px;\n  }\n\n  .hae-chapter-card__text {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .hae-chapter-card__specs {\n    grid-template-columns: 1fr;\n  }\n\n  .hae-chapter-card__spec {\n    padding: 13px 0;\n    border-right: 0;\n    border-bottom: 1px solid #DDD7CD;\n  }\n\n  .hae-chapter-card__spec:last-child {\n    border-bottom: 0;\n  }\n\n  .hae-chapter-card__footer {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .hae-chapter-card__footer span:last-child {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hae-chapter-card\"\u003e\n\u003caside class=\"hae-chapter-card__side\"\u003e\u003cspan class=\"hae-chapter-card__chapter\"\u003eCollection 01\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__number\"\u003e01\u003c\/span\u003e\u003c\/aside\u003e\n\u003cdiv class=\"hae-chapter-card__main\"\u003e\n\u003cdiv class=\"hae-chapter-card__header\"\u003e\n\u003cp class=\"hae-chapter-card__eyebrow\"\u003e \u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__archive\"\u003eArchive 002\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eMorning Rituals\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA piece inspired by the quiet routines that make a place feel like home. Morning Rituals brings together a black cat, strong coffee, something sweet and familiar tiled details, small things that become part of the everyday.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe large back artwork is built around a hand drawn black cat framed by warm orange, muted Lisbon blue and decorative tile motifs, with an espresso cup and pastry grounding the scene in the slower moments of the morning.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eAt the front, a smaller chest emblem pulls elements from the full artwork into a quieter mark, creating a front-and-back piece designed to feel collected, lived in and easy to return to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__specs\"\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eEdition\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003eArchive 002\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003eOversized \/ Boxy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003eFabric\u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e237gsm Cotton\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__footer\"\u003e\u003cspan\u003eLondon \/ Lisbon \/ 2026\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60307300254030,"sku":"6596834_23605","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60307300286798,"sku":"6596834_23606","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60307300319566,"sku":"6596834_23607","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60307300352334,"sku":"6596834_23608","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Morning_Rituals_Back_Shot_Main.png?v=1786100057","url":"https:\/\/homeateight.co.uk\/products\/morning-rituals-archive-002-tee","provider":"Home at Eight","version":"1.0","type":"link"}