
Adidas Polo Shirt Boys Size L Black Regular Fit Short Sleeve Athletic Golf Top
USD 18.00

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Adidas
USD 39.99
Condition: Pre-owned - Excellent
View ADIDAS Boys Navy Breathable Polo Shirt Size L Short Sleeve Regular Fit with current marketplace pricing, condition, product images and item details. Features Breathable, Breathable fabric, Embroidered Logo, Side Stripe. Color Navy. Sleeve Length Short Sleeve. Fashion Story - Premium Collection. Fashion Story. Fit Regular. Pattern Solid. Uncover the artist within. Fashion Story - Premium Collection /* --- BRAND VARIABLES & RESET --- */ :root { /* Strict Brand Palette */ --bg-white: #ffffff; --primary-color: rgb(220, 135, 145); /* Soft Pink */ --secondary-color: rgb(244, 218, 161); /* Pale Gold */ --ternary-color: rgb(32, 32, 32); /* Dark Charcoal */ /* Derived UI Colors */ --text-dark: var(--ternary-color); --text-muted: #4a4a4a; /* Darkened for better contrast */ --border-light: rgba(32, 32, 32, 0.08); /* Glassmorphism Variables */ --glass-bg: rgba(255, 255, 255, 0.75); /* Slightly more opaque for readability */ --glass-border: rgba(255, 255, 255, 0.8); --glass-shadow: 0 12px 40px rgba(0, 0, 0, 0.06); --glass-blur: 24px; /* Sizing & Borders */ --container-max: 1280px; --radius-lg: 32px; --radius-md: 16px; } * { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { background-color: var(--bg-white); font-family: "Lato", sans-serif; color: var(--text-dark); font-size: 15px; line-height: 1.8; font-weight: 400; /* Increased weight */ overflow-x: hidden; position: relative; } /* --- AMBIENT BACKGROUND FOR GLASS REFRACTION --- */ .ambient-background { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; overflow: hidden; background-color: var(--bg-white); } .blob { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.35; animation: float 25s infinite ease-in-out alternate; } .blob-1 { top: -10%; left: -10%; width: 50vw; height: 50vw; background: var(--primary-color); } .blob-2 { bottom: -20%; right: -10%; width: 60vw; height: 60vw; background: var(--secondary-color); animation-delay: -5s; } .blob-3 { top: 40%; left: 30%; width: 40vw; height: 40vw; background: rgba(255, 200, 210, 0.5); animation-delay: -10s; } @keyframes float { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(8%, 12%) scale(1.1); } } img, video { max-width: 100%; height: auto; display: block; } .container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 40px; } h1, h2, h3, h4 { font-family: "Playfair Display", serif; color: var(--text-dark); font-weight: 600; /* Increased weight */ } a { text-decoration: none; color: inherit; transition: color 0.3s ease; } /* --- SHARED GLASS UTILITY --- */ .glass-panel { background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-border); box-shadow: var(--glass-shadow); border-radius: var(--radius-lg); } /* --- EDITORIAL HEADER --- */ header { background: rgba(255, 255, 255, 0.75); border-bottom: 1px solid var(--glass-border); padding: 20px 0; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03); } .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 { border-radius: 50%; height: 50px; width: 50px; object-fit: contain; border: 2px solid var(--bg-white); box-shadow: 0 4px 12px rgba(0,0,0,0.08); } .logo-container h1 { font-size: 22px; margin: 0; letter-spacing: 2px; text-transform: uppercase; } nav ul { list-style: none; display: flex; gap: 40px; } nav ul li a { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-dark); position: relative; } nav ul li a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -4px; left: 0; background-color: var(--primary-color); transition: width 0.3s ease; } nav ul li a:hover::after { width: 100%; } /* --- HERO PRODUCT SECTION --- */ .product-section { padding: 80px 0 60px; } .product-grid { display: flex; flex-wrap: wrap; gap: 60px; align-items: flex-start; } /* --- CSS-ONLY GALLERY --- */ input[name="thumbnail"] { display: none; } .product-gallery { flex: 1.2; min-width: 0; width: 100%; display: flex; flex-direction: column; gap: 24px; } /* Glassmorphism Main Image */ .main-image-wrapper { width: 100%; max-height: 500px; aspect-ratio: 4 / 5; position: relative; overflow: hidden; /* Using the global glass utility logic */ background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-border); box-shadow: var(--glass-shadow); border-radius: var(--radius-lg); } .main-image-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .main-image, .video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity 0.5s ease-in-out, transform 0.8s ease; z-index: 1; background: transparent; } .video-wrapper { display: flex; flex-direction: column; justify-content: center; } .video-wrapper video { width: 100%; height: 100%; object-fit: contain; } .thumbnail-sidebar { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } .thumbnail-sidebar::-webkit-scrollbar { display: none; } /* Glass Thumbnails */ .thumb-label { width: 85px; aspect-ratio: 3 / 4; flex-shrink: 0; cursor: pointer; opacity: 0.6; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 2px solid transparent; box-shadow: var(--glass-shadow); border-radius: var(--radius-md); } .thumb-inner { width: 100%; height: 100%; padding: 4px; /* Padding inside thumb for floated look */ } .thumb-inner img, .thumb-inner video { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius-md) - 6px); } .video-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: transparent; color: var(--text-dark); } .thumb-label:hover { opacity: 1; transform: translateY(-3px); } /* --- PRODUCT INFO --- */ .product-info { flex: 1; min-width: 0; width: 100%; padding-top: 10px; } .product-brand { font-family: "Poppins", sans-serif; text-transform: uppercase; letter-spacing: 3px; font-size: 11px; color: var(--primary-color); margin-bottom: 15px; display: block; font-weight: 600; } .product-title { font-size: 42px; line-height: 1.15; margin-bottom: 30px; color: var(--ternary-color); } .divider { height: 1px; background-color: var(--border-light); margin: 40px 0; border: none; } .key-features-title { font-family: "Poppins", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; color: var(--text-dark); font-weight: 600; } .key-features-list { list-style: none; } .key-features-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 18px; font-size: 15px; color: var(--text-muted); } .key-features-list .material-symbols-rounded { font-size: 20px; color: var(--primary-color); margin-top: 2px; } .key-features-list strong { color: var(--text-dark); font-weight: 500; } .story-text { font-size: 15px; color: var(--text-muted); font-style: italic; font-family: "Playfair Display", serif; line-height: 1.8; border-left: 3px solid var(--secondary-color); padding-left: 20px; } /* --- SPECIFICATIONS TABLE (Glass Container) --- */ .specifications-section { padding: 80px 0; } .section-title { font-size: 32px; text-align: center; margin-bottom: 50px; position: relative; padding-bottom: 20px; } .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background-color: var(--secondary-color); } .spec-container { max-width: 1000px; margin: 0 auto; padding: 50px; } .spec-grid { display: flex; flex-wrap: wrap; gap: 0 60px; } .spec-col { flex: 1; min-width: 0; width: 100%; } .spec-item { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--border-light); font-size: 14px; gap: 20px; } .spec-item:last-child { border-bottom: none; } .spec-label { font-family: "Poppins", sans-serif; color: var(--text-dark); font-weight: 500; flex-shrink: 0; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; } .spec-value { color: var(--text-muted); text-align: right; word-break: break-word; } /* --- BOUTIQUE ASSURANCE --- */ .assurance-section { padding: 80px 0; text-align: center; } .assurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; } .assurance-card { padding: 40px 30px; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease; } .assurance-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); border-color: rgba(255, 255, 255, 1); } .assurance-card .material-symbols-rounded { font-size: 42px; color: var(--primary-color); margin-bottom: 25px; font-weight: 200; } .assurance-card h4 { font-family: "Poppins", sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; color: var(--text-dark); font-weight: 600; } .assurance-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; } /* --- HOW WE VERIFY ITEMS (GLASS THEME ADAPTATION) --- */ .verify-section { padding: 80px 0; text-align: center; position: relative; } .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(--secondary-color); } .verify-header-line .material-symbols-rounded { font-size: 38px; color: var(--primary-color); font-weight: 300; } .verify-subtitle { font-size: 16px; color: var(--text-muted); max-width: 650px; margin: 0 auto 50px; line-height: 1.8; } .verify-hero { position: relative; max-width: 480px; margin: 0 auto 60px; display: inline-block; } .verify-hero img { width: 100%; border-radius: var(--radius-lg); /* Soft blend to let the background blobs faintly peer through */ mix-blend-mode: multiply; } .floating-check { position: absolute; right: -30px; top: 50%; transform: translateY(-50%); width: 75px; height: 75px; display: flex; align-items: center; justify-content: center; border-radius: 50%; z-index: 2; background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 2px solid var(--bg-white); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .floating-check .material-symbols-rounded { font-size: 38px; color: var(--primary-color); font-weight: 300; } .verify-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 60px; } .verify-step { padding: 40px 20px; display: flex; flex-direction: column; align-items: center; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease; } .verify-step:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); border-color: rgba(255, 255, 255, 1); } .verify-icon-box { width: 85px; height: 85px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; background: rgba(255, 255, 255, 0.6); border: 1px solid var(--glass-border); transition: all 0.3s ease; } .verify-step:hover .verify-icon-box { border-color: var(--primary-color); background: rgba(255, 255, 255, 0.9); } .verify-icon-box .material-symbols-rounded { font-size: 40px; color: var(--primary-color); font-weight: 200; } .verify-step-title { font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; color: var(--text-dark); } .verify-step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; } .verify-footer-bar { padding: 35px 40px; display: flex; flex-direction: column; align-items: center; gap: 25px; } .verify-footer-items { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; } .verify-footer-item { display: flex; align-items: center; gap: 12px; font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-dark); } .verify-footer-item .material-symbols-rounded { color: var(--secondary-color); font-size: 32px; font-weight: 300; } .verify-footer-text { font-family: "Playfair Display", serif; font-style: italic; color: var(--text-muted); font-size: 16px; } /* --- STORE POLICIES (GLASS CARDS) --- */ .policies-section { padding: 80px 0 100px; } .policy-about-card { padding: 60px; margin-bottom: 50px; display: flex; align-items: center; justify-content: space-between; gap: 60px; } .about-content { flex: 1; } .about-content h4 { font-size: 32px; margin-bottom: 25px; color: var(--text-dark); } .about-content p { color: var(--text-muted); font-size: 16px; margin-bottom: 20px; line-height: 1.8; } .about-content p:last-child { margin-bottom: 0; } .about-logo { flex: 0 0 280px; display: flex; justify-content: center; align-items: center; } .about-logo img { width: 100%; max-width: 280px; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 50%; border: 6px solid rgba(255, 255, 255, 0.8); box-shadow: 0 20px 40px rgba(0,0,0,0.08); background-color: var(--bg-white); } .policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; } .policy-card { padding: 50px 40px; text-align: center; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease; } .policy-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); border-color: rgba(255, 255, 255, 1); } .policy-card .material-symbols-rounded { font-size: 46px; color: var(--primary-color); margin-bottom: 25px; font-weight: 200; } .policy-card h4 { font-family: "Poppins", sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; color: var(--text-dark); font-weight: 600; } .policy-card p { color: var(--text-muted); font-size: 14px; margin-bottom: 15px; line-height: 1.7; } .policy-card p:last-child { margin-bottom: 0; } .policy-card strong { color: var(--text-dark); font-weight: 500; } /* --- CATEGORY CAROUSEL --- */ .category-section { padding: 80px 0 100px; } .category-scroll-container { display: flex; gap: 30px; overflow-x: auto; padding-bottom: 30px; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } .category-scroll-container::-webkit-scrollbar { display: none; } .category-card { flex: 0 0 280px; position: relative; cursor: pointer; padding: 16px; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .category-card:hover { transform: translateY(-5px); } .cat-img-wrap { aspect-ratio: 3/4; overflow: hidden; border-radius: calc(var(--radius-lg) - 12px); } .cat-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .category-card:hover .cat-img-wrap img { transform: scale(1.08); } .category-text { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); /* Pill Glass Badge */ background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: 0 4px 20px rgba(0,0,0,0.1); padding: 12px 28px; border-radius: 40px; font-family: "Poppins", sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; color: var(--text-dark); white-space: nowrap; transition: background 0.3s ease, color 0.3s ease; } .category-card:hover .category-text { background: var(--primary-color); color: var(--bg-white); border-color: var(--primary-color); } /* --- FOOTER (Dark Glass) --- */ footer { background: rgba(32, 32, 32, 0.9); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-top: 1px solid rgba(255, 255, 255, 0.1); color: #d1d1d1; /* Brighter for contrast */ padding: 60px 0; text-align: center; font-size: 13px; } footer p { margin-bottom: 15px; } footer a { color: var(--bg-white); font-weight: 400; } footer a:hover { color: var(--primary-color); } /* --- RESPONSIVE MEDIA QUERIES --- */ @media screen and (max-width: 1024px) { .product-grid { gap: 40px; } .product-title { font-size: 36px; } .policy-grid { grid-template-columns: repeat(2, 1fr); } .policy-about-card { padding: 40px; gap: 40px; } .verify-grid { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 768px) { .container { padding: 0 25px; } .product-section { padding: 40px 0; } .product-grid { flex-direction: column; gap: 30px; } .navbar-content { flex-direction: column; gap: 15px; padding: 10px 0; } nav ul { flex-wrap: wrap; justify-content: center; gap: 20px; } .main-image-wrapper { aspect-ratio: 3 / 4; } .product-title { font-size: 32px; margin-bottom: 20px; } .spec-container { padding: 30px 20px; max-height: 700px; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--primary-color) transparent; } .spec-grid { flex-direction: column; flex-wrap: nowrap; gap: 0; } .spec-container::-webkit-scrollbar { width: 4px; } .spec-container::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 4px; } .assurance-section, .category-section, .policies-section, .specifications-section, .verify-section { padding: 50px 0; } .policy-about-card { padding: 40px 25px; margin-bottom: 40px; flex-direction: column-reverse; text-align: center; gap: 30px; } .about-logo img { max-width: 200px; } .policy-grid { grid-template-columns: 1fr; gap: 30px; } .policy-card { padding: 40px 25px; } /* Verify Section Mobile Tweaks */ .verify-header-line::before, .verify-header-line::after { width: 60px; } .verify-grid { grid-template-columns: 1fr; gap: 20px; } .floating-check { right: -15px; width: 55px; height: 55px; } .floating-check .material-symbols-rounded { font-size: 28px; } .verify-footer-items { flex-direction: column; gap: 20px; } .verify-hero { padding: 0 15px; } } @media screen and (max-width: 480px) { .container { padding: 0 20px; } .logo-container h1 { font-size: 18px; } .logo-container img { height: 40px; width: 40px; } nav ul li a { font-size: 11px; } .product-title { font-size: 28px; } .section-title { font-size: 26px; margin-bottom: 30px; } .thumb-label { width: 70px; } .spec-item { flex-direction: column; justify-content: flex-start; text-align: left; gap: 6px; padding: 18px 0; } .spec-value { text-align: left; color: var(--text-dark); } .category-card { flex: 0 0 240px; } .verify-header-line::before, .verify-header-line::after { width: 40px; } } /* --- DYNAMIC GALLERY EJS INJECTION --- */ #thumb-1:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-1 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-1:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-1"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-2:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-2 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-2:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-2"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-3:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-3 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-3:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-3"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-4:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-4 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-4:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-4"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-5:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-5 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-5:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-5"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-6:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-6 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-6:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-6"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-7:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-7 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-7:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-7"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-8:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-8 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-8:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-8"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-9:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-9 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-9:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-9"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-10:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-10 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-10:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-10"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-11:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-11 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-11:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-11"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-12:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-12 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-12:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-12"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-13:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-13 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-13:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-13"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } #thumb-14:checked ~ .product-section .product-gallery .main-image-wrapper .main-image-inner #image-14 { opacity: 1; z-index: 2; transform: scale(1); } #thumb-14:checked ~ .product-section .product-gallery .thumbnail-sidebar label[for="thumb-14"] { opacity: 1; border-color: var(--primary-color); box-shadow: 0 4px 15px rgba(220, 135, 145, 0.3); } Fashion Story Boutique Our Story Contact Exclusive Archive ADIDAS Boys Navy Breathable Polo Shirt Size L Short Sleeve Regular Fit The Details check_circle Condition: Pre-owned (Excellent) local_shipping Handling Time: 1 Business Day Dispatch public Shipping: International Flat Rate Available info Note: Additional Customs Duty may apply Experience authentic vintage and premium pre-owned pieces, handpicked for quality and timeless style. Uncover the artist within. Item Specifications Brand Adidas Size Type Youth Size L Color Navy Department Boys Type Polo Theme Sports Sleeve Length Short Sleeve Pattern Solid Country of Origin Thailand Features Breathable, Breathable fabric, Embroidered Logo, Side Stripe Neckline Collared Material Polyester Fit Regular Vintage No Fabric Type Pique Accents Logo, Embroidery, Stripes Personalize No Handmade No Season All Seasons Garment Care Machine Wash Warm, Do Not Bleach, Do Not Tumble Dry, Iron Lo Unit Quantity 1 Unit Type Piece The Boutique Experience verified_user Trusted Seller Thousands of satisfied customers with a reputation built on trust and quality. auto_awesome New Arrivals Daily Fresh designer and vintage pieces added to our collection every day. workspace_premium Authenticity Checked Every item is carefully inspected before being listed for sale. checkroom Curated Collection Handpicked fashion finds selected for their quality, style, and uniqueness. verified_user The Verification Process Every piece in our archive is carefully authenticated and inspected to ensure premium quality, accuracy, and your absolute confidence. check search 1. Careful Inspection We thoroughly inspect each item for quality, condition, and any signs of unique vintage wear. sell 2. Authenticity Check We meticulously review labels, materials, stitching, and construction to verify true authenticity. photo_camera 3. Studio Photography We take clear, high-quality studio photos to show exact true colors, intricate details, and condition. fact_check 4. Accurate Descriptions We provide honest, transparent, and accurate details so you can curate your closet with absolute confidence. verified_user Quality handshake Transparency favorite Confidence Thank you for curating with confidence. Store Policies About Fashion Story Welcome to Fashion Story , where creativity meets curated fashion. We offer 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. Discover unique pieces. Shop with confidence. Unlock the artist within you. local_shipping Shipping Details 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. payments Payment Information Payments are accepted securely through eBay’s managed payment system, including all major credit/debit cards and PayPal. Immediate payment is required for all Buy It Now purchases to ensure swift processing. keyboard_return Returns & Exchanges Returns are gladly accepted within 30 days of purchase. Items must be returned in their original condition and packaging. 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. Shop The Collection Women's Men's Outerwear Tops & Shirts Bottoms © Fashion Story. Curated Fashion Archives. Powered By MergeKart | Listing | Order Tracking Condition: Pre-owned - Excellent. Category: Clothing, Shoes & Accessories › Men › Men's Clothing › Shirts › T-Shirts. Brand: Adidas.
Additional views from the marketplace listing for ADIDAS Boys Navy Breathable Polo Shirt Size L Short Sleeve Regular Fit.









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 ADIDAS Boys Navy Breathable Polo Shirt Size L Short Sleeve Regular Fit.

USD 18.00

USD 39.99

USD 19.95

USD 15.00

USD 17.99

USD 28.90

USD 3.95

USD 17.00

USD 29.99

USD 11.99