.vsk-configurator-page .site.grid-container {
	max-width: none;
}

.vsk-configurator-page .site-content {
	display: block;
	padding: 0;
}

.vsk-configurator-page #primary,
.vsk-configurator-page .content-area {
	float: none;
	width: 100%;
}

.vsk-configurator-page #right-sidebar {
	display: none;
}

.vsk-configurator-page .inside-article {
	padding: 0;
}

.vsk-configurator-page .entry-content {
	margin: 0;
}

.vsk-product-subheading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin: 28px 0 12px;
}

.vsk-product-subheading > div > span {
	color: #336b20;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
}

.vsk-product-subheading h3 { margin: 3px 0 0; font-size: 21px; }
.vsk-product-subheading p { margin: 7px 0 0; color: #617067; font-size: 11px; line-height: 1.4; }
.vsk-product-subheading p strong { color: #405047; }
.vsk-product-subheading small { color: #617067; font-weight: 700; }
.vsk-product-subheading--hoodie { margin-top: 38px; padding-top: 28px; border-top: 1px solid #d9e1dc; }
.vsk-hoodie-grid .vsk-card-image { aspect-ratio: 4 / 5; background: #222; }
.vsk-hoodie-grid .vsk-card-copy { min-height: 61px; }
.vsk-print-product-group + .vsk-print-product-group { margin-top: 28px; padding-top: 20px; border-top: 1px solid #d9e1dc; }
.vsk-print-product-group .vsk-product-subheading { margin-top: 0; }

.vsk-edition-media { display: grid; grid-template-columns: 1fr; gap: 2px; background: #dce2de; }
.vsk-edition-visual { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #e9ecea; }
.vsk-edition-visual--hoodie { aspect-ratio: 3 / 2; background: #222; }
.vsk-edition-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vsk-edition-visual i { position: absolute; top: 9px; left: 9px; z-index: 2; padding: 5px 8px; border-radius: 999px; color: #fff; background: rgba(12,18,14,.82); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vsk-edition-prices { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: auto; }
.vsk-edition-prices .vsk-price { margin-top: 0; }
.vsk-price--hoodie { color: #213e61; background: #e4edf8; }
.vsk-person-row { grid-template-columns: 78px 125px 120px 1fr 42px; }

.vsk-completion { margin: 0 0 18px; padding: 14px 15px; border: 1px solid #d8c8a8; border-radius: 12px; background: #fff8e9; }
.vsk-completion > strong { display: block; margin-bottom: 7px; color: #725516; font-size: 13px; }
.vsk-completion ul { display: grid; gap: 4px; margin: 0; padding-left: 18px; color: #5d5140; font-size: 12px; line-height: 1.4; }
.vsk-completion.is-complete { border-color: #afd394; background: #edf8df; }
.vsk-completion.is-complete > strong { margin: 0; color: #336b20; }
.vsk-completion.is-complete ul { display: none; }
.vsk-home-subline { margin: 4px 0 0 !important; color: #8dde31 !important; font-size: 15px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.vsk-wow-preview {
	position: relative;
	min-height: 480px;
	transform: rotate(2.5deg);
	z-index: 2;
}

.vsk-wow-preview:hover {
	transform: rotate(1deg) translateY(-8px);
}

.vsk-wow-card {
	position: relative;
	min-height: 390px;
	margin: 48px 0;
	padding: 42px 46% 34px 28px;
	overflow: visible;
	border: 8px solid #fff;
	border-radius: 24px;
	background: linear-gradient(145deg, #f7faf7, #dfe8e1);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .36), 0 10px 24px rgba(112, 210, 0, .14);
}

.vsk-wow-card > p {
	margin: 24px 0 28px;
	color: #172019;
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 900;
	line-height: 1.05;
}

.vsk-wow-dot {
	position: absolute;
	top: 15px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.vsk-wow-dot--red { left: 18px; background: #e74b4b; }
.vsk-wow-dot--yellow { left: 33px; background: #e8bd37; }
.vsk-wow-dot--green { left: 48px; background: #66bd45; }

.vsk-wow-steps {
	display: grid;
	gap: 10px;
}

.vsk-wow-steps i {
	padding: 12px 10px;
	border-left: 4px solid #76d000;
	border-radius: 7px;
	color: #263228;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 18px rgba(13, 29, 17, .09);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.vsk-wow-card > img {
	position: absolute;
	top: -72px;
	right: -52px;
	width: min(73%, 455px);
	max-width: none;
	border: 5px solid rgba(255, 255, 255, .94);
	border-radius: 26px;
	box-shadow: 0 38px 64px rgba(0, 0, 0, .48), 0 0 40px rgba(118, 208, 0, .24);
	transform: rotate(-6deg);
	z-index: 3;
}

@media (max-width: 900px) {
	.vsk-wow-preview {
		min-height: 520px;
		width: min(720px, 94%);
		margin: 0 auto;
	}

	.vsk-wow-card {
		min-height: 405px;
		padding-right: 48%;
	}
}

@media (max-width: 640px) {
	.vsk-product-subheading { align-items: flex-start; flex-direction: column; gap: 4px; }
	.vsk-person-row { grid-template-columns: 1fr 1fr 46px; }
	.vsk-person-row .vsk-shirt-number { grid-column: 1 / -1; }
	.vsk-person-row label:first-of-type { grid-column: 1 / 2; }
	.vsk-person-row label:nth-of-type(2) { grid-column: 2 / 3; }
	.vsk-person-row label:nth-of-type(3) { grid-column: 1 / -1; }
	.vsk-person-row .vsk-remove-shirt { grid-column: 3; grid-row: 2; }
	.vsk-wow-preview {
		min-height: 430px;
		width: 100%;
		transform: rotate(1.5deg);
	}

	.vsk-wow-card {
		min-height: 330px;
		margin: 58px 0 42px;
		padding: 30px 42% 26px 18px;
		border-width: 6px;
	}

	.vsk-wow-card > p {
		max-width: 150px;
		margin: 27px 0 20px;
		font-size: 21px;
	}

	.vsk-wow-card > img {
		top: -48px;
		right: -18px;
		width: 68%;
		border-width: 4px;
		border-radius: 18px;
		transform: rotate(-5deg);
	}

	.vsk-wow-steps i {
		padding: 9px 7px;
		font-size: 9px;
	}
}

@media (min-width: 901px) {
	.vsk-home-teaser {
		width: min(1180px, calc(100% - 120px));
		min-height: 252px;
		margin: 92px auto;
		padding: 30px 56px 30px 104px;
		overflow: visible;
		box-sizing: border-box;
	}

	.vsk-home-inner {
		grid-template-columns: 1fr .95fr;
		gap: 24px;
		min-height: 192px;
	}

	.vsk-home-copy {
		align-self: center;
		max-width: 500px;
		padding: 0;
	}

	.vsk-new-badge {
		padding: 6px 10px;
		font-size: 10px;
	}

	.vsk-home-kicker {
		margin: 14px 0 5px;
		font-size: 10px;
	}

	.vsk-home-copy h2 {
		font-size: clamp(36px, 3.25vw, 46px);
		line-height: 1;
	}

	.vsk-home-copy > p:not(.vsk-home-kicker) {
		max-width: 470px;
		margin: 14px 0 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.vsk-home-cta {
		margin-top: 16px;
		padding: 12px 17px;
		font-size: 13px;
	}

	.vsk-wow-preview {
		position: relative;
		min-height: 232px;
		width: 100%;
		margin: 0;
		transform: rotate(1.5deg);
	}

	.vsk-wow-preview:hover {
		transform: rotate(.5deg) translateY(-5px);
	}

	.vsk-wow-card {
		position: absolute;
		top: -22px;
		right: -12px;
		width: min(520px, 48vw);
		min-height: 286px;
		margin: 0;
		padding: 46px 52% 28px 28px;
		box-sizing: border-box;
		transform: rotate(-1deg);
	}

	.vsk-wow-card > p {
		max-width: 190px;
		margin: 22px 0 21px;
		font-size: clamp(22px, 2.15vw, 30px);
	}

	.vsk-wow-steps {
		gap: 8px;
	}

	.vsk-wow-steps i {
		padding: 9px 8px;
		font-size: 10px;
	}

	.vsk-wow-card > img {
		top: -48px;
		right: -34px;
		width: min(70%, 365px);
		border-width: 4px;
		border-radius: 18px;
		transform: rotate(-4deg);
	}
}
