.screen-reader-text {
	position: absolute;
	width: 999px;
}[dir=ltr] .screen-reader-text {
	left: -9999px;
}[dir=rtl] .screen-reader-text {
	right: -9999px;
}

:root {
	--color-main-000: #fff;
	--color-main-005: #f2f2f2;
	--color-main-010: #e5e5e5;
	--color-main-020: #ccc;
	--color-main-040: #999;
	--color-main-060: #666;
	--color-main-080: #333;
	--color-main: #000;
	--color-emphasis: #ec0909;
	--color-emphasis-background: #ffd8d6;
	--color-notification: #ff930b;
	--color-notification-background: #fff4e7;
	--color-done: #4cd964;
	--color-sales: #ffe800;
	--color-recommendation: #d4e5f7;
}

.theme--dark {
	--color-main-000: #000;
	--color-main-005: #333;
	--color-main-010: #666;
	--color-main-020: #999;
	--color-main-040: #ccc;
	--color-main-060: #e5e5e5;
	--color-main-080: #f2f2f2;
	--color-main: #fff;
	--color-recommendation: #538dce;
}

/*
	Carlos: This is for the MkSpots we wrap for APPs because they
	have implemented Dark Mode based on user preferences and we did
	so based on a store configuration (done for 'Hour of the planet' event)
*/
@media (prefers-color-scheme: dark) {
	.apps-wrapper {
		--color-main-000: #000;
		--color-main-005: #333;
		--color-main-010: #666;
		--color-main-020: #999;
		--color-main-040: #ccc;
		--color-main-060: #e5e5e5;
		--color-main-080: #f2f2f2;
		--color-main: #fff;
		--color-recommendation: #538dce;
	}
}

.theme--scenes {
	--color-main-000: #cfdbda;
	--color-main-005: #d9e2e1;
	--color-main-010: #d9e2e1;
	--color-main-060: #617064;
	--color-main-080: #617064;
	--color-recommendation: #d9e2e1;
}

/* stylelint-disable no-duplicate-selectors */

:root {
	--font-family-main: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
}

:root {
	/* Heading L */
	--font-size-heading-l: 22px;
	--line-height-heading-l: 28px;
	--letter-spacing-heading-l: 0.2px;

	/* Heading M */
	--font-size-heading-m: 18px;
	--line-height-heading-m: 24px;
	--letter-spacing-heading-m: 0.2px;

	/* Heading s */
	--font-size-heading-s: 16px;
	--line-height-heading-s: 20px;
	--letter-spacing-heading-s: 0.4px;

	/* Heading xs */
	--font-size-heading-xs: 14px;
	--line-height-heading-xs: 16px;
	--letter-spacing-heading-xs: 0.4px;

	/* Body L */
	--font-size-body-l: 13px;
	--line-height-body-l: 16px;
	--letter-spacing-body-l: 0.4px;

	/* Body M */
	--font-size-body-m: 13px;
	--line-height-body-m: 16px;
	--letter-spacing-body-m: 0.4px;

	/* Body S */
	--font-size-body-s: 11px;
	--line-height-body-s: 16px;
	--letter-spacing-body-s: 0.2px;

	/* Label L */
	--font-size-label-l: 16px;
	--line-height-label-l: 20px;
	--letter-spacing-label-l: 0.4px;

	/* Label M */
	--font-size-label-m: 14px;
	--line-height-label-m: 16px;
	--letter-spacing-label-m: 0.4px;

	/* Label S */
	--font-size-label-s: 11px;
	--line-height-label-s: 16px;
	--letter-spacing-label-s: 0.4px;

	/* Caption L */
	--font-size-caption-l: 14px;
	--line-height-caption-l: 16px;
	--letter-spacing-caption-l: 0.4px;

	/* Caption M */
	--font-size-caption-m: 13px;
	--line-height-caption-m: 16px;
	--letter-spacing-caption-m: 0.4px;

	/* Caption S */
	--font-size-caption-s: 11px;
	--line-height-caption-s: 16px;
	--letter-spacing-caption-s: 0.4px;

	/* Primary 03 */
	--font-size-primary-03: 18px;
	--line-height-primary-03: 24px;
	--letter-spacing-primary-03: 0.2px;

	/* Primary 02 */
	--font-size-primary-02: 16px;
	--line-height-primary-02: 20px;
	--letter-spacing-primary-02: 0.4px;

	/* Primary 01 */
	--font-size-primary-01: 13px;
	--line-height-primary-01: 16px;
	--letter-spacing-primary-01: 0.4px;

	/* Secondary 01 */
	--font-size-secondary-01: 11px;
	--line-height-secondary-01: 16px;
	--letter-spacing-secondary-01: 0.4px;
}

