body.smt-q-js-scrollstop {
	overflow: hidden !important;
	height: 100% !important;
}

.smt-q-intro-product-slider {
	margin: 0 0 3rem 0;
	display: flex;
	flex-flow: row wrap;
}

.smt-q-intro-product-slider .smt-q-intro-product {
	width: 20%;
	position: relative;
	z-index: 0;
	transform: scale(0.9);
	background: #fff;
	border-radius: 0.25rem;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	opacity: 0.6;
}

@media (max-width: 599px) {
	.smt-q-intro-product-slider .smt-q-intro-product {
		width: 25%;
	}

	.smt-q-intro-product-slider .smt-q-intro-product:nth-child(1) {
		display: none;
	}
}

@media (min-width: 650px) {
	.smt-q-intro-product-slider .smt-q-intro-product {
		width: 16.66%;
	}
}

.smt-q-intro-product-slider .smt-q-intro-product::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.smt-q-intro-product-slider .smt-q-intro-product-inner {
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
}

.smt-q-intro-product-slider .smt-q-intro-product:nth-child(4) {
	box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
	transform: scale(1.3);
	z-index: 9;
	border-radius: 0.25rem;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}

.smt-q-intro-product-slider .smt-q-intro-product:nth-child(4) .smt-q-intro-product-inner::before {
	content: "";
	position: absolute;
	width: 35%;
	height: 35%;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=smt-seal&set=classic&primary=#111&secondary=e8d7cc);
	/* fix color */
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 0.25rem;
	right: 0;
	pointer-events: none;
	border-radius: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 0.2s;
}

.smt-q-intro-product-slider .smt-q-intro-product:nth-child(6) {
	display: none;
}

@media (min-width: 650px) {
	.smt-q-intro-product-slider .smt-q-intro-product:nth-child(6) {
		display: block;
	}
}

.smt-q-blur {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	opacity: 0.8;
	pointer-events: none;
}

.smt-q-buttons {
	display: flex;
	flex-flow: row wrap;
}

.smt-q-product-actions .smt-q-buttons a {
	flex: 1;
	line-height: 120%;
}

.smt-q-product-actions a.smt-q-cart-link {
	display: none;
}

.smt-q-product-actions .smt-q-has-cart-link a.smt-q-button {
	padding: 0.75rem;
	background-image: none;
}

.smt-q-product-actions .smt-q-has-cart-link a.smt-q-button.smt-q-cart-link {
	padding: 0.75rem;
	width: 3rem;
	margin-left: 0.25rem;
	flex: none;
	display: block;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-cart&set=classic&primary=fff);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25rem auto;
}

.smt-q-button {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
}

.smt-q-answer-receiver {
	display: none;
}

.smt-q-progressbar {
	background: #Fff;
	height: 3.5rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 599px) {
	.smt-q-questionnaire {
		padding-top: 0rem;
	}

	.smt-q-progressbar {
		position: fixed;
		width: 100%;
		z-index: 9999;
		box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
		top: 0;
		margin-bottom: 0;
	}

	.display-iframe .smt-q-progressbar {
		box-shadow: none
	}
}

