www.wrappz.com Open in urlscan Pro
172.66.41.33  Public Scan

Submitted URL: https://wrappz.com/
Effective URL: https://www.wrappz.com/
Submission: On November 11 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

POST https://www.wrappz.com/customer/account/createpost

<form class="form create account form-create-account" action="https://www.wrappz.com/customer/account/createpost" method="post" id="form-validate" enctype="multipart/form-data" autocomplete="off" novalidate="novalidate">
  <fieldset class="fieldset create info">
    <input name="form_key" type="hidden" value="NyaxEwMrCDQYpmKT"> <input type="hidden" name="success_url" value="">
    <input type="hidden" name="error_url" value="">
    <div class="row customer-name-fields">
      <div class="field field-name-firstname required col-lg-6 col-md-6 col-sm-6 col-xs-12">
        <div class="control">
          <input type="text" id="firstname" name="firstname" placeholder="First Name" value="" title="First Name" class="input-text required-entry" data-validate="{required:true}" autocomplete="off" aria-required="true">
        </div>
      </div>
      <div class="field field-name-lastname required col-lg-6 col-md-6 col-sm-6 col-xs-12">
        <div class="control">
          <input type="text" id="lastname" name="lastname" placeholder="Last Name" value="" title="Last Name" class="input-text required-entry" data-validate="{required:true}" autocomplete="off" aria-required="true">
        </div>
      </div>
    </div>
  </fieldset>
  <fieldset class="fieldset create account" data-hasrequired="* Required Fields">
    <div class="form-group control-icon required">
      <input placeholder="Email *" type="email" name="email" autocomplete="email" id="email_address" value="" title="Email" class="input-text form-control" data-validate="{required:true, 'validate-email':true}">
    </div>
    <div class="form-group control-icon password required">
      <input placeholder="Password *" type="password" name="password" id="password" title="Password" class="input-text form-control form-control control-icon icon-pass" data-password-min-length="8" data-password-min-character-sets="3"
        data-validate="{required:true, 'validate-customer-password':true}" autocomplete="off">
    </div>
    <div class="form-group control-icon confirmation required">
      <input placeholder="Repeat password *" type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation" class="input-text form-control control-icon icon-pass" data-validate="{required:true, equalTo:'#password'}"
        autocomplete="off">
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" class="action submit btn btn-custom" title="Register Account"><span>Register</span></button>
    </div>
  </div>
</form>

POST https://www.wrappz.com/customer/account/loginPost

<form class="form form-login" action="https://www.wrappz.com/customer/account/loginPost" method="post" id="login-form-header" novalidate="novalidate">
  <input name="form_key" type="hidden" value="NyaxEwMrCDQYpmKT">
  <div class="login" data-hasrequired="* Required Fields">
    <div class="form-group control-icon required email">
      <input name="login[username]" placeholder="Email" value="" id="email_header" type="email" class="input-text form-control" title="Email" data-validate="{required:true, 'validate-email':true}">
    </div>
    <div class="form-group control-icon control-icon password required">
      <input placeholder="Password" name="login[password]" type="password" class="input-text form-control" id="pass_header" title="Password" data-validate="{required:true}">
    </div>
    <div class="actions-toolbar">
      <div class="secondary"><a class="action remind" href="https://www.wrappz.com/customer/account/forgotpassword"><span>Forgot Your Password?</span></a></div>
      <div class="primary"><button type="submit" class="action login btn btn-custom" name="send" id="send2_header"><span>Login</span></button></div>
    </div>
  </div>
</form>

GET https://www.wrappz.com/instantsearch/result

<form class="form minisearch" id="search_mini_form" action="https://www.wrappz.com/instantsearch/result" method="get">
  <div class="input-search">
    <input id="search" type="text" name="q" value="" class="input-text form-control" maxlength="12" placeholder="Search" role="combobox" aria-expanded="true" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
    <button type="submit" title="Search" class="action search button" disabled="disabled">
      <i class="pe-7s-play arrow"></i>
      <i class="pe-7s-search search" aria-hidden="true"></i>
    </button>
  </div>
  <div id="search_autocomplete" class="search-autocomplete" style="display: none;"></div>
  <div class="mgs-instant-search-dropdown" data-bind="scope: 'instant_search_form'">
    <!-- ko template: getTemplate() -->
    <div id="mgs-instant-autocomplete-wrapper" class="mgs-instant-autocomplete-wrapper" data-bind="visible: showPopup()" style="display: none;">
      <div data-bind="visible: anyResultCount()" style="display: none;">
        <!-- ko if: anyResultCount() --><!--/ko-->
      </div>
      <div class="no-result" data-bind="text: textNoResult, visible: !anyResultCount()">No Result</div>
    </div><!-- /ko -->
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="on">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="on">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko foreach: {data: elems, as: 'element'} --><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.wrappz.com/customer/account/forgotpassword">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

