/* UNÆG Privé frontend: inherit the active theme typography, button styles and color palette. */
.uneg-pc-account,
.uneg-pc-box,
.uneg-pc-landing,
.uneg-pc-thankyou,
.uneg-pc-order-rewards {
    --uneg-pc-border: currentColor;
    --uneg-pc-soft-border: color-mix(in srgb, currentColor 14%, transparent);
    --uneg-pc-soft-bg: color-mix(in srgb, currentColor 3%, transparent);
    --uneg-pc-muted-opacity: .68;
    font: inherit;
    color: inherit;
}

.uneg-pc-account *,
.uneg-pc-box *,
.uneg-pc-landing *,
.uneg-pc-thankyou *,
.uneg-pc-order-rewards * {
    box-sizing: border-box;
}

.uneg-pc-inline-note,
.uneg-pc-loop-note,
.uneg-pc-muted,
.uneg-pc-message {
    font-size: .92em;
    opacity: .78;
}

.uneg-pc-loop-note {
    display: block;
    margin-top: .35em;
}

.uneg-pc-account {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.uneg-pc-account h2,
.uneg-pc-account h3,
.uneg-pc-box h2,
.uneg-pc-box h3 {
    margin-top: 0;
    margin-bottom: .55em;
    line-height: 1.2;
}

.uneg-pc-account p,
.uneg-pc-box p {
    margin-top: 0;
}

.uneg-pc-hero,
.uneg-pc-card,
.uneg-pc-section,
.uneg-pc-box {
    border: 1px solid currentColor;
    border-color: var(--uneg-pc-soft-border, currentColor);
    background: transparent;
}

.uneg-pc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .9fr);
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: start;
    padding: clamp(1.15rem, 2.8vw, 2rem);
    margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

.uneg-pc-hero-copy > :last-child,
.uneg-pc-card > :last-child,
.uneg-pc-section > :last-child,
.uneg-pc-box > :last-child {
    margin-bottom: 0;
}

.uneg-pc-eyebrow,
.uneg-pc-label {
    display: block;
    margin: 0 0 .45rem;
    font-size: .78em;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.25;
    opacity: var(--uneg-pc-muted-opacity);
}

.uneg-pc-summary-grid,
.uneg-pc-tier-grid,
.uneg-pc-account .uneg-pc-grid {
    display: grid;
    gap: clamp(.85rem, 2vw, 1.1rem);
    margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

.uneg-pc-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uneg-pc-tier-grid,
.uneg-pc-account .uneg-pc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uneg-pc-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uneg-pc-card,
.uneg-pc-section,
.uneg-pc-box {
    padding: clamp(1rem, 2.4vw, 1.35rem);
    margin: 0;
}

.uneg-pc-section {
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.uneg-pc-stat-card,
.uneg-pc-card {
    min-width: 0;
}

.uneg-pc-card strong,
.uneg-pc-wallet-cards strong {
    display: block;
    margin: .15rem 0 .25rem;
    font-size: clamp(1.25em, 2.2vw, 1.6em);
    line-height: 1.18;
    font-weight: 700;
}

.uneg-pc-card span:not(.uneg-pc-label) {
    display: block;
    line-height: 1.45;
}

.uneg-pc-progress {
    width: 100%;
    height: 8px;
    margin-top: .8rem;
    overflow: hidden;
    border: 1px solid currentColor;
    border-color: var(--uneg-pc-soft-border, currentColor);
    border-radius: 999px;
    background: transparent;
}

.uneg-pc-progress span {
    display: block;
    height: 100%;
    min-width: 0;
    background: currentColor;
    opacity: .36;
}

.uneg-pc-account .button,
.uneg-pc-box .button {
    white-space: nowrap;
    margin-top: 0;
}

.uneg-pc-steps {
    margin: 0;
    padding-left: 1.25rem;
}

.uneg-pc-steps li + li {
    margin-top: .45rem;
}

.uneg-pc-tier-table-wrap,
.uneg-pc-history-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.uneg-pc-tier-table,
.uneg-pc-history-table {
    width: 100%;
    margin-bottom: 0;
}

.uneg-pc-tier-table th,
.uneg-pc-tier-table td,
.uneg-pc-history-table th,
.uneg-pc-history-table td {
    vertical-align: top;
}

.uneg-pc-tier-table .is-current td {
    font-weight: 600;
}

.uneg-pc-empty-state {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: clamp(1rem, 2.5vw, 1.35rem);
    border: 1px dashed currentColor;
    border-color: var(--uneg-pc-soft-border, currentColor);
}

.uneg-pc-empty-state p {
    margin: 0;
}

.uneg-pc-redeem-row {
    display: flex;
    gap: .65rem;
    align-items: center;
    flex-wrap: wrap;
    margin: .8rem 0;
}

.uneg-pc-range {
    min-width: 180px;
    flex: 1 1 220px;
}

.uneg-pc-points-input {
    width: 120px;
    max-width: 100%;
    text-align: center;
}

.uneg-pc-order-rewards,
.uneg-pc-landing {
    margin: 1.5rem 0;
}

.uneg-pc-product-note.is-updating {
    opacity: .45;
}

@media (max-width: 1024px) {
    .uneg-pc-summary-grid,
    .uneg-pc-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uneg-pc-hero,
    .uneg-pc-tier-grid,
    .uneg-pc-account .uneg-pc-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .uneg-pc-summary-grid {
        grid-template-columns: 1fr;
    }
    .uneg-pc-redeem-row,
    .uneg-pc-empty-state {
        align-items: stretch;
        flex-direction: column;
    }
    .uneg-pc-redeem-row > *,
    .uneg-pc-empty-state .button {
        width: 100%;
        max-width: 100%;
    }

    .uneg-pc-range {
        min-width: 100%;
    }

    .uneg-pc-tier-table.shop_table_responsive thead,
    .uneg-pc-history-table.shop_table_responsive thead {
        display: none;
    }

    .uneg-pc-tier-table.shop_table_responsive tr,
    .uneg-pc-history-table.shop_table_responsive tr {
        display: block;
        border-bottom: 1px solid currentColor;
        border-color: var(--uneg-pc-soft-border, currentColor);
        padding: .75rem 0;
    }

    .uneg-pc-tier-table.shop_table_responsive td,
    .uneg-pc-history-table.shop_table_responsive td {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        width: 100%;
        text-align: right;
        border: 0;
        padding: .35rem 0;
    }

    .uneg-pc-tier-table.shop_table_responsive td::before,
    .uneg-pc-history-table.shop_table_responsive td::before {
        content: attr(data-title);
        flex: 0 0 42%;
        text-align: left;
        font-weight: 600;
    }
}


.uneg-pc-copy-status {
    display: block;
    min-height: 1.2em;
    margin-top: .45rem;
    font-size: .86em;
    opacity: .78;
}

.uneg-pc-copy-status.is-success,
.uneg-pc-copy-status.is-error {
    opacity: 1;
}





