.gift-card-preview {
	padding-bottom: 31.43%;
	position: relative;
	background-image: url('../images/kinkekaart_front-min.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.gift-card-preview > .sh-column-wrapper {
	position: absolute;
	top: 52%;
	left: 7%;
	right: 7%;
	transform: translateY(-60%);
}
.gift-card-preview .gift-card-finance,
.gift-card-preview .gift-card-package {
	display: none;	
}
.gift-card-preview h2 {
	font-family: 'Poiret One';
	text-align: center;
}
.gift-card-preview p {
	text-align: center;
}
.gift-card-preview .gift-card-finance h2 {
	font-size: 5vw;
	font-weight: normal;
	margin: 0;
	color: #000;
}
.gift-card-preview .gift-card-finance p {
	font-size: 4vw;
	line-height: 1 !important;
	color: #000;
	font-family: 'Poiret One';
}
.gift-card-preview .gift-card-package h2 {
	font-size: 2vw;
	font-weight: normal;
	line-height: 1 !important;
	margin: 0 0 .5em 0;
	color: #000;
}

.gift-card-preview .gift-card-package p {
	font-size: .9vw;
	margin: 0;
	color: #565656;
	font-weight: 400;
}


.gift-card-preview .gift-card-contact {
	position: absolute;
	top: 80%;
	left: 7%;
	right: 7%;
	transform: translateY(-50%);
	text-align: center;
	color: #453d39;
	font-size: .667vw;
}
@media (max-width: 800px) {
	.single-product-layout-cols,
	.single-product-layout-cols .wpcf7,
	.gift-card-form,
	.gift-card-form > .sh-column-wrapper,
	#gift-card-form,
	#gift-card-form .gift-card-form-wrapper {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}
	.single-product-layout-cols {
		overflow-x: hidden;
	}
	.gift-card-form {
		float: none;
		padding-left: 16px;
		padding-right: 16px;
	}
	#gift-card-form input:not([type="radio"]):not([type="checkbox"]),
	#gift-card-form select,
	#gift-card-form textarea,
	#gift-card-form .select2,
	#gift-card-form .select2-container {
		box-sizing: border-box;
		max-width: 100%;
		width: 100% !important;
	}
	#gift-card-form input[type="radio"],
	#gift-card-form input[type="checkbox"] {
		height: auto;
		max-width: none;
		width: auto !important;
	}
	#gift-card-form .gift-card-options {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
	}
	#gift-card-form .gift-card-options .button-label {
		box-sizing: border-box;
		min-height: 44px;
		width: 100%;
	}
	.gift-card-preview {
		padding-bottom: 47.14%;
	}
	.gift-card-preview .gift-card-finance h2 {
		font-size: 7.5vw;
	}
	.gift-card-preview .gift-card-finance p {
		font-size: 6vw;
	}
	.gift-card-preview .gift-card-package h2 {
		font-size: 3vw;
	}
	.gift-card-preview .gift-card-package p {
		font-size: 1.2vw;
	}
	.gift-card-preview .gift-card-contact {
		font-size: 1vw;
	}
}
@media screen and (min-width: 1200px) {
	.gift-card-preview .gift-card-package h2 {
	   font-size: 24px;
	}
	.gift-card-preview .gift-card-package p {
		font-size: 14px;
	}
	.gift-card-preview .gift-card-contact {
		font-size: 11px;
	}
}
body.gift-card-show .gift-card-form {
	display: none;
}
body.gift-card-show .gift-card-preview {
	width: 100%;
	padding-bottom: 47.14%;
}
body.gift-card-show .gift-card-preview .gift-card-finance h2 {
	font-size: 7.5vw;
}
body.gift-card-show .gift-card-preview .gift-card-finance p {
	font-size: 6vw;
}
body.gift-card-show .gift-card-preview .gift-card-package h2 {
	font-size: 3vw;
}
body.gift-card-show .gift-card-preview .gift-card-package p {
	font-size: 1.2vw;
}
body.gift-card-show .gift-card-preview .gift-card-contact {
	font-size: 1vw;
}
body.gift-card-show .gift-card-preview .gift-card-info {
	position: absolute;
	top: 84%;
	right: 7%;
	transform: translateY(-50%);
	text-align: center;
	color: #453d39;
	font-size: 1vw;
}
body.gift-card-show .gift-card-preview,
body.gift-card-show .gift-card-preview *,
body.gift-card-show .gift-card-back,
body.gift-card-show .gift-card-back * {
	transition: none !important;
}
.gift-card-actions {
	text-align: center;
}
.gift-card-actions button {
	background-color: #a72417!important;
	border-radius: 100px!important;
	line-height: 50px!important;
	padding: 0 30px!important;
	transition: 0.25s all ease-in-out;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
	color: #fff;
	height: 55px;
	font-weight: bold;
	margin: 2em;
}
.gift-card-actions button:hover {
	background-color: #260000!important;
}

.gift-card-back {
	display: none;
}
body.gift-card-show .gift-card-back {
	display: block;
	width: 100%;
	padding-bottom: 47.12%;
	position: relative;
	background-image: url('../images/kinkekaart_back-min.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2em;
	font-weight: 400;
	font-size: 1vw;
	line-height: 1.5;
	color: #666;
}
.gift-card-back > .gift-card-back__top {
	position: absolute;
	top: 20.5%;
	left: 7%;
	right: 7%;
	transform: translateY(-50%);
	font-size: 2.3vw;
	font-family: 'Poiret One' !important;
	color: #000;
}
.gift-card-back > .gift-card-back__left {
	/* font-family: 'Ubuntu'; */
	position: absolute;
	top: 51%;
	left: 7%;
	right: 56%;
	transform: translateY(-50%);
}
.gift-card-back > .gift-card-back__right {
	/* font-family: 'Ubuntu'; */
	position: absolute;
	top: 51%;
	left: 55%;
	right: 6%;
	transform: translateY(-50%);
}
.gift-card-back li {
	margin-bottom: .7em;
	padding-left: 0.2em;
}


