﻿.RRP {
    font-size: 10px;
    font-weight: lighter;
}

.ribbon {
    z-index: 300;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    font-size: 14px;
}

.sale {
    background-color: #ef3e3e;
}

.shipping {
    background-color: #68a8e1;
}

.new {
    background-color: #00bc8c;
}

.sale + .shipping {
    top: 58px;
}

.shipping + .new {
    top: 42px;
}
