/* ------------------------------------------------------------------------------------------------------------ */
/* Overides the picto to display top the image */
.serums-picto span {
    position: absolute;
    font-size: 9px;
    line-height: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b0a9a5;
    color: #787474;
    border-radius: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    white-space: nowrap;
    z-index: 2;
}

@media (max-width: 480px) {
    .serums-hero__ingredient span {
        font-size: 9px;
    }
}

.serums-nav__wrapper {
padding-bottom: 0px;
}

