{"product_id":"samsung-galaxy-s26-ultra-hold-stand-carbon-fibre-magsafe-case","title":"Samsung Galaxy S26 Ultra Hold and Stand Case | MagSafe Compatible | Carbon Fibre Texture | Built-in Kickstand Wrist Strap Holder | Shockproof Protective Cover for Men + FREE 6D Tempered Glass Screen Protector","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=Barlow+Condensed:wght@600;700;800\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #f5f6f8;\n    --white: #ffffff;\n    --text: #16181f;\n    --text-muted: #6b7280;\n    --carbon: #1e2028;\n    --carbon-mid: #3a3d48;\n    --orange: #e05f0a;\n    --orange-light: #fff4ec;\n    --orange-mid: #fbd4b4;\n    --blue: #1e3a8a;\n    --blue-light: #eff4ff;\n    --border: rgba(0,0,0,0.08);\n    --shadow-sm: 0 1px 6px rgba(0,0,0,0.07);\n    --shadow-md: 0 5px 18px rgba(0,0,0,0.10);\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: 'Inter', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(150deg, #16181f 0%, #1e2028 50%, #252830 100%);\n    padding: 54px 24px 46px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: repeating-linear-gradient(\n      45deg,\n      rgba(255,255,255,0.015) 0px,\n      rgba(255,255,255,0.015) 1px,\n      transparent 1px,\n      transparent 8px\n    );\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(224,95,10,0.18), transparent 70%);\n    pointer-events: none;\n  }\n  .hero-badge {\n    position: relative;\n    z-index: 1;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--orange);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 3px;\n    margin-bottom: 20px;\n  }\n  .hero h1 {\n    position: relative;\n    z-index: 1;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(30px, 6vw, 58px);\n    font-weight: 800;\n    line-height: 1.0;\n    color: #ffffff;\n    max-width: 760px;\n    margin: 0 auto 14px;\n    letter-spacing: 0.02em;\n    text-transform: uppercase;\n  }\n  .hero h1 span { color: var(--orange); }\n  .hero-sub {\n    position: relative;\n    z-index: 1;\n    font-size: 14px;\n    color: rgba(255,255,255,0.55);\n    max-width: 500px;\n    margin: 0 auto 26px;\n    font-weight: 300;\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.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 3px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.75);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .pill.hot {\n    background: rgba(224,95,10,0.25);\n    border-color: rgba(224,95,10,0.5);\n    color: #ffb480;\n  }\n\n  \/* ── WRAPPER ── *\/\n  .wrapper { max-width: 980px; margin: 0 auto; padding: 0 20px; }\n\n  \/* ── STATS ── *\/\n  .stats-section {\n    background: var(--carbon);\n    padding: 28px 20px;\n    border-bottom: 2px solid var(--orange);\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: 2px;\n  }\n  .stat-card {\n    background: rgba(255,255,255,0.04);\n    padding: 18px 14px;\n    text-align: center;\n    border: 1px solid rgba(255,255,255,0.07);\n    transition: background 0.2s;\n  }\n  .stat-card:hover { background: rgba(224,95,10,0.12); }\n  .stat-icon { font-size: 20px; display: block; margin-bottom: 6px; }\n  .stat-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 32px;\n    font-weight: 800;\n    color: var(--orange);\n    line-height: 1;\n    letter-spacing: 0.02em;\n  }\n  .stat-label {\n    font-size: 10px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: rgba(255,255,255,0.45);\n    margin-top: 5px;\n  }\n\n  \/* ── SECTION ── *\/\n  .section {\n    padding: 46px 20px;\n    border-bottom: 1px solid var(--border);\n    background: var(--white);\n  }\n  .section.alt { background: var(--bg); }\n  .section.dark {\n    background: var(--carbon);\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n  }\n  .section-tag {\n    display: inline-block;\n    background: var(--orange-light);\n    color: var(--orange);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .section-tag.dark-tag {\n    background: rgba(224,95,10,0.2);\n    color: #ffb480;\n  }\n  .section-tag.blue { background: var(--blue-light); color: var(--blue); }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(22px, 4vw, 36px);\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 24px;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n  }\n  .section-title.light-title { color: #ffffff; }\n  .section-title span { color: var(--orange); }\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: 22px 18px;\n    box-shadow: var(--shadow-sm);\n    transition: transform 0.2s, box-shadow 0.2s;\n    border-left: 3px solid var(--orange);\n  }\n  .section.alt .feat-card { background: var(--white); }\n  .dark-card {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: var(--radius);\n    padding: 22px 18px;\n    border-left: 3px solid var(--orange);\n    transition: background 0.2s;\n  }\n  .dark-card:hover { background: rgba(255,255,255,0.08); }\n  .feat-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }\n  .feat-icon { font-size: 26px; margin-bottom: 10px; display: block; }\n  .feat-card h3, .dark-card h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 7px;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n  .dark-card h3 { color: #fff; }\n  .feat-card p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }\n  .dark-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }\n\n  \/* ── 3-IN-1 HIGHLIGHT ── *\/\n  .triple-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 8px;\n  }\n  .triple-item {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 24px 16px;\n    text-align: center;\n    box-shadow: var(--shadow-sm);\n    transition: transform 0.2s;\n  }\n  .triple-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }\n  .triple-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 44px;\n    font-weight: 800;\n    color: var(--orange);\n    line-height: 1;\n  }\n  .triple-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    color: var(--text);\n    margin: 6px 0 4px;\n  }\n  .triple-desc { font-size: 12px; color: var(--text-muted); }\n\n  \/* ── COLOURS ── *\/\n  .color-row {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 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: 18px 14px;\n    text-align: center;\n    box-shadow: var(--shadow-sm);\n    transition: transform 0.2s;\n  }\n  .color-card:hover { transform: translateY(-2px); }\n  .color-swatch {\n    width: 40px; height: 40px;\n    border-radius: 50%;\n    margin: 0 auto 10px;\n    border: 2px solid rgba(0,0,0,0.1);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.15);\n  }\n  .color-card h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 3px;\n  }\n  .color-card p { font-size: 11px; color: var(--text-muted); }\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.07em;\n    padding: 13px 16px;\n    width: 44%;\n    flex-shrink: 0;\n    border-right: 1px solid var(--border);\n  }\n  .spec-val { padding: 13px 16px; color: var(--text); line-height: 1.5; }\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-radius: var(--radius);\n    padding: 16px 18px;\n    font-size: 13px;\n    font-weight: 600;\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(--orange);\n    font-size: 11px;\n    flex-shrink: 0;\n  }\n\n  \/* ── FOOTER ── *\/\n  .footer-band {\n    background: var(--carbon);\n    border-top: 3px solid var(--orange);\n    padding: 30px 20px;\n    text-align: center;\n  }\n  .footer-band strong {\n    display: block;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(15px, 2.5vw, 22px);\n    font-weight: 800;\n    color: #fff;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n    margin-bottom: 6px;\n  }\n  .footer-band p { color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }\n\n  @media (max-width: 600px) {\n    .triple-row { grid-template-columns: 1fr; }\n    .hero { padding: 40px 16px 32px; }\n    .section { padding: 32px 16px; }\n    .stats-section { padding: 20px 16px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e⚡ Samsung Galaxy S26 Ultra 2026\u003c\/div\u003e\n\u003ch1\u003eHold It. Stand It.\u003cbr\u003e\u003cspan\u003eOwn The Day.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCarbon fibre texture case with integrated kickstand wrist strap, MagSafe magnetic ring, and shockproof protection — engineered for those who demand more from their gear.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"pill hot\"\u003eBuilt-in Kickstand + Wrist Strap\u003c\/span\u003e \u003cspan class=\"pill\"\u003eMagSafe Compatible\u003c\/span\u003e \u003cspan class=\"pill\"\u003eCarbon Fibre Texture\u003c\/span\u003e \u003cspan class=\"pill\"\u003eShockproof Protection\u003c\/span\u003e \u003cspan class=\"pill hot\"\u003eFREE 6D Tempered Glass\u003c\/span\u003e \u003cspan class=\"pill\"\u003e4 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\"\u003e3-IN-1\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eHold · Stand · Protect\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°\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\"\u003eCF\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eCarbon Fibre Texture\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\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eColour Options\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!-- 3-IN-1 SYSTEM --\u003e\n\u003cdiv class=\"section alt\"\u003e\n\u003cdiv class=\"section-tag\"\u003eCore System\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eOne Case. \u003cspan\u003eThree Functions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"triple-row\"\u003e\n\u003cdiv class=\"triple-item\"\u003e\n\u003cdiv class=\"triple-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"triple-label\"\u003e🤝 Hold\u003c\/div\u003e\n\u003cdiv class=\"triple-desc\"\u003eFlexible wrist strap loops through the stand clip for a secure, comfortable one-hand grip during calls, commutes, and content.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"triple-item\"\u003e\n\u003cdiv class=\"triple-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"triple-label\"\u003e📺 Stand\u003c\/div\u003e\n\u003cdiv class=\"triple-desc\"\u003eFlip the integrated metal kickstand to prop your phone at the perfect angle for video calls, streaming, or hands-free viewing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"triple-item\"\u003e\n\u003cdiv class=\"triple-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"triple-label\"\u003e🛡️ Protect\u003c\/div\u003e\n\u003cdiv class=\"triple-desc\"\u003eRigid carbon fibre-textured PC shell with TPU bumper absorbs shocks and drops — keeping your S26 Ultra safe every day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-tag\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eBuilt For The \u003cspan\u003eActive Life\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\u003eWrist Strap Grip System\u003c\/h3\u003e\n\u003cp\u003eThe built-in adjustable wrist strap threads through the kickstand hinge, giving you a secure hand hold for one-handed use — ideal during commutes, workouts, and on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🦾\u003c\/span\u003e\n\u003ch3\u003eIntegrated Kickstand\u003c\/h3\u003e\n\u003cp\u003eA sturdy foldable metal kickstand deploys in seconds. Set your phone upright or at an angle for hands-free video streaming, FaceTime calls, or desk use — no extra accessories needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eMagSafe Compatible Ring\u003c\/h3\u003e\n\u003cp\u003eBuilt-in magnetic alignment ring works seamlessly with all MagSafe chargers, wallets, car mounts, and Qi2 accessories — charge and attach without removing the case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e⚫\u003c\/span\u003e\n\u003ch3\u003eCarbon Fibre Texture Back\u003c\/h3\u003e\n\u003cp\u003ePrecision-moulded carbon fibre weave pattern gives the case a premium tactical look and feel. The textured surface adds grip while reinforcing the rigid back panel structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eShockproof Protection\u003c\/h3\u003e\n\u003cp\u003eDual-layer PC + TPU construction with reinforced corners protects against drops, knocks, and daily impacts. Raised edges protect both the screen and camera lenses.\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\u003eEvery order includes a full-coverage 6D tempered glass screen protector for complete front-to-back protection, right out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DARK FEATURE DETAIL --\u003e\n\u003cdiv class=\"section dark\"\u003e\n\u003cdiv class=\"section-tag dark-tag\"\u003eDesign \u0026amp; Build\u003c\/div\u003e\n\u003cdiv class=\"section-title light-title\"\u003eTactical Looks. \u003cspan\u003eReal-World Toughness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"dark-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e📐\u003c\/span\u003e\n\u003ch3\u003ePrecise Port Cutouts\u003c\/h3\u003e\n\u003cp\u003eAll ports, buttons, the S Pen slot, speakers, and microphones are precisely cut for unobstructed daily access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dark-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e📷\u003c\/span\u003e\n\u003ch3\u003eCamera Cutout Protection\u003c\/h3\u003e\n\u003cp\u003eRaised camera housing with a clean open-lens design protects the S26 Ultra's full multi-camera array without blocking the view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dark-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🔋\u003c\/span\u003e\n\u003ch3\u003eWireless Charging Ready\u003c\/h3\u003e\n\u003cp\u003eThe slim magnetic ring doesn't interfere with wireless charging — dock it on any Qi or MagSafe pad without removing the case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dark-card\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🎨\u003c\/span\u003e\n\u003ch3\u003eMulti-Colour Finishes\u003c\/h3\u003e\n\u003cp\u003eThe carbon fibre back pairs with bold coloured frames — choose from Stealth Black, Desert Brown, Navy Blue, and Signal Orange to match your style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLOURS --\u003e\n\u003cdiv class=\"section alt\"\u003e\n\u003cdiv class=\"section-tag blue\"\u003eColour Options\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eChoose Your \u003cspan\u003eFinish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: var(--text-muted); margin-bottom: 8px;\"\u003eEach colour features the same carbon fibre textured back paired with a bold matching frame, kickstand, and MagSafe ring.\u003c\/p\u003e\n\u003cdiv class=\"color-row\"\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#1a1a1a,#2e2e2e);\" class=\"color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eStealth Black\u003c\/h4\u003e\n\u003cp\u003eBold \u0026amp; tactical\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#8b6914,#c49a3c);\" class=\"color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eDesert Brown\u003c\/h4\u003e\n\u003cp\u003eWarm \u0026amp; rugged\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#1e3a8a,#2e5bb8);\" class=\"color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eNavy Blue\u003c\/h4\u003e\n\u003cp\u003eSharp \u0026amp; professional\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#e05f0a,#f87a30);\" class=\"color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eSignal Orange\u003c\/h4\u003e\n\u003cp\u003eBold \u0026amp; vibrant\u003c\/p\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\"\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\"\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 Type\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHold \u0026amp; Stand 3-in-1 — wrist strap, kickstand, MagSafe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCarbon fibre texture PC back + TPU shockproof bumper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eKickstand\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBuilt-in foldable metal kickstand — portrait \u0026amp; landscape modes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWrist Strap\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIntegrated adjustable strap through kickstand hinge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMagSafe\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBuilt-in magnetic ring — compatible with MagSafe \u0026amp; Qi2 accessories\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 protection\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 S Pen slot cutout\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\"\u003eStealth Black, Desert Brown, Navy Blue, Signal 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× Hold \u0026amp; Stand 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\"\u003eIn The Box\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eWhat You \u003cspan\u003eGet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-list\"\u003e\n\u003cdiv class=\"box-item\"\u003eCarbon Fibre Hold \u0026amp; Stand Case\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003eFREE 6D Tempered Glass Screen Protector\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003eInstallation Guide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/wrapper --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer-band\"\u003e\n\u003cstrong\u003eGalaxy S26 Ultra Hold \u0026amp; Stand Carbon Fibre Case — Hold It. Stand It. Own It.\u003c\/strong\u003e\n\u003cp\u003e3-in-1 Wrist Strap · Kickstand · MagSafe Ring · Carbon Fibre · FREE 6D Tempered Glass\u003c\/p\u003e\n\u003c\/div\u003e","brand":"snapcases.co.uk","offers":[{"title":"Black","offer_id":57589218181465,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Dark Blue","offer_id":57589218214233,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Orange","offer_id":57589218247001,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Brown","offer_id":57589218279769,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/0220\/9113\/files\/GalaxyS26UltraHoldandStandCase1.jpg?v=1773753941","url":"https:\/\/snapcases.co.uk\/products\/samsung-galaxy-s26-ultra-hold-stand-carbon-fibre-magsafe-case","provider":"snapcases.co.uk","version":"1.0","type":"link"}