*[data-product="4"] .bright-plus-routine__num {
    right: 73%;
}
*[data-product="5"] .bright-plus-routine__num {
    right: 77%;
}
.bright-plus-banner .bright-plus-cta {
    left: 666px;
    top: 157px;
}


/* mobile */
@media (max-width: 480px) {
.bright-plus-banner .bright-plus-cta {
    left: 272px;
    top: 111px;
}
.header.header-search-content {
    margin-top: 0px !important;
}
*[data-ingredient="acerola"] .bright-plus-ingredient__text {
    right: 92px;
}
}


/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .header.header-search-content {
        margin-top: 0px !important;
    }
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header.header-search-content {
        margin-top: 0px !important;
    }
}