@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

/*!
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
	--white: #FFFFFF;
	--black: #000000;
	--beige: #FAF5ED;
	--blue: #009FE5;
	--orange: #F3410E;
	--primary: #F3410E;
	--font-sans-serif: "Noto Sans", sans-serif;
	--link-color: #FFFFFF;
	--link-hover-color: #000000;
	--button-color: #FFF;
	--font-family-title: Chronic, sans-serif;
	--font-family-text: Noto Sans, sans-serif;
	--font-family-just: Just Another Hand, sans-serif;
	--font-family-base: Noto Sans, sans-serif;
	--container-width: 1440px;
	--container-padding: 60px;
	--font-size-h1: 3.38rem;
	--font-size-h2: 2.81rem;
	--font-size-h3: 2.5rem;
	--font-size-h4: 2rem;
	--line-height-h2: 1.2;
	--line-height-h3: 1.3;
	--line-height-h4: 1.1;
	--line-height-text: 1.4;
	--letter-spacing-text: 0.28px;
	--font-size-button: 1rem;
	--color-button: var(--white);
	--bg-color-button: var(--blue-800);
	--border-button: var(--blue-800);
	--color-hover-button: var(--blue-800);
	--bg-color-hover-button: var(--blue-800);
	--border-hover-button: var(--blue-800);
	--row-gap-paragraphs: 5rem;
	--row-gap-paragraphs-negative: -5rem;
}

.bkg-racing {
	background-color: #E2AE3B;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-racing .listing--items__item .svg-corner path {
	fill: #E2AE3B;
}

.bkg-unicorns {
	background-color: #FD5E90;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-unicorns .listing--items__item .svg-corner path {
	fill: #FD5E90;
}

.bkg-specialfairies {
	background-color: #CC8EBA;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-specialfairies .listing--items__item .svg-corner path {
	fill: #CC8EBA;
}

.bkg-unisex {
	background-color: #329365;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-unisex .listing--items__item .svg-corner path {
	fill: #329365;
}

.bkg-adventurous {
	background-color: #690D03;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-adventurous .listing--items__item .svg-corner path {
	fill: #690D03;
}

.bkg-dcplaymobil {
	background-color: #009FE5;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-dcplaymobil .listing--items__item .svg-corner path {
	fill: #009FE5;
}

.bkg-starwars {
	background-color: #000000;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-starwars .listing--items__item .svg-corner path {
	fill: #000000;
}

.bkg-marvel {
	background-color: #F11826;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-marvel .listing--items__item .svg-corner path {
	fill: #F11826;
}

.bkg-gabbydollhouse {
	background-color: #AE7FBC;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-gabbydollhouse .listing--items__item .svg-corner path {
	fill: #AE7FBC;
}

.bkg-frozen {
	background-color: #BEBEE0;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-frozen .listing--items__item .svg-corner path {
	fill: #BEBEE0;
}

.bkg-disneyprincess {
	background-color: #8B418E;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-disneyprincess .listing--items__item .svg-corner path {
	fill: #8B418E;
}

.bkg-harrypotter {
	background-color: #A67714;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-harrypotter .listing--items__item .svg-corner path {
	fill: #A67714;
}

.bkg-strangerthings {
	background-color: #000000;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-strangerthings .listing--items__item .svg-corner path {
	fill: #000000;
}

.bkg-supermario {
	background-color: #48AC49;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-supermario .listing--items__item .svg-corner path {
	fill: #48AC49;
}

.bkg-minecraft {
	background-color: #3B3E39;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-minecraft .listing--items__item .svg-corner path {
	fill: #3B3E39;
}

.bkg-dinos {
	background-color: #C95A35;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-dinos .listing--items__item .svg-corner path {
	fill: #C95A35;
}

.bkg-christmas {
	background-color: #F3410E;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-christmas .listing--items__item .svg-corner path {
	fill: #F3410E;
}

.bkg-easter {
	background-color: #007E3C;
	background-image: var(--bkg-desktop);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.bkg-easter .listing--items__item .svg-corner path {
	fill: #007E3C;
}

html {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	background-color: var(--white);
}

body {
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: var(--header-height);
}

.container {
	max-width: var(--container-width);
	width: 100%;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	margin-left: auto;
	margin-right: auto;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.visually-hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.pager {
	margin-top: 4rem;
}

.pager__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager__items li {
	margin: 0.31rem;
}

.pager__items li.is-active a {
	color: #000000;
	font-weight: bold;
}

.pager__items li a {
	font-size: 1rem;
	color: #828282;
}

.breadcrumb {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 2;
	padding-top: 2rem;
}

.breadcrumb ol {
	color: var(--white);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb__separator {
	display: inline-block;
	padding: 0 0.63rem;
}

.legal-page {
	margin-top: 5.63rem;
}

.user-login-form {
	display: -ms-flexbox;
	display: flex;
	row-gap: 1.88rem;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 6.25rem 0;
}

.user-login-form input {
	height: 2.5rem;
}

.user-login-form .js-form-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.25rem;
}

body.no-scroll {
	overflow-y: hidden;
}

#cursor {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #F3410E;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none !important;
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

#cursor.cursor--visible {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none !important;
}

#cursor.cursor--hidden {
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none !important;
}

.openid-connect-login-form {
	min-height: 100vh;
}

#edit-openid-connect-client-keycloak-login {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.listing--tabs .arrow-scroll {
	position: absolute;
	left: 50%;
	bottom: -1.88rem;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
}

.listing--tabs + .no-highlighted {
	padding-top: 5rem;
}

.arrow-scroll,
.arrow-scroll-top {
	width: 3.38rem;
	height: 3.38rem;
	margin: -1.69rem auto 0;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

.arrow-scroll img,
.arrow-scroll-top img {
	width: 100%;
	border-radius: 50%;
	height: auto;
	box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1);
}

.n-product-full .curve {
	background-image: url("../images/curva-bottom-desk.svg");
	background-position: center;
	background-size: cover;
	height: 38px;
	width: 100%;
}

#header {
	z-index: 999;
}

.layout-content {
	padding-top: 56px;
}

.arrow-scroll {
	position: relative;
	z-index: 99;
}

.back {
	width: 2.5rem;
	margin: auto;
	padding: 10px 0;
}

.back a {
	display: block;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

* {
	caret-color: transparent;
}

.link {
	display: inline-block;
	font-family: var(--font-family-title);
	text-transform: uppercase;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	background-color: var(--orange);
	padding: 0.69rem 1.88rem;
	border-radius: 3.13rem;
}

.anchors-header {
	background-color: #FAF5ED;
	position: sticky;
	z-index: 1;
	top: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100px;
}

.anchor-navigation {
	height: fit-content;
	width: fit-content;
	overflow-x: hidden;
}

.anchor-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 16px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 12px 0px;
}

.anchor-menu::-webkit-scrollbar {
	display: none;
}

.anchor-item {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.anchor-item:first-child {
	padding-left: 20px;
}

.anchor-item:last-child {
	padding-right: 20px;
}

.anchor-link {
	background-color: #009FE5;
	white-space: nowrap;
	display: block;
	padding: 9px 30px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 1.13rem;
	color: #FFFFFF;
	line-height: 1.6rem;
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.anchor-link:focus-visible {
	background-color: #F3410E;
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.anchor-link.is-active {
	background-color: #F3410E;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
	color: #FFF;
}

.full-section {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100vh - var(--header-height));
	scroll-margin-top: var(--scroll-padding-top);
	scroll-snap-align: start;
}

.kinder-slider {
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: calc(100vh - var(--header-height));
	scroll-margin-top: var(--scroll-padding-top);
}

/* Background Images */