@media screen and (min-width: 1024px) {
	:root {
		/* Heading s */
		--font-size-heading-s: 14px;
		--line-height-heading-s: 16px;
		--letter-spacing-heading-s: 0.4px;

		/* Heading xs */
		--font-size-heading-xs: 11px;
		--line-height-heading-xs: 16px;
		--letter-spacing-heading-xs: 0.4px;

		/* Body L */
		--font-size-body-l: 9px;
		--line-height-body-l: 12px;
		--letter-spacing-body-l: 0.4px;

		/* Body M */
		--font-size-body-m: 9px;
		--line-height-body-m: 12px;
		--letter-spacing-body-m: 0.4px;

		/* Body S */
		--font-size-body-s: 9px;
		--line-height-body-s: 12px;
		--letter-spacing-body-s: 0.2px;

		/* Label L */
		--font-size-label-l: 11px;
		--line-height-label-l: 16px;
		--letter-spacing-label-l: 0.4px;

		/* Label M */
		--font-size-label-m: 9px;
		--line-height-label-m: 12px;
		--letter-spacing-label-m: 0.4px;

		/* Label S */
		--font-size-label-s: 9px;
		--line-height-label-s: 12px;
		--letter-spacing-label-s: 0.4px;

		/* Caption L */
		--font-size-caption-l: 9px;
		--line-height-caption-l: 12px;
		--letter-spacing-caption-l: 0.4px;

		/* Caption M */
		--font-size-caption-m: 9px;
		--line-height-caption-m: 12px;
		--letter-spacing-caption-m: 0.4px;

		/* Caption S */
		--font-size-caption-s: 9px;
		--line-height-caption-s: 12px;
		--letter-spacing-caption-s: 0.4px;

		/* Primary 03 */
		--font-size-primary-03: 22px;
		--line-height-primary-03: 28px;
		--letter-spacing-primary-03: 0.2px;

		/* Primary 02 */
		--font-size-primary-02: 18px;
		--line-height-primary-02: 24px;
		--letter-spacing-primary-02: 0.2px;

		/* Primary 01 */
		--font-size-primary-01: 11px;
		--line-height-primary-01: 16px;
		--letter-spacing-primary-01: 0.4px;

		/* Secondary 01 */
		--font-size-secondary-01: 9px;
		--line-height-secondary-01: 12px;
		--letter-spacing-secondary-01: 0.4px;
	}
}

@media screen and (min-width: 1600px) {
	:root {
		/* Heading L */
		--font-size-heading-l: 28px;
		--line-height-heading-l: 36px;

		/* Heading M */
		--font-size-heading-m: 22px;
		--line-height-heading-m: 28px;

		/* Heading S */
		--font-size-heading-s: 18px;
		--line-height-heading-s: 24px;
		--letter-spacing-heading-s: 0.2px;

		/* Heading XS */
		--font-size-heading-xs: 14px;
		--line-height-heading-xs: 16px;
		--letter-spacing-heading-xs: 0.4px;

		/* Body L */
		--font-size-body-l: 13px;
		--line-height-body-l: 16px;
		--letter-spacing-body-l: 0.2px;

		/* Body M */
		--font-size-body-m: 13px;
		--line-height-body-m: 16px;
		--letter-spacing-body-m: 0.4px;

		/* Body S */
		--font-size-body-s: 11px;
		--line-height-body-s: 16px;
		--letter-spacing-body-s: 0.4px;

		/* Label L */
		--font-size-label-l: 14px;
		--line-height-label-l: 16px;
		--letter-spacing-label-l: 0.4px;

		/* Label M */
		--font-size-label-m: 13px;
		--line-height-label-m: 16px;
		--letter-spacing-label-m: 0.4px;

		/* Label S */
		--font-size-label-s: 11px;
		--line-height-label-s: 16px;
		--letter-spacing-label-s: 0.4px;

		/* Caption L */
		--font-size-caption-l: 14px;
		--line-height-caption-l: 16px;
		--letter-spacing-caption-l: 0.4px;

		/* Caption M */
		--font-size-caption-m: 13px;
		--line-height-caption-m: 16px;
		--letter-spacing-caption-m: 0.4px;

		/* Caption S */
		--font-size-caption-s: 11px;
		--line-height-caption-s: 16px;
		--letter-spacing-caption-s: 0.4px;

		/* Primary 03 */
		--font-size-primary-03: 28px;
		--line-height-primary-03: 36px;
		--letter-spacing-primary-03: 0.2px;

		/* Primary 02 */
		--font-size-primary-02: 22px;
		--line-height-primary-02: 28px;
		--letter-spacing-primary-02: 0.2px;

		/* Primary 01 */
		--font-size-primary-01: 13px;
		--line-height-primary-01: 16px;
		--letter-spacing-primary-01: 0.4px;

		/* Secondary 01 */
		--font-size-secondary-01: 11px;
		--line-height-secondary-01: 16px;
		--letter-spacing-secondary-01: 0.4px;
	}
}

