/* ------------------------------------------------------------------------------------------------------------ */ 
body, html { overflow-x: clip !important; }
@media (min-width: 1150px) {
    *[data-product="bright-plus"] .serums-hero__ingredient span {
        top: 68%;
        left: 0%;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.serums-routine__name{
		min-height: 70px;
        max-width: 175px;
	}
	.serums-nav__wrapper {
		padding-bottom: 0px;
	}
    .serums-routine__name {
        font-size: 14px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (max-width: 480px) {
	.serums-nav li a {
		font-size: 11px;
	}
    .serums-hero__text_bold {
        margin: 0 40px;
    }

    *[data-product="multi-active"] .serums-hero__title {
        width: 90%;
        margin: 0 auto 30px;
    }
}