.kinder-slider__background-images {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.kinder-slider__background-image-item {
	position: absolute;
	width: 100%;
	height: 100%;
}

.kinder-slider__background-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Thumbanail Images */

.kinder-slider__thumbnails {
	width: calc(100% - 40px);
	left: 20px;
	position: absolute;
	z-index: 3;
	bottom: 20vh;
	display: -ms-flexbox;
	display: flex;
	--slide-height: 100px;
	--slide-spacing: 16px;
	--slide-size: 100px;
}

.kinder-slider__thumbnails-viewport {
	overflow: visible;
	width: 100%;
}

.kinder-slider__thumbnails-container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-touch-action: pan-y pinch-zoom;
	touch-action: pan-y pinch-zoom;
	padding-left: calc(var(--slide-spacing) * -1);
}

.kinder-slider__slide {
	transform: translate3d(0, 0, 0);
	-ms-flex: 0 0 var(--slide-size);
	flex: 0 0 var(--slide-size);
	min-width: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: transform 0.3s ease;
}

/* Navigation */

.kinder-slider__navigation {
	width: 100%;
	position: absolute;
	z-index: 5;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	pointer-events: all !important;
	margin-bottom: calc(40vw - 28px);
	justify-self: flex-end;
}

.kinder-slider__navigation button {
	background-color: #FAF5ED;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	pointer-events: all;
	padding: 0;
	margin: 0;
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.kinder-slider__navigation button svg {
	pointer-events: none !important;
}

.kinder-slider__navigation button:disabled {
	pointer-events: none;
	opacity: 0.4;
}

.kinder-slider__navigation button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.kinder-slider__navigation button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.embla__controls {
	grid-template-columns: auto 1fr auto;
}

/* Embla */

.embla {
	position: relative;
	margin: auto;
	height: calc(100vh - var(--header-height));
	--slide-height: calc(100vh - var(--header-height));
	--slide-spacing: 0px;
	--slide-size: 100%;
	overflow: hidden;
}

.embla * {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.embla__viewport {
	height: calc(100vh - var(--header-height));
	overflow: hidden;
}

.embla__container {
	display: -ms-flexbox;
	display: flex;
	-ms-touch-action: pan-y pinch-zoom;
	touch-action: pan-y pinch-zoom;
	margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
	height: var(--slide-height);
	transform: translate3d(0, 0, 0);
	-ms-flex: 0 0 var(--slide-size);
	flex: 0 0 var(--slide-size);
	min-width: 0;
	padding-left: var(--slide-spacing);
	pointer-events: none;
}

.embla__slide > a {
	display: block;
	width: 100%;
	height: 100%;
}

.embla__slide.embla__slide--selected {
	pointer-events: all;
}

.embla__slide__number {
	box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
	font-size: 4rem;
	font-weight: 600;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: var(--slide-height);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.kinder-slider--initialized .background-image {
	opacity: 0;
}

.kinder-slider--initialized .background-image--selected { /*transition: clip-path 1.6s $ease-out-quart;*/
	opacity: 1; /*z-index: 999 !important;*/ /*clip-path: circle(100% at center);*/
}

.kinder-slider--destroyed .background-image {
	opacity: 1;
}

.cursor-mobile__container {
	position: absolute;
	bottom: calc(40vw + 200px);
	z-index: 5;
	width: 100%;
	pointer-events: none;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.cursor-mobile {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: relative;
	background-color: #F3410E;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	justify-self: center;
	pointer-events: none !important;
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.embla-thumbs {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: calc(100% - 80px);
	--thumbs-slide-spacing: 0.8rem;
	--thumbs-slide-height: 100px; /*margin-top: var(--thumbs-slide-spacing);*/
	margin-bottom: calc(40vw + 56px);
	margin-left: 40px;
	pointer-events: none;
}

.embla-thumbs__viewport {
	overflow: visible;
}

.embla-thumbs__container {
	width: 100px;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 16px;
	pointer-events: none; /* margin-left: calc(var(--thumbs-slide-spacing) * -1); */
}

.embla-thumbs__slide {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
	border: none;
	pointer-events: all;
}

.embla-thumbs__slide:not(.embla-thumbs__slide--selected) {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
	will-change: transform;
}

.embla-thumbs__slide--selected {
	-ms-transform: translateY(-18px);
	transform: translateY(-18px);
}

.embla-thumbs__slide__button {
	border: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	background-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: var(--thumbs-slide-height);
	width: 100%;
}

.embla-thumbs__slide--selected .embla-thumbs__slide__button {
	color: var(--text-body);
}

/* Embla Autoplay Progress Thumbs */

.embla__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	border-radius: 40px;
	background-color: #FFFFFF;
	height: 10px;
	justify-self: flex-end;
	-ms-flex-item-align: center;
	align-self: center;
	width: 80px;
	max-width: 80px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1);
	display: none;
	visibility: hidden;
}

.embla__progress__bar {
	background-color: #F3410E;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
	border-radius: 40px;
}

.embla__progress {
	justify-self: center;
	transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 8rem;
}

.embla__progress--hidden {
	opacity: 0;
}

.embla__progress__bar {
	animation-name: autoplay-progress;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.embla__progress--hidden .embla__progress__bar {
	animation-play-state: paused;
}

/*  Embla Autoplay Progress */

.embla__progress__mobile-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	margin-bottom: calc(40vw + 56px);
}

.embla__progress-mobile {
	position: relative;
	z-index: 1;
	border-radius: 40px;
	background-color: #FFFFFF;
	height: 10px;
	justify-self: flex-end;
	-ms-flex-item-align: center;
	align-self: center;
	width: 80px;
	max-width: 80px;
	overflow: hidden;
}

.embla__progress-mobile__bar {
	background-color: #F3410E;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
	border-radius: 40px;
}

.embla__progress-mobile {
	justify-self: center;
	transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 8rem;
}

.embla__progress-mobile--hidden {
	opacity: 0;
}

.embla__progress-mobile__bar {
	animation-name: autoplay-progress;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.embla__progress-mobile--hidden .embla__progress-mobile__bar {
	animation-play-state: paused;
}

/* Side Banner */

.kinder__side-banners {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: var(--slide-height);
	z-index: 2;
	pointer-events: none;
}

.side-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	-ms-transform: translateY(100%) translateX(0%);
	transform: translateY(100%) translateX(0%);
	z-index: 1;
	transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none;
}

.side-banner.side-banner--selected {
	transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	-ms-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
}

/* Main Images */

.kinder__main-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--slide-height) - 40vw);
	z-index: 3;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1/1;
}