POST https://www.wrappz.com/newsletter/subscriber/new

<form class="form subscribe" novalidate="novalidate" action="https://www.wrappz.com/newsletter/subscriber/new" method="post" id="newsletter-validate-detail-onpage">
  <div class="field form-group newsletter">
    <div class="control">
      <input name="email" type="email" id="newsletter-homepage22" placeholder="Email Address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe" title="SIGN UP" type="submit"> SIGN UP </button>
  </div>
</form>

POST https://www.wrappz.com/newsletter/subscriber/new

<form class="form subscribe" novalidate="novalidate" action="https://www.wrappz.com/newsletter/subscriber/new" method="post" id="newsletter-validate-detail">
  <div class="field form-group newsletter">
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe" title="Subscribe" type="submit">
      <span class="fa fa-caret-right"></span>
    </button>
  </div>
</form>

Text Content

We value your privacy

We use cookies to enhance your browsing experience, serve personalized ads or
content, and analyze our traffic. By clicking "Accept All", you consent to our
use of cookies.

Customize Accept All
Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions.
You will find detailed information about all cookies under each consent category
below.

The cookies that are categorized as "Necessary" are stored on your browser as
they are essential for enabling the basic functionalities of the site. ... Show
more


NecessaryAlways Active

Necessary cookies are required to enable the basic features of this site, such
as providing secure log-in or adjusting your consent preferences. These cookies
do not store any personally identifiable data.

 * Cookie
   cf_clearance
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   instantsearch
 * Duration
   2 days
 * Description
   No description available.

 * Cookie
   PHPSESSID
 * Duration
   2 days
 * Description
   This cookie is native to PHP applications. The cookie stores and identifies a
   user's unique session ID to manage user sessions on the website. The cookie
   is a session cookie and will be deleted when all the browser windows are
   closed.

 * Cookie
   mage-messages
 * Duration
   2 days
 * Description
   Magneto sets this cookie to manage the web messages for the user.

 * Cookie
   recently_viewed_product
 * Duration
   2 days
 * Description
   Magento 2 set this cookie to store product IDs of recently viewed products
   for easy navigation.

 * Cookie
   recently_viewed_product_previous
 * Duration
   2 days
 * Description
   Magento 2 set this cookie to stores product IDs of recently viewed products
   for easy navigation.

 * Cookie
   recently_compared_product
 * Duration
   2 days
 * Description
   Magento 2 set this cookie to store information on recently compared products.

 * Cookie
   recently_compared_product_previous
 * Duration
   2 days
 * Description
   Magneto sets this cookie to store the data on recently compared products.

 * Cookie
   product_data_storage
 * Duration
   2 days
 * Description
   Magneto sets this cookie to store the product information.

 * Cookie
   form_key
 * Duration
   1 day
 * Description
   Magento sets this cookie as a security measure that appends a random string
   to all form submissions to protect the data from Cross-Site Request Forgery
   (CSRF).

 * Cookie
   mage-cache-storage
 * Duration
   2 days
 * Description
   Magento sets this cookie for local storage of visitor-specific content that
   enables e-commerce functions.

 * Cookie
   mage-cache-storage-section-invalidation
 * Duration
   2 days
 * Description
   Magento sets this cookie for local storage of specific content sections that
   should be invalidated.

 * Cookie
   mage-cache-sessid
 * Duration
   2 days
 * Description
   Magento sets this cookie as a value, and this cookie triggers the cleanup of
   local cache storage. When the cookie is removed by the backend application,
   the administrator cleans up local storage and sets the cookie value to true.

 * Cookie
   section_data_ids
 * Duration
   2 days
 * Description
   Magneto sets this cookie to save the identifiers of the web sections.

 * Cookie
   rc::a
 * Duration
   never
 * Description
   This cookie is set by the Google recaptcha service to identify bots to
   protect the website against malicious spam attacks.

 * Cookie
   rc::c
 * Duration
   session
 * Description
   This cookie is set by the Google recaptcha service to identify bots to
   protect the website against malicious spam attacks.

 * Cookie
   uncode_privacy[consent_types]
 * Duration
   1 year
 * Description
   This cookie is set by Uncode WordPress theme and is used to manage privacy
   settings on the website.

 * Cookie
   OptanonConsent
 * Duration
   1 year
 * Description
   OneTrust sets this cookie to store details about the site's cookie category
   and check whether visitors have given or withdrawn consent from the use of
   each category.

 * Cookie
   cookieyes-consent
 * Duration
   1 year
 * Description
   CookieYes sets this cookie to remember users' consent preferences so that
   their preferences are respected on subsequent visits to this site. It does
   not collect or store any personal information about the site visitors.

