/*
MFR Modern Theme
Extracted from approved homepage design.
Shared style system for Fundraising Shopping Cart staging.
*/

:root {
            --cream: #fbf7ef;
            --cream-2: #f7f1e6;
            --white: #fffdf9;
            --green: #31593f;
            --green-dark: #264735;
            --green-soft: #dfe7dd;
            --blush: #c97c78;
            --blush-soft: #f3e3e0;
            --text: #28322d;
            --muted: #656d67;
            --line: #eadfd4;
            --shadow: 0 18px 40px rgba(52, 41, 30, .12);
            --shadow-soft: 0 10px 24px rgba(52, 41, 30, .08);
        }

        * { box-sizing: border-box; }
        html, body { margin: 0; padding: 0; }
        body {
            font-family: Arial, Helvetica, sans-serif;
            background: var(--cream);
            color: var(--text);
            -webkit-font-smoothing: antialiased;
        }
        a { color: inherit; text-decoration: none; }
        .wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

        .site-header {
            background: rgba(255, 253, 249, .98);
            border-bottom: 1px solid var(--line);
        }
        .site-header .wrap {
            min-height: 92px;
            display: grid;
            grid-template-columns: auto auto 1fr;
            align-items: center;
            gap: 18px;
        }

        .logo { display: flex; flex-direction: column; line-height: 1; min-width: 250px; }
        .logo-main {
            font-family: Georgia, "Times New Roman", serif;
            font-size: 32px;
            color: var(--green);
            letter-spacing: .03em;
            font-weight: 700;
        }
        .logo-heart { color: var(--blush); font-size: 16px; position: relative; top: -9px; margin: 0 -2px; }
        .logo-sub { color: var(--blush); font-size: 13px; font-weight: 700; letter-spacing: .18em; margin-top: 5px; }
        .header-help {
            color: var(--green);
            font-size: 14px;
            white-space: nowrap;
            justify-self: start;
        }

        .top-nav {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            justify-content: flex-end;
            align-items: center;
            min-width: 0;
        }

        .top-nav a {
            border: 1px solid rgba(201, 124, 120, .42);
            border-radius: 10px;
            padding: 10px 13px;
            background: rgba(255, 253, 249, .86);
            font-size: 13px;
            color: var(--text);
            box-shadow: 0 4px 12px rgba(52, 41, 30, .04);
            transition: .18s ease;
            white-space: nowrap;
        }
        .top-nav a:hover { border-color: var(--blush); color: var(--green); transform: translateY(-1px); }

        .hero {
            height: 630px;
            position: relative;
            background:
                linear-gradient(rgba(75, 58, 42, .08), rgba(75, 58, 42, .08)),
                url("../images/homepage-hero-exact.jpg") center center / cover no-repeat;
            display: flex;
            align-items: center;
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 480px 380px;
            gap: 26px;
            align-items: stretch;
            justify-content: center;
        }
        .hero-left-card,
        .hero-right-card {
            background: rgba(255, 252, 247, .91);
            border: 1px solid rgba(255, 255, 255, .72);
            border-radius: 24px;
            box-shadow: var(--shadow);
            backdrop-filter: blur(3px);
            min-height: 410px;
            height: 100%;
        }
        .hero-left-card {
            width: 480px;
            max-width: 480px;
            padding: 48px 54px;
            margin-left: 0;
            display: flex;
            flex-direction: column;
        }
        .hero-heart { color: var(--blush); font-family: Georgia, "Times New Roman", serif; font-size: 46px; line-height: 1; margin-bottom: 18px; }
        .hero-left-card h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 36px; line-height: 1.17; font-weight: 700; color: var(--text); }
        .hero-left-card h1 em { display: block; color: var(--blush); font-size: 58px; font-style: italic; font-weight: 400; margin-top: 8px; }
        .hero-left-card p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 32px 0 28px; max-width: 360px; }
        .hero-line { height: 1px; background: var(--line); margin: 0 0 26px; }

        .shipping-row {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-top: auto;
        }
        .shipping-icon {
            width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
            display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-soft); color: var(--green); flex: 0 0 auto;
        }
        .shipping-copy { font-size: 16px; line-height: 1.45; color: var(--green); font-weight: 700; }
        .shipping-copy span { color: var(--blush); }

        .hero-right-card {
            width: 380px;
            max-width: 380px;
            padding: 34px 30px;
            justify-self: center;
            background: rgba(255, 247, 244, .92);
            display: flex;
            flex-direction: column;
        }
        .hero-right-card h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.16; color: var(--text); text-align: center; }
        .hero-right-card > p { margin: 0 auto 24px; color: var(--muted); text-align: center; line-height: 1.55; font-size: 14px; max-width: 285px; }

        .seller-form input[type="text"] {
            width: 100%; height: 56px; border-radius: 12px; border: 1px solid rgba(201, 124, 120, .48);
            padding: 0 16px; font-size: 15px; color: var(--text); background: #fffdfa; outline: none; transition: .18s ease;
        }
        .seller-form input[type="text"]:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(49, 89, 63, .10); }
        .cta-btn {
            width: 100%; height: 56px; margin-top: 16px; border: 0; border-radius: 999px;
            background: var(--green); color: #fff; font-size: 16px; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: .18s ease;
        }
        .cta-btn:hover { background: var(--green-dark); }

        .school-note { margin-top: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 253, 249, .82); padding: 16px; display: flex; gap: 12px; align-items: flex-start; }
        .school-note strong { display: block; font-size: 13px; color: var(--text); margin-bottom: 4px; }
        .school-note span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
        .school-note a { display: inline-block; color: var(--green); font-size: 12px; font-weight: 700; margin-top: 6px; }
        .whats-this {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: auto;
            padding-top: 16px;
            color: var(--text);
            font-size: 13px;
        }
        .whats-this:before, .whats-this:after { content: ""; height: 1px; background: var(--line); flex: 1; }
        .whats-this a { font-weight: 700; text-decoration: underline; }

        .actions { background: var(--white); padding: 46px 0 72px; }
        .action-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1120px; margin: 0 auto; }
        .action-card {
            min-height: 306px; background: rgba(255, 253, 249, .96); border: 1px solid var(--line); border-radius: 16px;
            padding: 34px 20px 28px; text-align: center; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; align-items: center;
        }
        .action-icon { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; color: var(--blush); background: var(--blush-soft); }
        .action-card.green .action-icon { color: var(--green); background: var(--green-soft); }
        .action-card.taupe .action-icon { color: #6c5d4f; background: #efe7dd; }
        .action-card h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.25; }
        .action-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.5; }
        .card-link { margin-top: auto; font-size: 14px; font-weight: 800; color: var(--blush); }
        .action-card.green .card-link { color: var(--green); }
        .action-card.taupe .card-link { color: #5f5144; }

        .info { background: linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%); padding: 72px 0 48px; }
        .info h2 { text-align: center; margin: 0 0 50px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; color: var(--text); }
        .info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 990px; margin: 0 auto; }
        .info-card { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: center; padding-right: 20px; border-right: 1px solid rgba(201, 124, 120, .18); }
        .info-card:last-child { border-right: 0; }
        .info-circle {
            width: 92px; height: 92px; border-radius: 50%; border: 1px solid var(--line);
            background: linear-gradient(135deg, rgba(49, 89, 63, .10), rgba(201, 124, 120, .10)), #fff;
            display: flex; align-items: center; justify-content: center; color: var(--green);
        }
        .info-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
        .info-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }
        .info-card a { color: var(--blush); font-size: 14px; font-weight: 800; }

        .final-cta {
            max-width: 1100px; margin: 62px auto 0; background: var(--green); color: #fff; border-radius: 20px; box-shadow: var(--shadow);
            display: grid; grid-template-columns: 84px 1fr auto; gap: 24px; align-items: center; padding: 32px 38px; position: relative; overflow: hidden;
        }
        .final-cta:before, .final-cta:after { content: "♡"; position: absolute; color: rgba(255, 255, 255, .18); font-family: Georgia, "Times New Roman", serif; font-size: 86px; line-height: 1; }
        .final-cta:before { left: 18px; bottom: -12px; }
        .final-cta:after { right: 22px; top: 14px; }
        .final-icon { width: 70px; height: 70px; border-radius: 50%; background: var(--white); color: var(--blush); display: flex; align-items: center; justify-content: center; font-size: 38px; position: relative; z-index: 1; }
        .final-copy { position: relative; z-index: 1; }
        .final-copy h2 { margin: 0 0 8px; color: #fff; text-align: left; font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
        .final-copy p { margin: 0; color: rgba(255, 255, 255, .86); font-size: 15px; line-height: 1.5; }
        .final-btn { position: relative; z-index: 1; background: var(--white); color: var(--green); border-radius: 10px; padding: 16px 28px; font-weight: 900; font-size: 15px; white-space: nowrap; }

        .site-footer { background: var(--cream); padding: 38px 0 46px; }
        .site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #7c746c; font-size: 13px; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
        .footer-icons { display: flex; gap: 16px; align-items: center; color: var(--text); font-weight: 700; }

        @media (max-width: 1020px) {
            .site-header .wrap { flex-direction: column; align-items: flex-start; padding: 18px 0; }
            .top-nav { justify-content: flex-start; }
            .hero { height: auto; padding: 34px 0 40px; }
            .hero-grid { grid-template-columns: 1fr; }
            .hero-left-card { margin-left: 0; width: auto; max-width: 520px; }
            .hero-right-card { justify-self: start; width: auto; max-width: 520px; }
            .action-grid { grid-template-columns: repeat(2, 1fr); }
            .info-grid { grid-template-columns: 1fr; }
            .info-card { border-right: 0; border-bottom: 1px solid rgba(201, 124, 120, .18); padding-bottom: 22px; padding-right: 0; }
            .info-card:last-child { border-bottom: 0; }
            .final-cta { grid-template-columns: 1fr; }
        }

        @media (max-width: 640px) {
            .wrap { width: min(100% - 24px, 1180px); }
            .logo-main { font-size: 27px; }
            .top-nav a { font-size: 13px; padding: 10px 12px; }
            .hero-left-card, .hero-right-card { padding: 28px 24px; }
            .hero-left-card h1 { font-size: 30px; }
            .hero-left-card h1 em { font-size: 46px; }
            .action-grid { grid-template-columns: 1fr; }
            .info-card { grid-template-columns: 1fr; text-align: center; }
            .info-circle { margin: 0 auto; }
        }
    
        /* MFR_GROUP_ID_MODAL_STYLES */
        .mfr-modal {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(38, 51, 45, 0.58);
        }

        .mfr-modal.is-open {
            display: flex;
        }

        .mfr-modal-card {
            width: min(480px, 100%);
            background: var(--white, #fffdf9);
            border-radius: 22px;
            border: 1px solid var(--line, #eadfd4);
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
            padding: 34px 34px 30px;
            text-align: center;
            color: var(--text, #28322d);
        }

        .mfr-modal-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            margin: 0 auto 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--blush-soft, #f3e3e0);
            color: var(--blush, #c97c78);
            font-size: 34px;
            font-family: Georgia, "Times New Roman", serif;
        }

        .mfr-modal-card h2 {
            margin: 0 0 12px;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 30px;
            line-height: 1.15;
            color: var(--text, #28322d);
        }

        .mfr-modal-card p {
            margin: 0 0 14px;
            color: var(--muted, #656d67);
            font-size: 15px;
            line-height: 1.55;
        }

        .mfr-modal-card strong {
            color: var(--green, #31593f);
        }

        .mfr-modal-actions {
            display: grid;
            gap: 12px;
            margin-top: 24px;
        }

        .mfr-modal-primary {
            display: block;
            border: 0;
            border-radius: 999px;
            padding: 16px 20px;
            background: var(--green, #31593f);
            color: #fff;
            font-weight: 900;
            letter-spacing: .02em;
            cursor: pointer;
            text-align: center;
        }

        .mfr-modal-secondary {
            border: 1px solid var(--line, #eadfd4);
            border-radius: 999px;
            padding: 13px 20px;
            background: transparent;
            color: var(--text, #28322d);
            font-weight: 700;
            cursor: pointer;
        }


/* MFR_REGISTER_PAGE_THEME_20260507 */
.mfr-register-page {
    background:
        radial-gradient(circle at top left, rgba(201, 124, 120, .10), transparent 30%),
        linear-gradient(180deg, var(--white, #fffdf9) 0%, var(--cream, #fbf7ef) 100%);
    min-height: 100vh;
}

.mfr-register-hero {
    padding: 72px 0 64px;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .96), rgba(251, 247, 239, .88)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat;
    border-bottom: 1px solid var(--line, #eadfd4);
}

.mfr-register-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
    align-items: stretch;
}

.mfr-register-intro,
.mfr-register-card {
    background: rgba(255, 253, 249, .92);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 24px;
    box-shadow: var(--shadow, 0 18px 40px rgba(52,41,30,.12));
}

.mfr-register-intro {
    padding: 52px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mfr-register-eyebrow {
    color: var(--blush, #c97c78);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.mfr-register-intro h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 20px;
    color: var(--text, #28322d);
}

.mfr-register-intro h1 span {
    color: var(--blush, #c97c78);
    font-style: italic;
    font-weight: 400;
}

.mfr-register-intro p {
    color: var(--muted, #656d67);
    font-size: 17px;
    line-height: 1.65;
    max-width: 560px;
    margin: 0;
}

.mfr-register-steps {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.mfr-register-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.mfr-register-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green, #31593f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.mfr-register-step strong {
    display: block;
    color: var(--text, #28322d);
    margin-bottom: 3px;
}

.mfr-register-step span {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.45;
}

.mfr-register-card {
    padding: 38px 34px;
}

.mfr-register-card h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 12px;
    text-align: center;
    color: var(--text, #28322d);
}

.mfr-register-card > p {
    text-align: center;
    color: var(--muted, #656d67);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 26px;
}

.mfr-register-form {
    margin: 0;
}

.mfr-register-form .form-group {
    margin: 0 0 16px;
}

.mfr-register-form input[type="text"] {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(201, 124, 120, .48);
    padding: 0 16px;
    font-size: 16px;
    color: var(--text, #28322d);
    background: #fffdfa;
    outline: none;
    transition: .18s ease;
}

.mfr-register-form input[type="text"]:focus {
    border-color: var(--green, #31593f);
    box-shadow: 0 0 0 4px rgba(49, 89, 63, .10);
}

.mfr-register-form .seller-rgst-btm {
    display: grid;
    gap: 16px;
}

.mfr-register-form .btn,
.mfr-register-button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--green, #31593f);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .18s ease;
}

.mfr-register-form .btn:hover,
.mfr-register-button:hover {
    background: var(--green-dark, #264735);
    color: #fff;
}

.mfr-register-login-box {
    margin-top: 22px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 253, 249, .78);
    border: 1px solid var(--line, #eadfd4);
    text-align: center;
}

.mfr-register-login-box strong {
    display: block;
    color: var(--text, #28322d);
    margin-bottom: 6px;
}

.mfr-register-login-box a {
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-register-help {
    padding: 58px 0 64px;
    background: var(--white, #fffdf9);
}

.mfr-register-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mfr-register-help-card {
    background: rgba(255, 253, 249, .96);
    border: 1px solid var(--line, #eadfd4);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-soft, 0 10px 24px rgba(52,41,30,.08));
}

.mfr-register-help-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--text, #28322d);
}

.mfr-register-help-card p {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.mfr-register-footer-spacer {
    height: 0;
}

@media (max-width: 1020px) {
    .mfr-register-grid {
        grid-template-columns: 1fr;
    }

    .mfr-register-card {
        max-width: 520px;
    }

    .mfr-register-help-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mfr-register-hero {
        padding: 36px 0 44px;
    }

    .mfr-register-intro,
    .mfr-register-card {
        padding: 28px 24px;
    }

    .mfr-register-intro h1 {
        font-size: 36px;
    }
}


/* MFR_LOGIN_PAGE_THEME_20260508 */
.mfr-login-page {
    background:
        radial-gradient(circle at top left, rgba(201, 124, 120, .10), transparent 30%),
        linear-gradient(180deg, var(--white, #fffdf9) 0%, var(--cream, #fbf7ef) 100%);
    min-height: 100vh;
}

.mfr-login-hero {
    padding: 72px 0 64px;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .96), rgba(251, 247, 239, .88)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat;
    border-bottom: 1px solid var(--line, #eadfd4);
}

.mfr-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
    align-items: stretch;
}

.mfr-login-intro,
.mfr-login-card {
    background: rgba(255, 253, 249, .92);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 24px;
    box-shadow: var(--shadow, 0 18px 40px rgba(52,41,30,.12));
}

.mfr-login-intro {
    padding: 52px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mfr-login-eyebrow {
    color: var(--blush, #c97c78);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.mfr-login-intro h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 20px;
    color: var(--text, #28322d);
}

.mfr-login-intro h1 span {
    color: var(--blush, #c97c78);
    font-style: italic;
    font-weight: 400;
}

.mfr-login-intro p {
    color: var(--muted, #656d67);
    font-size: 17px;
    line-height: 1.65;
    max-width: 560px;
    margin: 0;
}

.mfr-login-steps {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.mfr-login-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.mfr-login-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green, #31593f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.mfr-login-step strong {
    display: block;
    color: var(--text, #28322d);
    margin-bottom: 3px;
}

.mfr-login-step span {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.45;
}

.mfr-login-card {
    padding: 38px 34px;
}

.mfr-login-card h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 12px;
    text-align: center;
    color: var(--text, #28322d);
}

.mfr-login-card > p {
    text-align: center;
    color: var(--muted, #656d67);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 26px;
}

.mfr-login-form {
    margin: 0;
}

.mfr-login-form .form-group {
    margin: 0 0 16px;
}

.mfr-login-form input[type="text"],
.mfr-login-form input[type="password"],
.mfr-login-form input[type="email"] {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(201, 124, 120, .48);
    padding: 0 16px;
    font-size: 16px;
    color: var(--text, #28322d);
    background: #fffdfa;
    outline: none;
    transition: .18s ease;
}

.mfr-login-form input[type="text"]:focus,
.mfr-login-form input[type="password"]:focus,
.mfr-login-form input[type="email"]:focus {
    border-color: var(--green, #31593f);
    box-shadow: 0 0 0 4px rgba(49, 89, 63, .10);
}

.mfr-login-form .btn,
.mfr-login-button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--green, #31593f);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .18s ease;
}

.mfr-login-form .btn:hover,
.mfr-login-button:hover {
    background: var(--green-dark, #264735);
    color: #fff;
}

.mfr-login-small-link {
    margin-top: 18px;
    text-align: center;
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
}

.mfr-login-small-link a {
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-login-help {
    padding: 58px 0 64px;
    background: var(--white, #fffdf9);
}

.mfr-login-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mfr-login-help-card {
    background: rgba(255, 253, 249, .96);
    border: 1px solid var(--line, #eadfd4);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-soft, 0 10px 24px rgba(52,41,30,.08));
}

.mfr-login-help-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--text, #28322d);
}

.mfr-login-help-card p {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.mfr-login-help-card a {
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-login-secondary-card {
    margin-top: 22px;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid var(--line, #eadfd4);
    background: rgba(255, 253, 249, .78);
}

.mfr-login-secondary-card h3 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    color: var(--text, #28322d);
}

.mfr-login-secondary-card p {
    margin: 0 0 16px;
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 1020px) {
    .mfr-login-grid {
        grid-template-columns: 1fr;
    }

    .mfr-login-card {
        max-width: 520px;
    }

    .mfr-login-help-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mfr-login-hero {
        padding: 30px 0 34px;
    }

    .mfr-login-intro,
    .mfr-login-card {
        padding: 24px 22px;
    }

    .mfr-login-intro h1 {
        font-size: 36px;
    }
}

/* MFR_LOGIN_REFINEMENT_FORCE_20260508 */
.mfr-login-hero {
    padding-top: 44px !important;
    padding-bottom: 40px !important;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .76), rgba(251, 247, 239, .56)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat !important;
}

.mfr-login-grid {
    align-items: start !important;
    gap: 30px !important;
}

.mfr-login-intro {
    align-self: start !important;
    padding: 34px 42px 32px !important;
    display: block !important;
    min-height: 0 !important;
}

.mfr-login-intro h1 {
    font-size: 44px !important;
    margin-bottom: 14px !important;
}

.mfr-login-intro p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.mfr-login-steps {
    margin-top: 22px !important;
    gap: 10px !important;
}

.mfr-login-step {
    gap: 11px !important;
}

.mfr-login-step span {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.mfr-login-card {
    align-self: start !important;
}

@media (max-width: 640px) {
    .mfr-login-hero {
        padding-top: 30px !important;
        padding-bottom: 34px !important;
    }

    .mfr-login-intro {
        padding: 24px 22px !important;
    }

    .mfr-login-intro h1 {
        font-size: 36px !important;
    }
}

/* MFR_REGISTER_BACKGROUND_MATCH_LOGIN_20260508 */
.mfr-register-hero {
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .76), rgba(251, 247, 239, .56)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat !important;
}


/* MFR_ORDER_STATUS_PAGE_THEME_20260508 */
.mfr-order-page {
    background:
        radial-gradient(circle at top left, rgba(201, 124, 120, .10), transparent 30%),
        linear-gradient(180deg, var(--white, #fffdf9) 0%, var(--cream, #fbf7ef) 100%);
    min-height: 100vh;
}

.mfr-order-hero {
    padding: 54px 0 50px;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .76), rgba(251, 247, 239, .56)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat;
    border-bottom: 1px solid var(--line, #eadfd4);
}

.mfr-order-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
    align-items: stretch;
}

.mfr-order-intro,
.mfr-order-card,
.mfr-order-result-card {
    background: rgba(255, 253, 249, .92);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 24px;
    box-shadow: var(--shadow, 0 18px 40px rgba(52,41,30,.12));
}

.mfr-order-intro {
    padding: 48px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mfr-order-eyebrow {
    color: var(--blush, #c97c78);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.mfr-order-intro h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 20px;
    color: var(--text, #28322d);
}

.mfr-order-intro h1 span {
    color: var(--blush, #c97c78);
    font-style: italic;
    font-weight: 400;
}

.mfr-order-intro p {
    color: var(--muted, #656d67);
    font-size: 17px;
    line-height: 1.65;
    max-width: 560px;
    margin: 0;
}

.mfr-order-steps {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.mfr-order-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.mfr-order-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green, #31593f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.mfr-order-step strong {
    display: block;
    color: var(--text, #28322d);
    margin-bottom: 3px;
}

.mfr-order-step span {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.45;
}

.mfr-order-card {
    padding: 38px 34px;
}

.mfr-order-card h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 12px;
    text-align: center;
    color: var(--text, #28322d);
}

.mfr-order-card > p {
    text-align: center;
    color: var(--muted, #656d67);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 26px;
}

.mfr-order-form {
    margin: 0;
}

.mfr-order-form .form-group {
    margin: 0 0 16px;
}

.mfr-order-form input[type="text"],
.mfr-order-form input[type="email"] {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(201, 124, 120, .48);
    padding: 0 16px;
    font-size: 16px;
    color: var(--text, #28322d);
    background: #fffdfa;
    outline: none;
    transition: .18s ease;
}

.mfr-order-form input[type="text"]:focus,
.mfr-order-form input[type="email"]:focus {
    border-color: var(--green, #31593f);
    box-shadow: 0 0 0 4px rgba(49, 89, 63, .10);
}

.mfr-order-form .btn {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--green, #31593f);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .18s ease;
}

.mfr-order-form .btn:hover {
    background: var(--green-dark, #264735);
    color: #fff;
}

.mfr-order-help {
    padding: 58px 0 64px;
    background: var(--white, #fffdf9);
}

.mfr-order-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mfr-order-help-card {
    background: rgba(255, 253, 249, .96);
    border: 1px solid var(--line, #eadfd4);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-soft, 0 10px 24px rgba(52,41,30,.08));
}

.mfr-order-help-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--text, #28322d);
}

.mfr-order-help-card p {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.mfr-order-help-card a {
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-order-result-section {
    padding: 56px 0 64px;
    background: var(--cream, #fbf7ef);
}

.mfr-order-result-card {
    padding: 36px;
    overflow-x: auto;
}

.mfr-order-result-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    border-bottom: 1px solid var(--line, #eadfd4);
    padding-bottom: 22px;
    margin-bottom: 26px;
}

.mfr-order-result-header h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.1;
    margin: 0;
    color: var(--text, #28322d);
}

.mfr-order-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(49, 89, 63, .10);
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-order-summary-grid,
.mfr-order-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0;
}

.mfr-order-info-box {
    border: 1px solid var(--line, #eadfd4);
    border-radius: 16px;
    padding: 20px;
    background: rgba(255, 253, 249, .82);
}

.mfr-order-info-box h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--text, #28322d);
    font-size: 22px;
}

.mfr-order-info-box p {
    margin: 0;
    color: var(--muted, #656d67);
    line-height: 1.55;
}

.mfr-order-note {
    border-left: 4px solid var(--green, #31593f);
    background: rgba(49, 89, 63, .08);
    padding: 16px 18px;
    border-radius: 12px;
    margin: 22px 0;
    color: var(--text, #28322d);
    line-height: 1.55;
}

.mfr-order-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    min-width: 760px;
}

.mfr-order-items-table th,
.mfr-order-items-table td {
    border-bottom: 1px solid var(--line, #eadfd4);
    padding: 14px 12px;
    text-align: left;
    vertical-align: middle;
}

.mfr-order-items-table th {
    color: var(--text, #28322d);
    font-weight: 900;
    background: rgba(255, 253, 249, .78);
}

.mfr-order-items-table img {
    border-radius: 10px;
    border: 1px solid var(--line, #eadfd4);
    background: #fff;
}

.mfr-order-total-row td {
    font-weight: 900;
    color: var(--text, #28322d);
}

.mfr-order-total-row.final td {
    font-size: 18px;
    color: var(--green, #31593f);
}

.mfr-order-alert {
    border-radius: 16px;
    padding: 18px 20px;
    background: rgba(201, 124, 120, .12);
    border: 1px solid rgba(201, 124, 120, .32);
    color: var(--text, #28322d);
    margin-bottom: 22px;
    font-weight: 700;
}

@media (max-width: 1020px) {
    .mfr-order-grid,
    .mfr-order-summary-grid,
    .mfr-order-address-grid,
    .mfr-order-help-grid {
        grid-template-columns: 1fr;
    }

    .mfr-order-card {
        max-width: 520px;
    }
}

@media (max-width: 640px) {
    .mfr-order-hero {
        padding: 32px 0 38px;
    }

    .mfr-order-intro,
    .mfr-order-card,
    .mfr-order-result-card {
        padding: 24px 22px;
    }

    .mfr-order-intro h1,
    .mfr-order-result-header h1 {
        font-size: 34px;
    }
}

/* MFR_ORDER_STATUS_EQUAL_BOXES_20260508 */
.mfr-order-grid {
    align-items: stretch !important;
}

.mfr-order-intro {
    height: 100% !important;
}

.mfr-order-grid > div {
    display: flex !important;
    flex-direction: column !important;
}

.mfr-order-card {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.mfr-order-help-grid {
    align-items: stretch !important;
}

.mfr-order-help-card {
    height: 100% !important;
}


/* MFR_STORE_ENTRY_PAGE_THEME_20260508 */
.mfr-store-entry-page {
    background:
        radial-gradient(circle at top left, rgba(201, 124, 120, .10), transparent 30%),
        linear-gradient(180deg, var(--white, #fffdf9) 0%, var(--cream, #fbf7ef) 100%);
}

.mfr-store-entry-page .site-header {
    position: relative;
    z-index: 5;
}

.mfr-store-entry-hero {
    padding: 54px 0 50px;
    background:
        linear-gradient(90deg, rgba(251, 247, 239, .76), rgba(251, 247, 239, .56)),
        url("../images/homepage-hero-exact.jpg") center center / cover no-repeat;
    border-bottom: 1px solid var(--line, #eadfd4);
}

.mfr-store-entry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 36px;
    align-items: stretch;
}

.mfr-store-entry-intro,
.mfr-store-entry-card {
    background: rgba(255, 253, 249, .92);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 24px;
    box-shadow: var(--shadow, 0 18px 40px rgba(52,41,30,.12));
}

.mfr-store-entry-intro {
    padding: 42px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mfr-store-entry-eyebrow {
    color: var(--blush, #c97c78);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.mfr-store-entry-intro h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1.08;
    margin: 0 0 18px;
    color: var(--text, #28322d);
}

.mfr-store-entry-intro h1 span {
    color: var(--blush, #c97c78);
    font-style: italic;
    font-weight: 400;
}

.mfr-store-entry-intro p {
    color: var(--muted, #656d67);
    font-size: 16px;
    line-height: 1.58;
    max-width: 580px;
    margin: 0;
}

.mfr-store-entry-steps {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.mfr-store-entry-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: start;
}

.mfr-store-entry-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green, #31593f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.mfr-store-entry-step strong {
    display: block;
    color: var(--text, #28322d);
    margin-bottom: 2px;
}

.mfr-store-entry-step span {
    color: var(--muted, #656d67);
    font-size: 13px;
    line-height: 1.4;
}

.mfr-store-entry-card {
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mfr-store-entry-card h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 12px;
    text-align: center;
    color: var(--text, #28322d);
}

.mfr-store-entry-card > p {
    text-align: center;
    color: var(--muted, #656d67);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 26px;
}

.mfr-store-entry-form {
    margin: 0;
}

.mfr-store-entry-form .form-group {
    margin: 0 0 16px;
}

.mfr-store-entry-form input[type="text"] {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(201, 124, 120, .48);
    padding: 0 16px;
    font-size: 16px;
    color: var(--text, #28322d);
    background: #fffdfa;
    outline: none;
    transition: .18s ease;
}

.mfr-store-entry-form input[type="text"]:focus {
    border-color: var(--green, #31593f);
    box-shadow: 0 0 0 4px rgba(49, 89, 63, .10);
}

.mfr-store-entry-form .btn {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--green, #31593f);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .18s ease;
}

.mfr-store-entry-form .btn:hover {
    background: var(--green-dark, #264735);
    color: #fff;
}

.mfr-store-entry-alert {
    margin: 0 0 18px;
    padding: 15px 16px;
    border-radius: 14px;
    background: rgba(201, 124, 120, .12);
    border: 1px solid rgba(201, 124, 120, .32);
    color: var(--text, #28322d);
    font-weight: 800;
    text-align: center;
}

.mfr-store-entry-note {
    margin-top: 20px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--line, #eadfd4);
    background: rgba(255, 253, 249, .78);
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}

.mfr-store-entry-note a {
    color: var(--green, #31593f);
    font-weight: 900;
}

.mfr-store-entry-help {
    padding: 58px 0 64px;
    background: var(--white, #fffdf9);
}

.mfr-store-entry-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mfr-store-entry-help-card {
    background: rgba(255, 253, 249, .96);
    border: 1px solid var(--line, #eadfd4);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-soft, 0 10px 24px rgba(52,41,30,.08));
}

.mfr-store-entry-help-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--text, #28322d);
}

.mfr-store-entry-help-card p {
    color: var(--muted, #656d67);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.mfr-store-entry-help-card a {
    color: var(--green, #31593f);
    font-weight: 900;
}

@media (max-width: 1020px) {
    .mfr-store-entry-grid,
    .mfr-store-entry-help-grid {
        grid-template-columns: 1fr;
    }

    .mfr-store-entry-card {
        max-width: 520px;
    }
}

@media (max-width: 640px) {
    .mfr-store-entry-hero {
        padding: 32px 0 38px;
    }

    .mfr-store-entry-intro,
    .mfr-store-entry-card {
        padding: 24px 22px;
    }

    .mfr-store-entry-intro h1 {
        font-size: 34px;
    }
}






/* MFR_STORE_STYLE_ONLY_20260508 */
/* Style-only pass: do not change layout, widths, grid, flex, or product card sizing. */

.shoppingPage,
.shoppingCartPage,
.newMainPgCnt,
.pageCnt {
    background-color: #fbf7ef !important;
    color: #28322d !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Old sidebar logo area: keep same position, update look only. */
.mfr-sidebar-logo img {
    filter: none !important;
}

/* Seller/cart/search boxes: visual only */
.mfr-store-support-info,
.mfr-shopping-status-card,
.store-toolbar {
    background-color: #fffdf9 !important;
    border-color: #eadfd4 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(52,41,30,.07) !important;
}

/* Keep existing bold/non-bold behavior by only changing color. */
.mfr-store-support-info h4,
.mfr-delivery-options-title,
.mfr-status-label,
.store-toolbar label,
.store-search-box label,
.store-filter-summary {
    color: #28322d !important;
}

.mfr-store-support-info h4 span,
.mfr-status-subtotal {
    color: #c97c78 !important;
}

.mfr-change-seller-text a {
    color: #31593f !important;
    text-decoration: none !important;
}

.mfr-change-seller-text a:hover {
    color: #264735 !important;
    text-decoration: underline !important;
}

.mfr-store-logout-text a {
    color: #c97c78 !important;
    text-decoration: none !important;
}

.mfr-store-logout-text a:hover {
    color: #31593f !important;
    text-decoration: underline !important;
}

/* Cart status colors only */
.mfr-cart-summary-link {
    color: #28322d !important;
    text-decoration: none !important;
}

.mfr-cart-summary-link:hover {
    color: #31593f !important;
    text-decoration: underline !important;
}

.mfr-cart-icon-link {
    color: #31593f !important;
}

.mfr-status-message {
    color: #28322d !important;
}

.mfr-status-message strong {
    color: #31593f !important;
}

.mfr-free-ship-bar {
    background-color: #eadfd4 !important;
    border-radius: 999px !important;
}

.mfr-free-ship-progress {
    background-color: #31593f !important;
    border-radius: 999px !important;
}

/* Buttons: style only, no layout changes. */
.cmn-btn.green,
.mfr-sidebar-order-number,
.mfr-store-actions .cmn-btn,
.mfr-store-actions button.cmn-btn {
    background-color: #31593f !important;
    color: #fff !important;
    border-color: #31593f !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
}

.cmn-btn.green:hover,
.mfr-sidebar-order-number:hover,
.mfr-store-actions .cmn-btn:hover,
.mfr-store-actions button.cmn-btn:hover {
    background-color: #264735 !important;
    border-color: #264735 !important;
    color: #fff !important;
}

.mfr-show-all-products {
    background-color: #fffdf9 !important;
    color: #31593f !important;
    border-color: #31593f !important;
    border-radius: 999px !important;
}

.mfr-show-all-products:hover {
    background-color: rgba(49,89,63,.08) !important;
}

/* Inputs/dropdowns: style only */
.store-toolbar select,
.store-search-box input#storeProductSearch {
    background-color: #fffdfa !important;
    color: #28322d !important;
    border-color: #d7c7bb !important;
    border-radius: 10px !important;
}

.store-toolbar select:focus,
.store-search-box input#storeProductSearch:focus {
    outline: none !important;
    border-color: #31593f !important;
    box-shadow: 0 0 0 4px rgba(49, 89, 63, .10) !important;
}

/* Catalog/sidebar cards: visual only */
.store-catalog-card {
    background-color: #fffdf9 !important;
    border-color: #eadfd4 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 22px rgba(52,41,30,.06) !important;
}

.store-catalog-card:hover,
.store-catalog-card.active {
    border-color: rgba(49,89,63,.45) !important;
}

/* Product cards: color only, no sizing/layout. */
.store-product-card,
.each-product {
    background-color: #fffdf9 !important;
    border-color: #eadfd4 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 20px rgba(52,41,30,.05) !important;
}

.store-product-card a,
.each-product a {
    color: #2475b8 !important;
}

.store-product-card a:hover,
.each-product a:hover {
    color: #31593f !important;
}






/* MFR_CART_REAL_LOGO_RESTORE_20260508 */
/* Cart fix after source audit: store-mini-logo.php owns the visible cart logo. */

:root {
    --mfr-green: #31593f;
    --mfr-green-dark: #264735;
    --mfr-salmon: #c97c78;
    --mfr-cream: #fbf7ef;
    --mfr-white: #fffdf9;
    --mfr-line: #eadfd4;
    --mfr-ink: #28322d;
}

/* Cart mini logo, directly rendered in store-mini-logo.php */
.mfr-cart-mini-logo {
    display: inline-block !important;
    text-decoration: none !important;
    line-height: 1 !important;
    margin: 0 0 18px 0 !important;
}

.mfr-cart-mini-logo-main {
    display: block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 32px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    color: var(--mfr-green) !important;
    text-transform: uppercase !important;
}

.mfr-cart-mini-logo-sub {
    display: block !important;
    margin-top: 7px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: .28em !important;
    color: var(--mfr-salmon) !important;
    text-transform: uppercase !important;
}

.mfr-cart-mini-logo:hover .mfr-cart-mini-logo-main {
    color: var(--mfr-green-dark) !important;
}

/* Exact palette on cart/status elements */
.mfr-money-salmon,
.mfr-status-subtotal,
.mfr-shopping-status-card .mfr-status-subtotal,
.shoppingCartPage .price,
.shoppingCartPage .amount,
.shoppingCartPage .cart-subtotal,
.shoppingCartPage .cart-total {
    color: var(--mfr-salmon) !important;
}

/* Cart icon in status box should not be old blue */
.mfr-cart-icon-link,
.mfr-cart-icon-link svg,
.mfr-cart-icon-link svg * {
    color: var(--mfr-green) !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* Free-shipping progress bar */
.mfr-free-ship-bar {
    background: var(--mfr-line) !important;
}

.mfr-free-ship-progress {
    background: var(--mfr-green) !important;
}

/* Cart buttons: green only */
.shoppingCartPage input[type="submit"],
.shoppingCartPage input[type="button"],
.shoppingCartPage button,
.shoppingCartPage .btn,
.shoppingCartPage .button,
.shoppingCartPage .btn-checkout,
.shoppingCartPage .pure-button,
.shoppingCartPage a[href*="brochures.php"],
.shoppingCartPage a[href*="seller.php"] {
    background: var(--mfr-green) !important;
    border-color: var(--mfr-green) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.shoppingCartPage input[type="submit"]:hover,
.shoppingCartPage input[type="button"]:hover,
.shoppingCartPage button:hover,
.shoppingCartPage .btn:hover,
.shoppingCartPage .button:hover,
.shoppingCartPage .btn-checkout:hover,
.shoppingCartPage .pure-button:hover,
.shoppingCartPage a[href*="brochures.php"]:hover,
.shoppingCartPage a[href*="seller.php"]:hover {
    background: var(--mfr-green-dark) !important;
    border-color: var(--mfr-green-dark) !important;
    color: #fff !important;
}

/* Cart item title salmon, seller line dark */
.shoppingCartPage table td strong,
.shoppingCartPage .itemname,
.shoppingCartPage .item-name,
.shoppingCartPage .product-name,
.shoppingCartPage .cart-item-name {
    color: var(--mfr-salmon) !important;
}

.shoppingCartPage table td small,
.shoppingCartPage .seller,
.shoppingCartPage .sellerName {
    color: var(--mfr-ink) !important;
}

/* Cart table and subtotal row */
.shoppingCartPage table,
.shoppingCartPage table td,
.shoppingCartPage table th {
    border-color: var(--mfr-line) !important;
}

.shoppingCartPage tr:last-child td {
    background: var(--mfr-green) !important;
    border-color: var(--mfr-green) !important;
    color: #fff !important;
    font-weight: 900 !important;
}

.shoppingCartPage tr:last-child td * {
    color: #fff !important;
}

/* Delete/trash icon should stop looking like a green brand button */
.shoppingCartPage img[src*="delete"],
.shoppingCartPage img[src*="trash"] {
    background: transparent !important;
    box-shadow: none !important;
}





/* MFR_CART_TRASH_SIZE_REPAIR_20260508 */
/* Tiny fix only: force the cart delete icon back to normal size.
   Do NOT alter cart layout, subtotal row, slider, buttons, or logo. */

.shoppingCartPage .mfr-trash-icon-button,
.shoppingCartPage .mfr-trash-icon-wrap {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    vertical-align: middle !important;
}

.shoppingCartPage .mfr-trash-icon-img,
.shoppingCartPage .mfr-trash-icon-button img,
.shoppingCartPage .mfr-trash-icon-button svg,
.shoppingCartPage .mfr-trash-icon-button i {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: contain !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

/* Keep the delete cell visually clean without resizing the row */
.shoppingCartPage .mfr-trash-icon-button:hover,
.shoppingCartPage .mfr-trash-icon-button:focus,
.shoppingCartPage .mfr-trash-icon-wrap:hover,
.shoppingCartPage .mfr-trash-icon-wrap:focus {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* MFR_HOMEPAGE_IMAGE_LOGO_20260510_START */
/*
   Homepage header logo image.
   Visual-only: does not affect homepage form, CAPTCHA, navigation, cart, or checkout logic.
*/
.site-header .logo {
    min-width: 280px;
}

.site-header .homepage-logo-img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
    border: 0;
}

@media (max-width: 767px) {
    .site-header .logo {
        min-width: 0;
    }

    .site-header .homepage-logo-img {
        width: 230px;
    }
}
/* MFR_HOMEPAGE_IMAGE_LOGO_20260510_END */

/* MFR_REGISTER_IMAGE_LOGO_20260511_START
   Register page only: use the new image logo instead of the text-built logo.
*/
.mfr-register-page .site-header .logo.mfr-image-logo {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    text-decoration: none !important;
}

.mfr-register-page .site-header .logo.mfr-image-logo img {
    display: block !important;
    width: 235px !important;
    max-width: 235px !important;
    height: auto !important;
}

@media (max-width: 600px) {
    .mfr-register-page .site-header .logo.mfr-image-logo img {
        width: 210px !important;
        max-width: 210px !important;
    }
}
/* MFR_REGISTER_IMAGE_LOGO_20260511_END */

/* MFR_LOGIN_LOGO_SYMMETRY_20260511_START
   Login page only:
   - use new image logo
   - split the right column into two cleaner cards
   - improve hero symmetry without changing login/lost-ID/reCAPTCHA behavior
*/
.mfr-login-page .site-header .logo.mfr-image-logo {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    text-decoration: none !important;
}

.mfr-login-page .site-header .logo.mfr-image-logo img {
    display: block !important;
    width: 235px !important;
    max-width: 235px !important;
    height: auto !important;
}

/* Balance the two hero columns */
.mfr-login-page .mfr-login-grid {
    align-items: stretch !important;
    gap: 28px !important;
}

.mfr-login-page .mfr-login-intro {
    min-height: 455px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* Turn the old single right card into a transparent stacked-card column */
.mfr-login-page .mfr-login-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-self: stretch !important;
}

.mfr-login-page .mfr-login-primary-card,
.mfr-login-page .mfr-login-secondary-card {
    background: rgba(255, 253, 249, .92) !important;
    border: 1px solid var(--mfr-line, #eadfd4) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 40px rgba(52, 41, 30, .12) !important;
    padding: 28px 30px !important;
}

.mfr-login-page .mfr-login-primary-card {
    flex: 0 0 auto !important;
}

.mfr-login-page .mfr-login-secondary-card {
    margin: 0 !important;
    flex: 1 1 auto !important;
}

/* Keep typography consistent after wrapping */
.mfr-login-page .mfr-login-primary-card h2,
.mfr-login-page .mfr-login-secondary-card h3 {
    color: var(--mfr-ink, #28322d) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 800 !important;
}

.mfr-login-page .mfr-login-primary-card h2 {
    margin: 0 0 10px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

.mfr-login-page .mfr-login-primary-card > p {
    margin: 0 0 20px !important;
    text-align: center !important;
    color: var(--mfr-muted, #656d67) !important;
    line-height: 1.5 !important;
}

.mfr-login-page .mfr-login-secondary-card h3 {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
}

.mfr-login-page .mfr-login-secondary-card p {
    color: var(--mfr-muted, #656d67) !important;
    line-height: 1.45 !important;
}

/* Slightly tighten forms so stacked cards do not feel oversized */
.mfr-login-page .mfr-login-form .form-group {
    margin-bottom: 14px !important;
}

.mfr-login-page .mfr-login-form .btn {
    min-height: 46px !important;
}

.mfr-login-page .mfr-login-small-link {
    margin-top: 12px !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .mfr-login-page .mfr-login-intro {
        min-height: auto !important;
        justify-content: flex-start !important;
    }

    .mfr-login-page .mfr-login-card {
        gap: 16px !important;
    }
}

@media (max-width: 600px) {
    .mfr-login-page .site-header .logo.mfr-image-logo img {
        width: 210px !important;
        max-width: 210px !important;
    }

    .mfr-login-page .mfr-login-primary-card,
    .mfr-login-page .mfr-login-secondary-card {
        padding: 24px 20px !important;
    }
}
/* MFR_LOGIN_LOGO_SYMMETRY_20260511_END */

/* MFR_LOGIN_THREE_COLUMN_LAYOUT_20260511_START
   Login page only:
   Turn the hero into three balanced desktop columns:
   1) intro card
   2) seller login card
   3) lost Seller ID card
   CSS-only. Does not change login, lost-ID, reCAPTCHA, or form endpoints.
*/

@media (min-width: 992px) {
    .mfr-login-page .mfr-login-grid {
        display: grid !important;
        grid-template-columns: minmax(360px, 1.35fr) minmax(270px, .82fr) minmax(270px, .82fr) !important;
        gap: 24px !important;
        align-items: stretch !important;
        max-width: 1180px !important;
        margin: 0 auto !important;
    }

    .mfr-login-page .mfr-login-intro {
        grid-column: 1 !important;
        min-height: 430px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    /*
       The wrapper remains in the markup for compatibility,
       but display: contents lets the two child cards become columns 2 and 3.
    */
    .mfr-login-page .mfr-login-card {
        display: contents !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .mfr-login-page .mfr-login-primary-card {
        grid-column: 2 !important;
        height: 100% !important;
        min-height: 430px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: rgba(255, 253, 249, .92) !important;
        border: 1px solid var(--mfr-line, #eadfd4) !important;
        border-radius: 20px !important;
        box-shadow: 0 18px 40px rgba(52, 41, 30, .12) !important;
        padding: 28px 30px !important;
    }

    .mfr-login-page .mfr-login-secondary-card {
        grid-column: 3 !important;
        height: 100% !important;
        min-height: 430px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: rgba(255, 253, 249, .92) !important;
        border: 1px solid var(--mfr-line, #eadfd4) !important;
        border-radius: 20px !important;
        box-shadow: 0 18px 40px rgba(52, 41, 30, .12) !important;
        padding: 28px 30px !important;
        margin: 0 !important;
    }

    .mfr-login-page .mfr-login-primary-card h2,
    .mfr-login-page .mfr-login-secondary-card h3 {
        text-align: center !important;
    }

    .mfr-login-page .mfr-login-primary-card > p,
    .mfr-login-page .mfr-login-secondary-card > p {
        text-align: center !important;
    }

    .mfr-login-page .mfr-login-secondary-card .mfr-login-small-link {
        margin-top: 14px !important;
    }
}

/* Medium desktop: keep 3 columns, slightly tighter */
@media (min-width: 992px) and (max-width: 1180px) {
    .mfr-login-page .mfr-login-grid {
        grid-template-columns: minmax(330px, 1.25fr) minmax(250px, .88fr) minmax(250px, .88fr) !important;
        gap: 18px !important;
    }

    .mfr-login-page .mfr-login-intro,
    .mfr-login-page .mfr-login-primary-card,
    .mfr-login-page .mfr-login-secondary-card {
        min-height: 420px !important;
    }

    .mfr-login-page .mfr-login-primary-card,
    .mfr-login-page .mfr-login-secondary-card {
        padding: 26px 24px !important;
    }
}

/* Tablet/mobile: return to stacked layout */
@media (max-width: 991px) {
    .mfr-login-page .mfr-login-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .mfr-login-page .mfr-login-primary-card,
    .mfr-login-page .mfr-login-secondary-card {
        min-height: auto !important;
    }
}
/* MFR_LOGIN_THREE_COLUMN_LAYOUT_20260511_END */
