/**
 * @author Guapa B.V. <info@guapa.nl>
 * @package Toychamp_ProductLabel
 *
 * For the full copyright and license information, please view the LICENSE_GUAPA
 * file that was distributed with this source code.
 */
li.product-item {
    position: relative;
}

.product-labels__wrapper {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
}

.product-label.image {
    float: right;
    max-width: 38%;
}

.product-label.text {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    max-width: calc(62% - 10px);
    text-align: center;
    box-sizing: border-box;
}