.bonus-video {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 0 0 var(--s2) var(--s2);
}

.bonus-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.bonus-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.bonus-video-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-10deg) rotate(-10deg);
	color: white;
	font-size: calc(22 * var(--s));
	font-weight: 900;
	z-index: 2;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.bonus-topimage {
	background: url(files/shop2.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 0 0 var(--s2) var(--s2);
}

.bonus-topimage-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}

.bonus-topimage-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(-10deg) rotate(-10deg);
	color: white;
	font-size: calc(22 * var(--s));
	font-weight: 900;
	z-index: 2;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

.bonus-header {
	margin-top: calc(12 * var(--s));
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.bonus-header h1 {
	font-size: var(--font-xlarge);
	text-align: center;
	margin: var(--s4) 0;
	border: 0;
}

.bonus-header img {
	border-radius: 50%;
}

.bonus-adv {
	margin-top: calc(18 * var(--s));
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.bonus-adv-text {
	font-size: var(--font-large);
	text-align: center;
}

.bonus-adv-circle {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background-image: url('/packages/PPSExtensions/BeautyClub/files/shop.png');
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: calc(18 * var(--s));
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin-left: auto;
	margin-right: auto;
}

.bonus-adv-circle span {
	font-size: calc(6 * var(--s));
	display: block;
	margin-right: var(--s3);
}

.bonus-points {
	margin-top: calc(18 * var(--s));
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.bonus-points h2 {
	font-size: var(--font-medium);
	margin-bottom: var(--s6);
	border-bottom: 0;
}

.bonus-points-item {
	background: var(--color-95);
	padding: var(--s4);
	border-radius: var(--s2);
}

.bonus-points-item a.pps_button {
	padding: var(--s4) var(--s6);
	font-size: var(--font-large);
	letter-spacing: 0.1px;
	letter-spacing: 1px;
	border-radius: 18px;
	min-height: 44px;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	white-space: normal;
}

@media screen and (max-width: 810px) {
	.bonus-video-title {
		font-size: calc(10 * var(--s));
	}

	.bonus-topimage-title {
		font-size: calc(10 * var(--s));
	}

	.bonus-header h1 {
		font-size: var(--font-medium);
		text-align: left;
	}

	.bonus-adv-text {
		font-size: var(--font-medium);
		font-weight: 700;
		text-align: center;
		margin-top: calc(var(--s) * 20);
	}
}