{"product_id":"google-pixel-11-pro-fold-skins","title":"Google Pixel 11 Pro Fold skins","description":"\u003cstyle\u003e\n  .pixel11fold-page,\n  .pixel11fold-page * {\n    box-sizing: border-box;\n  }\n\n  .pixel11fold-page {\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    overflow: hidden;\n    background: #111111;\n    color: #f5f5f5;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  .pixel11fold-inner {\n    width: 100%;\n    max-width: 1500px;\n    margin: 0 auto;\n    padding-left: clamp(20px, 5vw, 75px);\n    padding-right: clamp(20px, 5vw, 75px);\n  }\n\n  .pixel11fold-image {\n    display: block;\n    width: 100%;\n    max-width: none;\n    height: auto;\n    margin: 0;\n  }\n\n  .pixel11fold-section {\n    padding-top: clamp(55px, 7vw, 100px);\n    padding-bottom: clamp(55px, 7vw, 100px);\n  }\n\n  .pixel11fold-centre {\n    text-align: center;\n  }\n\n  .pixel11fold-eyebrow {\n    margin: 0 0 12px;\n    color: #a8a8a8;\n    font-size: 15px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .pixel11fold-title {\n    max-width: 1050px;\n    margin: 0 auto 24px;\n    color: #ffffff;\n    font-size: clamp(38px, 6vw, 68px);\n    line-height: 1.08;\n  }\n\n  .pixel11fold-heading {\n    max-width: 1000px;\n    margin: 0 auto 22px;\n    color: #ffffff;\n    font-size: clamp(32px, 4.5vw, 50px);\n    line-height: 1.15;\n  }\n\n  .pixel11fold-subheading {\n    margin: 0 0 14px;\n    color: #ffffff;\n    font-size: clamp(25px, 3vw, 32px);\n    line-height: 1.25;\n  }\n\n  .pixel11fold-lead {\n    max-width: 1000px;\n    margin: 0 auto 20px;\n    color: #dddddd;\n    font-size: clamp(20px, 2.2vw, 24px);\n    line-height: 1.65;\n  }\n\n  .pixel11fold-copy {\n    max-width: 1000px;\n    margin: 0 auto 18px;\n    color: #cccccc;\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  .pixel11fold-card-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .pixel11fold-two-grid,\n  .pixel11fold-check-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .pixel11fold-card {\n    min-width: 0;\n    padding: clamp(28px, 3vw, 40px);\n    background: #1b1b1b;\n    border: 1px solid #333333;\n    border-radius: 20px;\n  }\n\n  .pixel11fold-card-icon {\n    margin-bottom: 16px;\n    font-size: 36px;\n    line-height: 1;\n  }\n\n  .pixel11fold-card p {\n    margin: 0;\n    color: #c5c5c5;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .pixel11fold-light-card {\n    padding: clamp(32px, 4vw, 50px);\n    background: #f2f2f2;\n    color: #111111;\n    border-radius: 20px;\n  }\n\n  .pixel11fold-dark-card {\n    padding: clamp(32px, 4vw, 50px);\n    background: #222222;\n    border: 1px solid #3a3a3a;\n    border-radius: 20px;\n  }\n\n  .pixel11fold-panel {\n    padding: clamp(32px, 5vw, 60px);\n    background: #191919;\n    border: 1px solid #333333;\n    border-radius: 22px;\n  }\n\n  .pixel11fold-check-grid {\n    gap: 0 40px;\n  }\n\n  .pixel11fold-check {\n    margin: 0 0 17px;\n    color: #dddddd;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .pixel11fold-note {\n    max-width: 1000px;\n    margin: 28px auto 0;\n    padding: 22px 24px;\n    background: #222222;\n    border: 1px solid #3a3a3a;\n    border-radius: 14px;\n    color: #dddddd;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .pixel11fold-link {\n    color: #ffffff;\n    font-weight: 800;\n    text-decoration: underline;\n    text-underline-offset: 4px;\n  }\n\n  .pixel11fold-faq {\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .pixel11fold-faq details {\n    margin-bottom: 14px;\n    padding: 20px 22px;\n    background: #1b1b1b;\n    border: 1px solid #333333;\n    border-radius: 14px;\n  }\n\n  .pixel11fold-faq summary {\n    position: relative;\n    cursor: pointer;\n    padding-right: 36px;\n    color: #ffffff;\n    font-size: 18px;\n    font-weight: 800;\n    line-height: 1.5;\n    list-style: none;\n  }\n\n  .pixel11fold-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pixel11fold-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #aaaaaa;\n    font-size: 26px;\n    font-weight: 400;\n  }\n\n  .pixel11fold-faq details[open] summary::after {\n    content: \"–\";\n  }\n\n  .pixel11fold-faq p {\n    margin: 14px 0 0;\n    color: #c5c5c5;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  @media screen and (max-width: 1050px) {\n    .pixel11fold-card-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .pixel11fold-page {\n      font-size: 17px;\n    }\n\n    .pixel11fold-card-grid,\n    .pixel11fold-two-grid,\n    .pixel11fold-check-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pixel11fold-card,\n    .pixel11fold-light-card,\n    .pixel11fold-dark-card,\n    .pixel11fold-panel {\n      border-radius: 16px;\n    }\n\n    .pixel11fold-copy,\n    .pixel11fold-check {\n      font-size: 17px;\n    }\n\n    .pixel11fold-lead {\n      font-size: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pixel11fold-page\"\u003e\n\n  \u003c!-- HERO IMAGE --\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/1735\/files\/z_fold_7_texured_matt_grey_skins.jpg?v=1753262709\" alt=\"Google Pixel 11 Pro Fold textured matt grey skin and wrap\" class=\"pixel11fold-image\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"pixel11fold-section pixel11fold-centre\" style=\"background:linear-gradient(180deg,#191919 0%,#111111 100%);\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cp class=\"pixel11fold-eyebrow\"\u003e\n        Designed and manufactured in Britain\n      \u003c\/p\u003e\n\n      \u003ch1 class=\"pixel11fold-title\"\u003e\n        Custom Google Pixel 11 Pro Fold Skins \u0026amp; Wraps\n      \u003c\/h1\u003e\n\n      \u003cp class=\"pixel11fold-lead\"\u003e\n        Premium style, everyday protection and precision-cut customisation without turning your foldable into a brick.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        Give your \u003cstrong style=\"color:#ffffff;\"\u003eGoogle Pixel 11 Pro Fold\u003c\/strong\u003e a completely new look with a premium vinyl skin from XtremeSkins.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        Designed specifically for the Pixel 11 Pro Fold, our skins help protect the exterior from fingerprints, scratches, scuffs and everyday cosmetic wear while preserving the slim profile and premium feel of your foldable.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE CARDS --\u003e\n  \u003csection class=\"pixel11fold-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-centre\" style=\"margin-bottom:36px;\"\u003e\n\n        \u003cp class=\"pixel11fold-eyebrow\"\u003e\n          The XtremeSkins difference\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"pixel11fold-heading\"\u003e\n          Made for the Pixel 11 Pro Fold, not just made to fit\n        \u003c\/h2\u003e\n\n        \u003cp class=\"pixel11fold-copy\"\u003e\n          Every section is developed specifically around the shape, cameras, sensors, controls and folding design of the Google Pixel 11 Pro Fold.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pixel11fold-card-grid\"\u003e\n\n        \u003cdiv class=\"pixel11fold-card\"\u003e\n          \u003cdiv class=\"pixel11fold-card-icon\"\u003e🇬🇧\u003c\/div\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Made in Britain\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Every skin is designed, precision cut, checked and packed by XtremeSkins in the UK.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-card\"\u003e\n          \u003cdiv class=\"pixel11fold-card-icon\"\u003e✂️\u003c\/div\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Precision Cut\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Individually designed sections follow the shape of the Pixel 11 Pro Fold for accurate alignment and a clean finish.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-card\"\u003e\n          \u003cdiv class=\"pixel11fold-card-icon\"\u003e🎨\u003c\/div\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Huge Choice\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Choose from hundreds of colours, textures, premium finishes and exclusive XtremeSkins designs.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-card\"\u003e\n          \u003cdiv class=\"pixel11fold-card-icon\"\u003e🛡️\u003c\/div\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Everyday Protection\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Helps guard against fingerprints, light scratches, scuffs and everyday wear without adding bulky case-sized protection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/1735\/files\/z_fold_7_textured_matt_yellow.jpg?v=1753262714\" alt=\"Google Pixel 11 Pro Fold textured matt yellow skin and wrap\" class=\"pixel11fold-image\"\u003e\n\n  \u003c!-- WHY A SKIN --\u003e\n  \u003csection class=\"pixel11fold-section pixel11fold-centre\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cp class=\"pixel11fold-eyebrow\"\u003e\n        Protection without hiding your phone\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"pixel11fold-heading\"\u003e\n        Why choose a Pixel 11 Pro Fold skin instead of a case?\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pixel11fold-lead\"\u003e\n        Foldable phones are already more substantial than ordinary smartphones. Add a chunky case and things can get a little… industrial.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        An XtremeSkins vinyl wrap adds virtually no noticeable bulk, helping protect the exterior whilst keeping the shape, weight and feel of the Pixel 11 Pro Fold you actually paid for.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        Choose a subtle matte finish, add extra grip with a textured material or go completely different with one of our printed designs.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pixel11fold-note\"\u003e\n        A vinyl skin is designed for cosmetic surface protection against scratches and scuffs. It does not provide the same impact or drop protection as a protective case.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003csection class=\"pixel11fold-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-panel pixel11fold-centre\"\u003e\n\n        \u003cp class=\"pixel11fold-eyebrow\"\u003e\n          One of the widest ranges in the UK\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"pixel11fold-heading\"\u003e\n          Find your perfect Pixel 11 Pro Fold finish\n        \u003c\/h2\u003e\n\n        \u003cp class=\"pixel11fold-copy\"\u003e\n          Choose from \u003cstrong style=\"color:#ffffff;\"\u003eCarbon Fibre, Brushed Metal, Leather, Wood, Natural Stone, Matte, Gloss, Camo, Textured Matt and Waveform\u003c\/strong\u003e.\n        \u003c\/p\u003e\n\n        \u003cp class=\"pixel11fold-copy\"\u003e\n          Our exclusive collections also include designs such as \u003cstrong style=\"color:#ffffff;\"\u003eDoodles, Onyx and Abstract\u003c\/strong\u003e, giving you hundreds of possible colour and texture combinations.\n        \u003c\/p\u003e\n\n        \u003cp class=\"pixel11fold-copy\"\u003e\n          Go stealthy, keep it clean or make your foldable look like absolutely nobody else's.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CUSTOMISATION --\u003e\n  \u003csection class=\"pixel11fold-section\" style=\"background:#151515;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-centre\" style=\"margin-bottom:36px;\"\u003e\n\n        \u003cp class=\"pixel11fold-eyebrow\"\u003e\n          Make it yours\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"pixel11fold-heading\"\u003e\n          Choose how you customise your Pixel 11 Pro Fold\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pixel11fold-two-grid\"\u003e\n\n        \u003cdiv class=\"pixel11fold-light-card\"\u003e\n\n          \u003cp class=\"pixel11fold-eyebrow\" style=\"color:#666666;\"\u003e\n            Clean and coordinated\n          \u003c\/p\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\" style=\"color:#111111;\"\u003e\n            Full Colour\n          \u003c\/h3\u003e\n\n          \u003cp style=\"margin:0 0 18px;color:#444444;font-size:18px;line-height:1.75;\"\u003e\n            Choose one colour, texture or design across the available exterior sections of your Pixel 11 Pro Fold for a clean and consistent finish.\n          \u003c\/p\u003e\n\n          \u003cp style=\"margin:0;color:#111111;font-size:18px;font-weight:800;\"\u003e\n            Screen protection is not available with the Full Colour option.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-dark-card\"\u003e\n\n          \u003cp class=\"pixel11fold-eyebrow\"\u003e\n            Your Fold, your rules\n          \u003c\/p\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Custom Colour\n          \u003c\/h3\u003e\n\n          \u003cp style=\"margin:0 0 18px;color:#cccccc;font-size:18px;line-height:1.75;\"\u003e\n            Mix and match different colours, textures and designs across the available sections using our live product customiser.\n          \u003c\/p\u003e\n\n          \u003cp style=\"margin:0 0 18px;color:#ffffff;font-size:18px;font-weight:800;\"\u003e\n            Custom Colour also unlocks the option to add a screen protector for the outer display.\n          \u003c\/p\u003e\n\n          \u003cp style=\"margin:0;color:#cccccc;font-size:17px;line-height:1.7;\"\u003e\n            If you want screen protection, make sure you select \u003cstrong style=\"color:#ffffff;\"\u003eCustom Colour\u003c\/strong\u003e when configuring your skin.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pixel11fold-note pixel11fold-centre\"\u003e\n        \u003cstrong style=\"color:#ffffff;\"\u003eWant a screen protector?\u003c\/strong\u003e\u003cbr\u003e\n        The screen protector option is available \u003cstrong style=\"color:#ffffff;\"\u003eonly with Custom Colour\u003c\/strong\u003e. It cannot be added when Full Colour is selected.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/1735\/files\/z_fold_7_azure_skins.jpg?v=1753262709\" alt=\"Google Pixel 11 Pro Fold Onyx Azure skin and wrap\" class=\"pixel11fold-image\"\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"pixel11fold-section\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-panel\"\u003e\n\n        \u003cdiv class=\"pixel11fold-centre\" style=\"margin-bottom:38px;\"\u003e\n\n          \u003cp class=\"pixel11fold-eyebrow\"\u003e\n            Precision-cut for the Pixel 11 Pro Fold\n          \u003c\/p\u003e\n\n          \u003ch2 class=\"pixel11fold-heading\"\u003e\n            Google Pixel 11 Pro Fold skin features\n          \u003c\/h2\u003e\n\n          \u003cp class=\"pixel11fold-copy\"\u003e\n            Each skin is produced specifically for the Google Pixel 11 Pro Fold. It is not a universal sticker trimmed to roughly fit your phone.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-check-grid\"\u003e\n\n          \u003cdiv\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Designed exclusively for the \u003cstrong style=\"color:#ffffff;\"\u003eGoogle Pixel 11 Pro Fold\u003c\/strong\u003e\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Precision cut around cameras, flash, microphones and sensors\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Premium vinyl with built-in air-release technology\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Repositionable during the early stages of installation\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Hairdryer-friendly for finishing edges and detailed areas\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Helps protect against scratches, scuffs, dirt and fingerprints\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Removes cleanly without leaving sticky adhesive residue\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Full Colour and Custom Colour options available\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ \u003cstrong style=\"color:#ffffff;\"\u003eOuter screen protector available with Custom Colour only\u003c\/strong\u003e\n            \u003c\/p\u003e\n\n            \u003cp class=\"pixel11fold-check\"\u003e\n              ✓ Alcohol cleaning wipes included for surface preparation\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATION --\u003e\n  \u003csection class=\"pixel11fold-section pixel11fold-centre\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cp class=\"pixel11fold-eyebrow\"\u003e\n        Easier installation\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"pixel11fold-heading\"\u003e\n        Air-release vinyl for a smoother finish\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        Our premium vinyl includes tiny air-release channels within the adhesive, allowing trapped air to escape during application and helping reduce bubbles.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        The material can be gently lifted and repositioned during the early stages of installation. A little heat from a hairdryer can then help the vinyl conform neatly around edges and detailed areas.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pixel11fold-note\"\u003e\n        Clean the phone thoroughly before fitting and take your time with the initial alignment. Accurate positioning at the beginning makes the rest of the installation considerably easier.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003csection class=\"pixel11fold-section\" style=\"background:#f2f2f2;color:#111111;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner pixel11fold-centre\"\u003e\n\n      \u003cp class=\"pixel11fold-eyebrow\" style=\"color:#666666;\"\u003e\n        Skins are what we do\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"pixel11fold-heading\" style=\"color:#111111;\"\u003e\n        The XtremeSkins difference\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pixel11fold-lead\" style=\"color:#333333;\"\u003e\n        Plenty of companies sell device skins. Very few design and manufacture them themselves.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\" style=\"color:#444444;\"\u003e\n        XtremeSkins has been creating premium skins for phones, laptops, tablets, games consoles, headphones and other electronic devices since 2013.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\" style=\"color:#444444;\"\u003e\n        Every product is developed in-house and refined to improve fit, finish and installation. That experience goes into every Pixel 11 Pro Fold skin we produce.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"pixel11fold-section\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-centre\" style=\"margin-bottom:36px;\"\u003e\n\n        \u003cp class=\"pixel11fold-eyebrow\"\u003e\n          Frequently asked questions\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"pixel11fold-heading\"\u003e\n          Google Pixel 11 Pro Fold skins FAQs\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pixel11fold-faq\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWill this skin fit other Pixel Fold models?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. This product is precision-cut specifically for the Google Pixel 11 Pro Fold. Always order the skin listed for your exact device model.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I add a screen protector?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes, but the screen protector option is only available when you select \u003cstrong\u003eCustom Colour\u003c\/strong\u003e. It is not available with the Full Colour option.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhy is the screen protector only available with Custom Colour?\u003c\/summary\u003e\n          \u003cp\u003e\n            The Custom Colour option unlocks additional configuration choices within our product customiser, including the outer display screen protector.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes the skin protect the Pixel 11 Pro Fold?\u003c\/summary\u003e\n          \u003cp\u003e\n            The vinyl helps protect covered surfaces against fingerprints, light scratches, scuffs, dirt and everyday cosmetic wear. It does not provide impact or drop protection.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWill a skin make the foldable much thicker?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. Vinyl skins are ultra-thin and add virtually no noticeable bulk compared with a traditional protective case.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWill the skin affect wireless charging?\u003c\/summary\u003e\n          \u003cp\u003e\n            The vinyl is extremely thin and is designed to allow normal wireless charging use without adding bulky material between the phone and charger.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I remove the skin later?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. The adhesive is designed to remove cleanly. Gentle heat from a hairdryer can help soften the adhesive when removing the skin.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I mix different colours and textures?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. Select Custom Colour to mix and match available colours, textures and designs across the different skin sections.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eAre Pixel 11 Pro Fold skins easy to install?\u003c\/summary\u003e\n          \u003cp\u003e\n            Air-release vinyl and repositionable adhesive help make installation easier. Take your time with alignment and use gentle heat where required around edges and detailed areas.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDo you ship Pixel 11 Pro Fold skins worldwide?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. We manufacture our skins in the UK and ship to customers around the world. Please see our\n            \u003ca href=\"https:\/\/www.xtremeskins.co.uk\/pages\/shipping\" class=\"pixel11fold-link\"\u003e\n              shipping information\n            \u003c\/a\u003e\n            for full delivery details.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003csection class=\"pixel11fold-section pixel11fold-centre\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cp class=\"pixel11fold-eyebrow\"\u003e\n        Your Fold, your style\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"pixel11fold-heading\"\u003e\n        Give your Pixel 11 Pro Fold a finish that stands out\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pixel11fold-lead\"\u003e\n        Go subtle, go bold or create a custom combination nobody else has.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        Choose your favourite colours, textures and designs using the XtremeSkins product customiser above.\n      \u003c\/p\u003e\n\n      \u003cp class=\"pixel11fold-copy\"\u003e\n        \u003cstrong style=\"color:#ffffff;\"\u003eRemember: choose Custom Colour if you also want the outer screen protector.\u003c\/strong\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SHIPPING \/ INSTALLATION --\u003e\n  \u003csection class=\"pixel11fold-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"pixel11fold-inner\"\u003e\n\n      \u003cdiv class=\"pixel11fold-two-grid\"\u003e\n\n        \u003cdiv class=\"pixel11fold-card pixel11fold-centre\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0259\/1735\/files\/worldwide_shipping_de392ad3-df18-4f63-b027-0ff57aa37a20_480x480.png?v=1616753954\" alt=\"Worldwide shipping for Google Pixel 11 Pro Fold skins\" style=\"display:block;width:100%;max-width:140px;height:auto;margin:0 auto 20px;\"\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Worldwide Shipping\n          \u003c\/h3\u003e\n\n          \u003cp style=\"margin:0 0 22px;color:#c5c5c5;font-size:18px;\"\u003e\n            We manufacture our Pixel skins in the UK and deliver throughout the UK and to customers around the world.\n          \u003c\/p\u003e\n\n          \u003ca href=\"https:\/\/www.xtremeskins.co.uk\/pages\/shipping\" title=\"XtremeSkins worldwide shipping information\" class=\"pixel11fold-link\"\u003e\n            View shipping information\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pixel11fold-card pixel11fold-centre\"\u003e\n\n          \u003cdiv style=\"margin-bottom:18px;font-size:54px;line-height:1;\"\u003e\n            🛠️\n          \u003c\/div\u003e\n\n          \u003ch3 class=\"pixel11fold-subheading\"\u003e\n            Need Installation Help?\n          \u003c\/h3\u003e\n\n          \u003cp style=\"margin:0 0 22px;color:#c5c5c5;font-size:18px;\"\u003e\n            Follow our installation guide for help preparing, aligning and applying your new Pixel 11 Pro Fold skin.\n          \u003c\/p\u003e\n\n          \u003ca href=\"https:\/\/www.xtremeskins.co.uk\/pages\/how-to-apply-a-samsung-galaxy-z-fold-7-skin\" title=\"Foldable phone skin installation guide\" class=\"pixel11fold-link\"\u003e\n            View installation guide\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"XtremeSkins","offers":[{"title":"Custom \/ Back","offer_id":57298558648700,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Camera","offer_id":57298558681468,"sku":null,"price":3.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Accent","offer_id":57298558714236,"sku":null,"price":2.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Screen","offer_id":57298558747004,"sku":null,"price":6.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Abstract Jungle","offer_id":57298558878076,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Abstract Lagoon","offer_id":57298558910844,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Abstract Lava","offer_id":57298558943612,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Abstract Psychadelic","offer_id":57298558976380,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Miami Underworld","offer_id":57298559009148,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Rasta Grunge","offer_id":57298559041916,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Rasta Classic","offer_id":57298559074684,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Art Love Hearts","offer_id":57298559107452,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Art Vintage Floral","offer_id":57298559140220,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Graffiti Tribal","offer_id":57298559172988,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Graffiti Urban","offer_id":57298559205756,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Onyx Azure","offer_id":57298559238524,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Onyx Amber","offer_id":57298559271292,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Doodles Cat","offer_id":57298559304060,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Doodles Dog","offer_id":57298559336828,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Doodles Monster Orange","offer_id":57298559369596,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Doodles Monster Purple","offer_id":57298559402364,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Clear Matt","offer_id":57298559435132,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Clear Gloss","offer_id":57298559467900,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Black Carbon","offer_id":57298559500668,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Brushed Aluminium","offer_id":57298559533436,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Brushed Gold","offer_id":57298559566204,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Brushed Titanium","offer_id":57298559598972,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Black Gloss","offer_id":57298559631740,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Dragon Red Gloss","offer_id":57298559664508,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ White Gloss","offer_id":57298559697276,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Matt Morpheus","offer_id":57298559730044,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Black Camo","offer_id":57298559762812,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Green Camo","offer_id":57298559795580,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Black","offer_id":57298559828348,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Cream","offer_id":57298559861116,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Green","offer_id":57298559893884,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Grey","offer_id":57298559926652,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Light Blue","offer_id":57298559959420,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Mint","offer_id":57298559992188,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Mulberry","offer_id":57298560024956,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Orange","offer_id":57298560057724,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Peach","offer_id":57298560090492,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Pink","offer_id":57298560123260,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Red","offer_id":57298560156028,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Royal Blue","offer_id":57298560188796,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Turquoise","offer_id":57298560221564,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt White","offer_id":57298560254332,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Textured Matt Yellow","offer_id":57298560287100,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ White Marble","offer_id":57298560319868,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Yakuza","offer_id":57298560352636,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Sahara Concrete","offer_id":57298560385404,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Aged Oak","offer_id":57298560418172,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Modern Oak","offer_id":57298560450940,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Silverblack Wood","offer_id":57298560483708,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Waveform","offer_id":57298560516476,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Full Colour \/ Black Leather","offer_id":57298560549244,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Camera","offer_id":57310599283068,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Accent","offer_id":57310601085308,"sku":null,"price":9.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Screen","offer_id":57310601478524,"sku":null,"price":13.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Camera + Accent","offer_id":57310601740668,"sku":null,"price":4.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Camera + Screen","offer_id":57310602592636,"sku":null,"price":6.49,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Accent + Screen","offer_id":57310603575676,"sku":null,"price":6.49,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Camera + Accent","offer_id":57310603772284,"sku":null,"price":11.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Accent + Screen","offer_id":57310604034428,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Camera + Accent + Screen","offer_id":57310606229884,"sku":null,"price":16.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Back + Camera + Screen","offer_id":57310608163196,"sku":null,"price":14.99,"currency_code":"GBP","in_stock":true},{"title":"Custom \/ Camera + Accent + Screen","offer_id":57310608195964,"sku":null,"price":11.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0259\/1735\/files\/google-pixel-11-pro-fold-abstract-jungle-skins.jpg?v=1786799469","url":"https:\/\/www.xtremeskins.co.uk\/products\/google-pixel-11-pro-fold-skins","provider":"XtremeSkins","version":"1.0","type":"link"}