/* Product Page CSS */

.prices-tier {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: -2px;
    line-height: 18px;
    font-size: 12px;
    text-align: end;
}

.prices-tier .item {
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .prices-tier {
        margin-top: 0;
        line-height: 16px;
    }
}