Functional


Functional cookies help perform certain functionalities like sharing the content
of the website on social media platforms, collecting feedback, and other
third-party features.

 * Cookie
   __cf_bm
 * Duration
   1 hour
 * Description
   This cookie, set by Cloudflare, is used to support Cloudflare Bot Management.

 * Cookie
   sib_cuid
 * Duration
   6 months
 * Description
   SendinBlue sets this cookie to store unique visits.

 * Cookie
   _cfuvid
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   uncodeAI.screen
 * Duration
   session
 * Description
   Uncode cookies contain information about the screen resolution and viewport
   at runtime. The information is utilized to determine the appropriate Adaptive
   Images at any page refresh, ensuring that all images are responsive.

 * Cookie
   uncodeAI.images
 * Duration
   session
 * Description
   Uncode cookie contain information about the screen resolution and viewport at
   runtime. The information is utilized to determine the appropriate Adaptive
   Images at any page refresh, ensuring that all images are responsive.

 * Cookie
   uncodeAI.css
 * Duration
   session
 * Description
   Uncode cookie contain information about the screen resolution and viewport at
   runtime. The information is utilized to determine the appropriate Adaptive
   Images at any page refresh, ensuring that all images are responsive.

 * Cookie
   yt-remote-device-id
 * Duration
   never
 * Description
   YouTube sets this cookie to store the user's video preferences using embedded
   YouTube videos.

 * Cookie
   ytidb::LAST_RESULT_ENTRY_KEY
 * Duration
   never
 * Description
   The cookie ytidb::LAST_RESULT_ENTRY_KEY is used by YouTube to store the last
   search result entry that was clicked by the user. This information is used to
   improve the user experience by providing more relevant search results in the
   future.

 * Cookie
   yt-player-headers-readable
 * Duration
   never
 * Description
   The yt-player-headers-readable cookie is used by YouTube to store user
   preferences related to video playback and interface, enhancing the user's
   viewing experience.

 * Cookie
   yt-remote-connected-devices
 * Duration
   never
 * Description
   YouTube sets this cookie to store the user's video preferences using embedded
   YouTube videos.

 * Cookie
   yt-remote-session-app
 * Duration
   session
 * Description
   The yt-remote-session-app cookie is used by YouTube to store user preferences
   and information about the interface of the embedded YouTube video player.

 * Cookie
   yt-remote-cast-installed
 * Duration
   session
 * Description
   The yt-remote-cast-installed cookie is used to store the user's video player
   preferences using embedded YouTube video.

 * Cookie
   yt-remote-session-name
 * Duration
   session
 * Description
   The yt-remote-session-name cookie is used by YouTube to store the user's
   video player preferences using embedded YouTube video.

 * Cookie
   yt-remote-cast-available
 * Duration
   session
 * Description
   The yt-remote-cast-available cookie is used to store the user's preferences
   regarding whether casting is available on their YouTube video player.

 * Cookie
   yt-remote-fast-check-period
 * Duration
   session
 * Description
   The yt-remote-fast-check-period cookie is used by YouTube to store the user's
   video player preferences for embedded YouTube videos.

 * Cookie
   yt-player-bandwidth
 * Duration
   never
 * Description
   The yt-player-bandwidth cookie is used to store the user's video player
   preferences and settings, particularly related to bandwidth and streaming
   quality on YouTube.

Analytics


Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics such as the number of
visitors, bounce rate, traffic source, etc.

 * Cookie
   _gcl_au
 * Duration
   3 months
 * Description
   Google Tag Manager sets the cookie to experiment advertisement efficiency of
   websites using their services.

 * Cookie
   _ga_*
 * Duration
   1 year 1 month 4 days
 * Description
   Google Analytics sets this cookie to store and count page views.

 * Cookie
   _ga
 * Duration
   1 year 1 month 4 days
 * Description
   Google Analytics sets this cookie to calculate visitor, session and campaign
   data and track site usage for the site's analytics report. The cookie stores
   information anonymously and assigns a randomly generated number to recognise
   unique visitors.

 * Cookie
   vuid
 * Duration
   1 year 1 month 4 days
 * Description
   Vimeo installs this cookie to collect tracking information by setting a
   unique ID to embed videos on the website.

 * Cookie
   _sp_ses.*
 * Duration
   1 hour
 * Description
   Snowplow sets this cookie to store user information that is created when a
   user first visits a site and is updated on subsequent visits.

 * Cookie
   _sp_id.*
 * Duration
   1 year 1 month 4 days
 * Description
   Snowplow sets this cookie to store user information that is created when a
   user first visits a site and is updated on subsequent visits.

