{"product_id":"free-as-an-eagle-boxy-tee-his","title":"FREE AS AN EAGLE BOXY TEE- HIS","description":"\u003cdiv class=\"tfm-product-story\"\u003e\n  \u003cstyle\u003e\n    .tfm-product-story {\n      --tfm-black: #050505;\n      --tfm-dark: #0f0f0f;\n      --tfm-card: #151515;\n      --tfm-border: rgba(255,255,255,.14);\n      --tfm-white: #ffffff;\n      --tfm-cream: #f5f1ea;\n      --tfm-muted: #b8b1a7;\n      --tfm-orange: #c8511b;\n      font-family: inherit;\n      color: var(--tfm-white);\n      max-width: 760px;\n      margin: 0 auto;\n      line-height: 1.55;\n      background: transparent;\n    }\n\n    .tfm-product-story * {\n      box-sizing: border-box;\n    }\n\n    .tfm-kicker {\n      font-size: 11px;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      color: var(--tfm-orange);\n      font-weight: 800;\n      margin-bottom: 10px;\n    }\n\n    .tfm-product-story h2 {\n      font-size: clamp(24px, 3vw, 38px);\n      line-height: 1.05;\n      letter-spacing: -.03em;\n      text-transform: uppercase;\n      margin: 0 0 18px;\n      font-weight: 900;\n      color: var(--tfm-white);\n    }\n\n    .tfm-lead {\n      font-size: 16px;\n      color: var(--tfm-cream);\n      margin: 0 0 22px;\n    }\n\n    .tfm-brand-note {\n      border-left: 3px solid var(--tfm-orange);\n      padding: 14px 0 14px 18px;\n      margin: 24px 0;\n      font-size: 14px;\n      color: var(--tfm-cream);\n      background: linear-gradient(90deg, rgba(200,81,27,.18), transparent);\n    }\n\n    .tfm-icon-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n      margin: 26px 0;\n    }\n\n    .tfm-icon-card {\n      border: 1px solid var(--tfm-border);\n      border-radius: 16px;\n      padding: 15px;\n      background: linear-gradient(180deg, #181818, #101010);\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n      min-height: 88px;\n      box-shadow: 0 12px 30px rgba(0,0,0,.22);\n    }\n\n    .tfm-icon {\n      width: 32px;\n      height: 32px;\n      min-width: 32px;\n      border-radius: 50%;\n      background: rgba(200,81,27,.14);\n      border: 1px solid rgba(200,81,27,.35);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--tfm-orange);\n    }\n\n    .tfm-icon svg {\n      width: 17px;\n      height: 17px;\n      stroke: currentColor;\n    }\n\n    .tfm-icon-card strong {\n      display: block;\n      font-size: 12px;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      margin-bottom: 3px;\n      color: var(--tfm-white);\n    }\n\n    .tfm-icon-card span {\n      display: block;\n      font-size: 13px;\n      color: var(--tfm-muted);\n    }\n\n    .tfm-section-title {\n      font-size: 12px;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n      font-weight: 900;\n      margin: 30px 0 12px;\n      color: var(--tfm-white);\n    }\n\n    .tfm-list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 24px;\n      border-top: 1px solid var(--tfm-border);\n    }\n\n    .tfm-list li {\n      display: flex;\n      justify-content: space-between;\n      gap: 18px;\n      padding: 12px 0;\n      border-bottom: 1px solid var(--tfm-border);\n      font-size: 14px;\n    }\n\n    .tfm-list li span:first-child {\n      color: var(--tfm-muted);\n    }\n\n    .tfm-list li span:last-child {\n      text-align: right;\n      font-weight: 700;\n      color: var(--tfm-white);\n    }\n\n    .tfm-accordions {\n      margin-top: 20px;\n      border-top: 1px solid var(--tfm-border);\n    }\n\n    .tfm-accordions details {\n      border-bottom: 1px solid var(--tfm-border);\n      padding: 15px 0;\n    }\n\n    .tfm-accordions summary {\n      cursor: pointer;\n      font-size: 13px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      font-weight: 900;\n      color: var(--tfm-white);\n      list-style: none;\n    }\n\n    .tfm-accordions summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .tfm-accordions summary::after {\n      content: \"+\";\n      float: right;\n      color: var(--tfm-orange);\n      font-size: 20px;\n      line-height: 1;\n    }\n\n    .tfm-accordions details[open] summary::after {\n      content: \"–\";\n    }\n\n    .tfm-accordions p,\n    .tfm-accordions ul {\n      margin: 12px 0 0;\n      color: var(--tfm-muted);\n      font-size: 14px;\n    }\n\n    .tfm-accordions ul {\n      padding-left: 18px;\n    }\n\n    .tfm-accordions li {\n      margin-bottom: 6px;\n    }\n\n    .tfm-disclaimer {\n      margin-top: 24px;\n      padding: 16px;\n      border-radius: 16px;\n      background: rgba(255,255,255,.06);\n      border: 1px solid var(--tfm-border);\n      color: var(--tfm-muted);\n      font-size: 12px;\n      line-height: 1.5;\n    }\n\n    @media (max-width: 640px) {\n      .tfm-product-story {\n        max-width: 100%;\n      }\n\n      .tfm-icon-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .tfm-list li {\n        flex-direction: column;\n        gap: 3px;\n      }\n\n      .tfm-list li span:last-child {\n        text-align: left;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"tfm-kicker\"\u003eThe Freedom Movement\u003c\/div\u003e\n\n  \u003ch2\u003eNot just worn. Carried.\u003c\/h2\u003e\n\n  \u003cp class=\"tfm-lead\"\u003e\n    A heavyweight vintage-washed tee made for the ones who believe freedom should still mean something.\n    Cut in a relaxed oversized shape with a dropped shoulder and worn-in finish, this piece carries the movement without needing to shout for attention.\n  \u003c\/p\u003e\n\n  \u003cp class=\"tfm-lead\"\u003e\n    Premium enough to style. Strong enough for everyday wear. Built for the people who move with conviction, speak with purpose, and know exactly what they stand for.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tfm-brand-note\"\u003e\n    This is part of The Freedom Movement — an independent Australian streetwear brand built around free speech, unity, courage and the right to stand your ground.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tfm-icon-grid\"\u003e\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 21s7-4.6 7-11a7 7 0 0 0-14 0c0 6.4 7 11 7 11z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003e100% Cotton\u003c\/strong\u003e\n        \u003cspan\u003eNatural feel, breathable comfort, made for repeated wear.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 7h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 7v13h12V7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 7V4h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003e260GSM Weight\u003c\/strong\u003e\n        \u003cspan\u003eThicker premium tee weight with a structured streetwear feel.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8l4-3h8l4 3-3 4v8H7v-8L4 8z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 5c1 2 7 2 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eOversized Fit\u003c\/strong\u003e\n        \u003cspan\u003eRelaxed unisex cut with dropped shoulders and a modern loose shape.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 14c4-6 12-6 16 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 17c3-3 9-3 12 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 20c2-1 4-1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eVintage Washed\u003c\/strong\u003e\n        \u003cspan\u003eSoft worn-in finish with natural colour and wash variation.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M6 3h12v18H6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 7h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 11h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 15h3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eMade To Order\u003c\/strong\u003e\n        \u003cspan\u003eProduced only when ordered to reduce waste and overproduction.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tfm-icon-card\"\u003e\n      \u003cdiv class=\"tfm-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M3 7h11v10H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v4h-7z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003e$9.95 Shipping\u003c\/strong\u003e\n        \u003cspan\u003eFlat-rate standard shipping Australia-wide at checkout.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tfm-section-title\"\u003eProduct Details\u003c\/div\u003e\n\n  \u003cul class=\"tfm-list\"\u003e\n    \u003cli\u003e\n\u003cspan\u003eFit\u003c\/span\u003e\u003cspan\u003eUnisex oversized \/ relaxed drop shoulder\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan\u003eFabric\u003c\/span\u003e\u003cspan\u003e100% cotton\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e\u003cspan\u003e260gsm heavyweight feel\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan\u003eFinish\u003c\/span\u003e\u003cspan\u003eVintage washed\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan\u003eSizes\u003c\/span\u003e\u003cspan\u003eS–5XL\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan\u003eStyle\u003c\/span\u003e\u003cspan\u003ePremium everyday streetwear\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"tfm-accordions\"\u003e\n    \u003cdetails open\u003e\n      \u003csummary\u003eSize \u0026amp; Fit\u003c\/summary\u003e\n      \u003cp\u003e\n        Designed for an oversized streetwear fit. Take your usual size for the intended relaxed look,\n        or size down if you prefer a closer fit. Please check the size guide before ordering.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCare\u003c\/summary\u003e\n      \u003cul\u003e\n        \u003cli\u003eMachine wash cold or at 30°C on a gentle cycle.\u003c\/li\u003e\n        \u003cli\u003eWash inside out with similar colours.\u003c\/li\u003e\n        \u003cli\u003eDo not bleach.\u003c\/li\u003e\n        \u003cli\u003eTumble dry low or line dry where possible.\u003c\/li\u003e\n        \u003cli\u003eIron on low heat. Do not iron directly over the print.\u003c\/li\u003e\n        \u003cli\u003eDo not dry clean.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShipping\u003c\/summary\u003e\n      \u003cp\u003e\n        Standard shipping is a flat $9.95 Australia-wide. Every piece is made to order, so production time\n        is separate from shipping time. Tracking will be sent once your order has been dispatched.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eMade To Order Disclaimer\u003c\/summary\u003e\n      \u003cp\u003e\n        Each item is produced individually, so small variations in print placement, garment wash, colour depth\n        and finish may occur. These natural differences are part of the made-to-order process and make each piece\n        slightly unique.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Please choose your size carefully. This does not limit any rights you may have under Australian Consumer Law\n        if your item arrives faulty, damaged or incorrect.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tfm-disclaimer\"\u003e\n    The Freedom Movement products are designed as wearable statements. They are not mass-produced fast fashion pieces.\n    They are made to order, printed individually, and created for those who want to stand for something bigger than a logo.\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Freedom Movement","offers":[{"title":"S","offer_id":51596098863402,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true},{"title":"M","offer_id":51596098896170,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true},{"title":"L","offer_id":51596098928938,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true},{"title":"XL","offer_id":51596098961706,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true},{"title":"XXL","offer_id":51596098994474,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/6577\/2842\/files\/rn-image_picker_lib_temp_9c4985fd-866c-45a7-b7ad-31282d151bc7.png?v=1779965353","url":"https:\/\/thefreedommovementau.com\/products\/free-as-an-eagle-boxy-tee-his","provider":"The Freedom Movement","version":"1.0","type":"link"}