/* -------------------------------------------------
   SHOP – Ränge & Booster
--------------------------------------------------- */

.price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--purple);
}

.shop-confirm,
.success-box {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    max-width: 550px;
    margin: 3rem auto;
    text-align: center;
    box-shadow: var(--shadow);
}

.confirm-box {
    padding: 1rem;
    margin-top: 1rem;
    background: #f8e6ff;
    border-radius: 14px;
}

.error {
    color: #d7005f;
    font-weight: 700;
}
