{"product_id":"battle-born-nevada-wolf-t-shirt-premium-dtf-printed-graphic-tee-in-light-heather-grey-battle-born-clothing","title":"Battle Born Nevada Wolf T-Shirt - Premium DTF Printed Graphic Tee in Light Heather Grey | Battle Born Clothing","description":"\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Battle Born Nevada Wolf T-Shirt\",\n  \"image\": \"https:\/\/shopbattlebornclothing.com\/cdn\/shop\/files\/battle-born-logo.png\",\n  \"description\": \"Elevate your wardrobe with the Battle Born Nevada Wolf T-Shirt. This premium DTF printed tee features a bold 'Battle Born N' design integrated with a fierce wolf graphic on a light heather grey blank.\",\n  \"sku\": \"NV-WOLF-TEE-01\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Battle Born Clothing\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/shopbattlebornclothing.com\/\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"26.99\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"availability\": \"https:\/\/schema.org\/InStock\"\n  }\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is DTF Printing?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"DTF stands for Direct-to-Film. It is a premium printing technology that delivers highly vivid colors, fine details, and exceptional wash resistance. It bonds flexibly with the fabric, meaning no cracking or fading after multiple washes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What kind of t-shirt blank is used?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"We print this design exclusively on the District Very Important Tee blank in Light Heather Grey. It features a 90\/10 combed ring-spun cotton and polyester blend for ultimate softness and breathability.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should I care for my DTF printed tee?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Machine wash cold with like colors and tumble dry low. Do not bleach. If you need to iron it, use low heat and avoid ironing directly over the print area to preserve the design.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\", \"item\": \"https:\/\/shopbattlebornclothing.com\"},\n    {\"@type\": \"ListItem\", \"position\": 2, \"name\": \"Nevada Apparel\", \"item\": \"https:\/\/shopbattlebornclothing.com\/collections\"},\n    {\"@type\": \"ListItem\", \"position\": 3, \"name\": \"Battle Born Nevada Wolf T-Shirt\"}\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── CSS VARIABLES - SIERRA HEATHER ── *\/\n  :root {\n    --sh-void: #F3F5F7;        \/* Light Heather Grey Background *\/\n    --sh-panel: #FFFFFF;       \/* Crisp White Cards *\/\n    --sh-steel: #E2E8F0;       \/* Light border trim *\/\n    \n    \/* Brand Accents *\/\n    --sh-blue: #003366;        \/* Royal Nevada Blue *\/\n    --sh-blue-dark: #001F3F;   \/* Deep Navy *\/\n    \n    \/* Typography - High Contrast for Light Mode *\/\n    --sh-text-bright: #0F172A; \/* Slate Black for Headings *\/\n    --sh-text-body: #334155;   \/* Dark Slate for Body Reading *\/\n    --sh-text-dim: #64748B;    \/* Muted specs\/captions *\/\n    \n    --sh-radius: 6px;\n    --sh-shadow: 0 10px 30px rgba(0, 51, 102, 0.08);\n    --sh-glow-blue: 0 4px 20px rgba(0, 51, 102, 0.15);\n    \n    \/* Athletic Cuts *\/\n    --sh-clip-edge: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);\n    --sh-clip-btn: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);\n  }\n\n  \/* ── BACKGROUND TEXTURE ── *\/\n  .sh-bg-wrapper {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    background-color: var(--sh-void);\n    color: var(--sh-text-body);\n    line-height: 1.85;\n    position: relative;\n    padding: 3rem 1.5rem;\n    overflow: hidden;\n  }\n  \n  \/* CSS \"Heather Fabric\" Texture *\/\n  .sh-bg-wrapper::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    z-index: 0;\n    opacity: 0.4;\n    background-image: repeating-linear-gradient(45deg, #E2E8F0 0, #E2E8F0 1px, transparent 1px, transparent 6px);\n    pointer-events: none;\n  }\n\n  .sh-content {\n    max-width: 1050px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* ── STRIPE UTILITIES ── *\/\n  .sh-text-gradient {\n    background: linear-gradient(90deg, var(--sh-blue), var(--sh-blue-dark));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    display: inline-block;\n  }\n\n  \/* ── TYPOGRAPHY ── *\/\n  .sh-content h1, \n  .sh-content h2, \n  .sh-content h3 {\n    color: var(--sh-text-bright);\n    margin-top: 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 0.05em;\n  }\n  .sh-content p {\n    font-size: 1.15rem;\n    margin-bottom: 1.8rem;\n  }\n  .sh-content strong {\n    color: var(--sh-blue-dark);\n    font-weight: 800;\n  }\n  .sh-content a {\n    color: var(--sh-blue);\n    text-decoration: none;\n    border-bottom: 2px dashed var(--sh-blue);\n    transition: all 0.3s ease;\n  }\n  .sh-content a:hover {\n    color: var(--sh-blue-dark);\n    border-bottom-style: solid;\n    border-color: var(--sh-blue-dark);\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .sh-hero {\n    background: var(--sh-panel);\n    padding: 6rem 3rem;\n    position: relative;\n    border: 1px solid var(--sh-steel);\n    clip-path: var(--sh-clip-edge);\n    box-shadow: var(--sh-shadow);\n    margin-bottom: 4rem;\n    text-align: center;\n    overflow: hidden;\n  }\n  .sh-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 6px;\n    background: linear-gradient(90deg, var(--sh-blue-dark), var(--sh-blue), var(--sh-blue-dark));\n  }\n  .sh-badge {\n    display: inline-block;\n    background: var(--sh-blue);\n    color: #FFFFFF;\n    font-size: 0.9rem;\n    font-weight: 900;\n    letter-spacing: 0.2em;\n    padding: 6px 18px;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    border-radius: 50px;\n    box-shadow: var(--sh-glow-blue);\n  }\n  .sh-hero h1 {\n    font-size: 3.8rem;\n    line-height: 1.1;\n    margin-bottom: 1.5rem;\n  }\n  \n  \/* Background Watermark *\/\n  .sh-hero::after {\n    content: 'WOLF PACK';\n    position: absolute;\n    bottom: -25px; left: 50%;\n    transform: translateX(-50%);\n    font-size: 8rem;\n    color: rgba(0, 51, 102, 0.03);\n    letter-spacing: 15px;\n    font-weight: 900;\n    font-style: italic;\n    pointer-events: none;\n  }\n\n  \/* ── SECTION HEADINGS ── *\/\n  .sh-section-title {\n    font-size: 2.2rem;\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-top: 5rem;\n    margin-bottom: 2rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px solid var(--sh-steel);\n    position: relative;\n  }\n  .sh-section-title::before {\n    content: '\/\/\/';\n    color: var(--sh-blue);\n    font-size: 1.6rem;\n  }\n  .sh-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0; width: 80px; height: 3px;\n    background: var(--sh-blue);\n  }\n\n  \/* ── FEATURE GRID ── *\/\n  .sh-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n    margin: 3rem 0;\n  }\n  .sh-card {\n    background: var(--sh-panel);\n    border: 1px solid var(--sh-steel);\n    padding: 2.5rem 2rem;\n    clip-path: var(--sh-clip-edge);\n    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n    position: relative;\n    box-shadow: var(--sh-shadow);\n  }\n  .sh-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 4px; height: 100%;\n    background: var(--sh-steel);\n    transition: background 0.3s ease;\n  }\n  .sh-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--sh-blue);\n    box-shadow: var(--sh-glow-blue);\n  }\n  .sh-card:hover::before {\n    background: var(--sh-blue);\n  }\n  .sh-card h3 {\n    font-size: 1.3rem;\n    color: var(--sh-text-bright);\n    margin-bottom: 0.8rem;\n    border-bottom: 1px dashed var(--sh-steel);\n    padding-bottom: 0.5rem;\n  }\n  .sh-card p {\n    font-size: 1.05rem;\n    margin-bottom: 0;\n    color: var(--sh-text-body);\n  }\n\n  \/* ── LORE \/ HERITAGE BOX ── *\/\n  .sh-lore-box {\n    background: linear-gradient(90deg, rgba(0, 51, 102, 0.05) 0%, var(--sh-panel) 100%);\n    border: 1px solid var(--sh-steel);\n    border-left: 6px solid var(--sh-blue);\n    padding: 2.5rem 3rem;\n    margin: 4rem 0;\n    box-shadow: var(--sh-shadow);\n    position: relative;\n    overflow: hidden;\n  }\n  .sh-lore-box h3 {\n    color: var(--sh-blue-dark);\n    font-size: 1.8rem;\n    margin-bottom: 1rem;\n  }\n\n  \/* ── SIZING TABLE ── *\/\n  .sh-table-wrap {\n    overflow-x: auto;\n    margin: 3rem 0;\n    border: 1px solid var(--sh-steel);\n    box-shadow: var(--sh-shadow);\n    background: var(--sh-panel);\n    border-radius: 4px;\n  }\n  .sh-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 600px;\n    background: var(--sh-panel);\n  }\n  .sh-table th {\n    background: var(--sh-blue-dark);\n    color: #FFFFFF;\n    padding: 1.2rem 1.5rem;\n    text-align: left;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    font-weight: 900;\n  }\n  .sh-table td {\n    padding: 1.2rem 1.5rem;\n    border-bottom: 1px solid var(--sh-steel);\n    color: var(--sh-text-body);\n  }\n  .sh-table td:first-child {\n    font-weight: 800;\n    color: var(--sh-text-bright);\n    background: rgba(0, 51, 102, 0.03);\n  }\n  .sh-table tr:hover td {\n    background: rgba(0, 51, 102, 0.05);\n  }\n\n  \/* ── FAQ ACCORDION ── *\/\n  .sh-faq details {\n    background: var(--sh-panel);\n    border: 1px solid var(--sh-steel);\n    margin-bottom: 1rem;\n    transition: all 0.3s;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n  }\n  .sh-faq details[open] {\n    border-color: var(--sh-blue);\n    box-shadow: var(--sh-glow-blue);\n  }\n  .sh-faq summary {\n    padding: 1.5rem 2rem;\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: var(--sh-text-bright);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .sh-faq summary::-webkit-details-marker { display: none; }\n  .sh-faq summary::after {\n    content: '+';\n    color: var(--sh-blue);\n    font-size: 1.8rem;\n    font-weight: 900;\n  }\n  .sh-faq details[open] summary::after {\n    content: '−';\n    color: var(--sh-blue-dark);\n  }\n  .sh-faq details[open] summary {\n    border-bottom: 1px solid var(--sh-steel);\n  }\n  .sh-faq p {\n    padding: 1.5rem 2rem;\n    margin: 0;\n    color: var(--sh-text-body);\n  }\n\n  \/* ── LIFESTYLE CTA (No Form) ── *\/\n  .sh-cta-banner {\n    background: linear-gradient(135deg, var(--sh-blue-dark) 0%, var(--sh-blue) 100%);\n    padding: 6rem 3rem;\n    margin-top: 6rem;\n    position: relative;\n    text-align: center;\n    box-shadow: 0 25px 60px rgba(0, 51, 102, 0.4);\n    clip-path: var(--sh-clip-edge);\n  }\n  .sh-cta-banner h2 {\n    font-size: 3rem;\n    color: #FFFFFF;\n    margin-bottom: 1.5rem;\n    border: none;\n  }\n  .sh-cta-banner p {\n    max-width: 700px;\n    margin: 0 auto 3rem;\n    color: #E2E8F0;\n    font-size: 1.25rem;\n  }\n  \n  .sh-btn {\n    display: inline-block;\n    background: #FFFFFF;\n    color: var(--sh-blue-dark) !important;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 0.15em;\n    font-size: 1.2rem;\n    padding: 1.5rem 4rem;\n    border: none;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n    clip-path: var(--sh-clip-btn);\n  }\n  .sh-btn:hover {\n    background: var(--sh-steel);\n    transform: translateY(-3px);\n    box-shadow: 0 15px 35px rgba(0,0,0,0.3);\n  }\n\n  \/* ── TAGS LIST ── *\/\n  .sh-tags {\n    margin-top: 4rem;\n    padding-top: 2rem;\n    border-top: 1px solid var(--sh-steel);\n    text-align: center;\n    font-size: 0.85rem;\n    color: var(--sh-text-dim);\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 768px) {\n    .sh-bg-wrapper { padding: 2rem 1rem; }\n    .sh-hero { padding: 4rem 1.5rem; }\n    .sh-hero h1 { font-size: 2.8rem; }\n    .sh-section-title { font-size: 2rem; }\n    .sh-cta-banner { padding: 4rem 1.5rem; }\n    .sh-btn { width: 100%; text-align: center; }\n    .sh-lore-box { padding: 2rem 1.5rem; border-left-width: 4px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sh-bg-wrapper\"\u003e\n\u003cdiv class=\"sh-content\"\u003e\n\u003cdiv class=\"sh-hero\"\u003e\n\u003cspan class=\"sh-badge\"\u003ePremium Graphic Tee\u003c\/span\u003e\n\u003ch1\u003eBattle Born \u003cbr\u003e\u003cspan class=\"sh-text-gradient\"\u003eNevada Wolf\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"margin-bottom: 0; max-width: 800px; margin: 0 auto; position: relative; z-index: 2;\"\u003eElevate your wardrobe. This premium DTF printed tee features a bold \"Battle Born N\" design integrated with a fierce wolf graphic, symbolizing Nevada's resilient spirit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-lore-box\"\u003e\n\u003ch3\u003eThe Spirit of the Pack\u003c\/h3\u003e\n\u003cp\u003ePerfect for native Nevadans, outdoor enthusiasts, or anyone who embodies the Battle Born motto. This striking royal blue print is set against a subtle light heather grey base, capturing both state pride and the wild essence of the high desert. Whether you are hiking in the Sierra Nevada mountains or out for a casual night in Las Vegas, this shirt makes a modern, versatile statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sh-section-title\"\u003eEngineered for Everyday Wear\u003c\/h2\u003e\n\u003cp\u003eWe don't print on cheap, stiff promotional shirts. Crafted on the \u003cem\u003eDistrict Very Important Tee\u003c\/em\u003e blank, this t-shirt combines ultimate athletic comfort with durable, vibrant DTF printing technology.\u003c\/p\u003e\n\u003cdiv class=\"sh-grid\"\u003e\n\u003cdiv class=\"sh-card\"\u003e\n\u003ch3\u003ePremium DTF Print\u003c\/h3\u003e\n\u003cp\u003eDirect-to-Film technology delivers highly vivid colors, fine details, and exceptional wash resistance. Say goodbye to the cracking and fading associated with standard screen printing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-card\"\u003e\n\u003ch3\u003eUltra-Soft Blend\u003c\/h3\u003e\n\u003cp\u003eThe 90\/10 combed ring-spun cotton and polyester blend (specific to the Light Heather Grey colorway) ensures maximum softness, lightweight breathability, and all-day comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-card\"\u003e\n\u003ch3\u003eContemporary Fit\u003c\/h3\u003e\n\u003cp\u003eFeatures a slightly slimmer body and shorter sleeves for a modern look. Finished with a 1x1 rib knit neck, shoulder-to-shoulder taping, and a tear-away label for itch-free wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sh-section-title\"\u003eFind Your Perfect Fit\u003c\/h2\u003e\n\u003cp\u003eWe offer inclusive sizing from XS all the way up to 6XL. Use the chart below to find your exact measurements (listed in inches).\u003c\/p\u003e\n\u003cdiv class=\"sh-table-wrap\"\u003e\n\u003ctable class=\"sh-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eChest Width\u003c\/th\u003e\n\u003cth\u003eBody Length (Back)\u003c\/th\u003e\n\u003cth\u003eSleeve Length\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eXS\u003c\/td\u003e\n\u003ctd\u003e17\"\u003c\/td\u003e\n\u003ctd\u003e27\"\u003c\/td\u003e\n\u003ctd\u003e15 7\/8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003e19\"\u003c\/td\u003e\n\u003ctd\u003e28\"\u003c\/td\u003e\n\u003ctd\u003e17\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e20\"\u003c\/td\u003e\n\u003ctd\u003e29\"\u003c\/td\u003e\n\u003ctd\u003e17 3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e21 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e30\"\u003c\/td\u003e\n\u003ctd\u003e18 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eXL\u003c\/td\u003e\n\u003ctd\u003e23\"\u003c\/td\u003e\n\u003ctd\u003e31\"\u003c\/td\u003e\n\u003ctd\u003e19 1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2XL\u003c\/td\u003e\n\u003ctd\u003e24 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e32\"\u003c\/td\u003e\n\u003ctd\u003e20\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e3XL\u003c\/td\u003e\n\u003ctd\u003e26 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e32 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e20 3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e4XL\u003c\/td\u003e\n\u003ctd\u003e28 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e33\"\u003c\/td\u003e\n\u003ctd\u003e21 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e5XL\u003c\/td\u003e\n\u003ctd\u003e30 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e33 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e22 1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e6XL\u003c\/td\u003e\n\u003ctd\u003e32 1\/2\"\u003c\/td\u003e\n\u003ctd\u003e34\"\u003c\/td\u003e\n\u003ctd\u003e23\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(0, 51, 102, 0.03); border: 1px solid var(--sh-steel); padding: 1.5rem; border-radius: var(--sh-radius); margin-bottom: 4rem;\"\u003e\n\u003ch4 style=\"margin-top: 0; color: var(--sh-blue-dark); text-transform: uppercase; letter-spacing: 0.05em;\"\u003e📏 Measurement Tips\u003c\/h4\u003e\n\u003cul style=\"margin-bottom: 0; color: var(--sh-text-body); line-height: 1.6;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eChest Width:\u003c\/strong\u003e Measured across the chest one inch below armhole when laid flat.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBody Length at Back:\u003c\/strong\u003e Measured from high point shoulder to finished hem at back.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSleeve Length:\u003c\/strong\u003e Measured from center back neck to hem.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sh-section-title\"\u003eProduct FAQs\u003c\/h2\u003e\n\u003cdiv class=\"sh-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is DTF Printing?\u003c\/summary\u003e\n\u003cp\u003eDTF stands for Direct-to-Film. It is a premium printing technology that delivers highly vivid colors, fine details, and exceptional wash resistance. It bonds flexibly with the fabric, meaning no cracking or fading after multiple washes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat kind of t-shirt blank is used?\u003c\/summary\u003e\n\u003cp\u003eWe print this design exclusively on the \u003cem\u003eDistrict Very Important Tee\u003c\/em\u003e blank in Light Heather Grey. It features a 90\/10 combed ring-spun cotton and polyester blend for ultimate softness and breathability.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I care for my DTF printed tee?\u003c\/summary\u003e\n\u003cp\u003eMachine wash cold with like colors and tumble dry low. Do not bleach. If you need to iron it, use low heat and avoid ironing directly over the print area to preserve the integrity of the design.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-cta-banner\"\u003e\n\u003ch2\u003eJoin The Pack\u003c\/h2\u003e\n\u003cp\u003eThis Battle Born Nevada Wolf T-Shirt is more than just clothing – it's a statement of pride. Order yours today and wear your state legacy loud and clear.\u003c\/p\u003e\n\u003ca class=\"sh-btn\" href=\"https:\/\/shopbattlebornclothing.com\/\"\u003eSecure Your Gear\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sh-tags\"\u003eNevada Wolf T-Shirt | Battle Born N Graphic | DTF Printed Tee | UNR Tailgate Apparel | Light Heather Grey Shirt | SanMar District VIP Blank | Northern Nevada Pride | Sierra Nevada Clothing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Battle Born Clothing","offers":[{"title":"S","offer_id":51427054223680,"sku":null,"price":22.95,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":51427054256448,"sku":null,"price":22.95,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":51427054289216,"sku":null,"price":22.95,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":51427054321984,"sku":null,"price":22.95,"currency_code":"USD","in_stock":true},{"title":"2XL","offer_id":51427054354752,"sku":null,"price":23.95,"currency_code":"USD","in_stock":true},{"title":"3XL","offer_id":51427054387520,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"4XL","offer_id":51427054420288,"sku":null,"price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/8767\/0982\/files\/battle-born-nevada-wolf-t-shirt-premium-dtf-printed-graphic-tee-in-light-heather-grey-battle-born-clothingshop-battle-born-clothing-8854400.png?v=1768229048","url":"https:\/\/battlebornclothing.com\/products\/battle-born-nevada-wolf-t-shirt-premium-dtf-printed-graphic-tee-in-light-heather-grey-battle-born-clothing","provider":"Battle Born Clothing","version":"1.0","type":"link"}