Brokart Pencil Skirt
Brokart Pencil Skirt Conquista
Size Chart
Size
XXS
XS
S
M
L
XL
XXL
EU/IT
36
38
40
42
44
46
48
UK
4
6
8
10
12
14
16
US
2
4
6
8
10
12
14
// Capture IP and User Agent var ipAddress = ''; // Use a service to fetch IP var userAgent = navigator.userAgent; // Example of fetching IP using a public API fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => { ipAddress = data.ip; // Push to Data Layer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'pinterestEvent', 'userData': { 'ip_address': ipAddress, 'user_agent': userAgent } }); });
Brokart Pencil Skirt Conquista
Size |
XXS |
XS |
S |
M |
L |
XL |
XXL |
EU/IT |
36 |
38 |
40 |
42 |
44 |
46 |
48 |
UK |
4 |
6 |
8 |
10 |
12 |
14 |
16 |
US |
2 |
4 |
6 |
8 |
10 |
12 |
14 |