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