<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.finder-tile__wrapper {
	position: relative;
}

.finder-tile__wrapper:hover {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.finder-tile__wrapper:focus {
	box-shadow: none;
}

.finder-tile__wrapper:focus-visible {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6893d2;
	outline: none;
}

.finder-tile {
	width: 100%;
	height: 100%;
	gap: 32px;
	padding: 24px 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.finder-tile__text&gt;.finder-tile__title {
	font-size: 20px;
	line-height: 145%;
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	font-style: normal;
}

.finder-tile__text&gt;.finder-tile__subtitle {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
	font-size: 14px;
	font-style: normal;
	line-height: 145%;
}

.finder-tile.small-button-tile .finder-tile__text&gt;.finder-tile__title {
	font-size: 20px;
}

body[dir='rtl'] .finder-tile .finder-tile__text&gt;.finder-tile__title {
	font-size: 24px;
	line-height: 150%;
}

@media (min-width: 768px) {
	.finder-tile {
		border: 1px solid #d3ccc8;
	}
}

@media (min-width: 1024px) {
	.finder-tile {
		gap: 40px;
		padding: 24px;
	}

	.finder-tile.small-button-tile {
		gap: 30px;
		padding: 24px 24px 50px 24px;
	}

	body[dir='rtl'] .finder-tile .finder-tile__text&gt;.finder-tile__title {
		font-size: 29px;
	}

	body[dir='rtl'] .finder-tile.small-button-tile .finder-tile__text&gt;.finder-tile__title {
		font-size: 24px;
	}

	.finder-tile__wrapper&gt;.finder-tile.serums-finder-background {
		background-image: url(../../../images/plp/Push-SerumFinder-Desktop.png);
	}

	.finder-tile__wrapper&gt;.finder-tile.moisturizers-finder-background {
		background-image: url(../../../images/plp/Push-MoisturizersFinder-Desktop.png);
	}

	.finder-tile__wrapper&gt;.finder-tile.e-gift-card-background {
		background-image: url(../../../images/plp/Push-eGiftCard-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.pgc-background {
		background-image: url(../../../images/plp/Push-PGC-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.mask-finder-background {
		background-image: url(../../../images/plp/Push-MaskFinder-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.lipstick-finder-background {
		background-image: url(../../../images/plp/Push-LipstickFinder-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.foundation-finder-background {
		background-image: url(../../../images/plp/Push-FoundationFinder-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.eye-finder-background {
		background-image: url(../../../images/plp/Push-EyeFinder-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.beauty-consultation-women-background {
		background-image: url(../../../images/plp/Push-BeautyConsultation-Women-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.beauty-consultation-men-background {
		background-image: url(../../../images/plp/Push-BeautyConsultation-Men-Desktop.jpg);
	}

	.finder-tile__wrapper&gt;.finder-tile.connect-background {
		background-image: url(../../../images/plp/Push-Connect-Desktop.jpg);
	}
	
	.finder-tile__wrapper&gt;.finder-tile.black-friday-background {
		background-image: url(../../../images/plp/Push-Black-Friday-Desktop.png);
	}
}

.finder-tile.serums-finder-background {
	background-image: url(../../../images/plp/Push-SerumFinder-Mobile.jpg);
}

.finder-tile.moisturizers-finder-background {
	background-image: url(../../../images/plp/Push-MoisturizersFinder-Mobile.jpg);
}

.finder-tile.e-gift-card-background {
	background-image: url(../../../images/plp/Push-eGiftCard-Mobile.jpg);
}

.finder-tile.pgc-background {
	background-image: url(../../../images/plp/Push-PGC-Mobile.jpg);
}

.finder-tile.mask-finder-background {
	background-image: url(../../../images/plp/Push-MaskFinder-Mobile.jpg);
}

.finder-tile.lipstick-finder-background {
	background-image: url(../../../images/plp/Push-LipstickFinder-Mobile.jpg);
}

.finder-tile.foundation-finder-background {
	background-image: url(../../../images/plp/Push-FoundationFinder-Mobile.jpg);
}

.finder-tile.eye-finder-background {
	background-image: url(../../../images/plp/Push-EyeFinder-Mobile.png);
}

.finder-tile.beauty-consultation-women-background {
	background-image: url(../../../images/plp/Push-BeautyConsultation-Women-Mobile.jpg);
}

.finder-tile.beauty-consultation-men-background {
	background-image: url(../../../images/plp/Push-BeautyConsultation-Men-Mobile.jpg);
}

.finder-tile.connect-background {
	background-image: url(../../../images/plp/Push-Connect-Mobile.jpg);
}

.finder-tile.black-friday-background {
	background-image: url(../../../images/plp/Push-Black-Friday-Mobile.png);
}

body[dir='rtl'] .finder-tile__text&gt;.finder-tile__subtitle {
	font-size: 17px;
	line-height: 150%;
}

.finder-tile&gt;.finder-tile__text {
	color: #333;
	text-align: center;
	gap: 16px;
}

.finder-tile.small-button-tile .finder-tile__text {
	text-align: left;
}

body[dir='rtl'] .finder-tile.small-button-tile .finder-tile__text {
	text-align: right;
}

.finder-tile.small-button-tile.white-text .finder-tile__text {
	color: #fff;
}

.finder-tile.small-button-tile i-link {
	align-self: start;
}

.finder-tile.small-button-tile.white-text i-link {
	color: #fff;
}

.finder-tile.small-button-tile.white-text i-link a {
	color: #fff;
}

.finder-tile i-link a {
	color: #333;
	font-weight: 500;
}

body[dir='rtl'] .finder-tile.small-button-tile i-link a {
	font-size: 13px;
}

/*fix click zone */
.finder-tile i-link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}</pre></body></html>