@media screen and (min-width: 1920px) {
	:root {
		/* Heading L */
		--font-size-heading-l: 40px;
		--line-height-heading-l: 48px;
		--letter-spacing-heading-l: 0.2px;

		/* Heading M */
		--font-size-heading-m: 28px;
		--line-height-heading-m: 36px;
		--letter-spacing-heading-m: 0.2px;

		/* Heading s */
		--font-size-heading-s: 22px;
		--line-height-heading-s: 28px;
		--letter-spacing-heading-s: 0.2px;

		/* Heading xs */
		--font-size-heading-xs: 18px;
		--line-height-heading-xs: 24px;
		--letter-spacing-heading-xs: 0.2px;

		/* Body L */
		--font-size-body-l: 16px;
		--line-height-body-l: 20px;
		--letter-spacing-body-l: 0.4px;

		/* Body M */
		--font-size-body-m: 16px;
		--line-height-body-m: 20px;
		--letter-spacing-body-m: 0.4px;

		/* Body S */
		--font-size-body-s: 13px;
		--line-height-body-s: 16px;
		--letter-spacing-body-s: 0.4px;

		/* Label L */
		--font-size-label-l: 16px;
		--line-height-label-l: 24px;
		--letter-spacing-label-l: 0.4px;

		/* Label M */
		--font-size-label-m: 16px;
		--line-height-label-m: 20px;
		--letter-spacing-label-m: 0.4px;

		/* Label S */
		--font-size-label-s: 13px;
		--line-height-label-s: 16px;
		--letter-spacing-label-s: 0.4px;

		/* Caption L */
		--font-size-caption-l: 16px;
		--line-height-caption-l: 20px;
		--letter-spacing-caption-l: 0.4px;

		/* Caption M */
		--font-size-caption-m: 14px;
		--line-height-caption-m: 16px;
		--letter-spacing-caption-m: 0.4px;

		/* Caption S */
		--font-size-caption-s: 13px;
		--line-height-caption-s: 16px;
		--letter-spacing-caption-s: 0.4px;

		/* Primary 03 */
		--font-size-primary-03: 40px;
		--line-height-primary-03: 48px;
		--letter-spacing-primary-03: 0.2px;

		/* Primary 02 */
		--font-size-primary-02: 28px;
		--line-height-primary-02: 36px;
		--letter-spacing-primary-02: 0.2px;

		/* Primary 01 */
		--font-size-primary-01: 16px;
		--line-height-primary-01: 20px;
		--letter-spacing-primary-01: 0.4px;

		/* Secondary 01 */
		--font-size-secondary-01: 13px;
		--line-height-secondary-01: 16px;
		--letter-spacing-secondary-01: 0.2px;
	}
}

/* Legacy tokens. Use named typography tokens instead */
:root {
	--font-size-xxxl: 40px;
	--font-size-xxl: 32px;
	--font-size-xl: 22px;
	--font-size-l: 18px;
	--font-size-m: 16px;
	--font-size-s: 14px;
	--font-size-xs: 12px;
	--font-size-xxs: 11px;
	--font-size-xxxs: 9px;
	--font-weight-bold: bold;
	--font-weight-condensed: 500;
	--font-weight-regular: normal;
	--font-weight-light: light;
}

/* @media (--media-xxl) {
	:root {
		--font-size-xxxl: 48px;
		--font-size-xxl: 40px;
		--font-size-xl: 32px;
		--font-size-l: 22px;
		--font-size-m: 18px;
		--font-size-s: 16px;
		--font-size-xs: 14px;
		--font-size-xxs: 12px;
		--font-size-xxxs: 11px;
	}
}

@media (--media-xxxl) {
	:root {
		--font-size-xxl: 56px;
		--font-size-xxl: 42px;
		--font-size-xl: 40px;
		--font-size-l: 32px;
		--font-size-m: 22px;
		--font-size-s: 18px;
		--font-size-xs: 16px;
		--font-size-xxs: 14px;
		--font-size-xxxs: 12px;
	}
} */

:root {
	--spacing-01: 4px;
	--spacing-02: 8px;
	--spacing-03: 12px;
	--spacing-04: 16px;
	--spacing-05: 20px;
	--spacing-06: 24px;
	--spacing-07: 32px;
	--spacing-08: 40px;
	--spacing-09: 48px;
	--spacing-10: 56px;
	--spacing-11: 64px;
	--spacing-12: 72px;
	--spacing-13: 80px;
	--spacing-14: 96px;
	--spacing-15: 112px;
	--spacing-16: 120px;
	--grid-spacer-48: 60px;
	--grid-spacer-64: 80px;
	--grid-spacer-104: 80px;
	--grid-spacer-144: 60px;
	--grid-spacer-200: 80px;
	--grid-spacer-264: 80px;
}

@media screen and (min-width: 1024px) {
	:root {
		--spacing-07: 24px;
		--spacing-08: 32px;
		--spacing-09: 40px;
		--spacing-10: 48px;
		--spacing-11: 56px;
		--spacing-12: 64px;
		--spacing-13: 72px;
		--spacing-14: 80px;
		--spacing-15: 96px;
		--spacing-16: 112px;
		--grid-spacer-48: 48px;
		--grid-spacer-64: 64px;
		--grid-spacer-104: 104px;
		--grid-spacer-144: 144px;
		--grid-spacer-200: 200px;
		--grid-spacer-264: 264px;
	}
}

@media screen and (min-width: 1600px) {
	:root {
		--spacing-07: 32px;
		--spacing-08: 40px;
		--spacing-09: 48px;
		--spacing-10: 56px;
		--spacing-11: 64px;
		--spacing-12: 72px;
		--spacing-13: 80px;
		--spacing-14: 96px;
		--spacing-15: 112px;
		--spacing-16: 120px;
		--grid-spacer-48: 64px;
		--grid-spacer-64: 88px;
		--grid-spacer-104: 136px;
		--grid-spacer-144: 176px;
		--grid-spacer-200: 248px;
		--grid-spacer-264: 336px;
	}
}

