.pdp-breadcrumbs {
    color: black;
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
}
@media screen and (min-width: 750px) {
    .pdp-breadcrumbs {
        padding-left: 7rem;
    }
}
@media screen and (min-width: 990px) {
    .pdp-breadcrumbs {
        padding-left: 11rem;
    }
}
.pdp-breadcrumbs a {
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 0.5rem;
}
