/**
 * Magio Prisregler Frontend Styles
 * Version: 1.0.0
 */

/* Sale flash badge på produkter */
.magio-sale-flash.onsale {
    background-color: #d63638 !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    z-index: 9;
}

/* Gennemstreget pris styling */
del {
    opacity: 0.5;
    margin-right: 8px;
}

ins {
    text-decoration: none;
    font-weight: 600;
}