@media screen and (min-width: 1920px) {
	:root {
		--spacing-01: 8px;
		--spacing-02: 12px;
		--spacing-03: 16px;
		--spacing-04: 20px;
		--spacing-05: 24px;
		--spacing-06: 32px;
		--spacing-07: 40px;
		--spacing-08: 48px;
		--spacing-09: 56px;
		--spacing-10: 64px;
		--spacing-11: 72px;
		--spacing-12: 80px;
		--spacing-13: 96px;
		--spacing-14: 112px;
		--spacing-15: 120px;
		--spacing-16: 200px;
		--grid-spacer-48: 88px;
		--grid-spacer-64: 104px;
		--grid-spacer-104: 160px;
		--grid-spacer-144: 216px;
		--grid-spacer-200: 300px;
		--grid-spacer-264: 400px;
	}
}

/* stylelint-disable selector-max-type */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: inherit;
	text-align: left;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

input,
textarea,
select,
button {
	/* stylelint-disable-next-line property-no-vendor-prefix */
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

/* stylelint-disable-next-line at-rule-no-vendor-prefix */
@-webkit-keyframes form-input-autofill-webkit-hack {
	to {
		background: transparent;
	}
}

/* https://stackoverflow.com/a/37432260 */
input:-webkit-autofill,
select:-webkit-autofill {
	/* stylelint-disable property-no-vendor-prefix */
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: form-input-autofill-webkit-hack;
	/* stylelint-disable-next-line declaration-no-important */
	-webkit-text-fill-color: var(--color-main) !important;
	/* stylelint-enable property-no-vendor-prefix */
}

a {
	color: inherit;
}

svg {
	fill: inherit;
}
/* stylelint-enable selector-max-type */

/* stylelint-disable selector-max-type, selector-no-qualifying-type */
html {
	min-height: 100%;
}

html:lang(zh),
html:lang(ja),
html:lang(kr),
html:lang(ru),
html:lang(el),
html:lang(bg),
html:lang(mk),
html:lang(uk) {
	--font-family-main: 'Arial', Sans-Serif;
	--font-weight-condensed: bold;
}

html:lang(ar) {
	--font-size-xxxl: 52px;
	--font-size-xxl: 34px;
	--font-size-xl: 24px;
	--font-size-l: 20px;
	--font-size-m: 17px;
	--font-size-s: 16px;
	--font-size-xs: 14px;
	--font-size-xxs: 13px;
	--font-size-xxxs: 11px;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-height: inherit;
}

/*
	Carlos: iOS is not only using black and white as background color
	in their views so we set a transparent one to use whatever they set
*/
.apps-wrapper body,
.apps-wrapper body.theme {
	background-color: transparent;
}

html:lang(zh) body {
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: auto;
}

.invisible {
	visibility: hidden;
}

body.disable-scroll {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

.disable-pull-refresh {
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}

/* IE first media to fix unsupported CSS vars under media queries */
:root {
	--grid-columns: 12;
	--grid-column-gutter: 20px;
	--grid-width: 1024px;
	--grid-lateral-margin: 20px;
	--grid-column-width: calc((100% - var(--grid-column-gutter) * 11) / 12);
	--margined-grid-column-width: calc((var(--grid-width) - var(--grid-column-gutter) * 11) / 12);
}

@media screen and (max-width: 1023px) {
	:root {
		--grid-columns: 4;
		--grid-column-gutter: 8px;
		--grid-column-width: calc((100% - var(--grid-column-gutter) * 3 - var(--grid-lateral-margin) * 2) / 4);
		--grid-lateral-margin: 20px;
		--grid-width: 100%;
	}
}

@media screen and (min-width: 768px) {
	:root {
		--grid-columns: 12;
		--grid-column-gutter: 20px;
		--grid-lateral-margin: 20px;
		--grid-width: 640px;
		--grid-column-width: calc((100% - var(--grid-column-gutter) * 11) / 12);
		--margined-grid-column-width: calc((var(--grid-width) - var(--grid-column-gutter) * 11) / 12);
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--grid-width: 796px;
	}
}

@media screen and (min-width: 1280px) {
	:root {
		--grid-width: 1084px;
	}
}

@media screen and (min-width: 1600px) {
	:root {
		--grid-width: 1276px;
	}
}

@media screen and (min-width: 1920px) {
	:root {
		--grid-width: 1468px;
	}
}

@media screen and (min-width: 2160px) {
	:root {
		--grid-width: 1900px;
	}
}

@font-face {
	font-display: swap;
	font-family: "Neue-Helvetica";
	src: url(../static/media/NeueHelveticaforZara-Roman.5151f417.eot);
	src:
		local('?'),
		url(../static/media/NeueHelveticaforZara-Roman.5151f417.eot?#iefix) format('embedded-opentype'),
		url(../static/media/NeueHelveticaforZara-Roman.66180e82.woff2) format('woff2'),
		url(../static/media/NeueHelveticaforZara-Roman.a5cb91e6.woff) format('woff'),
		url(../static/media/NeueHelveticaforZara-Roman.27db4ea0.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Neue-Helvetica";
	font-weight: bold;
	src: url(../static/media/NeueHelveticaforZara-Bold.f508c2f2.eot);
	src:
		local('?'),
		url(../static/media/NeueHelveticaforZara-Bold.f508c2f2.eot?#iefix) format('embedded-opentype'),
		url(../static/media/NeueHelveticaforZara-Bold.841a5256.woff2) format('woff2'),
		url(../static/media/NeueHelveticaforZara-Bold.898db49a.woff) format('woff'),
		url(../static/media/NeueHelveticaforZara-Bold.6ee5226d.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Neue-Helvetica";
	font-stretch: condensed;
	font-weight: bold;
	src: url(../static/media/NeueHelveticaforZara-BoldCn.24d3e669.eot);
	src:
		local('?'),
		url(../static/media/NeueHelveticaforZara-BoldCn.24d3e669.eot?#iefix) format('embedded-opentype'),
		url(../static/media/NeueHelveticaforZara-BoldCn.25f32f8e.woff2) format('woff2'),
		url(../static/media/NeueHelveticaforZara-BoldCn.7f25d356.woff) format('woff'),
		url(../static/media/NeueHelveticaforZara-BoldCn.908220b3.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Neue-Helvetica";
	font-stretch: condensed;
	src: url(../static/media/NeueHelveticaforZara-Cn.0a264359.eot);
	src:
		local('?'),
		url(../static/media/NeueHelveticaforZara-Cn.0a264359.eot?#iefix) format('embedded-opentype'),
		url(../static/media/NeueHelveticaforZara-Cn.7cb6faad.woff2) format('woff2'),
		url(../static/media/NeueHelveticaforZara-Cn.8fbe88b3.woff) format('woff'),
		url(../static/media/NeueHelveticaforZara-Cn.d20d7bba.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Neue-Helvetica";
	font-stretch: condensed;
	font-weight: 500;
	src: url(../static/media/NeueHelveticaforZara-MdCn.f787423e.eot);
	src:
		local('?'),
		url(../static/media/NeueHelveticaforZara-MdCn.f787423e.eot?#iefix) format('embedded-opentype'),
		url(../static/media/NeueHelveticaforZara-MdCn.fa37dede.woff2) format('woff2'),
		url(../static/media/NeueHelveticaforZara-MdCn.d4658b2e.woff) format('woff'),
		url(../static/media/NeueHelveticaforZara-MdCn.a4c693ff.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "ZaraSRPLS";
	font-weight: bold;
	src: url(../static/media/ZaraSRPLS_Font-Regular.443a1d43.eot);
	src:
		local('?'),
		url(../static/media/ZaraSRPLS_Font-Regular.443a1d43.eot?#iefix) format('embedded-opentype'),
		url(../static/media/ZaraSRPLS_Font-Regular.78d27c09.woff2) format('woff2'),
		url(../static/media/ZaraSRPLS_Font-Regular.61d36936.woff) format('woff'),
		url(../static/media/ZaraSRPLS_Font-Regular.086503a8.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Apercu";
	src: url(../static/media/Apercu.ea2fc91b.eot);
	src:
		local('?'),
		url(../static/media/Apercu.ea2fc91b.eot?#iefix) format('embedded-opentype'),
		url(../static/media/Apercu.aaffbd39.woff2) format('woff2'),
		url(../static/media/Apercu.37728173.woff) format('woff'),
		url(../static/media/Apercu.8d03cdc8.ttf) format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Apercu";
	font-weight: bold;
	src: url(../static/media/Apercu-bold.88011198.eot);
	src:
		local('?'),
		url(../static/media/Apercu-bold.88011198.eot?#iefix) format('embedded-opentype'),
		url(../static/media/Apercu-bold.e5be6c11.woff2) format('woff2'),
		url(../static/media/Apercu-bold.2ff84c45.woff) format('woff'),
		url(../static/media/Apercu-bold.f9d18b62.ttf) format('truetype');
}

.zds-heading-l {
	font-size: var(--font-size-heading-l);
	line-height: var(--line-height-heading-l);
	letter-spacing: var(--letter-spacing-heading-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-heading-m {
	font-size: var(--font-size-heading-m);
	line-height: var(--line-height-heading-m);
	letter-spacing: var(--letter-spacing-heading-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-heading-s {
	font-size: var(--font-size-heading-s);
	line-height: var(--line-height-heading-s);
	letter-spacing: var(--letter-spacing-heading-s);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-heading-xs {
	font-size: var(--font-size-heading-xs);
	line-height: var(--line-height-heading-xs);
	letter-spacing: var(--letter-spacing-heading-xs);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-body-l {
	font-size: var(--font-size-body-l);
	line-height: var(--line-height-body-l);
	letter-spacing: var(--letter-spacing-body-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-body-m {
	font-size: var(--font-size-body-m);
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	text-transform: none;
	font-stretch: normal;
}

.zds-body-s {
	font-size: var(--font-size-body-s);
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: none;
	font-stretch: normal;
}

.zds-label-l {
	font-size: var(--font-size-label-l);
	line-height: var(--line-height-label-l);
	letter-spacing: var(--letter-spacing-label-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-label-m {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-label-s {
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-caption-l {
	font-size: var(--font-size-caption-l);
	line-height: var(--line-height-caption-l);
	letter-spacing: var(--letter-spacing-caption-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-caption-m {
	font-size: var(--font-size-caption-m);
	line-height: var(--line-height-caption-m);
	letter-spacing: var(--letter-spacing-caption-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

.zds-caption-s {
	font-size: var(--font-size-caption-s);
	line-height: var(--line-height-caption-m);
	letter-spacing: var(--letter-spacing-caption-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

:root {
	--theme-focus-outline-width: 6px;
}

.theme,
.theme__app {
	min-height: inherit;
}

.theme {
	color: var(--color-main);
	fill: var(--color-main);
	font-family: var(--font-family-main);
	font-size: var(--font-size-body-m);
	height: 100%;
	line-height: 1.231;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	text-transform: none;
	font-stretch: normal;
}

[dir] .theme {
	background-color: var(--color-main-000);
}

.theme--keyboard-user *:focus {
	outline: var(--theme-focus-outline-width) solid var(--color-main-010);
}

.theme--mouse-user *:focus {
	/* stylelint-disable-next-line declaration-no-important */
	outline: 0 !important;
}

.button {
	box-sizing: border-box;
	color: var(--color-main-000);
	display: inline-block;
	font-size: var(--font-size-label-m); /* UX requirement */
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}[dir] .button {
	background: var(--color-main);
	border: 1px solid var(--color-main);
	cursor: pointer;
	padding: 10px;
	text-align: center;
}

[dir] .button--small {
	padding: var(--spacing-02);
}

.button:disabled {
	color: var(--color-main-060);
}

[dir] .button:disabled {
	background: var(--color-main-010);
	border-color: var(--color-main-010);
	cursor: default;
}

[dir] .button:not(:disabled):hover {
	background: var(--color-main-080);
	border-color: var(--color-main-080);
}

.button--secondary {
	color: var(--color-main);
}

[dir] .button--secondary {
	background: var(--color-main-000);
}

.button--secondary:disabled {
	color: var(--color-main-040);
}

[dir] .button--secondary:disabled {
	background: var(--color-main-000);
	border-color: var(--color-main-010);
}

.button--secondary:not(:disabled):hover {
	color: var(--color-main-080);
}

[dir] .button--secondary:not(:disabled):hover {
	background: var(--color-main-000);
	border-color: var(--color-main-080);
}

.theme--keyboard-user .button:not(.button--secondary):focus {
	outline-color: var(--color-main-020);
}

.modal {
	bottom: 0;
	position: fixed;
	top: 0;
	z-index: 10;
}[dir=ltr] .modal {
	left: 0;
	right: 0;
	text-align: left;
}[dir=rtl] .modal {
	right: 0;
	left: 0;
	text-align: right;
}

.modal__overlay {
	bottom: 0;
	display: block;
	outline: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

[dir] .modal__overlay {
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
}

[dir=ltr] .modal__overlay {
	left: 0;
	right: 0;
}

[dir=rtl] .modal__overlay {
	right: 0;
	left: 0;
}

.modal__container {
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 15;
	/* stylelint-disable-next-line order/properties-alphabetical-order */
	-webkit-overflow-scrolling: touch;
}

[dir] .modal__container {
	background-color: var(--color-main-000);
	cursor: default;
	padding: var(--spacing-03) var(--spacing-05) 0;
}

[dir=ltr] .modal__container {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}

[dir=rtl] .modal__container {
	right: 0;
	margin-right: auto;
	margin-left: auto;
	left: 0;
}

.modal__container:focus {
	outline: none;
}

.modal__header {
	align-items: flex-start;
	display: flex;
	flex-direction: column-reverse;
}

[dir] .modal__header {
	margin-bottom: var(--spacing-04);
}

.modal--no-title .modal__header {
	justify-content: flex-end;
}

.modal__close-button {
	outline: none;
}

[dir] .modal__close-button {
	background: none;
	border: none;
	cursor: pointer;
}

[dir=ltr] .modal__close-button {
	transform: translateX(-5px);
}

[dir=rtl] .modal__close-button {
	transform: translateX(5px);
}

.modal__close-icon {
	height: 24px;
	width: 24px;
}

.modal__title {
	display: block;
	flex: 0 1 auto;
	font-size: var(--font-size-heading-m);
	position: relative;
	line-height: var(--line-height-heading-m);
	letter-spacing: var(--letter-spacing-heading-m);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

[dir] .modal__title {
	margin-top: var(--spacing-06);
}

[dir=ltr] .modal__title {
	padding-right: var(--spacing-09);
	text-align: left;
}

[dir=rtl] .modal__title {
	padding-left: var(--spacing-09);
	text-align: right;
}

.modal__body {
	font-size: var(--font-size-body-m);
	-ms-overflow-style: none;
	overflow-y: scroll;
	scrollbar-width: none;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	text-transform: none;
	font-stretch: normal;
}

[dir] .modal__body {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	margin-bottom: var(--spacing-04);
	transition-duration: 0.2s;
	transition-property: border-color;
}

.modal__body::-webkit-scrollbar {
	height: 0;
	width: 0;
}

[dir] .modal--no-actions .modal__body {
	margin-bottom: 0;
	padding-bottom: var(--spacing-05);
}

[dir] .modal__body--spacer-top {
	border-top-color: var(--color-main-020);
}

[dir] .modal__body--spacer-bottom {
	border-bottom-color: var(--color-main-020);
}

.modal__actions {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

[dir] .modal__actions {
	margin: 0 -8px var(--spacing-01);
}

.modal__actions .button {
	min-width: 128px;
	width: auto;
}

[dir] .modal__actions .button {
	margin-bottom: var(--spacing-04);
}

[dir=ltr] .modal__actions .button {
	margin-left: var(--spacing-02);
	margin-right: var(--spacing-02);
}

[dir=rtl] .modal__actions .button {
	margin-right: var(--spacing-02);
	margin-left: var(--spacing-02);
}

.modal--size-s .modal__actions {
	flex-wrap: wrap;
}

/* stylelint-disable-next-line selector-max-compound-selectors */
.modal--size-s .modal__actions .button {
	width: calc(50% - var(--spacing-04));
}

/* stylelint-disable-next-line selector-max-compound-selectors */
.modal--size-s .modal__actions--multiline .button {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.modal__container {
		bottom: auto;
		height: auto;
		max-height: calc(100% - 80px);
		top: 50%;
	}
	[dir] .modal__container {
		border: 1px solid var(--color-main-020);
		padding: var(--spacing-07) var(--spacing-07) 0;
		transform: translateY(-50%);
	}

	.modal--size-s .modal__container {
		max-width: 400px;
	}

	.modal--size-m .modal__container {
		max-width: 640px;
	}

	.modal--size-l .modal__container {
		max-width: 800px;
	}

	.modal__header {
		flex-direction: row;
		justify-content: space-between;
	}

	[dir] .modal__title {
		margin-top: 0;
	}

	[dir=ltr] .modal__close-button {
		transform: translateX(5px);
	}

	[dir=rtl] .modal__close-button {
		transform: translateX(-5px);
	}

	[dir] .modal--no-actions .modal__body {
		padding-bottom: var(--spacing-07);
	}

	[dir] .modal__actions {
		margin: 0 -8px var(--spacing-04);
	}
}

.modal--type-alert .modal__container {
	bottom: auto;
	height: auto;
	max-height: calc(100% - 80px);
	max-width: calc(100% - var(--grid-lateral-margin) * 2);
	top: 50%;
}

[dir] .modal--type-alert .modal__container {
	border: 1px solid var(--color-main-020);
	padding: var(--spacing-06) var(--spacing-05);
	transform: translateY(-50%);
}

[dir] .modal--type-alert .modal__header {
	margin-bottom: var(--spacing-03);
}

[dir] .modal--type-alert .modal__title {
	margin-top: 0;
}

[dir] .modal--type-alert .modal__body {
	margin-bottom: var(--spacing-05);
}

[dir] .modal--type-alert .modal__actions {
	margin-bottom: 0;
	margin-top: 0;
}

/* stylelint-disable-next-line selector-max-compound-selectors */
.modal--type-alert .modal__actions .button {
	min-width: auto;
	width: 100%;
}
[dir] .modal--type-alert .modal__actions .button {
	margin: 0 var(--spacing-02);
}

@media screen and (min-width: 768px) {
	.modal--type-alert .modal__container {
		max-width: 360px;
	}
}

@media screen and (min-width: 1024px) {
	.modal--type-alert .modal__container {
		max-width: 312px;
	}
}

@media screen and (min-width: 1600px) {
	.modal--type-alert .modal__container {
		max-width: 408px;
	}
}

@media screen and (min-width: 1920px) {
	.modal--type-alert .modal__container {
		max-width: 520px;
	}
}

.loader {
	bottom: 0;
	position: fixed;
	top: 0;
	z-index: 10;
}[dir=ltr] .loader {
	left: 0;
	right: 0;
}[dir=rtl] .loader {
	right: 0;
	left: 0;
}

.loader__content {
	font-size: var(--font-size-label-l);
	max-width: 80%;
	min-height: 110px;
	position: absolute;
	top: 50%;
	width: 320px;
	z-index: 15;
	line-height: var(--line-height-label-l);
	letter-spacing: var(--letter-spacing-label-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

[dir] .loader__content {
	background-color: var(--color-main-000);
	border: 1px solid var(--color-main-020);
	margin-top: 0;
	padding: 20px;
	transform: translateY(-50%);
}

[dir=ltr] .loader__content {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}

[dir=rtl] .loader__content {
	right: 0;
	margin-right: auto;
	margin-left: auto;
	left: 0;
}

[dir] .loader__title {
	margin: 25px 25px 20px 25px;
	text-align: center;
}

.loader__overlay {
	bottom: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 10;
}

[dir] .loader__overlay {
	background-color: var(--color-main-000);
}

[dir=ltr] .loader__overlay {
	left: 0;
	right: 0;
}

[dir=rtl] .loader__overlay {
	right: 0;
	left: 0;
}

.loader__icon {
	box-sizing: border-box;
	content: '';
	height: 20px;
	position: relative;
	width: 20px;
}

[dir] .loader__icon {
	border: 2px solid var(--color-main-020);
	border-radius: 50%;
	border-top-color: var(--color-main-080);
	margin-top: 10px;
}

[dir=ltr] .loader__icon {
	-webkit-animation:  loader-spinner-ltr 0.7s linear infinite;
	animation:  loader-spinner-ltr 0.7s linear infinite;
	border-left-color: var(--color-main-080);
	left: 50%;
	margin-left: -10px;
}

[dir=rtl] .loader__icon {
	-webkit-animation:  loader-spinner-rtl 0.7s linear infinite;
	        animation:  loader-spinner-rtl 0.7s linear infinite;
	border-right-color: var(--color-main-080);
	right: 50%;
	margin-right: -10px;
}

@-webkit-keyframes loader-spinner-ltr {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-spinner-rtl {
	to {
		transform: rotate(-360deg);
	}
}

@keyframes loader-spinner-ltr {
	to {
		transform: rotate(360deg);
	}
}

@keyframes loader-spinner-rtl {
	to {
		transform: rotate(-360deg);
	}
}

.loader--basic {
	position: fixed;
	top: 48px;
	z-index: 11;
}

[dir=ltr] .loader--basic {
	right: 20px;
}

[dir=rtl] .loader--basic {
	left: 20px;
}

@media screen and (min-width: 768px) {
	.loader--basic {
		top: 90px;
	}

	.loader__content {
		top: 0;
	}

	[dir] .loader__content {
		margin-top: 15%;
		transform: none;
	}
}

[dir] .page-has-error {
	padding: 12px 20px;
}

.page-has-error__content {
	font-size: var(--font-size-s);
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0.2px;
}

[dir] .page-has-error__content {
	margin-top: var(--spacing-07);
}

.page-has-error__logo {
	height: auto;
	width: 220px;
}

.page-has-error__title {
	font-size: var(--font-size-heading-l);
	line-height: var(--line-height-heading-l);
	letter-spacing: var(--letter-spacing-heading-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

[dir] .page-has-error__title {
	margin-bottom: var(--spacing-07);
}

.page-has-error__description {
	font-size: var(--font-size-body-l);
	line-height: var(--line-height-body-l);
	letter-spacing: var(--letter-spacing-body-l);
	text-transform: uppercase;
	font-stretch: condensed;
	font-weight: var(--font-weight-condensed);
}

[dir] .page-has-error__description:last-of-type {
	margin-top: var(--spacing-02);
}

.page-has-error__button {
	width: auto;
}

[dir] .page-has-error__button {
	margin-top: var(--spacing-07);
}

@media screen and (min-width: 768px) {
	.page-has-error {
		display: flex;
		flex-direction: column;
		max-width: var(--grid-width);
		position: relative;
		width: 100%;
	}
	[dir] .page-has-error {
		margin: auto;
		padding: var(--spacing-07) 0;
	}

	[dir] .page-has-error__content {
		margin-top: var(--spacing-12);
	}

	[dir] .page-has-error__title {
		margin-bottom: var(--spacing-03);
	}

	[dir] .page-has-error__description:last-of-type {
		margin-top: 0;
	}
}

/* All importants required to override Equalweb widget default styles */
/* stylelint-disable declaration-no-important */
.accessibility-widget-button {
	bottom: 56px !important;
	height: 32px !important;
	position: fixed !important;
	top: initial !important;
	width: 32px !important;
}
[dir] .accessibility-widget-button {
	background: var(--color-main) !important;
	border-radius: 40px;
	margin: 0 !important;
	padding: 0 !important;
}
[dir=ltr] .accessibility-widget-button {
	right: 16px !important;
}
[dir=rtl] .accessibility-widget-button {
	left: 16px !important;
}

.accessibility-widget-button * {
	fill: var(--color-main-000) !important;
	height: 100% !important;
	stroke-width: 0 !important;
	width: 100% !important;
}

/* stylelint-disable-next-line selector-max-type */
.accessibility-widget-button:focus svg {
	fill: var(--color-main-000) !important;
}

/* stylelint-disable-next-line selector-max-id */
#INDbtnTooltip,
.accessibility-widget-button {
	z-index: 3;
}

/* stylelint-disable-next-line selector-max-id */
#INDbtnWrap {
	height: auto !important;
}

@media screen and (min-width: 768px) {
	.accessibility-widget-button {
		bottom: 40px !important;
	}
	[dir=ltr] .accessibility-widget-button {
		right: 32px !important;
	}
	[dir=rtl] .accessibility-widget-button {
		left: 32px !important;
	}
}

.chat {
	transition: z-index 1s step-end;
}

.chat .tray,
.chat .chat-panel {
	bottom: 130px;
}

/* Important required to overide ZARAFRCH styles */
.chat--over-a11y-widget .tray,
.chat--over-a11y-widget .chat-panel {
	/* stylelint-disable-next-line declaration-no-important */
	bottom: 178px !important;
}

.chat.chat--under-minicart {
	transition: none;
	/* stylelint-disable-next-line declaration-no-important */
	z-index: 1 !important;
}

/* stylelint-disable selector-max-id, selector-max-type, selector-max-compound-selectors */
#app-root,
#theme-app > div {
	min-height: inherit;
}

/*
	These styles are needed to correctly integrate the chat header
	in mobile version (responsive mode)
*/
[dir] .chat-header-container--visible ~ #app-root .layout__header {
	margin-top: 44px;
}

@media screen and (min-width: 768px) {
	[dir] .chat-header-container--visible ~ #app-root .layout__header {
		margin-top: 0;
	}
}

