/* LOCAL CSS UPDATE */

.eye-care-routine__name {
	width: 220px;
}

*[data-product="ds-eye"] .eye-care-hero__ingredient span{
	width: 55%;
	top: 5%;
    left: 30%;
}
*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
	top: 80%;
}


*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
	left: 60%;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.eye-care-hero__ingredient span {
		font-size: 10px;
	}
	*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    	width: 50%;
	}
	.eye-care > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) {
		font-size: 9px;
	}
}

@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-hero__ingredient span {
		font-size: 10px;
	}
	*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    	width: 50%;
	}
	.eye-care-routine__name {
        min-height: 70px;
    }
    .eye-care > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) {
		font-size: 9px;
	}
}

@media (max-width: 480px) {

}
