/* General Typography
-------------------------------------------------------------- */
#toystory5 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
}

#toystory5 h1,
#toystory5 h2,
#toystory5 h3,
#toystory5 h4,
#toystory5 h5,
#toystory5 h6 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.6px;
}

#toystory5 p {
	margin-top: 0;
	font-size: 1.5714285rem;
	line-height: 1.22;
}



/* General Layout
-------------------------------------------------------------- */
#toystory5 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	max-width: 600px;
	margin: 0 auto;
}

#toystory-intro,
#toystory-body,
#toystory-conclusion {
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 64em) {
	#content {
		background: linear-gradient(#fff 40%, #ffdd00 60%);
	}

	#toystory5 {
		max-width: 1920px;
		flex-direction: row;
	}

	#toystory-intro {
		width: 25%;
	}

	#toystory-body {
		width: 50%;
	}

	#toystory-conclusion {
		width: 25%;
	}
}



/* Intro
-------------------------------------------------------------- */
#toystory-intro {
	background: #fff;
}

#toystory-intro .toystory-intro-content {
	padding: 20px;
}

#toystory-intro h2 {
	margin: 20px 0 10px;
	color: #34638f;
	font-size: 1.5rem;
}

#toystory-intro p {
	color: #34638f;
	font-size: 1.3571428rem;
	text-align: center;
}

@media only screen and (min-width: 48em) {

}

@media only screen and (min-width: 64em) {
	#toystory-intro {
		background: linear-gradient(#fff 40%, #ffdd00 60%);
	}
}

@media only screen and (min-width: 80em) {
	#toystory-intro .toystory-intro-content {
		padding: 28px;
	}
}



/* Body
-------------------------------------------------------------- */
#toystory-body {
	margin-top: 60px;
	padding: 20px;
	background: linear-gradient(#fff 35%, #8dc63f 75%);
}

#toystory-body h1 {
	margin: 0 0 10px;
	color: #34638f;
	font-size: 4.285714rem;
}

#toystory-body p {
	color: #34638f;
	text-align: center;
}

#toystory-body .actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 25px;
}

#toystory-body .toystory-collect {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 10px 10px 70px;
	background: #cf3339;
	border-radius: 13px;
	color: #fff;
	font-size: 1.285714rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.6px;
}

#toystory-body .toystory-collect::after {
	content: '';
	position: absolute;
	top: -48px;
	left: -30px;
	width: 110px;
	height: 139px;
	background: url(../img/promo_june2026/toystory-spoons.png) no-repeat 50% 50%;
	background-size: 100%;
}

#toystory-body .toystory-exclusive {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 90px 10px 10px;
	background: #ffdd00;
	border-radius: 13px;
	color: #34638f;
	font-size: 1.285714rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.6px;
}

#toystory-body .toystory-exclusive strong {
	display: block;
	color: #cf3339;
	font-size: 1.285714rem;
}

#toystory-body .toystory-exclusive::after {
	content: '';
	position: absolute;
	top: -35px;
	right: -20px;
	width: 110px;
	height: 134px;
	background: url(../img/promo_june2026/toystory-cup.png) no-repeat 50% 50%;
	background-size: 100%;
}

#toystory-body .downloads {
	margin-top: 60px;
	position: relative;
	padding: 30px 20px 20px;
	border: 1px solid #fff;
}

#toystory-body .downloads h2 {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.7142857rem;
	font-weight: 400;
	line-height: 1;
}

#toystory-body .downloads h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	left: -20px;
	z-index: -1;
	background-color: #8dc63f;
}

#toystory-body .download-wrap {
	display: flex;
	align-items: stretch;
	column-gap: 10px;
}

#toystory-body figure {
	margin: 0 0 30px;
}

#toystory-body figcaption {
	display: block;
	padding: 18px 0 0;
	color: #34638f;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

#toystory-body .video-wrap {
	position: relative;
	height: 0;
	padding-bottom: 53.948717%;
	background-color: #000;
}

#toystory-body .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

@media only screen and (min-width: 64em) {
	#toystory-body {
		margin-top: 0;
		padding-bottom: 160px;
		background: linear-gradient(#fff 35%, #8dc63f 55%);
	}

	#toystory-body .download-wrap {
		column-gap: 18px;
	}

	#toystory-body .downloads h2 {
		font-size: 2.285714rem;
	}
}

@media only screen and (min-width: 80em) {
	#toystory-body {
		padding: 40px 60px 160px;
	}

	#toystory-body figure {
		margin: 0 0 30px;
		padding-right: 40px;
		padding-left: 40px;
	}

	#toystory-body .actions {
		flex-direction: row;
		align-items: stretch;
		justify-content: center;
		row-gap: 0;
		column-gap: 25px;
	}

	#toystory-body .toystory-collect {
		max-width: 290px;
		padding-left: 60px;
	}

	#toystory-body .toystory-collect::after {
		top: -20px;
		left: -50px;
	}

	#toystory-body .toystory-exclusive {
		max-width: 335px;
		padding-right: 100px;
	}

	#toystory-body .toystory-exclusive::after {
		top: -30px;
	}
}

@media only screen and (min-width: 1920px) {
	#toystory-body .toystory-collect {
		font-size: 1.5714285rem;
	}

	#toystory-body .toystory-collect::after {
		top: -68px;
		left: -126px;
		width: 180px;
		height: 227px;
	}

	#toystory-body .toystory-exclusive {
		font-size: 1.5714285rem;
	}

	#toystory-body .toystory-exclusive::after {
		top: -65px;
		right: -80px;
		width: 184px;
		height: 225px;
	}
}


/* Conclusion
-------------------------------------------------------------- */
#toystory-conclusion {
	position: relative;
	padding: 20px;
	background: linear-gradient(#fff 40%, #ffdd00 60%);
}

#toystory-conclusion h3 {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	right: 0;
	z-index: 1;
	margin: 150% 0 0;
	transform: rotate(-13deg);
	color: #fff;
	font-size: 2.6428571rem;
}



@media only screen and (min-width: 48em) {

}

@media only screen and (min-width: 64em) {

}

@media only screen and (min-width: 80em) {

}