Advertisement


Advertisement cookies are used to provide visitors with customized
advertisements based on the pages you visited previously and to analyze the
effectiveness of the ad campaigns.

 * Cookie
   uuid
 * Duration
   6 months
 * Description
   MediaMath sets this cookie to avoid the same ads from being shown repeatedly
   and for relevant advertising.

 * Cookie
   sp
 * Duration
   1 year
 * Description
   This cookie is set by the host c.jabmo.app. This cookie is used to serve the
   content based on user interest and improve content creation.

 * Cookie
   muc_ads
 * Duration
   1 year 1 month 4 days
 * Description
   Twitter sets this cookie to collect user behaviour and interaction data to
   optimize the website.

 * Cookie
   guest_id_marketing
 * Duration
   1 year 1 month 4 days
 * Description
   Twitter sets this cookie to identify and track the website visitor.

 * Cookie
   guest_id_ads
 * Duration
   1 year 1 month 4 days
 * Description
   Twitter sets this cookie to identify and track the website visitor.

 * Cookie
   personalization_id
 * Duration
   1 year 1 month 4 days
 * Description
   Twitter sets this cookie to integrate and share features for social media and
   also store information about how the user uses the website, for tracking and
   targeting.

 * Cookie
   guest_id
 * Duration
   1 year 1 month 4 days
 * Description
   Twitter sets this cookie to identify and track the website visitor. It
   registers if a user is signed in to the Twitter platform and collects
   information about ad preferences.

 * Cookie
   YSC
 * Duration
   session
 * Description
   Youtube sets this cookie to track the views of embedded videos on Youtube
   pages.

 * Cookie
   VISITOR_INFO1_LIVE
 * Duration
   6 months
 * Description
   YouTube sets this cookie to measure bandwidth, determining whether the user
   gets the new or old player interface.

 * Cookie
   VISITOR_PRIVACY_METADATA
 * Duration
   6 months
 * Description
   YouTube sets this cookie to store the user's cookie consent state for the
   current domain.

 * Cookie
   PREF
 * Duration
   8 months
 * Description
   PREF cookie is set by Youtube to store user preferences like language, format
   of search results and other customizations for YouTube Videos embedded in
   different sites.

 * Cookie
   test_cookie
 * Duration
   15 minutes
 * Description
   doubleclick.net sets this cookie to determine if the user's browser supports
   cookies.

Uncategorized


Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.

 * Cookie
   as_dc
 * Duration
   session
 * Description
   Description is currently not available.

Save My Preferences Accept All
Powered by
The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Login Register
Register
Close
Forgot Your Password?
Login
Close


SEARCH

No Result
Close


