/**
 * Copyright © 2018 ZERO-1 Limited. All rights reserved.
 * See LICENSE.txt for license details.
 */

.splats {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    width:25%;
    text-align: center;
    text-transform: uppercase;
}

.product-items .splats { width:100%; }

.splats.newin {
    background: #6dadc9;
    color: #fff;
}
.splats.sale {
    background: #fd4627;
    color: #fff;
}