{"title":"Garments","description":"\u003cstyle\u003e\n.collection-intro {\n  position: relative;\n  overflow: hidden;\n\n  background: #8B847C;\n  color: #8B847C;\n  font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  padding: 50px clamp(20px, 5vw, 100px) 40px;\n}\n\n\/* =========================\n   CRACKED GLASS EFFECT\n========================= *\/\n\n.collection-intro::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  z-index: 0;\n\n  background:\n    linear-gradient(120deg, rgba(255,255,255,0.06), transparent 45%),\n    linear-gradient(245deg, rgba(255,255,255,0.04), transparent 50%),\n    radial-gradient(circle at 28% 30%, rgba(255,255,255,0.05), transparent 40%),\n    radial-gradient(circle at 72% 75%, rgba(255,255,255,0.04), transparent 45%);\n\n  mix-blend-mode: overlay;\n  opacity: 0.6;\n}\n\n\/* subtle grain *\/\n.collection-intro::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  z-index: 0;\n\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.25'\/%3E%3C\/svg%3E\");\n\n  opacity: 0.05;\n}\n\n\/* =========================\n   CONTENT WRAP\n========================= *\/\n\n.collection-intro-inner {\n  position: relative;\n  z-index: 1;\n\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n\/* =========================\n   LABEL\n========================= *\/\n\n.collection-label {\n  font-size: 11px;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: rgba(244,241,234,0.55);\n  margin-bottom: 10px;\n}\n\n\/* =========================\n   TITLE\n========================= *\/\n\n.collection-title {\n  font-size: clamp(22px, 2.4vw, 36px);\n  line-height: 1.15;\n  letter-spacing: -1px;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n  color: #F4F1EA;\n}\n\n\/* =========================\n   TEXT\n========================= *\/\n\n.collection-text {\n  font-size: 14px;\n  line-height: 1.7;\n  color: rgba(244,241,234,0.75);\n  max-width: 720px;\n}\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media (max-width: 900px) {\n  .collection-intro {\n    padding: 36px 20px 28px;\n  }\n\n  .collection-text {\n    font-size: 13.5px;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"collection-intro\"\u003e\n\u003cdiv class=\"collection-intro-inner\"\u003e\n\u003cdiv class=\"collection-label\"\u003eEvery design starts with a concept.\u003c\/div\u003e\n\u003cdiv class=\"collection-text\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eBuilt around symbols and inspired by places, each garment carries a meaning from the design process through to the finished article.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"men-s-box-tee-3","title":"Olive Branch | Unisex Signature Tee","description":"\u003cstyle\u003e\n\/* ================================\n   HOME AT EIGHT — PRODUCT FILM\n================================ *\/\n.product-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 34px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n  pointer-events: none;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-film p:last-of-type {\n  margin-bottom: 0;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  padding-bottom: 4px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 32px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-film\"\u003e\n  \u003cdiv class=\"film-header\"\u003e\n    \u003cspan\u003eHAE Archive\u003c\/span\u003e\n    \u003cspan\u003eFrame 034\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eOlive Branch\u003c\/h3\u003e\n\n  \u003cp\u003e\n    A clean everyday tee inspired by Mediterranean details, familiar places and\n    the quiet symbolism of the olive branch.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Olive Branch Tee features a compact chest graphic combining dark\n    botanical leaves, rich olives and fragments of Lisbon-inspired blue tile\n    detailing.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Finished with the handwritten Home At Eight signature, the understated\n    artwork brings colour, character and a subtle sense of place to an easy\n    wardrobe staple.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"film-footer\"\u003e\n    Home At Eight   \/   London • Lisbon\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":59851164287310,"sku":"4913743_23605","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59851164320078,"sku":"4913743_23606","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59851164352846,"sku":"4913743_23607","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59851164385614,"sku":"4913743_23608","price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Olive_Branch_Shot.png?v=1782901977"},{"product_id":"dark-heart-unisex-tee","title":"Foundation Heart | Unisex Signature Tee","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — FOUNDATION HEART FILM CARD\n========================================== *\/\n\n.product-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  background-repeat: repeat-x;\n  opacity: 0.18;\n  pointer-events: none;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  margin: 0 0 22px;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #6f6a63;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.25;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #171717;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n  color: #171717;\n}\n\n.product-film p:last-of-type {\n  margin-bottom: 24px;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin: 0;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.5;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  color: #171717;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-film\"\u003e\n  \u003cdiv class=\"film-header\"\u003eHAE Archive   \/   Frame 031\u003c\/div\u003e\n\n  \u003ch3\u003eFoundation Heart\u003c\/h3\u003e\n\n  \u003cp\u003e\n    A clean everyday tee finished with a compact graphic inspired by passion,\n    resilience and the things that continue to matter.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Burning Heart Chest Tee features a monochrome flaming heart emblem,\n    framed with curved Home At Eight lettering and small star details.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    A subtle chest print designed to bring character and a slightly rebellious\n    edge to an understated wardrobe staple.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"film-footer\"\u003e\n    Home At Eight   \/   Foundation\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":59913249915214,"sku":"6295392_23605","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59913249947982,"sku":"6295392_23606","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59913249980750,"sku":"6295392_23607","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59913250013518,"sku":"6295392_23608","price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Dark_Heart_Shot.png?v=1783011687"},{"product_id":"the-lucky-cat-lisbon-unisex-tee","title":"Lucky Cat | Unisex Premium Heavyweight Tee","description":"\u003cdiv style=\"background: #F4F1EA; border: 1px solid #DDD7CD; padding: 28px; color: #171717; font-family: Arial,sans-serif;\"\u003e\n\u003cp style=\"margin: 0 0 22px; font-size: 11px; line-height: 1.4; letter-spacing: 2px; text-transform: uppercase; color: #6f6a63;\"\u003eCOLOUR WHITE\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 18px; font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #171717;\"\u003eLUCKY CAT\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA statement graphic tee inspired by Lisbon tiles, familiar companions and the character found in everyday surroundings.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eThe Home At Eight Cat Tee features an illustrated black cat framed by broken blue tile details, a bold red rose and expressive vintage-style lettering.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 24px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA bold back print bringing together colour, texture and independent spirit, created to add character to an easy everyday wardrobe staple.\u003c\/p\u003e\n\u003chr style=\"margin: 0 0 16px; border: 0; border-top: 1px solid #DDD7CD;\"\u003e\n\u003cp style=\"margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: 1.8px; text-transform: uppercase; color: #171717;\"\u003eHome At Eight   \/   PREMIUM EDITION\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"XS","offer_id":59925392916814,"sku":"4146182_46406","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"S","offer_id":59925392949582,"sku":"4146182_46408","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59925392982350,"sku":"4146182_46409","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59925393015118,"sku":"4146182_46410","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59925393047886,"sku":"4146182_46411","price":40.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/LUCKY_CAT_BACK.png?v=1785547197"},{"product_id":"bloom-unisex-tee","title":"Bloom | Unisex Signature Tee","description":"\u003cstyle\u003e\n\/* ================================\n   HOME AT EIGHT — PRODUCT FILM\n================================ *\/\n.product-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 34px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n  pointer-events: none;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-film p:last-of-type {\n  margin-bottom: 0;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  padding-bottom: 4px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 32px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-film\"\u003e\n  \u003cdiv class=\"film-header\"\u003e\n    \u003cspan\u003eHAE Archive\u003c\/span\u003e\n    \u003cspan\u003eFrame 029\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBloom\u003c\/h3\u003e\n\n  \u003cp\u003e\n    A minimal everyday tee inspired by contrast, resilience and the beauty found\n    in imperfect details.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Thorned Rose Tee features a single red rose at the chest, drawn with\n    loose black linework and an extended thorned stem.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    A compact statement print combining softness with a darker edge, designed to\n    bring quiet character to an understated wardrobe staple.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"film-footer\"\u003e\n    Home At Eight\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":59926198452558,"sku":"9121719_23605","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59926198485326,"sku":"9121719_23606","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59926198518094,"sku":"9121719_23607","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59926198550862,"sku":"9121719_23608","price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Bloom_Shot.png?v=1782767961"},{"product_id":"foxy-premium-oversized-tee","title":"London Fox | Unisex Premium Heavyweight Tee","description":"\u003cdiv style=\"background: #F4F1EA; border: 1px solid #DDD7CD; padding: 28px; color: #171717; font-family: Arial,sans-serif;\"\u003e\n\u003cp style=\"margin: 0 0 22px; font-size: 11px; line-height: 1.4; letter-spacing: 2px; text-transform: uppercase; color: #6f6a63;\"\u003eCOLOUR WHITE\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 18px; font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #171717;\"\u003eLondon Fox\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA statement graphic tee inspired by nature, individuality and the contrast between softness and instinct.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eThe Home At Eight Fox Tee features an illustrated fox split between natural fur and intricate floral detailing, surrounded by layered flowers and bold gothic-style lettering.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 24px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA bold back print combining warm orange tones with monochrome botanicals, created to bring character, detail and a distinctive edge to an everyday wardrobe staple.\u003c\/p\u003e\n\u003chr style=\"margin: 0 0 16px; border: 0; border-top: 1px solid #DDD7CD;\"\u003e\n\u003cp style=\"margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: 1.8px; text-transform: uppercase; color: #171717;\"\u003eHome At Eight   \/   Premium edition\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"XS","offer_id":59944256209230,"sku":"7482995_46406","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"S","offer_id":59944256241998,"sku":"7482995_46408","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59944256274766,"sku":"7482995_46409","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59944256307534,"sku":"7482995_46410","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59944256340302,"sku":"7482995_46411","price":40.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Fox_Shot.png?v=1782901977"},{"product_id":"lisbon-lady-premium-oversized-tee","title":"Lisbon Lady | Unisex Premium Heavyweight Tee","description":"\u003cdiv style=\"background: #F4F1EA; border: 1px solid #DDD7CD; padding: 28px; color: #171717; font-family: Arial,sans-serif;\"\u003e\n\u003cp style=\"margin: 0 0 22px; font-size: 11px; line-height: 1.4; letter-spacing: 2px; text-transform: uppercase; color: #6f6a63;\"\u003eCOLOUR WHITE\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 18px; font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #171717;\"\u003eLISBON LADY\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA statement graphic tee inspired by self-expression, individuality and the people and places that shape our sense of home.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eThe Home At Eight Portrait Tee features an illustrated tattooed figure framed by roses, bold geometric detailing and expressive brush-style lettering.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 24px; font-size: 15px; line-height: 1.7; color: #171717;\"\u003eA bold back print combining traditional tattoo references with contemporary colour, created to bring character and confidence to an everyday wardrobe staple.\u003c\/p\u003e\n\u003chr style=\"margin: 0 0 16px; border: 0; border-top: 1px solid #DDD7CD;\"\u003e\n\u003cp style=\"margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: 1.8px; text-transform: uppercase; color: #171717;\"\u003eHome At Eight   \/   PREMIUM Edition\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"XS","offer_id":59944332165454,"sku":"9133782_46406","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"S","offer_id":59944332198222,"sku":"9133782_46408","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59944332230990,"sku":"9133782_46409","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59944332263758,"sku":"9133782_46410","price":40.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59944332296526,"sku":"9133782_46411","price":40.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/5B9675BA-7F72-40AC-BD9A-CB31A5F37278.jpg?v=1785340423"},{"product_id":"panther-unisex-tee","title":"Panther | Unisex Signature Tee","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — PANTHER PRODUCT FILM\n========================================== *\/\n\n.product-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 34px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION BORDERS *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(\n    circle,\n    #171717 2px,\n    transparent 3px\n  );\n  background-size: 18px 10px;\n  background-repeat: repeat-x;\n  opacity: 0.18;\n  pointer-events: none;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-film p:last-of-type {\n  margin-bottom: 0;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  padding-bottom: 4px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 32px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-film\"\u003e\n  \u003cdiv class=\"film-header\"\u003e\n    \u003cspan\u003eHAE Archive\u003c\/span\u003e\n    \u003cspan\u003eFrame 025\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003ePanther\u003c\/h3\u003e\n\n  \u003cp\u003e\n    A bold everyday tee inspired by traditional tattoo artwork,\n    independent spirit and the comfort of returning to familiar places.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Home At Eight Panther Tee features a roaring black panther beside\n    a red rose, framed with vintage-style Home At Eight lettering.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    A compact chest print bringing character and a rebellious edge to an\n    easy, understated wardrobe staple.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"film-footer\"\u003e\n    Home At Eight   \/   Est. 2026\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":59954375098702,"sku":"4172527_23591","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":59954375131470,"sku":"4172527_23592","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":59954375164238,"sku":"4172527_23593","price":30.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":59954375197006,"sku":"4172527_23594","price":30.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Panther_Shot.png?v=1783021552"},{"product_id":"slow-living-unisex-tee","title":"Slow Living Society | Unisex Signature Tee","description":"\u003cstyle\u003e\n.hae-slow-living-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 36px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n.hae-slow-living-film::before,\n.hae-slow-living-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  width: 100%;\n  height: 10px;\n  background-image: radial-gradient(\n    circle,\n    rgba(23, 23, 23, 0.35) 2px,\n    transparent 3px\n  );\n  background-size: 18px 10px;\n  pointer-events: none;\n}\n\n.hae-slow-living-film::before {\n  top: 8px;\n}\n\n.hae-slow-living-film::after {\n  bottom: 8px;\n}\n\n.hae-slow-living-film__header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n.hae-slow-living-film__title {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.hae-slow-living-film__text {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.hae-slow-living-film__footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n@media screen and (max-width: 749px) {\n  .hae-slow-living-film {\n    padding: 34px 20px;\n  }\n\n  .hae-slow-living-film__title {\n    font-size: 20px;\n  }\n\n  .hae-slow-living-film__text {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .hae-slow-living-film__header {\n    gap: 10px;\n    font-size: 10px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hae-slow-living-film\"\u003e\n\u003cdiv class=\"hae-slow-living-film__header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 020\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"hae-slow-living-film__title\"\u003eSlow Living\u003c\/h3\u003e\n\u003cp class=\"hae-slow-living-film__text\"\u003eA statement graphic tee inspired by slower rhythms, quieter moments and the freedom found in taking life at your own pace.\u003c\/p\u003e\n\u003cp class=\"hae-slow-living-film__text\"\u003eThe Slow Living Tee features an illustrated skull holding a rose, framed by curved vintage-style lettering and warm rust-coloured details.\u003c\/p\u003e\n\u003cp class=\"hae-slow-living-film__text\"\u003eA bold back print celebrating reflection, balance and the small moments that remind us not to rush through everyday life.\u003c\/p\u003e\n\u003cdiv class=\"hae-slow-living-film__footer\"\u003eSlow Living   \/   Quiet Moments\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60058693009742,"sku":"4990862_23591","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60058693042510,"sku":"4990862_23592","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60058693075278,"sku":"4990862_23593","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60058693108046,"sku":"4990862_23594","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Slow_Living_Front.png?v=1785547996"},{"product_id":"lucky-cat-club-cotton-heritage-box-tee","title":"Lucky Cat Club | Unisex Signature Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* film perforation effect *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  font-size: 11px;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  margin-bottom: 24px;\n  opacity: 0.7;\n}\n\n.product-film h3 {\n  font-size: 22px;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  margin: 0 0 18px;\n  font-weight: 600;\n}\n\n.product-film p {\n  font-size: 15px;\n  line-height: 1.7;\n  margin: 0 0 16px;\n}\n\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eCOLOUR WHITE\u003c\/span\u003e \u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eLucky Cat Club\u003c\/h3\u003e\n\u003cp\u003eFor the cats that bring character, comfort and a little chaos into everyday life.\u003c\/p\u003e\n\u003cp\u003eThe Lucky Cat Club Tee features a vintage-inspired feline graphic, framed with a rose and finished with softly distressed lettering.\u003c\/p\u003e\n\u003cp\u003eA bold back print celebrating independent spirits, familiar routines and the companions that make a place feel like home.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   SIGNATURE \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60133189779790,"sku":"6359753_23591","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60133189812558,"sku":"6359753_23592","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60133189845326,"sku":"6359753_23593","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60133189878094,"sku":"6359753_23594","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Lucky_Cat_Re-shoot.png?v=1786114437"},{"product_id":"running-wild-heavyweight-crop-tee","title":"Running Wild | Women's Essential Crop Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 015\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eRunning Wild \u003c\/h3\u003e\n\u003cp\u003eA bold everyday crop made for moving freely and following your own direction.\u003c\/p\u003e\n\u003cp\u003eThe Running Wild Crop features a leaping tiger graphic at the centre chest, finished with HAE lettering and vintage-inspired typography.\u003c\/p\u003e\n\u003cp\u003eA spirited wardrobe staple with a relaxed boxy shape, oversized sleeves and an easy cropped length.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60232304329038,"sku":"9335004_49803","price":28.0,"currency_code":"GBP","in_stock":false},{"title":"M","offer_id":60232304361806,"sku":"9335004_49806","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60232304394574,"sku":"9335004_49809","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60232304427342,"sku":"9335004_49812","price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Running_WIld_Crop_Tee_Shot.png?v=1785543867"},{"product_id":"plant-heavyweight-crop-tee","title":"Homegrown | Women's Essential Crop Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 014\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eHomegrown\u003c\/h3\u003e\n\u003cp\u003eA quiet everyday piece inspired by the familiar objects that make a space feel personal.\u003c\/p\u003e\n\u003cp\u003eThe Homegrown Crop features a minimal potted-plant graphic at the centre chest, finished with a handwritten Home At Eight signature.\u003c\/p\u003e\n\u003cp\u003eA relaxed wardrobe staple with a boxy shape, oversized sleeves and an easy cropped length made for slow days and familiar surroundings.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60232356725070,"sku":"5980600_49803","price":28.0,"currency_code":"GBP","in_stock":false},{"title":"M","offer_id":60232356757838,"sku":"5980600_49806","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60232356790606,"sku":"5980600_49809","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60232356823374,"sku":"5980600_49812","price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Home_Grown_Back_Shoot.png?v=1786147150"},{"product_id":"cherries-heavyweight-crop-tee","title":"Cherries | Women's Essential Crop Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 013\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCherrIES \u003c\/h3\u003e\n\u003cp\u003eA clean everyday crop finished with a small signature detail.\u003c\/p\u003e\n\u003cp\u003eThe HaE Cherry Crop features an embroidered cherry graphic at the centre chest, with the Home At Eight initials worked into the fruit.\u003c\/p\u003e\n\u003cp\u003eA playful wardrobe staple designed with a relaxed boxy shape, oversized sleeves and an easy cropped length.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60232365146446,"sku":"8715666_49803","price":28.0,"currency_code":"GBP","in_stock":false},{"title":"M","offer_id":60232365179214,"sku":"8715666_49806","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60232365211982,"sku":"8715666_49809","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60232365244750,"sku":"8715666_49812","price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Cherries_Crop_Shot.png?v=1785290589"},{"product_id":"eagle-refined-by-moments-cotton-heritage-box-tee-washed-black","title":"Refined By Moments | Unisex Signature Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 012\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eRefined by Moments\u003c\/h3\u003e\n\u003cp\u003eA study in movement, resilience and the moments that shape us along the way.\u003c\/p\u003e\n\u003cp\u003eThe Refined by Moments Tee features an illustrated eagle in flight, layered over a warm circular graphic and finished with softly distressed lettering.\u003c\/p\u003e\n\u003cp\u003eA bold back print inspired by freedom, changing perspectives and the belief that every experience leaves its mark.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60241952080206,"sku":"7288553_23591","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60241952112974,"sku":"7288553_23592","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60241952145742,"sku":"7288553_23593","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60241952178510,"sku":"7288553_23594","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Refined_Reshoot_back.png?v=1786101827"},{"product_id":"burning-heart-crop-tee-washed-black-1","title":"Burning Heart | Women's Essential Crop Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-film\"\u003e\n  \u003cdiv class=\"film-header\"\u003e\n    \u003cspan\u003eHAE Archive\u003c\/span\u003e\n    \u003cspan\u003eFrame 015\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBurning Heart\u003c\/h3\u003e\n\n  \u003cp\u003eA study in feeling deeply, moving boldly and keeping the fire alive.\u003c\/p\u003e\n\n  \u003cp\u003eThe Burning Heart Crop Tee features a vivid flaming heart motif, framed with warm gold detailing and finished with a subtle HAE signature beneath.\u003c\/p\u003e\n\n  \u003cp\u003eA compact chest graphic inspired by passion, resilience and the moments that remind us what matters most.\u003c\/p\u003e\n\n  \u003cdiv class=\"film-footer\"\u003e\n    London • Lisbon   \/   Est. 2026\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60274396266830,"sku":"7690305_49804","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60274396299598,"sku":"7690305_49807","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60274396332366,"sku":"7690305_49810","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60274396365134,"sku":"7690305_49813","price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Burning_HEart_Shoot_1.png?v=1786146653"},{"product_id":"bom-dia-crop-tee-washed-black","title":"Bom Dia | Women's Essential Crop Tee","description":"\u003cstyle\u003e\n.product-film {\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 26px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 014\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBom Dia\u003c\/h3\u003e\n\u003cp\u003eA quiet expression of slow Lisbon mornings.\u003c\/p\u003e\n\u003cp\u003eThe Bom Dia Crop Tee features a delicate olive branch motif, Portuguese lettering and the handwritten Home at Eight signature beneath.\u003c\/p\u003e\n\u003cp\u003eA minimal chest graphic inspired by Lisbon mornings and the belief that every good day begins with a small moment.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eLondon • Lisbon   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60274554208590,"sku":"1279291_49804","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60274554241358,"sku":"1279291_49807","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60274554274126,"sku":"1279291_49810","price":28.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60274554306894,"sku":"1279291_49813","price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Bom_Dia_Shoot.png?v=1786146714"},{"product_id":"sardine-cotton-heritage-box-tee-vintage-white","title":"Sardine Sun | Unisex Signature Tee","description":"\u003cstyle\u003e\n\/* ================================\n   HOME AT EIGHT — PRODUCT FILM\n================================ *\/\n.product-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 34px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n\/* FILM PERFORATION EFFECT *\/\n.product-film::before,\n.product-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  height: 10px;\n  background-image: radial-gradient(circle, #171717 2px, transparent 3px);\n  background-size: 18px 10px;\n  opacity: 0.18;\n  pointer-events: none;\n}\n\n.product-film::before {\n  top: 8px;\n}\n\n.product-film::after {\n  bottom: 8px;\n}\n\n\/* HEADER *\/\n.product-film .film-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n\/* TITLE *\/\n.product-film h3 {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n\/* BODY COPY *\/\n.product-film p {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-film p:last-of-type {\n  margin-bottom: 0;\n}\n\n\/* FOOTER *\/\n.product-film .film-footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  padding-bottom: 4px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n  .product-film {\n    padding: 32px 20px;\n  }\n\n  .product-film h3 {\n    font-size: 20px;\n  }\n\n  .product-film p {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-film\"\u003e\n\u003cdiv class=\"film-header\"\u003e\n\u003cspan\u003eCOLOUR VINTAGE WHITE\u003c\/span\u003e \u003c\/div\u003e\n\u003ch3\u003eSardine Sun\u003c\/h3\u003e\n\u003cp\u003eA statement graphic tee inspired by Lisbon’s tiled façades, coastal traditions and the familiar symbols found throughout the city.\u003c\/p\u003e\n\u003cp\u003eThe Sardine Sun Tee features an illustrated fish filled with intricate blue-and-white tile patterns, layered over a warm terracotta circle and finished with the handwritten Home At Eight signature.\u003c\/p\u003e\n\u003cp\u003eA bold back print bringing together colour, craft and a sense of place, designed as a playful tribute to the everyday character of Lisbon.\u003c\/p\u003e\n\u003cdiv class=\"film-footer\"\u003eHome At Eight   \/   SIGNATURE \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60275902972238,"sku":"4866703_23598","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60275903005006,"sku":"4866703_23599","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60275903037774,"sku":"4866703_23600","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60275903070542,"sku":"4866703_23601","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/FF23E4A5-7632-4E9D-ABB1-3E6D255FE50E.png?v=1785340424"},{"product_id":"good-vibes-society-cotton-heritage-box-tee-vintage-black","title":"Good Vibes Society | Unisex Signature Tee","description":"\u003cstyle\u003e\n.hae-good-vibes-film {\n  width: 100%;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  padding: 36px 28px;\n  background: #F4F1EA;\n  border: 1px solid #DDD7CD;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n}\n\n.hae-good-vibes-film::before,\n.hae-good-vibes-film::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  width: 100%;\n  height: 10px;\n  background-image: radial-gradient(\n    circle,\n    rgba(23, 23, 23, 0.35) 2px,\n    transparent 3px\n  );\n  background-size: 18px 10px;\n  pointer-events: none;\n}\n\n.hae-good-vibes-film::before {\n  top: 8px;\n}\n\n.hae-good-vibes-film::after {\n  bottom: 8px;\n}\n\n.hae-good-vibes-film__header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  margin: 0 0 24px;\n  font-size: 11px;\n  line-height: 1.2;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  opacity: 0.7;\n}\n\n.hae-good-vibes-film__title {\n  margin: 0 0 18px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 22px;\n  line-height: 1.2;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.hae-good-vibes-film__text {\n  margin: 0 0 16px;\n  color: #171717;\n  font-family: 'Instrument Sans', Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.hae-good-vibes-film__footer {\n  margin-top: 24px;\n  padding-top: 16px;\n  border-top: 1px solid #DDD7CD;\n  font-size: 11px;\n  line-height: 1.4;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n@media screen and (max-width: 749px) {\n  .hae-good-vibes-film {\n    padding: 34px 20px;\n  }\n\n  .hae-good-vibes-film__title {\n    font-size: 20px;\n  }\n\n  .hae-good-vibes-film__text {\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .hae-good-vibes-film__header {\n    gap: 10px;\n    font-size: 10px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hae-good-vibes-film\"\u003e\n\u003cdiv class=\"hae-good-vibes-film__header\"\u003e\n\u003cspan\u003eHAE Archive\u003c\/span\u003e \u003cspan\u003eFrame 022\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"hae-good-vibes-film__title\"\u003eGood Vibes Society\u003c\/h3\u003e\n\u003cp class=\"hae-good-vibes-film__text\"\u003eA statement graphic tee built around confidence, instinct and the energy we choose to carry into everyday life.\u003c\/p\u003e\n\u003cp class=\"hae-good-vibes-film__text\"\u003eThe Good Vibes Society Tee features a roaring black panther and floral illustration, layered over a warm circular backdrop and framed with bold vintage-inspired lettering.\u003c\/p\u003e\n\u003cp class=\"hae-good-vibes-film__text\"\u003eA characterful back print celebrating individuality, resilience and moving through the world on your own terms.\u003c\/p\u003e\n\u003cdiv class=\"hae-good-vibes-film__footer\"\u003eGood Vibes Society   \/   Est. 2026\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60275989807438,"sku":"3293640_23591","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60275989840206,"sku":"3293640_23592","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60275989872974,"sku":"3293640_23593","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60275989905742,"sku":"3293640_23594","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Good_Vibes_Reshoot.png?v=1786101695"},{"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"},{"product_id":"places-worth-returning-to-archive-005","title":"Places Worth Returning To | Archive 005 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\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__archive\"\u003eArchive 005\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003ePlaces Worth Returning To\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 places that stay with us. Places Worth Returning To brings together sun ripe lemons, blossom and traditional tile motifs in a composition shaped by travel, memory and corners abroad.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe large back artwork pairs bold hand-drawn lines with a Lisbon-inspired blue tile grid, lifted with fresh yellow fruit and soft green leaves for a balanced, collected feel.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eFinished with a smaller lemon branch emblem at the chest, the front-and-back design is made for everyday wear and for those drawn back to the places that continue to leave their mark.\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 005\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":60310711894350,"sku":"2086815_23605","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60310711927118,"sku":"2086815_23606","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60310711959886,"sku":"2086815_23607","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60310711992654,"sku":"2086815_23608","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Places_back_shot.png?v=1786060182"},{"product_id":"between-cities-archive-003-tee","title":"Between Cities | Archive 003 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\/* 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\/* MOBILE *\/\n@media screen and (max-width: 749px) {\n\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\u003c\/style\u003e\n\u003cdiv class=\"hae-chapter-card\"\u003e\n\u003caside class=\"hae-chapter-card__side\"\u003e\u003cspan class=\"hae-chapter-card__chapter\"\u003e Collection 01 \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__number\"\u003e 01 \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 003\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eBetween Cities\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA piece shaped by the feeling of belonging to more than one place. Between Cities draws on the connection between London and Lisbon, and the feeling of escape each time you visit one over the other.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe large back artwork reworks Lisbon’s 25 de Abril Bridge into a vintage inspired travel emblem, surrounded by palms, warm sunset tones and faded blues. The graphic combines the familiarity of an old souvenir with the bolder visual language of the Archive Editions.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA smaller HAE Archive 003 emblem sits at the chest, creating a quieter counterpoint to the back artwork. A front-and-back piece for those whose idea of home has never belonged to just one city.\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\"\u003e Edition \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Archive 003 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fit \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Oversized \/ Boxy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fabric \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e 237gsm 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":60312391287118,"sku":"6712231_23577","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60312391319886,"sku":"6712231_23578","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60312391352654,"sku":"6712231_23579","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60312391385422,"sku":"6712231_23580","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Between_cities_back.png?v=1786102147"},{"product_id":"a-taste-of-the-city-archive-004","title":"A Taste of the City | Unisex Archive 004 Tee","description":"\u003cstyle\u003e\n\/* ==========================================\n   HOME AT EIGHT — A TASTE OF THE CITY TEE\n   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  min-width: 0;\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: 650px;\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\/* 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\/* 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__footer {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 8px;\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\"\u003e Collection 01 \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__number\"\u003e 004 \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 004\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eA Taste of the City\u003c\/h3\u003e\n\u003cp class=\"hae-chapter-card__subtitle\"\u003eLisbon Sardine Archive No. 04\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eA study of Lisbon’s familiar symbols, shaped by tiled streets, sardines and warm environments. \u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe reverse features a large arched composition with a tiled sardine, rising sun and bold Home At Eight typography. A reduced sun emblem sits at the chest, completing Archive 004.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__footer\"\u003e\u003cspan\u003eCollection 01\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Home at Eight","offers":[{"title":"S","offer_id":60314730234190,"sku":"2659101_23591","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60314730266958,"sku":"2659101_23592","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60314730299726,"sku":"2659101_23593","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60314730332494,"sku":"2659101_23594","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Taste_Back_Shot.png?v=1786103532"},{"product_id":"slow-mornings-archive-006","title":"Slow Mornings | Archive 006 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\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__archive\"\u003eArchive 006\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__title-wrap\"\u003e\n\u003ch3 class=\"hae-chapter-card__title\"\u003eSlow Mornings\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__copy\"\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eSlow Mornings captures the moment you start the day right, opening the shutters, letting the light in and allowing the day to begin without urgency.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eThe large back artwork brings together a sunlit Lisbon inspired window, deep blue shutters and warm blocks of orange, pink and cream.\u003c\/p\u003e\n\u003cp class=\"hae-chapter-card__text\"\u003eFinished with a smaller closed window emblem at the chest, the front and back design is created for slower days, familiar places and moments worth returning 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\"\u003e Edition \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Archive 006 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fit \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e Oversized \/ Boxy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hae-chapter-card__spec\"\u003e\n\u003cspan class=\"hae-chapter-card__spec-label\"\u003e Fabric \u003c\/span\u003e \u003cspan class=\"hae-chapter-card__spec-value\"\u003e 237gsm 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":60314925072718,"sku":"9462278_23605","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":60314925105486,"sku":"9462278_23606","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":60314925138254,"sku":"9462278_23607","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":60314925171022,"sku":"9462278_23608","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1043\/2620\/1678\/files\/Slow_Mornings_Back.png?v=1786057030"}],"url":"https:\/\/homeateight.co.uk\/collections\/garments.oembed","provider":"Home at Eight","version":"1.0","type":"link"}