DESIGN / MAKE / PERSONALISE - YOUR PHONE CASES - WRAPPZ

 * 
 * My Cart
   Go To Cart

 * PHONE CASES
   *  * Browse by Brand
        * Apple iPhone Cases
        * Samsung Phone Cases
        * Nokia Phone Cases
        * Huawei Phone Cases
        * Google Pixel Phone Cases
        * OnePlus Phone Cases
        * Sony Phone Cases
        * LG Phone Cases
     
      * Types of Case
        * Personalised Phone Cases
        * Hard Phone Cases
        * Tough Phone Cases
        * Clear Phone Cases
        * Premium Wallet Phone Cases
        * Genuine Leather Printed Cases
        * Genuine Leather Monogram Cases
        * Faux Leather Phone Cases
        * Glitter Phone Cases
        * Eco Phone Cases
     
      * Best Sellers
        * iPhone 16 Case
        * iPhone 16 Plus Case
        * iPhone 16 Pro Max Case
        * iPhone 15 Plus Case
        * iPhone 15 Pro Case
        * iPhone 15 Case
        * iPhone 14 Pro Case
        * iPhone 14 Case
        * Galaxy S24 Ultra Case
        * Galaxy S24 Plus Case
        * Galaxy S24 Case
        * Galaxy S23 Ultra Case
        * Galaxy S23 Case
 * LAPTOP / TABLET CASES
   *  * Cases
        * Laptop Cases
        * MacBook Cases
        * iPad Cases
     
      * Skins
        * Laptop Skin
        * MacBook Skin
        * iPad Skins
 * SKINS
   *  * Browse by Device
        * Phone Skins
        * MacBook Skins
        * iPad Skins
        * Laptop Skins
        * Gaming Skins
        * Kindle Skins
        * iPod Skins
        * Sky Device Skins
     
      * Best Sellers
        * iPhone 16 Pro Max Skin
        * iPhone 16 Plus Skin
        * iPhone 16 Skin
        * iPhone 15 Pro Max Skin
        * iPhone 15 Skin
        * iPhone 15 Pro Skin
        * Galaxy S24 Skin
        * Galaxy S23 Ultra Skin
        * MacBook Pro 16" 2021 Skin
        * MacBook Pro 14" 2021 Skin
        * Xbox X/S Controller Skin
        * PS4 Controller Skin
 * WALL ART
   *  * Fine Art Posters
      * Canvas Prints
      * Classic Framed Print
      * Photo Tiles
 * PERSONALISED GIFTS
   *  * Mugs
      * Cushions
      * Notebooks
      * Bags
      * Beach Towels
      * Mouse Mats
      * Wrappz Gift Voucher
     
      * Aprons
      * Fridge Magnets
      * Keyrings
      * Face Masks
      * Snoods
      * Water Bottles

 * Compare Products
 * My Account
 * Create an Account
 * Sign In

 * Login
 * 


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?


FIND YOUR PERFECT PHONE CASE

SHOP BY DESIGN

 * Photo Collage Phone Cases
 * Nature & Animal Phone Cases
 * Name Phone Cases
 * Fruit & Floral Phone Case
 * Marble Phone Cases
 * Monogram Phone Cases
 * Glitter Phone Cases
 * Football Phone Cases
 * Transparent Phone Cases
 * Retro Cassette Phone Cases
 * Travel Phone Cases

SHOP BY BRAND

 * Apple iPhone Cases
 * Samsung Phone Cases
 * Nokia Phone Cases
 * Huawei Phone Cases
 * Google Pixel Phone Cases
 * OnePlus Phone Cases
 * Sony Phone Cases
 * See All Brands

SHOP BY CASE TYPE

 * Personalised Phone Cases
 * Genuine Leather Monogram Cases
 * Hard Phone Cases
 * Tough Phone Cases
 * Clear Phone Cases
 * Faux Leather Phone Cases
 * Premium Wallet Phone Cases
 * Glitter Phone Cases
 * Eco Phone Cases




BROWSE OUR PHONE CASE RANGE

 

HARD PHONE CASE

Our hard cases are made from toughened polycarbonate to completely wrap your
phone in a super slim, ultra light, protective layer, keeping it safe from all
kinds of unavoidable bumps and scrapes.

TOUGH PHONE CASE

Our heavy duty, shockproof tough cases are built for those who want the ultimate
protection. They're virtually indestructible with two layers for extra
durability. The added liner cushions your phone against impact.

CLEAR PHONE CASE

Select either a clear silicone case, made of high quality, flexible TPU with
excellent shock absorption, or a clear tough case, made of thermoplastic
polyurethane making it sturdy and hard-wearing yet lightweight.

FLIP WALLET PHONE CASE

Our faux leather wallet flip cases are hard wearing and visually stunning, with
the appearance of a genuine high-quality leather. An absolutely beautiful,
animal-friendly alternative to a real leather case.

LEATHER PHONE CASE

This Pebble grain leather case is sleek and scratch resistant, providing durable
protection. The quality of the tough leather outer, the soft velvet inner liner
and chrome buttons ooze sophistication.

GLITTER PHONE CASE

A protective phone case made of toughened polycarbonate and TPU Gel. Glitter
particles floating within a secure suspension gel on the back surface and add
‘glitz and sparkle’ to any device.

ECO PHONE CASE

Our eco case is a beautifully designed, environmentally-friendly, protective
phone case for iPhone and Galaxy models. Extremely tough, scratch-resistant,
slimline and fully biodegradable in six months.

PREMIUM WALLET PHONE CASE

These stunning folio style phone cases are fully customisable on the front and
back and have a stylish grey elastic fastening. On the inside cover there are
slots for cards, ID and cash. A beautiful high quality phone case.

 


