.article__label.tag__WILDNESS {
    background-image: linear-gradient(to top right, #ff6601, #ff8100);
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px;
    font-style: italic;
}

.article__label.tag__WILDNESS:hover {
    background-color: #f6f6f6 !important;
    color: #ff8100;
    border: solid #ff8100 1px;
}

.tag__WILDNESS a {
    color: #f6f6f6 !important;
    border: none !important;
    padding: 6px 12px 6px 12px;
   font-style: italic;
}

.tag__WILDNESS a:hover {
    background-color: #f6f6f6 !important;
    color: #ff8100 !important;
}

.article__label.tag__WILDNESS {
    background-image: linear-gradient(to top right, #ff6601, #ff8100);
}

.article__label-container,
.product__tags {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    top: 0px;
    margin-top: 0px;
}
