Assets
- CSS classes typography: text.css
- SCSS classes typography: _text.scss
-
CSS variables:
variables.css
-
CSS @font-face:
font-face.css
-
CSS @custom-media:
custom-media.css
-
SCSS variables:
_variables.scss
-
SCSS mixins typography:
_text_mixins.scss
-
JS typography:
text.js
-
Token data
properties/index.json
properties/border-color.json
properties/border-radius.json
properties/border-width.json
properties/breakpoint.json
properties/color.json
properties/font-family.json
properties/font-src.json
properties/font-size.json
properties/icon.json
properties/letter-spacing.json
properties/line-height.json
properties/linear-gradient.json
properties/transition-duration.json
properties/transition-easing.json
properties/transition-delay.json
properties/transform-rotate.json
properties/transform-scale.json
properties/logo.json
properties/box-shadow.json
properties/spacing.json
properties/viewport.json
Themes
feature-release
branch
Variables
Color
Identifier | Value | Example |
|
#000001 |
|
|
#fffffe |
|
|
#000001 |
|
|
#f7f7f7 |
|
|
#575757 |
|
|
#d8d8d8 |
|
|
#ffffff |
|
|
#ffffff |
|
|
#ffffff |
|
|
#ffffff |
|
|
#d8d8d8 |
|
|
#000000 |
|
|
#e1e1e1 |
|
|
#057550 |
|
|
#e1e1e1 |
|
|
#000000 |
|
|
#000000 |
|
|
#ee0011 |
|
|
#d8d8d8 |
|
|
#ffffff |
|
|
#333333 |
|
|
#000000 |
|
|
#000000 |
|
|
#000000 |
|
|
#949494 |
|
|
#ffffff |
|
|
#000000 |
|
|
#6d6d6d |
|
|
#949494 |
|
|
#575757 |
|
|
#f7f7f7 |
|
|
#e1e1e1 |
|
|
#c5c5c5 |
|
|
#333333 |
|
|
#161616 |
|
|
#d8d8d8 |
|
|
#f1f1f1 |
|
|
#ee0011 |
|
|
#d8d8d8 |
|
|
rgba(255, 255, 255, 0.5) |
|
|
rgba(0, 0, 0, 0.75) |
|
|
#333333 |
|
|
#057550 |
|
|
rgba(255, 255, 255, 0.1) |
|
|
rgba(255, 255, 255, 0.2) |
|
|
rgba(255, 255, 255, 0.3) |
|
|
rgba(255, 255, 255, 0.4) |
|
|
rgba(255, 255, 255, 0.5) |
|
|
rgba(255, 255, 255, 0.6) |
|
|
rgba(255, 255, 255, 0.7) |
|
|
rgba(255, 255, 255, 0.8) |
|
|
rgba(255, 255, 255, 0.9) |
|
|
#ffffff |
|
|
#e5e5e5 |
|
|
#cccccc |
|
|
#b2b2b2 |
|
|
#999999 |
|
|
#808080 |
|
|
#666666 |
|
|
#4c4c4c |
|
|
#333333 |
|
|
#191919 |
|
|
#808080 |
|
|
rgba(0, 0, 0, 0.1) |
|
|
rgba(0, 0, 0, 0.2) |
|
|
rgba(0, 0, 0, 0.3) |
|
|
rgba(0, 0, 0, 0.4) |
|
|
rgba(0, 0, 0, 0.5) |
|
|
rgba(0, 0, 0, 0.6) |
|
|
rgba(0, 0, 0, 0.7) |
|
|
rgba(0, 0, 0, 0.8) |
|
|
rgba(0, 0, 0, 0.9) |
|
|
#000000 |
|
|
#1e8563 |
|
|
#efefef |
|
|
#000000 |
|
|
#949494 |
|
|
#000000 |
|
|
#497c9c |
|
|
#a96242 |
|
|
#cc0000 |
|
|
#161616 |
|
|
#333333 |
|
Border Radius
Identifier | Value | Example |
|
0 /*0*/ |
|
|
2px /*2px*/ |
|
|
4px /*4px*/ |
|
|
8px /*8px*/ |
|
|
12px /*12px*/ |
|
|
16px /*16px*/ |
|
|
9999px /*9999px*/ |
Border Width
Identifier | Value | Example |
|
.5px /*.5px*/ |
|
|
1px /*1px*/ |
|
|
2px /*2px*/ |
|
|
4px /*4px*/ |
|
|
8px /*8px*/ |
|
Box Shadow
Identifier | Value | Example |
|
-6px 0px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px -6px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
6px 0px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px 6px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px -5px 10px -1px rgba(0, 0, 0, 0.05),-6px 0px 10px -5px rgba(0, 0, 0, 0.05), 6px 0px 10px -5px rgba(0, 0, 0, 0.05) |
|
|
6px 0px 10px -3px rgba (0, 0, 0, 0.1) |
|
|
0px 4px 4px rgba(0, 0, 0, 0.04), 0px 8px 24px rgba(0, 0, 0, 0.04) |
Breakpoint
Identifier | Value | Example |
|
0em /*0px*/ |
Matches: breakpoint-xs
Does not match: breakpoint-xs |
|
34em /*544px*/ |
Matches: breakpoint-s
Does not match: breakpoint-s |
|
48.0625em /*769px*/ |
Matches: breakpoint-m
Does not match: breakpoint-m |
|
62em /*992px*/ |
Matches: breakpoint-l
Does not match: breakpoint-l |
|
75em /*1200px*/ |
Matches: breakpoint-xl
Does not match: breakpoint-xl |
Font Family
Identifier | Value | Example |
|
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' |
Aa
|
|
HelveticaNowMedium, Helvetica, Arial, sans-serif |
Aa
|
|
Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans |
Aa
|
|
HelveticaNowExtraBold, Helvetica, Arial, sans-serif |
Aa
|
|
HelveticaNeue53ExtendedNormal, Helvetica, Arial, sans-serif |
Aa
|
|
HelveticaNeue73ExtendedBold, Helvetica, Arial, sans-serif |
Aa
|
|
Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans |
Aa
|
|
HelveticaNowMedium, Helvetica, Arial, sans-serif |
Aa
|
|
Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold |
Aa
|
|
Helvetica Neue LT Pro Extended, Tazugane Gothic Book |
Aa
|
Font Size
Identifier | Value | Example |
|
0.5rem /*8px*/ |
Aa
|
|
0.625rem /*10px*/ |
Aa
|
|
0.75rem /*12px*/ |
Aa
|
|
0.875rem /*14px*/ |
Aa
|
|
1rem /*16px*/ |
Aa
|
|
1.125rem /*18px*/ |
Aa
|
|
1.25rem /*20px*/ |
Aa
|
|
1.5rem /*24px*/ |
Aa
|
|
1.625rem /*26px*/ |
Aa
|
|
1.75rem /*28px*/ |
Aa
|
|
1.875rem /*30px*/ |
Aa
|
|
2rem /*32px*/ |
Aa
|
|
2.75rem /*44px*/ |
Aa
|
|
3.75rem /*60px*/ |
Aa
|
Letter Spacing
Identifier | Value | Example |
|
0 /*0*/ |
Tapestry is a global house of brands. |
|
0.0125rem /*0.2px*/ |
Tapestry is a global house of brands. |
|
0.025rem /*0.4px*/ |
Tapestry is a global house of brands. |
|
0.05rem /*0.8px*/ |
Tapestry is a global house of brands. |
|
0.0625rem /*1px*/ |
Tapestry is a global house of brands. |
|
0.078125rem /*1.25px*/ |
Tapestry is a global house of brands. |
|
0.109375rem /*1.75px*/ |
Tapestry is a global house of brands. |
Line Height
Identifier | Value | Example |
|
0.95 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.07 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.15 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.2 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.25 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.35 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.5 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
0.95 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.15 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.2 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.25 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.35 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.5 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
Linear Gradient
Identifier | Value | Example |
|
linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%) |
|
|
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) |
Transition Duration
Identifier | Value | Example |
|
1s |
|
|
0.85s |
Transition Easing
Identifier | Value | Example |
|
0.83, 0, 0.17, 1 |
|
|
0.85, 0, 0.15, 1 |
Transition Delay
Identifier | Value | Example |
|
250ms |
|
|
100ms |
Transform Rotate
Identifier | Value | Example |
|
90deg |
|
|
180deg |
|
|
270deg |
|
|
360deg |
Transform Scale
Identifier | Value | Example |
|
0% |
|
|
25% |
|
|
50% |
|
|
75% |
|
|
100% |
Spacing
Identifier | Value | Example |
|
0 /*0*/ |
|
|
0.25rem /*4px*/ |
|
|
0.5rem /*8px*/ |
|
|
0.75rem /*12px*/ |
|
|
1rem /*16px*/ |
|
|
1.5rem /*24px*/ |
|
|
2rem /*32px*/ |
|
|
2.5rem /*40px*/ |
|
|
3rem /*48px*/ |
|
|
4rem /*64px*/ |
|
|
5rem /*80px*/ |
|
|
6rem /*96px*/ |
|
|
7.5rem /*120px*/ |
Viewport
Identifier | Value | Example |
|
screen and (min-width: 0em) |
|
|
screen and (min-width: 34em) |
|
|
screen and (min-width: 48.0625em) |
|
|
screen and (min-width: 62em) |
|
|
screen and (min-width: 75em) |
Classes
Typography
Identifier | Value | Example |
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1.25rem; letter-spacing: 0.0125rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1.625rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1.875rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.35 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1.25rem; letter-spacing: 0.0125rem; line-height: 1.35 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1.625rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1.875rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 2rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 1.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 1.5rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 1.25rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 1rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 2rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 1.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 1.5rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 1.25rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Bold Extended, Tazugane Gothic Bold; font-size: 1rem; letter-spacing: 0.025rem; line-height: 1.2 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.5rem; letter-spacing: 0.025rem; line-height: 1.5 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4 |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.35 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.5rem; letter-spacing: 0.025rem; line-height: 1.5 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4 |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1rem; line-height: 1.35; letter-spacing: 0.0125rem |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.625rem; letter-spacing: 0.0625rem; line-height: 1.35; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.75rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.625rem; letter-spacing: 0.025rem; line-height: 1.35; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.75rem; letter-spacing: 0.0625rem; line-height: 1.35; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.875rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.75rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.625rem; letter-spacing: 0.0625rem; line-height: 1.25; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.875rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.75rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.625rem; letter-spacing: 0.0625rem; line-height: 1.25; text-transform: uppercase |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1; text-transform: none |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1; text-transform: none |
We are a global house of brands.
|
|
font-family: Helvetica Neue LT Pro Extended, Tazugane Gothic Book; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1; text-transform: none |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Meiryo Bold, BIZ UDPGothic Bold, Hiragino Kaku Gothic Pro W6, Hiragino Sans Bold, HelveticaNowExtraBold, sans; font-size: 0.625rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: Yu Gothic Regular, BIZ UDPGothic Regular, Hiragino Maru Gothic W4, Hiragino Sans Normal, HelveticaNowMedium, sans; font-size: 0.625rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: HelveticaNeue73ExtendedBold, Helvetica, Arial, sans-serif; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: HelveticaNeue73ExtendedBold, Helvetica, Arial, sans-serif; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: HelveticaNeue73ExtendedBold, Helvetica, Arial, sans-serif; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
|
font-family: HelveticaNeue73ExtendedBold, Helvetica, Arial, sans-serif; font-size: 0.625rem; letter-spacing: 0.0125rem; line-height: 1.4; text-decoration: underline |
We are a global house of brands.
|
Icons
Video
Path: icon/video/*
-
volume.svg
-
play.svg
-
play-button.svg
-
play-cta.svg
-
pause.svg
-
option.svg
-
mute.svg
-
fullscreen.svg
-
minimize.svg
Utility
Path: icon/utility/*
-
zoom.svg
-
close.svg
-
compare-inactive.svg
-
compare-selected.svg
-
compare-default.svg
-
chevron-up.svg
-
chevron-right.svg
-
chevron-left.svg
-
chevron-down.svg
-
caret-up.svg
-
caret-right.svg
-
caret-left.svg
-
caret-down.svg
-
minus.svg
-
plus.svg
-
selected.svg
-
step.svg
-
unselected.svg
-
share.svg
-
chevron-bold-up.svg
-
chevron-bold-down.svg
-
chevron-bold-right.svg
-
chevron-bold-left.svg
-
checkmark.svg
-
circle-checkmark-filled.svg
-
circle-checkmark-outline.svg
-
circle-outline.svg
-
range-slider-dot.svg
-
back-to-top.svg
-
directional-arrow.svg
-
exit-full-screen-button.svg
-
full-screen-button.svg
-
link.svg
-
loading.svg
-
locate.svg
-
move.svg
-
mute-button.svg
-
pause-button.svg
-
play-button.svg
-
product-hotspot.svg
-
settings.svg
-
unmute-button.svg
Social
Path: icon/social/*
-
youtube.svg
-
weibo.svg
-
wechat.svg
-
twitter.svg
-
tiktok.svg
-
tumblr.svg
-
snapchat.svg
-
pinterest.svg
-
mail.svg
-
instagram.svg
-
facebook.svg
-
line.svg
-
discord.svg
-
poshmark.svg
Review
Path: icon/review/*
-
thumb-up.svg
-
thumb-up-filled.svg
-
thumb-down.svg
-
thumb-down-filled.svg
-
star.svg
-
star-small.svg
-
star-empty.svg
-
star-empty-small.svg
-
star-75.svg
-
star-75-small.svg
-
star-50.svg
-
star-50-small.svg
-
star-25.svg
-
star-25-small.svg
Object
Path: icon/object/*
-
birthday.svg
-
customer-service.svg
-
store.svg
-
phone.svg
-
package.svg
-
email.svg
-
edit.svg
-
credit-card.svg
-
call.svg
-
calendar.svg
-
chat.svg
-
lock.svg
-
offers.svg
-
early-access.svg
-
gift.svg
-
returns.svg
-
ruler.svg
-
shipping.svg
-
bag-size-compare.svg
-
bag-size.svg
-
e-gift-card.svg
-
text-message.svg
-
avatar.svg
-
truefit-50.svg
-
add-to-bag.svg
-
graphic-arrow-right.svg
-
graphic-arrow-left.svg
-
bopis.svg
-
view-similar.svg
-
view.svg
-
return.svg
-
repair.svg
-
repair-service.svg
-
pickup.svg
-
offer.svg
-
unlock.svg
-
gift-card.svg
-
customer-care.svg
-
create.svg
-
community.svg
-
care.svg
-
product-care.svg
-
authenticity.svg
-
apparel.svg
-
bags.svg
-
footprint.svg
-
reduction.svg
-
loop.svg
-
upcrafted.svg
-
my-products.svg
-
preferences.svg
-
purchases.svg
-
farming.svg
-
renewable.svg
-
scale.svg
-
small-goods.svg
-
sneaker.svg
-
trade-in.svg
-
re-gift.svg
-
mannequin.svg
Navigation
Path: icon/navigation/*
-
account.svg
-
search.svg
-
location.svg
-
hamburger.svg
-
favorite.svg
-
favorite-fill.svg
-
bag.svg
-
bag-filled.svg
-
bag-plus.svg
-
bag-normal.svg
-
bag-2digit.svg
-
bag-2digit-white.svg
-
bag-3digit.svg
-
bag-3digit-white.svg
-
bag-white.svg
-
logout.svg
-
filter-and-sort.svg
-
search-burger.svg
-
search-burger-white.svg
Form
Path: icon/form/*
-
success.svg
-
info.svg
-
error.svg
-
info-outlined.svg
Flag
Path: icon/flag/*
-
usa.svg
-
canada.svg
-
uk.svg
-
germany.svg
-
france.svg
-
italy.svg
-
spain.svg
-
netherlands.svg
-
ireland.svg
-
belgium.svg
-
austria.svg
-
portugal.svg
Partner
Path: icon/partner/*
-
affirm.svg
-
apple-pay.svg
-
giftnow.svg
-
klarna.svg
-
paypal-credit.svg
-
paypal.svg
-
shoprunner.svg
Credit
Path: icon/credit/*
-
amex.svg
-
diners-club.svg
-
discover.svg
-
giftnow.svg
-
jcb.svg
-
klarna.svg
-
maestro.svg
-
mastercard.svg
-
union-pay.svg
-
visa.svg
Characters
Path: icon/characters/*
-
walking-sun.svg
-
smiley-with-flag.svg
-
walking-flower.svg
-
standing-flower.svg
-
walking-heart.svg
-
sun.svg
-
twin-flower.svg
-
big-eye-flower.svg
-
smiling-guy.svg
-
connection-cloud.svg
-
globe.svg
-
globe-color.svg
Accordion
Path: icon/accordion/*
-
additional-details.svg
-
care-instructions.svg
-
shipping.svg
-
editors-notes.svg
Logos
Path: logo/*
-
favicon.svg
-
mark-black.svg
-
mark-white.svg
-
monogram-black.svg
-
monogram-white.svg
-
primary-black.svg
-
primary-white.svg