Marriott MMF Discount - Friends Discount Marriott
/* ========================================================= UPGRADE MY TRIP — Universal Product Description Framework Brand: black ink + orange accent, Poppins (inherits theme), l ight/airy, hairline dividers. Based on the approved Hyatt Globalist / Hyatt Points pages. USAGE: paste this block ONCE + the content block into the Shopify product Description via the "" (Show HTML) editor. ========================================================= */ .umt-desc{ --ink:#1a1a1a; --text:#555555; --muted:#8a8a8a; --accent:#f4801f; --accent-deep:#e06f12; --accent-soft:#fff3e8; --line:#ececec; --panel:#fafafa; --white:#ffffff; font-family:inherit; color:var(--text); line-height:1.65; font-size:16px; max-width:1000px; margin:0 auto; } .umt-desc *{box-sizing:border-box;} .umt-desc h2,.umt-desc h3,.umt-desc h4,.umt-desc p,.umt-desc ul,.umt-desc li{ margin:0;padding:0;font-family:inherit; } .umt-desc ul{list-style:none;} .umt-desc b{font-weight:600;color:var(--ink);} .umt-desc .umt-eyebrow{ font-size:12px;letter-spacing:.16em;text-transform:uppercase; font-weight:700;color:var(--accent);margin-bottom:12px; } /* ---------- INTRO ---------- */ .umt-desc .umt-intro{padding:4px 0 30px;} .umt-desc .umt-intro h2{ font-size:clamp(24px,3.6vw,32px);font-weight:700;color:var(--ink); line-height:1.2;margin-bottom:14px; } .umt-desc .umt-intro p{font-size:16.5px;color:var(--text);max-width:740px;} /* highlight stat strip */ .umt-desc .umt-stats{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;} .umt-desc .umt-stat{ flex:1 1 150px;border:1px solid var(--line);border-radius:11px;background:var(--white); padding:16px 18px; } .umt-desc .umt-stat .umt-big{font-size:24px;font-weight:800;color:var(--ink);line-height:1;} .umt-desc .umt-stat .umt-lbl{font-size:13px;color:var(--muted);margin-top:6px;} .umt-desc .umt-stat .umt-big span{color:var(--accent);} /* ---------- SECTION SHELL ---------- */ .umt-desc .umt-section{padding-top:36px;margin-top:36px;border-top:1px solid var(--line);} .umt-desc .umt-section > h3{ font-size:clamp(19px,2.6vw,24px);font-weight:700;color:var(--ink);margin-bottom:6px; } .umt-desc .umt-section > .umt-sub{color:var(--muted);margin-bottom:24px;max-width:680px;} /* ---------- BENEFITS GRID ---------- */ .umt-desc .umt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;} .umt-desc .umt-card{ border:1px solid var(--line);border-radius:11px;background:var(--white); padding:22px 20px;transition:border-color .2s ease,transform .2s ease; } .umt-desc .umt-card:hover{border-color:var(--accent);transform:translateY(-2px);} .umt-desc .umt-card .umt-ic{ width:42px;height:42px;border-radius:10px;background:var(--accent-soft);color:var(--accent-deep); display:flex;align-items:center;justify-content:center;margin-bottom:14px; } .umt-desc .umt-card .umt-ic svg{width:22px;height:22px;} .umt-desc .umt-card h4{font-size:15.5px;color:var(--ink);font-weight:700;margin-bottom:5px;} .umt-desc .umt-card p{font-size:13.5px;color:var(--muted);} /* ---------- HOW IT WORKS ---------- */ .umt-desc .umt-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;} .umt-desc .umt-step .umt-num{ font-size:30px;font-weight:800;color:var(--accent);line-height:1;margin-bottom:10px; } .umt-desc .umt-step h4{font-size:15px;color:var(--ink);font-weight:700;margin-bottom:5px;} .umt-desc .umt-step p{font-size:13.5px;color:var(--muted);} /* ---------- OPTIONS / PRICING PICKER ---------- */ .umt-desc .umt-options{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;} .umt-desc .umt-opt{ border:1px solid var(--line);border-radius:12px;background:var(--white);padding:22px 22px; position:relative;transition:border-color .2s ease,transform .2s ease; } .umt-desc .umt-opt:hover{border-color:var(--accent);transform:translateY(-2px);} .umt-desc .umt-opt.umt-best{border-color:var(--accent);} .umt-desc .umt-opt .umt-badge{ position:absolute;top:-11px;left:22px;background:var(--accent);color:#fff; font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase; padding:5px 11px;border-radius:20px; } .umt-desc .umt-opt-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:14px;} .umt-desc .umt-opt-head h4{font-size:17px;color:var(--ink);font-weight:700;} .umt-desc .umt-opt-tag{font-size:13px;color:var(--accent-deep);font-weight:700;} .umt-desc .umt-opt-list li{ display:flex;gap:9px;align-items:flex-start;font-size:14px;color:var(--text);padding:6px 0; } .umt-desc .umt-opt-list li svg{width:16px;height:16px;color:var(--accent-deep);flex:0 0 auto;margin-top:3px;} .umt-desc .umt-pick-note{font-size:13px;color:var(--muted);margin-top:14px;} /* ---------- FAQ ACCORDION ---------- */ .umt-desc .umt-faq{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--white);} .umt-desc details{border-bottom:1px solid var(--line);} .umt-desc details:last-child{border-bottom:none;} .umt-desc summary{ list-style:none;cursor:pointer;padding:17px 22px; display:flex;align-items:center;justify-content:space-between;gap:16px; font-size:15px;font-weight:600;color:var(--ink); } .umt-desc summary::-webkit-details-marker{display:none;} .umt-desc summary:hover{background:var(--panel);} .umt-desc summary .umt-chev{ flex:0 0 auto;width:18px;height:18px;color:var(--accent-deep); transition:transform .2s ease; } .umt-desc details[open] summary .umt-chev{transform:rotate(180deg);} .umt-desc .umt-ans{padding:0 22px 18px;font-size:14.5px;color:var(--text);} /* ---------- VALUE TABLE ---------- */ .umt-desc .umt-table{ width:100%;border-collapse:collapse;border:1px solid var(--line); border-radius:12px;overflow:hidden;background:var(--white);margin-bottom:18px; } .umt-desc .umt-table thead th{ background:var(--panel);text-align:left;font-size:13px;font-weight:700; color:var(--ink);text-transform:uppercase;letter-spacing:.04em; padding:14px 18px;border-bottom:1px solid var(--line); } .umt-desc .umt-table tbody td{ font-size:14px;color:var(--text);padding:14px 18px;border-bottom:1px solid var(--line); vertical-align:top; } .umt-desc .umt-table tbody tr:last-child td{border-bottom:none;} .umt-desc .umt-table tbody td:first-child{width:38%;color:var(--ink);} .umt-desc .umt-table tbody tr:hover{background:var(--accent-soft);} /* ---------- OUR EDGE PANEL ---------- */ .umt-desc .umt-edge{ border:1px solid var(--accent);border-radius:12px;background:var(--accent-soft); padding:22px 24px; } .umt-desc .umt-edge h4{font-size:16px;color:var(--ink);font-weight:700;margin-bottom:14px;} .umt-desc .umt-edge ul li{ display:flex;gap:11px;align-items:flex-start;font-size:14px;color:var(--text);padding:7px 0; } .umt-desc .umt-edge ul li svg{width:17px;height:17px;color:var(--accent-deep);flex:0 0 auto;margin-top:3px;} /* ---------- USE CARDS (lettered) ---------- */ .umt-desc .umt-usecards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;} .umt-desc .umt-usecard{ border:1px solid var(--line);border-radius:12px;background:var(--white); padding:24px 22px;transition:border-color .2s ease,transform .2s ease; } .umt-desc .umt-usecard:hover{border-color:var(--accent);transform:translateY(-2px);} .umt-desc .umt-usecard .umt-usebadge{ display:inline-flex;align-items:center;justify-content:center; width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff; font-size:18px;font-weight:800;margin-bottom:14px; } .umt-desc .umt-usecard h4{font-size:16px;color:var(--ink);font-weight:700;margin-bottom:7px;} .umt-desc .umt-usecard p{font-size:14px;color:var(--muted);} /* ---------- POLICY + TRUST ---------- */ .umt-desc .umt-split{display:grid;grid-template-columns:1.25fr 1fr;gap:18px; padding-top:36px;margin-top:36px;border-top:1px solid var(--line);} .umt-desc .umt-policy h3,.umt-desc .umt-trust h3{ font-size:19px;color:var(--ink);font-weight:700;margin-bottom:14px; } .umt-desc .umt-policy p{font-size:14px;color:var(--text);margin-bottom:12px;} .umt-desc .umt-policy p:last-child{margin-bottom:0;} .umt-desc .umt-trust{ border:1px solid var(--line);border-radius:12px;padding:24px 24px;background:var(--panel); } .umt-desc .umt-trust ul li{ display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--text); padding:11px 0;border-bottom:1px solid var(--line); } .umt-desc .umt-trust ul li:last-child{border-bottom:none;} .umt-desc .umt-trust ul li svg{width:18px;height:18px;color:var(--accent-deep);flex:0 0 auto;margin-top:2px;} .umt-desc .umt-signoff{margin-top:16px;font-size:13.5px;color:var(--muted);} @media (max-width:760px){ .umt-desc .umt-grid{grid-template-columns:1fr 1fr;} .umt-desc .umt-steps{grid-template-columns:1fr 1fr;} .umt-desc .umt-split{grid-template-columns:1fr;} .umt-desc .umt-options{grid-template-columns:1fr;} .umt-desc .umt-usecards{grid-template-columns:1fr;} } @media (max-width:430px){ .umt-desc .umt-grid{grid-template-columns:1fr;} } @media (prefers-reduced-motion:reduce){ .umt-desc *{transition:none !important;} } Marriott Explore Program · Friends Rate (MMF) Get verified for Marriott's Friends Rate Marriott's Friends Rate (MMF) is part of the Marriott Explore Program — a set of discounted rates offered to associates and the people connected to them. MMF is the "Friends & Family" tier: broader access, more available dates, and typically 20–30% off standard rates. We verify your Marriott Bonvoy account so the rate appears directly inside your account — the same way it works for Marriott's own associates today. 20-30% off Typical savings vs. standard rates 30+ brands Hotel brands where the rate applies Digital 100% account-based — no PDF letter Marriott went fully digital in 2026 Why there's nothing to print anymore. Marriott Explore Rates used to run on paper authorization forms and manual validation — you'd need a signed letter to show at check-in. That process has been replaced with account-based digital verification. Once your account is verified, the Friends Rate simply appears under Verified Special Rates in your Marriott Bonvoy account, on both the website and the mobile app. Before Now Paper authorization form Digital verification Manual validation at check-in Account-based verification Physical documentation to carry Shows automatically in your account What you'll actually see once verified Real screenshots of a verified account — web and mobile. Web account Your Marriott.com account page shows "You're verified to book these special rates at over 30 hotel brands around the world," with Friends Rate (MMF) ready to explore. Mobile app The exact same Verified Special Rates status appears in the Marriott Bonvoy app — no separate paperwork or codes. MMF vs. MMP vs. MMA — which one is this? Marriott's Explore Program has three rate codes. This product is for MMF. Feature MMP MMA MMF (this product) Full name Family Rate Associate Rate Friends & Family Typical savings Up to 50-60% Up to 70% Up to 20-30% Availability Limited Most limited More widely available Authorization Digital Digital Digital MMF trades some discount depth for broader access — it's usually easier to find available dates and properties than MMP or MMA, which makes it a practical choice for most leisure travelers. How to use your Friends Rate (MMF) From order to checked-in — the full walkthrough. 01 Send us your account Your Marriott Bonvoy account number and the name on the account, at checkout. 02 We verify your account Usually within 1–2 business days. We'll let you know once it's done. 03 Search for your hotel Go to Marriott.com or the app, enter your destination and dates, and open the Special Rates dropdown on the search form. 04 Select Corp/Promo Code, enter MMF Choose "Corp/Promo Code" from the rate list and type MMF in the code field, then hit Done. Step 3–4 in action The "Select One Rate" screen on Marriott.com — choose Corp/Promo Code and enter MMF to pull up your discounted rate. Good to know • Available rooms and pricing will show once the code is applied — availability varies by hotel and dates. • The rate applies at booking; no separate check-in step is required beyond your verified account. • Eligible stays typically still earn Bonvoy points and elite night credit. • Works the same way whether you book on Marriott.com, the app, or by phone — just make sure you're logged into your verified account first. • Don't see the Corp/Promo Code option? Make sure verification has completed — we'll notify you once it's live on your account. • You can book multiple stays with the same code as long as your account stays verified. Frequently asked questions Everything you need to know before getting started. Do I still need a PDF letter to check in? No. Marriott has moved this fully digital — your verification shows directly in your account (web and app) under Verified Special Rates. There's nothing to print or present at the front desk. Can I earn Bonvoy points and elite night credit on MMF stays? In most cases, eligible stays continue to earn Bonvoy points and elite night credit, subject to Marriott's current terms. Why choose MMF over MMP if MMP has a bigger discount? A bigger discount only matters if the rate is actually available for your dates and hotel. MMF typically has wider availability across more properties, so the real-world value can end up higher than a deeper discount you can rarely book. What information do you need from me? Your Marriott Bonvoy account number and the name on the account. Does this work on an existing Marriott account? Yes — this is applied to your existing Marriott Bonvoy account, not a new registration. How long does verification take? Typically 1–2 business days after your order is placed. Want the full breakdown? We wrote a complete guide comparing all three Marriott Explore Rates. Read our guide: Understanding Marriott MMA, MMP & MMF — Which Explore Rate Is Right For You? Return policy If your order has not begun processing, you can cancel for a full refund to your original payment method within 3 business days. Once an order begins processing, cancellations are no longer possible. We always notify you before processing starts, generally within 72 hours of purchase. Why travelers trust us 100+ members verified for Marriott's special rates through us Account safe & confidential — your data stays protected Full refund if anything goes wrong 24/7 support before and after your order Thank you for choosing Upgrade My Trip.