{"product_id":"samsung-galaxy-s26-ultra-prime-magsafe-leather-case","title":"Samsung Galaxy S26 Ultra Prime Case | MagSafe Compatible | Premium Leather-Texture Soft-Touch Finish | Metal MagSafe Ring | Slim Shockproof Protective Cover for Men \u0026 Women + FREE 6D Tempered Glass","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #f8f8f6;\n    --white: #ffffff;\n    --text: #1a1a1a;\n    --text-muted: #6e6e6e;\n    --wye-green: #7ab648;\n    --wye-green-light: #f0f7e8;\n    --wye-green-mid: #c8e8a0;\n    --charcoal: #2c2c2c;\n    --charcoal-light: #f2f2f0;\n    --gold: #b8882a;\n    --gold-light: #fdf6e8;\n    --border: rgba(0,0,0,0.07);\n    --shadow-sm: 0 1px 6px rgba(0,0,0,0.06);\n    --shadow-md: 0 6px 24px rgba(0,0,0,0.09);\n    --radius: 12px;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'Jost', sans-serif;\n    font-size: 15px;\n    line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--charcoal);\n    padding: 56px 24px 48px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 75% 55% at 50% 0%, rgba(122,182,72,0.14), transparent 70%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--wye-green), transparent);\n  }\n\n  .wye-logo {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    letter-spacing: 0.35em;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: 10px;\n  }\n  .wye-logo span { color: var(--wye-green); }\n\n  .hero-badge {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(122,182,72,0.15);\n    border: 1px solid rgba(122,182,72,0.35);\n    color: var(--wye-green);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 2px;\n    margin-bottom: 22px;\n  }\n  .hero h1 {\n    position: relative;\n    z-index: 1;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(30px, 6vw, 60px);\n    font-weight: 700;\n    line-height: 1.05;\n    color: #ffffff;\n    max-width: 700px;\n    margin: 0 auto 14px;\n    letter-spacing: 0.01em;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--wye-green);\n  }\n  .hero-sub {\n    position: relative;\n    z-index: 1;\n    font-size: 14px;\n    color: rgba(255,255,255,0.48);\n    max-width: 480px;\n    margin: 0 auto 28px;\n    font-weight: 300;\n    letter-spacing: 0.02em;\n  }\n  .hero-pills {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n  .pill {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 2px;\n    padding: 5px 14px;\n    font-size: 11px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.6);\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n  .pill.accent {\n    background: rgba(122,182,72,0.15);\n    border-color: rgba(122,182,72,0.35);\n    color: var(--wye-green);\n  }\n\n  \/* ── WRAPPER ── *\/\n  .wrapper { max-width: 980px; margin: 0 auto; padding: 0 20px; }\n\n  \/* ── STATS ── *\/\n  .stats-section {\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n    padding: 30px 20px;\n  }\n  .stats-grid {\n    max-width: 980px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));\n    gap: 12px;\n  }\n  .stat-card {\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 20px 12px;\n    text-align: center;\n    transition: box-shadow 0.2s;\n  }\n  .stat-card:hover { box-shadow: var(--shadow-md); }\n  .stat-icon { font-size: 20px; display: block; margin-bottom: 7px; }\n  .stat-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 700;\n    color: var(--charcoal);\n    line-height: 1;\n  }\n  .stat-num span { color: var(--wye-green); }\n  .stat-label {\n    font-size: 10px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.10em;\n    color: var(--text-muted);\n    margin-top: 5px;\n  }\n\n  \/* ── SECTION ── *\/\n  .section {\n    padding: 48px 20px;\n    border-bottom: 1px solid var(--border);\n    background: var(--white);\n  }\n  .section.alt { background: var(--bg); }\n  .section-tag {\n    display: inline-block;\n    background: var(--wye-green-light);\n    color: var(--wye-green);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .section-tag.gold-tag { background: var(--gold-light); color: var(--gold); }\n  .section-tag.neutral { background: var(--charcoal-light); color: var(--charcoal); }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 24px;\n    line-height: 1.15;\n    letter-spacing: 0.01em;\n  }\n  .section-title span { color: var(--wye-green); }\n  .section-title em { font-style: italic; }\n\n  \/* ── FEATURE GRID ── *\/\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .feat-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 24px 20px;\n    box-shadow: var(--shadow-sm);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .section.alt .feat-card { background: var(--white); }\n  .feat-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }\n  .feat-card::after {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 2px;\n    background: var(--wye-green);\n    margin-top: 14px;\n    border-radius: 1px;\n  }\n  .feat-icon { font-size: 26px; margin-bottom: 10px; display: block; }\n  .feat-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--text);\n    margin-bottom: 7px;\n    letter-spacing: 0.03em;\n  }\n  .feat-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; font-weight: 300; }\n\n  \/* ── PREMIUM PANEL ── *\/\n  .premium-panel {\n    background: var(--charcoal);\n    border-radius: var(--radius);\n    padding: 32px 28px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 8px;\n    position: relative;\n    overflow: hidden;\n  }\n  .premium-panel::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, var(--wye-green), transparent);\n  }\n  .premium-item h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: #fff;\n    margin-bottom: 5px;\n    letter-spacing: 0.03em;\n  }\n  .premium-item p { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.6; }\n  .premium-item .tag {\n    display: inline-block;\n    background: rgba(122,182,72,0.18);\n    color: var(--wye-green);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 2px 8px;\n    border-radius: 2px;\n    margin-bottom: 7px;\n  }\n\n  \/* ── COLOUR SHOWCASE ── *\/\n  .color-showcase {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .color-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 22px 16px;\n    text-align: center;\n    box-shadow: var(--shadow-sm);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .color-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }\n  .color-swatch {\n    width: 44px; height: 44px;\n    border-radius: 50%;\n    margin: 0 auto 12px;\n    border: 2px solid rgba(0,0,0,0.08);\n    box-shadow: 0 3px 10px rgba(0,0,0,0.15);\n  }\n  .color-card h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--text);\n    margin-bottom: 4px;\n    letter-spacing: 0.04em;\n  }\n  .color-card .ring-note {\n    font-size: 11px;\n    color: var(--text-muted);\n    font-weight: 300;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-wrap {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .spec-row { display: flex; border-bottom: 1px solid var(--border); font-size: 13px; }\n  .spec-row:last-child { border-bottom: none; }\n  .spec-key {\n    background: var(--bg);\n    color: var(--text-muted);\n    font-size: 11px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 13px 18px;\n    width: 44%;\n    flex-shrink: 0;\n    border-right: 1px solid var(--border);\n  }\n  .spec-val { padding: 13px 18px; color: var(--text); line-height: 1.5; font-weight: 400; }\n\n  \/* ── IN THE BOX ── *\/\n  .box-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 10px;\n  }\n  .box-item {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--wye-green);\n    border-radius: var(--radius);\n    padding: 16px 18px;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--text);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    box-shadow: var(--shadow-sm);\n  }\n  .box-item::before {\n    content: '✓';\n    color: var(--wye-green);\n    font-weight: 700;\n    font-size: 14px;\n    flex-shrink: 0;\n  }\n\n  \/* ── FOOTER ── *\/\n  .footer-band {\n    background: var(--charcoal);\n    padding: 34px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .footer-band::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--wye-green), transparent);\n  }\n  .footer-wye {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 600;\n    letter-spacing: 0.4em;\n    color: rgba(255,255,255,0.3);\n    margin-bottom: 8px;\n  }\n  .footer-wye span { color: var(--wye-green); }\n  .footer-band strong {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(15px, 2.5vw, 22px);\n    font-weight: 600;\n    color: #fff;\n    margin-bottom: 8px;\n    letter-spacing: 0.04em;\n  }\n  .footer-band p { color: rgba(255,255,255,0.35); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }\n\n  @media (max-width: 580px) {\n    .premium-panel { grid-template-columns: 1fr; gap: 16px; }\n    .hero { padding: 40px 16px 34px; }\n    .section { padding: 34px 16px; }\n    .stats-section { padding: 22px 16px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"wye-logo\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003eSamsung Galaxy S26 Ultra 2026\u003c\/div\u003e\n\u003ch1\u003ePrime Case.\u003cbr\u003e\u003cem\u003eRefined by Design.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA premium soft-touch leather-texture case by WYE — engineered with a precision metal MagSafe ring, quiet confidence, and all-round protection for the Galaxy S26 Ultra.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"pill accent\"\u003eMagSafe Compatible\u003c\/span\u003e \u003cspan class=\"pill\"\u003ePremium Leather Texture\u003c\/span\u003e \u003cspan class=\"pill\"\u003eMetal MagSafe Ring\u003c\/span\u003e \u003cspan class=\"pill accent\"\u003eFREE 6D Tempered Glass\u003c\/span\u003e \u003cspan class=\"pill\"\u003eSoft-Touch Microfibre Lining\u003c\/span\u003e \u003cspan class=\"pill\"\u003e3 Colour Options\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats-section\"\u003e\n\u003cdiv class=\"stats-grid\"\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e🏷️\u003c\/span\u003e\n\u003cdiv class=\"stat-num\"\u003eW\u003cspan\u003eY\u003c\/span\u003eE\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003ePremium Brand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e🧲\u003c\/span\u003e\n\u003cdiv class=\"stat-num\"\u003e360\u003cspan\u003e°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eMagSafe Ring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e🪶\u003c\/span\u003e\n\u003cdiv class=\"stat-num\"\u003eUltra\u003cspan\u003e—\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eSlim Profile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"stat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eColour Finishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e🎁\u003c\/span\u003e\n\u003cdiv class=\"stat-num\"\u003eFREE\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003e6D Tempered Glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"section alt\"\u003e\n\u003cdiv class=\"section-tag\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eWhere Elegance Meets \u003cspan\u003eEveryday Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eMagSafe Compatible Metal Ring\u003c\/h3\u003e\n\u003cp\u003eA precision-machined metal MagSafe alignment ring is flush-set into the back panel, delivering a strong magnetic connection to chargers, wallets, car mounts, and all Qi2 accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🖐️\u003c\/span\u003e\n\u003ch3\u003ePremium Leather-Texture Finish\u003c\/h3\u003e\n\u003cp\u003eThe matte PU leather-texture back provides a sophisticated, refined look with a comfortable non-slip grip. Resists fingerprints and everyday smudges beautifully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eFull-Body Shockproof Protection\u003c\/h3\u003e\n\u003cp\u003eDual-layer PC shell and TPU bumper absorb impacts, drops, and knocks. Raised camera lip and screen bezel keep every surface protected during daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🪶\u003c\/span\u003e\n\u003ch3\u003eSlim, Lightweight Build\u003c\/h3\u003e\n\u003cp\u003eEngineered to be as slim as possible while delivering full protection — the Prime Case adds minimal bulk, letting the Galaxy S26 Ultra remain the star of the show.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e📐\u003c\/span\u003e\n\u003ch3\u003eMicrofibre Soft Lining\u003c\/h3\u003e\n\u003cp\u003eThe interior is lined with a soft microfibre material that cradles your device, preventing scratches on the back glass and maintaining a premium in-hand quality feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch3\u003eFREE 6D Tempered Glass\u003c\/h3\u003e\n\u003cp\u003eBundled with a full-coverage 6D tempered glass screen protector — complete front-to-back protection in one premium package, ready out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PREMIUM DETAIL PANEL --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag gold-tag\"\u003ePremium Construction\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eBuilt to a \u003cem\u003eHigher Standard\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-panel\"\u003e\n\u003cdiv class=\"premium-item\"\u003e\n\u003cdiv class=\"tag\"\u003eMaterial\u003c\/div\u003e\n\u003ch4\u003ePU Leather-Texture Back\u003c\/h4\u003e\n\u003cp\u003eHigh-grade synthetic leather surface with subtle grain texture — tactile, premium, and fingerprint-resistant for an always-clean look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-item\"\u003e\n\u003cdiv class=\"tag\"\u003eMagnetic System\u003c\/div\u003e\n\u003ch4\u003eFlush Metal MagSafe Ring\u003c\/h4\u003e\n\u003cp\u003ePrecision-embedded metal ring provides strong, aligned magnetic snap to the full MagSafe ecosystem — chargers, wallets, mounts, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-item\"\u003e\n\u003cdiv class=\"tag\"\u003eInner Lining\u003c\/div\u003e\n\u003ch4\u003eMicrofibre Interior\u003c\/h4\u003e\n\u003cp\u003eSoft microfibre inner lining protects your phone's back glass and prevents surface marks from the inside of the case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"premium-item\"\u003e\n\u003cdiv class=\"tag\"\u003eStructure\u003c\/div\u003e\n\u003ch4\u003eDual-Layer PC + TPU Shell\u003c\/h4\u003e\n\u003cp\u003eRigid PC core provides structural strength; flexible TPU bumper absorbs drops and shocks from all angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLOUR SHOWCASE --\u003e\n\u003cdiv class=\"section alt\"\u003e\n\u003cdiv class=\"section-tag\"\u003eColour Collection\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eThree Signatures. \u003cspan\u003eOne Prime Standard.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: var(--text-muted); font-weight: 300;\"\u003eEach colour is paired with a matching tone metal MagSafe ring for a fully cohesive, premium finish.\u003c\/p\u003e\n\u003cdiv class=\"color-showcase\"\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv class=\"color-swatch\" style=\"background: linear-gradient(135deg,#1a1a1a,#2c2c2c);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eMidnight Black\u003c\/h4\u003e\n\u003cdiv class=\"ring-note\"\u003eGunmetal ring finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv class=\"color-swatch\" style=\"background: linear-gradient(135deg,#1e3060,#2a4a8a);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eDeep Navy\u003c\/h4\u003e\n\u003cdiv class=\"ring-note\"\u003eMidnight blue ring finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv class=\"color-swatch\" style=\"background: linear-gradient(135deg,#d05a00,#f07820);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eVivid Orange\u003c\/h4\u003e\n\u003cdiv class=\"ring-note\"\u003eGold-tone ring finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag neutral\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eFull Technical \u003cspan\u003eDetails\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-wrap\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWYE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCompatible Model\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSamsung Galaxy S26 Ultra 2026 (6.9\")\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCase Name\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePrime Case\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBack Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePremium PU leather-texture, matte, fingerprint-resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInner Lining\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSoft microfibre — scratch-free interior\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShell Material\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDual-layer PC + TPU shockproof construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMagSafe Ring\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFlush-set precision metal ring — MagSafe \u0026amp; Qi2 compatible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWireless Charging\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFully compatible, no interference\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCamera Protection\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRaised open-lens camera housing with lip guard\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eS Pen Access\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eYes — precision-cut S Pen slot\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eAvailable Colours\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMidnight Black, Deep Navy, Vivid Orange\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eIn The Box\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1× WYE Prime Case + 1× FREE 6D Tempered Glass Screen Protector\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IN THE BOX --\u003e\n\u003cdiv class=\"section alt\"\u003e\n\u003cdiv class=\"section-tag\"\u003eWhat's Included\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eThe Complete \u003cspan\u003ePrime Bundle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-list\"\u003e\n\u003cdiv class=\"box-item\"\u003eWYE Prime Leather-Texture MagSafe Case\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003eFREE 6D Tempered Glass Screen Protector\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003eWYE Installation Guide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/wrapper --\u003e\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer-band\"\u003e\n\u003cdiv class=\"footer-wye\"\u003e\u003c\/div\u003e\n\u003cstrong\u003eGalaxy S26 Ultra Prime Case — Defined by Refinement.\u003c\/strong\u003e\n\u003cp\u003ePremium Leather Texture · MagSafe Compatible · Slim Protection · FREE 6D Tempered Glass\u003c\/p\u003e\n\u003c\/div\u003e","brand":"snapcases.co.uk","offers":[{"title":"Black","offer_id":57590295265625,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Orange","offer_id":57590295298393,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Dark Blue","offer_id":57590295331161,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/0220\/9113\/files\/GalaxyS26UltraWYEPrimeCase1.jpg?v=1773756183","url":"https:\/\/snapcases.co.uk\/products\/samsung-galaxy-s26-ultra-prime-magsafe-leather-case","provider":"snapcases.co.uk","version":"1.0","type":"link"}