{"product_id":"arssm-3-pack-unisex-long-sleeve-t-shirt-vintage-acid-wash-baggy-cotton-tee-for-streetwear-casual-outfits-layering","title":"Arssm 3-Pack Unisex Long Sleeve T-Shirt – Vintage Acid Wash Baggy Cotton Tee for Streetwear, Casual Outfits \u0026 Layering","description":"\u003c!-- ============================================================\n     Arssm 3-Pack Unisex Vintage Acid Wash Long Sleeve T-Shirt\n     Shopify Product Detail Page — Custom HTML (v3 Desktop-Optimized)\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  :root {\n    --bg-primary: #141414;\n    --bg-secondary: #1C1C1C;\n    --card-cream: #F2EFE9;\n    --accent-olive: #6B7F3A;\n    --accent-olive-light: #8A9E52;\n    --accent-khaki: #A68B5B;\n    --text-on-dark: #E8E4DE;\n    --text-on-dark-soft: #9A958C;\n    --text-on-light: #1A1A1A;\n    --text-on-light-soft: #5C5850;\n    --border-olive: rgba(107, 127, 58, 0.3);\n    --shadow-float: 0 28px 70px rgba(0,0,0,0.6), 0 10px 30px rgba(107,127,58,0.06);\n    --shadow-card: 0 14px 40px rgba(0,0,0,0.5);\n    --radius-lg: 24px;\n    --radius-md: 16px;\n  }\n\n  .aw-page-wrapper {\n    font-family: 'Helvetica Neue','Arial',sans-serif;\n    background: var(--bg-primary);\n    color: var(--text-on-dark);\n    margin: 0; padding: 0;\n    overflow-x: hidden;\n    line-height: 1.7;\n  }\n  .aw-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }\n  .aw-section { padding: 90px 0; position: relative; }\n  .aw-text-center { text-align: center; }\n\n  .aw-section-label {\n    display: inline-block; font-size: 11px; font-weight: 800;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--accent-olive-light); margin-bottom: 18px;\n    padding: 7px 20px; background: rgba(107,127,58,0.12);\n    border-radius: 100px; border: 1px solid var(--border-olive);\n  }\n  .aw-section-title {\n    font-size: 44px; font-weight: 900; line-height: 1.12;\n    margin: 0 0 16px 0; color: #fff; letter-spacing: -1px;\n  }\n  .aw-section-subtitle {\n    font-size: 17px; color: var(--text-on-dark-soft);\n    max-width: 680px; margin: 0 auto 56px auto; text-align: center;\n  }\n\n  \/* 图片占位通用 *\/\n  .aw-img-box {\n    width: 100%; border-radius: var(--radius-md);\n    background: linear-gradient(135deg,#2A2A2A,#1A1A1A);\n    border: 1px dashed rgba(107,127,58,0.3);\n    display: flex; align-items: center; justify-content: center;\n    color: rgba(255,255,255,0.2); font-size: 12px; font-weight: 700;\n    letter-spacing: 1px; text-transform: uppercase; overflow: hidden;\n  }\n  .aw-img-box img { width:100%; height:100%; object-fit:cover; display:block; }\n\n  \/* ========== HERO (左右分栏，左55% 右45%) ========== *\/\n  .aw-hero {\n    background:\n      radial-gradient(ellipse at 15% 25%, rgba(107,127,58,0.12) 0%, transparent 45%),\n      radial-gradient(ellipse at 85% 75%, rgba(166,139,91,0.08) 0%, transparent 45%),\n      var(--bg-primary);\n    padding: 80px 0 90px 0; position: relative; overflow: hidden;\n  }\n  .aw-hero::before {\n    content:''; position:absolute; top:-30%; left:50%;\n    transform:translateX(-50%); width:900px; height:900px;\n    background:radial-gradient(circle,rgba(107,127,58,0.06) 0%,transparent 70%);\n    pointer-events:none; animation:aw-pulse 8s ease-in-out infinite;\n  }\n  @keyframes aw-pulse { 0%,100%{opacity:.6;transform:translateX(-50%) scale(1)} 50%{opacity:1;transform:translateX(-50%) scale(1.05)} }\n\n  .aw-hero-grid {\n    display: grid; grid-template-columns: 1.1fr 0.9fr;\n    gap: 60px; align-items: center; position: relative; z-index: 1;\n  }\n  .aw-hero-badge {\n    display:inline-flex; align-items:center; gap:8px;\n    background:linear-gradient(135deg,var(--accent-olive),var(--accent-olive-light));\n    color:#fff; padding:8px 24px; border-radius:100px;\n    font-size:12px; font-weight:800; letter-spacing:1.5px;\n    margin-bottom:28px; text-transform:uppercase;\n    box-shadow:0 4px 24px rgba(107,127,58,0.4);\n    animation:aw-float 3s ease-in-out infinite;\n  }\n  @keyframes aw-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }\n\n  .aw-hero-eyebrow {\n    font-size:14px; font-weight:600; letter-spacing:4px;\n    text-transform:uppercase; color:var(--accent-khaki); margin-bottom:16px;\n  }\n  .aw-hero-title {\n    font-size: 72px; font-weight: 900; line-height: 0.92;\n    margin: 0 0 24px 0; letter-spacing: -2.5px;\n    background: linear-gradient(135deg,#fff 0%,#C8C4BC 40%,var(--accent-olive-light) 70%,var(--accent-khaki) 100%);\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n    background-clip:text; animation:aw-shimmer 6s ease-in-out infinite;\n    background-size:200% 200%;\n  }\n  @keyframes aw-shimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }\n\n  .aw-hero-desc {\n    font-size:17px; color:var(--text-on-dark-soft);\n    margin:0 0 40px 0; line-height:1.8; max-width: 520px;\n  }\n  .aw-hero-stats {\n    display:flex; gap:48px; flex-wrap:wrap;\n  }\n  .aw-hero-stat { text-align:left; animation:aw-rise .8s ease-out backwards; }\n  .aw-hero-stat:nth-child(1){animation-delay:.1s}\n  .aw-hero-stat:nth-child(2){animation-delay:.2s}\n  .aw-hero-stat:nth-child(3){animation-delay:.3s}\n  .aw-hero-stat:nth-child(4){animation-delay:.4s}\n  @keyframes aw-rise { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }\n  .aw-hero-stat-num {\n    font-size:38px; font-weight:900; color:var(--accent-olive-light);\n    line-height:1; letter-spacing:-1px;\n  }\n  .aw-hero-stat-label {\n    font-size:11px; color:var(--text-on-dark-soft); margin-top:6px;\n    text-transform:uppercase; letter-spacing:1.5px; font-weight:700;\n  }\n\n  .aw-hero-image {\n    width:100%; aspect-ratio: 4\/5; border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float);\n    border:1px solid rgba(107,127,58,0.15);\n    animation:aw-hero-float 6s ease-in-out infinite;\n  }\n  @keyframes aw-hero-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }\n\n  \/* ========== KEY FEATURES ========== *\/\n  .aw-features-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }\n  .aw-feature-card {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    padding:38px 26px; text-align:center; box-shadow:var(--shadow-card);\n    transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease;\n    position:relative; overflow:hidden;\n  }\n  .aw-feature-card::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:4px;\n    background:linear-gradient(90deg,var(--accent-olive),var(--accent-khaki));\n    transform:scaleX(0); transform-origin:left; transition:transform .4s ease;\n  }\n  .aw-feature-card:hover { transform:translateY(-10px); box-shadow:var(--shadow-float); }\n  .aw-feature-card:hover::before { transform:scaleX(1); }\n  .aw-feature-icon {\n    width:64px; height:64px; margin:0 auto 20px auto;\n    background:linear-gradient(135deg,#1A1A1A,#2A2A2A);\n    border-radius:18px; display:flex; align-items:center; justify-content:center;\n    transition:transform .3s ease;\n  }\n  .aw-feature-card:hover .aw-feature-icon { transform:scale(1.08) rotate(-3deg); }\n  .aw-feature-icon svg { width:32px; height:32px; stroke:var(--accent-olive-light); fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }\n  .aw-feature-title { font-size:18px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .aw-feature-desc { font-size:13px; color:var(--text-on-light-soft); line-height:1.65; margin:0; }\n\n  \/* ========== FABRIC (左图右文，去掉大圆形图标) ========== *\/\n  .aw-fabric-section { background:var(--bg-secondary); position:relative; overflow:hidden; }\n  .aw-fabric-section::after {\n    content:''; position:absolute; right:-150px; top:50%; transform:translateY(-50%);\n    width:500px; height:500px;\n    background:radial-gradient(circle,rgba(107,127,58,0.08) 0%,transparent 70%);\n    pointer-events:none;\n  }\n  .aw-fabric-wrapper {\n    display:grid; grid-template-columns:1fr 1fr; gap:64px;\n    align-items:center; position:relative; z-index:1;\n  }\n  .aw-fabric-image {\n    width:100%; aspect-ratio:1\/1; border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float);\n    border:1px solid rgba(107,127,58,0.15);\n  }\n  .aw-fabric-text h3 { font-size:40px; font-weight:900; color:#fff; margin:0 0 18px 0; line-height:1.15; letter-spacing:-1px; }\n  .aw-fabric-text p { font-size:16px; color:var(--text-on-dark-soft); line-height:1.8; margin:0 0 32px 0; }\n  .aw-fabric-tags { display:flex; flex-wrap:wrap; gap:12px; }\n  .aw-fabric-tag {\n    display:inline-flex; align-items:center; gap:8px;\n    background:rgba(107,127,58,0.1); border:1px solid var(--border-olive);\n    color:var(--accent-olive-light); padding:10px 18px; border-radius:100px;\n    font-size:13px; font-weight:700; transition:all .3s ease;\n  }\n  .aw-fabric-tag:hover { background:rgba(107,127,58,0.2); transform:translateY(-2px); }\n  .aw-fabric-tag svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2; }\n\n  \/* ========== COLOR OPTIONS (带图片) ========== *\/\n  .aw-colors-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }\n  .aw-color-card {\n    background:var(--card-cream); border-radius:var(--radius-md);\n    padding:18px 14px 22px; text-align:center; box-shadow:var(--shadow-card);\n    transition:all .35s cubic-bezier(.25,.46,.45,.94); cursor:pointer;\n    border:2px solid transparent;\n  }\n  .aw-color-card:hover { transform:translateY(-8px) scale(1.03); box-shadow:var(--shadow-float); border-color:var(--accent-olive); }\n  .aw-color-img {\n    width:100%; aspect-ratio:1\/1; border-radius:12px;\n    overflow:hidden; margin-bottom:14px;\n  }\n  .aw-color-name { font-size:12px; font-weight:800; color:var(--text-on-light); letter-spacing:.3px; line-height:1.3; }\n\n  \/* ========== FIT (左文右图，去掉4个数据盒) ========== *\/\n  .aw-fit-section { background:var(--bg-secondary); position:relative; }\n  .aw-fit-wrapper { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }\n  .aw-fit-text h3 { font-size:40px; font-weight:900; color:#fff; margin:0 0 18px 0; line-height:1.15; letter-spacing:-1px; }\n  .aw-fit-text p { font-size:16px; color:var(--text-on-dark-soft); line-height:1.8; margin:0 0 28px 0; }\n  .aw-fit-list { list-style:none; padding:0; margin:0; }\n  .aw-fit-list li {\n    display:flex; align-items:flex-start; gap:16px; padding:14px 0;\n    font-size:15px; color:#ccc; border-bottom:1px solid rgba(255,255,255,0.05);\n  }\n  .aw-fit-list li:last-child { border-bottom:none; }\n  .aw-fit-list li strong { color:#fff; font-weight:700; }\n  .aw-fit-check {\n    flex-shrink:0; width:26px; height:26px;\n    background:linear-gradient(135deg,var(--accent-olive),var(--accent-olive-light));\n    border-radius:50%; display:flex; align-items:center; justify-content:center;\n    margin-top:1px; box-shadow:0 2px 12px rgba(107,127,58,0.3);\n  }\n  .aw-fit-check svg { width:14px; height:14px; stroke:#fff; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }\n  .aw-fit-image {\n    width:100%; aspect-ratio:3\/4; border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float);\n    border:1px solid rgba(107,127,58,0.15);\n  }\n\n  \/* ========== STYLE \/ OUTFIT (带图片) ========== *\/\n  .aw-style-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }\n  .aw-style-card {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-card);\n    transition:all .4s cubic-bezier(.25,.46,.45,.94);\n  }\n  .aw-style-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); }\n  .aw-style-img { width:100%; aspect-ratio:4\/3; overflow:hidden; }\n  .aw-style-img img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }\n  .aw-style-card:hover .aw-style-img img { transform:scale(1.05); }\n  .aw-style-body { padding:26px 26px 30px; }\n  .aw-style-num { font-size:13px; font-weight:800; color:var(--accent-olive); letter-spacing:2px; margin-bottom:8px; }\n  .aw-style-title { font-size:19px; font-weight:800; color:var(--text-on-light); margin:0 0 8px 0; }\n  .aw-style-desc { font-size:13px; color:var(--text-on-light-soft); line-height:1.7; margin:0; }\n\n  \/* ========== SIZE GUIDE ========== *\/\n  .aw-size-section { background:var(--bg-secondary); }\n  .aw-size-table {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float); max-width:820px; margin:0 auto;\n  }\n  .aw-size-row { display:grid; grid-template-columns:repeat(6,1fr); border-bottom:1px solid rgba(0,0,0,0.06); }\n  .aw-size-row:last-child { border-bottom:none; }\n  .aw-size-row.header { background:linear-gradient(135deg,#1A1A1A,#2A2A2A); }\n  .aw-size-cell { padding:20px 12px; text-align:center; font-size:14px; font-weight:600; color:var(--text-on-light-soft); transition:background .2s ease; }\n  .aw-size-row:not(.header):hover .aw-size-cell { background:rgba(107,127,58,0.05); }\n  .aw-size-row.header .aw-size-cell { color:var(--accent-olive-light); font-weight:800; font-size:13px; letter-spacing:1px; text-transform:uppercase; }\n  .aw-size-cell.size-label { color:var(--text-on-light); font-weight:800; font-size:17px; }\n\n  \/* ========== SPECS ========== *\/\n  .aw-specs-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }\n  .aw-spec-item {\n    background:var(--card-cream); border-radius:var(--radius-md);\n    padding:24px 30px; display:flex; align-items:center; justify-content:space-between;\n    box-shadow:var(--shadow-card); transition:transform .25s ease;\n  }\n  .aw-spec-item:hover { transform:translateY(-3px); }\n  .aw-spec-label { font-size:12px; color:var(--text-on-light-soft); text-transform:uppercase; letter-spacing:1.5px; font-weight:700; }\n  .aw-spec-value { font-size:17px; font-weight:800; color:var(--text-on-light); }\n  .aw-spec-value.accent { color:var(--accent-olive); }\n\n  \/* ========== TRUST BAR ========== *\/\n  .aw-trust-bar {\n    background:linear-gradient(135deg,#1C1C1C,#161616);\n    border:1px solid rgba(107,127,58,0.2); border-radius:var(--radius-lg);\n    padding:52px 48px; display:flex; align-items:center; justify-content:space-around;\n    flex-wrap:wrap; gap:36px; box-shadow:var(--shadow-float);\n  }\n  .aw-trust-item { text-align:center; }\n  .aw-trust-icon { width:52px; height:52px; margin:0 auto 14px auto; display:flex; align-items:center; justify-content:center; }\n  .aw-trust-icon svg { width:44px; height:44px; stroke:var(--accent-olive-light); fill:none; stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }\n  .aw-trust-num { font-size:32px; font-weight:900; color:#fff; line-height:1; letter-spacing:-.5px; }\n  .aw-trust-label { font-size:12px; color:var(--text-on-dark-soft); margin-top:8px; text-transform:uppercase; letter-spacing:1.5px; font-weight:700; }\n  .aw-stars { display:flex; justify-content:center; gap:3px; margin-top:10px; }\n  .aw-stars svg { width:17px; height:17px; fill:#D4A843; stroke:none; }\n\n  \/* ========== CTA ========== *\/\n  .aw-cta-section {\n    text-align:center; padding:100px 0;\n    background:radial-gradient(ellipse at 50% 50%,rgba(107,127,58,0.12) 0%,transparent 55%),var(--bg-primary);\n    position:relative;\n  }\n  .aw-cta-section::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:1px;\n    background:linear-gradient(90deg,transparent,var(--accent-olive),transparent); opacity:.4;\n  }\n  .aw-cta-title { font-size:50px; font-weight:900; color:#fff; margin:0 0 20px 0; line-height:1.1; letter-spacing:-1.5px; }\n  .aw-cta-title .highlight {\n    background:linear-gradient(135deg,var(--accent-olive-light),var(--accent-khaki));\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; font-style:italic;\n  }\n  .aw-cta-desc { font-size:17px; color:var(--text-on-dark-soft); max-width:620px; margin:0 auto 40px auto; line-height:1.75; }\n  .aw-cta-price { display:inline-flex; align-items:baseline; gap:16px; margin-bottom:16px; }\n  .aw-cta-price-now { font-size:56px; font-weight:900; color:var(--accent-olive-light); line-height:1; letter-spacing:-1px; }\n  .aw-cta-price-was { font-size:22px; color:#666; text-decoration:line-through; text-decoration-color:rgba(255,255,255,0.2); font-weight:600; }\n  .aw-cta-discount { display:inline-block; background:var(--accent-olive); color:#fff; font-size:14px; font-weight:800; padding:6px 18px; border-radius:100px; letter-spacing:.5px; margin-bottom:24px; }\n  .aw-cta-note { font-size:13px; color:#666; margin-top:20px; }\n\n  \/* ========== RESPONSIVE ========== *\/\n  @media (max-width: 1024px) {\n    .aw-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }\n    .aw-hero-title { font-size: 56px; }\n    .aw-features-grid { grid-template-columns: repeat(2, 1fr); }\n    .aw-colors-grid { grid-template-columns: repeat(3, 1fr); }\n    .aw-style-grid { grid-template-columns: 1fr; }\n    .aw-fabric-wrapper, .aw-fit-wrapper { grid-template-columns: 1fr; gap: 40px; }\n  }\n  @media (max-width: 768px) {\n    .aw-hero-grid { grid-template-columns: 1fr; gap: 40px; }\n    .aw-hero-title { font-size: 44px; }\n    .aw-section-title { font-size: 30px; }\n    .aw-hero-stats { gap: 28px; }\n    .aw-features-grid { grid-template-columns: 1fr; }\n    .aw-colors-grid { grid-template-columns: repeat(2, 1fr); }\n    .aw-specs-grid { grid-template-columns: 1fr; }\n    .aw-container { padding: 0 20px; }\n    .aw-section { padding: 60px 0; }\n    .aw-trust-bar { padding: 36px 24px; }\n    .aw-size-cell { padding: 14px 6px; font-size: 12px; }\n    .aw-cta-price-now { font-size: 42px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"aw-page-wrapper\"\u003e\n\u003c!-- ========== HERO (左文字 + 右产品主图) ========== --\u003e\n\u003csection class=\"aw-hero\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-hero-grid\"\u003e\n\u003cdiv class=\"aw-hero-text\"\u003e\n\u003cdiv class=\"aw-hero-badge\"\u003e🌟 3-Pack Value Bundle\u003c\/div\u003e\n\u003cp class=\"aw-hero-eyebrow\"\u003eVintage Acid Wash Collection\u003c\/p\u003e\n\u003ch1 class=\"aw-hero-title\"\u003eOVERSIZED.\u003cbr\u003eUNAPOLOGETIC.\u003c\/h1\u003e\n\u003cp class=\"aw-hero-desc\"\u003eArssm 3-Pack Unisex Long Sleeve Tees — crafted from premium soft cotton with a vintage acid wash finish. Drop shoulder, relaxed fit, and that perfectly broken-in feel from day one.\u003c\/p\u003e\n\u003cdiv class=\"aw-hero-stats\"\u003e\n\u003cdiv class=\"aw-hero-stat\"\u003e\n\u003cdiv class=\"aw-hero-stat-num\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat-label\"\u003ePremium Cotton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat\"\u003e\n\u003cdiv class=\"aw-hero-stat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat-label\"\u003eTees Per Pack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat\"\u003e\n\u003cdiv class=\"aw-hero-stat-num\"\u003e10.7K\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat-label\"\u003eUnits Sold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat\"\u003e\n\u003cdiv class=\"aw-hero-stat-num\"\u003e4.7\u003c\/div\u003e\n\u003cdiv class=\"aw-hero-stat-label\"\u003eRating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位1: Hero产品主图 (建议4:5竖图) --\u003e\n\u003cdiv class=\"aw-hero-image aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Arssm Vintage Acid Wash Long Sleeve Tee\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/5b6ccf82bb0c4466b599e78a1dd2fe85~tplv-fhlh96nyum-resize-webp:800:1040.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== KEY FEATURES ========== --\u003e\n\u003csection class=\"aw-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-text-center\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch2 class=\"aw-section-title\"\u003eBuilt for the Culture\u003c\/h2\u003e\n\u003cp class=\"aw-section-subtitle\"\u003eFour reasons this 3-pack is the ultimate upgrade to your everyday rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-features-grid\"\u003e\n\u003cdiv class=\"aw-feature-card\"\u003e\n\u003cdiv class=\"aw-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.38 3.46L16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"aw-feature-title\"\u003ePremium Cotton\u003c\/h3\u003e\n\u003cp class=\"aw-feature-desc\"\u003eHigh-quality soft cotton, skin-friendly and breathable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-feature-card\"\u003e\n\u003cdiv class=\"aw-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 3h18v18H3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"aw-feature-title\"\u003eVintage Acid Wash\u003c\/h3\u003e\n\u003cp class=\"aw-feature-desc\"\u003eAuthentic acid wash treatment, unique lived-in vintage look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-feature-card\"\u003e\n\u003cdiv class=\"aw-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"aw-feature-title\"\u003eOversized Fit\u003c\/h3\u003e\n\u003cp class=\"aw-feature-desc\"\u003eDrop shoulder, baggy silhouette, effortless drape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-feature-card\"\u003e\n\u003cdiv class=\"aw-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"aw-feature-title\"\u003eUnisex Style\u003c\/h3\u003e\n\u003cp class=\"aw-feature-desc\"\u003eDesigned for everyone — men, women, boys, girls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== FABRIC (左图右文，已去掉大圆形图标) ========== --\u003e\n\u003csection class=\"aw-section aw-fabric-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-fabric-wrapper\"\u003e\n\u003c!-- 图片位2: 面料细节图 (建议1:1方图) --\u003e\n\u003cdiv class=\"aw-fabric-image aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Premium Cotton Fabric Detail\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/216118e37cfc49d6a6e6dee9e1de4bca~tplv-fhlh96nyum-resize-webp:800:1040.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-fabric-text\"\u003e\n\u003cspan class=\"aw-section-label\"\u003ePremium Fabric\u003c\/span\u003e\n\u003ch3\u003eSoft Cotton. Zero Compromise.\u003c\/h3\u003e\n\u003cp\u003eWe source only high-quality cotton fibers for a tee that feels like an old favorite from the first wear. Breathable, durable, and gentle on sensitive skin — no synthetic blends, no cheap fillers.\u003c\/p\u003e\n\u003cdiv class=\"aw-fabric-tags\"\u003e\n\u003cspan class=\"aw-fabric-tag\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e100% Cotton\u003c\/span\u003e \u003cspan class=\"aw-fabric-tag\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2v6m0 0l3-3m-3 3L9 5\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10\"\u003e\u003c\/path\u003e\u003c\/svg\u003eBreathable\u003c\/span\u003e \u003cspan class=\"aw-fabric-tag\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eSkin-Friendly\u003c\/span\u003e \u003cspan class=\"aw-fabric-tag\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e\u003cpolyline points=\"21 3 21 9 15 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003ePre-Shrunk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== COLOR OPTIONS (5个颜色卡片，每个带图片位) ========== --\u003e\n\u003csection class=\"aw-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-text-center\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eColorways\u003c\/span\u003e\n\u003ch2 class=\"aw-section-title\"\u003ePick Your Pack\u003c\/h2\u003e\n\u003cp class=\"aw-section-subtitle\"\u003eFive curated 3-color combinations. Earthy tones that pair with everything.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-colors-grid\"\u003e\n\u003cdiv class=\"aw-color-card\"\u003e\n\u003cdiv class=\"aw-color-img aw-img-box\" style=\"text-align: center;\"\u003e\u003cimg alt=\"Black Grey Khaki\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/514ca33196bb43d494f2ff84a93c7f1d~tplv-fhlh96nyum-crop-webp:1800:1800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-color-name\"\u003eBlack + Grey + Khaki\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-color-card\"\u003e\n\u003cdiv class=\"aw-color-img aw-img-box\" style=\"text-align: center;\"\u003e\u003cimg alt=\"Black Khaki Army\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/8a155974e26f4d09948200df694b13ad~tplv-fhlh96nyum-crop-webp:1600:1600.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-color-name\"\u003eBlack + Khaki + Army\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-color-card\"\u003e\n\u003cdiv class=\"aw-color-img aw-img-box\" style=\"text-align: center;\"\u003e\u003cimg alt=\"Black Khaki Beige\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/8a155974e26f4d09948200df694b13ad~tplv-fhlh96nyum-crop-webp:1600:1600.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-color-name\"\u003eBlack + Khaki + Beige\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-color-card\"\u003e\n\u003cdiv class=\"aw-color-img aw-img-box\" style=\"text-align: center;\"\u003e\u003cimg alt=\"Black Grey Army\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/ecd9d52434cf4278903c345e76b80ae8~tplv-fhlh96nyum-crop-webp:1800:1800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-color-name\"\u003eBlack + Grey + Army\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-color-card\"\u003e\n\u003cdiv class=\"aw-color-img aw-img-box\" style=\"text-align: center;\"\u003e\u003cimg alt=\"Black Grey Beige\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/e1172a7c420b4ba998199db6d020a530~tplv-fhlh96nyum-crop-webp:1690:1690.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-color-name\"\u003eBlack + Grey + Beige\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== FIT (左文右图，已去掉4个数据盒) ========== --\u003e\n\u003csection class=\"aw-section aw-fit-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-fit-wrapper\"\u003e\n\u003cdiv class=\"aw-fit-text\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eThe Fit\u003c\/span\u003e\n\u003ch3\u003eDrop Shoulder. Baggy Silhouette.\u003c\/h3\u003e\n\u003cp\u003eDesigned with an intentional oversized fit that drapes perfectly — not too baggy, never tight. The drop shoulder creates that relaxed streetwear silhouette.\u003c\/p\u003e\n\u003cul class=\"aw-fit-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"aw-fit-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eDrop Shoulder Design\u003c\/strong\u003e — Relaxed shoulder line\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"aw-fit-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eRound Crew Neck\u003c\/strong\u003e — Holds its shape\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"aw-fit-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eMedium Length\u003c\/strong\u003e — Perfect for layering\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"aw-fit-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eLong Sleeve\u003c\/strong\u003e — All-season wear\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位3: 版型\/上身效果图 (建议3:4竖图) --\u003e\n\u003cdiv class=\"aw-fit-image aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Oversized Fit Model\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/12a3692de9e3465abfbd73791859ddfb~tplv-fhlh96nyum-resize-webp:800:800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== STYLE \/ OUTFIT (3个穿搭卡片，每个带图片位) ========== --\u003e\n\u003csection class=\"aw-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-text-center\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eStyle It\u003c\/span\u003e\n\u003ch2 class=\"aw-section-title\"\u003eEndless Ways to Wear\u003c\/h2\u003e\n\u003cp class=\"aw-section-subtitle\"\u003eFrom casual streetwear to layered looks — these tees are the ultimate base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-style-grid\"\u003e\n\u003cdiv class=\"aw-style-card\"\u003e\n\u003cdiv class=\"aw-style-img aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Everyday Casual\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/7f6593a136ba414696408fccf6511e1d~tplv-fhlh96nyum-resize-webp:800:800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-style-body\"\u003e\n\u003cdiv class=\"aw-style-num\"\u003eLOOK 01\u003c\/div\u003e\n\u003ch3 class=\"aw-style-title\"\u003eEveryday Casual\u003c\/h3\u003e\n\u003cp class=\"aw-style-desc\"\u003ePair with jeans or sweatpants. Add sneakers and you're out the door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-style-card\"\u003e\n\u003cdiv class=\"aw-style-img aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Layered Look\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/039aad6b25f44b3bbf9a7f8fc779443f~tplv-fhlh96nyum-resize-webp:800:800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-style-body\"\u003e\n\u003cdiv class=\"aw-style-num\"\u003eLOOK 02\u003c\/div\u003e\n\u003ch3 class=\"aw-style-title\"\u003eLayered Look\u003c\/h3\u003e\n\u003cp class=\"aw-style-desc\"\u003eThrow on a jacket or flannel over top. Crew neck sits perfectly under outerwear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-style-card\"\u003e\n\u003cdiv class=\"aw-style-img aw-img-box\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Streetwear Fit\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/29a21e7a239f443c9079502b74d7119a~tplv-fhlh96nyum-resize-webp:800:800.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-style-body\"\u003e\n\u003cdiv class=\"aw-style-num\"\u003eLOOK 03\u003c\/div\u003e\n\u003ch3 class=\"aw-style-title\"\u003eStreetwear Fit\u003c\/h3\u003e\n\u003cp class=\"aw-style-desc\"\u003eGo full oversized with baggy jeans, chunky sneakers, and a cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== SIZE GUIDE ========== --\u003e\n\u003csection class=\"aw-section aw-size-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-text-center\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eSize Guide\u003c\/span\u003e\n\u003ch2 class=\"aw-section-title\"\u003eFind Your Fit\u003c\/h2\u003e\n\u003cp class=\"aw-section-subtitle\"\u003eAvailable in S through XXL. Stick to normal size for true oversized look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-table\"\u003e\n\u003cdiv class=\"aw-size-row header\"\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eChest\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eShoulder\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eSleeve\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eFit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-row\"\u003e\n\u003cdiv class=\"aw-size-cell size-label\"\u003eS\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e40\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e27\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e20\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e23\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eRelaxed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-row\"\u003e\n\u003cdiv class=\"aw-size-cell size-label\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e42\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e28\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e21\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e24\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eRelaxed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-row\"\u003e\n\u003cdiv class=\"aw-size-cell size-label\"\u003eL\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e44\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e29\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e22\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e25\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-row\"\u003e\n\u003cdiv class=\"aw-size-cell size-label\"\u003eXL\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e46\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e30\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e23\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e26\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-size-row\"\u003e\n\u003cdiv class=\"aw-size-cell size-label\"\u003eXXL\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e48\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e31\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e24\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003e27\"\u003c\/div\u003e\n\u003cdiv class=\"aw-size-cell\"\u003eBaggy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== SPECIFICATIONS ========== --\u003e\n\u003csection class=\"aw-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-text-center\"\u003e\n\u003cspan class=\"aw-section-label\"\u003eTech Specs\u003c\/span\u003e\n\u003ch2 class=\"aw-section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-specs-grid\"\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"aw-spec-value accent\"\u003e100% Premium Cotton\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003ePack Quantity\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003e3 Tees Per Pack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eFit Type\u003c\/span\u003e\u003cspan class=\"aw-spec-value accent\"\u003eOversized \/ Baggy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eNeckline\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003eCrew Neck\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eSleeve Length\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003eLong Sleeve\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003ePattern\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003eAcid Wash \/ Plain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"aw-spec-value accent\"\u003eUnisex Streetwear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eOccasion\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003eCasual \/ All Seasons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eSizes Available\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003eS \/ M \/ L \/ XL \/ XXL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-spec-item\"\u003e\n\u003cspan class=\"aw-spec-label\"\u003eColor Options\u003c\/span\u003e\u003cspan class=\"aw-spec-value\"\u003e5 Color Combinations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== TRUST BAR ========== --\u003e\n\u003csection class=\"aw-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cdiv class=\"aw-trust-bar\"\u003e\n\u003cdiv class=\"aw-trust-item\"\u003e\n\u003cdiv class=\"aw-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-num\"\u003e4.7\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-label\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"aw-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-item\"\u003e\n\u003cdiv class=\"aw-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-num\"\u003e10.7K+\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-label\"\u003eHappy Customers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-item\"\u003e\n\u003cdiv class=\"aw-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-num\"\u003e865\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-label\"\u003eVerified Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-item\"\u003e\n\u003cdiv class=\"aw-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M16 11V7a4 4 0 0 0-8 0v4M5 9h14l1 12H4L5 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-num\"\u003eFree\u003c\/div\u003e\n\u003cdiv class=\"aw-trust-label\"\u003eShipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== CTA ========== --\u003e\n\u003csection class=\"aw-cta-section\"\u003e\n\u003cdiv class=\"aw-container\"\u003e\n\u003cspan class=\"aw-cta-discount\"\u003e-46% OFF · Limited Time\u003c\/span\u003e\n\u003cdiv class=\"aw-cta-price\"\u003e\n\u003cspan class=\"aw-cta-price-now\"\u003e$42.99\u003c\/span\u003e \u003cspan class=\"aw-cta-price-was\"\u003e$79.98\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"aw-cta-title\"\u003e3 Tees. \u003cspan class=\"highlight\"\u003eEndless Fits.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"aw-cta-desc\"\u003eInvest in premium cotton, vintage acid wash, and that perfect oversized fit — three times over.\u003c\/p\u003e\n\u003cp class=\"aw-cta-note\"\u003e* 3-pack value bundle · 5 color combinations · Sizes S–XXL · Free shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zlz","offers":[{"title":"Black+Khaki+Army \/ M","offer_id":48332336431293,"sku":"B02574-B-M+B02574-C-M+B02574-D-M","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Army \/ L","offer_id":48333548847293,"sku":"B02574-B-L+B02574-C-L+B02574-D-L","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Army \/ XL","offer_id":48333548880061,"sku":"B02574-B-XL+B02574-C-XL+B02574-D-XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Army \/ 2XL","offer_id":48333548912829,"sku":"B02574-B-2XL+B02574-C-2XL+B02574-D-2XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Army \/ 3XL","offer_id":48333548945597,"sku":"B02574-B-3XL+B02574-C-3XL+B02574-D-3XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Beige \/ M","offer_id":48332336464061,"sku":"B02574-B-M+B02574-C-M+B02574-A-M","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Beige \/ L","offer_id":48333548978365,"sku":"B02574-B-L+B02574-L-M+B02574-A-L","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Beige \/ XL","offer_id":48333549011133,"sku":"B02574-B-XL+B02574-XL-M+B02574-A-XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Beige \/ 2XL","offer_id":48333549043901,"sku":"B02574-B-2XL+B02574-2XL-M+B02574-A-2XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Khaki+Beige \/ 3XL","offer_id":48333549076669,"sku":"B02574-B-3XL+B02574-3XL-M+B02574-A-3XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Army \/ M","offer_id":48332336496829,"sku":"B02574-B-M+B02574-E-M+B02574-D-M","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Army \/ L","offer_id":48333549109437,"sku":"B02574-B-L+B02574-E-L+B02574-D-L","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Army \/ XL","offer_id":48333549142205,"sku":"B02574-B-XL+B02574-E-XL+B02574-D-XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Army \/ 2XL","offer_id":48333549174973,"sku":"B02574-B-2XL+B02574-E-2XL+B02574-D-2XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Army \/ 3XL","offer_id":48333549207741,"sku":"B02574-B-3XL+B02574-E-3XL+B02574-D-3XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Khaki \/ M","offer_id":48332336529597,"sku":"B02574-B-M+B02574-E-M+B02574-C-M","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Khaki \/ L","offer_id":48333549240509,"sku":"B02574-B-L+B02574-E-L+B02574-C-L","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Khaki \/ XL","offer_id":48333549273277,"sku":"B02574-B-XL+B02574-E-XL+B02574-C-XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Khaki \/ 2XL","offer_id":48333549306045,"sku":"B02574-B-2XL+B02574-E-2XL+B02574-C-2XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Khaki \/ 3XL","offer_id":48333549338813,"sku":"B02574-B-3XL+B02574-E-3XL+B02574-C-3XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Beige \/ M","offer_id":48332336562365,"sku":"B02574-B-M+B02574-E-M+B02574-A-M","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Beige \/ L","offer_id":48333549371581,"sku":"B02574-B-L+B02574-E-L+B02574-A-L","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Beige \/ XL","offer_id":48333549404349,"sku":"B02574-B-XL+B02574-E-XL+B02574-A-XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Beige \/ 2XL","offer_id":48333549437117,"sku":"B02574-B-2XL+B02574-E-2XL+B02574-A-2XL","price":49.98,"currency_code":"USD","in_stock":true},{"title":"Black+Grey+Beige \/ 3XL","offer_id":48333549469885,"sku":"B02574-B-3XL+B02574-E-3XL+B02574-A-3XL","price":49.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/O1CN01OD1ZZJ1NvxtDDXqgr__2218462671633-0-cib_jpg_3fb2ec45-ed16-4ff6-b8cd-7a472d39eac3.webp?v=1787715178","url":"https:\/\/valorsnet.us\/products\/arssm-3-pack-unisex-long-sleeve-t-shirt-vintage-acid-wash-baggy-cotton-tee-for-streetwear-casual-outfits-layering","provider":"Valors-net","version":"1.0","type":"link"}