.store-selector-select {
	position: relative;
	text-transform: uppercase;
}[dir] .store-selector-select {
	margin-bottom: 10px;
}

.store-selector-select__button {
	box-sizing: border-box;
	font-size: var(--font-size-body-s);
	height: 28px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	text-transform: inherit;
	white-space: nowrap;
	width: 100%;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	font-stretch: var(--font-stretch-normal);
	font-weight: var(--font-weight-light);
}

[dir] .store-selector-select__button {
	background: none;
	border: 1px solid var(--color-main-020);
	cursor: pointer;
	padding: 5px;
}

[dir=ltr] .store-selector-select__button {
	text-align: left;
}

[dir=rtl] .store-selector-select__button {
	text-align: right;
}

.store-selector-select__arrow {
	height: 8px;
	position: absolute;
	top: 50%;
	width: 8px;
}

[dir] .store-selector-select__arrow {
	transform: translateY(-50%);
}

[dir=ltr] .store-selector-select__arrow {
	right: 8px;
}

[dir=rtl] .store-selector-select__arrow {
	left: 8px;
}

.store-selector-select__item-list {
	bottom: 0;
	box-sizing: border-box;
	max-height: 120px;
	overflow-x: auto;
	overflow-y: auto;
	position: static;
	width: 100%;
}

[dir] .store-selector-select__item-list {
	background-color: var(--color-main-000);
	border: 1px solid var(--color-main-020);
}

[dir=ltr] .store-selector-select__item-list {
	left: 0;
}

[dir=rtl] .store-selector-select__item-list {
	right: 0;
}

.store-selector-select__item {
	align-items: baseline;
	display: flex;
	font-size: 12px;
	overflow: hidden;
}

[dir] .store-selector-select__item {
	cursor: pointer;
}

[dir=ltr] .store-selector-select__item {
	padding: 2px 20px 2px 12px;
}

[dir=rtl] .store-selector-select__item {
	padding: 2px 12px 2px 20px;
}

[dir=ltr] .store-selector-select__item--has-icon {
	padding-left: 0;
}

[dir=rtl] .store-selector-select__item--has-icon {
	padding-right: 0;
}

[dir] .store-selector-select__item--selected {
	background-color: var(--color-main-020);
}

.store-selector-select__item-icon {
	flex-shrink: 0;
	height: 8px;
	width: 8px;
}

[dir] .store-selector-select__item-icon {
	margin: 0 2px;
}

.store-selector-select__menu {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.store-selector-select__menu--open {
	display: block;
}

.store-selector-select__legend {
	font-size: 12px;
}

.store-selector__legend {
	display: inline-block;
}[dir] .store-selector__legend {
	background: var(--color-main-000);
	margin-top: var(--spacing-02);
}[dir=ltr] .store-selector__legend {
	padding-right: var(--spacing-01);
}[dir=rtl] .store-selector__legend {
	padding-left: var(--spacing-01);
}

.store-selector__icon {
	height: 8px;
	width: 8px;
}

@media screen and (min-width: 768px) {
	[dir] .store-selector__button {
		margin-top: var(--spacing-06);
	}
}

.worldwide__logo {
	display: none;
}

.worldwide__background {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.worldwide__logo,
.worldwide__store-selectors-wrapper {
	position: relative;
	z-index: 2;
}

.worldwide__store-selectors-wrapper {
	bottom: 80px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
}

[dir] .worldwide__store-selectors-wrapper {
	padding: 32px 32px 48px;
}

[dir] .worldwide__store-selectors .store-selector-select {
	background: var(--color-background-base);
	margin-bottom: 16px;
}

.worldwide__store-selectors .store-selector-select__button {
	height: auto;
}

[dir=ltr] .worldwide__store-selectors .store-selector-select__button {
	padding: 8px 16px 8px 8px;
}

[dir=rtl] .worldwide__store-selectors .store-selector-select__button {
	padding: 8px 8px 8px 16px;
}

.worldwide__related-store {
	display: none;
}

.worldwide__canonical-list {
	position: absolute;
	width: 999px;
}

[dir=ltr] .worldwide__canonical-list {
	left: -9999px;
}

[dir=rtl] .worldwide__canonical-list {
	right: -9999px;
}

.worldwide__cookies-config {
	bottom: 40px;
	color: var(--color-content-inverse);
	display: inline-block;
	font-size: var(--font-size-body-s);
	height: auto;
	max-width: 100%;
	opacity: 0.8;
	position: absolute;
	width: auto;
	line-height: var(--line-height-body-s);
	letter-spacing: var(--letter-spacing-body-s);
	text-transform: uppercase;
	font-stretch: var(--font-stretch-normal);
	font-weight: var(--font-weight-light);
}

[dir] .worldwide__cookies-config {
	background: var(--color-background-contrast);
	border: 1px solid var(--color-content-inverse);
	cursor: pointer;
	padding: 6px;
}

[dir=ltr] .worldwide__cookies-config {
	left: 50%;
	transform: translateX(-50%);
}

[dir=rtl] .worldwide__cookies-config {
	right: 50%;
	transform: translateX(50%);
}

.worldwide__cookies-text {
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.worldwide__logo {
		display: block;
		fill: var(--color-content-inverse);
		width: 175px;
	}
	[dir] .worldwide__logo {
		margin-top: 32px;
	}
	[dir=ltr] .worldwide__logo {
		margin-left: 32px;
	}
	[dir=rtl] .worldwide__logo {
		margin-right: 32px;
	}

	.zds-theme--dark .worldwide__logo {
		fill: var(--color-content-high);
	}

	.worldwide__store-selectors-wrapper {
		position: relative;
	}

	[dir] .worldwide__store-selectors-wrapper {
		margin-top: 320px;
	}

	[dir=ltr] .worldwide__store-selectors-wrapper {
		padding-left: 72px;
	}

	[dir=rtl] .worldwide__store-selectors-wrapper {
		padding-right: 72px;
	}

	.worldwide__store-selectors {
		align-items: flex-start;
		display: flex;
	}

	.worldwide__store-selectors .store-selector-select {
		max-width: 240px;
		width: 100%;
	}

	[dir=ltr] .worldwide__store-selectors .store-selector-select {
		margin-right: 16px;
	}

	[dir=rtl] .worldwide__store-selectors .store-selector-select {
		margin-left: 16px;
	}

	.worldwide__store-selectors .store-selector__button {
		height: 34px;
		width: auto;
	}

	[dir] .worldwide__store-selectors .store-selector__button {
		border: 1px solid var(--color-content-inverse);
		margin: 0;
		padding: 6px 16px;
	}

	.worldwide__related-store {
		color: var(--color-content-inverse);
		display: inline-block;
		font-size: 16px;
		font-stretch: var(--font-stretch-condensed);
		font-weight: 300;
		height: auto;
		letter-spacing: 0.3px;
		opacity: 0.8;
		width: auto;
	}

	[dir] .worldwide__related-store {
		background: var(--color-background-contrast);
		border: 1px solid var(--color-content-inverse);
		padding: 6px;
	}

	/* stylelint-disable-next-line selector-max-type */
	.worldwide__related-store a {
		font-weight: var(--font-weight-medium);
		text-transform: uppercase;
	}

	.worldwide__cookies-config {
		bottom: var(--spacing-15);
	}
}

@media screen and (min-width: 1024px) {
	[dir] .worldwide__logo {
		margin-top: 60px;
	}
	[dir=ltr] .worldwide__logo {
		margin-left: 120px;
	}
	[dir=rtl] .worldwide__logo {
		margin-right: 120px;
	}
}

