
Superman Man of Steel Blue Cotton Graphic Tee Superman Logo T-Shirt Size L
USD 10.95

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Superman
USD 39.99
Condition: Pre-owned - Good
View Superman Man of Steel Blue Cotton Graphic Tee Superman Logo T-Shirt Size L with current marketplace pricing, condition, product images and item details. Every item is handpicked for authenticity, quality, and style. 100% Authentic. Discover unique pieces. Unlock the artist within you. check_circle Condition: Pre-owned (Excellent). 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; } * { 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; } /* 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; } .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; } /* --- 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; } .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); /* Matching maroon hover shadow */ 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: 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; } } @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; } } /* 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; } Artistic Haul Home About Us Contact Superman Man of Steel Blue Cotton Graphic Tee Distressed Logo T-Shirt Size L 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 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. 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 - Good. Category: Clothing, Shoes & Accessories › Men › Men's Clothing › Shirts › T-Shirts. Brand: Superman.
Additional views from the marketplace listing for Superman Man of Steel Blue Cotton Graphic Tee Superman Logo T-Shirt Size L.









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










Related marketplace listings for Superman Man of Steel Blue Cotton Graphic Tee Superman Logo T-Shirt Size L.

USD 10.95

USD 15.00

USD 14.39

USD 11.24

USD 12.87

USD 18.00

USD 11.95

USD 20.00

USD 19.99

USD 25.00