<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-finder {
	background-color: #F0EFEE;
	padding: 26px 20px 28px;
}

.product-finder-intro {
  font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 20px;
}

.product-finder-intro h4 {
  color: #C81B22;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.product-finder-intro p {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.product-finder .question {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.product-finder .question .question-options.inactive button {
  cursor: default;
  opacity: 0.5;
}

.product-finder .question-inner h2 {
	color: #C81B22;
	font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
}

.product-finder-option {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #706758;
	font-family: "Century Gothic", Arial, FreeSans;
	border: 1px solid #706758;
	background-color: #FFFFFF;
	white-space: nowrap;
	outline: 0;
	-webkit-appearance: none;
	padding: 5px 62px 6px 10px;
	text-align: left;
	margin-left: 8px;
	background-position: right 10px center;
  	background-repeat: no-repeat;
}

.product-finder-option.go-back {
	background-image: url('../images/Icon-Arrow-Back.png');
}

.product-finder-option.restart {
	background-image: url('../images/Icon-Restart-White.png');
}

.product-finder  .answer {
	display: flex;
}

.product-finder  .answer .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 40px;
}

.product-finder  .answer.row:first-child {
	border-top: 1px solid #C8C4BD;;
}

.product-finder  .answer .content h2 {
	font-size: 24px;
	line-height: 29px;
	color: #C81B22;
	margin-bottom: 10px;
}

.product-finder  .answer .content p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 16px;
	font-family: "Century Gothic", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.custom-product-select {
	align-self: flex-start;
	border: 1px solid #706758;
	position: relative;
}

.custom-product-select:before {
	content: '';
	background-repeat: no-repeat;
	background-image: url('../images/Icon-Arrow-White.png');
	width: 15px;
	height: 10px;
	background-position: center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.custom-product-select select, .custom-product-select button, .custom-product-select a {
	border: 1px solid white;
	background-color: #706758;
	color: white;
	-webkit-appearance: none;
	display: block;
	padding: 3px 68px 3px 10px;
	cursor: pointer;
	font-size: 12px;
	font-family: "Century Gothic", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.product-finder .answer.row {
	border: 1px solid #C8C4BD;
	border-top: 0;
	background-color: white;
}

.product-finder .answer.row .image {
	width: 325px;
	min-height: 200px;
	position: relative;
	flex-shrink: 0;
}

.product-finder .answer.row .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width:767px){

	.product-finder .question {
		display: block;
	}

	.product-finder .question-inner h2 {
		font-size: 22px;
		line-height: 27px;
	}

	.product-finder .question-inner {
		margin-bottom: 10px;
	}

	.product-finder-option:first-child {
		margin-left: 0;
	}
}

@media all and (max-width:650px){

	.product-finder .answer {
		display: block;
	}

	.product-finder .answer.row .image {
		display: none;
	}

	.product-finder .answer.row {
		margin-bottom: 20px;
		border-top: 1px solid #C8C4BD;
	}

	.product-finder .answer.row:last-child {
		margin-bottom: 0;
	}

	.product-finder .answer .content {
		padding: 25px 20px;
	}
}


.product-finder .recommend .answers {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1px;
}

.product-finder .recommend .product-answer {
	width: calc(100% / 4 + 1px);
  background-color: white;
  padding: 20px 30px 37px;
  box-sizing: border-box;
  border: 0.5px solid #C8C4BD;
  border: 0.5px solid #C8C4BD;
	margin-left: -1px;
  margin-top: -1px;
  position: relative;
  padding-bottom: 120px;
}

.product-finder .recommend .product-answer .content-ctas {
  position: absolute;
  bottom: 25px;
}

.product-finder .recommend .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}

.product-finder .recommend .image img {
	max-width: 170px;
	max-height: 170px;
}

.product-finder .recommend .content {
	display: flex;
  flex-direction: column;
}

.product-finder .recommend .content h2 {
	font-size: 20px;
  line-height: 24px;
  color: #C81B22;
  margin-bottom: 10px;
}

.product-finder .recommend .content p {
	color: #000000;	
	font-family: "Century Gothic";	
	font-size: 14px;	
	line-height: 17px;
	margin-bottom: 20px;
}

.product-finder .recommend .content .share, .product-finder .recommend .content .download {
	color: #C81B22;
	font-size: 12px;
	line-height: 15px;
  font-weight: bold;
  padding-top: 14px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
  background-position: left center;
	padding-left: 25px;
  white-space: nowrap;
  margin-bottom: 0;
}

.product-finder .recommend .content .share {
	padding-right: 18px;
  cursor: pointer;
}

.product-finder .recommend .share-container {
	position: relative;
	align-self: flex-start;
}

.product-finder .recommend .share-popup {
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
	background-color: #F0EFEE;
  position: absolute;
  padding: 10px 18px;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

.product-finder .recommend .share-container:hover .share-popup {
	height: auto;
	opacity: 1;
	visibility: visible;
	width: 88px;
}

.product-finder .recommend .share-popup:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #f0efee transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7px;
}

.product-finder .recommend .share-popup a {
	margin-left: 10px;
}

.product-finder .recommend .share-popup a:first-child {
	margin-left: 0;
}

.product-finder .recommend .content .share {
	background-image: url('../images/Icon-Share.png');
}

.product-finder .recommend .content .download {
	background-image: url('../images/Icon-Download.png');
}

.product-finder .recommend .content a:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 900px){

	.product-finder .recommend .product-answer {
		width: calc(100% / 2 + 1px);
	}
}

@media all and (max-width: 480px){

	.product-finder .recommend .product-answer {
		width: calc(100% + 1px);
	}
}

.find-stockist {
	padding: 25px 20px;
	display: flex;
}

.find-stockist .image {
	width: 236px;
  min-height: 180px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.find-stockist .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.find-stockist .content {
	background-color: #F0EFEE;
	padding: 30px 45px;
  display: flex;
  flex-direction: column;
	justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.find-stockist h2 {
	color: #C81B22;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	font-family: "Proxima Nova", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.find-stockist p {
	font-size: 14px;
	line-height: 17px;
	color: black;
	margin-bottom: 16px;
}

@media all and (max-width: 600px){

	.find-stockist {
		display: block;
	}

	.find-stockist .image {
		width: 100%;
	}
}

.use-our-tools {
	padding: 20px;
}

.use-our-tools .top {
	margin-bottom: 20px;
}

.use-our-tools .top h2 {
	color: #C81B22;	
	font-size: 18px;	
	line-height: 22px;
	margin-bottom: 10px;
}

.use-our-tools .top p {
	font-size: 14px;	
	line-height: 17px;
}

.use-our-tools-inner {
	display: flex;
  justify-content: space-between;
}

.use-our-tools-inner .tool {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.use-our-tools-inner .tool .image {
	min-height: 240px;
	width: 100%;
	position: relative;
}

.use-our-tools-inner .tool img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.use-our-tools-inner .tool .tool-content {
	padding: 40px 30px;
  display: flex;
  flex-direction: column;
	justify-content: center;
	border: 1px solid #C8C4BD;
	border-top: 0;
}

.use-our-tools-inner .tool .tool-content h2 {
  font-size: 24px;
  line-height: 29px;
  color: #C81B22;
  margin-bottom: 10px;
}

.use-our-tools-inner .tool .tool-content p {
	font-size: 14px;	
	line-height: 17px;
	margin-bottom: 20px;
}

@media all and (max-width: 600px){

	.use-our-tools-inner {
		display: block;
	}
	
	.use-our-tools-inner .tool {
		width: 100%;
	}
}</pre></body></html>