.main-image {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: auto;
	z-index: 1;
	transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1), filter 0.6s cubic-bezier(0.45, 0, 0.55, 1);
	pointer-events: none;
	opacity: 0;
	will-change: transform, opacity, filter;
	max-height: calc(var(--slide-height) - 70vw); /*@include mediaUp(sm) {
    max-width: 77.813vw; // 996px in vw based on 1280 figma viewport
    max-height: var(--slide-height); // 717px in vh based on 720 figma viewport
  }*/
}

.main-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1/1;
}

.main-image.main-image--selected-prev {
	-ms-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	opacity: 0;
	filter: blur(8px);
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.main-image.main-image--selected {
	opacity: 1;
	-ms-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	filter: blur(0px);
}

.main-image.main-image--selected-next {
	-ms-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	opacity: 0;
	filter: blur(8px);
	-ms-transform-origin: center top;
	transform-origin: center top;
}

/* Background Images */

.kinder__background-images {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: var(--slide-height);
	z-index: 1;
	opacity: 1;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.background-image {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	inset: 0;
	width: 100%;
	transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: opacity; /*clip-path: circle(100% at center) !important;*/ /*&:not(.background-image--selected) {
    clip-path: circle(0% at center) !important;
  }*/
}

.background-image picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

.background-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Modals */

.kinder__modals {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.modal {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none !important;
	padding: 32px 10px;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.modal.modal--selected.modal-open {
	pointer-events: all !important;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-inner {
	max-width: 100%;
	justify-self: center;
	position: relative;
	z-index: 1;
	color: #000000;
	background-color: #FAF5ED;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	overflow: hidden; /* Apply clip-path to the inner element */ /*clip-path: inset(50% 50% round map-get($radius, '30px'));*/
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal .modal-inner h1 {
	position: absolute;
	top: 0;
	left: auto;
}

.modal .modal-inner .close-modal {
	background-color: #000000;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	cursor: pointer;
}

.modal.modal--selected.modal-open .modal-inner { /* Expand to full size when open */ /*clip-path: inset(0% 0% round map-get($radius, '30px'));*/
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.modal.modal--selected:not(.modal-open) .modal-inner { /* Contract to center when closed */ /*clip-path: inset(50% 50% round map-get($radius, '30px'));*/
	-ms-transform: translateY(110%);
	transform: translateY(110%);
}

.modal-inner {
	position: relative;
}

.embla-modal {
	padding: 78px 24px 0px;
	width: 100%;
	height: calc(100% - 150px);
	--slide-height: 100%;
	--slide-spacing: 20px;
	--slide-size: 100%;
	margin: 0;
}

.embla-modal__viewport {
	overflow: hidden;
	height: 100%;
	border-radius: 30px;
}

.embla-modal__viewport .embla-modal__slide {
	cursor: grab;
}

.embla-modal__viewport.embla-modal--is-dragging .embla-modal__slide {
	cursor: grabbing;
}

.embla-modal__container {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-touch-action: pan-y pinch-zoom;
	touch-action: pan-y pinch-zoom;
	gap: var(--slide-spacing);
	padding-left: calc(var(--slide-spacing) * -1);
	border-radius: 30px;
}

.embla-modal__slide {
	height: var(--slide-height);
	transform: translate3d(0, 0, 0);
	-ms-flex: 0 0 var(--slide-size);
	flex: 0 0 var(--slide-size);
	min-width: 0;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	aspect-ratio: 900/506;
}

.embla-modal__slide__content {
	width: 100%;
	border-radius: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	aspect-ratio: 900/506;
	position: relative;
	z-index: 1;
	max-height: 100%;
}

.embla-modal__slide__content video {
	display: block;
	width: 100%;
	height: fit-content; /*max-height: 100%;*/ /*height: 100%;*/
	border-radius: 30px;
	object-fit: contain; /*aspect-ratio: 900 / 506;*/
	-ms-transform-origin: center;
	transform-origin: center; /*transform: translateY(50%);*/
	-ms-flex-item-align: center;
	align-self: center;
	position: absolute;
	inset: 0;
}

.embla-modal__slide__content picture {
	width: 100%;
	height: fit-content; /*height: 100%;*/
	-ms-flex-item-align: center;
	align-self: center;
	object-fit: contain;
	aspect-ratio: 900/506;
	max-height: 100%;
}

.embla-modal__slide__content img {
	width: 100%;
	height: fit-content; /* height: 100%;*/
	-ms-flex-item-align: center;
	align-self: center;
	object-fit: contain;
	aspect-ratio: 900/506;
	max-height: 100%;
}

.embla-modal__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.embla-modal__buttons {
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.embla-modal__button {
	background-color: #009FE5;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	pointer-events: all;
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.embla-modal__button svg path {
	fill: #FFFFFF;
}

.embla-modal__button:disabled {
	pointer-events: none;
	opacity: 1;
}

.embla-modal__button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.embla-modal__button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.embla-modal__button:disabled {
	color: yellow;
}

.embla-modal__button__svg {
	width: 35%;
	height: 35%;
}

.embla-modal__dots {
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding: 10px 0px;
	margin: 0 auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.embla-modal__dots::-webkit-scrollbar {
	display: none;
}

.embla-modal__dot {
	background-color: transparent;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-tap-highlight-color: transparent !important;
	appearance: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 10px 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.embla-modal__dot:after {
	width: 20px;
	height: 10px;
	border-radius: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000000;
	opacity: 0.2;
	content: "";
	transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: width;
}

.embla-modal__dot--selected:after {
	width: 40px;
	background-color: #009FE5;
	opacity: 1;
}

.contents > div.contains-highlighted:nth-of-type(odd) .listing--items__wrapper {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.contents > div.contains-highlighted:nth-of-type(even) .listing--items__wrapper {
	-ms-flex-direction: row;
	flex-direction: row;
}

.contents > div.contains-highlighted .col-6 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.contents > div.contains-highlighted .col-6 .listing--items__item {
	width: 100%;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(1) {
	grid-area: 1/1/2/2;
	width: 100%;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(2) {
	grid-area: 1/2/2/3;
	width: 100%;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(3) {
	grid-area: 2/1/3/2;
	width: 100%;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(4) {
	grid-area: 2/2/3/3;
	width: 100%;
}

.contents > div.contains-highlighted .col-6.with-hightlighted {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

.contents > div.contains-highlighted .col-6.with-hightlighted .listing--items__item {
	grid-area: 1/1/2/2;
	width: 100%;
}

.listing--items {
	position: relative;
	padding: 10px 0;
}

.listing--items__wrapper {
	display: -ms-flexbox;
	display: flex;
	column-gap: 1.5rem;
}

.listing--items__wrapper.full {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 24px;
}

.listing--items__wrapper .col-6 {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

.listing--items__wrapper .col-2 {
	width: 100%;
}

.listing--items__wrapper .col-2 .listing--items__item {
	width: 100%;
}

.listing--items.no-highlighted { /*
  &:nth-child(odd){
    .col-2{
      &:nth-child(odd){
        @include mediaOnly(xs){
          margin-top: 0;
        }

      }
      &:nth-child(even){
        @include mediaOnly(xs){
          margin-top: -80px;
        }

      }
    }

  }
  &:nth-child(even){
    .col-2{
      &:nth-child(even){
        @include mediaOnly(xs){
          margin-top: 0;
        }

      }
      &:nth-child(odd){
        @include mediaOnly(xs){
          margin-top: -80px;
        }

      }
    }
  }

   */
}

.listing--items__item {
	position: relative;
	z-index: 1;
	aspect-ratio: 1/1;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
	border-radius: 25px;
	background-color: rgba(250, 245, 237, 0.2);
	width: 50%;
}

.listing--items__item .svg-corner {
	height: auto;
	width: 4.38rem;
}

.listing--items__item .listing--items__item-button {
	width: 2.25rem;
	height: 2.25rem;
}

.listing--items__item img {
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--items__item.highlighted {
	width: 100%;
}

.listing--items__item-button {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	background-color: #F3410E;
	border-radius: 50%;
	aspect-ratio: 1/1;
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--items__item-button svg {
	width: 80%;
	aspect-ratio: 1/1;
}

.listing--items__item-button:disabled {
	pointer-events: none;
	opacity: 1;
}

.listing--items__item-button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.listing--items__item-button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.svg-corner {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.debug-index {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-weight: bold;
}

/* Modal styles */

.listing-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	pointer-events: none;
	display: none;
}

.listing-modal.is-visible {
	display: block;
}

.listing-modal model-viewer {
	margin: auto;
	width: auto;
	height: 100%;
	display: block;
}

.listing-modal .swiper-slide {
	overflow: hidden;
}

.listing-modal video {
	width: auto;
	height: 100%;
	margin: auto;
	position: relative;
	top: auto;
	left: auto;
}

.listing-modal .swiper-product-modal {
	width: 100%;
	height: 65vh;
}

.listing-modal .swiper-slide {
	height: 100%;
	width: auto;
}

.listing-modal .swiper-slide img {
	width: auto;
	height: 100%;
	margin: auto;
}

.listing-modal .swiper-content-navigation {
	position: absolute;
	top: -3.75rem;
	left: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-pack: center;
	justify-content: center;
}

.listing-modal .swiper-prev-btn,
.listing-modal .swiper-next-btn {
	cursor: pointer;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 1000;
	background-image: url("../images/arrow-up-w.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	left: 200px;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1);
}

.listing-modal .swiper-next-btn {
	background-image: url("../images/arrow-down-w.svg");
	left: 0;
}

.listing-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-top: 20vh;
	transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
	opacity: 0;
}

.listing-modal[aria-hidden=true] .listing-modal__overlay {
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}

.listing-modal[aria-hidden=false] .listing-modal__overlay {
	pointer-events: all;
	opacity: 1;
}

.listing-modal__container {
	background-color: white;
	padding: 30px;
	width: 76.111vw;
	height: 100%;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	overflow-y: hidden;
	opacity: 1;
	box-sizing: border-box;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing-modal[aria-hidden=false] .listing-modal__container {
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing-modal__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.listing-modal__title {
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #00396f;
}

.listing-modal__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 5px;
	background: #000000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: auto;
}

.listing-modal__content {
	margin-bottom: 30px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	position: relative;
}

.listing-modal__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.listing-modal__button {
	background-color: #009fe5;
	border: 0;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.listing-modal__button:hover {
	background-color: #007bb1;
}

.listing--hero {
	width: 100%;
	height: calc(100vh - 75px);
	padding: 4px 15px 85px;
}

.listing--hero__media-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

.listing--hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.listing--hero__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.listing--hero__svg-container {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: fit-content;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing--hero__button {
	width: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	border: none;
	top: 10px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--hero__button svg {
	height: 100%;
	display: block;
	padding-top: 4px;
	aspect-ratio: 1/1;
}

.listing--hero__button:disabled {
	pointer-events: none;
	opacity: 1;
}

.listing--hero__button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.listing--hero__button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--tabs {
	position: relative;
	padding: 1.75rem 0 5.5rem;
	height: auto;
	background-image: url("../images/bkg-key-feature.svg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1320/717;
}

.listing--tabs__header {
	position: relative;
	inset: 0;
	padding: 30px 0px 0;
	z-index: 3;
	width: 100%;
	height: fit-content;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: max-content;
}

.listing--tabs__header .svg-container.mobile {
	display: none;
}

.listing--tabs__header h4 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	color: var(--blue);
}

.listing--tabs__tabs {
	position: relative;
	padding: 1px 40px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	max-width: max-content;
	margin: auto;
	border-radius: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.listing--tabs__tabs li {
	position: relative;
	z-index: 10;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.background {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	background: #FFFFFF;
	height: calc(100% - 10px);
}

.svg-container {
	height: 10px;
	width: fit-content;
	position: absolute;
	z-index: 0;
	inset: 0;
	left: 0;
	top: calc(100% - 10px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.svg-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-100vw + 30px);
	width: calc(100vw - 30px);
	height: 100%;
	background: #FFFFFF;
}

.svg-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: calc(-100vw + 30px);
	width: calc(100vw - 30px);
	height: 100%;
	background: #FFFFFF;
}

.red-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -5px;
	left: 0;
	background: #F3410E;
	border-radius: 50%;
	z-index: 4;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.listing--tabs__tab {
	width: 180px;
}

.listing--tabs__tab-button {
	appearance: none;
	border: none;
	background: transparent;
	color: #009FE5;
	width: 100%;
	min-height: 48px;
	font-size: 12px;
	font-weight: 700;
}

.listing--tabs__content {
	width: 100%;
	max-width: 56.25rem;
	border-radius: 3.13rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: -25px auto auto;
}

.listing--tabs__item {
	width: 100%;
	overflow: hidden;
	border-radius: 50px;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--tabs__item img,
.listing--tabs__item video {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 900/506;
	height: auto;
}

/* Stili per la gestione delle tabs */

.listing--tabs__item.is-hidden {
	opacity: 0;
	position: absolute;
}

.listing--tabs__item.is-visible {
	opacity: 1;
}

.is-active {
	opacity: 1;
	color: #F3410E;
}

/*.listing--tabs__tab-button {*/

/*  opacity: 0.6;*/

/*  transition: opacity 0.3s ease;*/

/*
}*/

.listing--full-media {
	width: 100%;
	padding-bottom: 48px;
}

.listing--full-media__inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.listing--full-media__wrapper {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: calc(100vh - 128px);
}

.listing--full-media__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.listing--full-media__svg-container {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: fit-content;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing--full-media__button {
	width: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	border: none;
	top: 10px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--full-media__button svg {
	height: 100%;
	display: block;
	padding-top: 4px;
	aspect-ratio: 1/1;
}

.listing--full-media__button:disabled {
	pointer-events: none;
	opacity: 1;
}

.listing--full-media__button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.listing--full-media__button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--applaydu {
	position: relative;
	z-index: 1;
	width: 100%;
	height: calc(100vh - 75px);
	padding: 4px 15px 85px;
}

.listing--applaydu__media-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

.listing--applaydu__media-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top right;
}

.listing--applaydu__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.listing--applaydu__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.listing-applaydu__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	padding: 5vw;
	right: 0;
	width: 100%;
	height: 100%; /* & > img {
     width: 100%;
     height: auto;
   }*/
}

.listing--applaydu__wrapper-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing--applaydu__wrapper-inner > img {
	aspect-ratio: 450/406;
	display: block;
	width: 90%;
}

.listing--applaydu__wrapper-inner a {
	height: 50px;
}

.listing--applaydu__wrapper-inner a img {
	height: 50px;
}

.listing--applaydu__svg-container {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: fit-content;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing--applaydu__button {
	width: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	border-radius: 50%;
	border: none;
	top: 10px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.5s cubic-bezier(0.45, 0, 0.55, 1), background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.listing--applaydu__button svg {
	height: 100%;
	display: block;
	margin-top: -2px;
	aspect-ratio: 1/1;
}

.listing--applaydu__button:disabled {
	pointer-events: none;
	opacity: 1;
}

.listing--applaydu__button:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	cursor: not-allowed !important;
	pointer-events: all;
	border-radius: 50%;
	z-index: 1;
}

.listing--applaydu__button:focus-visible {
	outline-offset: 3px;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.bdi-local-activation-service-menu-left,
.bdi-local-activation-service-menu-right {
	transition: all 0.5s ease;
}

.bdi-local-activation-visually-hidden,
.bdi-local-activation-skip-link {
	display: none !important;
}

@media (hover: hover) {

.anchor-link:hover {
	background-color: #F3410E;
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.kinder-slider__navigation button:not(:disabled):hover {
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.embla-modal__button:not(:disabled):hover {
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--items__item:hover {
	background-color: rgba(250, 245, 237, 0.3);
}

.listing--items__item:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.listing--items__item:hover .listing--items__item-button:not(:disabled) {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--items__item-button:not(:disabled):hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--hero__button:not(:disabled):hover {
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--full-media__button:not(:disabled):hover {
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.listing--applaydu__button:not(:disabled):hover {
	-ms-transform: scale(1.05) rotate(0deg);
	transform: scale(1.05) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
	animation: anchors-hover-animation 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

}

@media (min-width: 0) {

body {
	padding-top: 0;
}

}

@media (min-width: 640px) {

.kinder-slider__navigation {
	width: fit-content;
	right: 0;
	gap: 10px;
	margin-bottom: auto;
	padding-bottom: 63px;
	aspect-ratio: auto;
	pointer-events: all !important;
}

.kinder-slider__navigation .kinder-slider__nav-next {
	margin-right: 40px;
}

.cursor-mobile__container {
	width: 100%;
	bottom: 200px;
}

.cursor-mobile {
	width: 70px;
	height: 70px;
}

.cursor-mobile svg {
	width: 42px;
	height: 42px;
}

.embla-thumbs {
	width: calc(100% - 310px);
	margin-bottom: 50px;
	margin-left: 40px;
	pointer-events: none;
}

.embla-thumbs__container {
	width: 100%;
}

.embla-thumbs__slide {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.embla__progress {
	display: block;
	visibility: visible;
}

.embla__progress__mobile-container {
	display: none;
}

.side-banner {
	right: 0;
	left: auto;
	width: auto;
	height: var(--slide-height);
	aspect-ratio: 224/717;
	-ms-transform: translateY(0%) translateX(100%);
	transform: translateY(0%) translateX(100%);
}

.side-banner img {
	height: var(--slide-height);
}

.kinder__main-images {
	height: var(--slide-height);
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 996/717;
}

.main-image img {
	max-width: 77.813vw;
	max-height: var(--slide-height);
	aspect-ratio: 996/717;
}

.modal {
	padding: 19px 92px !important;
}

.modal .modal-inner {
	max-width: 90%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.embla-modal {
	padding: 70px 98px !important;
	height: 100%;
	--slide-spacing: 90px;
}

.embla-modal__buttons {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 20px;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

}

@media (min-width: 1024px) {

.anchors-header {
	height: fit-content;
	top: 56px;
}

.anchor-navigation {
	overflow-x: visible;
}

.anchor-menu {
	overflow-x: visible;
}

.cursor-mobile__container {
	display: none;
	visibility: hidden;
}

.embla-modal__dots {
	padding: 20px 0px;
	position: absolute;
	bottom: 0;
}

.listing--items {
	padding: 24px 0;
}

.listing--items + .listing--items {
	padding-top: 0;
}

.listing--hero {
	padding: 22px 60px 90px;
}

.listing--tabs {
	margin: 24px 0;
}

.listing--tabs__tab-button {
	font-size: 16px;
}

.listing--applaydu {
	padding: 22px 60px 90px;
}

.listing-applaydu__wrapper {
	width: 50%;
}

.listing--applaydu__wrapper-inner a {
	height: 3.472vw;
}

.listing--applaydu__wrapper-inner a img {
	height: 3.472vw;
}

}

@media (min-width: 1280px) {

.side-banner {
	right: 0;
	left: auto;
	width: auto;
	height: var(--slide-height);
	aspect-ratio: 369/717;
	-ms-transform: translateY(0%) translateX(100%);
	transform: translateY(0%) translateX(100%);
}

.side-banner img {
	height: var(--slide-height);
}

}

@media (max-width: 1390px) {

html {
	font-size: 1.1510791367vw;
}

}

@media (max-width: 1024px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1023px) {

:root {
	--font-size-h1: 2.5rem;
	--font-size-h2: 2rem;
	--font-size-h3: 1.63rem;
	--font-size-h4: 1.5rem;
	--row-gap-paragraphs: 3rem;
	--row-gap-paragraphs-negative: -3rem;
	--container-padding: 15px;
}

.link {
	font-size: 26px;
}

.contents > div.contains-highlighted:nth-of-type(odd) .listing--items__wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
}

.contents > div.contains-highlighted:nth-of-type(even) .listing--items__wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
}

.listing--items__wrapper.full {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

.listing--items__wrapper .col-6 {
	width: 100%;
}

.listing--items__item {
	border-radius: 25px;
}

.listing--items__item .svg-corner {
	height: auto;
	width: 4.38rem;
}

.listing--items__item .listing--items__item-button {
	width: 2.25rem;
	height: 2.25rem;
}

.listing-modal .swiper-prev-btn,
.listing-modal .swiper-next-btn {
	width: 40px;
	height: 40px;
}

.listing--tabs__tabs li {
	-ms-flex: none;
	flex: none;
	padding: 0 30px;
}

.listing--tabs__tab {
	width: auto;
	text-align: center;
}

}

@media (max-width: 639px) {

.bkg-racing {
	background-image: var(--bkg-mobile);
}

.bkg-unicorns {
	background-image: var(--bkg-mobile);
}

.bkg-specialfairies {
	background-image: var(--bkg-mobile);
}

.bkg-unisex {
	background-image: var(--bkg-mobile);
}

.bkg-adventurous {
	background-image: var(--bkg-mobile);
}

.bkg-dcplaymobil {
	background-image: var(--bkg-mobile);
}

.bkg-starwars {
	background-image: var(--bkg-mobile);
}

.bkg-marvel {
	background-image: var(--bkg-mobile);
}

.bkg-gabbydollhouse {
	background-image: var(--bkg-mobile);
}

.bkg-frozen {
	background-image: var(--bkg-mobile);
}

.bkg-disneyprincess {
	background-image: var(--bkg-mobile);
}

.bkg-harrypotter {
	background-image: var(--bkg-mobile);
}

.bkg-strangerthings {
	background-image: var(--bkg-mobile);
}

.bkg-supermario {
	background-image: var(--bkg-mobile);
}

.bkg-minecraft {
	background-image: var(--bkg-mobile);
}

.bkg-dinos {
	background-image: var(--bkg-mobile);
}

.bkg-christmas {
	background-image: var(--bkg-mobile);
}

.bkg-easter {
	background-image: var(--bkg-mobile);
}

.n-product-full .curve {
	background-image: url("../images/curva-bottom-mobile.svg");
	height: 82px;
}

.layout-content {
	padding-top: 50px;
}

.toolbar .toolbar-bar {
	z-index: 999;
}

.back {
	padding: 30px 0;
}

.anchors-header {
	height: auto;
}

.contents > div.contains-highlighted .col-6 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(5, 1fr);
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(1) {
	grid-column: 1;
	grid-row: 1/span 2;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(2) {
	grid-column: 2;
	grid-row: 2/span 2;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(3) {
	grid-column: 1;
	grid-row: 3/span 2;
}

.contents > div.contains-highlighted .col-6 .listing--items__item:nth-child(4) {
	grid-column: 2;
	grid-row: 4/span 2;
}

.listing--items__wrapper .col-2 {
	aspect-ratio: 1/1;
	max-width: unset;
	overflow: hidden;
	width: calc(50% - 12px);
}

.listing--items.no-highlighted .listing--items__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 24px;
}

.listing--items.no-highlighted .listing--items__wrapper .col-2:nth-child(odd) {
	margin-top: -80px;
}

.listing-modal model-viewer {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.listing-modal .swiper-product-modal {
	height: 70vh;
}

.listing-modal .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.listing-modal .swiper-slide img {
	width: 100%;
	height: auto;
	margin: auto;
}

.listing-modal__container {
	width: 100%;
	height: 100vh;
}

.listing--tabs {
	background-image: url("../images/bkg-key-feature-mob.svg");
	background-size: 100% 100%;
	padding: 0;
	margin: 0 0 58px;
	aspect-ratio: 342/653;
	background-position: top center;
}

.listing--tabs__header {
	max-width: 300px;
	padding-bottom: 10px;
}

.listing--tabs__header .svg-container.mobile {
	display: block;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.listing--tabs__header .svg-container.mobile svg {
	display: block;
	height: 10px;
	width: auto;
}

.listing--tabs__header h4 {
	margin-bottom: 15px;
}

.listing--tabs__tabs li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 9px;
}

.listing--tabs__tabs {
	background-color: #FFF;
	padding: 1px 50%;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.svg-container {
	display: none;
}

.red-dot {
	display: block;
	left: 50% !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	border: 5px solid #FAF5ED;
	box-sizing: content-box;
}

.listing--tabs__content {
	margin-top: -45px;
	border-radius: 18px;
	padding-left: 8vw;
	padding-right: 8vw;
}

.listing--tabs__item {
	border-radius: 18px;
}

.listing--tabs__item img,
.listing--tabs__item video {
	aspect-ratio: 280/475;
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1) rotate(0deg);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08) rotate(1.5deg);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08) rotate(-1.5deg);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1) rotate(0deg);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08) rotate(1.5deg);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08) rotate(-1.5deg);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08) rotate(0deg);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

@keyframes autoplay-progress {

0% {
	transform: translate3d(0, 0, 0);
}

100% {
	transform: translate3d(100%, 0, 0);
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

@keyframes anchors-hover-animation {

0% {
	transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

25% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

50% {
	transform: scale(1);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

75% {
	transform: scale(1.08);
	box-shadow: 4px 8px 2px 0px rgba(0, 0, 0, 0.15);
}

100% {
	transform: scale(1.08);
	box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

}

