/* CaptainGreek Partner Minimum UX — scoped minimum-order progress cards. */
.cg-pmu-card,
.cg-pmu-card *,
.cg-pmu-card *::before,
.cg-pmu-card *::after {
    box-sizing: border-box;
}

.cg-pmu-card[hidden] {
    display: none !important;
}

.cg-pmu-card {
    --cg-pmu-ink: #1d2433;
    --cg-pmu-muted: rgba(29, 36, 51, .68);
    --cg-pmu-line: rgba(29, 36, 51, .12);
    --cg-pmu-gold: #b48b31;
    --cg-pmu-gold-deep: #8a6420;
    --cg-pmu-gold-soft: rgba(180, 139, 49, .14);
    --cg-pmu-green: #4f7a3a;
    --cg-pmu-surface: #fffdf8;
    --cg-pmu-radius: 18px;
    display: block;
    width: 100%;
    margin: 14px 0;
    padding: 16px 16px 15px;
    border: 1px solid var(--cg-pmu-line);
    border-radius: var(--cg-pmu-radius);
    background:
        radial-gradient(circle at 12% 0%, rgba(180, 139, 49, .13), transparent 34%),
        linear-gradient(135deg, #fffdf8 0%, #ffffff 62%, #fbf5e9 100%);
    box-shadow: 0 14px 34px rgba(29, 36, 51, .08);
    color: var(--cg-pmu-ink);
}

.cg-pmu-card--pdp {
    margin-top: 12px;
    margin-bottom: 18px;
}

.cg-pmu-card--collection {
    max-width: 1240px;
    margin: 18px auto 20px;
}

.cg-pmu-card--cart {
    margin-bottom: 20px;
}

.minicart-wrapper .cg-pmu-card--minicart {
    margin: 10px 0 14px;
    padding: 13px 13px 12px;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(29, 36, 51, .08);
}

.opc-sidebar .cg-pmu-card--checkout,
.checkout-index-index .cg-pmu-card--checkout {
    margin: 0 0 16px;
}

.cg-pmu-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.cg-pmu-card__eyebrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--cg-pmu-gold-soft);
    color: var(--cg-pmu-gold-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cg-pmu-card__title {
    flex: 1 1 auto;
    display: block;
    color: var(--cg-pmu-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    text-align: right;
}

.cg-pmu-card__meter {
    position: relative;
    overflow: hidden;
    height: 9px;
    margin: 6px 0 10px;
    border-radius: 999px;
    background: rgba(29, 36, 51, .09);
}

.cg-pmu-card__meter > span {
    display: block;
    min-width: 3px;
    max-width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #b48b31 0%, #d7b967 100%);
    transition: width .22s ease;
}

.cg-pmu-card.is-satisfied .cg-pmu-card__meter > span {
    background: linear-gradient(90deg, #4f7a3a 0%, #7daa58 100%);
}

.cg-pmu-card__message {
    margin: 0;
    color: var(--cg-pmu-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.cg-pmu-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cg-pmu-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border: 1px solid rgba(29, 36, 51, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: rgba(29, 36, 51, .72);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.cg-pmu-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    color: var(--cg-pmu-gold-deep);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cg-pmu-card__link:hover,
.cg-pmu-card__link:focus {
    color: var(--cg-pmu-ink);
    text-decoration: underline;
}

.cg-pmu-card__link[hidden] {
    display: none !important;
}

.cg-pmu-checkout-partner + .cg-pmu-checkout-partner {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--cg-pmu-line);
}

.cg-pmu-legacy-message {
    border-left: 4px solid #b48b31 !important;
    border-radius: 12px !important;
    background: #fff8ea !important;
    color: #4f3510 !important;
    box-shadow: 0 10px 24px rgba(29, 36, 51, .07) !important;
}

.cg-pmu-legacy-message > * {
    color: inherit !important;
}

body.cg-pmu-has-blocking-minimum .minicart-wrapper #top-cart-btn-checkout {
    box-shadow: 0 0 0 3px rgba(180, 139, 49, .20);
}

@media (max-width: 767px) {
    .cg-pmu-card {
        padding: 14px;
        border-radius: 16px;
    }

    .cg-pmu-card__head {
        display: block;
    }

    .cg-pmu-card__title {
        margin-top: 8px;
        text-align: left;
    }

    .cg-pmu-card__meta {
        display: grid;
        grid-template-columns: 1fr;
    }
}