.smt-q-progressbar .smt-q-wrap {
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.smt-q-steps {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.smt-q-step-group {
	display: flex;
	flex-flow: row wrap;
}

.smt-q-step {
	position: relative;
	cursor: pointer;
	width: 0.75rem;
	height: 0.75rem;
}

.smt-q-step.smt-q-disabled {
	display: none;
}

.smt-q-step-group .smt-q-step-line+.smt-q-step {
	margin-left: -0.25rem;
}

.smt-q-step .smt-q-dot {
	width: 3px;
	height: 3px;
	border: 1px solid #000;
	background: #Fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease-in-out;
}

.smt-q-step:hover .smt-q-dot,
.smt-q-step.smt-q-js-past:hover .smt-q-dot {
	border: 1px solid #000;
	width: 8px;
	height: 8px;
	background: #Fff;
}

.smt-q-step.smt-q-js-current .smt-q-dot {
	border: 1px solid #000;
	width: 8px;
	height: 8px;
}

.smt-q-step .smt-q-dot::before {
	content: "";
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	transition: all 0.15s ease-in-out;
	background: #000;
	border-radius: 100%;
}

.smt-q-step.smt-q-js-current .smt-q-dot::before {
	transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}

.smt-q-step.smt-q-js-past .smt-q-dot {
	border: none;
	background: #000;
}

@media (min-width: 500px) {
	.smt-q-step {
		width: 1rem;
		height: 1rem;
	}

	.smt-q-step .smt-q-dot {
		width: 6px;
		height: 6px;
	}

	.smt-q-step:hover .smt-q-dot,
	.smt-q-step.smt-q-js-past:hover .smt-q-dot {
		width: 12px;
		height: 12px;
	}

	.smt-q-step.smt-q-js-current .smt-q-dot {
		width: 12px;
		height: 12px;
	}

	.smt-q-step .smt-q-dot::before {
		width: 6px;
		height: 6px;
	}
}

.smt-q-step .smt-q-step-label {
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	white-space: nowrap;
	transform: translateX(-50%) translateY(0.75rem);
	background: #fff;
	color: #000;
	border-radius: 1rem;
	padding: 0.25rem 0.75rem;
	font-size: 0.8rem;
	line-height: 120%;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.smt-q-step .smt-q-step-label:empty {
	display: none;
}

.smt-q-step:hover .smt-q-step-label {
	opacity: 1;
	transform: translateX(-50%) translateY(0.25rem);
}

.smt-q-step-line {
	flex: 1;
	height: 1px;
	position: relative;
	border-bottom: 1px dotted #000;
}

.smt-q-step-line::before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	transition: all 0.25s ease-in-out;
}

.smt-q-step-line.smt-q-js-past::before {
	width: 100%;
}

.smt-q-wrap {
	width: 100%;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.smt-q-slides {
	position: relative;
}

.smt-q-num-label {
	font-weight: 700;
	font-size: 0.7rem;
	line-height: 120%;
	position: relative;
	padding-left: 0;
	margin-bottom: 0.5em;
}

.text-rtl .smt-q-num-label {
	padding-left: 0;
	padding-right: 2rem;
}

.text-rtl .smt-q-num-label::before {
	left: auto;
	right: 0;
}

.smt-q-slide {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease-out;
	position: absolute;
	top: 0;
	max-height: 100%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	transform: translateX(100%);
}

.smt-q-slide.smt-q-disabled {
	opacity: 0 !important;
	pointer-events: none !important;
}

.smt-q-slide.smt-q-js-current {
	z-index: 99;
	/* transform: translateX(-50%) translateY(0%) scale(1) rotate(0);
	box-shadow: 0 6px 18px rgba(0,0,0,0.1); */
	opacity: 1;
	pointer-events: all;
	position: relative;
	transform: translateX(0%);
	overflow: visible;
}

.smt-q-slide.smt-q-js-past {
	/* transform: translateX(-170%) translateY(30%) scale(0.8) rotate(-10deg); */
	opacity: 0;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.1); */
	box-shadow: none;
	transform: translateX(-100%);
}

.test-step-1 .smt-q-slide {
	text-align: center;
	padding: 6em 2em 3em;
	background: url(https://media.skindays.com/wp-content/uploads/2022/04/skin_test_step-oil.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.test-step-1 .smt-q-inner {
	margin: 0 auto;
}

.test-step-1 .smt-q-inner h2 {
	padding-right: 0;
	font-size: 2.375rem;
	margin-bottom: 30px;
}

.test-step-1 .smt-q-inner p {
	font-size: 1.125rem;
}

.test-step-1 .smt-q-start.smt-q-button {
	margin-top: 2em;
	border: 0;
	border-radius: 8px;
	padding: 20px 45px;
	font-size: 1.25rem;
}

.test-step-1 .smt-q-inner {
	text-align: center;
}

.smt-q-start.smt-q-button:hover {
	background-color: #e1d2cb7a;
}

@media (min-width: 991px) {
	.test-step-1 .smt-q-inner .intro-text {
		max-width: 55%;
		margin: 0 auto 26px;
	}
}

@media (max-width: 767px) {
	.test-step-1 .smt-q-slide {
		padding: 2em 1em 3em;
		background-position: 30%;
	}
}

@media(min-width: 600px) {
	.smt-q-inner {
		display: block;
		padding-bottom: 2rem;
	}
}

.smt-q-slide h2,
.smt-q-h2 {
	font-size: 1.6rem;
	line-height: 115%;
	color: #000;
	margin-bottom: 1.35em;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.15s;
	transform: translateX(20%);
}

@media (min-width: 500px) {

	.smt-q-slide h2,
	.smt-q-h2 {
		padding-right: 7rem;
	}

	.text-rtl .smt-q-slide h2,
	.text-rtl .smt-q-h2 {
		padding-left: 7rem;
		padding-right: 0;
	}

	.smt-q-slide.smt-q-text-center h2,
	.smt-q-text-center h2 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.smt-q-slide.smt-q-text-center {
		text-align: center
	}

	.smt-q-slide.smt-q-text-center .smt-q-button {
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {

	.smt-q-slide h2,
	smt-q-h2 {
		font-size: 1.8rem;
		line-height: 115%;
	}
}

.smt-q-js-current.smt-q-slide h2,
.smt-q-h2 {
	opacity: 1;
	transform: translateX(0);
}

.smt-q-js-past.smt-q-slide h2 {
	opacity: 1;
	transform: translateX(-20%);
}

.smt-q-slide h2 .smt-q-small {
	font-size: 0.7em;
	line-height: 120%;
	margin-top: 0.2em;
	color: #000;
}

.smt-q-slide h2 br {
	display: none;
}

@media (min-width: 600px) {
	.smt-q-slide h2 br {
		display: block;
	}
}

.smt-q-answers {
	display: flex;
	flex-flow: row wrap;
}

@media(min-width: 600px) {
	.smt-q-answers {
		flex: 1;
	}
}

.smt-q-answer {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.smt-q-answer {
	width: 100%;
}

@media(max-width: 599px) {
	.smt-q-mobile-cols-2 .smt-q-answer {
		width: 50%;
	}
}

@media(min-width: 600px) {
	.smt-q-answers.smt-q-cols-1 .smt-q-answer {
		width: 100%;
	}

	.smt-q-answers.smt-q-cols-2 .smt-q-answer {
		width: 50%;
	}

	.smt-q-answers.smt-q-cols-3 .smt-q-answer {
		width: 33.33%;
	}

	.smt-q-answers.smt-q-cols-4 .smt-q-answer {
		width: 25%;
	}

	.smt-q-answers.smt-q-cols-5 .smt-q-answer {
		width: 20%;
	}
}

.smt-q-answer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: -0.5rem;
	width: calc(100% + 1rem);
	height: calc(100% - 1rem);
	/* background: #F8F9FA; */
	/* border: 2px solid #000; */
	z-index: 0;
	border-radius: 0.25rem;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s ease-in-out;
}

@media (max-width: 599px) {
	.smt-q-mobile-cols-2 .smt-q-answer::before {
		top: 0.25rem;
		left: 0.25rem;
		width: calc(100% - 0.5rem);
		height: calc(100% - 0.5rem);
	}
}

@media (min-width: 600px) {
	.smt-q-answer::before {
		top: 0.5rem;
		left: 0.5rem;
		width: calc(100% - 1rem);
		height: calc(100% - 1rem);
	}
}

.smt-q-answer:hover::before {
	opacity: 0.075;
	transform: scale(1);
}

.smt-q-answer:active::before {
	opacity: 0.075;
	background: #000;
	transform: scale(0.9);
}

.smt-q-answer.smt-q-selected {
	/* color: #DF021B; */
}

.smt-q-answer.smt-q-selected::before {
	opacity: 0.075;
	transform: scale(1);
	background: #000;
}

.smt-q-answer .smt-q-answer-inner {
	text-align: left;
	width: 100%;
	z-index: 1;
}

.text-rtl .smt-q-answer .smt-q-answer-inner {
	text-align: right;
}

@media(min-width: 600px) {
	.smt-q-answer .smt-q-answer-inner {
		text-align: center;
		padding: 1rem 1rem 1rem 1rem;
		padding: 4rem 1rem;
		;
	}

	.text-rtl .smt-q-answer .smt-q-answer-inner {
		text-align: center
	}

	.smt-q-answer-inner.smt-q-no-padding {
		padding: 0;
	}

	.smt-q-answer-inner.smt-q-min-padding {
		padding: 1px;
	}
}

@media(min-width: 600px) {
	.smt-q-slide-foundation-skintone .smt-q-answer {
		border: none !important;
	}
}

.smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner {
	align-self: flex-end;
	text-align: left;
	padding-left: 1.75rem;
	position: relative;
	line-height: 100%;
}

.smt-q-checkbox-fixed-top-left .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner {
	text-align: left;
	align-self: flex-start;
	padding-left: 3.25rem;
	line-height: 140%;
	position: relative;
}

.text-rtl .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner {
	text-align: right;
	padding-right: 1.75rem;
	padding-left: 0;
}

@media(min-width: 600px) {
	.smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner {
		padding: 1rem 1rem 1rem 2.75rem;
	}

	.text-rtl .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner {
		padding: 1rem 2.75rem 1rem 1rem;
	}
}

.smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner::before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d8d8d8;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	background: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=checkmark&set=classic&primary=000) no-repeat center;
	background-size: 0;
	transition: background 0.1s ease-in-out;
}

.text-rtl .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner::before {
	left: auto;
	right: 0;
}

.smt-q-answer.smt-q-checkbox-answer.smt-q-selected .smt-q-answer-inner::before {
	background-size: 65% auto;
}

.smt-q-checkbox-fixed-top-left .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner::before {
	top: 1rem;
	bottom: auto;
	transform: none;
}

@media (min-width: 600px) {
	.smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner::before {
		left: 1rem;
	}

	.text-rtl .smt-q-answer.smt-q-checkbox-answer .smt-q-answer-inner::before {
		left: auto;
		right: 1rem;
	}
}

@media (max-width: 599px) {
	.smt-q-answer {
		border-bottom: 1px dashed #D8D8D8;
		padding: 1.5rem 0;
	}

	.smt-q-answers.smt-q-mobile-cols-2 .smt-q-answer {
		border-right: 1px dashed #D8D8D8;
		padding: 0.75rem 0.75rem;
	}

	.text-ltr .smt-q-answers.smt-q-mobile-cols-2 .smt-q-answer:nth-child(2n) {
		border-right: 0;
	}

	.text-rtl .smt-q-answers.smt-q-mobile-cols-2 .smt-q-answer:nth-child(2n) {
		border-left: 0;
	}
}

@media(min-width: 600px) {
	.text-ltr .smt-q-answers.smt-q-cols .smt-q-answer {
		border-right: 1px dashed #D8D8D8;
	}

	.text-rtl .smt-q-answers.smt-q-cols .smt-q-answer {
		border-left: 1px dashed #D8D8D8;
	}

	.text-ltr .smt-q-answers.smt-q-cols-2 .smt-q-answer:nth-child(2n) {
		border-right: 0;
	}

	.text-ltr .smt-q-answers.smt-q-cols-3 .smt-q-answer:nth-child(3n) {
		border-right: 0;
	}

	.text-ltr .smt-q-answers.smt-q-cols-4 .smt-q-answer:nth-child(4n) {
		border-right: 0;
	}

	.text-ltr .smt-q-answers.smt-q-cols-5 .smt-q-answer:nth-child(5n) {
		border-right: 0;
	}

	.text-ltr .smt-q-answers.smt-q-cols-6 .smt-q-answer:nth-child(6n) {
		border-right: 0;
	}

	.text-ltr .smt-q-answers.smt-q-rows .smt-q-answer {
		border-bottom: 1px dashed #D8D8D8;
	}

	.text-ltr .smt-q-answers.smt-q-rows.smt-q-cols-2 .smt-q-answer:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.text-ltr .smt-q-answers.smt-q-rows.smt-q-cols-3 .smt-q-answer:nth-last-child(-n+3) {
		border-bottom: 0;
	}

	.text-ltr .smt-q-answers.smt-q-rows.smt-q-cols-4 .smt-q-answer:nth-last-child(-n+4) {
		border-bottom: 0;
	}

	.text-ltr .smt-q-answers.smt-q-rows.smt-q-cols-5 .smt-q-answer:nth-last-child(-n+5) {
		border-bottom: 0;
	}

	.text-ltr .smt-q-answers.smt-q-rows.smt-q-cols-6 .smt-q-answer:nth-last-child(-n+6) {
		border-bottom: 0;
	}

	.text-rtl .smt-q-answers.smt-q-cols-2 .smt-q-answer:nth-child(2n) {
		border-left: 0;
	}

	.text-rtl .smt-q-answers.smt-q-cols-3 .smt-q-answer:nth-child(3n) {
		border-left: 0;
	}

	.text-rtl .smt-q-answers.smt-q-cols-4 .smt-q-answer:nth-child(4n) {
		border-left: 0;
	}

	.text-rtl .smt-q-answers.smt-q-cols-5 .smt-q-answer:nth-child(5n) {
		border-left: 0;
	}

	.text-rtl .smt-q-answers.smt-q-cols-6 .smt-q-answer:nth-child(6n) {
		border-left: 0;
	}

	.text-rtl .smt-q-answers.smt-q-rows .smt-q-answer {
		border-bottom: 1px dashed #D8D8D8;
	}

	.text-rtl .smt-q-answers.smt-q-rows.smt-q-cols-2 .smt-q-answer:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.text-rtl .smt-q-answers.smt-q-rows.smt-q-cols-3 .smt-q-answer:nth-last-child(-n+3) {
		border-bottom: 0;
	}

	.text-rtl .smt-q-answers.smt-q-rows.smt-q-cols-4 .smt-q-answer:nth-last-child(-n+4) {
		border-bottom: 0;
	}

	.text-rtl .smt-q-answers.smt-q-rows.smt-q-cols-5 .smt-q-answer:nth-last-child(-n+5) {
		border-bottom: 0;
	}

	.text-rtl .smt-q-answers.smt-q-rows.smt-q-cols-6 .smt-q-answer:nth-last-child(-n+6) {
		border-bottom: 0;
	}
}

.smt-q-answer h3 {
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.smt-q-results {
	display: flex;
	flex-flow: row wrap;
}

.smt-q-results-holder .smt-q-product-image-holder {
	cursor: default;
}

.smt-q-groups-holder,
.smt-q-results-holder {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	/*width: calc(100% + 2rem);
	margin-left: -1rem;*/
}

.smt-q-group,
.smt-q-result-item {
	width: 100%;
	padding: 1rem 1rem 1rem 1rem;
	border-bottom: 1px dashed #D8D8D8;
	z-index: 0;
}

@media (min-width: 500px) {

	.smt-q-group,
	.smt-q-result-item {
		width: 50%;
		border-right: 1px dashed #D8D8D8;
	}
}

.smt-q-group.is-highlighted,
.smt-q-results-holder.is-highlighted .smt-q-result-item {
	width: 100% !important;
	border: 0 !important;
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}

.smt-q-results-holder.is-highlighted .smt-q-result-item {
	margin-top: 2rem;
}

.smt-q-group.is-highlighted::before,
.smt-q-results-holder.is-highlighted .smt-q-result-item::before {
	content: "";
	display: block;
	position: absolute;
	top: 2.6rem;
	left: -0.5rem;
	width: calc(100% + 1rem);
	height: calc(100% - 2.6rem);
	/* border: 2px solid #000; */
	z-index: 0;
	border-radius: 0.25rem;
	opacity: 0.075;
	background: #000;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 599px) {
	.smt-q-mobile-cols-2 .smt-q-group.is-highlighted::before {
		top: 0.25rem;
		left: 0.25rem;
		width: calc(100% - 0.5rem);
		height: calc(100% - 0.5rem);
	}
}

.smt-q-results-holder.is-highlighted .smt-q-result-item::before {
	top: -2rem;
	height: calc(100% + 2rem);
}

@media (min-width: 500px) {

	.smt-q-group.is-highlighted .smt-q-group-product .smt-q-product-image-holder,
	.smt-q-results-holder.is-highlighted .smt-q-group-product .smt-q-product-image-holder {
		width: 40%;
	}

	.smt-q-group.is-highlighted .smt-q-group-product .smt-q-product-data,
	.smt-q-results-holder.is-highlighted .smt-q-group-product .smt-q-product-data {
		width: 60%;
		padding-left: 2rem;
		padding-bottom: 4rem;
		min-height: 0;
	}

	.smt-q-group.is-highlighted .smt-q-group-product .smt-q-product-data .smt-q-product-actions,
	.smt-q-results-holder.is-highlighted .smt-q-group-product .smt-q-product-data .smt-q-product-actions {
		width: auto;
		bottom: 1rem;
	}

	.text-rtl .smt-q-group.is-highlighted .smt-q-group-product .smt-q-product-data,
	.text-rtl .smt-q-results-holder.is-highlighted .smt-q-group-product .smt-q-product-data {
		padding-left: 0;
		padding-right: 2rem;
	}
}

.smt-q-group:hover,
smt-q-result-item:hover {
	z-index: 9;
}

.smt-q-group:nth-child(2n),
.smt-q-result-item:nth-child(2n) {
	border-right: 0;
}

@media (min-width: 850px) {
	.smt-q-group {
		width: 25%;
		border-bottom: none;
	}

	.has-2-groups .smt-q-group {
		width: 33.33%;
	}

	.has-3-groups .smt-q-group {
		width: 33.33%;
	}

	.smt-q-result-item {
		width: 25%;
	}

	.smt-q-group:nth-child(2n),
	.smt-q-result-item:nth-child(2n) {
		border-right: 1px dashed #D8D8D8;
	}

	.smt-q-group:nth-child(4n),
	.smt-q-result-item:nth-child(4n) {
		border-right: 0;
	}

	.has-2-groups .smt-q-group:nth-child(2n) {
		border-right: 0;
	}

	.has-3-groups .smt-q-group:nth-child(3n) {
		border-right: 0;
	}

	.has-2-groups .smt-q-product-image-holder {
		width: 100%;
	}
}

@media (min-width: 1350px) {
	.has-5-groups .smt-q-group {
		width: 20%;
	}

	.smt-q-result-item {
		width: 20%;
	}

	.has-5-groups .smt-q-group:nth-child(4n),
	.has-5-groups .smt-q-result-item:nth-child(4n) {
		border-right: 1px dashed #D8D8D8;
	}

	.has-5-groups .smt-q-group:nth-child(5n) {
		border-right: 0;
	}
}

.smt-q-group h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 120%;
	color: #e8d7cc
}

.smt-q-group-header {
	min-height: 2.6rem;
	margin-bottom: 1rem;
}

.smt-q-group-header .smt-q-js-gotolink {
	/*opacity: 0.6;
	color: #fff;
	background: #e8d7cc;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	padding: 0 1rem;
	line-height: 0.875rem;
	margin-left: 0.25rem;
	text-align: center;
	transform: scale(1);
	transition: all 0.2s ease-in-out;*/
}


/*.smt-q-group:hover .smt-q-group-header .smt-q-js-gotolink {
opacity: 1;
transform: scale(1);
}*/

.smt-q-group-header .smt-q-more {
	display: none;
}

.smt-q-group .smt-q-group-header h3:hover .smt-q-more {
	display: inline;
}

.smt-q-group-header h3 {
	position: relative;
	padding-right: 2rem;
}

.smt-q-group-header .smt-q-plus {
	opacity: 0.6;
	color: #fff;
	background: #e8d7cc;
	display: inline-block;
	min-width: 1rem;
	height: auto;
	padding: 0.15rem 0.5rem;
	border-radius: 0.8rem;
	line-height: 0.875rem;
	margin-left: 0.25rem;
	text-align: center;
	transform: scale(1);
	transition: all 0.2s ease-in-out;
	font-size: 1rem;
	line-height: 120%;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 0 1em #fff;
}

.smt-q-group .smt-q-group-header h3:hover .smt-q-plus {
	opacity: 1;
	transform: scale(1);
}

@media (min-width: 1000px) {
	.smt-q-group-header .smt-q-plus {
		font-size: 0.7rem;
		line-height: 120%;
	}
}

.smt-q-group-data-holder {
	position: relative;
}

.smt-q-group-data {
	display: flex;
	flex-flow: row wrap;
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 900px) {

	.is-highlighted .smt-q-group-data,
	.is-highlighted .smt-q-result-item {
		padding: 0 10%;
	}
}

.smt-q-group-data:nth-child(1) {
	position: relative;
	opacity: 1;
	z-index: 999;
}

.smt-q-slide.smt-q-js-current .smt-q-group-data:nth-child(1) {
	pointer-events: all;
}

.smt-q-group-data:nth-child(2) {
	opacity: 1;
	z-index: 99;
}

.smt-q-group-data:nth-child(3) {
	opacity: 1;
	z-index: 9;
}

.smt-q-group-match-show {
	display: none;
	color: var(--color-grey-300);
	cursor: pointer;
	margin: 1rem 0;
	text-decoration: underline;
	padding-left: 1.5rem;
	position: relative;
	opacity: 0;
	pointer-events: none;
}

.smt-q-show-reasons-why-no .smt-q-group-match-show {
	display: block;
}

.smt-q-show-reasons-why-no .smt-q-group-match {
	display: none;
}

.smt-q-group-match-show::before {
	content: "+";
	display: block;
	opacity: 0.6;
	color: #fff;
	background: var(--color-grey-300);
	min-width: 1rem;
	height: 1rem;
	border-radius: 0.8rem;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1rem;
	position: absolute;
	top: 5px;
	left: 0;
	box-shadow: 0 0 1em #fff;
}

.smt-q-group-data:nth-child(1) .smt-q-group-match-show {
	opacity: 1;
	pointer-events: all;
}

.smt-q-group-data .smt-q-group-product,
.smt-q-group-data .smt-q-group-match,
.smt-q-result-item .smt-q-group-match {
	width: 100%;
}

.smt-q-group-data .smt-q-group-match,
.smt-q-result-item .smt-q-group-match {
	padding: 0 0 0 0;
	margin: 2rem 0 1rem 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s ease-in-out;
	transform: translateY(1rem);
}

.smt-q-group-data:nth-child(1) .smt-q-group-match,
.smt-q-result-item .smt-q-group-match {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
}

.smt-q-group-match ul,
ul.smt-q-matchlist {
	font-size: 0.9rem;
	line-height: 120%;
	list-style: none;
}

.smt-q-group-match ul li,
ul.smt-q-matchlist li {
	margin-bottom: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
}

.text-rtl .smt-q-group-match ul li,
.text-rtl ul.smt-q-matchlist li {
	padding-right: 1.75rem;
	padding-left: 0;
}

.smt-q-group-match ul li::before,
ul.smt-q-matchlist li::before {
	content: "";
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	top: 0;
	left: 0;
	background-color: #eee;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.text-rtl .smt-q-group-match ul li::before,
.text-rtl ul.smt-q-matchlist li::before {
	left: auto;
	right: 0;
}

.smt-q-group-match ul li.smt-q-reason-type-super::before,
ul.smt-q-matchlist li.smt-q-reason-type-super::before,
.smt-q-group-match ul li.smt-q-reason-type-good::before,
ul.smt-q-matchlist li.smt-q-reason-type-good::before {
	background-color: transparent;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-check&set=classic&primary=);
}

.smt-q-group-match ul li.smt-q-reason-type-info::before,
ul.smt-q-matchlist li.smt-q-reason-type-info::before {
	background-color: transparent;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-info&set=classic&primary=);
}

.smt-q-group-match ul li.smt-q-reason-type-bad::before,
ul.smt-q-matchlist li.smt-q-reason-type-bad::before,
.smt-q-group-match ul li.smt-q-reason-type-blocker::before,
ul.smt-q-matchlist li.smt-q-reason-type-blocker::before,
.smt-q-group-match ul li.smt-q-reason-type-dealbreaker::before,
ul.smt-q-matchlist li.smt-q-reason-type-dealbreaker::before {
	background-color: transparent;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-disabled&set=classic&primary=);
}

.smt-q-group-match ul li.smt-q-reason-type-info,
ul.smt-q-matchlist li.smt-q-reason-type-info {
	margin-top: 1.25rem;
	opacity: 0.6;
	display: none;
}

.smt-q-group-match ul li.smt-q-reason-type-info+.smt-q-group-match ul li.smt-q-reason-type-info {
	margin-top: 0;
}

.smt-q-product-data {
	width: 100%;
	position: relative;
	padding-bottom: 5rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
	transform: translateY(1rem);
}

@media (min-width: 500px) {
	.smt-q-product-data {
		min-height: 13rem;
	}
}

.smt-q-group-data:nth-child(1) .smt-q-product-data,
.smt-q-result-item .smt-q-product-data {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
}

.smt-q-product-image-holder {
	width: 100%;
	position: relative;
	cursor: pointer;
	z-index: 999;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
}

.smt-q-product-image {
	pointer-events: none;
	width: 100%;
	position: relative;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	background: #fff;
	/* fix color */
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.smt-q-group-data:nth-child(1) .smt-q-product-image,
.smt-q-result-item .smt-q-product-image {
	box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
}

.smt-q-group-data:nth-child(2) .smt-q-product-image {
	box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
	transform: scale(0.9) translateY(-10%);
	/*transform: rotate(-7deg);*/
}

.smt-q-group-data:nth-child(3) .smt-q-product-image {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
	transform: scale(0.8) translateY(-22%);
	/*transform: rotate(7deg);*/
}

.smt-q-group:hover .smt-q-group-data .smt-q-product-image {
	/*opacity: 0.8;*/
}

@media (min-width: 1000px) {
	.smt-q-image-effect-simple .smt-q-product-image-holder:hover .smt-q-product-image {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
		transform: scale(1.05) translateY(-1.5rem);
	}

	.smt-q-image-effect-fanout .smt-q-group-data:nth-child(1) .smt-q-product-image-holder:hover .smt-q-product-image {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
		transform: scale(1.02) translateY(-35%) rotate(8deg);
	}

	.smt-q-group:hover .smt-q-image-effect-cubic .smt-q-group-data:nth-child(1) .smt-q-product-image {
		transform: rotateY(0deg) rotateX(35deg) translateY(-15%);
		box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
	}

	.smt-q-group:hover .smt-q-image-effect-cubic .smt-q-group-data:nth-child(2) .smt-q-product-image {
		transform: scale(0.85) translateY(0%) translateY(5%) rotateX(35deg);
	}

	.smt-q-group:hover .smt-q-image-effect-cubic .smt-q-group-data:nth-child(3) .smt-q-product-image {
		transform: scale(0.8) translateY(18%) rotateX(25deg);
	}
}


/*
@media (min-width: 1200px) {
.smt-q-product-image-holder {
width: 50%;
}
.smt-q-product-data {
width: 50%;
padding-left: 1.5rem;
}
}
*/

.smt-q-product-image .smt-q-image-inner {
	position: absolute;
	width: 80%;
	left: 10%;
	height: 80%;
	top: 10%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(0.9);
	transition: all 0.25s ease-in-out;
}

.smt-q-group-data:nth-child(1) .smt-q-product-image .smt-q-image-inner {
	transform: scale(1);
}

.smt-q-product-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.smt-q-product-image .smt-q-tap-hint {
	position: absolute;
	width: 2.5rem;
	background-image: url(https://getskinmatch.com/q/assets/css/img/tap.svg);
	background-size: 50% auto;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0.75rem;
	left: 1rem;
	pointer-events: none;
	border-radius: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 0.2s;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.smt-q-tap-hint::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.smt-q-group-data:nth-child(1) .smt-q-product-image .smt-q-tap-hint {
	opacity: 1;
}

.smt-q-product-image.smt-q-placeholder:not(.smt-q-placeholder-disabled) .smt-q-tap-hint {
	opacity: 0;
}

.smt-q-seal-holder {
	position: relative;
	margin: 2rem 0 0 0;
	padding: 1rem 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.smt-q-product-image .smt-q-seal {
	position: absolute;
	width: 35%;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=smt-seal&set=classic&primary=#111&secondary=e8d7cc);
	/* fix color */
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 1rem;
	right: 1rem;
	pointer-events: none;
	border-radius: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 0.2s;
	display: none;
}

.smt-q-seal::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.smt-q-group-data:nth-child(1) .smt-q-product-image .smt-q-seal {
	opacity: 1;
}

.smt-q-product-image.smt-q-placeholder:not(.smt-q-placeholder-disabled) .smt-q-seal {
	opacity: 0;
}

.smt-q-seal-holder .smt-q-seal {
	width: 4.5rem;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=smt-seal&set=classic&primary=#111&secondary=e8d7cc);
	/* fix color */
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	border-radius: 100%;
	opacity: 1;
}

.smt-q-seal-holder .smt-q-seal-text {
	margin-left: 1rem;
	font-size: 0.8rem;
	line-height: 120%;
}

.smt-q-seal-holder .smt-q-seal-text a {
	color: inherit;
	text-decoration: none;
}

.smt-q-placeholder:not(.smt-q-placeholder-disabled) {
	color: transparent !important;
	background: rgb(238, 238, 238) !important;
	background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(252, 252, 252, 1) 100%) !important;
	pointer-events: none !important;
}

.smt-q-product-image.smt-q-placeholder:not(.smt-q-placeholder-disabled) {
	background: #fff !important;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=loading&set=classic&primary=e8d7cc) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100px auto !important;
}

.smt-q-group-product {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.smt-q-product-brand {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 750px) {
	.is-highlighted .smt-q-product-brand {
		font-size: 1rem;
		line-height: 120%;
	}
}

.smt-q-product-title {
	font-size: 1.2rem;
	line-height: 120%;
	/*min-height: 4.5rem*/
}

.smt-q-product-brand,
.smt-q-product-title {
	cursor: pointer;
}

@media (min-width: 750px) {
	.is-highlighted .smt-q-product-title {
		font-size: 1.8rem;
		line-height: 120%;
	}
}

.smt-q-product-subtitle {
	font-size: 1rem;
	line-height: 120%;
	opacity: 0.7;
	margin-top: 0.25rem;
}

.smt-q-product-subtitle:empty {
	display: none;
}

@media (min-width: 750px) {
	.is-highlighted .smt-q-product-subtitle {
		font-size: 1.4rem;
		line-height: 120%;
	}
}

.smt-q-product-price-holder {
	font-size: 1rem;
	line-height: 120%;
	opacity: 1;
	margin-bottom: 0.25rem;
}

.smt-q-oldprice {
	text-decoration: line-through;
	font-size: 0.8rem;
}

.smt-q-product-actions {
	width: 100%;
	bottom: 0;
	position: absolute;
}

.smt-q-product-actions a {
	background: #e8d7cc;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-shop-arrow&set=classic&primary=fff);
	background-position: center right 0.75rem;
	background-repeat: no-repeat;
	background-size: 1rem auto;
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0.75rem 2.5rem 0.75rem 0.75rem;
	text-align: left;
	cursor: pointer;
	border-radius: 0.25rem;
	font-weight: bold;
}

@media (min-width: 750px) {
	.is-highlighted .smt-q-product-actions a {
		font-size: 1rem;
		line-height: 120%;
		padding: 1rem 2.5rem 1rem 1.4rem;
	}
}

.smt-q-hidden {
	display: none;
}

.smt-q-questionnaire-nav {
	background: #Fff;
	height: 2.35rem;
	display: flex;
	flex-flow: row wrap;
	z-index: 999;
	border-radius: 0.25rem;
	width: 5.8rem;
}

.text-rtl .smt-q-questionnaire-nav {
	right: auto;
	left: 0.5rem;
}

@media (min-width: 600px) {
	.smt-q-questionnaire-nav {
		position: absolute;
		right: 0;
		margin-top: -20px;
	}
}

.smt-q-questionnaire-nav .smt-q-prev,
.smt-q-questionnaire-nav .smt-q-next {
	height: 100%;
	width: 50%;
	border: 2px solid transparent;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	background: #Fff;
}

.smt-q-questionnaire-nav .smt-q-prev.smt-q-highlight,
.smt-q-questionnaire-nav .smt-q-next.smt-q-highlight {
	border: 2px solid #000;
	background: #000;
	transform: scale(1.2);
	z-index: 2;
}

.smt-q-questionnaire-nav .smt-q-prev.smt-q-disabled,
.smt-q-questionnaire-nav .smt-q-next.smt-q-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.smt-q-questionnaire-nav::before {
	content: "";
	display: none;
	background: #000;
	width: 1px;
	height: 100%;
	opacity: 0.5;
	left: 50%;
	position: absolute;
	z-index: 1;
}

.smt-q-questionnaire-nav .smt-q-prev span,
.smt-q-questionnaire-nav .smt-q-next span {
	display: block;
	width: 1.2rem;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 0;
}

.smt-q-questionnaire-nav span svg {
	height: 100%;
	width: auto;
	transition: all 0.2s ease-in-out;
}

.smt-q-questionnaire-nav .smt-q-prev svg path {
	fill: #000;
}

.text-rtl .smt-q-questionnaire-nav svg {
	transform: rotate(180deg)
}

.smt-q-questionnaire-nav .smt-q-next svg path {
	fill: #000;
}

.smt-q-questionnaire-nav .smt-q-prev.smt-q-highlight svg path,
.smt-q-questionnaire-nav .smt-q-next.smt-q-highlight svg path {
	fill: #Fff;
}

.smt-q-questionnaire-nav .smt-q-disabled span svg path,
.smt-q-questionnaire-nav .smt-q-disabled span svg path {
	fill: #000 !important;
}

.smt-q-js-gotolink {
	cursor: pointer;
}

.smt-q-open-overlay,
.smt-q-start,
.smt-q-button-highlight,
.smt-q-get-results {
	display: inline-block;
	border-radius: 0.25rem;
	font-weight: bold;
	cursor: pointer;
	padding: 1rem 2rem;
	text-align: center;
	background: #e8d7cc;
	color: #fff;
	align-self: flex-start;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
}

.smt-q-image {
	position: relative;
	width: 100%;
	max-width: 12rem;
	max-width: 7rem;
	margin: 0 auto;
	display: none;
}

@media (max-width: 599px) {
	.smt-q-mobile-icons .smt-q-image {
		display: block;
		max-width: 5rem !important;
	}
}

@media (min-width: 600px) {
	.smt-q-image {
		display: block;
	}
}

.smt-q-rows-2 .smt-q-image {
	max-width: 6rem;
	align-self: flex-end;
}

@media (min-height: 650px) {
	.smt-q-image {
		max-width: 9rem;
	}

	.smt-q-rows-2 .smt-q-image {
		max-width: 8rem;
	}
}

.smt-q-image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.smt-q-image i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

i.smt-q-icon-unisex {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=unisex&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-female {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=female&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-male {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=male&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-crueltyfree {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=crueltyfree&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-noncomedogenic {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=noncomedogenic&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-100natural {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=100natural&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-parabenfree {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=parabenfree&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-alcoholfree {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=alcoholfree&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-fragrancefree {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=fragrancefree&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-microplasticfree {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=microplasticfree&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-vegan {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=vegan&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-hydration {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/hydration_glow.svg');
}

i.smt-q-icon-skinneeds-even-skin {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/dullness_even_skin.svg');
}

i.smt-q-icon-skinneeds-sensitivity-redness {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/sensitivity_rednesss.svg');
}

i.smt-q-icon-skinneeds-blemishcontrol {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/blemish_control.svg');
}

i.smt-q-icon-skinneeds-pore-refining {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/pore_refining.svg');
}

i.smt-q-icon-skinneeds-first-wrinkles {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/first_wrinkles.svg');
}

i.smt-q-icon-skinneeds-first-wrinkles {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/first_wrinkles.svg');
}

i.smt-q-icon-skinneeds-pro-aeging {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/pro_aeging.svg');
}

i.smt-q-icon-yes {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/check_icon.svg');
}

i.smt-q-icon-no {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/cross_icon.svg');
}

i.smt-q-icon-skinneeds-rednessrelief {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-rednessrelief&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-pigmentationtreatment {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-pigmentationtreatment&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-illuminating {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-illuminating&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-longstaywear {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-longstaywear&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-oilcontrol {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-oilcontrol&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-finelineswrinkles {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-finelineswrinkles&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-firmnesselasticity {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-firmnesselasticity&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-antiaging {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-antiaging3&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-glowradiance {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-glowradiance2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-porereducer {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-porereducer2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-darkcircles,
i.smt-q-icon-skinneeds-darkcircletreatment {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-darkcircles2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-sunprotection {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-sunprotection&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skinneeds-evenskintone {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skinneeds-evenskintone2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-nuts {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=nuts&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-pigments {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=pigments&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-fragrances {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=fragrances&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-oils {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=oils&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-silicones {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=silicones&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-alcohols {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=alcohols&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-dyes {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=dyes&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-shaving-shavingblade {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=shavingblade&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-shaving-shavingtrimmer {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=shavingtrimmer&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-shaving-shavingscissors {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=shavingscissors&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skintype-tzone {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-tzone2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skintype-dry {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/dry_tight_filling.svg');
}

i.smt-q-icon-skintype-oily {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/oily.svg');
}

i.smt-q-icon-skintype-normal {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/normal_skin.svg');
}

i.smt-q-icon-skintype-combination {
	background-image: url('https://media.skindays.com/wp-content/uploads/2024/09/forehead_chin_nose_oily.svg');
}

i.smt-q-icon-skintype-shiny {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-shiny2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-skintype-flaky {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-flaky2&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-finish-luminous {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=finish-luminous&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-finish-matte {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=finish-matte&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-finish-radiant {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=finish-radiant&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-finish-natural {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=finish-natural&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-finish-silky-smooth {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=finish-silky-smooth&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-normal {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-normal2-male&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-oily {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-oily2-male&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-tzone {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-tzone2-male&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-dry {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-dry2-male&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-shiny {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-shiny2-male&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-gender-male i.smt-q-icon-skintype-flaky {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=skintype-flaky2-male&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-unknown {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=unknown&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-rarely-sun {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=rarely-sun&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-sometimes-sun {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=sun-sometimes-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-often-sun {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=sun-often-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-constantly-sun {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=sun-constantly-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-rural {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=rural-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-suburban {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=suburban-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-city {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=city-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-snowflake {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=snowflake-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-4seasons {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=4seasons-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hawaii {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hawaii-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-straight {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-straight-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-wavy {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-wavy-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-curly {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-curly-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-kinky {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-kinky-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-flat {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-flat&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-normal {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-normal&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairtype-voluminous {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-voluminous&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairthickness-fine {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-thickness-fine&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairthickness-normal {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-thickness-normal&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-hairthickness-thick {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=hair-thickness-thick&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-humidity-dry {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=humidity-dry-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-humidity-normal {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=humidity-normal-01&set=classic&primary=000&secondary=e8d7cc);
}

i.smt-q-icon-humidity-humid {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=humidity-humid-01&set=classic&primary=000&secondary=e8d7cc);
}

.smt-q-scan-status {
	background: #fff;
	border: 0.25rem solid #fff;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	display: block;
	z-index: 9999;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}


/*.smt-q-scan-status.smt-q-loading {
opacity: 1;
background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=loading&set=classic&primary=e8d7cc) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: 100px !important;
}*/

.smt-q-accordion {
	margin-bottom: 1px;
	position: relative;
}

.smt-q-accordion::before {
	content: "";
	display: block;
	background: #e8d7cc;
	opacity: 0.075;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.smt-q-accordion .smt-q-accordion-title {
	padding: 1rem 4rem 1rem 2rem;
	font-size: 1.6rem;
	line-height: 115%;
	font-weight: 400;
	/*background: #e8d7cc;*/
	color: #e8d7cc;
	position: relative;
}

.smt-q-accordion .smt-q-accordion-title::after {
	content: "+";
	color: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: 2rem;
	top: 50%;
	font-size: 200;
	font-size: 1.5rem;
	line-height: 100%;
	transform: translateY(-50%);
	display: none;
}

.smt-q-accordion .smt-q-accordion-content {
	display: block;
}

.smt-q-accordion .smt-q-accordion-content .smt-q-overlay-wrap {
	padding-top: 0;
}

.smt-q-accordion.smt-q-open .smt-q-accordion-content {
	display: block;
}

.smt-q-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.6);
	background: #fff;
	color: #000;
	z-index: 99999;
	top: 0;
	overflow: auto;
	padding-top: 60vw;
	padding-bottom: 2rem;
	transition: all 0.35s ease-in-out;
}

.smt-q-overlay.smt-q-open {
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
	top: 0;
}

.smt-q-overlay.smt-q-overlay-scanner.smt-q-open {
	top: 3.5rem;
	height: calc(100% - 3.5rem);
}

.smt-q-overlay.smt-q-overlay-intro {
	padding: 30vw 2rem 2rem 2rem;
	background: #fff url(https://getskinmatch.com/q/assets/css/img/impo-cover.jpg) no-repeat bottom right;
	background-size: 100% auto;
	transition: none;
}


/*.smt-q-overlay.smt-q-overlay-intro.smt-q-overlay-hide {
opacity: 0;
pointer-events: none;
}*/

.smt-q-overlay-intro .smt-q-logo-smt {
	background: url(https://getskinmatch.com/q/assets/css/img/smt-seal.svg) no-repeat center right;
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=smt-seal&set=classic&primary=000&secondary=000);
	background-size: 80% auto;
	width: 30vw;
	height: 30vw;
	position: absolute;
	right: 2rem;
	top: 0rem;
}

.smt-q-overlay-intro .smt-q-logo-brand {
	background: url(https://getskinmatch.com/q/assets/css/img/impo-logo-black.svg) no-repeat center left;
	background-size: 80% auto;
	width: 30vw;
	height: 30vw;
	position: absolute;
	left: 2rem;
	top: 0rem;
}

.smt-q-overlay-intro .smt-q-logo-x {
	background: url(https://getskinmatch.com/q/assets/css/img/x.svg) no-repeat center;
	background-size: 15% auto;
	width: 30vw;
	height: 30vw;
	position: absolute;
	left: 35vw;
	top: 0rem;
}

.smt-q-scan-help {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=scan-barcode&set=classic&primary=000&secondary=e8d7cc);
	background-size: 6rem auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 7rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 135%;
	font-family: monospace;
}

.smt-q-scan-product-icon {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=scan-barcode&set=classic&primary=000&secondary=e8d7cc);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	width: 6rem;
	height: 6rem;
	margin: 2rem 0;
}

.smt-q-scan-product-brand {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.smt-q-scan-product-title {
	font-size: 1.4rem;
	line-height: 120%;
}

.smt-q-scan-product-subtitle {
	font-size: 1rem;
	line-height: 120%;
	opacity: 0.7;
	margin-top: 0.25rem;
}

.smt-q-scanner {
	position: fixed;
	top: 0;
	left: 0;
	height: 60vw;
	width: 100%;
	max-width: 100%;
	z-index: 99;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.overlay__content video {
	width: 100%;
	height: auto;
}

.overlay__content canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.smt-q-scanner-viewport {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
}

.smt-q-ean-window-mask {
	height: 60vw;
	width: 100%;
	/*background: rgba(255,255,255,0.75);*/
	/*background: #DAB7AC;*/
	/*-webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);*/
	pointer-events: none;
	top: 0;
	position: absolute;
	z-index: 9999;
	display: flex;
	justify-content: center;
}

.smt-q-ean-window-help {
	height: 60vw;
	width: 100%;
	pointer-events: none;
	top: 0;
	position: absolute;
	z-index: 99999;
	display: flex;
	justify-content: center;
}

.smt-q-ean-window-help .smt-q-scanner-help-inner {
	width: 60%;
	/* max-width: 200px; */
	position: absolute;
	align-self: center;
	border-radius: 3px;
	box-shadow: 0 0 10em rgba(0, 0, 0, 0.5);
	transition: all 0.05s ease-in-out;
	margin-left: -3px;
}

.smt-q-scanner-help-inner .smt-q-c1 {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
}

.smt-q-scanner-help-inner .smt-q-c2 {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.smt-q-scanner-help-inner .smt-q-c3 {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.smt-q-scanner-help-inner .smt-q-c4 {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.smt-q-ean-window-help .smt-q-scanner-help-inner::before {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.smt-q-ean-window-help.smt-q-scanned-ean .smt-q-scanner-help-inner {
	background: rgba(255, 255, 255, 0.9)
}

.smt-q-ean-window-help .smt-q-ean-help {
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 100%;
	font-size: 1rem;
	padding: 0.5rem 0;
	text-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	font-family: monospace;
	text-transform: uppercase;
}

.smt-q-scanner-viewport>canvas,
.smt-q-scanner-viewport>video {
	max-width: 100%;
	width: 100%;
}

.smt-q-scanner-viewport>video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.smt-q-overlay-wrap {
	padding: 2rem;
}

canvas.drawing,
canvas.drawingBuffer {
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
}

.smt-q-big-select {
	align-self: center;
	flex: 1;
	text-align: center;
	font: inherit;
	font-size: 1.2rem;
	line-height: 115%;
	color: #d8d8d8;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	padding: 0.5em 0;
	border-radius: 0;
	margin: 0.5rem;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

@media (min-width: 1200px) {
	.smt-q-big-select {
		font-size: 1.4rem;
		line-height: 115%;
		border-bottom: 2px solid #d8d8d8;
	}
}

.smt-q-skintype-result {
	display: none;
}

.smt-q-skintype-result.is-active {
	display: block;
}

.smt-q-skintype-result .smt-q-image {
	margin: 1rem 0 2rem 0;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	border-radius: 100%;
}

.smt-q-mapcanvas {
	width: 100%;
	min-height: 300px;
}

.smt-q-map-geolocate {
	background: var(--color-secondary-600);
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=geolocate&set=classic&primary=fff&secondary=fff);
	background-size: 1rem 1rem;
	background-position: left 1rem center;
	background-repeat: no-repeat;
	padding: 0.35rem 1.5rem;
	border: 2px solid #d8d8d8;
	border-radius: 3rem;
	color: #fff;
	text-decoration: none;
	margin-left: auto;
	align-self: center;
	text-indent: -1000px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 500px) {
	.smt-q-map-geolocate {
		text-indent: 0;
		padding: 0.35rem 1rem;
		background-color: var(--color-secondary-600);
		min-width: 150px;
		padding-left: 2.5rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: 0;
	}
}

.smt-q-map-search {
	position: absolute;
	z-index: 9999;
	padding: 1rem;
	width: calc(100% - 3rem);
	display: flex;
}

.smt-q-map-search input,
input.smt-q-text-input {
	background: #fff;
	border: none;
	border: 2px solid #d8d8d8;
	padding: 1rem;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	font: inherit;
	line-height: 140%;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	min-width: 50%;
	margin-bottom: 0;
}

input.smt-q-button-highlight {
	border: 2px solid #d8d8d8 !important;
	padding: 1rem;
	border-radius: 0;
	font: inherit;
	line-height: 140%;
	font-weight: bold;
}

input.smt-q-text-input {
	width: 100%;
}

.smt-inci-holder {
	position: relative;
}

.smt-inci-info {
	padding: 0.5rem;
}

.smt-inci-info ul {
	background: #fff !important;
	border-top: none !important;
}

.smt-inci-info ul li:last-child {
	border-bottom: none !important;
}

.smt-inci-info .smt-inci-header,
.smt-inci-info .smt-inci-copyright {
	display: none !important;
}

.smt-q-save-profile-prompt,
.smt-q-login-profile-prompt {
	cursor: pointer;
	margin: 0 0 2rem 0;
}

.smt-q-save-profile-prompt span,
.smt-q-login-profile-prompt span {
	position: relative;
	padding-left: 2rem;
	display: block;
}

.smt-q-save-profile-prompt span::before,
.smt-q-login-profile-prompt span::before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #d8d8d8;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	background: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=checkmark&set=classic&primary=000) no-repeat center;
	background-size: 0;
	transition: background 0.1s ease-in-out;
}

.smt-q-save-profile-prompt.smt-q-is-checked span::before,
.smt-q-login-profile-prompt.smt-q-is-checked span::before {
	background-size: 65% auto;
}

.smt-q-save-profile-form,
.smt-q-login-profile-form {
	padding: 0 0 2rem 0;
	display: none;
}

.smt-q-save-profile-form.smt-q-is-visible,
.smt-q-login-profile-form.smt-q-is-visible {
	display: block
}

.smt-q-skintone-image,
.smt-q-coverage-image,
.smt-q-answer-image {
	width: 100%;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 0.5rem;
}

.smt-q-skintone-image::before,
.smt-q-coverage-image::before,
.smt-q-answer-image::before {
	content: "";
	display: block;
	padding-bottom: 150%;
}

.smt-q-color-hints {
	display: flex;
	flex-flow: row wrap;
	margin: -0.5rem 1rem;
	transform: translateY(-50%)
}

.smt-q-color-hints .smt-q-color-hint {
	width: calc(33.33% - 0.5rem);
	margin: 0.25rem;
	border-radius: 100%;
}

.smt-q-color-hints .smt-q-color-hint::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.smt-q-color-hints .smt-q-color-hint:nth-child(4),
.smt-q-color-hints .smt-q-color-hint:nth-child(5),
.smt-q-color-hints .smt-q-color-hint:nth-child(6) {
	display: none;
}

.smt-q-skintone-image-fair {
	background-image: url(https://getskinmatch.com/q/assets/css/img/skintones/fair.png);
}

.smt-q-skintone-image-beige {
	background-image: url(https://getskinmatch.com/q/assets/css/img/skintones/beige.png);
}

.smt-q-skintone-image-bronze {
	background-image: url(https://getskinmatch.com/q/assets/css/img/skintones/bronze.png);
}

.smt-q-skintone-image-brown {
	background-image: url(https://getskinmatch.com/q/assets/css/img/skintones/brown.png);
}

.smt-q-skintone-image-dark {
	background-image: url(https://getskinmatch.com/q/assets/css/img/skintones/dark.png);
}

.smt-q-coverage-image-sheer {
	background-image: url(https://getskinmatch.com/q/assets/css/img/coverages/sheer.jpg);
}

.smt-q-coverage-image-medium {
	background-image: url(https://getskinmatch.com/q/assets/css/img/coverages/medium.jpg);
}

.smt-q-coverage-image-full {
	background-image: url(https://getskinmatch.com/q/assets/css/img/coverages/full.jpg);
}

@media (max-width: 599px) {
	.smt-q-undertone-color {
		position: absolute;
		height: calc(100% - 2rem);
		width: 0.25rem;
		top: 1rem;
		left: -0.75rem;
	}
}

@media (min-width: 600px) {
	.smt-q-undertone-color {
		border-radius: 100%;
		margin: 0 auto 1rem auto;
		width: 4rem;
		height: 4rem;
	}
}

.smt-q-form-fields {
	display: flex;
	flex-flow: row wrap;
	margin-left: -0.5rem;
	width: calc(100% + 1rem);
}

.smt-q-form-double-fields input,
.smt-q-form-triple-fields input {
	width: 100%;
	margin: 0 0.5rem 0.5rem 0.5rem;
	min-width: auto;
	max-width: auto;
	box-shadow: none;
}

@media (min-width: 600px) {
	.smt-q-form-double-fields input {
		width: calc(50% - 1rem);
	}

	.smt-q-form-triple-fields input {
		width: calc(33.33% - 1rem);
	}
}

.smt-q-legal-terms {
	padding: 1rem 0;
	font-size: 14px;
	line-height: 120%;
}

.smt-q-legal-terms label {
	display: block;
	margin-bottom: 0.5rem;
	padding-left: 2rem;
	position: relative;
}

.smt-q-legal-terms label input[type='checkbox'] {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.smt-q-legal-terms a {
	color: inherit;
}

.smt-q-legal-terms ul {
	margin: 1.5rem 0 0.5rem 0;
}

.smt-q-legal-terms ul li {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 0.5rem 0;
}

.smt-q-legal-terms ul li::before {}

.smt-q-is-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.smt-q-toggle {
	display: inline;
}

.smt-q-toggle-handle {
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}

.smt-q-toggle-content {
	display: none;
}

.smt-q-toggle.is-open .smt-q-toggle-content {
	display: inline-block;
	;
}

.smt-header-action-buttons {
	margin: -1rem 0 2rem 0;
	text-align: left
}

.smt-footer-action-buttons {
	margin: 2rem 0;
	text-align: center
}

.smt-q-login-error {
	font-weight: bold;
	display: none;
}

.smt-q-login-error.smt-q-is-visible {
	display: block;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	1 -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: text;
	min-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: text;
	padding-bottom: 5px;
}

.smt-q-select2-dropdown .select2-container--default .select2-selection--multiple {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=arrow-down&set=classic&primary=e8d7cc);
	background-position: right 1rem center;
	background-repeat: no-repeat;
	background-size: auto 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 7px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e8d7cc;
	border: 1px solid #e8d7cc;
	color: #fff;
	border-radius: 0.25rem;
	cursor: default;
	float: left;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 0;
	padding: 0.25em 0.5em;
	font-size: 1em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 0.5em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
	padding-bottom: 5px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	font: inherit;
	outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	line-height: 1.75em;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 10rem;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e8d7cc;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #e8d7cc;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #e8d7cc;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #e8d7cc;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #e8d7cc;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #e8d7cc;
}

.smt-q-product-brand {
	color: #888;
}

@media (min-width: 500px) {
	.smt-q-product-data {
		min-height: 13.5rem;
	}
}

h2 {
	font-family: 'Marcellus', serif;
}

.smt-q-num-label {
	font-family: 'Playfair Display', serif;
}

.smt-q-group-match {}

.smt-q-group-header h3 {
	color: #000;
}

.smt-q-open-overlay,
.smt-q-start,
.smt-q-button-highlight,
.smt-q-get-results,
.smt-q-product-actions a {
	border: 1px solid #000;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	letter-spacing: 0;
}

input.smt-q-button-highlight {
	border: 1px solid #000 !important;
	border-radius: 0;
	background-color: #fff !important;
	color: #000 !important;
	font-weight: 400 !important;
}

.smt-q-product-actions a {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-shop-arrow&set=classic&primary=000);
}

.smt-q-product-actions .smt-q-has-cart-link a.smt-q-button.smt-q-cart-link {
	background-image: url(https://getskinmatch.com/q/assets/css/img/iconsets/load.php?icon=match-cart&set=classic&primary=000);
}

.smt-q-price {
	font-weight: 400
}

.smt-q-product-title {
	font-weight: 400;
	font-size: 1rem;
	height: 40px;
	overflow: hidden;
}


.smt-q-product-subtitle {
	height: 100px;
	overflow: auto;
	font-size: 0.75rem;
}

.smt-q-product-subtitle::-webkit-scrollbar {
	width: 2px;
}

.smt-q-product-subtitle::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.smt-q-product-subtitle::-webkit-scrollbar-thumb {
	background: #aaa;
}

.smt-q-product-subtitle::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

/* body.redirect-recommendation .smt-q-questionnaire,
body.redirect-recommendation .smt-q-slides {
	display: none;
}

.recommending-title {
	display: none;
}

body.redirect-recommendation .recommending-title {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0;
	text-align: center;
}

body.redirect-recommendation .large-12.col {
	padding-bottom: 0;
}

body.redirect-recommendation .introjs-tooltipReferenceLayer, 
body.redirect-recommendation .introjs-helperLayer {
    display: none;
} */


@media (max-width:768px) {
	.test-step-1 .smt-q-start.smt-q-button {
		margin-top: 0.5em;
		text-align: revert;
		margin-left: auto;
	}

	.test-step-1 .smt-q-inner {
		text-align: right;
	}

	body.redirect-recommendation .recommending-title {
		line-height: 1.3em;
		margin: 30px 0;
	}
}

.smt-q-discount {
	display: flex;
	align-items: flex-end;
	margin: 30px 11px 5px 5px;
	flex-direction: column;
}

.smt-q-discount span {
	z-index: 999;
	background: var(--color-secondary-200);
	padding: 5px 20px;
	border-radius: 10px;
}

.smt-q-discount span strong {
	font-weight: 600;
}