Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex main product image
Product video preview

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.

Nike

Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex

USD 39.99

Condition: Pre-owned - Excellent

View on eBay

Description

View Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex with current marketplace pricing, condition, product images and item details. Unisex Adult. Short Sleeve. Sleeve Length. Every item is handpicked for authenticity, quality, and style. 100% Authentic. Authenticity Check. Machine Washable. About Artistic Haul. Artistic Haul - Product Description /* --- VARIABLES & RESET --- */ :root { --primary-color: #800000; /* Maroon */ --primary-light: #a52a2a; --text-dark: #222222; --text-light: #666666; --bg-off-white: #f9f9f9; --border-color: #e0e0e0; --white: #ffffff; /* Verification Section Tones */ --verify-bg: #fdfdf9; --verify-accent: #ece7e0; --verify-text: #1f2937; } * { margin: 0; padding: 0; box-sizing: border-box; -webkit-text-size-adjust: none; text-size-adjust: none; } body { background-color: var(--white); font-family: "Lato", sans-serif; color: var(--text-dark); font-size: 16px; line-height: 1.6; min-width: 320px; overflow-x: hidden; } /* Images behave */ img { max-width: 100%; height: auto; display: block; } /* Container Logic */ .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Typography */ h1, h2, h3, h4 { font-family: "Playfair Display", serif; color: var(--text-dark); margin-bottom: 15px; } h3 { color: var(--primary-color); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid var(--primary-color); display: inline-block; padding-bottom: 5px; margin-bottom: 25px; } a { text-decoration: none; color: inherit; transition: color 0.3s ease; } /* --- HEADER & NAV --- */ header { background-color: var(--white); border-bottom: 4px solid var(--primary-color); padding: 15px 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .navbar-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; } .logo-container { display: flex; align-items: center; gap: 15px; } .logo-container img { height: 50px; width: auto; border-radius: 50%; object-fit: cover; } .logo-container h1 { font-size: 28px; margin: 0; color: var(--primary-color); font-weight: 700; } nav ul { list-style: none; display: flex; gap: 25px; } nav ul li a { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; } nav ul li a:hover { color: var(--primary-color); } /* --- PRODUCT SECTION (Gallery + Info) --- */ .product-section { padding: 40px 0; } .product-grid { display: flex; flex-wrap: wrap; gap: 40px; } /* Dynamic Gallery Styling */ .product-gallery { flex: 1.2; min-width: 300px; display: flex; flex-direction: column-reverse; gap: 15px; } /* Thumbnail Sidebar Slider */ .thumbnail-sidebar { width: 100%; display: flex; flex-direction: row; gap: 12px; overflow-x: auto; padding: 5px 0 10px 0; scrollbar-width: thin; scrollbar-color: var(--primary-color) #e0e0e0; } .thumbnail-sidebar::-webkit-scrollbar { height: 6px; } .thumbnail-sidebar::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 4px; } .thumbnail-sidebar::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 4px; } .thumb-label { width: 80px; height: 80px; border: 2px solid var(--border-color); border-radius: 6px; cursor: pointer; overflow: hidden; opacity: 0.7; transition: all 0.2s ease; flex-shrink: 0; } .thumb-label img, .thumb-label video { width: 100%; height: 100%; object-fit: cover; } .thumb-label:hover { opacity: 1; border-color: var(--primary-color); } /* Main Image Container */ .main-image-wrapper { flex-grow: 1; position: relative; aspect-ratio: 1; width: 100%; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; } .main-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 20px; opacity: 0; transition: opacity 0.3s ease; z-index: 1; } /* --- VIDEO CSS --- */ .video-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; background: #fff; width: 100%; height: 100%; padding: 20px; position: absolute; top: 0; left: 0; opacity: 0; z-index: 1; transition: opacity 0.3s ease; } .video-wrapper video { width: 100%; flex: 1; min-height: 0; object-fit: contain; border-radius: 8px; } .video-external-link { flex-shrink: 0; font-size: 14px; color: var(--primary-color); text-decoration: underline; font-weight: 700; font-family: "Lato", sans-serif; text-align: center; padding: 8px 15px; background-color: var(--bg-off-white); border-radius: 8px; transition: all 0.3s ease; } .video-external-link:hover { background-color: var(--primary-light); color: #fff; } .video-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #f4f4f4; color: var(--primary-color); } .video-thumb-placeholder .material-symbols-rounded { font-size: 32px; } /* Active state logic setup */ input[name="thumbnail"] { display: none; } /* Info Styling */ .product-info { flex: 1; min-width: 300px; } .product-title { font-size: 26px; line-height: 1.3; margin-bottom: 20px; font-weight: 600; } .key-features-list { list-style: none; padding: 0; background: var(--bg-off-white); padding: 20px; border-radius: 8px; border-left: 4px solid var(--primary-color); } .key-features-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 16px; } .key-features-list li:last-child { margin-bottom: 0; } .key-features-list .material-symbols-rounded { color: var(--primary-color); font-size: 20px; } /* --- SPECIFICATIONS --- */ .specifications-section { padding: 20px 0 40px; } .spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; } .spec-item { display: flex; border-bottom: 1px solid var(--border-color); background: #fff; } .spec-item:last-child { border-bottom: none; } .spec-label { width: 40%; padding: 12px 15px; background-color: #f4f4f4; font-weight: 700; color: var(--primary-color); font-size: 14px; display: flex; align-items: center; } .spec-value { width: 60%; padding: 12px 15px; font-size: 15px; color: var(--text-dark); } /* --- ASSURANCE SECTION --- */ .assurance-section { background-color: var(--primary-color); color: var(--white); padding: 50px 0; text-align: center; } .assurance-section h3 { color: var(--white); border-bottom-color: rgba(255, 255, 255, 0.3); } .rating-stars { color: #FFD700; margin-bottom: 30px; font-size: 20px; letter-spacing: 3px; } .assurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .assurance-card { background: rgba(255, 255, 255, 0.1); padding: 25px 20px; border-radius: 8px; transition: transform 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); } .assurance-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.15); } .assurance-card .material-symbols-rounded { font-size: 48px; color: #fff; margin-bottom: 15px; font-variation-settings: 'FILL' 1; /* Keeping original sections filled */ } .assurance-card h4 { color: #fff; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 10px; } .assurance-card p { font-size: 14px; color: rgba(255, 255, 255, 0.9); line-height: 1.4; } /* --- HOW WE VERIFY ITEMS SECTION (Adapted to Template Theme) --- */ .verify-section { background-color: var(--white); padding: 70px 0; text-align: center; border-bottom: 1px solid var(--border-color); } .verify-header-line { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 15px; } .verify-header-line::before, .verify-header-line::after { content: ""; width: 120px; height: 1px; background-color: var(--border-color); } .verify-header-line .material-symbols-rounded { font-size: 38px; color: var(--primary-color); font-variation-settings: 'FILL' 0, 'wght' 300; } .verify-title { font-size: 42px; font-family: "Playfair Display", serif; letter-spacing: 2px; margin-bottom: 15px; color: var(--primary-color); text-transform: uppercase; } .verify-subtitle { font-size: 17px; color: var(--text-dark); margin-bottom: 40px; font-family: "Lato", sans-serif; font-weight: 500; } .verify-hero { position: relative; max-width: 480px; margin: 0 auto 50px auto; display: inline-block; } .verify-hero img { width: 100%; display: block; mix-blend-mode: multiply; } .floating-check { position: absolute; right: -45px; top: 50%; transform: translateY(-50%); width: 65px; height: 65px; background: var(--bg-off-white); border: 2px solid var(--border-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } .floating-check .material-symbols-rounded { font-size: 38px; color: var(--primary-color); font-variation-settings: 'FILL' 0, 'wght' 300; } .verify-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 60px; } .verify-step { display: flex; flex-direction: column; align-items: center; } .verify-icon-box { width: 85px; height: 85px; background-color: var(--bg-off-white); border: 1px solid var(--border-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.3s ease; } .verify-step:hover .verify-icon-box { border-color: var(--primary-color); box-shadow: 0 4px 10px rgba(128, 0, 0, 0.1); } .verify-icon-box .material-symbols-rounded { font-size: 42px; color: var(--primary-color); font-variation-settings: 'FILL' 0, 'wght' 300; } .verify-step-title { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--primary-color); } .verify-step-desc { font-size: 14.5px; color: var(--text-dark); line-height: 1.5; } .verify-footer-bar { background-color: var(--bg-off-white); padding: 30px 20px; border-radius: 8px; border: 1px solid var(--border-color); } .verify-footer-items { display: flex; justify-content: center; align-items: center; gap: 50px; margin-bottom: 20px; flex-wrap: wrap; } .verify-footer-item { display: flex; align-items: center; gap: 12px; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 16px; color: var(--primary-color); text-transform: uppercase; letter-spacing: 1px; } .verify-footer-item .material-symbols-rounded { color: var(--primary-color); font-size: 32px; font-variation-settings: 'FILL' 0, 'wght' 300; } .verify-footer-text { font-size: 16px; font-family: "Lato", sans-serif; color: var(--text-dark); font-weight: 500; } /* --- INFO & POLICIES (Accordion) --- */ .info-section { padding: 50px 0; } .info-layout { display: flex; gap: 40px; flex-wrap: wrap; } .policies-col { flex: 2; min-width: 300px; } .banners-col { flex: 1; min-width: 250px; display: flex; flex-direction: column; gap: 20px; } .accordion { display: flex; flex-direction: column; gap: 15px; } .accordion-item { border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; } .accordion-item input[type="checkbox"] { display: none; } .accordion-label { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #fff; cursor: pointer; font-family: "Playfair Display", serif; font-weight: 700; font-size: 18px; color: var(--text-dark); transition: background 0.3s; } .accordion-label:hover { background: var(--bg-off-white); } .accordion-label::after { content: "expand_more"; font-family: 'Material Symbols Rounded'; font-size: 24px; color: var(--primary-color); transition: transform 0.3s ease; font-variation-settings: 'FILL' 1; } .accordion-item input:checked+.accordion-label::after { transform: rotate(180deg); } .accordion-item input:checked+.accordion-label { border-bottom: 1px solid var(--border-color); color: var(--primary-color); } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #fff; padding: 0 20px; opacity: 0; } .accordion-item input:checked~.accordion-content { max-height: 1000px; padding: 20px; opacity: 1; } .banner-box { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 1px solid var(--border-color); } .banner-box img { width: 100%; display: block; transition: transform 0.5s ease; } .banner-box:hover img { transform: scale(1.05); } /* --- CATEGORY CAROUSEL --- */ .category-section { padding: 20px 0 60px; background: var(--bg-off-white); } .category-scroll-container { display: flex; gap: 20px; overflow-x: auto; padding: 10px 5px 20px; scrollbar-width: thin; scrollbar-color: var(--primary-color) #e0e0e0; } .category-scroll-container::-webkit-scrollbar { height: 8px; } .category-scroll-container::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 4px; } .category-scroll-container::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 4px; } .category-card { flex: 0 0 200px; background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .category-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(128, 0, 0, 0.2); border-color: var(--primary-color); } .cat-img-wrap { height: 140px; background: #f4f4f4; display: flex; align-items: center; justify-content: center; overflow: hidden; } .cat-img-wrap img { width: 100%; height: 100%; object-fit: cover; } .category-card p { padding: 15px 10px; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; margin: 0; color: var(--text-dark); } /* --- FOOTER --- */ footer { background: var(--text-dark); color: #fff; padding: 30px 0; text-align: center; font-size: 14px; } /* --- MEDIA QUERIES --- */ @media screen and (max-width: 1024px) { .verify-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } } @media screen and (max-width: 768px) { .navbar-content { flex-direction: column; text-align: center; } .logo-container { justify-content: center; } .spec-grid { grid-template-columns: 1fr; } .info-layout { flex-direction: column; } .verify-footer-items { gap: 25px; } .verify-header-line::before, .verify-header-line::after { width: 60px; } .floating-check { right: -20px; width: 55px; height: 55px; } .floating-check .material-symbols-rounded { font-size: 32px; } } @media screen and (max-width: 480px) { h1, .logo-container h1 { font-size: 24px; } .product-title { font-size: 22px; } nav ul { gap: 15px; flex-wrap: wrap; justify-content: center; } .spec-item { flex-direction: column; } .spec-label, .spec-value { width: 100%; } .spec-label { padding-bottom: 5px; background: #eaeaea; } .spec-value { padding-top: 5px; } .assurance-grid { grid-template-columns: 1fr; } /* Mobile tweaks for verify section */ .verify-title { font-size: 32px; } .verify-grid { grid-template-columns: 1fr; gap: 35px; } .verify-hero { padding: 0 15px; } .floating-check { right: 5px; } .verify-footer-items { flex-direction: column; align-items: center; gap: 15px; } .verify-header-line::before, .verify-header-line::after { width: 40px; } } /* Dynamic Gallery Styles Injection */ #thumb-1:checked ~ .product-section .product-gallery .main-image-wrapper #image-1 { opacity: 1; z-index: 2; } #thumb-1:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-1"] { border-color: var(--primary-color); opacity: 1; } #thumb-2:checked ~ .product-section .product-gallery .main-image-wrapper #image-2 { opacity: 1; z-index: 2; } #thumb-2:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-2"] { border-color: var(--primary-color); opacity: 1; } #thumb-3:checked ~ .product-section .product-gallery .main-image-wrapper #image-3 { opacity: 1; z-index: 2; } #thumb-3:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-3"] { border-color: var(--primary-color); opacity: 1; } #thumb-4:checked ~ .product-section .product-gallery .main-image-wrapper #image-4 { opacity: 1; z-index: 2; } #thumb-4:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-4"] { border-color: var(--primary-color); opacity: 1; } #thumb-5:checked ~ .product-section .product-gallery .main-image-wrapper #image-5 { opacity: 1; z-index: 2; } #thumb-5:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-5"] { border-color: var(--primary-color); opacity: 1; } #thumb-6:checked ~ .product-section .product-gallery .main-image-wrapper #image-6 { opacity: 1; z-index: 2; } #thumb-6:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-6"] { border-color: var(--primary-color); opacity: 1; } #thumb-7:checked ~ .product-section .product-gallery .main-image-wrapper #image-7 { opacity: 1; z-index: 2; } #thumb-7:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-7"] { border-color: var(--primary-color); opacity: 1; } #thumb-8:checked ~ .product-section .product-gallery .main-image-wrapper #image-8 { opacity: 1; z-index: 2; } #thumb-8:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-8"] { border-color: var(--primary-color); opacity: 1; } #thumb-9:checked ~ .product-section .product-gallery .main-image-wrapper #image-9 { opacity: 1; z-index: 2; } #thumb-9:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-9"] { border-color: var(--primary-color); opacity: 1; } #thumb-10:checked ~ .product-section .product-gallery .main-image-wrapper #image-10 { opacity: 1; z-index: 2; } #thumb-10:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-10"] { border-color: var(--primary-color); opacity: 1; } #thumb-11:checked ~ .product-section .product-gallery .main-image-wrapper #image-11 { opacity: 1; z-index: 2; } #thumb-11:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-11"] { border-color: var(--primary-color); opacity: 1; } #thumb-12:checked ~ .product-section .product-gallery .main-image-wrapper #image-12 { opacity: 1; z-index: 2; } #thumb-12:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-12"] { border-color: var(--primary-color); opacity: 1; } Artistic Haul Home About Us Contact Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex check_circle Condition: Pre-owned (Excellent) local_shipping Handling Time: 1 Business Day public Shipping: International Flat Rate info Note: Additional Customs Duty may apply (Buyer Responsibility) Item Specifications Pattern Solid Sleeve Length Short Sleeve Neckline Crew Neck Size XL Garment Care Machine Washable Color Pink Material Cotton Year Manufactured 2020-2029 Fabric Type Cotton Vintage No Brand Nike Fit Loose Personalize No Size Type Regular Type T-Shirt Department Unisex Adult Features Loose Fit Season Summer, Spring, Fall Country of Origin Vietnam Handmade No Artistic Haul Experience verified_user Trusted Seller 7,000+ Happy Customers. Verified reviews and repeat buyers. new_releases New Stock Daily Fresh vintage finds added every single day to our collection. workspace_premium 100% Authentic Carefully sourced from trusted suppliers and private collections. diamond Handpicked Vintage One-of-a-kind items you won't find anywhere else. verified_user How We Verify Items Every item is carefully checked to ensure quality, accuracy, and your confidence. check search 1. Careful Inspection We thoroughly inspect each item for quality, condition, and any signs of wear. sell 2. Authenticity Check We review labels, materials, stitching, and construction to verify authenticity. photo_camera 3. Detailed Photography We take clear, high-quality photos to show true colors, details, and condition. fact_check 4. Accurate Descriptions We provide honest and accurate descriptions so you can shop with confidence. verified_user Quality handshake Transparency favorite Confidence Thank you for shopping with confidence. Store Policies & Info About Artistic Haul Welcome to ArtisticHaul , where creativity meets curated fashion. ArtisticHaul offers a carefully selected mix of vintage, Y2K, new with tags, new without tags, and premium pre-owned pieces from top-tier brands. Every item is handpicked for authenticity, quality, and style. We are a subsidiary of an established holding company with over 200 employees and a stock of more than 400,000 items, allowing us to deliver consistent availability, competitive pricing, and reliable service. Our mission is simple: make shopping easy, exciting, and trustworthy. With Discover unique pieces. Shop with confidence. Unlock the artist within you. Shipping Policy Dispatch: Orders are dispatched from Dubai, UAE, within 1 business day after cleared payment. Domestic (UAE): International: For remote or hard-to-reach areas, delivery may take up to 14 working days in some cases. Payment Policy Payments are accepted through eBay’s managed payment system, including major credit/debit cards and PayPal. Immediate payment is required for all Buy It Now purchases. Offline or direct payment methods are not supported. Returns Policy Returns are accepted within 30 days of purchase. Items must be returned in their original condition. Return shipping costs are the responsibility of the buyer. Refunds will be issued as money back or a replacement, subject to availability and buyer preference. Explore Categories Women's Clothing Men's Clothing Hoodies, Jackets & Sweaters Shirts & T-Shirts Pants & Denims © Artistic Haul. Powered By MergeKart. © All rights reserved. | Listing | Cross-listing | Order Tracking | Smart Search | Stock & Price Updates Condition: Pre-owned - Excellent. Category: Clothing, Shoes & Accessories › Men › Men's Clothing › Shirts › T-Shirts. Brand: Nike.

Pattern
Solid
Sleeve Length
Short Sleeve
Neckline
Crew Neck
Size
XL
Garment Care
Machine Washable
Color
Pink
Material
Cotton
Year Manufactured
2020-2029
Fabric Type
Cotton
Vintage
No
Brand
Nike
Fit
Loose
Personalize
No
Size Type
Regular
Type
T-Shirt
Department
Unisex Adult
Features
Loose Fit
Season
Summer, Spring, Fall
Country of Origin
Vietnam
Handmade
No

Product details in pictures

Additional views from the marketplace listing for Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex.

Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 1Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 2Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 3Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 4Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 5Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 6Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 7Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 8Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 9Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 10Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 11Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex detailed image 12

Similar visual styles

Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.

Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 1
Style 1
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 2
Style 2
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 3
Style 3
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 4
Style 4
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 5
Style 5
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 6
Style 6
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 7
Style 7
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 8
Style 8
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 9
Style 9
Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex similar visual style 10
Style 10

Related products

Related marketplace listings for Nike Pink XL T-Shirt Short Sleeve Crewneck Cotton Loose Fit Unisex.