OUR BEST SELLING DESIGNS




DESIGN YOUR OWN CUSTOM PHONE CASE


MAKE IT YOURS

Create a design that’s all yours – each product can be custom designed from
scratch, or if you prefer you can choose one of our pre-designed templates to
get you started!


CUSTOM DESIGN TOOL

Once you’ve got your idea or chosen a design, its time to bring it to life using
our super clever custom tool. It couldn’t be easier to make a unique, one of a
kind phone case.


HIGH-QUALITY PRINT

Our printing process uses the highest quality inks and materials to ensure when
you design your phone case and skins; they’ll look amazing. They’re super
durable too, so they’ll look great day-in, day-out.


SPEEDY DELIVERY

All of our personalised products are produced with love, right here in the UK so
you will receive them quickly and safely - hooray. Order yours today.


MAKE IT YOURS

Create a design that’s all yours – each product can be custom designed from
scratch, or if you prefer you can choose one of our pre-designed templates to
get you started!


CUSTOM DESIGN TOOL

Once you’ve got your idea or chosen a design, its time to bring it to life using
our super clever custom tool. It couldn’t be easier to make a unique, one of a
kind phone case.


HIGH-QUALITY PRINT

Our printing process uses the highest quality inks and materials to ensure when
you design your phone case and skins; they’ll look amazing. They’re super
durable too, so they’ll look great day-in, day-out.


SPEEDY DELIVERY

All of our personalised products are produced with love, right here in the UK so
you will receive them quickly and safely - hooray. Order yours today.


MAKE IT YOURS

Create a design that’s all yours – each product can be custom designed from
scratch, or if you prefer you can choose one of our pre-designed templates to
get you started!


CUSTOM DESIGN TOOL

Once you’ve got your idea or chosen a design, its time to bring it to life using
our super clever custom tool. It couldn’t be easier to make a unique, one of a
kind phone case.


HIGH-QUALITY PRINT

Our printing process uses the highest quality inks and materials to ensure when
you design your phone case and skins; they’ll look amazing. They’re super
durable too, so they’ll look great day-in, day-out.


SPEEDY DELIVERY

All of our personalised products are produced with love, right here in the UK so
you will receive them quickly and safely - hooray. Order yours today.

‹›



BROWSE OUR OTHER PERSONALISED PRODUCTS

ALL PERSONALISED GIFTS

 * Mugs & Drinkware
 * Cushions
 * Notebooks
 * Bags
 * Beach Towels
 * Mouse Mats
 * Snoods
 * Wrappz Giftcard
 * Aprons
 * Passport Covers
 * Fridge Magnets
 * Keyrings
 * Glass Panels
 * Face Masks
 * Water Bottles

LAPTOP & TABLET ACCESSORIES

 * Laptop Cases
 * MacBook Cases
 * iPad Cases
 * Laptop Skins
 * MacBook Skin
 * iPad Skins

PERSONALISED WALL ART

 * Fine Art Poster
 * Canvas Prints
 * Classic Framed Prints


 1.  
 2.  
 3.  
 4.  
 5.  
 6.  
 7.  
 8.  
 9.  
 10. 
 11. 
 12. 

 


LET'S GET PERSONAL

 

At Wrappz we specialise in personalised designs so that your phone and precious
devices can stay protected in style! Use our custom design tool to create
something unique to you. It's easy to use, and allows you to create something
completely bespoke or use one of our pre-designed templates to get you started.

You'll have everything you need to make your own phone cases, laptop skins or
something from our range of personalised gifts. We don’t just offer personalised
phone cases, we also allow you to customise bags, mugs, cushions and many more!

">Find Out About Wrappz

 


EVERYONE'S TALKING ABOUT WRAPPZ


 


GET YOUR EXCLUSIVE OFFERS & DISCOUNTS

SIGN UP


OUR LATEST BLOGS

iPhone 14 range
Our new personalised phone case designs
Top 7 Gift Ideas for a Tech Lover
iPhone 13 Accessories Guide


SIDEBAR


 *  
 *  
 *  
 *  



Join now for discounts 








 
 * FAQ
 * Delivery info
 * Where's my order?
 * Change My order
 * Checkout issues
 * Contact Us

 * About Us
 * Our Blog
 * Returns Policy
 * Privacy Policy
 * Terms of Use
 * Student Discount

Registered Address: Suite L, KBF House, 55 Victoria Road, Burgess Hill RH15 9LH
Company Number: 10694566
Copyright ©2024 Wrappz.com. All Rights Reserved Wrappz.