Skip to content
https://mattel.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

38
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
74
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

14.86 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

32.00 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

710 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

14.86 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

32.55 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
7.0 MB transferred, 499 requests
FIX
7.0 MB transferred, 499 requests
Critical::
Page weighs 13.7 MB (7.0 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 817 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 817 KB
Warning::
499 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.0 MB / 2.4 MB budget
7.0 MB transferred
499 requests
1.5 g CO2 per page load
Images 3.0 MiB 43%
JavaScript 1.4 MiB 19%
Other 980.8 KiB 14%
Fonts 817.4 KiB 11%
Other 596.7 KiB 8%
Other 187.0 KiB 3%
HTML 90.0 KiB 1%
CSS 61.7 KiB 1%
Other 5.4 KiB 0%
Other 1.5 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.0 MiB of 7.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
52590ms total JS execution
FIX
52590ms total JS execution
Warning::
https://shopping.mattel.com/es-es: 41414ms CPU time
Warning::
Unattributable: 3879ms CPU time
Warning::
https://shopping.mattel.com/cdn/shop/t/254/assets/...: 2814ms CPU time
Warning::
https://cdn.optimizely.com/js/21061250740.js: 2167ms CPU time
Warning::
https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZC: 723ms CPU time
Warning::
Third-party scripts: 52590ms (100% of total)

Main Thread Breakdown

Other 41% Style & Layout 24% Rendering 23% Script Evaluation 10%
ScriptTotalScriptingParse/CompileParty
https://shopping.mattel.com/es-es41414ms145ms29ms3rd
Unattributable3879ms89ms0ms3rd
https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=173854968497775842217757588442814ms1303ms105ms3rd
https://cdn.optimizely.com/js/21061250740.js2167ms1783ms32ms3rd
https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZC723ms607ms59ms3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-1729428ms163ms18ms3rd
https://widgets.swaven.com/awe/1/loader.js224ms212ms4ms3rd
https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/sharedUtils.b3dbd88419e7ff83722b.js?cb=2128ms78ms5ms3rd
https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.js122ms113ms7ms3rd
https://shopping.mattel.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js109ms69ms18ms3rd

Showing top 10 of 18 scripts

D
JS Bundles
Action
149 scripts, 366 KB unused
FIX
149 scripts, 366 KB unused
Warning::
https://shopping.mattel.com/cdn/shop/t/254/assets/...: 214 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZC: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.optimizely.com/js/21061250740.js: 50 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://shopping.mattel.com/cdn/wpm/b5153dfa3wa14e...: 33 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 366 KB
366 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=17385496849777584221775758844277 KB214 KB (78%)3rd
https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZC180 KB69 KB (39%)3rd
https://cdn.optimizely.com/js/21061250740.js116 KB50 KB (44%)3rd
https://shopping.mattel.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js61 KB33 KB (54%)3rd
https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.js29 KB3rd
https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.es.esm.js1 KB3rd
https://shopping.mattel.com/cdn/shop/t/254/assets/runtime.min.js?v=1447009962673891636917757589752 KB3rd
https://a40.usablenet.com/pt/c/mattel/cookiestorestart?l=1&lang=es2 KB3rd
https://shopping.mattel.com/checkouts/internal/preloads.js?locale=es-ES3 KB3rd
https://shop.app/checkouts/internal/preloads.js?locale=es-ES&shop_id=612756359541 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
499 resources · 7.0 MB · 366 KB savings available
FIX
499 resources · 7.0 MB · 366 KB savings available
Warning::
Page weight 6.0 MB over 1MB target
Got: 7.0 MB Expected: ≤ 1 MB
Info::
~366 KB of savings available
Warning::
498 third-party resources (100% of weight)
Info::
6 resources over 200KB
499 resources · 7.0 MiB · 498 third-party 6.0 MiB over 1MB target
Image 43% · 3.0 MiB
JavaScript 31% · 2.2 MiB
Font 12% · 872.7 KiB
Document 9% · 683.6 KiB
Other 3% · 202.3 KiB
CSS 2% · 114.8 KiB

~366.2 KiB of savings available

Remove unused JavaScript: 366.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
166 images, 0 KB saveable
REVIEW
166 images, 0 KB saveable
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.contentstack.io/v3/assets/blt485dfa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_900,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_160,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0612/7563/5954/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0612/7563/5954/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0612/7563/5954/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0612/7563/5954/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_900,f_aut... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.mattel.net/image/upload/w_360,c_sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
166 images 3.0 MB
0 oversized -0 KB
31 legacy format
55 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
15 fonts (873 KB)
PASS
15 fonts (873 KB)
Info::
15 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

15

873 KB total

Render-blocking

0

of 15

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 14.9 s LCP 32.0 shttps://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Regular.woff2?v=26014129941359581631775759092WorkSans-Regular.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Regular.woff2?v=26014129941359581631775759092 — 56.6 KiB — 81 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Bold.woff2?v=158001708516405476741775758943MattyMattelSans-Bold.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Bold.woff2?v=158001708516405476741775758943 — 47.1 KiB — 72 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-SemiBold.woff2?v=14633931279665053451775759094WorkSans-SemiBold.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-SemiBold.woff2?v=14633931279665053451775759094 — 60.8 KiB — 99 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Bold.woff2?v=60265632636370156211775759078WorkSans-Bold.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Bold.woff2?v=60265632636370156211775759078 — 60.6 KiB — 107 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Italic.woff2?v=109731778812761812621775759086WorkSans-Italic.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Italic.woff2?v=109731778812761812621775759086 — 53.6 KiB — 111 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Light.woff2?v=53791891726147268381775759087WorkSans-Light.woff2 https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Light.woff2?v=53791891726147268381775759087 — 59.9 KiB — 104 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-SemiBold.woff2?v=129321346393537761901775758947MattyMattelSans-SemiBol... https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-SemiBold.woff2?v=129321346393537761901775758947 — 47.7 KiB — 109 ms — font-display: swaphttps://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Regular.woff2?v=91450179392546746281775758945MattyMattelSans-Regular... https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Regular.woff2?v=91450179392546746281775758945 — 47.0 KiB — 35 ms — font-display: swaphttps://content.static-swaven.com/upload/ops/67730dd6d0e3b60f1039cd94/MattyMattel%C2%AESans-Regular_677944f.woff2MattyMattel%C2%AESans-R... https://content.static-swaven.com/upload/ops/67730dd6d0e3b60f1039cd94/MattyMattel%C2%AESans-Regular_677944f.woff2 — 46.4 KiB — 74 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2QGY_z_wNahGAdqQ43RhVcIg... https://fonts.gstatic.com/s/worksans/v24/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2 — 19.5 KiB — 32 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-Regular.ttfget https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttf — 106.3 KiB — 13 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-Bold.ttfget https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttf — 105.9 KiB — 15 ms — font-display: swaphttps://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttfget https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttf — 106.0 KiB — 11 ms — font-display: swaphttps://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeue.woff2?v=1721760728HelveticaNeue.woff2 https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeue.woff2?v=1721760728 — 28.2 KiB — 56 ms — font-display: swaphttps://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeueLTProBd.woff2?v=1721760728HelveticaNeueLTProBd.woff2 https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeueLTProBd.woff2?v=1721760728 — 27.1 KiB — 55 ms — font-display: swap
WorkSans-Regular.woff2 woff2 swap
Size 57 KB
Load time 81 ms
Start 677 ms
Risk FOUT — text flashes from fallback to web font
MattyMattelSans-Bold.woff2 woff2 swap
Size 47 KB
Load time 72 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-SemiBold.woff2 woff2 swap
Size 61 KB
Load time 99 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-Bold.woff2 woff2 swap
Size 61 KB
Load time 107 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-Italic.woff2 woff2 swap
Size 54 KB
Load time 111 ms
Start 680 ms
Risk FOUT — text flashes from fallback to web font
WorkSans-Light.woff2 woff2 swap
Size 60 KB
Load time 104 ms
Start 764 ms
Risk FOUT — text flashes from fallback to web font
MattyMattelSans-SemiBol... woff2 swap
Size 48 KB
Load time 109 ms
Start 765 ms
Risk FOUT — text flashes from fallback to web font
MattyMattelSans-Regular... woff2 swap
Size 47 KB
Load time 35 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
MattyMattel%C2%AESans-R... woff2 swap
Size 46 KB
Load time 74 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
QGY_z_wNahGAdqQ43RhVcIg... woff2 swap
Size 19 KB
Load time 32 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
get ttf swap
Size 106 KB
Load time 13 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
get ttf swap
Size 106 KB
Load time 15 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
get ttf swap
Size 106 KB
Load time 11 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
HelveticaNeue.woff2 woff2 swap
Size 28 KB
Load time 56 ms
Start 5.3 s
Risk FOUT — text flashes from fallback to web font
HelveticaNeueLTProBd.woff2 woff2 swap
Size 27 KB
Load time 55 ms
Start 5.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~255 KB and ~510 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
4
preload
dns-prefetch
1
prefetch

5 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
499 requests over 36357ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 14.9 s LCP 32.0 shttps://mattel.com// https://mattel.com/ — 301 — 128 B — 107 ms — h2https://shopping.mattel.com/fr-fr/shopping.mattel.com/fr-fr/ https://shopping.mattel.com/fr-fr/ — 302 — 1.6 KiB — 141 ms — h2https://shopping.mattel.com/es-esshopping.mattel.com/es-es https://shopping.mattel.com/es-es — 200 — 80.3 KiB — 109 ms — h2https://cdn.optimizely.com/js/21061250740.jscdn.optimizely.com/js/21061250740.j... https://cdn.optimizely.com/js/21061250740.js — 200 — 115.9 KiB — 124 ms — h2https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.jsapps.bazaarvoice.com/deployments/ma... https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.js — 200 — 28.7 KiB — 368 ms — h2https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swapfonts.googleapis.com/css2?family=Ra... https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap — 200 — 1.2 KiB — 98 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/style.css?v=160601668635651912771775759119shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/style.css?v=160601668635651912771775759119 — 200 — 34.0 KiB — 71 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/index.css?v=111603181540343972631775759118shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/index.css?v=111603181540343972631775759118 — 200 — 864 B — 37 ms — h3https://use.typekit.net/mmu1esc.cssuse.typekit.net/mmu1esc.css https://use.typekit.net/mmu1esc.css — 200 — 844 B — 50 ms — h2https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.es.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.es.esm.js — 200 — 1.1 KiB — 74 ms — h3https://shopping.mattel.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 2.4 KiB — 71 ms — h3https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svg — 200 — 5.1 KiB — 73 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca8afa66bd467c2b/6972508790363d4debc294d6/HP_MOTU_MovieTrailer_1Up_D_ES2.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca8afa66bd467c2b/6972508790363d4debc294d6/HP_MOTU_MovieTrailer_1Up_D_ES2.jpg — 200 — 5.9 KiB — 78 ms — h2https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt5e2c9fde98b43a9d/69a5a4f21a815620d2f8b62d/Q1Shopper_HP_JanuaryMosaic_Background_M.jpgimages.contentstack.io/v3/assets/bl... https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt5e2c9fde98b43a9d/69a5a4f21a815620d2f8b62d/Q1Shopper_HP_JanuaryMosaic_Background_M.jpg — 200 — 246.6 KiB — 154 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/runtime.min.js?v=144700996267389163691775758975shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/runtime.min.js?v=144700996267389163691775758975 — 200 — 2.4 KiB — 34 ms — h3https://p.typekit.net/p.css?s=1&k=mmu1esc&ht=tk&f=27012&a=37522673&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mmu1esc&h... https://p.typekit.net/p.css?s=1&k=mmu1esc&ht=tk&f=27012&a=37522673&app=typekit&e=css — 200 — 172 B — 54 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/site.webmanifest?v=59613577019158002531775758977shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/site.webmanifest?v=59613577019158002531775758977 — 200 — 1.5 KiB — 61 ms — h3https://monorail-edge.shopifysvc.com/unstable/produce_batchmonorail-edge.shopifysvc.com/unstab... https://monorail-edge.shopifysvc.com/unstable/produce_batch — 200 — 796 B — 261 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=17385496849777584221775758844shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=17385496849777584221775758844 — 200 — 276.8 KiB — 247 ms — h3https://a40.usablenet.com/pt/c/mattel/cookiestorestart?l=1&lang=esa40.usablenet.com/pt/c/mattel/cooki... https://a40.usablenet.com/pt/c/mattel/cookiestorestart?l=1&lang=es — 200 — 2.3 KiB — 160 ms — h2https://shopping.mattel.com/checkouts/internal/preloads.js?locale=es-ESshopping.mattel.com/checkouts/inter... https://shopping.mattel.com/checkouts/internal/preloads.js?locale=es-ES — 200 — 2.8 KiB — 234 ms — h3https://shop.app/checkouts/internal/preloads.js?locale=es-ES&shop_id=61275635954shop.app/checkouts/internal/preload... https://shop.app/checkouts/internal/preloads.js?locale=es-ES&shop_id=61275635954 — 200 — 553 B — 351 ms — h2https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 3.9 KiB — 233 ms — h3https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812shopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812 — 200 — 23.3 KiB — 257 ms — h3https://static.klaviyo.com/onsite/js/SU4YSV/klaviyo.js?company_id=SU4YSVstatic.klaviyo.com/onsite/js/SU4YSV... https://static.klaviyo.com/onsite/js/SU4YSV/klaviyo.js?company_id=SU4YSV — 200 — 2.8 KiB — 127 ms — h2https://shopping.mattel.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js — 200 — 21.0 KiB — 264 ms — h3https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpg — 200 — 10.9 KiB — 86 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31ad07afa1f4ced3/66b3dc0802fc833e3a80e873/white_divider_3840x10.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31ad07afa1f4ced3/66b3dc0802fc833e3a80e873/white_divider_3840x10.jpg — 200 — 630 B — 86 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpg — 200 — 629 B — 80 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte76ee431ba93144f/69d5297ebc6721c52dbb59bf/HP_AprilMosaic_01_BRB_624x533_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte76ee431ba93144f/69d5297ebc6721c52dbb59bf/HP_AprilMosaic_01_BRB_624x533_D.jpg — 200 — 12.9 KiB — 84 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 14.9 s LCP 32.0 shttps://mattel.com// https://mattel.com/ — 301 — 128 B — 107 ms — h2https://shopping.mattel.com/fr-fr/shopping.mattel.com/fr-fr/ https://shopping.mattel.com/fr-fr/ — 302 — 1.6 KiB — 141 ms — h2https://shopping.mattel.com/es-esshopping.mattel.com/es-es https://shopping.mattel.com/es-es — 200 — 80.3 KiB — 109 ms — h2https://cdn.optimizely.com/js/21061250740.jscdn.optimizely.com/js/21061250740.j... https://cdn.optimizely.com/js/21061250740.js — 200 — 115.9 KiB — 124 ms — h2https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.jsapps.bazaarvoice.com/deployments/ma... https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/bv.js — 200 — 28.7 KiB — 368 ms — h2https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swapfonts.googleapis.com/css2?family=Ra... https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap — 200 — 1.2 KiB — 98 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/style.css?v=160601668635651912771775759119shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/style.css?v=160601668635651912771775759119 — 200 — 34.0 KiB — 71 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/index.css?v=111603181540343972631775759118shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/index.css?v=111603181540343972631775759118 — 200 — 864 B — 37 ms — h3https://use.typekit.net/mmu1esc.cssuse.typekit.net/mmu1esc.css https://use.typekit.net/mmu1esc.css — 200 — 844 B — 50 ms — h2https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.es.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.es.esm.js — 200 — 1.1 KiB — 74 ms — h3https://shopping.mattel.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 2.4 KiB — 71 ms — h3https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svg — 200 — 5.1 KiB — 73 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca8afa66bd467c2b/6972508790363d4debc294d6/HP_MOTU_MovieTrailer_1Up_D_ES2.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca8afa66bd467c2b/6972508790363d4debc294d6/HP_MOTU_MovieTrailer_1Up_D_ES2.jpg — 200 — 5.9 KiB — 78 ms — h2https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt5e2c9fde98b43a9d/69a5a4f21a815620d2f8b62d/Q1Shopper_HP_JanuaryMosaic_Background_M.jpgimages.contentstack.io/v3/assets/bl... https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt5e2c9fde98b43a9d/69a5a4f21a815620d2f8b62d/Q1Shopper_HP_JanuaryMosaic_Background_M.jpg — 200 — 246.6 KiB — 154 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/runtime.min.js?v=144700996267389163691775758975shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/runtime.min.js?v=144700996267389163691775758975 — 200 — 2.4 KiB — 34 ms — h3https://p.typekit.net/p.css?s=1&k=mmu1esc&ht=tk&f=27012&a=37522673&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mmu1esc&h... https://p.typekit.net/p.css?s=1&k=mmu1esc&ht=tk&f=27012&a=37522673&app=typekit&e=css — 200 — 172 B — 54 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/site.webmanifest?v=59613577019158002531775758977shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/site.webmanifest?v=59613577019158002531775758977 — 200 — 1.5 KiB — 61 ms — h3https://monorail-edge.shopifysvc.com/unstable/produce_batchmonorail-edge.shopifysvc.com/unstab... https://monorail-edge.shopifysvc.com/unstable/produce_batch — 200 — 796 B — 261 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=17385496849777584221775758844shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/app.min.js?v=17385496849777584221775758844 — 200 — 276.8 KiB — 247 ms — h3https://a40.usablenet.com/pt/c/mattel/cookiestorestart?l=1&lang=esa40.usablenet.com/pt/c/mattel/cooki... https://a40.usablenet.com/pt/c/mattel/cookiestorestart?l=1&lang=es — 200 — 2.3 KiB — 160 ms — h2https://shopping.mattel.com/checkouts/internal/preloads.js?locale=es-ESshopping.mattel.com/checkouts/inter... https://shopping.mattel.com/checkouts/internal/preloads.js?locale=es-ES — 200 — 2.8 KiB — 234 ms — h3https://shop.app/checkouts/internal/preloads.js?locale=es-ES&shop_id=61275635954shop.app/checkouts/internal/preload... https://shop.app/checkouts/internal/preloads.js?locale=es-ES&shop_id=61275635954 — 200 — 553 B — 351 ms — h2https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 3.9 KiB — 233 ms — h3https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812shopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812 — 200 — 23.3 KiB — 257 ms — h3https://static.klaviyo.com/onsite/js/SU4YSV/klaviyo.js?company_id=SU4YSVstatic.klaviyo.com/onsite/js/SU4YSV... https://static.klaviyo.com/onsite/js/SU4YSV/klaviyo.js?company_id=SU4YSV — 200 — 2.8 KiB — 127 ms — h2https://shopping.mattel.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js — 200 — 21.0 KiB — 264 ms — h3https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpg — 200 — 10.9 KiB — 86 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31ad07afa1f4ced3/66b3dc0802fc833e3a80e873/white_divider_3840x10.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31ad07afa1f4ced3/66b3dc0802fc833e3a80e873/white_divider_3840x10.jpg — 200 — 630 B — 86 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpg — 200 — 629 B — 80 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte76ee431ba93144f/69d5297ebc6721c52dbb59bf/HP_AprilMosaic_01_BRB_624x533_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte76ee431ba93144f/69d5297ebc6721c52dbb59bf/HP_AprilMosaic_01_BRB_624x533_D.jpg — 200 — 12.9 KiB — 84 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc817e683103d54c1/69d5297e3630f6126efdc538/HP_AprilMosaic_01_BRB_852x852_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc817e683103d54c1/69d5297e3630f6126efdc538/HP_AprilMosaic_01_BRB_852x852_M.jpg — 200 — 17.7 KiB — 101 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt494771e06fc2a9b4/695bd79eb45570118d4b42e3/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_624x907_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt494771e06fc2a9b4/695bd79eb45570118d4b42e3/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_624x907_D.jpg — 200 — 15.1 KiB — 85 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltb04473ee62264e00/695bd79ee46d7715c0c3339c/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_852x852_M.gifimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltb04473ee62264e00/695bd79ee46d7715c0c3339c/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_852x852_M.gif — 200 — 19.4 KiB — 107 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt04b948bcb16f78fd/69d5297eae334170b8fb8f37/HP_AprilMosaic_03_FP_624x533_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt04b948bcb16f78fd/69d5297eae334170b8fb8f37/HP_AprilMosaic_03_FP_624x533_D.jpg — 200 — 8.6 KiB — 89 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt2aa9e8aea57bbd81/69d5297f3630f6ed0bfdc53c/HP_AprilMosaic_03_FP_852x852_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt2aa9e8aea57bbd81/69d5297f3630f6ed0bfdc53c/HP_AprilMosaic_03_FP_852x852_M.jpg — 200 — 11.5 KiB — 97 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltbb7316ec658d27c9/69a5a4d67ba9846e6a9e386d/04_Q1Shopper_HP_MarchMosaic_Dolls_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltbb7316ec658d27c9/69a5a4d67ba9846e6a9e386d/04_Q1Shopper_HP_MarchMosaic_Dolls_D.jpg — 200 — 37.1 KiB — 101 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt69bc5fb2d814c91b/69a5a4d72417a449db328705/04_Q1Shopper_HP_MarchMosaic_Dolls_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt69bc5fb2d814c91b/69a5a4d72417a449db328705/04_Q1Shopper_HP_MarchMosaic_Dolls_M.jpg — 200 — 26.8 KiB — 102 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltef24efd0b4c21c7c/69a5a4cf716ab84d7d442763/03_Q1Shopper_HP_MarchMosaic_FP_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltef24efd0b4c21c7c/69a5a4cf716ab84d7d442763/03_Q1Shopper_HP_MarchMosaic_FP_D.jpg — 200 — 12.6 KiB — 103 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt9d1f07e8dcdfaa65/69a5a4d07ba9843d6f9e3869/03_Q1Shopper_HP_MarchMosaic_FP_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt9d1f07e8dcdfaa65/69a5a4d07ba9843d6f9e3869/03_Q1Shopper_HP_MarchMosaic_FP_M.jpg — 200 — 14.3 KiB — 104 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt6819cc41349d9289/69d5297fd53b5d54a9b02a42/HP_AprilMosaic_06_AF_624x907_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt6819cc41349d9289/69d5297fd53b5d54a9b02a42/HP_AprilMosaic_06_AF_624x907_D.jpg — 200 — 24.1 KiB — 113 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1fb12c3eee9b4211/69d5297f4e15464bb512e8e7/HP_AprilMosaic_06_AF_852x852_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1fb12c3eee9b4211/69d5297f4e15464bb512e8e7/HP_AprilMosaic_06_AF_852x852_M.jpg — 200 — 18.4 KiB — 114 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt991347b49ab56f24/62d7214a27582a3696ad65cb/Shopper_HP_Top-Brands_HotWheels.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt991347b49ab56f24/62d7214a27582a3696ad65cb/Shopper_HP_Top-Brands_HotWheels.jpg — 200 — 6.4 KiB — 115 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt5ef805b4d8a8093c/6669c7160c0c3e1d1c036577/Shopper_HP_Top-Brands_Barbie.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt5ef805b4d8a8093c/6669c7160c0c3e1d1c036577/Shopper_HP_Top-Brands_Barbie.png — 200 — 5.8 KiB — 112 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4a6c25fedee4b09d/62d7214a74e36137c19435dc/Shopper_HP_Top-Brands_FisherPrice.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4a6c25fedee4b09d/62d7214a74e36137c19435dc/Shopper_HP_Top-Brands_FisherPrice.jpg — 200 — 4.5 KiB — 113 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31da5db000ee42a8/686c11fe177f4483896408d2/MOTU_Thundercat_Logo_Bubble_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt31da5db000ee42a8/686c11fe177f4483896408d2/MOTU_Thundercat_Logo_Bubble_896x896.png — 200 — 11.4 KiB — 118 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltf8708f4e62b4b5d6/683f08a122d569dbb0355f0f/Shopper_HP_Shop-Top-Brands_JW_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltf8708f4e62b4b5d6/683f08a122d569dbb0355f0f/Shopper_HP_Shop-Top-Brands_JW_896x896.png — 200 — 17.3 KiB — 119 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4f4bc8edf2ca599f/67a4fa5ed1daebecde7669e0/Shopper_HP_Shop-Top-Brands_Brick-Shop_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4f4bc8edf2ca599f/67a4fa5ed1daebecde7669e0/Shopper_HP_Shop-Top-Brands_Brick-Shop_896x896.png — 200 — 21.0 KiB — 123 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4adbff15675afcf8/67bcc5a09570311e82904dfb/Shopper_HP_Shop-Top-Brands_MBX_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4adbff15675afcf8/67bcc5a09570311e82904dfb/Shopper_HP_Shop-Top-Brands_MBX_896x896.png — 200 — 6.9 KiB — 124 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltefdf1bf8c8611449/67a53ca79cb0e6f893542975/Shopper_HP_Shop-Top-Brands_Frozen_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltefdf1bf8c8611449/67a53ca79cb0e6f893542975/Shopper_HP_Shop-Top-Brands_Frozen_896x896.png — 200 — 11.2 KiB — 125 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt0bde19f72650ef84/63c1e10508b84c3d9e4c93f1/Mattel_HP_2-DisneyPrincess_682x682.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt0bde19f72650ef84/63c1e10508b84c3d9e4c93f1/Mattel_HP_2-DisneyPrincess_682x682.jpg — 200 — 10.2 KiB — 126 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt2e373e16e953cd35/62d7214a181754349ea33e75/Shopper_HP_Top-Brands_UNO.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt2e373e16e953cd35/62d7214a181754349ea33e75/Shopper_HP_Top-Brands_UNO.jpg — 200 — 10.1 KiB — 129 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blta4fd2b99830f55b5/636c3cbb9445c550cc51a914/Mattel_HP_3-Bubbles_MattelGames.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blta4fd2b99830f55b5/636c3cbb9445c550cc51a914/Mattel_HP_3-Bubbles_MattelGames.jpg — 200 — 7.3 KiB — 130 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt956e8383bfd6bd16/62d7214a07121b35836b873d/Shopper_HP_Top-Brands_Pixar_Lightyear.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt956e8383bfd6bd16/62d7214a07121b35836b873d/Shopper_HP_Top-Brands_Pixar_Lightyear.jpg — 200 — 9.4 KiB — 131 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt8c086b2624a3dd20/68e42e0827ff811c5dfba643/Minecraft.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt8c086b2624a3dd20/68e42e0827ff811c5dfba643/Minecraft.png — 200 — 5.3 KiB — 131 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt0c83a8a4a35b5c11/67110d4e805f19aed6f6b394/FP_Brand_IMX.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt0c83a8a4a35b5c11/67110d4e805f19aed6f6b394/FP_Brand_IMX.png — 200 — 14.3 KiB — 136 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt322c27141eddce12/63e1696411a22c0d98233185/Mattel_Shopper_Brands_Enchantimals.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt322c27141eddce12/63e1696411a22c0d98233185/Mattel_Shopper_Brands_Enchantimals.jpg — 200 — 8.7 KiB — 137 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte5e9b308aa66e799/62571633899dad4bfa8b1808/HP_Shopper_LP_2-4_Brand_Pixar.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte5e9b308aa66e799/62571633899dad4bfa8b1808/HP_Shopper_LP_2-4_Brand_Pixar.jpg — 200 — 4.6 KiB — 138 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1030bcbb7d4c5a4b/636c3cbb0b5d2311678e61db/Mattel_HP_3-Bubbles_Cars.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1030bcbb7d4c5a4b/636c3cbb0b5d2311678e61db/Mattel_HP_3-Bubbles_Cars.jpg — 200 — 8.1 KiB — 139 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt9e4da173bff7647a/62d7214a429ac43379ca5137/Shopper_HP_Top-Brands_WWE.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt9e4da173bff7647a/62d7214a429ac43379ca5137/Shopper_HP_Top-Brands_WWE.jpg — 200 — 4.6 KiB — 139 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1aa9f23bd7ea54ec/683f757721ef7abf131866e7/PollyPocket_HP_bubblelogo_896x896_clear-bg.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt1aa9f23bd7ea54ec/683f757721ef7abf131866e7/PollyPocket_HP_bubblelogo_896x896_clear-bg.png — 200 — 7.6 KiB — 140 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltabd51ce3ba2ad524/63e16964260a9a2054c6d3eb/Mattel_Shopper_Brands_Scrabble.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltabd51ce3ba2ad524/63e16964260a9a2054c6d3eb/Mattel_Shopper_Brands_Scrabble.jpg — 200 — 3.6 KiB — 141 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4c7a6acb236772f5/68e56f5d7173c4c939eb8532/HarryPotter_LogoBubble_896x896.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt4c7a6acb236772f5/68e56f5d7173c4c939eb8532/HarryPotter_LogoBubble_896x896.png — 200 — 10.0 KiB — 147 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc7c2c040768b1eba/697b7be5311a273ceac9d80f/JW_Survival_Jumbotron_Background_D.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc7c2c040768b1eba/697b7be5311a273ceac9d80f/JW_Survival_Jumbotron_Background_D.jpg — 200 — 2.7 KiB — 148 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca108ace41a522a3/697b7be593dc318c355b6376/JW_Survival_Jumbotron_Background_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltca108ace41a522a3/697b7be593dc318c355b6376/JW_Survival_Jumbotron_Background_M.jpg — 200 — 20.3 KiB — 149 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltf79932d7d69eb308/697b7be5813b0805c239da99/JW_Survival_Jumbotron_Hero.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltf79932d7d69eb308/697b7be5813b0805c239da99/JW_Survival_Jumbotron_Hero.png — 200 — 20.9 KiB — 153 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt8afc111acbc0f163/6931eec20735e130aebd91a6/Barbie_Playsets_Jumbotron_Background.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt8afc111acbc0f163/6931eec20735e130aebd91a6/Barbie_Playsets_Jumbotron_Background.jpg — 200 — 3.1 KiB — 154 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte3687cdfbc814f6b/6931eec9e568490f506da9bd/BRB_Playsets_Jumbotron_Hero.gifimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blte3687cdfbc814f6b/6931eec9e568490f506da9bd/BRB_Playsets_Jumbotron_Hero.gif — 200 — 70.8 KiB — 189 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt90091d9544fe9c9a/6933329deebe141ecbed9bfd/HotWheels_Homepage_SpeedSnap_Jumbotron_Background.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt90091d9544fe9c9a/6933329deebe141ecbed9bfd/HotWheels_Homepage_SpeedSnap_Jumbotron_Background.jpg — 200 — 1.5 KiB — 164 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltbf4e14139a3f6426/6933329e178ae2dc8634f695/HotWheels_Homepage_SpeedSnap_Jumbotron_Hero.gifimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltbf4e14139a3f6426/6933329e178ae2dc8634f695/HotWheels_Homepage_SpeedSnap_Jumbotron_Hero.gif — 200 — 40.8 KiB — 185 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt676d62abb567b585/69306431e4e2aea971739372/MOTU_Transformers_Cardsplit_1694x1505.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt676d62abb567b585/69306431e4e2aea971739372/MOTU_Transformers_Cardsplit_1694x1505.jpg — 200 — 21.4 KiB — 186 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc8e959de6ee5b027/68d5a5b228187b47d7616152/FP_LittlePeopleFarm_CardSplit_1694x1505.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltc8e959de6ee5b027/68d5a5b228187b47d7616152/FP_LittlePeopleFarm_CardSplit_1694x1505.jpg — 200 — 18.1 KiB — 188 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt687c4dd941167e9f/67a54276d1daebfc46766d68/HW_LP_F1_CardSplit_1694x1505.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt687c4dd941167e9f/67a54276d1daebfc46766d68/HW_LP_F1_CardSplit_1694x1505.jpg — 200 — 11.7 KiB — 198 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltdfd6027fd31ec80a/68c2d82b4a2c2db88f121fb7/HW_ChallengeAccepted_CardSplit_1694x1505.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/bltdfd6027fd31ec80a/68c2d82b4a2c2db88f121fb7/HW_ChallengeAccepted_CardSplit_1694x1505.jpg — 200 — 17.1 KiB — 199 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt25bffaa03ecae983/62286afc429f83163fd8ec14/Mattel-Tagline_ES_266x95.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-contentstack/blt25bffaa03ecae983/62286afc429f83163fd8ec14/Mattel-Tagline_ES_266x95.png — 200 — 5.3 KiB — 200 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/shop-contentstack/blt47b525fe6b30d108/62ccb310e1e8cc357ddc1b73/Mattel_GiftExperiencePopupStep1@2x_302x279_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/shop-contentstack/blt47b525fe6b30d108/62ccb310e1e8cc357ddc1b73/Mattel_GiftExperiencePopupStep1@2x_302x279_M.jpg — 200 — 19.4 KiB — 202 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/shop-contentstack/blt86fd6ab6e6df9e2b/62ccb310719eb73892495787/Mattel_GiftExperiencePopupStep3@2x_302x279_M.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/shop-contentstack/blt86fd6ab6e6df9e2b/62ccb310719eb73892495787/Mattel_GiftExperiencePopupStep3@2x_302x279_M.jpg — 200 — 17.4 KiB — 204 ms — h2https://cdn3.optimizely.com/js/geo4.jscdn3.optimizely.com/js/geo4.js https://cdn3.optimizely.com/js/geo4.js — 200 — 320 B — 158 ms — h2https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZCsgtm.mattel.com/gtm.js?id=GTM-TDJC8... https://sgtm.mattel.com/gtm.js?id=GTM-TDJC8ZC — 200 — 180.3 KiB — 1.1 s — h2https://wtb-tag.mikmak.ai/scripts/67cf5159e2fa750f090c0e65/tag.min.jswtb-tag.mikmak.ai/scripts/67cf5159e... https://wtb-tag.mikmak.ai/scripts/67cf5159e2fa750f090c0e65/tag.min.js — 200 — 10.2 KiB — 107 ms — h3https://shopping.mattel.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.jsshopping.mattel.com/cdn/wpm/b5153df... https://shopping.mattel.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js — 200 — 60.7 KiB — 237 ms — h3https://shopping.mattel.com/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cfe5fb59a39.min.jsshopping.mattel.com/cdn/s/trekkie.s... https://shopping.mattel.com/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cfe5fb59a39.min.js — 200 — 27.9 KiB — 222 ms — h3https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js — 200 — 4.2 KiB — 228 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/print.css?v=183913154969916170731775759119shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/print.css?v=183913154969916170731775759119 — 200 — 880 B — 233 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CqMEwwMi.es.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CqMEwwMi.es.esm.js — 200 — 1.6 KiB — 72 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_D04a7IPX.es.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_D04a7IPX.es.esm.js — 200 — 1.9 KiB — 84 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_C1VNjpXc.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_C1VNjpXc.esm.js — 200 — 1.6 KiB — 132 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js — 200 — 1.3 KiB — 145 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_CA-R9f6I.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_CA-R9f6I.esm.js — 200 — 20.9 KiB — 163 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.document_C9LmOiQj.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.document_C9LmOiQj.esm.js — 200 — 1.1 KiB — 163 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js — 200 — 1.3 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_oZ0RluMR.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_oZ0RluMR.esm.js — 200 — 1.2 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.MetricsProvider_BW2bhuFJ.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.MetricsProvider_BW2bhuFJ.esm.js — 200 — 7.7 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_BhgObXNH.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_BhgObXNH.esm.js — 200 — 1.5 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_rBfmcXGD.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_rBfmcXGD.esm.js — 200 — 1019 B — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js — 200 — 1.3 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_DzO3rlbY.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_DzO3rlbY.esm.js — 200 — 1.1 KiB — 167 ms — h3https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js — 200 — 1.0 KiB — 167 ms — h3https://shopping.mattel.com/a/geolocation/api/geo/country/codeshopping.mattel.com/a/geolocation/a... https://shopping.mattel.com/a/geolocation/api/geo/country/code — 200 — 739 B — 195 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/loading.svg?v=7860191987170627441775758937shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/loading.svg?v=7860191987170627441775758937 — 200 — 1.3 KiB — 230 ms — h3https://cdn.optimizely.com/img/627150995/baa16f05511342f8894658dcf229010d.svgzcdn.optimizely.com/img/627150995/ba... https://cdn.optimizely.com/img/627150995/baa16f05511342f8894658dcf229010d.svgz — 200 — 536 B — 59 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/sprite-icon-c8e8b0de.svg?v=128682327783051002761775758982shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/sprite-icon-c8e8b0de.svg?v=128682327783051002761775758982 — 200 — 13.9 KiB — 227 ms — h3https://cdn.optimizely.com/img/627150995/417770db3d644d2aa4e594f26f5e9009.svgzcdn.optimizely.com/img/627150995/41... https://cdn.optimizely.com/img/627150995/417770db3d644d2aa4e594f26f5e9009.svgz — 200 — 1.2 KiB — 59 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Regular.woff2?v=26014129941359581631775759092shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Regular.woff2?v=26014129941359581631775759092 — 200 — 56.6 KiB — 81 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Bold.woff2?v=158001708516405476741775758943shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Bold.woff2?v=158001708516405476741775758943 — 200 — 47.1 KiB — 72 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-SemiBold.woff2?v=14633931279665053451775759094shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-SemiBold.woff2?v=14633931279665053451775759094 — 200 — 60.8 KiB — 99 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Bold.woff2?v=60265632636370156211775759078shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Bold.woff2?v=60265632636370156211775759078 — 200 — 60.6 KiB — 107 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Italic.woff2?v=109731778812761812621775759086shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Italic.woff2?v=109731778812761812621775759086 — 200 — 53.6 KiB — 111 ms — h3https://a21017440049.cdn.optimizely.com/client_storage/a21017440049.htmla21017440049.cdn.optimizely.com/cli... https://a21017440049.cdn.optimizely.com/client_storage/a21017440049.html — 200 — 1.5 KiB — 140 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Light.woff2?v=53791891726147268381775759087shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/WorkSans-Light.woff2?v=53791891726147268381775759087 — 200 — 59.9 KiB — 104 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-SemiBold.woff2?v=129321346393537761901775758947shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-SemiBold.woff2?v=129321346393537761901775758947 — 200 — 47.7 KiB — 109 ms — h3https://apps.bazaarvoice.com/apps/api/api-0.8.2.jsapps.bazaarvoice.com/apps/api/api-0... https://apps.bazaarvoice.com/apps/api/api-0.8.2.js — 200 — 10.9 KiB — 7 ms — h2https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/api-config.jsapps.bazaarvoice.com/deployments/ma... https://apps.bazaarvoice.com/deployments/mattel_emea/main_site/production/es_ES/api-config.js — 200 — 1.4 KiB — 323 ms — h3https://apps.bazaarvoice.com/analytics/bv-analytics.jsapps.bazaarvoice.com/analytics/bv-a... https://apps.bazaarvoice.com/analytics/bv-analytics.js — 200 — 14.0 KiB — 6 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ… — 200 — 0 B — 0 ms — datahttps://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fgrown-ups&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=670084170114&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fgrown-ups&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=670084170114&bgfilter.ss_filter_tags_language=es-ES — 200 — 19.4 KiB — 795 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Ffiguras-de-accion-y-conjuntos-de-juego&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398744781042&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Ffiguras-de-accion-y-conjuntos-de-juego&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398744781042&bgfilter.ss_filter_tags_language=es-ES — 200 — 13.9 KiB — 382 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fcoches-y-conjuntos-de-juego&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398745272562&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fcoches-y-conjuntos-de-juego&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398745272562&bgfilter.ss_filter_tags_language=es-ES — 200 — 17.2 KiB — 736 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fmunecas-y-casas-de-munecas&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398745665778&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fmunecas-y-casas-de-munecas&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398745665778&bgfilter.ss_filter_tags_language=es-ES — 200 — 15.5 KiB — 338 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fjuguetes-de-preescolar&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398746157298&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fjuguetes-de-preescolar&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398746157298&bgfilter.ss_filter_tags_language=es-ES — 200 — 17.6 KiB — 568 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fbloques-de-construccion&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398748156146&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fbloques-de-construccion&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398748156146&bgfilter.ss_filter_tags_language=es-ES — 200 — 11.7 KiB — 386 ms — h2https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fmattel-games&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398708900082&bgfilter.ss_filter_tags_language=es-ES0w0shw.a.searchspring.io/api/search... https://0w0shw.a.searchspring.io/api/search/search.json?domain=%2Fes-es%2Fcollections%2Fmattel-games&resultsFormat=native&siteId=0w0shw&resultsPerPage=10&includedFacets=&bgfilter.collection_id=398708900082&bgfilter.ss_filter_tags_language=es-ES — 200 — 14.9 KiB — 553 ms — h2https://shopping.mattel.com/cart?view=datashopping.mattel.com/cart?view=data https://shopping.mattel.com/cart?view=data — 200 — 2.0 KiB — 93 ms — h3https://shopping.mattel.com/es-es/products/papel-de-regalo-de-barbie-hnh02-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/papel-de-regalo-de-barbie-hnh02-es-es?view=json — 404 — 62.6 KiB — 130 ms — h3https://shopping.mattel.com/es-es/products/papel-de-regalo-de-hot-wheels-hnh03-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/papel-de-regalo-de-hot-wheels-hnh03-es-es?view=json — 404 — 62.6 KiB — 115 ms — h3https://shopping.mattel.com/es-es/products/papel-de-regalo-de-fisher-price-hnh04-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/papel-de-regalo-de-fisher-price-hnh04-es-es?view=json — 404 — 62.6 KiB — 115 ms — h3https://shopping.mattel.com/es-es/products/papel-de-regalo-de-mattel-hnh05-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/papel-de-regalo-de-mattel-hnh05-es-es?view=json — 404 — 62.6 KiB — 130 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-estegosaurio-jkl85-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-estegosaurio-jkl85-es-es?view=json — 200 — 4.8 KiB — 117 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-charge-n-chomp-carnotaurus-jkg85-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-charge-n-chomp-carnotaurus-jkg85-es-es?view=json — 200 — 4.9 KiB — 127 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-afrovenator-jkl76-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-afrovenator-jkl76-es-es?view=json — 200 — 5.2 KiB — 120 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-ceratosaurio-jkl77-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-ceratosaurio-jkl77-es-es?view=json — 200 — 4.7 KiB — 91 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-pteranodonte-jkl78-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-pteranodonte-jkl78-es-es?view=json — 200 — 5.1 KiB — 141 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-bracauquenio-jkl79-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-bracauquenio-jkl79-es-es?view=json — 200 — 5.1 KiB — 124 ms — h3https://shopping.mattel.com/es-es/products/barbie-dreamhouse-conjunto-de-juego-hmx10-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-dreamhouse-conjunto-de-juego-hmx10-es-es?view=json — 200 — 4.5 KiB — 87 ms — h3https://shopping.mattel.com/es-es/products/barbie-super-caravana-dreamcamper-conjunto-de-juego-de-vehiculo-hrj78-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-super-caravana-dreamcamper-conjunto-de-juego-de-vehiculo-hrj78-es-es?view=json — 200 — 5.6 KiB — 131 ms — h3https://shopping.mattel.com/es-es/products/barbie-club-chelsea-casa-desplegable-jfw49-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-club-chelsea-casa-desplegable-jfw49-es-es?view=json — 200 — 4.3 KiB — 85 ms — h3https://shopping.mattel.com/es-es/products/barbie-vehiculo-hbt92-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-vehiculo-hbt92-es-es?view=json — 200 — 5.0 KiB — 126 ms — h3https://shopping.mattel.com/es-es/products/barbie-muneca-vamos-al-supermercado-frp01-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-muneca-vamos-al-supermercado-frp01-es-es?view=json — 200 — 5.4 KiB — 130 ms — h3https://shopping.mattel.com/es-es/products/barbie-pediatra-muneca-jcr72-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-pediatra-muneca-jcr72-es-es?view=json — 200 — 4.3 KiB — 122 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-track-creator-circuito-supersalto-jdb49-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-track-creator-circuito-supersalto-jdb49-es-es?view=json — 200 — 4.7 KiB — 146 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-superrescate-en-el-parque-de-bomberos-jhl95-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-superrescate-en-el-parque-de-bomberos-jhl95-es-es?view=json — 200 — 4.7 KiB — 120 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-racing-formula-1-linea-de-salida-jkm88-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-racing-formula-1-linea-de-salida-jkm88-es-es?view=json — 200 — 4.5 KiB — 125 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-shark-chomp-beach-jhl96-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-shark-chomp-beach-jhl96-es-es?view=json — 200 — 3.8 KiB — 85 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-rapid-launch-loop-jbx65-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-rapid-launch-loop-jbx65-es-es?view=json — 200 — 4.6 KiB — 124 ms — h3https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Regular.woff2?v=91450179392546746281775758945shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/MattyMattelSans-Regular.woff2?v=91450179392546746281775758945 — 200 — 47.0 KiB — 35 ms — h3https://shop.app/pay/session?v=1shop.app/pay/session?v=1 https://shop.app/pay/session?v=1 — 200 — 3.5 KiB — 168 ms — h3https://shopping.mattel.com/api/collectshopping.mattel.com/api/collect https://shopping.mattel.com/api/collect — 200 — 1.4 KiB — 163 ms — h3https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batchshopping.mattel.com/.well-known/sho... https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 128 ms — h3https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batchshopping.mattel.com/.well-known/sho... https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 128 ms — h3https://images.mattel.net/image/upload/w_160,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svgimages.mattel.net/image/upload/w_16... https://images.mattel.net/image/upload/w_160,f_auto,c_scale/shop-contentstack/blt718613b580b3bee2/6942d6a0c478797a52bfb270/Mattel-Logo_NAV.svg — 200 — 1.9 KiB — 8 ms — h2https://images.mattel.net/image/upload/w_900,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpgimages.mattel.net/image/upload/w_90... https://images.mattel.net/image/upload/w_900,f_auto,c_scale/shop-contentstack/blt33dc1d8d27216e77/69725088f8e2661146f92f02/HP_MOTU_MovieTrailer_1Up_M_ES2.jpg — 200 — 27.4 KiB — 10 ms — h2https://images.mattel.net/image/upload/w_900,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpgimages.mattel.net/image/upload/w_90... https://images.mattel.net/image/upload/w_900,f_auto,c_scale/shop-contentstack/bltea06974f8d14c03a/66b3dcb210159205043a9c00/white_divider_1918x10.jpg — 200 — 607 B — 9 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/index.min.js?v=32461570760118679641775758928shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/index.min.js?v=32461570760118679641775758928 — 200 — 943 B — 41 ms — h3https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batchshopping.mattel.com/.well-known/sho... https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 123 ms — h3https://shop.app/pay/hop?analytics_trace_id=9742e811-6713-4f24-844a-0bff38868a41&target_origin=https%3A%2F%2Fshopping.mattel.com&client_handle=prod-emea-mattel.myshopify.comshop.app/pay/hop?analytics_trace_id... https://shop.app/pay/hop?analytics_trace_id=9742e811-6713-4f24-844a-0bff38868a41&target_origin=https%3A%2F%2Fshopping.mattel.com&client_handle=prod-emea-mattel.myshopify.com — 302 — 4.5 KiB — 190 ms — h2https://shopping.mattel.com/shopify_pay/accelerated_checkoutshopping.mattel.com/shopify_pay/acc... https://shopping.mattel.com/shopify_pay/accelerated_checkout — 200 — 1.6 KiB — 103 ms — h3https://wtb-api-hub.swaven.com/cache/tag/v1/app/67cf5159e2fa750f090c0e65?&h=aHR0cHM6Ly9zaG9wcGluZy5tYXR0ZWwuY29twtb-api-hub.swaven.com/cache/tag/v1... https://wtb-api-hub.swaven.com/cache/tag/v1/app/67cf5159e2fa750f090c0e65?&h=aHR0cHM6Ly9zaG9wcGluZy5tYXR0ZWwuY29t — 200 — 1.5 KiB — 48 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/fender_analytics.bcbed15c6b02c0d81b3a.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/fender_analytics.bcbed15c6b02c0d81b3a.js?cb=2 — 200 — 13.7 KiB — 71 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/static.d34531a9ee28a48e4d20.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/static.d34531a9ee28a48e4d20.js?cb=2 — 200 — 1.0 KiB — 70 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~favorites~faq~.9d51596d6a05c41a21db.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~favorites~faq~.9d51596d6a05c41a21db.js?cb=2 — 200 — 4.3 KiB — 71 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/runtime.7cda69e1caa6be8dc7c4.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/runtime.7cda69e1caa6be8dc7c4.js?cb=2 — 200 — 8.7 KiB — 10 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/sharedUtils.b3dbd88419e7ff83722b.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/sharedUtils.b3dbd88419e7ff83722b.js?cb=2 — 200 — 22.8 KiB — 25 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~favorites~faq~.9d51596d6a05c41a21db.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~favorites~faq~.9d51596d6a05c41a21db.js?cb=2 — 200 — 4.3 KiB — 25 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2 — 200 — 3.4 KiB — 16 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2 — 200 — 10.4 KiB — 19 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2 — 200 — 4.3 KiB — 24 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~in_app_forms~signup_forms.fa6bf1a33ef2add72ef8.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~in_app_forms~signup_forms.fa6bf1a33ef2add72ef8.js?cb=2 — 200 — 10.4 KiB — 22 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/signup_forms.12597116a57e8f01fe26.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/signup_forms.12597116a57e8f01fe26.js?cb=2 — 200 — 843 B — 14 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/post_identification_sync.7ab744259835bf66561d.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/post_identification_sync.7ab744259835bf66561d.js?cb=2 — 200 — 2.4 KiB — 66 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/event_adapter.b8cd6e2a0811110b50f7.js?cb=2static.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/event_adapter.b8cd6e2a0811110b50f7.js?cb=2 — 200 — 616 B — 14 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2 — 200 — 3.2 KiB — 70 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/telemetry.4bf6b1cc9c98eefae571.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/telemetry.4bf6b1cc9c98eefae571.js?cb=2 — 200 — 5.8 KiB — 69 ms — h2https://network-eu-a.bazaarvoice.com/a.gif?loadId=a8fdce761587c3a7d2&BVBRANDID=c764f55e-78e8-4f98-b047-aa80e1948ed0&BVBRANDSID=d1c3e23e-5c8f-4c7b-905e-81af702ee034&tz=0&sourceVersion=3.18.4&magpieJsVersion=3.18.4&source=bv-loader&environment=prod&client=mattel_emea&dc=16901&host=shopping.mattel.com&r_batch=!((bvProduct:bv-loader,bvProductVersion:%2713.32.0%27,cl:Diagnostic,deploymentZone:main_site,elapsedMs:%272.9000%27,endTime:%27882.6000%27,locale:es_ES,name:timeToRunScout,startTime:%27879.7000%27,type:Performance))&_=mhnr1network-eu-a.bazaarvoice.com/a.gif?... https://network-eu-a.bazaarvoice.com/a.gif?loadId=a8fdce761587c3a7d2&BVBRANDID=c764f55e-78e8-4f98-b047-aa80e1948ed0&BVBRANDSID=d1c3e23e-5c8f-4c7b-905e-81af702ee034&tz=0&sourceVersion=3.18.4&magpieJsVersion=3.18.4&source=bv-loader&environment=prod&client=mattel_emea&dc=16901&host=shopping.mattel.com&r_batch=!((bvProduct:bv-loader,bvProductVersion:%2713.32.0%27,cl:Diagnostic,deploymentZone:main_site,elapsedMs:%272.9000%27,endTime:%27882.6000%27,locale:es_ES,name:timeToRunScout,startTime:%27879.7000%27,type:Performance))&_=mhnr1 — 200 — 231 B — 146 ms — h2https://shopping.mattel.com/es-es/products/barbie-wonder-woman-muneca-jbj36-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-wonder-woman-muneca-jbj36-es-es?view=json — 200 — 4.0 KiB — 148 ms — h3https://shopping.mattel.com/es-es/products/barbie-basics-muneca-09-para-coleccionistas-con-pelo-castano-vestido-dorado-jjx28-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-basics-muneca-09-para-coleccionistas-con-pelo-castano-vestido-dorado-jjx28-es-es?view=json — 200 — 3.8 KiB — 146 ms — h3https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-06-de-moda-para-coleccionistas-con-melena-castana-jjx25-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-06-de-moda-para-coleccionistas-con-melena-castana-jjx25-es-es?view=json — 200 — 4.0 KiB — 129 ms — h3https://shopping.mattel.com/es-es/products/barbie-basics-muneco-10-con-pelo-castano-camiseta-y-pantalones-cortos-jjx29-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-basics-muneco-10-con-pelo-castano-camiseta-y-pantalones-cortos-jjx29-es-es?view=json — 200 — 3.7 KiB — 142 ms — h3https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-07-de-moda-para-coleccionistas-con-melena-rubia-jjx26-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-07-de-moda-para-coleccionistas-con-melena-rubia-jjx26-es-es?view=json — 200 — 3.9 KiB — 141 ms — h3https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-08-de-moda-para-coleccionistas-con-melena-castana-jjx27-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mattel-barbie-basics-muneca-modelo-08-de-moda-para-coleccionistas-con-melena-castana-jjx27-es-es?view=json — 200 — 3.9 KiB — 119 ms — h3https://shopping.mattel.com/es-es/products/barbie-rise-and-surprise-muneca-y-accesorios-jkf66-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-rise-and-surprise-muneca-y-accesorios-jkf66-es-es?view=json — 200 — 4.6 KiB — 165 ms — h3https://shopping.mattel.com/es-es/products/disney-princesas-historias-de-bella-2-en-1-muneca-de-moda-jfj82-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/disney-princesas-historias-de-bella-2-en-1-muneca-de-moda-jfj82-es-es?view=json — 200 — 4.0 KiB — 151 ms — h3https://shopping.mattel.com/es-es/products/disney-princesas-huevo-de-pascua-sorpresa-surtido-jhg92-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/disney-princesas-huevo-de-pascua-sorpresa-surtido-jhg92-es-es?view=json — 200 — 4.2 KiB — 123 ms — h3https://shopping.mattel.com/es-es/products/barbie-petal-pop-muneca-perfumada-con-vestido-rosa-y-accesorios-jmf59-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-petal-pop-muneca-perfumada-con-vestido-rosa-y-accesorios-jmf59-es-es?view=json — 200 — 4.5 KiB — 137 ms — h3https://wtb-api-hub.swaven.com/cache/tag/v1/app/67cf5159e2fa750f090c0e65/page/%2Fes-es?&h=aHR0cHM6Ly9zaG9wcGluZy5tYXR0ZWwuY29twtb-api-hub.swaven.com/cache/tag/v1... https://wtb-api-hub.swaven.com/cache/tag/v1/app/67cf5159e2fa750f090c0e65/page/%2Fes-es?&h=aHR0cHM6Ly9zaG9wcGluZy5tYXR0ZWwuY29t — 200 — 1.3 KiB — 3 ms — h2https://widgets.swaven.com/awe/1/loader.jswidgets.swaven.com/awe/1/loader.js https://widgets.swaven.com/awe/1/loader.js — 200 — 18.5 KiB — 76 ms — h3https://eu-west-1-wtb-tag-api.swaven.com/app/67cf5159e2fa750f090c0e65/track/view_page?v=1776811967901&rfr=&url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&url_pathname=%2Fes-es&pageId=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&dnt=false&country=ES&_utests=null&dntDefault=false&locale=es&countries=%5B%22ES%22%5D&geoCountry=ES&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&s_ts=1776811967838&s_referrer=null&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-eseu-west-1-wtb-tag-api.swaven.com/ap... https://eu-west-1-wtb-tag-api.swaven.com/app/67cf5159e2fa750f090c0e65/track/view_page?v=1776811967901&rfr=&url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&url_pathname=%2Fes-es&pageId=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&dnt=false&country=ES&_utests=null&dntDefault=false&locale=es&countries=%5B%22ES%22%5D&geoCountry=ES&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&s_ts=1776811967838&s_referrer=null&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 878 B — 259 ms — h2https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=SU4YSVfast.a.klaviyo.com/custom-fonts/api... https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=SU4YSV — 200 — 1.5 KiB — 37 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~Render~ClientStore~~~onsite-back-in-stock.7d7b5b811b79d6bdfaae.jsstatic.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/vendors~Render~ClientStore~~~onsite-back-in-stock.7d7b5b811b79d6bdfaae.js — 200 — 2.6 KiB — 3 ms — h2https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/1011.598ae9833e51b76bc1c3.jsstatic.klaviyo.com/onsite/js/build-... https://static.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/1011.598ae9833e51b76bc1c3.js — 200 — 8.2 KiB — 3 ms — h2https://shopping.mattel.com/es-es/products/minecraft-pico-de-hierro-para-juego-de-imitacion-jlj38-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/minecraft-pico-de-hierro-para-juego-de-imitacion-jlj38-es-es?view=json — 200 — 3.6 KiB — 89 ms — h3https://shopping.mattel.com/es-es/products/minecraft-espada-pico-transformable-juguete-de-imitacion-jkc15-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/minecraft-espada-pico-transformable-juguete-de-imitacion-jkc15-es-es?view=json — 200 — 4.0 KiB — 184 ms — h3https://shopping.mattel.com/es-es/products/minecraft-espada-de-diamante-para-juego-de-imitacion-jlj39-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/minecraft-espada-de-diamante-para-juego-de-imitacion-jlj39-es-es?view=json — 200 — 3.6 KiB — 94 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-coleccion-hammond-sinoceratops-jkg88-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-coleccion-hammond-sinoceratops-jkg88-es-es?view=json — 200 — 4.3 KiB — 180 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-gorgosaurio-jkl86-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-gorgosaurio-jkl86-es-es?view=json — 200 — 4.3 KiB — 86 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-afrovenator-jkl76-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-afrovenator-jkl76-es-es?view=json — 200 — 1.3 KiB — 117 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-pteranodonte-jkl78-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-pteranodonte-jkl78-es-es?view=json — 200 — 1.3 KiB — 95 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-bracauquenio-jkl79-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-bracauquenio-jkl79-es-es?view=json — 200 — 1.2 KiB — 98 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-estegosaurio-jkl85-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-grandes-embestidas-estegosaurio-jkl85-es-es?view=json — 200 — 1.3 KiB — 114 ms — h3https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-ceratosaurio-jkl77-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/jurassic-world-rugido-salvaje-ceratosaurio-jkl77-es-es?view=json — 200 — 1.3 KiB — 102 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-tractor-con-animalitos-encajables-jkg33-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-tractor-con-animalitos-encajables-jkg33-es-es?view=json — 200 — 3.7 KiB — 197 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-autobus-con-numeritos-encajables-jkg34-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-autobus-con-numeritos-encajables-jkg34-es-es?view=json — 200 — 3.8 KiB — 174 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-tren-abc-musical-fwk22-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-tren-abc-musical-fwk22-es-es?view=json — 200 — 3.9 KiB — 126 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-camion-de-carreras-y-construccion-jfr29-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-camion-de-carreras-y-construccion-jfr29-es-es?view=json — 200 — 3.8 KiB — 90 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-luz-quitamiedos-hora-de-echar-una-cabezadita-hth43-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-luz-quitamiedos-hora-de-echar-una-cabezadita-hth43-es-es?view=json — 200 — 3.6 KiB — 178 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-bolsa-de-construccion-deluxe-dch54-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-bolsa-de-construccion-deluxe-dch54-es-es?view=json — 200 — 3.9 KiB — 131 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-bolsa-de-construccion-deluxe-dch55-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-bolsa-de-construccion-deluxe-dch55-es-es?view=json — 200 — 3.9 KiB — 171 ms — h3https://shopping.mattel.com/services/login_with_shop/buyer/callback?analytics_trace_id=9742e811-6713-4f24-844a-0bff38868a41&target_origin=https%3A%2F%2Fshopping.mattel.com&token=THFXU2dYTWxHdzJTRzExS2FuOXVUOCtFNWFtQUlJZzVGZW1acEZ1Q1dBYURjZzUzRHI4R3h5MVNhbm05dkVTdVA4dmgyZEFoZTQ4WXdEaU9lTDkyY0ZLMjl3Vkc5Y1Q5Zndya280YU9FQUZNTzZQUDhKRXNzY1NSTURTR0lRb2x3YnRKZ0xHT3lFOWJaS2lSUmhYRWcwMnpJUHVYUi9BTHluWmlFSm82TVRzNzRHekQrbzlQT2lrSmhIQTFPMUdqdU5TZ1ppQUxQaXdDeDJZVlJCY3AyRjBtMC83RURUMlhZd0s1Zll0K3hJNkVMajBDSTZhVTVSd2VSeU0vTU5DTWFMVVZGQ2hlZG9DVUdJYklYSUpUTlVVWGZTMUFURkQzNm9nMThJbmZKTjUzT1U2T3EvbGJBb0ZaOGNNZEZFTk5jRlE5b1czaGw4d1prWnMwdG04NFRRYk80a2xUdkVsd0lXWFpCV1IrcU9CR2xFclFSZElHNHcvbHRSRXdKRUs1alFaOXVsYVpyUENORjhKclpicUtwVXlzMXE3QlNYcnNNcTV6THA1bVR6V29QQWVGZlU3K1ArajZycXo4aStwbDllMUJqTEIwbkxrcjhzMFhaQjNvUGhjNFlCMU1LQkxBWCtucWQ3d1NRNUxLaUtyK1VmNDl1cCs3YkNEa3hIZ0pFekJ3UUJBVFdicW5vUnF0OWdOaDhkeHhXbXE4Zm93L0QxM2xFbFRBRUlJTXlzeE1DT3ZmK010dFJxSUxNUU9uY2JNcUFLS09uMWZveEk2cVBSR1VlSHZBOXFCdHF1UE1UZUpvVGxEblFZelNQY1MybXlXSklHcHVwRzRobXUreWpqc1hDdHNjUVlMZFJSai8zWERzL0M4WUdhbnEyLzluZE43NG1zYUJuOHlSa2dtbE9MSFRQcCswMisrVnF3OWMzSjNhSkFSbitHblN0MFpNU29hNDBMZEZOa2JCQkZlQ3M5ZjgzQnpxM2N2K3ptcFcyWjgwUjRpQXF3NXZpejArRVhwOENrNUVJMGFGNVMyaXZRN1hldUppSVo5RmpkNVBuY3laSkEzd0JmU21pd0taeWxyMzgxajhUdUNPcHNueEtyK3hLc2dZVTdYQ0JOK3JwQkI3Ni9rUGRQVGxXazBWYWF0ZjN2VEJOSzBSVlBmRmtpT21YTFpnaG92ajhYMXktLU1xb1c5RmtMdTBET0l5OWo5elRFb3c9PQ%3D%3D--c114d6199b30a82ea45e2ce3a44480d4f9113e49shopping.mattel.com/services/login_... https://shopping.mattel.com/services/login_with_shop/buyer/callback?analytics_trace_id=9742e811-6713-4f24-844a-0bff38868a41&target_origin=https%3A%2F%2Fshopping.mattel.com&token=THFXU2dYTWxHdzJTRzExS2FuOXVUOCtFNWFtQUlJZzVGZW1acEZ1Q1dBYURjZzUzRHI4R3h5MVNhbm05dkVTdVA4dmgyZEFoZTQ4WXdEaU9lTDkyY0ZLMjl3Vkc5Y1Q5Zndya280YU9FQUZNTzZQUDhKRXNzY1NSTURTR0lRb2x3YnRKZ0xHT3lFOWJaS2lSUmhYRWcwMnpJUHVYUi9BTHluWmlFSm82TVRzNzRHekQrbzlQT2lrSmhIQTFPMUdqdU5TZ1ppQUxQaXdDeDJZVlJCY3AyRjBtMC83RURUMlhZd0s1Zll0K3hJNkVMajBDSTZhVTVSd2VSeU0vTU5DTWFMVVZGQ2hlZG9DVUdJYklYSUpUTlVVWGZTMUFURkQzNm9nMThJbmZKTjUzT1U2T3EvbGJBb0ZaOGNNZEZFTk5jRlE5b1czaGw4d1prWnMwdG04NFRRYk80a2xUdkVsd0lXWFpCV1IrcU9CR2xFclFSZElHNHcvbHRSRXdKRUs1alFaOXVsYVpyUENORjhKclpicUtwVXlzMXE3QlNYcnNNcTV6THA1bVR6V29QQWVGZlU3K1ArajZycXo4aStwbDllMUJqTEIwbkxrcjhzMFhaQjNvUGhjNFlCMU1LQkxBWCtucWQ3d1NRNUxLaUtyK1VmNDl1cCs3YkNEa3hIZ0pFekJ3UUJBVFdicW5vUnF0OWdOaDhkeHhXbXE4Zm93L0QxM2xFbFRBRUlJTXlzeE1DT3ZmK010dFJxSUxNUU9uY2JNcUFLS09uMWZveEk2cVBSR1VlSHZBOXFCdHF1UE1UZUpvVGxEblFZelNQY1MybXlXSklHcHVwRzRobXUreWpqc1hDdHNjUVlMZFJSai8zWERzL0M4WUdhbnEyLzluZE43NG1zYUJuOHlSa2dtbE9MSFRQcCswMisrVnF3OWMzSjNhSkFSbitHblN0MFpNU29hNDBMZEZOa2JCQkZlQ3M5ZjgzQnpxM2N2K3ptcFcyWjgwUjRpQXF3NXZpejArRVhwOENrNUVJMGFGNVMyaXZRN1hldUppSVo5RmpkNVBuY3laSkEzd0JmU21pd0taeWxyMzgxajhUdUNPcHNueEtyK3hLc2dZVTdYQ0JOK3JwQkI3Ni9rUGRQVGxXazBWYWF0ZjN2VEJOSzBSVlBmRmtpT21YTFpnaG92ajhYMXktLU1xb1c5RmtMdTBET0l5OWo5elRFb3c9PQ%3D%3D--c114d6199b30a82ea45e2ce3a44480d4f9113e49 — 200 — 2.1 KiB — 95 ms — h3https://shopping.mattel.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js — 200 — 7.4 KiB — 32 ms — h3https://a.klaviyo.com/forms/api/v3/geo-ipa.klaviyo.com/forms/api/v3/geo-ip https://a.klaviyo.com/forms/api/v3/geo-ip — 200 — 680 B — 213 ms — h2https://static-forms.klaviyo.com/forms/api/v7/SU4YSV/full-formsstatic-forms.klaviyo.com/forms/api/... https://static-forms.klaviyo.com/forms/api/v7/SU4YSV/full-forms — 200 — 3.0 KiB — 53 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt98aa13075033358a/66f85a5d43c5fa0a678d333e/Nav_Logos_Link-Squad2_ES_2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt98aa13075033358a/66f85a5d43c5fa0a678d333e/Nav_Logos_Link-Squad2_ES_2x.jpg — 200 — 4.6 KiB — 18 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt9abb33e8a9c25926/6669c716242470070cac6346/Shopper_HP_Nav_Logos_Barbie.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt9abb33e8a9c25926/6669c716242470070cac6346/Shopper_HP_Nav_Logos_Barbie.jpg — 200 — 3.1 KiB — 20 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltae71c58aae8730b4/66fd6aeeea1164253f66c323/Brand_Bar_Logo_Barney.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltae71c58aae8730b4/66fd6aeeea1164253f66c323/Brand_Bar_Logo_Barney.png — 200 — 7.5 KiB — 22 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt2e168719e4112e92/64cd793b238aa5698f357f84/Nav_Logos_Disney-Frozen@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt2e168719e4112e92/64cd793b238aa5698f357f84/Nav_Logos_Disney-Frozen@2x.jpg — 200 — 3.6 KiB — 24 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt72808274fe4864ea/64e62c1cf1ac3d7366f8f73c/Nav_Logos_Princesses_ES@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt72808274fe4864ea/64e62c1cf1ac3d7366f8f73c/Nav_Logos_Princesses_ES@2x.jpg — 200 — 3.2 KiB — 25 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltd403bc08adbc6ad9/64e3dd6bbce87890d6628c9b/Nav_Logos_Enchantimals@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltd403bc08adbc6ad9/64e3dd6bbce87890d6628c9b/Nav_Logos_Enchantimals@2x.jpg — 200 — 3.5 KiB — 35 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltb1ee140d022be856/67dc489e0c6f5548e91fc213/Fisher_Price_Logo139x58_2025.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/bltb1ee140d022be856/67dc489e0c6f5548e91fc213/Fisher_Price_Logo139x58_2025.png — 200 — 3.3 KiB — 36 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt81b8a0a70e60b3c9/6792590281dcb18c5e60c11d/Shopper_Brand-Nav_Brick-Shop@2x.pngimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt81b8a0a70e60b3c9/6792590281dcb18c5e60c11d/Shopper_Brand-Nav_Brick-Shop@2x.png — 200 — 2.8 KiB — 38 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt5f5617f71081b3e5/64cd793b1072f02a273f1a15/Nav_Logos_Hot-Wheels@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt5f5617f71081b3e5/64cd793b1072f02a273f1a15/Nav_Logos_Hot-Wheels@2x.jpg — 200 — 2.8 KiB — 39 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt8ba112edce195f06/64e2cbec583a2dc5b20830e7/Nav_Logos_Imaginext@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt8ba112edce195f06/64e2cbec583a2dc5b20830e7/Nav_Logos_Imaginext@2x.jpg — 200 — 2.6 KiB — 40 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt8f640d5ffdce5ad0/64cd793b1072f039bf3f1a11/Nav_Logos_Little-People@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt8f640d5ffdce5ad0/64cd793b1072f039bf3f1a11/Nav_Logos_Little-People@2x.jpg — 200 — 3.5 KiB — 41 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt42a025567c269ba9/64e2cbeccdda18a8092258d6/Nav_Logos_MOTU@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt42a025567c269ba9/64e2cbeccdda18a8092258d6/Nav_Logos_MOTU@2x.jpg — 200 — 4.3 KiB — 42 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt897a4a9f3046f1b3/64e3de4caa596e41a4819434/Nav_Logos_Minecraft@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt897a4a9f3046f1b3/64e3de4caa596e41a4819434/Nav_Logos_Minecraft@2x.jpg — 200 — 3.7 KiB — 43 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt782b9e656b459452/64cd7932bfb671cebc6bf929/Nav_Logos_Monster-High@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt782b9e656b459452/64cd7932bfb671cebc6bf929/Nav_Logos_Monster-High@2x.jpg — 200 — 3.2 KiB — 45 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt44c4c6602e58f966/68407d5564e286cc18bc69b0/Nav_Logos_Polly-Pocket2025@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt44c4c6602e58f966/68407d5564e286cc18bc69b0/Nav_Logos_Polly-Pocket2025@2x.jpg — 200 — 4.4 KiB — 46 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blta753f177a4c5ae9d/64cd7932c5b4be2cbca6ec21/Nav_Logos_UNO@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blta753f177a4c5ae9d/64cd7932c5b4be2cbca6ec21/Nav_Logos_UNO@2x.jpg — 200 — 3.5 KiB — 47 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt2911390b5e1d17a9/64cd793288b3c94a0be77147/Nav_Logos_WWE@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt2911390b5e1d17a9/64cd793288b3c94a0be77147/Nav_Logos_WWE@2x.jpg — 200 — 2.3 KiB — 48 ms — h2https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt6360675e5c490293/64e2cbeca6f2c14a7347458a/Nav_Logos_All-Brands_ES-ES@2x.jpgimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,c_scale/f_auto/q_auto:low/shop-contentstack/blt6360675e5c490293/64e2cbeca6f2c14a7347458a/Nav_Logos_All-Brands_ES-ES@2x.jpg — 200 — 3.1 KiB — 56 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.4bf11aa64a4ba2568a3b.jsstatic-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.4bf11aa64a4ba2568a3b.js — 200 — 4.5 KiB — 3 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~ClientStore~~onsite-back-in-stock.d095d93e14859373a01c.jsstatic-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~ClientStore~~onsite-back-in-stock.d095d93e14859373a01c.js — 200 — 4.2 KiB — 20 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~ClientStore~.2de4fecba8a3d8d1f45f.jsstatic-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/default~Render~ClientStore~.2de4fecba8a3d8d1f45f.js — 200 — 19.8 KiB — 70 ms — h2https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/ClientStore.6ddd25a5be2d0e002c30.jsstatic-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/ClientStore.6ddd25a5be2d0e002c30.js — 200 — 3.3 KiB — 70 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 369 B — 107 ms — h2https://shopping.mattel.com/es-es/products/uno-junior-dreamworks-la-casa-de-munecas-de-gabby-jlh17-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-junior-dreamworks-la-casa-de-munecas-de-gabby-jlh17-es-es?view=json — 200 — 4.1 KiB — 85 ms — h3https://shopping.mattel.com/es-es/products/mattel-uno-rojo-rubi-80-aniversario-jgk30-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mattel-uno-rojo-rubi-80-aniversario-jgk30-es-es?view=json — 200 — 4.1 KiB — 267 ms — h3https://shopping.mattel.com/es-es/products/juego-de-cartas-jurassic-world-rebirth-de-uno-jft28-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/juego-de-cartas-jurassic-world-rebirth-de-uno-jft28-es-es?view=json — 200 — 3.7 KiB — 177 ms — h3https://shopping.mattel.com/es-es/products/uno-show-em-no-mercy-juego-de-cartas-hxt57-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-show-em-no-mercy-juego-de-cartas-hxt57-es-es?view=json — 200 — 3.9 KiB — 99 ms — h3https://shopping.mattel.com/es-es/products/uno-disney-lilo-y-stitch-juego-de-cartas-jcc10-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-disney-lilo-y-stitch-juego-de-cartas-jcc10-es-es?view=json — 200 — 3.7 KiB — 192 ms — h3https://shopping.mattel.com/es-es/products/uno-teams-hxt58-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-teams-hxt58-es-es?view=json — 200 — 3.7 KiB — 104 ms — h3https://shopping.mattel.com/es-es/products/uno-show-em-no-mercy-hwv18-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-show-em-no-mercy-hwv18-es-es?view=json — 200 — 3.9 KiB — 158 ms — h3https://shopping.mattel.com/es-es/products/uno-the-amazing-spider-man-hxy08-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-the-amazing-spider-man-hxy08-es-es?view=json — 200 — 3.8 KiB — 170 ms — h3https://shopping.mattel.com/es-es/products/rock-em-sock-em-robots-cartas-de-boxeo-htw64-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/rock-em-sock-em-robots-cartas-de-boxeo-htw64-es-es?view=json — 200 — 3.9 KiB — 105 ms — h3https://shopping.mattel.com/es-es/products/uno-quatro-hpf82-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/uno-quatro-hpf82-es-es?view=json — 200 — 3.5 KiB — 89 ms — h3https://shopping.mattel.com/es-es/products/imaginext-jurassic-world-vehiculo-de-caza-transformable-conjunto-de-juego-jkf46-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/imaginext-jurassic-world-vehiculo-de-caza-transformable-conjunto-de-juego-jkf46-es-es?view=json — 200 — 4.1 KiB — 200 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-barbacoa-de-actividades-del-bosque-de-la-amistad-jlb82-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-barbacoa-de-actividades-del-bosque-de-la-amistad-jlb82-es-es?view=json — 200 — 4.0 KiB — 106 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-little-people-disney-jr-tren-musical-de-mickey-y-minnie-jkb04-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-little-people-disney-jr-tren-musical-de-mickey-y-minnie-jkb04-es-es?view=json — 200 — 4.0 KiB — 199 ms — h3https://shopping.mattel.com/es-es/products/imaginext-toy-story-camion-de-pizza-planet-con-buzz-lightyear-y-alienigena-conjunto-de-juego-jlc36-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/imaginext-toy-story-camion-de-pizza-planet-con-buzz-lightyear-y-alienigena-conjunto-de-juego-jlc36-es-es?view=json — 200 — 4.1 KiB — 198 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-little-people-mi-mario-bowsers-airship-jhg62-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-little-people-mi-mario-bowsers-airship-jhg62-es-es?view=json — 200 — 4.0 KiB — 157 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-autobus-con-numeritos-encajables-jkg34-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-autobus-con-numeritos-encajables-jkg34-es-es?view=json — 200 — 1.2 KiB — 99 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-kit-medico-hyh26-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-kit-medico-hyh26-es-es?view=json — 200 — 4.0 KiB — 85 ms — h3https://shopping.mattel.com/es-es/products/mega-bloks-tren-abc-musical-fwk22-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/mega-bloks-tren-abc-musical-fwk22-es-es?view=json — 200 — 1.2 KiB — 86 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-tarta-de-madera-jgr82-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-tarta-de-madera-jgr82-es-es?view=json — 200 — 3.9 KiB — 183 ms — h3https://shopping.mattel.com/es-es/products/fisher-price-rompecabezas-de-animales-de-madera-jfg10-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/fisher-price-rompecabezas-de-animales-de-madera-jfg10-es-es?view=json — 200 — 3.9 KiB — 141 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 104 ms — h2https://shopping.mattel.com/services/login_with_shop/buyer/finalizeshopping.mattel.com/services/login_... https://shopping.mattel.com/services/login_with_shop/buyer/finalize — 200 — 1.8 KiB — 79 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 77 ms — h2https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batchshopping.mattel.com/.well-known/sho... https://shopping.mattel.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 140 ms — h3https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/onsite-triggering-v2.e7b9a662b5ca75f8770f.jsstatic-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-019948276f5166670cb8f0c64d12207c8fab7513/onsite-triggering-v2.e7b9a662b5ca75f8770f.js — 200 — 6.9 KiB — 3 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 36 ms — h2https://shopping.mattel.com/es-es/products/hot-wheels-mario-kart-moto-teledirigida-jml15-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-mario-kart-moto-teledirigida-jml15-es-es?view=json — 200 — 3.9 KiB — 139 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-rc-aston-martin-vantage-vehiculo-a-escala-164-jhw59-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-rc-aston-martin-vantage-vehiculo-a-escala-164-jhw59-es-es?view=json — 200 — 4.3 KiB — 159 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-ataque-del-gorila-feroz-jhl92-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-ataque-del-gorila-feroz-jhl92-es-es?view=json — 200 — 4.2 KiB — 100 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-stunt-tracks-ciclon-de-lanzamiento-rapido-jhk73-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-stunt-tracks-ciclon-de-lanzamiento-rapido-jhk73-es-es?view=json — 200 — 4.1 KiB — 99 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-superrescate-en-el-parque-de-bomberos-jhl95-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-superrescate-en-el-parque-de-bomberos-jhl95-es-es?view=json — 200 — 1.2 KiB — 105 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-racing-formula-1-linea-de-salida-jkm88-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-racing-formula-1-linea-de-salida-jkm88-es-es?view=json — 200 — 1.2 KiB — 108 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-torre-comisaria-de-policia-jhl74-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-torre-comisaria-de-policia-jhl74-es-es?view=json — 200 — 4.0 KiB — 139 ms — h3https://shopping.mattel.com/es-es/products/disney-y-pixar-cars-pista-de-carreras-acrobaticas-copa-piston-conjunto-de-juego-jhl42-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/disney-y-pixar-cars-pista-de-carreras-acrobaticas-copa-piston-conjunto-de-juego-jhl42-es-es?view=json — 200 — 4.2 KiB — 107 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-city-shark-chomp-beach-jhl96-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-city-shark-chomp-beach-jhl96-es-es?view=json — 200 — 1.2 KiB — 102 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-monster-trucks-snake-slam-takedown-conjunto-de-juego-jjn44-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-monster-trucks-snake-slam-takedown-conjunto-de-juego-jjn44-es-es?view=json — 200 — 4.2 KiB — 196 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 93 B — 38 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 96 ms — h3https://wtb-api-hub.swaven.com/cache/wtb/v2/api/conf/67cf51e3e2fa750f090c0e68wtb-api-hub.swaven.com/cache/wtb/v2... https://wtb-api-hub.swaven.com/cache/wtb/v2/api/conf/67cf51e3e2fa750f090c0e68 — 200 — 2.9 KiB — 10 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 72 B — 36 ms — h2https://widgets.swaven.com/awe/1/679d359/std/index.htmlwidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/index.html — 200 — 2.6 KiB — 17 ms — h3https://widgets.swaven.com/awe/1/679d359/std/vue.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/vue.js — 200 — 55.6 KiB — 33 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/utils.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/utils.js — 200 — 5.0 KiB — 20 ms — h3https://widgets.swaven.com/awe/1/679d359/style/default.csswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/style/default.css — 200 — 7.9 KiB — 8 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/hostCom.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/hostCom.js — 200 — 1014 B — 17 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/appInit.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/appInit.js — 200 — 3.8 KiB — 15 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/mapping.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/mapping.js — 200 — 1.8 KiB — 15 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/daco.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/daco.js — 200 — 5.9 KiB — 15 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/i18n.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/i18n.js — 200 — 2.7 KiB — 25 ms — h3https://widgets.swaven.com/awe/1/679d359/std/js/app.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/js/app.js — 200 — 12.3 KiB — 28 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/swaven-link/swaven-link.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/swaven-link/swaven-link.js — 200 — 931 B — 28 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/termsofuse/termsofuse.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/termsofuse/termsofuse.js — 200 — 1.1 KiB — 30 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/warning/warning.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/warning/warning.js — 200 — 1019 B — 29 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/errmon/errmon.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/errmon/errmon.js — 200 — 1.1 KiB — 27 ms — h3https://shopping.mattel.com/es-es/products/masters-of-the-universe-origins-pack-de-2-jfx04-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/masters-of-the-universe-origins-pack-de-2-jfx04-es-es?view=json — 200 — 4.3 KiB — 174 ms — h3https://shopping.mattel.com/es-es/products/muneca-barbie-coleccionable-de-la-coleccion-dia-de-muertos-2025-de-barbie-signature-jbj05-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/muneca-barbie-coleccionable-de-la-coleccion-dia-de-muertos-2025-de-barbie-signature-jbj05-es-es?view=json — 200 — 4.1 KiB — 140 ms — h3https://shopping.mattel.com/es-es/products/muneco-ken-coleccionable-de-la-coleccion-dia-de-muertos-2025-de-barbie-signature-jbj06-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/muneco-ken-coleccionable-de-la-coleccion-dia-de-muertos-2025-de-barbie-signature-jbj06-es-es?view=json — 200 — 4.2 KiB — 182 ms — h3https://shopping.mattel.com/es-es/products/supercaravana-del-club-chelsea-de-barbie-fxg90-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/supercaravana-del-club-chelsea-de-barbie-fxg90-es-es?view=json — 200 — 5.4 KiB — 172 ms — h3https://shopping.mattel.com/es-es/products/barbie-muneca-80-aniversario-de-mattel-jbj18-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-muneca-80-aniversario-de-mattel-jbj18-es-es?view=json — 200 — 4.1 KiB — 95 ms — h3https://shopping.mattel.com/es-es/products/barbie-muneca-80-aniversario-de-mattel-jbj17-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/barbie-muneca-80-aniversario-de-mattel-jbj17-es-es?view=json — 200 — 4.2 KiB — 147 ms — h3https://shopping.mattel.com/es-es/products/disney-princesas-cenicienta-fiesta-de-cumpleanos-muneca-jcr78-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/disney-princesas-cenicienta-fiesta-de-cumpleanos-muneca-jcr78-es-es?view=json — 200 — 3.9 KiB — 163 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-premium-formula-1-coche-de-carreras-hrv11-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-premium-formula-1-coche-de-carreras-hrv11-es-es?view=json — 200 — 4.1 KiB — 181 ms — h3https://shopping.mattel.com/es-es/products/matchbox-coches-premion-de-coleccion-gbj48-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/matchbox-coches-premion-de-coleccion-gbj48-es-es?view=json — 200 — 4.2 KiB — 181 ms — h3https://shopping.mattel.com/es-es/products/hot-wheels-conjunto-de-pista-coches-de-juguete-jdy16-es-es?view=jsonshopping.mattel.com/es-es/products/... https://shopping.mattel.com/es-es/products/hot-wheels-conjunto-de-pista-coches-de-juguete-jdy16-es-es?view=json — 200 — 4.0 KiB — 175 ms — h3https://consent.trustarc.com/notice?domain=mattel.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&irmc=irmlink&pn=1-0&pcookieconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=mattel.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&irmc=irmlink&pn=1-0&pcookie — 200 — 6.9 KiB — 82 ms — h2https://shopping.mattel.com/api/unstable/graphql.jsonshopping.mattel.com/api/unstable/gr... https://shopping.mattel.com/api/unstable/graphql.json — 200 — 1.9 KiB — 68 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TDJC8ZC&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TDJC8ZC&gtg_health=1 — 200 — 392 B — 79 ms — h2https://widgets.swaven.com/awe/templates/default/_classic/template.htmlwidgets.swaven.com/awe/templates/de... https://widgets.swaven.com/awe/templates/default/_classic/template.html — 200 — 6.8 KiB — 4 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/autocomplete/autocomplete.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/autocomplete/autocomplete.js — 200 — 1.8 KiB — 14 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/carousel/carousel.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/carousel/carousel.js — 200 — 3.1 KiB — 15 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/map/map.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/map/map.js — 200 — 6.4 KiB — 40 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/product-dropdown/product-dropdown.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/product-dropdown/product-dropdown.js — 200 — 1.7 KiB — 40 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/product-slider/product-slider.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/product-slider/product-slider.js — 200 — 3.5 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/dropdown/dropdown.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/dropdown/dropdown.js — 200 — 2.2 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/facets-logic/facets-logic.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/facets-logic/facets-logic.js — 200 — 1.6 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/product-search/product-search.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/product-search/product-search.js — 200 — 2.4 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/catalog-selector/catalog-selector.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/catalog-selector/catalog-selector.js — 200 — 1.5 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/collapser/collapser.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/collapser/collapser.js — 200 — 848 B — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/loader/loader.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/loader/loader.js — 200 — 834 B — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/opening-hours/opening-hours.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/opening-hours/opening-hours.js — 200 — 1.6 KiB — 41 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/multi-offers/multi-offers.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/multi-offers/multi-offers.js — 200 — 1002 B — 40 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/class-of-trade-filters/class-of-trade-filters.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/class-of-trade-filters/class-of-trade-filters.js — 200 — 1018 B — 39 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/a11y-announcer/a11y-announcer.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/a11y-announcer/a11y-announcer.js — 200 — 887 B — 48 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/avails-tab-view/avails-tab-view.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/avails-tab-view/avails-tab-view.js — 200 — 4.2 KiB — 44 ms — h3https://widgets.swaven.com/awe/1/679d359/std/components/ac-announcer/ac-announcer.jswidgets.swaven.com/awe/1/679d359/st... https://widgets.swaven.com/awe/1/679d359/std/components/ac-announcer/ac-announcer.js — 200 — 1022 B — 55 ms — h3https://widgets.swaven.com/awe/templates/default/_classic/74ee401/style.csswidgets.swaven.com/awe/templates/de... https://widgets.swaven.com/awe/templates/default/_classic/74ee401/style.css — 200 — 5.1 KiB — 4 ms — h3https://consent.trustarc.com/analytics?action=0&domain=mattel.com&implied=0&session=21680ae6c179450aa1aa3222038f2114&new=1&referer=https://shopping.mattel.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=mattel.com&implied=0&session=21680ae6c179450aa1aa3222038f2114&new=1&referer=https://shopping.mattel.com — 200 — 465 B — 41 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-1729consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 — 200 — 36.4 KiB — 5 ms — h2https://consent.trustarc.com/get?name=crossdomain.html&domain=mattel.comconsent.trustarc.com/get?name=cross... https://consent.trustarc.com/get?name=crossdomain.html&domain=mattel.com — 200 — 1.4 KiB — 7 ms — h2https://widgets.swaven.com/awe/templates/default/_classic/74ee401/i18nLabels.min.jswidgets.swaven.com/awe/templates/de... https://widgets.swaven.com/awe/templates/default/_classic/74ee401/i18nLabels.min.js — 200 — 9.1 KiB — 17 ms — h3https://widgets.swaven.com/awe/1/679d359/texts/es.jsonwidgets.swaven.com/awe/1/679d359/te... https://widgets.swaven.com/awe/1/679d359/texts/es.json — 200 — 2.5 KiB — 16 ms — h3https://fonts.googleapis.com/css2?family=Work+Sans&display=swapfonts.googleapis.com/css2?family=Wo... https://fonts.googleapis.com/css2?family=Work+Sans&display=swap — 200 — 953 B — 77 ms — h2https://img.static-swaven.com/v7/http://content.static-swaven.com/placeholder.png?width=500&org_if_sml=1&ci_url_encoded=1img.static-swaven.com/v7/http://con... https://img.static-swaven.com/v7/http://content.static-swaven.com/placeholder.png?width=500&org_if_sml=1&ci_url_encoded=1 — 200 — 10.3 KiB — 69 ms — h2https://content.static-swaven.com/img/logos/2023/mikmak-favicon-teal.pngcontent.static-swaven.com/img/logos... https://content.static-swaven.com/img/logos/2023/mikmak-favicon-teal.png — 200 — 5.3 KiB — 78 ms — h2https://trace.swaven.com/log/pv?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968651&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&auto=1&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=858&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-estrace.swaven.com/log/pv?wtbid=67cf5... https://trace.swaven.com/log/pv?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968651&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&auto=1&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=858&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 101 B — 185 ms — h2https://trk2-wtb.swaven.com/px.png?action=pv&wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968651&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&auto=1&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=858&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-estrk2-wtb.swaven.com/px.png?action=p... https://trk2-wtb.swaven.com/px.png?action=pv&wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968651&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&auto=1&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=858&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 432 B — 73 ms — h2https://trace.swaven.com/log/initMetrics?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968664&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&loadTime=660&cpus=4&intersectionObs=1&perf_appInit=160&memory=8&perf_conf=10&perf_ifr=191&perf_loader=496&perf_switch=4&perf_mount=82&perf_template=5&log=1&ts=872&build=679d359&buildName=std&setupVersion=2&safeframe=0&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-estrace.swaven.com/log/initMetrics?wt... https://trace.swaven.com/log/initMetrics?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811968664&lang=es&area=main&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&loadTime=660&cpus=4&intersectionObs=1&perf_appInit=160&memory=8&perf_conf=10&perf_ifr=191&perf_loader=496&perf_switch=4&perf_mount=82&perf_template=5&log=1&ts=872&build=679d359&buildName=std&setupVersion=2&safeframe=0&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 100 B — 185 ms — h2https://content.static-swaven.com/upload/ops/67730dd6d0e3b60f1039cd94/MattyMattel%C2%AESans-Regular_677944f.woff2content.static-swaven.com/upload/op... https://content.static-swaven.com/upload/ops/67730dd6d0e3b60f1039cd94/MattyMattel%C2%AESans-Regular_677944f.woff2 — 200 — 46.4 KiB — 74 ms — h2https://consent.trustarc.com/analytics?action=7&domain=mattel.com&implied=0&session=21680ae6c179450aa1aa3222038f2114&new=1&referer=https://shopping.mattel.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=7&domain=mattel.com&implied=0&session=21680ae6c179450aa1aa3222038f2114&new=1&referer=https://shopping.mattel.com — 200 — 464 B — 39 ms — h2https://consent-pref.trustarc.com/?type=mattel_prod_v6&layout=gdpr&site=mattel.com&country=fr&action=notice&locale=en&behavior=expressed&gtm=1&autoblock=true&ostype=mobile&behaviorManager=eu&irm=false&from=https://consent.trustarc.com/&session=21680ae6-c179-450a-a1aa-3222038f2114&userType=NEWconsent-pref.trustarc.com/?type=mat... https://consent-pref.trustarc.com/?type=mattel_prod_v6&layout=gdpr&site=mattel.com&country=fr&action=notice&locale=en&behavior=expressed&gtm=1&autoblock=true&ostype=mobile&behaviorManager=eu&irm=false&from=https://consent.trustarc.com/&session=21680ae6-c179-450a-a1aa-3222038f2114&userType=NEW — 200 — 2.2 KiB — 79 ms — h2https://shopping.mattel.com/api/unstable/graphql.jsonshopping.mattel.com/api/unstable/gr... https://shopping.mattel.com/api/unstable/graphql.json — 200 — 1.5 KiB — 69 ms — h3https://fonts.gstatic.com/s/worksans/v24/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2 — 200 — 19.5 KiB — 32 ms — h3https://consent-pref.trustarc.com/defaultpreferencemanager/defaultpreferencemanager.nocache.js?nocacheconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/defaultpreferencemanager.nocache.js?nocache — 200 — 7.2 KiB — 43 ms — h2https://consent-st.trustarc.com/get?name=combined_static_cm_minified.jsconsent-st.trustarc.com/get?name=co... https://consent-st.trustarc.com/get?name=combined_static_cm_minified.js — 200 — 4.8 KiB — 37 ms — h2https://consent-pref.trustarc.com/images/loading.gifconsent-pref.trustarc.com/images/lo... https://consent-pref.trustarc.com/images/loading.gif — 200 — 3.0 KiB — 3 ms — h2https://consent-pref.trustarc.com/defaultpreferencemanager/E657C59F77C9120AD9647EAA88C9573C.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/E657C59F77C9120AD9647EAA88C9573C.cache.js — 200 — 24.6 KiB — 4 ms — h2https://cdn.shopify.com/proxy/6972a3ef9b064bcc38fedb2780f4bf63a296e6eb7e456e6798e791c3ef233b48/static.cdn.printful.com/static/js/external/shopify-product-customizer.js?v=0.28&shop=prod-emea-mattel.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMAcdn.shopify.com/proxy/6972a3ef9b064... https://cdn.shopify.com/proxy/6972a3ef9b064bcc38fedb2780f4bf63a296e6eb7e456e6798e791c3ef233b48/static.cdn.printful.com/static/js/external/shopify-product-customizer.js?v=0.28&shop=prod-emea-mattel.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA — 200 — 4.7 KiB — 73 ms — h2https://consent-pref.trustarc.com/EuPreferenceManager.cssconsent-pref.trustarc.com/EuPrefere... https://consent-pref.trustarc.com/EuPreferenceManager.css — 200 — 7.4 KiB — 3 ms — h2https://shopping.mattel.com/cdn/shop/t/254/assets/favicon.ico?v=110056418421416835451775758894shopping.mattel.com/cdn/shop/t/254/... https://shopping.mattel.com/cdn/shop/t/254/assets/favicon.ico?v=110056418421416835451775758894 — 200 — 4.8 KiB — 34 ms — h3https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/29.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/29.cache.js — 200 — 129.7 KiB — 6 ms — h2https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/1.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/1.cache.js — 200 — 12.1 KiB — 5 ms — h2https://consent-pref.trustarc.com/trustarc/adv-cm/v2/full-configuration?type=mattel_prod_v6&layout=gdpr&locale=en&site=mattel.com&country=frconsent-pref.trustarc.com/trustarc/... https://consent-pref.trustarc.com/trustarc/adv-cm/v2/full-configuration?type=mattel_prod_v6&layout=gdpr&locale=en&site=mattel.com&country=fr — 200 — 63.6 KiB — 39 ms — h2https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/2.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/2.cache.js — 200 — 910 B — 2 ms — h2https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/6.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/6.cache.js — 200 — 5.0 KiB — 5 ms — h2https://consent.trustarc.com/get?name=Powered-By-TrustArc.pngconsent.trustarc.com/get?name=Power... https://consent.trustarc.com/get?name=Powered-By-TrustArc.png — 200 — 2.2 KiB — 3 ms — h2https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/26.cache.jsconsent-pref.trustarc.com/defaultpr... https://consent-pref.trustarc.com/defaultpreferencemanager/deferredjs/E657C59F77C9120AD9647EAA88C9573C/26.cache.js — 200 — 7.6 KiB — 3 ms — h2https://consent.trustarc.com/get?name=mattel-logo.pngconsent.trustarc.com/get?name=matte... https://consent.trustarc.com/get?name=mattel-logo.png — 200 — 37.4 KiB — 7 ms — h2https://consent-pref.trustarc.com/images/gpc-check.svgconsent-pref.trustarc.com/images/gp... https://consent-pref.trustarc.com/images/gpc-check.svg — 200 — 950 B — 4 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-Regular.ttf — 200 — 106.3 KiB — 13 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-Bold.ttf — 200 — 105.9 KiB — 15 ms — h2https://consent-pref.trustarc.com/images/loader.gifconsent-pref.trustarc.com/images/lo... https://consent-pref.trustarc.com/images/loader.gif — 200 — 2.2 KiB — 4 ms — h2https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttfconsent.trustarc.com/get?name=Sourc... https://consent.trustarc.com/get?name=SourceSansPro-SemiBold.ttf — 200 — 106.0 KiB — 11 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/ueclw3cg1qih4zydxdcl_36222c97-1deb-4b34-a1e7-3c6bb46ea28a.jpg?v=1773954351images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/ueclw3cg1qih4zydxdcl_36222c97-1deb-4b34-a1e7-3c6bb46ea28a.jpg?v=1773954351 — 200 — 12.9 KiB — 17 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/kzzbbh0goxtfkvq5dmp0.jpg?v=1773355577images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/kzzbbh0goxtfkvq5dmp0.jpg?v=1773355577 — 200 — 7.7 KiB — 18 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/nghjtsot3smyftlk9ybs.jpg?v=1773355576images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/nghjtsot3smyftlk9ybs.jpg?v=1773355576 — 200 — 7.0 KiB — 19 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/pno9irvxfg8m764dbiz9.jpg?v=1773355575images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/pno9irvxfg8m764dbiz9.jpg?v=1773355575 — 200 — 8.9 KiB — 43 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/msv0gos6a5eivfufku9t.jpg?v=1773355574images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/msv0gos6a5eivfufku9t.jpg?v=1773355574 — 200 — 8.4 KiB — 63 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/tym9bgqdol9ewa9l9mrg.jpg?v=1773355573images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/tym9bgqdol9ewa9l9mrg.jpg?v=1773355573 — 200 — 6.5 KiB — 44 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/4cc73c2764dc30e1495a3310098800f343c8fdf9_16a8c575-8a1d-4c9b-a359-0f48925f3b20.jpg?v=1772575942images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/4cc73c2764dc30e1495a3310098800f343c8fdf9_16a8c575-8a1d-4c9b-a359-0f48925f3b20.jpg?v=1772575942 — 200 — 10.0 KiB — 45 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6e24fbbe621251e17e25a66aa31464108c8610ae.jpg?v=1772575941images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6e24fbbe621251e17e25a66aa31464108c8610ae.jpg?v=1772575941 — 200 — 16.9 KiB — 125 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/20312a285abde846787854b0af06b65be767b82c_1b5e1392-6f08-48f7-ab83-c0428e52395c.jpg?v=1772575938images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/20312a285abde846787854b0af06b65be767b82c_1b5e1392-6f08-48f7-ab83-c0428e52395c.jpg?v=1772575938 — 200 — 14.0 KiB — 99 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/2921a0b31d396398119d4ddb518e5f6039927a93_c3ffb537-be3e-4ded-8fbc-f6969c95fc05.jpg?v=1770323192images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/2921a0b31d396398119d4ddb518e5f6039927a93_c3ffb537-be3e-4ded-8fbc-f6969c95fc05.jpg?v=1770323192 — 200 — 9.6 KiB — 101 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6ea436a740d0d136e5143f973f4e78a63bac2502.jpg?v=1772575919images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6ea436a740d0d136e5143f973f4e78a63bac2502.jpg?v=1772575919 — 200 — 4.6 KiB — 60 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/8a59748aa0f825ccc1f436d1a68b02fc92806f0a_47bfb93d-509c-46de-add9-f708eabc2158.jpg?v=1772575918images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/8a59748aa0f825ccc1f436d1a68b02fc92806f0a_47bfb93d-509c-46de-add9-f708eabc2158.jpg?v=1772575918 — 200 — 8.8 KiB — 99 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/2e0595849054688fe2e2155b35a50852b92882df.jpg?v=1769466950images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/2e0595849054688fe2e2155b35a50852b92882df.jpg?v=1769466950 — 200 — 3.7 KiB — 61 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/7010a898b2c6b203d5b7f719c3fd53e48bb2b14e_5e0d7edd-0d54-422e-b051-97a822f96b6c.jpg?v=1768592171images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/7010a898b2c6b203d5b7f719c3fd53e48bb2b14e_5e0d7edd-0d54-422e-b051-97a822f96b6c.jpg?v=1768592171 — 200 — 6.7 KiB — 62 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/8eb1e6b06898184056e3d53b7a109139ba6e2e96_b29d98f3-2c1f-4a5e-9ab7-18a0ec653115.jpg?v=1766173261images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/8eb1e6b06898184056e3d53b7a109139ba6e2e96_b29d98f3-2c1f-4a5e-9ab7-18a0ec653115.jpg?v=1766173261 — 200 — 5.6 KiB — 76 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/602547f28c1676b248682b77dc84543b4c02563c_ca205ee1-148e-4537-b8c2-82a4b906df63.jpg?v=1766173261images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/602547f28c1676b248682b77dc84543b4c02563c_ca205ee1-148e-4537-b8c2-82a4b906df63.jpg?v=1766173261 — 200 — 7.5 KiB — 78 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/af313563cca673b429e1108accb644f7e975ea3e_39e7655d-165e-4315-b76b-e82b0020fe8b.jpg?v=1766173259images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/af313563cca673b429e1108accb644f7e975ea3e_39e7655d-165e-4315-b76b-e82b0020fe8b.jpg?v=1766173259 — 200 — 4.5 KiB — 99 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/360cacd962369d63a62deb7a1eca3cab925fdba6_0188a007-40a4-4ecf-873b-52f8d3752ecb.jpg?v=1766173257images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/360cacd962369d63a62deb7a1eca3cab925fdba6_0188a007-40a4-4ecf-873b-52f8d3752ecb.jpg?v=1766173257 — 200 — 6.0 KiB — 101 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qchx3cqpciis5qjorood_68a88b5b-8339-44a6-b8be-814f59da97c6.jpg?v=1766173257images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qchx3cqpciis5qjorood_68a88b5b-8339-44a6-b8be-814f59da97c6.jpg?v=1766173257 — 200 — 16.4 KiB — 102 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/22502db11f912899158605f02e4b6975896ce06a_3a93210e-d65b-4a58-9fd9-4e40595fcfbd.jpg?v=1766173256images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/22502db11f912899158605f02e4b6975896ce06a_3a93210e-d65b-4a58-9fd9-4e40595fcfbd.jpg?v=1766173256 — 200 — 7.2 KiB — 105 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5e0f881d5e2359b2c84d9cafedf11df5da904de1.jpg?v=1767369478images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5e0f881d5e2359b2c84d9cafedf11df5da904de1.jpg?v=1767369478 — 200 — 27.0 KiB — 100 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/afdb1c1f04a2ee1811741fb6a65f9c4a2cef856e.jpg?v=1766017866images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/afdb1c1f04a2ee1811741fb6a65f9c4a2cef856e.jpg?v=1766017866 — 200 — 19.5 KiB — 71 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/cgn2uqxymsbeezs9jdge.jpg?v=1754596428images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/cgn2uqxymsbeezs9jdge.jpg?v=1754596428 — 200 — 23.0 KiB — 72 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/uxeu5zwzurha2z5dvyfa_11b6b466-b28a-482e-90fe-f7cebf3472d7.jpg?v=1750189829images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/uxeu5zwzurha2z5dvyfa_11b6b466-b28a-482e-90fe-f7cebf3472d7.jpg?v=1750189829 — 200 — 21.7 KiB — 138 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/bwfzmq89jtv6bb7mloil.png?v=1715842671images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/bwfzmq89jtv6bb7mloil.png?v=1715842671 — 200 — 20.8 KiB — 101 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/niwqcpdxbon9v4j74lou_1bc7ad11-bc85-4381-b2d8-b4050e3a2b7d.jpg?v=1713374434images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/niwqcpdxbon9v4j74lou_1bc7ad11-bc85-4381-b2d8-b4050e3a2b7d.jpg?v=1713374434 — 200 — 12.9 KiB — 102 ms — h2https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/hrm7fxzotp8qcio69ttk_9a375d59-6f72-4544-9ef7-72c480872dbd/mega-bloks-bolsa-de-construccion-deluxe-dch55-es-es.jpg?v=1663756645images.mattel.net/images/w_360,h_36... https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/hrm7fxzotp8qcio69ttk_9a375d59-6f72-4544-9ef7-72c480872dbd/mega-bloks-bolsa-de-construccion-deluxe-dch55-es-es.jpg?v=1663756645 — 200 — 17.1 KiB — 102 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/719dc76c426c571f4152dfa4ad2f70ffbf8a69dc.jpg?v=1772575951images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/719dc76c426c571f4152dfa4ad2f70ffbf8a69dc.jpg?v=1772575951 — 200 — 10.2 KiB — 104 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/b1d418653962da6997e095e82375cf1a99811c6a_fd7c8e15-7010-4329-9af0-8b863338d9e4.jpg?v=1769466967images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/b1d418653962da6997e095e82375cf1a99811c6a_fd7c8e15-7010-4329-9af0-8b863338d9e4.jpg?v=1769466967 — 200 — 11.0 KiB — 104 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/24670a56da54bf407c00d61a1ea798997778f582_4043ad76-46e3-4e34-a917-2158580cf5c0.jpg?v=1769466966images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/24670a56da54bf407c00d61a1ea798997778f582_4043ad76-46e3-4e34-a917-2158580cf5c0.jpg?v=1769466966 — 200 — 15.4 KiB — 105 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/663934a89f163be593d8f7c44527cc43d7b2b23a_aa642ce4-0f0d-4172-9fd2-2e8c9edcbb85.jpg?v=1769466964images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/663934a89f163be593d8f7c44527cc43d7b2b23a_aa642ce4-0f0d-4172-9fd2-2e8c9edcbb85.jpg?v=1769466964 — 200 — 7.3 KiB — 71 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qltk1lgri2tizdocbzis_04fd03ed-995f-4d49-b84a-cbc3bd3cb920.jpg?v=1767815147images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qltk1lgri2tizdocbzis_04fd03ed-995f-4d49-b84a-cbc3bd3cb920.jpg?v=1767815147 — 200 — 10.1 KiB — 120 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/n9uqec8buuce3hfzwulp_f523fa3a-8965-4414-aa68-df002c17eda4.png?v=1754601450images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/n9uqec8buuce3hfzwulp_f523fa3a-8965-4414-aa68-df002c17eda4.png?v=1754601450 — 200 — 14.4 KiB — 105 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/288570df69c0b97ad364633693b1ca3cf077c95f_45b4c64d-aae9-4ffd-a150-581569c1dfdb.jpg?v=1767900925images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/288570df69c0b97ad364633693b1ca3cf077c95f_45b4c64d-aae9-4ffd-a150-581569c1dfdb.jpg?v=1767900925 — 200 — 14.0 KiB — 106 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6acdb44624c1e5f6760dcd266e47b06241e1f440_6a51c0c7-4866-48cd-b04d-2e4cbc55fa48.jpg?v=1767900922images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/6acdb44624c1e5f6760dcd266e47b06241e1f440_6a51c0c7-4866-48cd-b04d-2e4cbc55fa48.jpg?v=1767900922 — 200 — 17.0 KiB — 74 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/b31a302f2ce290824cd83fe65f860e8ee997aa26_fd6c7807-c8e5-4548-8617-c66586dff1f7.jpg?v=1754606230images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/b31a302f2ce290824cd83fe65f860e8ee997aa26_fd6c7807-c8e5-4548-8617-c66586dff1f7.jpg?v=1754606230 — 200 — 22.7 KiB — 109 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/d995cdf4430bd24ea6adb77c9c54c09740dc5ae5_6bd0025c-fa37-4ae4-8385-76cffa2185ad.jpg?v=1760112322images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/d995cdf4430bd24ea6adb77c9c54c09740dc5ae5_6bd0025c-fa37-4ae4-8385-76cffa2185ad.jpg?v=1760112322 — 200 — 11.7 KiB — 110 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/smeg3ppqaj9iyrujtmyk_0ddbdf30-9287-4819-9000-96fca294c87b.jpg?v=1753894303images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/smeg3ppqaj9iyrujtmyk_0ddbdf30-9287-4819-9000-96fca294c87b.jpg?v=1753894303 — 200 — 21.0 KiB — 111 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/jmenqtx7v46x9ofeofc9_b40abcab-879e-47c1-8b9c-20dcfcb51406.png?v=1738013253images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/jmenqtx7v46x9ofeofc9_b40abcab-879e-47c1-8b9c-20dcfcb51406.png?v=1738013253 — 200 — 28.3 KiB — 74 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/iid5wieeugjqiwabjayx_069bcd8d-67a8-4e85-a5e3-e618c4e2f6eb.png?v=1738010366images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/iid5wieeugjqiwabjayx_069bcd8d-67a8-4e85-a5e3-e618c4e2f6eb.png?v=1738010366 — 200 — 27.4 KiB — 138 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/hbh7v8qhnnzwpts2ra6d_199f60c4-3f73-424c-9082-f31f2382f6bd.jpg?v=1736900031images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/hbh7v8qhnnzwpts2ra6d_199f60c4-3f73-424c-9082-f31f2382f6bd.jpg?v=1736900031 — 200 — 26.4 KiB — 139 ms — h2https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/jhypq16aafd0yqm1coyv_82ba9a3f-3be0-4b24-bd58-339571dab4b2/uno-show-em-no-mercy-hwv18-es-es.png?v=1708551231images.mattel.net/images/w_360,h_36... https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/jhypq16aafd0yqm1coyv_82ba9a3f-3be0-4b24-bd58-339571dab4b2/uno-show-em-no-mercy-hwv18-es-es.png?v=1708551231 — 200 — 24.0 KiB — 134 ms — h2https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/ewj4cnp2lb6z4jrmdpwx_4b927856-fcfc-451a-87ac-402136d9fa32/uno-the-amazing-spider-man-hxy08-es-es.png?v=1707523017images.mattel.net/images/w_360,h_36... https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/ewj4cnp2lb6z4jrmdpwx_4b927856-fcfc-451a-87ac-402136d9fa32/uno-the-amazing-spider-man-hxy08-es-es.png?v=1707523017 — 200 — 28.0 KiB — 109 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/wsvw5ipmub6bfibrjfpw_398d06e7-bd2d-4ece-9552-bcc347f6e54b.png?v=1749665143images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/wsvw5ipmub6bfibrjfpw_398d06e7-bd2d-4ece-9552-bcc347f6e54b.png?v=1749665143 — 200 — 33.6 KiB — 110 ms — h2https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/euwhv5efbsl0acc0axdh/uno-quatro-hpf82-es-es.jpg?v=1684156525images.mattel.net/images/w_360,h_36... https://images.mattel.net/images/w_360,h_360,f_auto,c_pad/shop-emea-prod/products/euwhv5efbsl0acc0axdh/uno-quatro-hpf82-es-es.jpg?v=1684156525 — 200 — 30.0 KiB — 111 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/pdx6iudybtf3orogpo4h_8738ab52-bb11-4269-b6a9-e031d6201915.jpg?v=1773243030images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/pdx6iudybtf3orogpo4h_8738ab52-bb11-4269-b6a9-e031d6201915.jpg?v=1773243030 — 200 — 9.3 KiB — 112 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/9d0ca078f6ff9772e98d0b7c06770951de6b4d14_6a9aa932-2c1f-4bd1-b03a-8ffa97fa2e6c.jpg?v=1772575943images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/9d0ca078f6ff9772e98d0b7c06770951de6b4d14_6a9aa932-2c1f-4bd1-b03a-8ffa97fa2e6c.jpg?v=1772575943 — 200 — 7.4 KiB — 114 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5615acd5099e2750c1bb4f38e3b41ec9ce09acdf_d73aa903-adec-494e-851f-36ff9aedf590.jpg?v=1769466945images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5615acd5099e2750c1bb4f38e3b41ec9ce09acdf_d73aa903-adec-494e-851f-36ff9aedf590.jpg?v=1769466945 — 200 — 12.0 KiB — 139 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/e09093f7332b34bf33b454a2ad0d236ff4f1d8e2_2f621fe1-4a5e-4c50-9409-c9ed7da6d3f1.jpg?v=1769466944images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/e09093f7332b34bf33b454a2ad0d236ff4f1d8e2_2f621fe1-4a5e-4c50-9409-c9ed7da6d3f1.jpg?v=1769466944 — 200 — 10.4 KiB — 115 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/c1cc3904af970ab485627a3bba40c8c5c2ebc026_79ac8daa-dd1c-44f1-984c-1f42741d8c8f.jpg?v=1767394004images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/c1cc3904af970ab485627a3bba40c8c5c2ebc026_79ac8daa-dd1c-44f1-984c-1f42741d8c8f.jpg?v=1767394004 — 200 — 15.4 KiB — 116 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/055df42a0fa5e14620b75f37c49b7c1530affe80_3ee7b6bb-8999-4f3b-b437-e23aab187024.jpg?v=1766173255images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/055df42a0fa5e14620b75f37c49b7c1530affe80_3ee7b6bb-8999-4f3b-b437-e23aab187024.jpg?v=1766173255 — 200 — 9.0 KiB — 117 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/1fbc690be4d7f8c861f6661a2e44ff4ff28a2bad.jpg?v=1766017862images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/1fbc690be4d7f8c861f6661a2e44ff4ff28a2bad.jpg?v=1766017862 — 200 — 12.5 KiB — 118 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/c5d93c3dd982998f0b925eabd32c1e9d724579ea_6663426c-7570-4086-99b9-e22f90c5e681.jpg?v=1766001268images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/c5d93c3dd982998f0b925eabd32c1e9d724579ea_6663426c-7570-4086-99b9-e22f90c5e681.jpg?v=1766001268 — 200 — 20.8 KiB — 119 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/25944b77b0aa439595a09669c28c29ae5e1e3b2b_0a2db85f-2ceb-4e08-b884-1964e2cd7d1d.jpg?v=1766001265images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/25944b77b0aa439595a09669c28c29ae5e1e3b2b_0a2db85f-2ceb-4e08-b884-1964e2cd7d1d.jpg?v=1766001265 — 200 — 18.1 KiB — 120 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/bce18200a224ea752a41241fece822c19fa60159_2b005f30-afce-4317-8ba1-c9b34df10d97.jpg?v=1766001263images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/bce18200a224ea752a41241fece822c19fa60159_2b005f30-afce-4317-8ba1-c9b34df10d97.jpg?v=1766001263 — 200 — 7.5 KiB — 121 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/cfazjolztcdbrzkthniq_af3a21e8-58e6-4f5f-af85-7520745f5590.jpg?v=1759417439images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/cfazjolztcdbrzkthniq_af3a21e8-58e6-4f5f-af85-7520745f5590.jpg?v=1759417439 — 200 — 7.2 KiB — 63 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/vhql0cjmpqhnmasdmycg_76f27e3f-43ef-4b5a-8b32-e0efd1d9466b.jpg?v=1757012194images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/vhql0cjmpqhnmasdmycg_76f27e3f-43ef-4b5a-8b32-e0efd1d9466b.jpg?v=1757012194 — 200 — 18.4 KiB — 64 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/wcasmagbr5o8kfswakaq_34af446a-e122-425b-8fd6-4b1058da4cea.jpg?v=1757012194images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/wcasmagbr5o8kfswakaq_34af446a-e122-425b-8fd6-4b1058da4cea.jpg?v=1757012194 — 200 — 15.1 KiB — 68 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qhgp6lkyssdnywkejsqg_0b8b6489-85cd-46dc-ba0d-78490007c35b.jpg?v=1758128987images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/qhgp6lkyssdnywkejsqg_0b8b6489-85cd-46dc-ba0d-78490007c35b.jpg?v=1758128987 — 200 — 12.3 KiB — 69 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/gh3sgyfttxuzmasau8f1_5ea921b8-20f3-468b-9136-ff5506e7738b.jpg?v=1760112321images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/gh3sgyfttxuzmasau8f1_5ea921b8-20f3-468b-9136-ff5506e7738b.jpg?v=1760112321 — 200 — 9.5 KiB — 70 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/khjac6illbxc6zanyw6l_dba523c0-af84-47fc-9146-d93ddfbf0503.jpg?v=1760112322images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/khjac6illbxc6zanyw6l_dba523c0-af84-47fc-9146-d93ddfbf0503.jpg?v=1760112322 — 200 — 9.7 KiB — 122 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/f51ba47f8c78df3908d59a490aed7adb06bf054e.jpg?v=1754606221images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/f51ba47f8c78df3908d59a490aed7adb06bf054e.jpg?v=1754606221 — 200 — 5.3 KiB — 138 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5f780fde4e17c7618b97dc828b4128028050c1ed_31397054-452a-431a-a372-a16d61c7eb0c.jpg?v=1755021025images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/5f780fde4e17c7618b97dc828b4128028050c1ed_31397054-452a-431a-a372-a16d61c7eb0c.jpg?v=1755021025 — 200 — 6.1 KiB — 124 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/vsbtaupcwax4mkwapbhv_3512d556-8115-4acb-89d1-fb161face715.png?v=1754600935images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/vsbtaupcwax4mkwapbhv_3512d556-8115-4acb-89d1-fb161face715.png?v=1754600935 — 200 — 9.3 KiB — 140 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/dlr1ew3uo9ubygbdgq3n_686e06d6-2b6e-408b-83f4-5280cd3dcac0.jpg?v=1754073084images.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/shop-emea-prod/files/dlr1ew3uo9ubygbdgq3n_686e06d6-2b6e-408b-83f4-5280cd3dcac0.jpg?v=1754073084 — 200 — 4.8 KiB — 130 ms — h2https://images.mattel.net/image/upload/w_360,f_auto,c_scale/f_auto/q_auto/shop-contentstack/bltaafb5db7e6ec8319/61e8aecdedd97356355325cc/Spainimages.mattel.net/image/upload/w_36... https://images.mattel.net/image/upload/w_360,f_auto,c_scale/f_auto/q_auto/shop-contentstack/bltaafb5db7e6ec8319/61e8aecdedd97356355325cc/Spain — 200 — 2.3 KiB — 62 ms — h2https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt47b525fe6b30d108/62ccb310e1e8cc357ddc1b73/Mattel_GiftExperiencePopupStep1@2x_302x279_M.jpgimages.contentstack.io/v3/assets/bl... https://images.contentstack.io/v3/assets/blt485dfa12bf05dba5/blt47b525fe6b30d108/62ccb310e1e8cc357ddc1b73/Mattel_GiftExperiencePopupStep1@2x_302x279_M.jpg — 200 — 110.2 KiB — 40 ms — h2https://cdn.shopify.com/s/files/1/0612/7563/5954/files/kbatir0ny2baqzixvzyi_4f5dd847-f8a8-4219-a446-0435d38a0bc7.png?v=1659423923cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/kbatir0ny2baqzixvzyi_4f5dd847-f8a8-4219-a446-0435d38a0bc7.png?v=1659423923 — 200 — 218.2 KiB — 93 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 47 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 44 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/polyfills.CgsWKOqO.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/polyfills.CgsWKOqO.js — 200 — 18.2 KiB — 34 ms — h3https://images.mattel.net/image/upload/shop-contentstack/bltb04473ee62264e00/695bd79ee46d7715c0c3339c/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_852x852_M.gifimages.mattel.net/image/upload/shop... https://images.mattel.net/image/upload/shop-contentstack/bltb04473ee62264e00/695bd79ee46d7715c0c3339c/06_Q1Shopper_HP_JanuuaryMosaic_HW_MT_852x852_M.gif — 200 — 239.7 KiB — 16 ms — h2https://cdn.shopify.com/s/files/1/0612/7563/5954/files/MicrosoftTeams-image_35.png?v=1659983687cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/MicrosoftTeams-image_35.png?v=1659983687 — 200 — 31.0 KiB — 53 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/app.CYFN2kSL.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/app.CYFN2kSL.js — 200 — 4.7 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/dist-vendor.BBix-l-F.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/dist-vendor.BBix-l-F.js — 200 — 53.7 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/browser.C7BijP-r.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/browser.C7BijP-r.js — 200 — 70.1 KiB — 35 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/fh9vpcgc7gdlin3rjsda.png?v=1659983688cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/fh9vpcgc7gdlin3rjsda.png?v=1659983688 — 200 — 274.6 KiB — 101 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/uruhd11iuasi5lv1ov30.png?v=1659983688cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/uruhd11iuasi5lv1ov30.png?v=1659983688 — 200 — 187.5 KiB — 99 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-FullScreenBackground.DZ_2LJH0.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-FullScreenBackground.DZ_2LJH0.js — 200 — 103.2 KiB — 38 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-unactionable-errors.DB8CJ7u8.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-unactionable-errors.DB8CJ7u8.js — 200 — 1.7 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/actions-shop-discount-offer.C9Ot5-yB.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/actions-shop-discount-offer.C9Ot5-yB.js — 200 — 1.9 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-alternativePaymentCurrency.CeJsagp9.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-alternativePaymentCurrency.CeJsagp9.js — 200 — 1.7 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shared.CRx-_LRE.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shared.CRx-_LRE.js — 200 — 1.5 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utils-BusinessCustomerShippingAddressManager.Bmi8EOuC.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utils-BusinessCustomerShippingAddressManager.Bmi8EOuC.js — 200 — 3.4 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-shared.B-aB38yL.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-shared.B-aB38yL.js — 200 — 1.5 KiB — 36 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-useHasOrdersFromMultipleShops.Ct9DyTAN.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-useHasOrdersFromMultipleShops.Ct9DyTAN.js — 200 — 329.5 KiB — 73 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/images-flag-icon.C_eXYJRt.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/images-flag-icon.C_eXYJRt.js — 200 — 3.8 KiB — 33 ms — h3https://trace.swaven.com/log/btn?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811969890&lang=es&area=clientdom&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=0194735365029%3A1%2F0194735346479%3A2%2F0194735365036%3A3%2F0194735349692%3A4%2F0194735352265%3A5%2F0194735352272%3A6%2F0194735352401%3A7%2F0194735352104%3A8%2F0194735352296%3A9%2F0194735352135%3A10%2F0194735261352%3A11%2F0194735343652%3A12%2F0194735344017%3A13%2F0194735343591%3A14%2F0194735343553%3A15%2F0194735343942%3A16%2F0194735348510%3A17%2F0194735298624%3A18%2F0194735331390%3A19%2F0194735375691%3A20%2F0194735349043%3A21%2F0194735349050%3A22%2C43%2F0887961675832%3A23%2C45%2F0194735303977%3A24%2F0194735190485%3A25%2F0065541084179%3A26%2F0065541084162%3A27%2F0194735379675%3A28%2F0194735336876%3A29%2F0194735334964%3A30%2F0194735333943%3A31%2F0194735335008%3A32%2F0194735353088%3A33%2F0194735334940%3A34%2F0194735334612%3A35%2F0194735335015%3A36%2F0194735339723%3A37%2F0194735348343%3A38%2F0194735360390%3A39%2F0194735345281%3A40%2F0194735360895%3A41%2F0194735331024%3A42%2F0194735246830%3A44%2F0194735321117%3A46%2F0194735295890%3A47%2F0194735364114%3A48%2F0194735315994%3A49%2F0194735304905%3A50%2F0194735238019%3A51%2F0194735267859%3A52%2F0194735238026%3A53%2F0194735220809%3A54%2F0194735241415%3A55%2F0194735198832%3A56%2F0194735157563%3A57%2F0194735307685%3A58%2F0194735260980%3A59%2F0194735260706%3A60%2F0887961691115%3A61%2F0194735261109%3A62%2F0194735261383%3A63%2F0194735275304%3A64%2F0194735185948%3A65%2F0887961716535%3A66%2F0194735291137%3A67&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&idx=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27%2C28%2C29%2C30%2C31%2C32%2C33%2C34%2C35%2C36%2C37%2C38%2C39%2C40%2C41%2C42%2C43%2C44%2C45%2C46%2C47%2C48%2C49%2C50%2C51%2C52%2C53%2C54%2C55%2C56%2C57%2C58%2C59%2C60%2C61%2C62%2C63%2C64%2C65%2C66%2C67&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=2098&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-estrace.swaven.com/log/btn?wtbid=67cf... https://trace.swaven.com/log/btn?wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811969890&lang=es&area=clientdom&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=0194735365029%3A1%2F0194735346479%3A2%2F0194735365036%3A3%2F0194735349692%3A4%2F0194735352265%3A5%2F0194735352272%3A6%2F0194735352401%3A7%2F0194735352104%3A8%2F0194735352296%3A9%2F0194735352135%3A10%2F0194735261352%3A11%2F0194735343652%3A12%2F0194735344017%3A13%2F0194735343591%3A14%2F0194735343553%3A15%2F0194735343942%3A16%2F0194735348510%3A17%2F0194735298624%3A18%2F0194735331390%3A19%2F0194735375691%3A20%2F0194735349043%3A21%2F0194735349050%3A22%2C43%2F0887961675832%3A23%2C45%2F0194735303977%3A24%2F0194735190485%3A25%2F0065541084179%3A26%2F0065541084162%3A27%2F0194735379675%3A28%2F0194735336876%3A29%2F0194735334964%3A30%2F0194735333943%3A31%2F0194735335008%3A32%2F0194735353088%3A33%2F0194735334940%3A34%2F0194735334612%3A35%2F0194735335015%3A36%2F0194735339723%3A37%2F0194735348343%3A38%2F0194735360390%3A39%2F0194735345281%3A40%2F0194735360895%3A41%2F0194735331024%3A42%2F0194735246830%3A44%2F0194735321117%3A46%2F0194735295890%3A47%2F0194735364114%3A48%2F0194735315994%3A49%2F0194735304905%3A50%2F0194735238019%3A51%2F0194735267859%3A52%2F0194735238026%3A53%2F0194735220809%3A54%2F0194735241415%3A55%2F0194735198832%3A56%2F0194735157563%3A57%2F0194735307685%3A58%2F0194735260980%3A59%2F0194735260706%3A60%2F0887961691115%3A61%2F0194735261109%3A62%2F0194735261383%3A63%2F0194735275304%3A64%2F0194735185948%3A65%2F0887961716535%3A66%2F0194735291137%3A67&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&idx=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27%2C28%2C29%2C30%2C31%2C32%2C33%2C34%2C35%2C36%2C37%2C38%2C39%2C40%2C41%2C42%2C43%2C44%2C45%2C46%2C47%2C48%2C49%2C50%2C51%2C52%2C53%2C54%2C55%2C56%2C57%2C58%2C59%2C60%2C61%2C62%2C63%2C64%2C65%2C66%2C67&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=2098&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 100 B — 42 ms — h2https://trk2-wtb.swaven.com/px.png?action=btn&wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811969890&lang=es&area=clientdom&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=0194735365029%3A1%2F0194735346479%3A2%2F0194735365036%3A3%2F0194735349692%3A4%2F0194735352265%3A5%2F0194735352272%3A6%2F0194735352401%3A7%2F0194735352104%3A8%2F0194735352296%3A9%2F0194735352135%3A10%2F0194735261352%3A11%2F0194735343652%3A12%2F0194735344017%3A13%2F0194735343591%3A14%2F0194735343553%3A15%2F0194735343942%3A16%2F0194735348510%3A17%2F0194735298624%3A18%2F0194735331390%3A19%2F0194735375691%3A20%2F0194735349043%3A21%2F0194735349050%3A22%2C43%2F0887961675832%3A23%2C45%2F0194735303977%3A24%2F0194735190485%3A25%2F0065541084179%3A26%2F0065541084162%3A27%2F0194735379675%3A28%2F0194735336876%3A29%2F0194735334964%3A30%2F0194735333943%3A31%2F0194735335008%3A32%2F0194735353088%3A33%2F0194735334940%3A34%2F0194735334612%3A35%2F0194735335015%3A36%2F0194735339723%3A37%2F0194735348343%3A38%2F0194735360390%3A39%2F0194735345281%3A40%2F0194735360895%3A41%2F0194735331024%3A42%2F0194735246830%3A44%2F0194735321117%3A46%2F0194735295890%3A47%2F0194735364114%3A48%2F0194735315994%3A49%2F0194735304905%3A50%2F0194735238019%3A51%2F0194735267859%3A52%2F0194735238026%3A53%2F0194735220809%3A54%2F0194735241415%3A55%2F0194735198832%3A56%2F0194735157563%3A57%2F0194735307685%3A58%2F0194735260980%3A59%2F0194735260706%3A60%2F0887961691115%3A61%2F0194735261109%3A62%2F0194735261383%3A63%2F0194735275304%3A64%2F0194735185948%3A65%2F0887961716535%3A66%2F0194735291137%3A67&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&idx=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27%2C28%2C29%2C30%2C31%2C32%2C33%2C34%2C35%2C36%2C37%2C38%2C39%2C40%2C41%2C42%2C43%2C44%2C45%2C46%2C47%2C48%2C49%2C50%2C51%2C52%2C53%2C54%2C55%2C56%2C57%2C58%2C59%2C60%2C61%2C62%2C63%2C64%2C65%2C66%2C67&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=2098&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-estrk2-wtb.swaven.com/px.png?action=b... https://trk2-wtb.swaven.com/px.png?action=btn&wtbid=67cf51e3e2fa750f090c0e68&fmt=awe&module=wtb&type=awe&v=1776811969890&lang=es&area=clientdom&pageid=e1c73836-4e09-4bcc-b0e1-d674ce393fe6&iid=2fd69a5859bc46779ca4a0744a9137eb&reqpid=0194735365029%3A1%2F0194735346479%3A2%2F0194735365036%3A3%2F0194735349692%3A4%2F0194735352265%3A5%2F0194735352272%3A6%2F0194735352401%3A7%2F0194735352104%3A8%2F0194735352296%3A9%2F0194735352135%3A10%2F0194735261352%3A11%2F0194735343652%3A12%2F0194735344017%3A13%2F0194735343591%3A14%2F0194735343553%3A15%2F0194735343942%3A16%2F0194735348510%3A17%2F0194735298624%3A18%2F0194735331390%3A19%2F0194735375691%3A20%2F0194735349043%3A21%2F0194735349050%3A22%2C43%2F0887961675832%3A23%2C45%2F0194735303977%3A24%2F0194735190485%3A25%2F0065541084179%3A26%2F0065541084162%3A27%2F0194735379675%3A28%2F0194735336876%3A29%2F0194735334964%3A30%2F0194735333943%3A31%2F0194735335008%3A32%2F0194735353088%3A33%2F0194735334940%3A34%2F0194735334612%3A35%2F0194735335015%3A36%2F0194735339723%3A37%2F0194735348343%3A38%2F0194735360390%3A39%2F0194735345281%3A40%2F0194735360895%3A41%2F0194735331024%3A42%2F0194735246830%3A44%2F0194735321117%3A46%2F0194735295890%3A47%2F0194735364114%3A48%2F0194735315994%3A49%2F0194735304905%3A50%2F0194735238019%3A51%2F0194735267859%3A52%2F0194735238026%3A53%2F0194735220809%3A54%2F0194735241415%3A55%2F0194735198832%3A56%2F0194735157563%3A57%2F0194735307685%3A58%2F0194735260980%3A59%2F0194735260706%3A60%2F0887961691115%3A61%2F0194735261109%3A62%2F0194735261383%3A63%2F0194735275304%3A64%2F0194735185948%3A65%2F0887961716535%3A66%2F0194735291137%3A67&ct=ES&ct_context=ES&geocountry=ES&touchpoint=ST&dpr=0&test=0&template=default%2F_classic&trkOrigin=daco&tzOffset=0&vue=3.5.26&appid=67cf5159e2fa750f090c0e65&s_ts=1776811967838&s_id=ccbf2684-cf84-4205-99d5-92e67350faf5&idx=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27%2C28%2C29%2C30%2C31%2C32%2C33%2C34%2C35%2C36%2C37%2C38%2C39%2C40%2C41%2C42%2C43%2C44%2C45%2C46%2C47%2C48%2C49%2C50%2C51%2C52%2C53%2C54%2C55%2C56%2C57%2C58%2C59%2C60%2C61%2C62%2C63%2C64%2C65%2C66%2C67&build=679d359&buildName=std&setupVersion=2&safeframe=0&ts=2098&s_url=https%3A%2F%2Fshopping.mattel.com%2Fes-es&rfr2=https%3A%2F%2Fshopping.mattel.com%2Fes-es — 200 — 430 B — 3 ms — h2https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/images-payment-icon.D2Fpq5Mq.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/images-payment-icon.D2Fpq5Mq.js — 200 — 16.2 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/locale-es.Bjkm09Jl.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/locale-es.Bjkm09Jl.js — 200 — 42.4 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/page-OnePage.zgPUozru.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/page-OnePage.zgPUozru.js — 200 — 36.0 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Captcha-MarketsProDisclaimer.-S6R67iu.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Captcha-MarketsProDisclaimer.-S6R67iu.js — 200 — 1.8 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Menu-VatNumberValidationField.C92L8HFY.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Menu-VatNumberValidationField.C92L8HFY.js — 200 — 21.2 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayButtonClassName.B6HCQjmE.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayButtonClassName.B6HCQjmE.js — 200 — 1.9 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/icons-ShopPayLogo.BHgO3TWn.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/icons-ShopPayLogo.BHgO3TWn.js — 200 — 2.5 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/BuyWithPrimeChangeLink-VaultedPayment.fP-Le9dy.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/BuyWithPrimeChangeLink-VaultedPayment.fP-Le9dy.js — 200 — 2.8 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DeliveryMacros-ShippingGroupsSummaryLine.Cq4LzjiK.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DeliveryMacros-ShippingGroupsSummaryLine.Cq4LzjiK.js — 200 — 2.2 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/MerchandisePreviewThumbnail-StackedMerchandisePreview.DPWJyuhy.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/MerchandisePreviewThumbnail-StackedMerchandisePreview.DPWJyuhy.js — 200 — 1.5 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Map-PickupPointCarrierLogo.DhtQunp1.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/Map-PickupPointCarrierLogo.DhtQunp1.js — 200 — 2.8 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks.BmERyTk6.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks.BmERyTk6.js — 200 — 4.1 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/PostPurchaseShouldRender-LocalizationExtensionField.BAGIGKnM.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/PostPurchaseShouldRender-LocalizationExtensionField.BAGIGKnM.js — 200 — 9.4 KiB — 36 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-useShowShopPayOptin.BW370xbM.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-useShowShopPayOptin.BW370xbM.js — 200 — 2.4 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-ShopPayOptInDisclaimer.BYgCpa2h.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-ShopPayOptInDisclaimer.BYgCpa2h.js — 200 — 1.6 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-RememberMeDescriptionText.CQwn7hZj.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-RememberMeDescriptionText.CQwn7hZj.js — 200 — 2.5 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-MobileOrderSummary.DdvCOaXX.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-MobileOrderSummary.DdvCOaXX.js — 200 — 5.3 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-OrderEditVaultedDelivery.Bgbt-laB.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-OrderEditVaultedDelivery.Bgbt-laB.js — 200 — 4.0 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/captcha-SeparatePaymentsNotice.CsEJ2Clk.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/captcha-SeparatePaymentsNotice.CsEJ2Clk.js — 200 — 2.5 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/StockProblems-StockProblemsLineItemList.hKDpV-Cq.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/StockProblems-StockProblemsLineItemList.hKDpV-Cq.js — 200 — 2.1 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/redemption-useShopCashCheckoutEligibility.BACHOM1U.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/redemption-useShopCashCheckoutEligibility.BACHOM1U.js — 200 — 2.9 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/MobilePhoneField.DfUvFD4v.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/MobilePhoneField.DfUvFD4v.js — 200 — 1.9 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/negotiated-ShipmentBreakdown.0n8y1W-G.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/negotiated-ShipmentBreakdown.0n8y1W-G.js — 200 — 2.5 KiB — 40 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-MerchandiseModal.DIRmT11w.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-MerchandiseModal.DIRmT11w.js — 200 — 2.8 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shipping-options.Bt4c_51y.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shipping-options.Bt4c_51y.js — 200 — 2.5 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-DutyOptions.B7iIfRwD.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-DutyOptions.B7iIfRwD.js — 200 — 3.9 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DeliveryInstructionsFooter-ShippingMethodSelector.BpIoiur3.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DeliveryInstructionsFooter-ShippingMethodSelector.BpIoiur3.js — 200 — 3.6 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-SubscriptionPriceBreakdown.ZiZBpWXG.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-SubscriptionPriceBreakdown.ZiZBpWXG.js — 200 — 2.7 KiB — 60 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/component-RuntimeExtension.Bd_LR0G0.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/component-RuntimeExtension.Bd_LR0G0.js — 200 — 4.1 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DatePicker-AnnouncementRuntimeExtensions.teEJyB4F.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/DatePicker-AnnouncementRuntimeExtensions.teEJyB4F.js — 200 — 33.3 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/standard-rendering-extension-targets.DF5PkQyy.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/standard-rendering-extension-targets.DF5PkQyy.js — 200 — 17.0 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/esm-browser-v4.BKrj-4V8.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/esm-browser-v4.BKrj-4V8.js — 200 — 1.3 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/ExtensionsInner.D1BM5crT.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/ExtensionsInner.D1BM5crT.js — 200 — 12.2 KiB — 31 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/adapter-PaymentButtons.vvFS9jEa.jsshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/adapter-PaymentButtons.vvFS9jEa.js — 200 — 2.3 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/app.fH9d1Lew.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/app.fH9d1Lew.css — 200 — 2.8 KiB — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/FullScreenBackground.Dr-4Ca3z.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/FullScreenBackground.Dr-4Ca3z.css — 200 — 7.7 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/useHasOrdersFromMultipleShops.C-q6IUI3.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/useHasOrdersFromMultipleShops.C-q6IUI3.css — 200 — 23.6 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/OnePage.CqEBJWPh.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/OnePage.CqEBJWPh.css — 200 — 1.9 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/VatNumberValidationField.LuHtqm8n.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/VatNumberValidationField.LuHtqm8n.css — 200 — 3.1 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/LocalizationExtensionField.oEoBAbtG.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/LocalizationExtensionField.oEoBAbtG.css — 200 — 1.4 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/MobileOrderSummary.Cko1fUoG.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/MobileOrderSummary.Cko1fUoG.css — 200 — 1.6 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/OrderEditVaultedDelivery.BoGr8xHD.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/OrderEditVaultedDelivery.BoGr8xHD.css — 200 — 1.5 KiB — 34 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/useShopPayButtonClassName.BrcQzLuH.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/useShopPayButtonClassName.BrcQzLuH.css — 200 — 1.1 KiB — 48 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/DutyOptions.LcqrKXE1.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/DutyOptions.LcqrKXE1.css — 200 — 987 B — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/VaultedPayment.OxMVm7u-.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/VaultedPayment.OxMVm7u-.css — 200 — 965 B — 35 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/PickupPointCarrierLogo.cbVP6Hp_.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/PickupPointCarrierLogo.cbVP6Hp_.css — 200 — 1.0 KiB — 32 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/StackedMerchandisePreview.D6OuIVjc.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/StackedMerchandisePreview.D6OuIVjc.css — 200 — 1.1 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/ShippingMethodSelector.B0hio2RO.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/ShippingMethodSelector.B0hio2RO.css — 200 — 1.1 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/SubscriptionPriceBreakdown.BSemv9tH.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/SubscriptionPriceBreakdown.BSemv9tH.css — 200 — 1.0 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/RuntimeExtension.DWkDBM73.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/RuntimeExtension.DWkDBM73.css — 200 — 1.0 KiB — 33 ms — h3https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/AnnouncementRuntimeExtensions.V0VYEO4K.cssshopping.mattel.com/cdn/shopifyclou... https://shopping.mattel.com/cdn/shopifycloud/checkout-web/assets/c1/assets/AnnouncementRuntimeExtensions.V0VYEO4K.css — 200 — 1.4 KiB — 33 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeue.woff2?v=1721760728cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeue.woff2?v=1721760728 — 200 — 28.2 KiB — 56 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeueLTProBd.woff2?v=1721760728cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/HelveticaNeueLTProBd.woff2?v=1721760728 — 200 — 27.1 KiB — 55 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/Mattel_svg_x320.png?v=1721761155cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/Mattel_svg_x320.png?v=1721761155 — 200 — 5.9 KiB — 37 ms — h3https://cdn.shopify.com/s/files/1/0612/7563/5954/files/Rectangle_18_1_2000x.png?v=1721761181cdn.shopify.com/s/files/1/0612/7563... https://cdn.shopify.com/s/files/1/0612/7563/5954/files/Rectangle_18_1_2000x.png?v=1721761181 — 200 — 2.7 KiB — 33 ms — h3https://shopping.mattel.com/api/collectshopping.mattel.com/api/collect https://shopping.mattel.com/api/collect — 200 — 1.4 KiB — 79 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 52590ms · 933KB · €279/mo
shopping.mattel.com
Other
Costly
Execution 41414ms
Transfer 80 KB
Monthly Cost €220/mo
Unattributable
Other
Costly
Execution 3879ms
Transfer 0 KB
Monthly Cost €21/mo
shopping.mattel.com
Other
Costly
Execution 2814ms
Transfer 277 KB
Unused 78%
Monthly Cost €15/mo
Optimizely
A/B Testing
Costly
Execution 2167ms
Transfer 116 KB
Unused 44%
Monthly Cost €11/mo
sgtm.mattel.com
Other
Costly
Execution 723ms
Transfer 180 KB
Unused 39%
Monthly Cost €4/mo
consent.trustarc.com
Other
Costly
Execution 428ms
Transfer 36 KB
Monthly Cost €2/mo
widgets.swaven.com
Other
Costly
Execution 224ms
Transfer 18 KB
Monthly Cost €1/mo
static.klaviyo.com
Other
Optional
Execution 128ms
Transfer 23 KB
Monthly Cost €1/mo
apps.bazaarvoice.com
Other
Optional
Execution 122ms
Transfer 29 KB
Monthly Cost €1/mo
shopping.mattel.com
Other
Optional
Execution 109ms
Transfer 61 KB
Unused 54%
Monthly Cost €1/mo
shopping.mattel.com
Other
Optional
Execution 105ms
Transfer 28 KB
Monthly Cost €1/mo
shopping.mattel.com
Other
Optional
Execution 102ms
Transfer 21 KB
Monthly Cost €1/mo
static.klaviyo.com
Other
Optional
Execution 86ms
Transfer 8 KB
Monthly Cost €0/mo
shopping.mattel.com
Other
Optional
Execution 67ms
Transfer 4 KB
Monthly Cost €0/mo
wtb-tag.mikmak.ai
Other
Optional
Execution 60ms
Transfer 10 KB
Monthly Cost €0/mo
consent.trustarc.com
Other
Optional
Execution 56ms
Transfer 7 KB
Monthly Cost €0/mo
apps.bazaarvoice.com
Other
Optional
Execution 55ms
Transfer 14 KB
Monthly Cost €0/mo
shopping.mattel.com
Other
Optional
Execution 51ms
Transfer 21 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • shopping.mattel.com adds 41414ms and costs ~€220/month
  • Unattributable adds 3879ms and costs ~€21/month
  • shopping.mattel.com adds 2814ms and costs ~€15/month
  • Optimizely adds 2167ms and costs ~€11/month
  • sgtm.mattel.com adds 723ms and costs ~€4/month
  • consent.trustarc.com adds 428ms and costs ~€2/month
  • widgets.swaven.com adds 224ms and costs ~€1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

shopping.mattel.com takes 41414ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 3879ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

shopping.mattel.com takes 2814ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

78% of shopping.mattel.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Optimizely takes 2167ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

sgtm.mattel.com takes 723ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

consent.trustarc.com takes 428ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets.swaven.com takes 224ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of shopping.mattel.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback