.carrierbaseddiscount {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #f00000;
}

body#product .carrierbaseddiscount {
    padding: 1rem 0;
}

article.product-miniature  .carrierbaseddiscount {
    margin-bottom: 0;
}