/* LOCAL CSS UPDATES */

.eye-care-routine__name {
	width: 220px;
}
.eye-care-hero__ingredient span {
	font-size: 11px;
}

*[data-product="ds-eye"] .eye-care-hero__ingredient span {
	top: 5%;
	left: 34%;
	width: 50%;
}

*[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
	left: 53%;
}

*[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
	width: 50%;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.eye-care-routine__name {
		min-height: 65px;
	}
}

@media (max-width: 480px) {
	.eye-care-hero__ingredient span {
	    font-size: 8px;
	}
	.eye-care-routine__name {
		min-height: 50px;
	}
}