Hyatt 10,000 points
/* ========================================================= UPGRADE MY TRIP — Hyatt Points product description (v2) Matches existing site framework: theme font (inherited), black + orange palette, light/airy, hairline dividers. Paste this + the below into the Shopify product Description via the "" (Show HTML) editor. ========================================================= */ .umt-hyatt{ --ink:#1a1a1a; --text:#555555; --muted:#8a8a8a; --accent:#f4801f; /* brand orange */ --accent-deep:#e06f12; --accent-soft:#fff3e8; /* orange tint */ --line:#ececec; --panel:#fafafa; --white:#ffffff; font-family:inherit; /* picks up your theme font */ color:var(--text); line-height:1.65; font-size:16px; max-width:1000px; margin:0 auto; } .umt-hyatt *{box-sizing:border-box;} .umt-hyatt h2,.umt-hyatt h3,.umt-hyatt h4,.umt-hyatt p,.umt-hyatt ul,.umt-hyatt li{ margin:0;padding:0;font-family:inherit; } .umt-hyatt ul{list-style:none;} .umt-hyatt b{font-weight:600;color:var(--ink);} .umt-hyatt .umt-eyebrow{ font-size:12px;letter-spacing:.16em;text-transform:uppercase; font-weight:700;color:var(--accent);margin-bottom:12px; } /* ---------- INTRO (clean, no heavy box) ---------- */ .umt-hyatt .umt-intro{padding:4px 0 30px;} .umt-hyatt .umt-intro h2{ font-size:clamp(24px,3.6vw,32px);font-weight:700;color:var(--ink); line-height:1.2;margin-bottom:14px; } .umt-hyatt .umt-intro p{font-size:16.5px;color:var(--text);max-width:720px;} /* ---------- SECTION SHELL ---------- */ .umt-hyatt .umt-section{padding-top:36px;margin-top:36px;border-top:1px solid var(--line);} .umt-hyatt .umt-section > h3{ font-size:clamp(19px,2.6vw,24px);font-weight:700;color:var(--ink);margin-bottom:6px; } .umt-hyatt .umt-section > .umt-sub{color:var(--muted);margin-bottom:24px;max-width:660px;} /* ---------- GIFT POINTS vs GIFT STAYS (signature) ---------- */ .umt-hyatt .umt-options{display:grid;grid-template-columns:1fr 1fr;gap:18px;} .umt-hyatt .umt-opt{ position:relative;border:1px solid var(--line);border-radius:12px; background:var(--white);padding:26px 24px;overflow:hidden; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; } .umt-hyatt .umt-opt:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.07);} .umt-hyatt .umt-opt::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;} .umt-hyatt .umt-opt--points::before{background:var(--ink);} .umt-hyatt .umt-opt--stays::before{background:var(--accent);} .umt-hyatt .umt-opt--points:hover{border-color:#cfcfcf;} .umt-hyatt .umt-opt--stays:hover{border-color:var(--accent);} .umt-hyatt .umt-opt-head{display:flex;align-items:center;gap:13px;margin-bottom:4px;} .umt-hyatt .umt-badge{ width:46px;height:46px;border-radius:11px;flex:0 0 auto; display:flex;align-items:center;justify-content:center; } .umt-hyatt .umt-opt--points .umt-badge{background:#f2f2f2;color:var(--ink);} .umt-hyatt .umt-opt--stays .umt-badge{background:var(--accent-soft);color:var(--accent-deep);} .umt-hyatt .umt-badge svg{width:24px;height:24px;} .umt-hyatt .umt-opt h4{font-size:19px;color:var(--ink);font-weight:700;} .umt-hyatt .umt-opt-tag{font-size:12.5px;color:var(--muted);font-weight:600;} .umt-hyatt .umt-opt-list{margin:18px 0 20px;} .umt-hyatt .umt-opt-list li{ position:relative;padding-left:26px;margin-bottom:11px;font-size:14.5px;color:var(--text); } .umt-hyatt .umt-opt-list li::before{ content:"";position:absolute;left:0;top:6px;width:15px;height:15px;border-radius:50%; background:no-repeat center/9px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); } .umt-hyatt .umt-opt--points .umt-opt-list li::before{background-color:var(--ink);} .umt-hyatt .umt-opt--stays .umt-opt-list li::before{background-color:var(--accent);} .umt-hyatt .umt-best{ font-size:13.5px;border-top:1px solid var(--line);padding-top:14px;color:var(--muted); } .umt-hyatt .umt-pick-note{ margin-top:18px;display:flex;align-items:center;gap:10px; font-size:14px;color:var(--ink);background:var(--accent-soft); border:1px solid #f6dcc4;border-radius:10px;padding:13px 18px; } .umt-hyatt .umt-pick-note svg{width:18px;height:18px;color:var(--accent-deep);flex:0 0 auto;} /* ---------- BENEFITS GRID ---------- */ .umt-hyatt .umt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;} .umt-hyatt .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-hyatt .umt-card:hover{border-color:var(--accent);transform:translateY(-2px);} .umt-hyatt .umt-card .umt-ic{ width:40px;height:40px;border-radius:10px;background:var(--panel);color:var(--ink); display:flex;align-items:center;justify-content:center;margin-bottom:14px; } .umt-hyatt .umt-card:hover .umt-ic{background:var(--accent-soft);color:var(--accent-deep);} .umt-hyatt .umt-card .umt-ic svg{width:21px;height:21px;} .umt-hyatt .umt-card h4{font-size:15.5px;color:var(--ink);font-weight:700;margin-bottom:5px;} .umt-hyatt .umt-card p{font-size:13.5px;color:var(--muted);} /* ---------- HOW IT WORKS ---------- */ .umt-hyatt .umt-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;} .umt-hyatt .umt-step .umt-num{ font-size:30px;font-weight:800;color:var(--accent);line-height:1;margin-bottom:10px; } .umt-hyatt .umt-step h4{font-size:15px;color:var(--ink);font-weight:700;margin-bottom:5px;} .umt-hyatt .umt-step p{font-size:13.5px;color:var(--muted);} /* ---------- POLICY + TRUST ---------- */ .umt-hyatt .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-hyatt .umt-policy h3,.umt-hyatt .umt-trust h3{ font-size:19px;color:var(--ink);font-weight:700;margin-bottom:14px; } .umt-hyatt .umt-policy p{font-size:14px;color:var(--text);margin-bottom:12px;} .umt-hyatt .umt-policy p:last-child{margin-bottom:0;} .umt-hyatt .umt-trust{ border:1px solid var(--line);border-radius:12px;padding:24px 24px;background:var(--panel); } .umt-hyatt .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-hyatt .umt-trust ul li:last-child{border-bottom:none;} .umt-hyatt .umt-trust ul li svg{width:18px;height:18px;color:var(--accent-deep);flex:0 0 auto;margin-top:2px;} .umt-hyatt .umt-signoff{margin-top:16px;font-size:13.5px;color:var(--muted);} @media (max-width:760px){ .umt-hyatt .umt-options{grid-template-columns:1fr;} .umt-hyatt .umt-grid{grid-template-columns:1fr 1fr;} .umt-hyatt .umt-steps{grid-template-columns:1fr 1fr;} .umt-hyatt .umt-split{grid-template-columns:1fr;} } @media (max-width:430px){ .umt-hyatt .umt-grid{grid-template-columns:1fr;} } @media (prefers-reduced-motion:reduce){ .umt-hyatt *{transition:none !important;} } World of Hyatt · Authentic Rewards Real Hyatt points, delivered to your account Unlock free nights, room upgrades, late checkouts, and experiences that go beyond the hotel — from FIND moments to airline transfers. Choose exactly how you want your reward: points gifted into your own account, or a stay we book for you. Two ways to receive your reward Pick the option that fits your trip. Both deliver genuine World of Hyatt value — the difference is speed and flexibility. Gift Points Transferred to your account Points land directly in your own World of Hyatt account Full flexibility — book any award night, anytime, on any trip Redeem free nights from just 3,500 points We guide you through the Hyatt points transfer form, step by step Processing typically completes within up to 7 days Best if you want flexibility, are planning ahead, or prefer points in your own account. Gift Stays We book the award stay for you We reserve the award night directly on your behalf The fastest option — ideal for stays within the next 3 days Just send us the hotel and your dates — we handle the booking You receive the confirmation, ready to check in No transfer form needed on your side Best if you already have a confirmed hotel and dates, especially on short notice. Select Gift Points or Gift Stays from the options above the cart before checking out. What your Hyatt points unlock One currency, a world of redemptions across 1,000+ Hyatt properties and partners. Free Nights Award stays from 3,500 points per night, off-peak. Room Upgrades Move up to better rooms and longer late checkouts. Dining & Spa Apply points toward dining, spa, and resort credits. FIND Experiences Curated tours, classes, and local experiences. Airline Transfers Convert to airline partners to extend your reach. Meetings & Events Redeem toward qualifying meetings and event space. How it works A simple, guided process from checkout to confirmation. 01 Choose your option Pick Gift Points or Gift Stays, then add to cart. 02 Send your details Your Hyatt number for points, or hotel and dates for a stay. 03 We process securely Points land in your account, or your stay is booked and confirmed. 04 Enjoy Free nights, upgrades, and experiences — yours to use. 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, and orders generally begin within 72 hours of purchase. Why travelers trust us 500+ travelers upgraded with our service 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.
More you might like
Related
Stihl Chainsaw points 0983 106 0000 NEW S-32
Related
30372-107-000 - GENUINE HONDA CB100N ETC POINTS COVER GASKET
Related
Mitutoyo 368-279 Holtest with TiN Coated Contact Points 9.0-
Related