/**
 * @license
 * MyFonts Webfont Build ID 3825148, 2019-10-17T10:21:23-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Black by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/black/
 * 
 * Webfont: Nexa-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/regular/
 * 
 * Webfont: Nexa-XBold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/xbold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3825148
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright \(c\) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a5dfc");

  
@font-face {font-family: 'Nexa-Black';src: url('../font/3A5DFC_0_0.eot');src: url('../font/3A5DFC_0_0.eot?#iefix') format('embedded-opentype'),url('../font/3A5DFC_0_0.woff2') format('woff2'),url('../font/3A5DFC_0_0.woff') format('woff'),url('../font/3A5DFC_0_0.ttf') format('truetype'),url('../font/3A5DFC_0_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
  
@font-face {font-family: 'Nexa-Regular';src: url('../font/3A5DFC_1_0.eot');src: url('../font/3A5DFC_1_0.eot?#iefix') format('embedded-opentype'),url('../font/3A5DFC_1_0.woff2') format('woff2'),url('../font/3A5DFC_1_0.woff') format('woff'),url('../font/3A5DFC_1_0.ttf') format('truetype'),url('../font/3A5DFC_1_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
  
@font-face {font-family: 'Nexa-XBold';src: url('../font/3A5DFC_2_0.eot');src: url('../font/3A5DFC_2_0.eot?#iefix') format('embedded-opentype'),url('../font/3A5DFC_2_0.woff2') format('woff2'),url('../font/3A5DFC_2_0.woff') format('woff'),url('../font/3A5DFC_2_0.ttf') format('truetype'),url('../font/3A5DFC_2_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}
body {
    background: #fff;
    font-family: Nexa-Regular,sans-serif;
    font-size: 1.4rem;
    margin: 0;
    height: 100%;
    overflow-x: hidden
}

/*.header {
    display: block;
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 100;
    background: #fff;
}*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

#header {
  border-bottom: 1px solid #eee;
}
#header #usp-bar {
    background: #222;
    color: #fff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Nexa-Black,sans-serif;

}
#header #main-bar {
  background: #fff;
  height: 69px;
  text-align: center;
  line-height: 69px;
}
#header #menu-bar {
  border-top: 1px solid #fff;
  background: #fff;
  text-align: center;
  line-height: 49px;
  height: 0px;
  overflow: hidden;
  will-change: auto;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
#header #menu-bar.show {
  border-top: 1px solid #eee;
  height: 49px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#header #menu-bar.show ul {
  display: block;
}
#header #menu-bar ul {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#header #menu-bar ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin: 0 2%;
    font-family: Nexa-XBold,sans-serif;
}
#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header.sticky #usp-bar {
  display: none;
}

#header.sticky + #container {
  padding-top: 150px;
}

.arn-text-link {
    position: relative;
    text-decoration: none;
    color: #151515;
    cursor: pointer;
    margin: auto;
}
.arn-text-link:before {
      content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #3BB0C3;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  transform-origin:0%;
}
.arn-text-link:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  transform-origin: 0% 50%;
}

.arn-prod-grid {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    max-width: 1280px;
    margin: 0 auto;
}
.arn-prod-grid--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.arn-prod-grid--item {
    display: flex;
    flex-direction: column;
    width: 25%;
    max-width: 285px;
}
.arn-prod--image {
    display: block;
    float: left;
    width: 100%;
}
.arn_promo_flag {
    position: relative;
    align-self: self-start;
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Nexa-Black,sans-serif;
    text-transform: uppercase;
    display: flex;
    background: #000;
    color: #fff;
    margin: 0 0 10px;
/*    letter-spacing: 1px;
*/}
.arn_sale_flag {
    background-color: red;
}
.arn-prod--actions {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0;
}
.arn-prod--actions a:first-child {
    display: flex;
    padding: 0 15px 0 0;
    border-right: 1px solid #999;
}
.arn-prod--actions a:last-child {
    display: flex;
    padding: 0 0 0 15px;
}
.arn-product-carousel-item-icon {
    display: block;
    float: left;
    width: 100%;
    max-width: 20px;
}
.arn-product-carousel-item-icon.arn-wl {
    width: 80%;
    display: flex;
    margin: auto;
}
.arn-prod--info {
    color: #000;
    text-decoration: none;
}
.arn-prod-info-item-brand {
    font-family: Nexa-XBold,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
/*    letter-spacing: 1px;
*/    margin: 0 0 10px 0;
}
.arn-prod-info-item-desc {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.arn-prod-info-item-price {
    display: flex;
    flex-direction: column;
    font-family: Nexa-XBold,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
/*    letter-spacing: 1px;
*/}
.arn_now {
    font-family: Nexa-XBold,sans-serif;
    color: red;
}
.arn_was {
    font-family: Nexa-XBold,sans-serif;
    color: #666;
    text-decoration: line-through;
    font-size: 12px;
}
.arn-prod-info-more-colours {
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width: 800px) {
.arn-prod-grid {
    width: calc(100% - 30px);
}
.arn-prod-grid--item {
    width: 50%;
    margin: 0 0 40px;
}
.arn-prod--actions a:first-child {
    border-right: none;
}
.arn-prod--actions a:last-child {
    display: none;
}
.arn_promo_flag {
    padding: 2.5px 5px;
    font-size: 10px;
}
.arn-prod-info-item-brand {
letter-spacing: 0px;
    font-size: 13px;
}
.arn-prod-info-item-desc {
    font-size: 13px;
    max-width: 90%;
}
.arn-prod-info-item-price {
    font-size: 13px;
}
.arn_now {
    font-size: 13px;
}
.arn_was {
    font-size: 11px;
}
.arn-prod-info-more-colours {
    font-size: 11px;
}
}

.arn_pdp--block {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.breadcrumbs {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #eee;
}
.arn_pdp--images {
    display: flex;
    width: 60%;
    height: calc(100vh - 135px);
/*    margin: 150px 0 0;
*/    justify-content: space-evenly;
}
.arn_pdp--image-carousel {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 75px;
    align-self: self-start;
}
.arn_pdp--carousel-image {
    display: block;
    float: right;
    width: 100%;
    height: auto;
    max-width: 75px;
    border: 2px solid #fff;
}
.arn_pdp--carousel-image.selected {
    border: 2px solid #000;
}
.arn_pdp--image-main {
     display: block;
    width: 65%;
    max-width: 768px;
    align-items: flex-start;
}
.arn_pdp--image {
    display: block;
    float: right;
    width: 100%;
    height: auto;
    max-width: 800px;
}

.arn_pdp--info {
    display: flex;
    flex-direction: column;
    width: 40%;
/*    margin: 150px 0 0;
*/}
.arn_pdp--info-details {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 35px auto 0;
}
.arn_pdp--title {
    font-size: 20px;
    font-family: Nexa-xBold, sans-serif;
    margin: 5px 0 10px 0;
    text-transform: uppercase; 
}
.arn_pdp--name {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.arn_pdp--price {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: Nexa-XBold, sans-serif;
    margin: 10px 0 25px 0;
    text-transform: uppercase; 
}
.arn_pdp--price-now {
    position: relative;
    font-size: 24px;
    color: red;
    align-self: self-start;
}
.arn_pdp--price-was {
    font-family: Nexa-XBold,sans-serif;
    font-size: 18px;
    color: #666;
    text-decoration: line-through;
}
.arn_pdp--price-now-save {
    font-family: Nexa-Black,sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    background: red;
    color: #fff;
    position: absolute;
    right: -95px;
    top: 0;
    line-height: 1
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}
.arn_pdp--actions-selectors {
    display: flex;
    flex-direction: row;
    width: 100%;
}
select.arn_pdp--select {
    border: 1px solid #111;
    background-color: #fff;
    border-radius: 0;
    width: 225px;
    padding: 10px 5px;
    font-family: Nexa-Regular,sans-serif;
    font-size: 14px;
}
.arn_pdp--actions-sg {
    display: flex;
    align-items: center;
    margin: auto 0 auto 20px;
    color: #000;
    text-decoration: none;
}

.arn_pdp--swatches {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.arn_pdp--swatch {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 30px;
    margin: 20px 10px 0 0;
}
.arn_pdp--swatch-img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 2px solid #fff;
}
.arn_pdp--swatch-img.selected {
    border: 2px solid #000;
}
.arn_pdp--actions {
    display: flex;
    flex-direction: column;
    margin: 25px 0 15px;
}
.arn_pdp--actions-selects {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
    font-size: 12px;
}
.arn_pdp--actions-btns {
    display: flex;
    flex-direction: row;
}
.button.atb {
    display: block;
    float: left;
    width: 240px;
    color: #fff;
    background-color: #0000e4;
    padding: 25px 0 25px 25px;
    border: none;
    border-radius: 135px;
    font-size: 16px;
    font-family: Nexa-XBold,sans-serif;
    line-height: 0;
    background-image: url(../images/bag.svg);
    background-repeat: no-repeat;
    background-position: 60px 50%;
    background-size: 20px;
    cursor: pointer;
}
.button.atb:hover {
    background-color: #222;
    border-color: #222;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -o-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}
.button.wishlist {
    display: block;
    color: #fff;
    background-color: #eee;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    font-size: 16px;
    font-family: Nexa-XBold,sans-serif;
    line-height: 0;
    margin: 0 0 0 15px;
}
#svg_0:hover {
  fill: ff0000;
}
.iconbg {
  background-color: #eaeaea;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 0 0 20px;
}
.iconbg:hover #svg_0 {
  fill: #0000eb;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

h2 {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}

.heartsize {
  height: 50px;
  width: 50px;
  padding-right: 0px;
}

.animheartsize {
  height: 10px;
  width: 10px;
  padding-right: 0px;
}

.animheartsize2 {
  height: 20px;
  width: 20px;
  padding-right: 0px;
}

.animheartsize3 {
  height: 20px;
  width: 20px;
  padding-right: 0px;
}

.heartbutton {
  position: relative;
  display: block;
  cursor: pointer;
}

.heart-icon-outline {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.heart-icon-hidden {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
}

.heart-icon-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.start-animation-bloom {
  opacity: 1;
  animation: animation-bloom-in 0.5s;
}

.start-animation-bloom2 {
  opacity: 1;
  animation: animation-bloom2-in 1s;
}

.start-animation-bloom3 {
  opacity: 1;
  animation: animation-bloom3-in 1.25s;
}

.stop-animation-bloom {
  opacity: 1;
  animation: animation-bloom-out 0.5s;
}

.heart-icon-animation {
  position: absolute;
  top: 5px;
  left: 35px;
  opacity: 0;
}

.heart-icon-animation2 {
  position: absolute;
  top: 20px;
  left: 27px;
  opacity: 0;
}

.heart-icon-animation3 {
  position: absolute;
  top: 20px;
  left: 18px;
  opacity: 0;
  animation-delay: 0.3s;
}

.liked {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@keyframes animation-bloom-in {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
    visibility: visible;
    left: 35;
  }
  10% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1, 1);
    opacity: 1;
  }
  30% {
    transform: scale3d(1.5, 1.5, 1);
    opacity: 1;
  }
  40% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 1;
  }
  50% {
    transform: scale3d(1, 1.2, 1);
    opacity: 1;
    left: 30;
  }
  51% {
    transform: scale3d(1.5, 1.5, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1);
    top: -1px;
    opacity: 0;
    left: 35;
  }
}
@keyframes animation-bloom2-in {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
    visibility: visible;
    left: 27;
  }
  10% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1, 1);
    opacity: 1;
  }
  30% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 1;
  }
  40% {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 1;
    left: 30;
  }
  50% {
    transform: scale3d(1, 1.2, 1);
    opacity: 1;
  }
  51% {
    transform: scale3d(1.5, 1.5, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: -10px;
    opacity: 0;
    left: 36;
  }
}
@keyframes animation-bloom3-in {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
    visibility: visible;
  }
  10% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1, 1);
    opacity: 1;
  }
  30% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
    left: 18;
  }
  40% {
    transform: scale3d(1.1, 1.13, 1);
    opacity: 1;
  }
  50% {
    transform: scale3d(1, 1.2, 1);
    opacity: 1;
  }
  51% {
    transform: scale3d(1.5, 1.5, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    top: -10px;
    opacity: 0;
  }
}
@keyframes animation-bloom-out {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
  }
  30% {
    transform: scale3d(1.12, 1.12, 1);
    opacity: 1;
  }
  80% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.share {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.share.active .mask {
  width: 235px;
}
.share.active .rec {
  left: 25px;
}
.share.active .icon {
  background-color: #222;
}
.share.active i.fas {
  color: #f5f5f5;
}
.share.active .iconf:hover {
  color: #0000eb;
  padding-bottom: 10px;
  transition: 0.15s all ease;
}

.icon {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  text-align: center;
  display: table;
  color: #222;
  z-index: 2;
  font-size: 15px;
}

i.fas {
  display: table-cell;
  vertical-align: middle;
}

.mask {
  background: #f8f8f8;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: all ease-in 0.2s;
  border-radius: 25px;
  z-index: 2;
}

.rec {
  width: 200px;
  height: 40px;
  background: #f8f8f8;
  position: absolute;
  left: -350px;
  top: 0;
  transition: all ease-in 0.2s;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
  padding-left: 30.5px;
  z-index: 2;
}
.rec .fab,
.rec .fa {
  display: inline-block;
  vertical-align: middle;
}

.iconf {
  padding: 0 7.5px;
}

.sharetext {
  font-size: 16px;
  position: absolute;
  left: 48px;
  top: 14px;
  z-index: 1;
}




.arn_pdp_affirms {
    display: flex;
    flex-direction: column;
    color: #000;
}
.arn_pdp_affirms--wonder {
    font-size: 12px;
    margin: 0px 0 10px;
}
.arn_pdp_affirms--wonder .arn-text-link:before {
    bottom: 0px;
}



.arn_pdp_details--main {
    display: flex;
    flex-direction: column;
    margin: 50px 0 35px;
}
.arn_pdp_details--heading {
    font-size: 18px;
    font-family: Nexa-XBold,sans-serif;
    margin: 0 0 10px;
}
.arn_pdp_details--text {
    font-size: 16px;
    line-height: 1.4;
}



.arn_pdp_details--further_details {
    display: flex;
    flex-direction: column;
    margin: 0 0 35px;
}
.arn_pdp_further_details--action {
    font-size: 18px;
    font-family: Nexa-Regular,sans-serif;
    text-decoration: none;
    color: #000;
    margin: 0 0 35px;
}
.arn_pdp_further_details--action:last-child {
    margin: 0;
}

































