Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks main product image
Product video preview

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

Dumbgood

Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks

USD 15.98

Condition: New with tags

View on eBay

Description

View Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks with current marketplace pricing, condition, product images and item details. Fit tip: Order your usual size for a classic fit. New arrivals. More Dumbgood. Similar to this. More Like This. All trademarks/logos belong to their respective owners. See photos. Colors may vary slightly due to lighting/screens. Brand Dumbgood Color Blue Size OSFM Style Crew Manufacturer Bioworld Product Type Crew (auto-hides missing fields) - Strong CSS to hide MPN across common markups - Force light theme (prevents app dark-mode inversion) - Primary image only - HTTPS logo - 3-tile image scroller ("Similar to this", "More Dumbgood", "New arrivals") --> :root{ --ink:#14161a; --muted:#637082; --pink:#ff2fb3; --pink2:#ff73d1; --green:#39ff14; --green2:#7bff52; --line:#e8edf3; --badge:#f7f8fa; } /* --- Force light theme inside eBay app (prevents dark-mode inversion) --- */ :root, body, .card { color-scheme: light; background:#fff !important; color:var(--ink) !important; } @media (prefers-color-scheme: dark){ :root, body, .card, .footer, .pad, .preview, .infobox, .badge, .simcard .label { background:#fff !important; color:var(--ink) !important; border-color:var(--line) !important; } .header{ background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.15) 48%, transparent 52%) center/100% 100%, linear-gradient(90deg, var(--pink) 0%, var(--pink2) 30%, var(--green) 75%, var(--green2) 100%) !important; color:#fff !important; } .pill, .btn{ background:#ffffffe6 !important; color:#111 !important; border-color:var(--line) !important; } } /* Baseline */ body,table,td,p,h1,h2,h3,ul,li{margin:0;padding:0} img{border:0;outline:0;display:block;max-width:100%;height:auto} a{color:var(--pink);text-decoration:none} table{border-collapse:collapse} body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff} /* Layout */ .wrap{width:100%} .card{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:10px} .pad{padding:14px} /* Top preview line */ .preview{font:600 13px/1.4 Arial,Helvetica,sans-serif;color:#111;padding:10px 12px;border-bottom:1px solid var(--line)} /* Neon header */ .header{ position:relative; padding:18px 16px; color:#fff; background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.15) 48%, transparent 52%) center/100% 100%, linear-gradient(90deg, var(--pink) 0%, var(--pink2) 30%, var(--green) 75%, var(--green2) 100%); border-bottom:4px solid #111; box-shadow:0 8px 18px rgba(0,0,0,.12), inset 0 -2px 0 rgba(0,0,0,.25); } .brand{display:flex;align-items:center;gap:12px} .brand .logo{width:64px;height:64px;border-radius:10px;background:#fff;box-shadow:0 0 0 3px rgba(0,0,0,.15)} .brand .name{line-height:1.05} .impb{font-weight:1000;font-size:28px;letter-spacing:1px;text-transform:uppercase; text-shadow:0 0 2px #fff,0 0 10px var(--pink),0 0 16px var(--pink),0 0 22px var(--green),0 0 30px var(--green)} .full{font-weight:800;font-size:12px;letter-spacing:.6px;text-shadow:0 0 1px #fff,0 0 8px rgba(255,255,255,.35),0 0 10px rgba(255,255,255,.25)} .ribbons{margin-top:6px;display:flex;gap:6px;flex-wrap:wrap} .pill{display:inline-block;font-size:11px;padding:4px 9px;border-radius:999px;border:1px solid #ffffff80;color:#111;background:#ffffffe0;font-weight:800} /* Hero */ .hero{display:flex;gap:12px;align-items:flex-start} .left{flex:5} .right{flex:4} .badgebar{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0} .badge{background:var(--badge);border:1px solid var(--line);color:var(--muted);font-size:11px;padding:4px 8px;border-radius:999px} .h1{font-size:20px;font-weight:900;margin:0 0 4px} .sub{color:var(--muted);font-size:12px} /* Button */ .btn{display:inline-block;padding:10px 14px;border-radius:10px;border:2px solid var(--green);background:#fff;color:#000; font-weight:900;font-size:14px;text-decoration:none;box-shadow:0 1px 0 rgba(0,0,0,.15)} /* Sections */ .section{margin-top:16px} .section h2{font-size:14px;font-weight:900;margin:0 0 8px;padding-left:8px;border-left:5px solid var(--pink)} .bullets{padding-left:18px}.bullets li{margin:4px 0;font-size:13px} .infobox{border:1px solid var(--line);border-radius:8px;padding:10px;background:#fcfdff;font-size:13px} /* Style the built-in product_details_html table without knowing its classes */ .pd table{width:100%;border:1px solid var(--line);border-radius:8px;overflow:hidden;font-size:13px} .pd th{width:140px;text-align:left;background:#fcfdff;padding:8px;border-bottom:1px solid var(--line)} .pd td{padding:8px;border-bottom:1px solid var(--line)} .pd tr:last-child th, .pd tr:last-child td{border-bottom:none} /* === HIDE MPN (broad coverage for table/dl/list/microdata variants) === */ /* Hide any row/entry explicitly marked as MPN via data, id, or class */ .pd tr[data-attr="mpn"], .pd tr[data-attribute="mpn"], .pd tr[data-spec="mpn"], .pd tr[data-key="mpn"], .pd tr[id*="mpn" i], .pd tr[class*="mpn" i] { display:none !important; } /* Hide individual cells labeled as MPN */ .pd th[id*="mpn" i], .pd th[class*="mpn" i], .pd td[id*="mpn" i], .pd td[class*="mpn" i] { display:none !important; } /* Microdata / schema.org */ .pd [itemprop="mpn"], .pd [itemprop*="mpn" i] { display:none !important; } .pd tr:has([itemprop*="mpn" i]) { display:none !important; } .pd li:has([itemprop*="mpn" i]), .pd dd:has([itemprop*="mpn" i]) { display:none !important; } /* Label-based attributes some builds use */ .pd [data-label="MPN"], .pd [aria-label="MPN"], .pd [data-name="MPN"], .pd [data-field="mpn"] { display:none !important; } /* Hide the value next to those labels (table cells or definition list dd) */ .pd [data-label="MPN"] + td, .pd [data-label="MPN"] ~ td, .pd [aria-label="MPN"] + td, .pd [aria-label="MPN"] ~ td, .pd [data-name="MPN"] + td, .pd [data-name="MPN"] ~ td, .pd dt:where([data-label="MPN"],[aria-label="MPN"],[data-name="MPN"]) + dd { display:none !important; } /* DL (dt/dd) style markups keyed as mpn */ .pd dt[id*="mpn" i], .pd dt[class*="mpn" i], .pd dt[data-attr="mpn"], .pd dt[data-spec="mpn"]{ display:none !important; } .pd dt[id*="mpn" i] + dd, .pd dt[class*="mpn" i] + dd, .pd dt[data-attr="mpn"] + dd, .pd dt[data-spec="mpn"] + dd{ display:none !important; } /* Image-tile scroller */ .simwrap{margin-top:16px} .simwrap h3{font-size:14px;margin:0 0 8px;font-weight:900} .simscroll{display:flex;gap:10px;overflow-x:auto;padding:6px 2px 8px;scroll-snap-type:x proximity} .simcard{flex:0 0 auto;scroll-snap-align:start;width:140px;height:140px;border-radius:10px; border:1px solid var(--line);background:#fff center/cover no-repeat;position:relative;text-decoration:none} .simcard .label{position:absolute;left:6px;right:6px;bottom:6px;background:#ffffffe6;border:1px solid var(--line); border-radius:8px;padding:6px 8px;font-weight:900;font-size:12px;color:#111;text-align:center} /* Footer */ .footer{background:#fafbff;border-top:1px solid var(--line);color:var(--muted);font-size:12px} .columns{display:flex;gap:12px}.col{flex:1} @media (max-width:760px){ .hero,.columns{flex-direction:column} .pad{padding:12px} .impb{font-size:22px} } ⭐ Tell Me More: These awesome socks fit mens shoe sizes US 5-10 and womens shoe sizes US 6-11. The soft, stretchy material is comfy for all day wear around the house, at a festival, or wherever you're jamming out. Officially Licesnsed Item Description Perfect for XBOX Fans Specs & Details Brand Dumbgood Color Blue Size OSFM Style Crew Manufacturer Bioworld Product Type Crew Fit tip: Order your usual size for a classic fit. See photos for measurements when available. Notes: Colors may vary slightly due to lighting/screens. For vintage/preowned clothing, minor wear may be present. See photos. All trademarks/logos belong to their respective owners. More Like This Similar to this More Dumbgood New arrivals Swipe to explore matching results in our store. Questions? Send us a message through eBay—we reply fast. Shop More All Listings • Men’s Tees • Collectibles Follow us on eBay Tap “Save seller” on our profile Condition: New with tags. Category: Clothing, Shoes & Accessories › Men › Men's Clothing › Socks. Brand: Dumbgood.

Brand
Dumbgood
Color
Blue
Country of Origin
China
Department
Men
Fabric Type
98% Polyester 2% Cotton
Material
98% Polyester 2% Cotton
Size
One Size
Size Type
Regular
Style
Crew
Unit Quantity
0 each
Unit Type
Unit
UPC
196179895544

Product details in pictures

Additional views from the marketplace listing for Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks.

Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks detailed image 1Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks detailed image 2

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.

Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 1
Style 1
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 2
Style 2
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 3
Style 3
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 4
Style 4
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 5
Style 5
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 6
Style 6
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 7
Style 7
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 8
Style 8
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 9
Style 9
Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks similar visual style 10
Style 10

Related products

Related marketplace listings for Cinnamoroll Sanrio Embroidered Tie Dye Crew Socks.