.pixel10a-page, .pixel10a-page * { box-sizing: border-box; } .pixel10a-page { position: relative; left: 50%; width: 100vw; max-width: 100vw; margin-left: -50vw; margin-right: -50vw; overflow: hidden; background: #111111; color: #f5f5f5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.75; } .pixel10a-page a { color: inherit; } .pixel10a-inner { width: 100%; max-width: 1500px; margin: 0 auto; padding-left: clamp(20px, 5vw, 75px); padding-right: clamp(20px, 5vw, 75px); } .pixel10a-image { display: block; width: 100%; max-width: none; height: auto; margin: 0; } .pixel10a-section { padding-top: clamp(55px, 7vw, 100px); padding-bottom: clamp(55px, 7vw, 100px); } .pixel10a-centre { text-align: center; } .pixel10a-eyebrow { margin: 0 0 12px; color: #a8a8a8; font-size: 15px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; } .pixel10a-title { max-width: 1180px; margin: 0 auto 24px; color: #ffffff; font-size: clamp(38px, 5.8vw, 68px); line-height: 1.08; } .pixel10a-heading { max-width: 1080px; margin: 0 auto 22px; color: #ffffff; font-size: clamp(32px, 4.5vw, 50px); line-height: 1.15; } .pixel10a-subheading { margin: 0 0 14px; color: #ffffff; font-size: clamp(24px, 3vw, 31px); line-height: 1.25; } .pixel10a-lead { max-width: 1020px; margin: 0 auto 20px; color: #dddddd; font-size: clamp(20px, 2.2vw, 24px); line-height: 1.65; } .pixel10a-copy { max-width: 1020px; margin: 0 auto 18px; color: #cccccc; font-size: 18px; line-height: 1.8; } .pixel10a-copy:last-child { margin-bottom: 0; } .pixel10a-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } .pixel10a-two-grid, .pixel10a-check-grid, .pixel10a-coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; } .pixel10a-card { min-width: 0; padding: clamp(28px, 3vw, 40px); background: #1b1b1b; border: 1px solid #333333; border-radius: 20px; } .pixel10a-card-icon { margin-bottom: 16px; font-size: 36px; line-height: 1; } .pixel10a-card p { margin: 0; color: #c5c5c5; font-size: 17px; line-height: 1.75; } .pixel10a-light-card { padding: clamp(32px, 4vw, 50px); background: #f2f2f2; color: #111111; border-radius: 20px; } .pixel10a-dark-card { padding: clamp(32px, 4vw, 50px); background: #222222; border: 1px solid #3a3a3a; border-radius: 20px; } .pixel10a-panel { padding: clamp(32px, 5vw, 60px); background: #191919; border: 1px solid #333333; border-radius: 22px; } .pixel10a-coverage-card { padding: 28px; background: #1b1b1b; border: 1px solid #333333; border-radius: 18px; } .pixel10a-coverage-card p { margin: 0; color: #c7c7c7; font-size: 17px; line-height: 1.75; } .pixel10a-check-grid { gap: 0 40px; } .pixel10a-check { margin: 0 0 17px; color: #dddddd; font-size: 18px; line-height: 1.65; } .pixel10a-note { max-width: 1020px; margin: 28px auto 0; padding: 22px 24px; background: #222222; border: 1px solid #3a3a3a; border-radius: 14px; color: #cccccc; font-size: 16px; line-height: 1.7; } .pixel10a-link { color: #ffffff !important; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; } .pixel10a-button { display: inline-block; margin-top: 12px; padding: 15px 26px; background: #ffffff; color: #111111 !important; border-radius: 8px; font-size: 17px; font-weight: 800; text-decoration: none; } .pixel10a-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; } .pixel10a-step { padding: 26px 22px; background: #1b1b1b; border: 1px solid #333333; border-radius: 18px; } .pixel10a-step-number { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin: 0 auto 16px; background: #ffffff; color: #111111; border-radius: 50%; font-size: 18px; font-weight: 900; } .pixel10a-step h3 { margin: 0 0 12px; color: #ffffff; font-size: 21px; line-height: 1.3; } .pixel10a-step p { margin: 0; color: #c7c7c7; font-size: 16px; line-height: 1.7; } .pixel10a-faq { max-width: 1000px; margin: 0 auto; } .pixel10a-faq details { margin-bottom: 14px; padding: 20px 22px; background: #1b1b1b; border: 1px solid #333333; border-radius: 14px; } .pixel10a-faq summary { position: relative; cursor: pointer; padding-right: 38px; color: #ffffff; font-size: 18px; font-weight: 800; line-height: 1.5; list-style: none; } .pixel10a-faq summary::-webkit-details-marker { display: none; } .pixel10a-faq summary::after { content: "+"; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #a8a8a8; font-size: 27px; font-weight: 400; line-height: 1; } .pixel10a-faq details[open] summary::after { content: "–"; } .pixel10a-faq p { margin: 14px 0 0; color: #c5c5c5; font-size: 17px; line-height: 1.75; } @media screen and (max-width: 1050px) { .pixel10a-card-grid, .pixel10a-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media screen and (max-width: 700px) { .pixel10a-card-grid, .pixel10a-two-grid, .pixel10a-check-grid, .pixel10a-coverage-grid, .pixel10a-steps { grid-template-columns: 1fr; } } Designed and manufactured in Britain Google Pixel 10a Skins & Vinyl Wraps Personalise your Google Pixel 10a with a precision-cut vinyl skin designed to add colour, texture and everyday surface protection without adding bulky case-style thickness. XtremeSkins wraps let you change the appearance of your Pixel 10a while helping protect covered surfaces from light scratches, scuffs, fingerprints and everyday cosmetic wear. Keep things simple with a matt finish, add texture with carbon fibre or leather, or completely transform your phone with wood, camo, stone and exclusive printed designs. The XtremeSkins difference Precision-cut specifically for Google Pixel 10a Each available skin section is developed around the shape, controls and exterior details of the Google Pixel 10a. 🇬🇧 Made in Britain Designed, precision cut, checked and packed by XtremeSkins in the UK. ✂️ Precision Cut Model-specific sections are developed around the Pixel 10a for accurate alignment and a clean finished appearance. 🎨 Huge Choice Choose from colours, textures, natural finishes and exclusive XtremeSkins printed collections. 🛡️ Everyday Protection Helps protect covered surfaces from light scratches, scuffs, fingerprints and cosmetic wear. Style without a bulky case Why choose a Google Pixel 10a skin? A vinyl wrap gives you a completely different look while keeping the original shape and slim feel of your Pixel 10a. Covered surfaces gain an extra barrier against the light scratches, fingerprints and cosmetic marks that can build up through regular everyday use. Textured finishes can also give the smooth exterior a more tactile feel without the thickness of a traditional phone case. A vinyl skin is designed primarily for cosmetic surface protection. It does not provide significant drop or impact protection and is not a replacement for a protective case. One of the largest skin ranges in the UK Choose your Google Pixel 10a finish Explore finishes including Clear, Carbon Fibre, Brushed Metal, Gloss, Matt, Camo, Textured Matt, Natural Stone, Wood, Waveform and Leather. Exclusive XtremeSkins collections also include designs such as Doodles, Onyx, Abstract, Yakuza, Graffiti and more. Go subtle and understated, add extra texture or completely change the appearance of your Pixel 10a. Customise it your way Full Colour or Custom Colour? One coordinated finish Full Colour Choose one colour, texture or printed design across your selected Pixel 10a skin sections. Ideal for a clean and consistent look. Build your own Custom Colour Use the live product customiser above to mix and match compatible colours and textures across the Back, Sides and Accent sections. Create a subtle two-tone combination or something completely individual. Choose your coverage Google Pixel 10a skin sections The current Pixel 10a product customiser lets you choose between Back, Sides and Accent sections, so you can keep things coordinated or mix different finishes. Back Change the look of the main rear surface while helping protect the covered area from light scratches, scuffs and everyday cosmetic wear. Sides Add colour or texture to the compatible outer-frame areas while retaining access to controls and functional openings. Accent Use the Accent section to introduce a contrasting colour, texture or finish alongside your main skin choice. Mix & Match Use Custom Colour to combine compatible finishes across the Back, Sides and Accent sections for your own Pixel 10a design. Model-specific fit Google Pixel 10a skin features ✓ Designed specifically for the Google Pixel 10a ✓ Available Back, Sides and Accent sections ✓ Precision cut around relevant controls, openings and exterior details ✓ Premium flexible vinyl with built-in air-release technology ✓ Can be carefully repositioned during the early stages of installation ✓ Gentle hairdryer heat can help shaped areas and edges settle neatly ✓ Helps protect covered surfaces from scratches, scuffs, fingerprints and dirt ✓ Designed to remove cleanly when peeled back slowly and carefully ✓ Ultra-thin material adds minimal bulk to the phone ✓ Alcohol cleaning wipes included for surface preparation Take your time for the best finish How to apply your Google Pixel 10a skin Careful surface preparation and initial alignment make a big difference. Air-release adhesive helps trapped air escape while each section is positioned. 1 Clean Remove dust, grease and fingerprints using the supplied alcohol cleaning wipe. 2 Align Carefully line up each section using the phone edges and relevant cut-outs as guides. 3 Apply Press the vinyl down gradually while working any trapped air towards the nearest edge. 4 Finish Use gentle hairdryer heat where required and press shaped areas and edges firmly into position. View Google Pixel Installation Guide Installing a Clear skin? Clear skins use a wet-installation method rather than the standard dry installation used for most coloured and textured finishes. View the Clear Skin Installation Guide → Frequently asked questions Google Pixel 10a skins FAQs Will this skin fit other Google Pixel models? No. These skins are designed specifically for the Google Pixel 10a. Other Google Pixel models have different dimensions and require their own dedicated skins. What parts of the Google Pixel 10a can I skin? The current product options include Back, Sides and Accent sections. Use the live customiser above to choose the areas, colours and textures you want. Does a Google Pixel 10a skin protect the phone? The vinyl helps protect covered surfaces against light scratches, scuffs, fingerprints, dirt and everyday cosmetic wear. It does not provide significant impact or drop protection. Are Google Pixel 10a skins easy to apply? Air-release adhesive helps reduce trapped air during fitting and the vinyl can be carefully repositioned during the early stages of installation. Take your time with alignment and use gentle heat where required. Will the skin leave sticky residue when removed? The adhesive is designed for clean removal. When it is time to remove the skin, warm the vinyl gently if required and peel it back slowly and carefully. Can I choose different colours for the Back, Sides and Accent? Yes. Choose Custom Colour and use the live product customiser to mix compatible colours and textures across the available sections. Does the vinyl add much thickness? No. The vinyl is very thin and adds minimal thickness compared with a traditional protective phone case. Can I use a case with my Pixel 10a skin? A case may fit over a thin vinyl skin, but very tight-fitting cases can rub against the material or catch an edge during fitting and removal. Do Clear Pixel 10a skins install differently? Yes. Clear skins use a wet-installation process rather than the dry installation used for most coloured and textured skins. Follow the dedicated Clear Skin Installation Guide before fitting. Do you ship Google Pixel 10a skins worldwide? Yes. XtremeSkins ships throughout the UK and internationally. View our shipping information for current delivery details. Skins are what we do Why choose XtremeSkins? We specialise in precision-cut skins developed for individual devices rather than generic stickers or one-size-fits-all vinyl. XtremeSkins has been creating skins for phones, laptops, tablets, games consoles, headphones and other devices since 2013. Our device templates are developed for individual models to improve fit, alignment and the finished appearance. Make your Pixel yours Create your Google Pixel 10a skin Choose one coordinated finish or mix compatible colours and textures across the Back, Sides and Accent. Use the live product customiser above to choose your sections, colours and finishes. Change the look. Protect the finish. Keep your Pixel slim. Worldwide Shipping We manufacture our skins in the UK and deliver to customers throughout the UK and around the world. View shipping information 📱 Need Installation Help? Follow our Google Pixel fitting guide for help preparing, aligning and applying each vinyl section. View installation guide { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Will this skin fit other Google Pixel models?", "acceptedAnswer": { "@type": "Answer", "text": "No. These skins are designed specifically for the Google Pixel 10a. Other Google Pixel models have different dimensions and require their own dedicated skins." } }, { "@type": "Question", "name": "What parts of the Google Pixel 10a can I skin?", "acceptedAnswer": { "@type": "Answer", "text": "The current product options include Back, Sides and Accent sections. Use the live product customiser to choose the areas, colours and textures you want." } }, { "@type": "Question", "name": "Does a Google Pixel 10a skin protect the phone?", "acceptedAnswer": { "@type": "Answer", "text": "The vinyl helps protect covered surfaces against light scratches, scuffs, fingerprints, dirt and everyday cosmetic wear. It does not provide significant impact or drop protection." } }, { "@type": "Question", "name": "Are Google Pixel 10a skins easy to apply?", "acceptedAnswer": { "@type": "Answer", "text": "Air-release adhesive helps reduce trapped air during fitting and the vinyl can be carefully repositioned during the early stages of installation." } }, { "@type": "Question", "name": "Will the skin leave sticky residue when removed?", "acceptedAnswer": { "@type": "Answer", "text": "The adhesive is designed for clean removal. Warm the vinyl gently if required and peel it back slowly and carefully." } }, { "@type": "Question", "name": "Can I choose different colours for the Back, Sides and Accent?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Choose Custom Colour and use the live product customiser to mix compatible colours and textures across the available Back, Sides and Accent sections." } }, { "@type": "Question", "name": "Do Clear Pixel 10a skins install differently?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Clear skins use a wet-installation process rather than the dry installation used for most coloured and textured skins." } } ] }