* {
    color: #000 !important;
    border-color: grey !important;
}

header, footer, .filteringSearchbox, body.product .breadcrumbs, .asset-files {
    display: none;
}

body.product #asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

body.product #asset > * {
    margin: 0 auto;
}