.maxi-card-price {
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    font-size:20px;
}

.maxi-card-amounts {
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    gap:10px;
}
.maxi-card-amounts ins,
.maxi-card-amounts del {
    display:block;
}
.maxi-card-amounts del {
    text-decoration: line-through;
    font-weight:400;
}

[data-products] .outofstock .ct-woo-card-actions a.button {
    display:none;
}
[data-products] .instock .ct-woo-card-actions a.button {
    display:flex;
}

.maxi-card-price-prefix {
    font-size: 0.8em;
    margin-right: -5px;
    font-weight:400;
    align-self: flex-end;
    opacity:0.7;
}

