
Zara Hoodie Boys 11-12 Green Sweatshirt Gym Casual Pullover Skate Youth
USD 9.49

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Zara
USD 8.73
Condition: New with imperfections
View Zara Hoodie Boys 13-14 Gray Sweatshirt Gym Casual Pullover Youth Full Zip Skate with current marketplace pricing, condition, product images and item details. Ideal for casual wear, outdoor adventures, or unique wardrobe additions. Used clothing is cleaned and inspected per manufacturer standards. Socialflare: Curated Pre-Owned Fashion. :root { --blue: #00b7eb; --purple: #8b00ff; --dark-gray: #1a1a1a; --light-gray: #f5f5f7; --white: #ffffff; --shadow: rgba(0, 0, 0, 0.2); --glow-blue: rgba(0, 183, 235, 0.5); --glow-purple: rgba(139, 0, 255, 0.5); } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: linear-gradient(180deg, var(--light-gray), #e6e6ff); font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; line-height: 1.5; color: var(--dark-gray); min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 1.5rem; } .template-wrapper { max-width: 1000px; width: 100%; background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 40px var(--shadow), 0 0 20px var(--glow-blue); padding: 2rem; animation: fadeIn 1.2s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .header { padding: 3rem 2rem; text-align: center; background: linear-gradient(180deg, var(--white), var(--light-gray)); border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; } .header h1 { display: inline-block; padding: 1rem 2.5rem; font-size: clamp(1.8rem, 3.5vw, 2.2rem); font-weight: 600; color: var(--white); background: linear-gradient(90deg, var(--blue), var(--purple)); border-radius: 12px; box-shadow: 0 6px 20px var(--shadow), 0 0 15px var(--glow-purple); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; letter-spacing: -0.02em; animation: slideIn 1s ease-out; } .header h1::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.4s ease; } .header h1:hover::before { left: 100%; } .header h1:hover { transform: translateY(-4px); box-shadow: 0 10px 28px var(--shadow), 0 0 25px var(--glow-purple); } @keyframes slideIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } } .section { margin: 2rem 0; padding: 2rem; border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px var(--shadow), 0 0 10px var(--glow-blue); transition: transform 0.3s ease, box-shadow 0.3s ease; } .section:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow), 0 0 15px var(--glow-blue); } .section p { font-size: clamp(0.95rem, 1.5vw, 1.1rem); color: #333; } .benefits { background: var(--light-gray); border-radius: 12px; padding: 2rem; box-shadow: 0 8px 24px var(--shadow), 0 0 10px var(--glow-purple); margin: 2rem 0; } .benefits h2, .details h2 { font-size: clamp(1.4rem, 2.5vw, 1.6rem); font-weight: 600; color: var(--dark-gray); margin-bottom: 1rem; border-bottom: 2px solid var(--blue); padding-bottom: 0.5rem; transition: color 0.3s ease, border-color 0.3s ease; } .benefits h2:hover, .details h2:hover { color: var(--purple); border-color: var(--purple); } .benefits ul, .details ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; } .benefits li, .details li { position: relative; padding: 1rem 1rem 1rem 2.5rem; font-size: clamp(0.9rem, 1.5vw, 1rem); background: var(--white); border-radius: 8px; box-shadow: 0 4px 12px var(--shadow), 0 0 8px var(--glow-blue); transition: transform 0.3s ease, box-shadow 0.3s ease; } .benefits li:hover, .details li:hover { transform: translateY(-3px); box-shadow: 0 6px 16px var(--shadow), 0 0 12px var(--glow-purple); } .benefits li span, .details li span { position: absolute; left: 0.75rem; top: 1.1rem; width: 10px; height: 10px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 8px var(--glow-blue); transition: background 0.3s ease, box-shadow 0.3s ease; } .benefits li:hover span, .details li:hover span { background: var(--purple); box-shadow: 0 0 12px var(--glow-purple); } .details { background: var(--light-gray); border-radius: 12px; padding: 2rem; box-shadow: 0 8px 24px var(--shadow), 0 0 10px var(--glow-blue); margin: 2rem 0; } .cta { margin: 3rem 0; text-align: center; } .cta span { display: inline-block; padding: 1rem 2.5rem; font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 600; color: var(--white); background: linear-gradient(90deg, var(--blue), var(--purple)); border-radius: 12px; box-shadow: 0 6px 20px var(--shadow), 0 0 15px var(--glow-purple); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } .cta span::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.4s ease; } .cta span:hover::before { left: 100%; } .cta span:hover { transform: translateY(-4px); box-shadow: 0 10px 28px var(--shadow), 0 0 25px var(--glow-purple); } .footer { text-align: center; padding: 1.5rem; font-size: clamp(0.85rem, 1.5vw, 0.95rem); color: var(--white); background: linear-gradient(90deg, var(--blue), var(--purple)); border-radius: 0 0 18px 18px; box-shadow: 0 6px 20px var(--shadow), 0 0 15px var(--glow-blue); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } .footer:hover { transform: translateY(-4px); box-shadow: 0 10px 28px var(--shadow), 0 0 25px var(--glow-blue); } .footer::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.4s ease; } .footer:hover::before { left: 100%; } @media (max-width: 768px) { .template-wrapper { padding: 1.5rem; } .header h1 { font-size: clamp(1.5rem, 4vw, 1.9rem); padding: 0.9rem 2rem; } .benefits ul, .details ul { grid-template-columns: 1fr; } .section, .benefits, .details { padding: 1.5rem; } .cta span { padding: 0.9rem 2rem; font-size: clamp(0.95rem, 2.5vw, 1.1rem); } .footer { padding: 1rem; } } @media (max-width: 480px) { .header { padding: 2rem 1rem; } .header h1 { padding: 0.8rem 1.5rem; } .section, .benefits, .details { margin: 1rem 0; padding: 1rem; } .benefits li, .details li { padding: 0.8rem 0.8rem 0.8rem 2.2rem; } } .section, .benefits, .details, .cta, .footer { opacity: 0; transform: translateY(20px); animation: reveal 1.2s ease-out forwards; } @keyframes reveal { to { opacity: 1; transform: translateY(0); } } .section { animation-delay: 0.1s; } .benefits { animation-delay: 0.2s; } .details { animation-delay: 0.3s; } .cta { animation-delay: 0.4s; } .footer { animation-delay: 0.5s; } Socialflare: Curated Pre-Owned Fashion Socialflare offers stylish, sustainable pre-owned clothing, carefully selected, inspected, and cleaned for quality. Ideal for casual wear, outdoor adventures, or unique wardrobe additions. Why Shop With Socialflare? Authentic Quality: Items rigorously inspected for authenticity and quality. 24/7 Support: US-based team available anytime. Sustainable Fashion: Affordable, eco-friendly pre-loved clothing. Easy Returns: Free returns within 60 days. Trusted Globally: Thousands of satisfied customers worldwide. Item Details & Policies Check photos for exact measurements, as size may vary from tag. Used clothing is cleaned and inspected per manufacturer standards. Measurements are approximate and may differ from tag size. Prior washing may affect sizing; verify measurements for fit. Stored in a clean, pet- and smoke-free environment. Discounted shipping on combined orders. Shop Now with Confidence © 2025 Socialflare. All rights reserved. Condition: New with imperfections. Category: Clothing, Shoes & Accessories › Kids › Boys › Boys' Clothing (Sizes 4 & Up) › Sweatshirts & Hoodies. Brand: Zara.
Additional views from the marketplace listing for Zara Hoodie Boys 13-14 Gray Sweatshirt Gym Casual Pullover Youth Full Zip Skate.









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 Zara Hoodie Boys 13-14 Gray Sweatshirt Gym Casual Pullover Youth Full Zip Skate.

USD 9.49

USD 23.90

USD 18.88

USD 5.00

USD 9.99

USD 20.00

USD 14.92

USD 24.99

USD 13.00

USD 4.49