:root{
	--primarycolor: #00538f;
	--primarycolor-accent-1: #0087df;
	--buttoncolor: #d10039;
	--buttonfontcolor: #ffffff;
	--buttoncolor-hover: #fc0549;
	--buttoncolor-shadow-1: #fd2d66;
	--buttoncolor-shadow-2: #940028;
	--card-border-radius: 10px;
}

* {
	box-sizing: content-box;
}

*:focus {
	outline: 0 !important;
}

body {
	scroll-behavior: smooth;
	font-family: var(--fontFamily);
	font-size: 14px;
	background-color: #ffffff;
	line-height: 1.5;
	width: 100%;
	height: 100%;
}

html {
	overflow: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

a {
	margin: 0;
	padding: 0;
}

.add-to-cart-button {
	transition: ease-in-out .2s;
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	border: 0;
	background: var(--buttoncolor);
	font-weight: 700;
	color: var(--buttonfontcolor);
	text-decoration: none;
	padding: 0.3rem 0.4rem;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.add-to-cart-button.selected {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	border: 0;
	background: #01701f;
	font-weight: 700;
	color: var(--buttonfontcolor);
	text-decoration: none;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}


.old-price-strike-through {
	position: relative;
}

.old-price-strike-through:before {
	position: absolute;
	content: '';
	background: #555555;
	width: 110%;
	height: 1px;
	top: 45%;
	left: 0;
	z-index: 1;
	transform: rotate3d(0, 0, 1, 10deg);
}

.price-badge {
	white-space: nowrap;
	white-space: nowrap;
	background: #56627A;
	font-weight: 400;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.3rem 0.4rem;
	font-size: 13px;
}

.price-badge-large-padding {
	white-space: nowrap;
	white-space: nowrap;
	padding: 0.4rem 0.5rem;
}

.price-badge-free {
	white-space: nowrap;
	white-space: nowrap;
	background: green;
	font-weight: 400;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.3rem 0.4rem;
	font-size: 13px;
}

.section {
	margin: auto;
}

.container-wrapper {
}


/* SECTION: INTRO */
.section.intro:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: -70px;
	width: 100%;
	height: 180px;
	background: #ffffff;
	-webkit-transform: skewY(-3.5deg);
	-moz-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	-o-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	-webkit-backface-visibility: hidden;
}

.section.intro {
	position: relative;
	background: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 30px;
}

.intro-wrapper {
	position: relative;
	z-index: 5;
	margin: auto;
	padding: 10px;
}

.intro-landing-details {
	margin: 0 0 0 20px;
}

.intro-landing-title {
	width: 80%;
	font-size: calc(18px + 0.7vw);
	font-weight: 700;
}

.intro-order-button {
}

.order-btn, .order-btn:link, .order-btn:visited, .order-btn:active, .order-btn:target, .order-btn:focus {
	display: inline-block;
	cursor: pointer;
	font-size: calc(13px + 0.2vw);
	border: 0;
	background: var(--buttoncolor);
	font-weight: 700;
	color: var(--buttonfontcolor);
	text-decoration: none;
	padding: 0.7rem 0.9rem;
	border-radius: 7px;
	/*	box-shadow: none !important;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 1px 0 var(--buttoncolor-shadow-1) inset, 1px 1px 0 var(--buttoncolor-shadow-2), 2px 2px 0 var(--buttoncolor-shadow-2), 3px 3px 0 var(--buttoncolor-shadow-2), 4px 4px 0 var(--buttoncolor-shadow-2), 4px 4px 8px rgb(0 0 0 / 55%);
}

.order-btn:hover, .add-to-cart-button:hover {
	background: var(--buttoncolor-hover);
}

.add-to-cart-button.selected:hover {
	background: #078729;
}

.order-btn.disabled {
	pointer-events: none;
	opacity: 0.5;
	filter: grayscale(100%);
}

@media (max-width: 768px) {
	.section.intro {
		padding-top: 20px;
	}

	.intro-landing-title {
		width: 90%;
		margin: 20px auto 0 auto;
	}

	.intro-landing-details {
		text-align: center;
		margin: auto;
		width: 97%;
	}
}
/* SECTION: INTRO */







/* SECTION: DESCRIPTION */
.section.description {
/*	padding-bottom: 20px;*/
/*	padding: 20px 0 20px 0;*/
}

.description-wrapper {
	margin: auto;
	max-width: 1400px;
}

.description-media {
}

.description-media-video-wrapper {
	width: 90%;
	text-align: right;
}

.description-media-video-wrapper.yt{
	height: 100%;
}

.description-video-frame video[src$=".mp4"] {
/*	max-height: 450px;*/
	max-width: max-content;
}

.description-video-frame {
	width: 100%;
	height: 100%;
/*	max-width: 300px;*/
}

.description-video-frame.yt {
	min-height: 43vh;
}



.description-details-wrapper {
	width: 80%;
}

.description-title-new {
	display: flex;
	align-items: center;
}

.description-new-tag {
	color: #ffffff;
	font-weight: 600;
	background: #333333;
	border-radius: 5px;
	padding: 4px 7px 4px 7px;
}

.description-landing-title {
	font-weight: 600;
	font-size: 16px;
}

.description-header {
	color: var(--primarycolor);
	font-weight: 700;
	font-size: calc(15px + 0.3vw);
}

.description-content {
	font-size: calc(13px + 0.1vw);
}

.description-benefits-container {
}

.description-benefits-title {
	font-weight: 600;
}

.description-benefits-list {
	list-style-type: none;
	padding: 0;
	position: relative;
}

.description-benefits-list li {
	position: relative;
	margin-bottom: 10px;
}

.description-benefits-list li svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    padding-right: 5px;
    top: -1px;
}

.description-benefits-list li svg path {
    fill: var(--primarycolor-accent-1);
}

.description-benefits-list li:before {
	/*content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url('../img/checklist.png') no-repeat;
	background-size: 20px 20px;*/
}

.description-benefits-list li span {
	display: flex;
	padding: 9px 10px 9px 10px;
	background: #eef0f4;
	border-radius: 6px;
}

@media (max-width: 768px) {
	.description-wrapper {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}


	.description-details-wrapper {
		width: 80%;
		margin: auto;
	}

	.description-media {
		justify-content: center !important;
		width: 100%;
		margin: auto;
	}
}



@media (max-width: 1200px) {
/*	.description-media-video-wrapper {
		width: 70%;
	}*/
}

@media (max-width: 576px) {
	.description-media-video-wrapper {
/*		width: 90%;*/
	}

	.description-details-wrapper {
		width: 95%;
	}

}




/* SECTION: ORDER FORM */
.section.order-form {
	background: var(--primarycolor);
}

/* SECTION: SANDBOX DEBUG */
.two_for_one_tag {
	background-color:#F39C12;
	color:#fff;
	padding:0 5px;
	margin-right:3px;
	border:1px solid rgba(0,0,0,.1);
	border-radius:6px;
}
.test_mode_container {
	position: fixed;
	padding: 10px 0 0 10px;
	right: 10px;
	text-align: right;
	z-index: 9999;
	cursor: pointer;
}
.test_mode_container:hover {
	opacity: .2;
}
.test_mode_indicator {

	display: inline-block;
	padding: 5px 10px 5px;
	background-color: #00ee20;
	color: yellow;
	text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10);
	text-overflow: clip;
	letter-spacing: 3px;
	font-size: 19px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);

}
.test_mode_indicator i {

	width: 24px;

}
.test_mode_enabled_modules {
	display: flex;
	flex-direction: column;
}
.test_mode_enabled_modules img,
.test_mode_enabled_modules object {
	vertical-align: middle;
	width: 24px;
	margin-left: 2px;
}
.test_mode_enabled_module {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	background-color: #333;
	margin: 5px 0 0;
	border-radius: 6px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	text-align: left;
}
.test_mode_enabled_module_additional_data {
	background-color: rgba(255,255,255,.25);
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	border-radius: 6px;
}
.test_mode_enabled_module_additional_data > div {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.test_mode_enabled_module_additional_data > div > span {
	color: rgba(255,255,255,.6);
	margin-right: 3px;
}
.test_mode_enabled_active {
	display: inline-block;
    vertical-align: top;
	margin-right: 8px;
    color: #00ee20!important;
}
.test_mode_enabled_title {
	vertical-align: middle;
}