/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.a-background-image-example {
  height: 250px;
}

[class^="a-wash-icon"],
[class*=" a-wash-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-wash-icon-30-gentle:before {
  content: "\e900";
}

.a-wash-icon-30:before {
  content: "\e901";
}

.a-wash-icon-40-gentle:before {
  content: "\e902";
}

.a-wash-icon-40:before {
  content: "\e903";
}

.a-wash-icon-60:before {
  content: "\e904";
}

.a-wash-icon-bleach:before {
  content: "\e905";
}

.a-wash-icon-dryclean:before {
  content: "\e906";
}

.a-wash-icon-hand:before {
  content: "\e907";
}

.a-wash-icon-iron-1:before {
  content: "\e908";
}

.a-wash-icon-iron-2:before {
  content: "\e909";
}

.a-wash-icon-nowashing:before {
  content: "\e911";
}

.a-wash-icon-iron-3:before {
  content: "\e90a";
}

.a-wash-icon-tumble-1:before {
  content: "\e90b";
}

.a-wash-icon-tumble-2:before {
  content: "\e90c";
}

.a-wash-icon-nobleach:before {
  content: "\e90d";
}

.a-wash-icon-nodryclean:before {
  content: "\e90e";
}

.a-wash-icon-noiron:before {
  content: "\e90f";
}

.a-wash-icon-notumble:before {
  content: "\e910";
}

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

input {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

input:invalid {
  box-shadow: none;
}

body {
  min-width: 320px;
}

h1,
h2,
h3 {
  margin: 0;
}

svg {
  height: inherit;
  width: inherit;
}

a {
  text-decoration: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

* {
  outline: none;
}

button {
  border-radius: 0;
}

.example.double-button-gray-example {
  background-color: gray;
}

.example.instagram-user-example .js-mixin {
  height: 55px;
  width: 170px;
}

.example.instagram-user-example .js-mixin .m-instagram-user {
  background: gray;
}

.example.instagram-user-example.no-bg .js-mixin .m-instagram-user {
  background: none;
}

.example.form-example .o-form {
  width: 50%;
  min-width: 360px;
  border: 2px solid black;
  padding: 20px;
}

.m-error {
  margin-bottom: 15px;
}

.o-minicart-example .o-minicart {
  display: block;
  position: relative;
}

.o-olapic-image-example .o-olapic-image {
  height: 236px;
  width: 236px;
  background-image: url("https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e35/12918452_871665982937882_1911161589_n.jpg?ig_cache_key=MTIxNjU2Nzk5NDU1ODkxNDE3NQ%3D%3D.2");
}

.o-product-cofs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pictureProof {
  text-align: center;
}

.pictureProof a {
  color: #0b97c4;
  text-decoration: none;
  border-bottom: 1px dotted #2b81af;
  padding-bottom: .1em;
}

.pictureProof .element a,
.pictureProof .element span,
.pictureProof .element img {
  display: block;
}

.pictureProof h2 {
  margin-top: 1.5em;
}

.pictureProof img {
  width: 100%;
  height: auto;
  border: 0;
}

.pictureProof .example {
  margin: 0px;
}
[class^="a-"] .q-color-inherit,
[class^="m-"] .q-color-inherit,
[class^="o-"] .q-color-inherit {
  color: inherit;
}

[class^="a-"] .q-color-transparent,
[class^="m-"] .q-color-transparent,
[class^="o-"] .q-color-transparent {
  color: transparent;
}

[class^="a-"] .q-color-black-90,
[class^="m-"] .q-color-black-90,
[class^="o-"] .q-color-black-90 {
  color: #1F313A;
}

[class^="a-"] .q-color-black-opacity-80,
[class^="m-"] .q-color-black-opacity-80,
[class^="o-"] .q-color-black-opacity-80 {
  color: rgba(31,
49,
58,
0.8);
}

[class^="a-"] .q-color-black-40,
[class^="m-"] .q-color-black-40,
[class^="o-"] .q-color-black-40 {
  color: #A5ADB0;
}

[class^="a-"] .q-color-black-opacity-40,
[class^="m-"] .q-color-black-opacity-40,
[class^="o-"] .q-color-black-opacity-40 {
  color: rgba(31,
49,
58,
0.4);
}

[class^="a-"] .q-color-black-20,
[class^="m-"] .q-color-black-20,
[class^="o-"] .q-color-black-20 {
  color: #D2D6D8;
}

[class^="a-"] .q-color-grey,
[class^="m-"] .q-color-grey,
[class^="o-"] .q-color-grey {
  color: #A09EA7;
}

[class^="a-"] .q-color-purple,
[class^="m-"] .q-color-purple,
[class^="o-"] .q-color-purple {
  color: #A50AFF;
}

[class^="a-"] .q-color-purple-darken,
[class^="m-"] .q-color-purple-darken,
[class^="o-"] .q-color-purple-darken {
  color: #6700a3;
}

[class^="a-"] .q-color-pink,
[class^="m-"] .q-color-pink,
[class^="o-"] .q-color-pink {
  color: #F20074;
}

[class^="a-"] .q-color-pink-10,
[class^="m-"] .q-color-pink-10,
[class^="o-"] .q-color-pink-10 {
  color: #FDE5F1;
}

[class^="a-"] .q-color-yellow,
[class^="m-"] .q-color-yellow,
[class^="o-"] .q-color-yellow {
  color: #FFF838;
}

[class^="a-"] .q-color-white,
[class^="m-"] .q-color-white,
[class^="o-"] .q-color-white {
  color: #FFFFFF;
}

[class^="a-"] .q-color-white-smoke,
[class^="m-"] .q-color-white-smoke,
[class^="o-"] .q-color-white-smoke {
  color: #DFE0E6;
}

[class^="a-"] .q-color-ghost-white,
[class^="m-"] .q-color-ghost-white,
[class^="o-"] .q-color-ghost-white {
  color: #F9F9FA;
}

[class^="a-"] .q-color-turquoise,
[class^="m-"] .q-color-turquoise,
[class^="o-"] .q-color-turquoise {
  color: #31E0B9;
}

[class^="a-"] .q-color-light-green,
[class^="m-"] .q-color-light-green,
[class^="o-"] .q-color-light-green {
  color: #B9FF55;
}

[class^="a-"].q-color-inherit,
[class^="m-"].q-color-inherit,
[class^="o-"].q-color-inherit {
  color: inherit;
}

[class^="a-"].q-color-transparent,
[class^="m-"].q-color-transparent,
[class^="o-"].q-color-transparent {
  color: transparent;
}

[class^="a-"].q-color-black-90,
[class^="m-"].q-color-black-90,
[class^="o-"].q-color-black-90 {
  color: #1F313A;
}

[class^="a-"].q-color-black-40,
[class^="m-"].q-color-black-40,
[class^="o-"].q-color-black-40 {
  color: #A5ADB0;
}

[class^="a-"].q-color-black-20,
[class^="m-"].q-color-black-20,
[class^="o-"].q-color-black-20 {
  color: #D2D6D8;
}

[class^="a-"].q-color-white,
[class^="m-"].q-color-white,
[class^="o-"].q-color-white {
  color: #FFFFFF;
}

[class^="a-"].q-color-ghost-white,
[class^="m-"].q-color-ghost-white,
[class^="o-"].q-color-ghost-white {
  color: #F9F9FA;
}

[class^="a-"].q-color-purple,
[class^="m-"].q-color-purple,
[class^="o-"].q-color-purple {
  color: #A50AFF;
}

[class^="a-"].q-svg-color-white svg g,
[class^="m-"].q-svg-color-white svg g,
[class^="o-"].q-svg-color-white svg g {
  stroke: #FFFFFF;
}

[class^="a-"].q-svg-color-black svg g,
[class^="m-"].q-svg-color-black svg g,
[class^="o-"].q-svg-color-black svg g {
  stroke: #1F313A;
}

[class^="a-"].q-svg-color-purple svg g,
[class^="m-"].q-svg-color-purple svg g,
[class^="o-"].q-svg-color-purple svg g {
  stroke: #A50AFF;
}

[class^="a-"].q-svg-color-white-fill svg path:last-child,
[class^="m-"].q-svg-color-white-fill svg path:last-child,
[class^="o-"].q-svg-color-white-fill svg path:last-child {
  fill: #FFFFFF;
}

[class^="a-"].q-svg-color-black-fill svg path:last-child,
[class^="m-"].q-svg-color-black-fill svg path:last-child,
[class^="o-"].q-svg-color-black-fill svg path:last-child {
  fill: #1F313A;
}

[class^="a-"].q-svg-color-purple-fill svg path:last-child,
[class^="m-"].q-svg-color-purple-fill svg path:last-child,
[class^="o-"].q-svg-color-purple-fill svg path:last-child {
  fill: #A50AFF;
}

[class^="a-"] .q-svg-color-white svg g,
[class^="m-"] .q-svg-color-white svg g,
[class^="o-"] .q-svg-color-white svg g {
  stroke: #FFFFFF;
}

[class^="a-"] .q-svg-color-black svg g,
[class^="m-"] .q-svg-color-black svg g,
[class^="o-"] .q-svg-color-black svg g {
  stroke: #1F313A;
}

[class^="a-"] .q-svg-color-purple svg g,
[class^="m-"] .q-svg-color-purple svg g,
[class^="o-"] .q-svg-color-purple svg g {
  stroke: #A50AFF;
}

[class^="a-"].q-bg-white,
[class^="m-"].q-bg-white,
[class^="o-"].q-bg-white {
  background-color: #FFFFFF;
}

[class^="a-"].q-bg-white-transparent-80,
[class^="m-"].q-bg-white-transparent-80,
[class^="o-"].q-bg-white-transparent-80 {
  background-color: rgba(255,
255,
255,
0.8);
}

[class^="a-"].q-bg-white-transparent-20,
[class^="m-"].q-bg-white-transparent-20,
[class^="o-"].q-bg-white-transparent-20 {
  background-color: rgba(255,
255,
255,
0.2);
}

[class^="a-"].q-bg-black-90,
[class^="m-"].q-bg-black-90,
[class^="o-"].q-bg-black-90 {
  background-color: #1F313A;
}

[class^="a-"].q-bg-black-40,
[class^="m-"].q-bg-black-40,
[class^="o-"].q-bg-black-40 {
  background-color: #A5ADB0;
}

[class^="a-"].q-bg-black-opacity-40,
[class^="m-"].q-bg-black-opacity-40,
[class^="o-"].q-bg-black-opacity-40 {
  background-color: rgba(31,
49,
58,
0.4);
}

[class^="a-"].q-bg-black-20,
[class^="m-"].q-bg-black-20,
[class^="o-"].q-bg-black-20 {
  background-color: #D2D6D8;
}

[class^="a-"].q-bg-purple,
[class^="m-"].q-bg-purple,
[class^="o-"].q-bg-purple {
  background-color: #A50AFF;
}

[class^="a-"].q-bg-pink,
[class^="m-"].q-bg-pink,
[class^="o-"].q-bg-pink {
  background-color: #F20074;
}

[class^="a-"].q-bg-pink-10,
[class^="m-"].q-bg-pink-10,
[class^="o-"].q-bg-pink-10 {
  background-color: #FDE5F1;
}

[class^="a-"].q-bg-orange,
[class^="m-"].q-bg-orange,
[class^="o-"].q-bg-orange {
  background-color: #FF8B59;
}

[class^="a-"].q-bg-yellow,
[class^="m-"].q-bg-yellow,
[class^="o-"].q-bg-yellow {
  background-color: #FFF838;
}

[class^="a-"].q-bg-turquoise,
[class^="m-"].q-bg-turquoise,
[class^="o-"].q-bg-turquoise {
  background-color: #31E0B9;
}

[class^="a-"].q-bg-white-smoke,
[class^="m-"].q-bg-white-smoke,
[class^="o-"].q-bg-white-smoke {
  background-color: #DFE0E6;
}

[class^="a-"].q-bg-ghost-white,
[class^="m-"].q-bg-ghost-white,
[class^="o-"].q-bg-ghost-white {
  background-color: #F9F9FA;
}

.q-bg-purple {
  background-color: #A50AFF;
}

[class^="a-"].q-hover-white:hover,
[class^="a-"].q-hover-white.is-hover,
[class^="m-"].q-hover-white:hover,
[class^="m-"].q-hover-white.is-hover,
[class^="o-"].q-hover-white:hover,
[class^="o-"].q-hover-white.is-hover {
  color: #FFFFFF;
}

[class^="a-"].q-hover-white-transparent-80:hover,
[class^="a-"].q-hover-white-transparent-80.is-hover,
[class^="m-"].q-hover-white-transparent-80:hover,
[class^="m-"].q-hover-white-transparent-80.is-hover,
[class^="o-"].q-hover-white-transparent-80:hover,
[class^="o-"].q-hover-white-transparent-80.is-hover {
  color: rgba(255,
255,
255,
0.8);
}

[class^="a-"].q-hover-white-transparent-20:hover,
[class^="a-"].q-hover-white-transparent-20.is-hover,
[class^="m-"].q-hover-white-transparent-20:hover,
[class^="m-"].q-hover-white-transparent-20.is-hover,
[class^="o-"].q-hover-white-transparent-20:hover,
[class^="o-"].q-hover-white-transparent-20.is-hover {
  color: rgba(255,
255,
255,
0.2);
}

[class^="a-"].q-hover-black-90:hover,
[class^="a-"].q-hover-black-90.is-hover,
[class^="m-"].q-hover-black-90:hover,
[class^="m-"].q-hover-black-90.is-hover,
[class^="o-"].q-hover-black-90:hover,
[class^="o-"].q-hover-black-90.is-hover {
  color: #1F313A;
}

[class^="a-"].q-hover-black-40:hover,
[class^="a-"].q-hover-black-40.is-hover,
[class^="m-"].q-hover-black-40:hover,
[class^="m-"].q-hover-black-40.is-hover,
[class^="o-"].q-hover-black-40:hover,
[class^="o-"].q-hover-black-40.is-hover {
  color: #A5ADB0;
}

[class^="a-"].q-hover-black-20:hover,
[class^="a-"].q-hover-black-20.is-hover,
[class^="m-"].q-hover-black-20:hover,
[class^="m-"].q-hover-black-20.is-hover,
[class^="o-"].q-hover-black-20:hover,
[class^="o-"].q-hover-black-20.is-hover {
  color: #D2D6D8;
}

[class^="a-"].q-hover-purple:hover,
[class^="a-"].q-hover-purple.is-hover,
[class^="m-"].q-hover-purple:hover,
[class^="m-"].q-hover-purple.is-hover,
[class^="o-"].q-hover-purple:hover,
[class^="o-"].q-hover-purple.is-hover {
  color: #A50AFF;
}

[class^="a-"].q-hover-pink:hover,
[class^="a-"].q-hover-pink.is-hover,
[class^="m-"].q-hover-pink:hover,
[class^="m-"].q-hover-pink.is-hover,
[class^="o-"].q-hover-pink:hover,
[class^="o-"].q-hover-pink.is-hover {
  color: #F20074;
}

[class^="a-"].q-hover-pink-10:hover,
[class^="a-"].q-hover-pink-10.is-hover,
[class^="m-"].q-hover-pink-10:hover,
[class^="m-"].q-hover-pink-10.is-hover,
[class^="o-"].q-hover-pink-10:hover,
[class^="o-"].q-hover-pink-10.is-hover {
  color: #FDE5F1;
}

[class^="a-"].q-hover-orange:hover,
[class^="a-"].q-hover-orange.is-hover,
[class^="m-"].q-hover-orange:hover,
[class^="m-"].q-hover-orange.is-hover,
[class^="o-"].q-hover-orange:hover,
[class^="o-"].q-hover-orange.is-hover {
  color: #FF8B59;
}

[class^="a-"].q-hover-turquoise:hover,
[class^="a-"].q-hover-turquoise.is-hover,
[class^="m-"].q-hover-turquoise:hover,
[class^="m-"].q-hover-turquoise.is-hover,
[class^="o-"].q-hover-turquoise:hover,
[class^="o-"].q-hover-turquoise.is-hover {
  color: #31E0B9;
}

[class^="a-"].q-hover-white-smoke:hover,
[class^="a-"].q-hover-white-smoke.is-hover,
[class^="m-"].q-hover-white-smoke:hover,
[class^="m-"].q-hover-white-smoke.is-hover,
[class^="o-"].q-hover-white-smoke:hover,
[class^="o-"].q-hover-white-smoke.is-hover {
  color: #DFE0E6;
}

[class^="a-"].q-hover-ghost-white:hover,
[class^="a-"].q-hover-ghost-white.is-hover,
[class^="m-"].q-hover-ghost-white:hover,
[class^="m-"].q-hover-ghost-white.is-hover,
[class^="o-"].q-hover-ghost-white:hover,
[class^="o-"].q-hover-ghost-white.is-hover {
  color: #F9F9FA;
}

@font-face {
  font-family: "Circular-Mediumitalic-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-mediumitalic.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-mediumitalic.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-mediumitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Bold-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bold.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Black-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-black.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Bolditalic-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bolditalic.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Book-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-book.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Medium-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-medium.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Blackitalic-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-blackitalic.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-blackitalic.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-blackitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Bookitalic-S";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bookitalic.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/lineto-circular-bookitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Monki-Icons";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/monki-icons.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/monki-icons.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/monki-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ZapfDingbats";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/zapf-dingbats.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/zapf-dingbats.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/zapf-dingbats.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Washing-Icons";
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/washing-icons.eot");
  src: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/washing-icons.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/fonts/washing-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.q-gradient-purple {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
}

.q-gradient-green {
  background: #ABE83E;
  background: linear-gradient(45deg,
#ABE83E 0%,
#04E7F1 100%);
}

.q-gradient-blue-to-green {
  background: #3700FF;
  background: linear-gradient(45deg,
#3700FF 0%,
#37A7FF 50%,
#1ADBBC 75%,
#2AF469 100%);
}

.q-gradient-orange-to-pink {
  background: #FFBC00;
  background: linear-gradient(45deg,
#FFBC00 0%,
#ED6322 50%,
#ED1385 100%);
}

.q-gradient-pink-to-blue {
  background: #ED1385;
  background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
}

.q-gradient-pink-to-blue-darken {
  background: #be0f6b;
  background: linear-gradient(45deg,
#be0f6b 0%,
#a902bf 50%,
#2c00cc 100%);
}

.q-gradient-border-purple {
  border-image: #FF00F3;
  border-image: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  border-image-slice: 1;
}

.q-gradient-border-green {
  border-image: #ABE83E;
  border-image: linear-gradient(45deg,
#ABE83E 0%,
#04E7F1 100%);
  border-image-slice: 1;
}

.q-gradient-border-blue-to-green {
  border-image: #3700FF;
  border-image: linear-gradient(45deg,
#3700FF 0%,
#37A7FF 50%,
#1ADBBC 75%,
#2AF469 100%);
  border-image-slice: 1;
}

.q-gradient-border-orange-to-pink {
  border-image: #FFBC00;
  border-image: linear-gradient(45deg,
#FFBC00 0%,
#ED6322 50%,
#ED1385 100%);
  border-image-slice: 1;
}

.q-gradient-border-pink-to-blue {
  border-image: #ED1385;
  border-image: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  border-image-slice: 1;
}

.q-gradient-border-pink-to-blue-darken {
  border-image: #8f0b50;
  border-image: linear-gradient(45deg,
#8f0b50 0%,
#a902bf 50%,
#2c00cc 100%);
  border-image-slice: 1;
}

.q-bg-blue {
  background-color: #3700FF;
}

.q-padding-full {
  padding: 36px 5%;
}

.q-padding-full-bottom {
  padding-bottom: 36px;
}

.q-padding-full-top {
  padding-top: 36px;
}

.q-padding-full-left {
  padding-left: 36px;
}

.q-padding-full-right {
  padding-right: 36px;
}

.q-padding-full-horizontal {
  padding: 0 5%;
}

.q-padding-xl {
  padding: 54px 5%;
}

.q-padding-none {
  padding: 0;
}

.q-padding-shortcut {
  padding: 0;
}

.q-padding-checkout {
  padding: 8px 0;
}

.q-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1641px) {
  .q-padding-global {
    padding-left: 82px;
    padding-right: 82px;
  }
}

body {
  color: #1F313A;
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  background-color: #FFFFFF;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}

body.is-active-menu {
  height: calc(100vh + 1px);
}

@media (min-width: 768px) {
  body.is-active-menu {
    height: auto;
  }
}

body.page-checkout {
  float: none;
}

body.page-checkout .o-monki-header {
  display: none;
}

@media (min-width: 1025px) {
  body.page-checkout {
    background: #ED1385;
    background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
    padding: 8px 0;
  }
}

body.page-checkout .page-checkout [class*=" u-cols"],
body.page-checkout .page-checkout [class^="u-cols"] {
  padding: 0;
}

@media (min-width: 1025px) {
  body.page-checkout .page-checkout [class*=" u-cols"],
  body.page-checkout .page-checkout [class^="u-cols"] {
    padding: 0 0.712%;
  }
}

body.page-checkout .page-checkout .contain {
  padding: 0;
}

@media (min-width: 768px) {
  body.page-checkout .page-checkout .contain {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  body.page-checkout .page-checkout .contain {
    padding-left: 82px;
    padding-right: 82px;
  }
}

body.page-checkout .page-checkout .forgot-password-content {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1641px) {
  body.page-checkout .page-checkout .forgot-password-content {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 768px) {
  body.page-checkout .page-checkout .forgot-password-content {
    padding: 0;
  }
}

[class^="a-"].q-layer-header,
[class^="m-"].q-layer-header,
[class^="o-"].q-layer-header {
  z-index: 21;
}

[class^="a-"].q-layer-footer,
[class^="m-"].q-layer-footer,
[class^="o-"].q-layer-footer {
  z-index: 24;
}

[class^="a-"].q-layer-lightbox,
[class^="m-"].q-layer-lightbox,
[class^="o-"].q-layer-lightbox {
  z-index: 50;
}

[class^="a-"].q-layer-navigation-menu,
[class^="m-"].q-layer-navigation-menu,
[class^="o-"].q-layer-navigation-menu {
  z-index: 19;
}

[class^="a-"].q-layer-shortcuts-menu,
[class^="m-"].q-layer-shortcuts-menu,
[class^="o-"].q-layer-shortcuts-menu {
  z-index: 18;
}

[class^="a-"].q-layer-shortcuts-menu-open,
[class^="m-"].q-layer-shortcuts-menu-open,
[class^="o-"].q-layer-shortcuts-menu-open {
  z-index: 26;
}

[class^="a-"].q-layer-shortcuts-overlay,
[class^="m-"].q-layer-shortcuts-overlay,
[class^="o-"].q-layer-shortcuts-overlay {
  z-index: 17;
}

[class^="a-"].q-layer-auto,
[class^="m-"].q-layer-auto,
[class^="o-"].q-layer-auto {
  z-index: auto;
}

[class^="a-"].q-layer-parent,
[class^="m-"].q-layer-parent,
[class^="o-"].q-layer-parent {
  z-index: inherit;
}

[class^="a-"].q-layer-default,
[class^="m-"].q-layer-default,
[class^="o-"].q-layer-default {
  z-index: initial;
}

[class^="a-"].q-layer-base,
[class^="m-"].q-layer-base,
[class^="o-"].q-layer-base {
  z-index: 0;
}

[class^="a-"].q-layer-overlay,
[class^="m-"].q-layer-overlay,
[class^="o-"].q-layer-overlay {
  z-index: 25;
}

.u-row {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-row > [class^="o-"],
.u-row > [class^="m-"],
.u-row > [class^="a-"],
.u-row > [class^="q-"] {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1641px) {
  .u-row > [class^="o-"],
  .u-row > [class^="m-"],
  .u-row > [class^="a-"],
  .u-row > [class^="q-"] {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-no-padding-mobile > [class^="o-"],
.u-row.u-no-padding-mobile > [class^="m-"],
.u-row.u-no-padding-mobile > [class^="a-"],
.u-row.u-no-padding-mobile > [class^="q-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-full-width > [class^="o-"],
.u-row.u-full-width > [class^="m-"],
.u-row.u-full-width > [class^="a-"],
.u-row.u-full-width > [class^="q-"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.u-row.u-full-width .contain {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1641px) {
  .u-row.u-full-width .contain {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-full-width .contain.u-no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row:first-of-type {
  margin-top: 0;
}

.u-row:first-of-type .behind-header {
  margin-top: -80px;
}

@media (min-width: 768px) {
  .u-row:first-of-type .behind-header {
    margin-top: -125px;
  }
}

.u-row.u-mobile-separator {
  border-top: 1px solid rgba(0,
0,
0,
0.2);
}

@media (min-width: 768px) {
  .u-row.u-mobile-separator {
    border: none;
  }
}

.u-row.with-row-margin {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .u-row.with-row-margin {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  [class*=" u-cols"].u-no-padding-mobile,
  [class^="u-cols"].u-no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.is-sticky {
  z-index: 21;
  position: fixed !important;
}

.u-not-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .u-not-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-not-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-not-tablet {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .u-not-desktop {
    display: none !important;
  }
}

.u-overflow-wrapper {
  -webkit-overflow-scrolling: touch;
}

.u-position-mobile-middle {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translate(0,
-50%);
}

@media (min-width: 768px) {
  .u-position-mobile-middle {
    top: auto;
    transform: none;
  }
}

.u-position-mobile-top {
  position: relative;
  top: 0;
  width: 100%;
  transform: translate(0,
0);
}

@media (min-width: 768px) {
  .u-position-mobile-top {
    top: auto;
    transform: none;
  }
}

.u-position-mobile-bottom {
  position: relative;
  top: 100%;
  width: 100%;
  transform: translate(0,
-100%);
}

@media (min-width: 768px) {
  .u-position-mobile-bottom {
    top: auto;
    transform: none;
  }
}

@media (min-width: 768px) {
  .u-position-right {
    position: relative;
    width: 50%;
    padding: 0 5%;
    float: right;
  }
}

@media (min-width: 768px) {
  .u-position-left {
    position: relative;
    width: 50%;
    padding: 0 5%;
    float: left;
  }
}

@media (min-width: 768px) {
  .u-position-middle {
    position: relative;
    top: 50%;
    transform: translate(0,
-50%);
  }
}

@media (min-width: 768px) {
  .u-position-top {
    position: relative;
    top: 0;
  }
}

@media (min-width: 768px) {
  .u-position-bottom {
    position: relative;
    top: 100%;
    transform: translate(0,
-100%);
  }
}

[class^='u-cols'],
[class*=' u-cols'] {
  display: block;
  float: left;
}

.u-cols-sb-sm-0-12 {
  margin-left: 0;
}

.u-cols-sa-sm-0-12 {
  margin-right: 0;
}

.u-cols-sm-1-12 {
  width: 8.33333%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-1 {
  margin-left: 8.33333%;
  width: inherit;
}

.u-cols-sb-sm-1-12 {
  margin-left: 8.33333%;
  width: inherit;
}

.u-cols-sa-sm-1-12 {
  margin-right: 8.33333%;
  width: inherit;
}

.u-cols-sm-2-12 {
  width: 16.66667%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-2 {
  margin-left: 16.66667%;
  width: inherit;
}

.u-cols-sb-sm-2-12 {
  margin-left: 16.66667%;
  width: inherit;
}

.u-cols-sa-sm-2-12 {
  margin-right: 16.66667%;
  width: inherit;
}

.u-cols-sm-3-12 {
  width: 25%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-3 {
  margin-left: 25%;
  width: inherit;
}

.u-cols-sb-sm-3-12 {
  margin-left: 25%;
  width: inherit;
}

.u-cols-sa-sm-3-12 {
  margin-right: 25%;
  width: inherit;
}

.u-cols-sm-4-12 {
  width: 33.33333%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-4 {
  margin-left: 33.33333%;
  width: inherit;
}

.u-cols-sb-sm-4-12 {
  margin-left: 33.33333%;
  width: inherit;
}

.u-cols-sa-sm-4-12 {
  margin-right: 33.33333%;
  width: inherit;
}

.u-cols-sm-5-12 {
  width: 41.66667%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-5 {
  margin-left: 41.66667%;
  width: inherit;
}

.u-cols-sb-sm-5-12 {
  margin-left: 41.66667%;
  width: inherit;
}

.u-cols-sa-sm-5-12 {
  margin-right: 41.66667%;
  width: inherit;
}

.u-cols-sm-6-12 {
  width: 50%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-6 {
  margin-left: 50%;
  width: inherit;
}

.u-cols-sb-sm-6-12 {
  margin-left: 50%;
  width: inherit;
}

.u-cols-sa-sm-6-12 {
  margin-right: 50%;
  width: inherit;
}

.u-cols-sm-7-12 {
  width: 58.33333%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-7 {
  margin-left: 58.33333%;
  width: inherit;
}

.u-cols-sb-sm-7-12 {
  margin-left: 58.33333%;
  width: inherit;
}

.u-cols-sa-sm-7-12 {
  margin-right: 58.33333%;
  width: inherit;
}

.u-cols-sm-8-12 {
  width: 66.66667%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-8 {
  margin-left: 66.66667%;
  width: inherit;
}

.u-cols-sb-sm-8-12 {
  margin-left: 66.66667%;
  width: inherit;
}

.u-cols-sa-sm-8-12 {
  margin-right: 66.66667%;
  width: inherit;
}

.u-cols-sm-9-12 {
  width: 75%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-9 {
  margin-left: 75%;
  width: inherit;
}

.u-cols-sb-sm-9-12 {
  margin-left: 75%;
  width: inherit;
}

.u-cols-sa-sm-9-12 {
  margin-right: 75%;
  width: inherit;
}

.u-cols-sm-10-12 {
  width: 83.33333%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-10 {
  margin-left: 83.33333%;
  width: inherit;
}

.u-cols-sb-sm-10-12 {
  margin-left: 83.33333%;
  width: inherit;
}

.u-cols-sa-sm-10-12 {
  margin-right: 83.33333%;
  width: inherit;
}

.u-cols-sm-11-12 {
  width: 91.66667%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-11 {
  margin-left: 91.66667%;
  width: inherit;
}

.u-cols-sb-sm-11-12 {
  margin-left: 91.66667%;
  width: inherit;
}

.u-cols-sa-sm-11-12 {
  margin-right: 91.66667%;
  width: inherit;
}

.u-cols-sm-12-12 {
  width: 100%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.u-cols-sb-sm-12 {
  margin-left: 100%;
  width: inherit;
}

.u-cols-sb-sm-12-12 {
  margin-left: 100%;
  width: inherit;
}

.u-cols-sa-sm-12-12 {
  margin-right: 100%;
  width: inherit;
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-24 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-24 {
    margin-right: 0;
  }
  .u-cols-md-1-24 {
    width: 4.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-1 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sb-md-1-24 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sa-md-1-24 {
    margin-right: 4.16667%;
    width: inherit;
  }
  .u-cols-md-2-24 {
    width: 8.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-2 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-md-2-24 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-md-2-24 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-md-3-24 {
    width: 12.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-3 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-md-3-24 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-md-3-24 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-md-4-24 {
    width: 16.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-4 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-md-4-24 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-md-4-24 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-md-5-24 {
    width: 20.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-5 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sb-md-5-24 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sa-md-5-24 {
    margin-right: 20.83333%;
    width: inherit;
  }
  .u-cols-md-6-24 {
    width: 25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-6 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-md-6-24 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-md-6-24 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-md-7-24 {
    width: 29.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-7 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sb-md-7-24 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sa-md-7-24 {
    margin-right: 29.16667%;
    width: inherit;
  }
  .u-cols-md-8-24 {
    width: 33.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-8 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-md-8-24 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-md-8-24 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-md-9-24 {
    width: 37.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-9 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-md-9-24 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-md-9-24 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-md-10-24 {
    width: 41.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-10 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-md-10-24 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-md-10-24 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-md-11-24 {
    width: 45.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-11 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sb-md-11-24 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sa-md-11-24 {
    margin-right: 45.83333%;
    width: inherit;
  }
  .u-cols-md-12-24 {
    width: 50%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-12-24 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-12-24 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-13-24 {
    width: 54.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-13 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sb-md-13-24 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sa-md-13-24 {
    margin-right: 54.16667%;
    width: inherit;
  }
  .u-cols-md-14-24 {
    width: 58.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-14 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-md-14-24 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-md-14-24 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-md-15-24 {
    width: 62.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-15 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-md-15-24 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-md-15-24 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-md-16-24 {
    width: 66.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-16 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-md-16-24 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-md-16-24 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-md-17-24 {
    width: 70.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-17 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sb-md-17-24 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sa-md-17-24 {
    margin-right: 70.83333%;
    width: inherit;
  }
  .u-cols-md-18-24 {
    width: 75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-18 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-md-18-24 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-md-18-24 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-md-19-24 {
    width: 79.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-19 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sb-md-19-24 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sa-md-19-24 {
    margin-right: 79.16667%;
    width: inherit;
  }
  .u-cols-md-20-24 {
    width: 83.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-20 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-md-20-24 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-md-20-24 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-md-21-24 {
    width: 87.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-21 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-md-21-24 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-md-21-24 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-md-22-24 {
    width: 91.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-22 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-md-22-24 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-md-22-24 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-md-23-24 {
    width: 95.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-23 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sb-md-23-24 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sa-md-23-24 {
    margin-right: 95.83333%;
    width: inherit;
  }
  .u-cols-md-24-24 {
    width: 100%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-24-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-24-24 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-24 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-24 {
    margin-right: 0;
  }
  .u-cols-lg-1-24 {
    width: 4.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-1-24 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-1-24 {
    margin-right: 4.16667%;
    width: inherit;
  }
  .u-cols-lg-2-24 {
    width: 8.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-2 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-2-24 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-2-24 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-lg-3-24 {
    width: 12.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-3 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-3-24 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-3-24 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-4-24 {
    width: 16.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-4 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-4-24 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-4-24 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-5-24 {
    width: 20.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-5 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-5-24 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-5-24 {
    margin-right: 20.83333%;
    width: inherit;
  }
  .u-cols-lg-6-24 {
    width: 25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-6 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-6-24 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-6-24 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-7-24 {
    width: 29.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-7 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-7-24 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-7-24 {
    margin-right: 29.16667%;
    width: inherit;
  }
  .u-cols-lg-8-24 {
    width: 33.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-8 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-8-24 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-8-24 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-9-24 {
    width: 37.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-9 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-9-24 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-9-24 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-10-24 {
    width: 41.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-10 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-10-24 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-10-24 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-lg-11-24 {
    width: 45.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-11 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-11-24 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-11-24 {
    margin-right: 45.83333%;
    width: inherit;
  }
  .u-cols-lg-12-24 {
    width: 50%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-12-24 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-12-24 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-13-24 {
    width: 54.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-13 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-13-24 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-13-24 {
    margin-right: 54.16667%;
    width: inherit;
  }
  .u-cols-lg-14-24 {
    width: 58.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-14 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-14-24 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-14-24 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-lg-15-24 {
    width: 62.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-15 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-15-24 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-15-24 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-16-24 {
    width: 66.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-16 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-16-24 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-16-24 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-17-24 {
    width: 70.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-17 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-17-24 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-17-24 {
    margin-right: 70.83333%;
    width: inherit;
  }
  .u-cols-lg-18-24 {
    width: 75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-18 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-18-24 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-18-24 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-19-24 {
    width: 79.16667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-19 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-19-24 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-19-24 {
    margin-right: 79.16667%;
    width: inherit;
  }
  .u-cols-lg-20-24 {
    width: 83.33333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-20 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-20-24 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-20-24 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-21-24 {
    width: 87.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-21 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-21-24 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-21-24 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-22-24 {
    width: 91.66667%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-22 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-22-24 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-22-24 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-lg-23-24 {
    width: 95.83333%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-23 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-23-24 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-23-24 {
    margin-right: 95.83333%;
    width: inherit;
  }
  .u-cols-lg-24-24 {
    width: 100%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-24-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-24-24 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-16 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-16 {
    margin-right: 0;
  }
  .u-cols-md-1-16 {
    width: 6.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-1 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sb-md-1-16 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sa-md-1-16 {
    margin-right: 6.25%;
    width: inherit;
  }
  .u-cols-md-2-16 {
    width: 12.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-2 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-md-2-16 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-md-2-16 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-md-3-16 {
    width: 18.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-3 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sb-md-3-16 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sa-md-3-16 {
    margin-right: 18.75%;
    width: inherit;
  }
  .u-cols-md-4-16 {
    width: 25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-md-4-16 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-md-4-16 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-md-5-16 {
    width: 31.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-5 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sb-md-5-16 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sa-md-5-16 {
    margin-right: 31.25%;
    width: inherit;
  }
  .u-cols-md-6-16 {
    width: 37.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-6 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-md-6-16 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-md-6-16 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-md-7-16 {
    width: 43.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-7 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sb-md-7-16 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sa-md-7-16 {
    margin-right: 43.75%;
    width: inherit;
  }
  .u-cols-md-8-16 {
    width: 50%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-8-16 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-8-16 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-9-16 {
    width: 56.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-9 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sb-md-9-16 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sa-md-9-16 {
    margin-right: 56.25%;
    width: inherit;
  }
  .u-cols-md-10-16 {
    width: 62.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-10 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-md-10-16 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-md-10-16 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-md-11-16 {
    width: 68.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-11 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sb-md-11-16 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sa-md-11-16 {
    margin-right: 68.75%;
    width: inherit;
  }
  .u-cols-md-12-16 {
    width: 75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-12 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-md-12-16 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-md-12-16 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-md-13-16 {
    width: 81.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-13 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sb-md-13-16 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sa-md-13-16 {
    margin-right: 81.25%;
    width: inherit;
  }
  .u-cols-md-14-16 {
    width: 87.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-14 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-md-14-16 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-md-14-16 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-md-15-16 {
    width: 93.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-15 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sb-md-15-16 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sa-md-15-16 {
    margin-right: 93.75%;
    width: inherit;
  }
  .u-cols-md-16-16 {
    width: 100%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-md-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-16-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-16-16 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-16 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-16 {
    margin-right: 0;
  }
  .u-cols-lg-1-16 {
    width: 6.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-1 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sb-lg-1-16 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sa-lg-1-16 {
    margin-right: 6.25%;
    width: inherit;
  }
  .u-cols-lg-2-16 {
    width: 12.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-2 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-2-16 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-2-16 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-3-16 {
    width: 18.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-3 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sb-lg-3-16 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sa-lg-3-16 {
    margin-right: 18.75%;
    width: inherit;
  }
  .u-cols-lg-4-16 {
    width: 25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-4-16 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-4-16 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-5-16 {
    width: 31.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-5 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sb-lg-5-16 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sa-lg-5-16 {
    margin-right: 31.25%;
    width: inherit;
  }
  .u-cols-lg-6-16 {
    width: 37.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-6 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-6-16 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-6-16 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-7-16 {
    width: 43.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-7 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sb-lg-7-16 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sa-lg-7-16 {
    margin-right: 43.75%;
    width: inherit;
  }
  .u-cols-lg-8-16 {
    width: 50%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-8-16 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-8-16 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-9-16 {
    width: 56.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-9 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sb-lg-9-16 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sa-lg-9-16 {
    margin-right: 56.25%;
    width: inherit;
  }
  .u-cols-lg-10-16 {
    width: 62.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-10 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-10-16 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-10-16 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-11-16 {
    width: 68.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-11 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sb-lg-11-16 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sa-lg-11-16 {
    margin-right: 68.75%;
    width: inherit;
  }
  .u-cols-lg-12-16 {
    width: 75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-12 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-12-16 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-12-16 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-13-16 {
    width: 81.25%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-13 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sb-lg-13-16 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sa-lg-13-16 {
    margin-right: 81.25%;
    width: inherit;
  }
  .u-cols-lg-14-16 {
    width: 87.5%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-14 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-14-16 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-14-16 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-15-16 {
    width: 93.75%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-15 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sb-lg-15-16 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sa-lg-15-16 {
    margin-right: 93.75%;
    width: inherit;
  }
  .u-cols-lg-16-16 {
    width: 100%;
    padding-right: 0.356%;
    padding-left: 0.356%;
  }
  .u-cols-sb-lg-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-16-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-16-16 {
    margin-right: 100%;
    width: inherit;
  }
}

.example {
  position: relative;
}

.example .a-backdrop {
  height: 200px;
}

.example .a-backdrop.is-visible {
  position: relative;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.a-backdrop {
  z-index: 19;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  display: none;
}

.a-backdrop.is-visible {
  background-color: #D2D6D8;
  display: block;
}

.a-backdrop.is-fading-out {
  animation: fadeOut 0.6s ease;
}

.a-backdrop.transparent {
  opacity: 0.5;
}

.a-backdrop.is-dark {
  background-color: #1F313A;
}

.burger-example .js-mixin {
  overflow: hidden;
}

.a-burger {
  height: 48px;
  width: 36px;
  display: inline-block;
  float: left;
}

.a-burger .line-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.a-burger .line {
  background-color: #1F313A;
  height: 2px;
  margin-bottom: 5px;
  transition: background-color 0.25s ease,
opacity 0.25s ease,
transform 0.25s ease-in-out;
  width: 26px;
  transform-origin: 50% 50%;
}

.a-burger .line:last-child {
  margin-bottom: 0;
}

.a-burger.is-active .line {
  visibility: hidden;
}

.a-burger.is-active .line:first-child {
  visibility: visible;
  transform: rotate(45deg) translate3d(5px,
5px,
0);
}

.a-burger.is-active .line:last-child {
  visibility: visible;
  transform: rotate(-45deg) translate3d(5px,
-5px,
0);
}

[class^="a-"] .q-border-color-purple,
[class^="m-"] .q-border-color-purple,
[class^="o-"] .q-border-color-purple {
  border-color: #A50AFF;
}

[class^="a-"] .q-border-color-pink,
[class^="m-"] .q-border-color-pink,
[class^="o-"] .q-border-color-pink {
  border-color: #F20074;
}

[class^="a-"] .q-border-color-yellow,
[class^="m-"] .q-border-color-yellow,
[class^="o-"] .q-border-color-yellow {
  border-color: #FFF838;
}

.o-example .a-button-email {
  border: 2px solid #1F313A;
}

.o-example .a-button-email .button-col {
  width: 320px;
  height: 50px;
  text-align: center;
}

.o-example .a-button-email .button-link {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #1F313A;
  width: 100%;
}

.o-example .a-button-email .button-link span {
  color: #1F313A;
}

[class^="a-"],
[class^="m-"],
[class^="o-"] {
  /* font families */
  /* text transforms */
  /* letter spacing */
}

[class^="a-"] .q-peta,
[class^="m-"] .q-peta,
[class^="o-"] .q-peta {
  font-size: 34px;
  line-height: 40px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-peta,
  [class^="m-"] .q-peta,
  [class^="o-"] .q-peta {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-peta,
  [class^="m-"] .q-peta,
  [class^="o-"] .q-peta {
    font-size: 64px;
    line-height: 70px;
  }
}

[class^="a-"] .q-tera,
[class^="m-"] .q-tera,
[class^="o-"] .q-tera {
  font-size: 48px;
  line-height: 56px;
}

[class^="a-"] .q-giga,
[class^="m-"] .q-giga,
[class^="o-"] .q-giga {
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-giga,
  [class^="m-"] .q-giga,
  [class^="o-"] .q-giga {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-giga,
  [class^="m-"] .q-giga,
  [class^="o-"] .q-giga {
    font-size: 40px;
    line-height: 50px;
  }
}

[class^="a-"] .q-mega,
[class^="m-"] .q-mega,
[class^="o-"] .q-mega {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-mega,
  [class^="m-"] .q-mega,
  [class^="o-"] .q-mega {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-mega,
  [class^="m-"] .q-mega,
  [class^="o-"] .q-mega {
    font-size: 32px;
    line-height: 40px;
  }
}

[class^="a-"] .q-alpha,
[class^="m-"] .q-alpha,
[class^="o-"] .q-alpha {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-alpha,
  [class^="m-"] .q-alpha,
  [class^="o-"] .q-alpha {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-alpha,
  [class^="m-"] .q-alpha,
  [class^="o-"] .q-alpha {
    font-size: 24px;
    line-height: 30px;
  }
}

[class^="a-"] .q-beta,
[class^="m-"] .q-beta,
[class^="o-"] .q-beta {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-beta,
  [class^="m-"] .q-beta,
  [class^="o-"] .q-beta {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-beta,
  [class^="m-"] .q-beta,
  [class^="o-"] .q-beta {
    font-size: 20px;
    line-height: 28px;
  }
}

[class^="a-"] .q-gamma,
[class^="m-"] .q-gamma,
[class^="o-"] .q-gamma {
  font-size: 16px;
  line-height: 24px;
}

[class^="a-"] .q-delta,
[class^="m-"] .q-delta,
[class^="o-"] .q-delta {
  font-size: 13px;
  line-height: 16px;
}

[class^="a-"] .q-font-medium,
[class^="m-"] .q-font-medium,
[class^="o-"] .q-font-medium {
  font-family: 'Circular-Medium-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-medium-italic,
[class^="m-"] .q-font-medium-italic,
[class^="o-"] .q-font-medium-italic {
  font-family: 'Circular-Mediumitalic-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-dingbats,
[class^="m-"] .q-font-dingbats,
[class^="o-"] .q-font-dingbats {
  font-family: 'ZapfDingbats';
  font-weight: normal;
}

[class^="a-"] .q-font-black,
[class^="m-"] .q-font-black,
[class^="o-"] .q-font-black {
  font-family: 'Circular-Black-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-black-italic,
[class^="m-"] .q-font-black-italic,
[class^="o-"] .q-font-black-italic {
  font-family: 'Circular-Blackitalic-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-bold,
[class^="m-"] .q-font-bold,
[class^="o-"] .q-font-bold {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-bold-italic,
[class^="m-"] .q-font-bold-italic,
[class^="o-"] .q-font-bold-italic {
  font-family: 'Circular-Bolditalic-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-regular,
[class^="m-"] .q-font-regular,
[class^="o-"] .q-font-regular {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-regular-italic,
[class^="m-"] .q-font-regular-italic,
[class^="o-"] .q-font-regular-italic {
  font-family: 'Circular-Bookitalic-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-icons,
[class^="m-"] .q-font-icons,
[class^="o-"] .q-font-icons {
  font-family: 'Monki-Icons';
  font-weight: normal;
}

[class^="a-"] .q-font-washing,
[class^="m-"] .q-font-washing,
[class^="o-"] .q-font-washing {
  font-family: 'Washing-Icons';
  font-weight: normal;
}

[class^="a-"] .q-uppercase,
[class^="m-"] .q-uppercase,
[class^="o-"] .q-uppercase {
  text-transform: uppercase;
}

[class^="a-"] .q-lowercase,
[class^="m-"] .q-lowercase,
[class^="o-"] .q-lowercase {
  text-transform: lowercase;
}

[class^="a-"] .q-tracking-0,
[class^="m-"] .q-tracking-0,
[class^="o-"] .q-tracking-0 {
  letter-spacing: 0;
}

[class^="a-"] .q-tracking-05,
[class^="m-"] .q-tracking-05,
[class^="o-"] .q-tracking-05 {
  letter-spacing: 0.5px;
}

[class^="a-"] .q-tracking-1,
[class^="m-"] .q-tracking-1,
[class^="o-"] .q-tracking-1 {
  letter-spacing: 1px;
}

[class^="a-"] .q-tracking-2,
[class^="m-"] .q-tracking-2,
[class^="o-"] .q-tracking-2 {
  letter-spacing: 2px;
}

[class^="a-"] .q-tracking-3,
[class^="m-"] .q-tracking-3,
[class^="o-"] .q-tracking-3 {
  letter-spacing: 3px;
}

[class^="a-"] .q-tracking-4,
[class^="m-"] .q-tracking-4,
[class^="o-"] .q-tracking-4 {
  letter-spacing: 4px;
}

[class^="a-"] .q-tracking-5,
[class^="m-"] .q-tracking-5,
[class^="o-"] .q-tracking-5 {
  letter-spacing: 5px;
}

a.a-button,
a.a-button.no-states {
  display: inline-block;
  padding-top: 10px;
  text-align: center;
}

a.a-button.btn-white,
a.a-button.no-states.btn-white {
  padding-top: 12px;
}

.a-button {
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  border-image: #ED1385;
  border-image: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  border-image-slice: 1;
  border-color: inherit;
  color: inherit;
  border-width: 2px;
  border-style: solid;
  padding: 0;
  width: 100%;
  position: relative;
  outline: none;
  height: 50px;
  transition: color 0.25s ease,
background-color 0.25s ease;
}

.a-button:before {
  border: 2px solid #1F313A;
  z-index: 1;
  transition: border 0.25s ease;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 100%;
  width: 100%;
}

.a-button:hover,
.a-button.is-hover {
  color: #A50AFF;
}

.a-button:hover:before,
.a-button.is-hover:before {
  border: 2px solid transparent;
}

.a-button.is-active,
.a-button:active {
  border-image: #8f0b50;
  border-image: linear-gradient(45deg,
#8f0b50 0%,
#a902bf 50%,
#2c00cc 100%);
  border-image-slice: 1;
  color: #6700a3;
}

.a-button.is-active:before,
.a-button:active:before {
  border: 2px solid transparent;
  border-width: 2px;
}

.a-button:focus span,
.a-button:hover span {
  position: relative;
  top: 0;
  left: 0;
}

.a-button.no-states {
  border: 2px solid #1F313A;
}

.a-button.no-states:hover,
.a-button.no-states:active {
  border: 2px solid #1F313A;
  color: #1F313A;
}

.a-button.no-states:before {
  display: none;
}

.a-button.btn-white {
  color: #1F313A;
  background-color: #FFFFFF;
  border-image: none;
  border-width: 0;
}

.a-button.btn-white:before {
  display: none;
}

.a-button.btn-white:hover,
.a-button.btn-white.is-hover {
  background-color: #1F313A;
  color: #FFFFFF;
}

.a-button.btn-white:active,
.a-button.btn-white.is-active {
  background-color: #1F313A;
  color: #cccccc;
}

.a-button.btn-transparent {
  color: inherit;
  border-image: none;
  border: 2px solid;
  border-color: inherit;
}

.a-button.btn-transparent:before {
  display: none;
}

.a-button.btn-transparent:hover,
.a-button.btn-transparent.is-hover {
  background-color: #FFFFFF;
  color: #1F313A;
  border: 2px solid #FFFFFF;
}

.a-button.btn-transparent:active,
.a-button.btn-transparent.is-active {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: rgba(31,
49,
58,
0.8);
}

.a-card-number {
  position: relative;
  display: inline;
}

.a-card-number span::after {
  content: "\b7\b7\b7\b7";
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 16px;
  letter-spacing: -4px;
  display: none;
}

.a-card-number span:empty {
  width: 40px;
  display: inline-block;
  position: relative;
  height: 17px;
}

.a-card-number span:empty::after {
  display: block;
}

.a-card-number span:nth-child(3):empty {
  margin-right: 5px;
}

.a-card-number.has-spaces span + span:empty {
  margin-left: 1px;
}

.a-card-number.has-spaces span::after {
  letter-spacing: -5px;
}

[class^="a-wash-icon"],
[class*=" a-wash-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Washing-Icons';
  font-weight: normal;
}

[class^="a-icon"],
[class*=" a-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Monki-Icons';
  font-weight: normal;
  speak: none;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  transition: color 0.25s ease,
background-color 0.25s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-icon-arrow-back:before {
  content: "\e900";
}

.a-icon-arrow-down-shortcut:before {
  content: "\e901";
}

.a-icon-arrow-down-small:before {
  content: "\e902";
}

.a-icon-arrow-forward:before {
  content: "\e903";
}

.a-icon-arrow-mobile:before {
  content: "\e904";
}

.a-icon-global-bag:before {
  content: "\e905";
}

.a-icon-global-close:before {
  content: "\e906";
}

.a-icon-global-menu:before {
  content: "\e907";
}

.a-icon-global-mymonki:before {
  content: "\e908";
}

.a-icon-global-search:before {
  content: "\e909";
}

.a-icon-global-tick:before {
  content: "\e914";
}

.a-icon-social-facebook:before {
  content: "\e915";
}

.a-icon-social-facebook:hover {
  background-color: #39579B;
  color: #FFFFFF;
}

.a-icon-social-instagram:before {
  content: "\e90a";
}

.a-icon-social-instagram:hover {
  background-color: #125688;
  color: #FFFFFF;
}

.a-icon-social-pinterest:before {
  content: "\e90b";
}

.a-icon-social-pinterest:hover {
  background-color: #CD1D1E;
  color: #FFFFFF;
}

.a-icon-social-spotify:before {
  content: "\e90c";
}

.a-icon-social-spotify:hover {
  background-color: #00E461;
  color: #FFFFFF;
}

.a-icon-social-twitter:before {
  content: "\e90d";
}

.a-icon-social-twitter:hover {
  background-color: #1EA9E3;
  color: #FFFFFF;
}

.a-icon-social-snapchat:before {
  content: "\e919";
}

.a-icon-social-snapchat:hover {
  background-color: #fffc00;
  color: #FFFFFF;
}

.a-icon-status-cancelled:before {
  content: "\e90e";
}

.a-icon-status-delivered:before {
  content: "\e90f";
}

.a-icon-status-inprogress:before {
  content: "\e910";
}

.a-icon-status-returned:before {
  content: "\e911";
}

.a-icon-status-shipped:before {
  content: "\e912";
}

.a-icon-status-submitted:before {
  content: "\e913";
}

.a-icon-flammable:before {
  content: "\e91a";
}

.a-icon-flammable-restriction:before {
  content: "\e91b";
}

.a-icon-pointer:before {
  content: "\e916";
}

.a-icon-star:before {
  content: "\e917";
}

.a-icon-victory:before {
  content: "\e918";
}

.a-icon-social-google-plus:before {
  content: "\e91c";
}

.a-icon-social-google-plus:hover {
  background-color: #d34836;
  color: #FFFFFF;
}

.a-icon-social-tumblr:before {
  content: "\e91d";
}

.a-icon-social-tumblr:hover {
  background-color: #35465c;
  color: #FFFFFF;
}

.a-icon-smiley:before {
  content: "\e91e";
}

@keyframes OpacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.a-checkbox {
  display: none;
}

.a-checkbox + .custom-box {
  color: #1F313A;
  cursor: pointer;
}

.a-checkbox + .custom-box:before {
  content: "\e914";
}

.a-checkbox + .custom-box:before {
  font-family: 'Monki-Icons';
  font-weight: normal;
  border: 2px solid #1F313A;
  font-size: 25px;
  line-height: 25px;
  text-indent: 0px;
  color: transparent;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}

.a-checkbox:checked + .custom-box:before,
.a-checkbox.is-checked + .custom-box:before {
  color: #FFFFFF;
  animation: OpacityAnimation 0.25s ease;
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  border: 0 none;
}

.a-checkbox:disabled,
.a-checkbox.is-disabled {
  cursor: default;
}

.a-checkbox:disabled + .custom-box:before,
.a-checkbox.is-disabled + .custom-box:before {
  border-color: #D2D6D8;
}

.a-checkbox:disabled:checked + .custom-box:before,
.a-checkbox:disabled.is-checked + .custom-box:before,
.a-checkbox.is-disabled:checked + .custom-box:before,
.a-checkbox.is-disabled.is-checked + .custom-box:before {
  border-color: transparent;
  background: none;
  background-color: #D2D6D8;
}

.example2 {
  padding: 10px;
}

.a-coupon-link {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  padding: 0 5px 3px;
}

.a-coupon-link:hover {
  color: #FFFFFF;
  background-color: #1F313A;
}

.a-coupon-link.has-white-bg:hover {
  color: #1F313A;
  background-color: #FFFFFF;
}

.a-heading-1 {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  margin: 0;
  padding: 22px 0;
}

@media (min-width: 768px) {
  .a-heading-1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1025px) {
  .a-heading-1 {
    font-size: 64px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .a-heading-1 {
    padding: 26px 0;
  }
}

@media (min-width: 1025px) {
  .a-heading-1 {
    padding: 30px 0;
  }
}

.a-heading-2 {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 16px 0;
}

@media (min-width: 768px) {
  .a-heading-2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .a-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .a-heading-2 {
    padding: 20px 0;
  }
}

@media (min-width: 1025px) {
  .a-heading-2 {
    padding: 24px 0;
  }
}

.a-heading-3 {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 18px 0;
}

@media (min-width: 768px) {
  .a-heading-3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .a-heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .a-heading-3 {
    padding: 16px 0;
  }
}

@media (min-width: 1025px) {
  .a-heading-3 {
    padding: 12px 0;
  }
}

.a-heading-1 + .a-paragraph,
.a-heading-2 + .a-paragraph,
.a-heading-3 + .a-paragraph {
  margin-top: 0;
}

.a-heading-1 [class^="a-icon"]:not(.q-margin-icon-inline),
.a-heading-2 [class^="a-icon"]:not(.q-margin-icon-inline),
.a-heading-3 [class^="a-icon"]:not(.q-margin-icon-inline) {
  margin: auto 10px;
}

.example .sg-icons {
  display: block;
  margin-bottom: 40px;
}

.example .sg-icons .sg-icon-holder {
  display: inline-block;
  margin: 8px;
}

.example .sg-icons .sg-icon-holder .icon {
  display: block;
  width: 100%;
}

.example .sg-icons .sg-icon-holder .icon [class^="a-icon"] {
  position: relative;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.example .sg-icons .sg-icon-holder .name {
  display: inline-block;
  text-align: center;
}

.example.a-icon-example [class^="a-icon"] {
  width: 90px;
  height: 90px;
}

.example.a-icon-example-dark {
  background-color: #D2D6D8;
}

.a-icon-close-circle {
  background-color: #1F313A;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0 4px 0 rgba(0,
0,
0,
0.1);
}

.a-icon-close-circle .line {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.a-icon-close-circle .line:after,
.a-icon-close-circle .line:before {
  background-color: #FFFFFF;
  content: '';
  position: absolute;
}

.a-icon-close-circle .line:before {
  height: 12px;
  width: 2px;
  margin: 9px 0 0 14px;
}

.a-icon-close-circle .line:after {
  height: 2px;
  width: 12px;
  margin: 14px 0 0 9px;
}

.a-image {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
}

.a-input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D2D6D8;
  outline: none;
  width: 100%;
  height: 50px;
  text-align: inherit;
}

.a-input:-ms-input-placeholder {
  color: #D2D6D8;
  font-size: 16px;
  transition: color 0.25s ease;
}

.a-input::placeholder {
  color: #D2D6D8;
  font-size: 16px;
  transition: color 0.25s ease;
}

.example .label-holder {
  width: 82px;
  padding: 1px;
}

.a-label {
  cursor: inherit;
}

.a-label.has-error {
  color: #F20074;
  background-color: #FDE5F1;
  padding: 10px;
}

.a-label.nav-by-tab:focus {
  border-bottom: 1px solid #D2D6D8;
  border-bottom-style: dashed;
}

.a-link,
.is-richtext a {
  color: #A50AFF;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-in-out;
}

.a-link.no-styling,
.is-richtext a.no-styling {
  border: none;
  color: inherit;
}

.a-link.shortcut,
.is-richtext a.shortcut {
  color: #FFFFFF;
}

.a-link:hover,
.a-link.is-hover,
.a-link:focus,
.is-richtext a:hover,
.is-richtext a.is-hover,
.is-richtext a:focus {
  border-color: #A50AFF;
}

.a-link:hover.no-styling,
.a-link.is-hover.no-styling,
.a-link:focus.no-styling,
.is-richtext a:hover.no-styling,
.is-richtext a.is-hover.no-styling,
.is-richtext a:focus.no-styling {
  border: none;
}

.a-link.is-disabled,
.is-richtext a.is-disabled {
  pointer-events: none;
  cursor: default;
}

.a-monki-logo {
  width: 100%;
  transition: opacity 0.25s ease;
}

.a-monki-logo svg path {
  transition: fill 0.25s ease;
}

.example-btn {
  padding: 20px;
  background-color: rgba(0,
0,
0,
0.8);
  color: #fff;
  cursor: pointer;
  margin-left: 50px;
  display: table;
}

.a-overlay {
  background-color: #D2D6D8;
  z-index: 25;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.a-overlay.is-dark {
  background-color: #1F313A;
}

.a-overlay.is-visible {
  visibility: visible;
  cursor: pointer;
}

.a-paragraph,
.is-richtext p {
  margin: 22px 0;
}

.a-paragraph.no-margin,
.is-richtext p.no-margin {
  margin: 0;
}

.a-radio-button {
  display: none;
  cursor: pointer;
}

.a-radio-button + .custom-radio {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.a-radio-button + .custom-radio:before {
  border: 2px solid #1F313A;
  content: "";
  display: inline-table;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  box-sizing: border-box;
  position: relative;
  top: -1px;
}

.a-radio-button:checked + .custom-radio:before,
.a-radio-button.is-checked + .custom-radio:before {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  color: #FFFFFF;
  animation: OpacityAnimation 0.25s ease;
  border-width: 0;
}

.a-radio-button:checked + .custom-radio:after,
.a-radio-button.is-checked + .custom-radio:after {
  background-color: #FFFFFF;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 7px;
  top: 6px;
}

.a-radio-button.is-disabled + .custom-radio:before,
.a-radio-button:disabled + .custom-radio:before {
  border: 2px solid #D2D6D8;
  background: none;
}

.a-radio-button.is-disabled.is-checked + .custom-radio:before,
.a-radio-button:disabled:checked + .custom-radio:before {
  border: none;
  background-color: #D2D6D8;
}

.a-svg-example [class^="a-svg"] {
  width: 90px;
  height: 90px;
}

.a-svg-example.dark {
  background-color: #D2D6D8;
  width: 90px;
}

.sg-icons {
  display: block;
  margin-bottom: 40px;
}

.sg-icons .sg-icon-holder {
  display: inline-block;
  margin: 8px;
}

.sg-icons .sg-icon-holder .icon {
  display: block;
  width: 100%;
}

.sg-icons .sg-icon-holder .icon [class^="a-svg"] {
  position: relative;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

[class^="a-svg-"] {
  width: 40px;
  height: 40px;
}

[class^="a-svg-80"] {
  width: 80px;
  height: 80px;
}

.a-swatch {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 5px;
}

.a-swatch input[type="radio"] {
  display: none;
}

.a-swatch .a-image {
  border: 2px solid #DFE0E6;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.a-swatch .sold-out {
  display: none;
}

.a-swatch.is-selected {
  cursor: default;
}

.a-swatch.is-selected .a-image {
  border: 4px solid #FFFFFF;
  height: 38px;
  width: 38px;
  margin-left: 2px;
}

.a-swatch.is-selected .a-swatch-foreground::before {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  top: -2px;
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  width: 42px;
  border-radius: 50%;
}

.a-swatch.is-disabled {
  cursor: default;
}

.a-swatch.is-disabled .sold-out {
  display: block;
  margin-left: -5px;
  margin-top: 10px;
  margin-bottom: 2px;
}

.a-swatch.is-disabled .a-image {
  margin-left: 0;
  margin-top: 0;
}

.a-swatch.is-disabled .a-swatch-foreground {
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  height: 40px;
  width: 40px;
}

.a-swatch.is-disabled .a-swatch-foreground::before {
  background-color: #D2D6D8;
  border: 2px solid #FFFFFF;
  border-left: none;
  border-right: none;
  top: 17px;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 48px;
  left: 20px;
  transform: translateX(-50%);
}

.a-tooltip {
  position: relative;
  display: inline-block;
}

.a-tooltip:hover:after {
  background-color: #FFFFFF;
  color: #1F313A;
  z-index: 1;
  content: attr(data-title);
  width: 184px;
  padding: 10px 0;
  text-align: center;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  white-space: nowrap;
  bottom: 37px;
  box-shadow: 0 6px 0 rgba(31,
49,
58,
0.4);
}

.a-tooltip:hover:before {
  z-index: 2;
  color: #FFFFFF;
  text-shadow: 0 12px 0 rgba(31,
49,
58,
0.4);
  bottom: 25px;
  content: "\25BC";
  left: 50%;
  position: absolute;
  transform: scale(1.2,
0.55);
}

.a-tooltip.is-clicked:after {
  color: #31E0B9;
  box-shadow: 0 6px rgba(0,
0,
0,
0.1);
}

.a-tooltip.is-clicked:before {
  text-shadow: 0 12px rgba(0,
0,
0,
0.1);
}

.m-address p {
  margin: 0 0 3px;
}

.m-address .type {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-address.is-editable .type {
  color: #A5ADB0;
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-address.is-editable .name {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-blog-teaser .a-label {
  display: block;
  text-align: center;
}

.m-blog-teaser .a-label.heading {
  margin: 12px 0 18px;
}

@media (min-width: 768px) {
  .m-blog-teaser .a-label.heading {
    margin: 15px 0;
  }
}

.m-blog-teaser .a-paragraph {
  text-align: left;
}

@media (min-width: 768px) {
  .m-blog-teaser .a-paragraph {
    text-align: center;
  }
}

.m-button-icon {
  cursor: pointer;
  width: 40px;
  height: auto;
  transition: color 0.25s ease,
background-color 0.25s ease;
}

.example .button-icon-txt-wrapper {
  width: 130px;
  height: 58px;
  padding: 3px;
}

.m-button-icon-txt {
  width: auto;
  cursor: pointer;
  border: 0;
  display: inline-block;
  line-height: 48px;
  transition: background-color 0.25s ease,
border-color 0.25s ease,
opacity 0.25s ease;
}

@media (min-width: 1025px) {
  .m-button-icon-txt {
    border: 2px solid #1F313A;
    color: #1F313A;
    padding: 0 16px;
  }
}

.m-button-icon-txt .text {
  transition: color 0.25s ease;
  display: none;
}

@media (min-width: 768px) {
  .m-button-icon-txt .text {
    display: inline-block;
  }
}

.m-button-icon-txt [class^="a-icon"] {
  transition: color 0.25s ease;
  width: 36px;
  height: 48px;
  float: left;
}

.m-button-icon-txt.is-active {
  border: 2px solid transparent;
  height: 48px;
}

.m-button-icon-txt.is-active .text {
  display: none;
}

.m-button-icon-txt.light {
  border-color: #FFFFFF;
}

.m-button-icon-txt.light .text,
.m-button-icon-txt.light [class^="a-icon"] {
  color: #FFFFFF;
}

.m-button-icon-txt.light .a-burger .line {
  background-color: #FFFFFF;
}

.m-button-icon-txt.dark {
  border-color: #1F313A;
}

.m-button-icon-txt.dark .text,
.m-button-icon-txt.dark [class^="a-icon"] {
  color: #1F313A;
}

.m-button-icon-txt.dark .a-burger .line {
  background-color: #1F313A;
}

.m-button-icon-txt.purple {
  border-color: #A50AFF;
}

.m-button-icon-txt.purple .text,
.m-button-icon-txt.purple [class^="a-icon"] {
  color: #A50AFF;
}

.m-button-icon-txt.purple .a-burger .line {
  background-color: #A50AFF;
}

.m-button-icon-txt.is-hover,
.m-button-icon-txt:hover {
  border-image: #FF00F3;
  border-image: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  border-image-slice: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .m-button-icon-txt.is-hover .text,
  .m-button-icon-txt.is-hover [class^="a-icon"],
.m-button-icon-txt:hover .text,
  .m-button-icon-txt:hover [class^="a-icon"] {
    color: #A50AFF;
  }
  .m-button-icon-txt.is-hover .a-burger .line,
.m-button-icon-txt:hover .a-burger .line {
    background-color: #A50AFF;
  }
}

.m-button-icon-txt.bag-button {
  border-width: 0;
  padding-top: 5px;
}

.m-button-icon-txt.bag-button [class^="a-icon"] {
  position: relative;
  top: 3px;
  right: 4px;
}

.m-button-icon-txt.bag-button.has-items {
  border-width: 2px;
}

.m-card-info .info {
  margin-bottom: 10px;
  margin-top: -5px;
  display: block;
}

@media (min-width: 768px) {
  .m-card-info .info {
    margin: 0 0 0 130px;
  }
}

.m-card-info .label,
.m-card-info .info {
  font-size: 16px;
  line-height: 24px;
}

.m-card-info .label {
  color: #A5ADB0;
}

@media (min-width: 768px) {
  .m-card-info .label {
    float: left;
  }
}

.m-cart-addition {
  z-index: -1;
  overflow: visible;
  max-width: 400px;
  height: 80px;
}

@media (min-width: 768px) {
  .m-cart-addition {
    height: 125px;
  }
}

.m-cart-addition .gradient {
  height: inherit;
  float: left;
  text-align: center;
  padding: 0 34px;
  position: relative;
  vertical-align: top;
}

.m-cart-addition .gradient .a-label {
  color: #FFFFFF;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}

.m-cart-addition .gradient .a-label.desktop {
  display: none;
}

@media (min-width: 1025px) {
  .m-cart-addition .gradient .a-label.desktop {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 25px;
  }
}

.m-cart-addition .gradient .a-label.mobile {
  display: inline-block;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .m-cart-addition .gradient .a-label.mobile {
    padding-top: 45px;
  }
}

@media (min-width: 1025px) {
  .m-cart-addition .gradient .a-label.mobile {
    display: none;
  }
}

.m-cart-addition .gradient .a-label.max {
  display: none;
}

.m-cart-addition .gradient [class^="a-icon"] {
  color: #FFFFFF;
  line-height: inherit;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .m-cart-addition .gradient [class^="a-icon"] {
    padding-top: 35px;
  }
}

@media (min-width: 1025px) {
  .m-cart-addition .gradient [class^="a-icon"] {
    line-height: inherit;
    padding-top: 45px;
  }
}

.m-cart-addition .js-image {
  height: inherit;
  float: left;
}

.m-cart-addition .js-image .a-image {
  display: none;
  width: auto;
}

@media (min-width: 1025px) {
  .m-cart-addition .js-image .a-image {
    display: inline-block;
    height: inherit;
  }
}

.m-cart-addition.has-max-items {
  height: auto;
}

@media (min-width: 768px) {
  .m-cart-addition.has-max-items {
    height: 125px;
  }
}

.m-cart-addition.has-max-items .gradient {
  height: auto;
}

@media (min-width: 768px) {
  .m-cart-addition.has-max-items .gradient {
    height: inherit;
  }
}

.m-cart-addition.has-max-items .a-icon-victory,
.m-cart-addition.has-max-items .a-label.desktop,
.m-cart-addition.has-max-items .a-label.mobile,
.m-cart-addition.has-max-items .a-image {
  display: none;
}

.m-cart-addition.has-max-items .a-label.max {
  display: block;
}

@media (min-width: 768px) {
  .m-cart-addition.has-max-items .a-label.max {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}

.m-category-tile {
  position: relative;
}

.m-category-tile > [class^="a-"] {
  position: absolute;
}

.m-category-tile .a-picture {
  z-index: 0;
  position: relative;
  width: 100%;
}

.m-category-tile .a-button {
  bottom: 7%;
  min-width: 60%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .m-category-tile .a-button {
    width: auto;
  }
}

.m-category-tile .a-heading-2 {
  font-size: 34px;
  line-height: 40px;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .m-category-tile .a-heading-2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1025px) {
  .m-category-tile .a-heading-2 {
    font-size: 64px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .m-category-tile .a-heading-2 {
    font-size: 5vw !important;
  }
}

@media (min-width: 1025px) {
  .m-category-tile .a-heading-2 {
    font-size: 4vw !important;
  }
}

.m-category-tile .a-label {
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.m-category-tile .a-label.top {
  top: 20px;
  transform: none;
}

.m-category-tile .a-label.top-title {
  top: 40%;
}

.m-checkbox {
  margin: 20px 0;
}

.m-checkbox.has-background {
  color: #FFFFFF;
}

.m-checkbox.has-background .a-checkbox + .custom-box {
  color: #FFFFFF;
}

.m-checkbox.has-background .a-checkbox + .custom-box:before {
  border: 2px solid #FFFFFF;
}

.m-checkbox.has-background .a-checkbox:checked + .custom-box:before,
.m-checkbox.has-background .a-checkbox.is-checked + .custom-box:before {
  background: none;
  border: none;
  background-color: rgba(31,
49,
58,
0.4);
}

.m-copy-link {
  display: inline-block;
}

.m-copy-link textarea {
  transform: scale(0,
0);
  width: 0px;
  height: 0px;
  resize: none;
  border: none;
  position: absolute;
  outline: none;
}

.country-selector-example {
  width: 180px;
}

.a-link.m-country-select {
  background-color: #F1F2F3;
  color: #1F313A;
  border: 4px solid #F1F2F3;
  transition: background-color 0.25s ease,
border 0.25s ease;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
}

.a-link.m-country-select .a-image {
  position: absolute;
  height: 18px;
  width: 26px;
  top: 17px;
  left: 12px;
}

.a-link.m-country-select span {
  position: absolute;
  top: 16px;
  left: 48px;
}

.a-link.m-country-select:hover {
  background-color: #FFFFFF;
  border: 4px solid #B9FF55;
}

a.m-cta {
  display: inline-block;
  text-align: center;
  padding-top: 12px;
}

@media (min-width: 768px) {
  a.m-cta {
    padding-top: 15px;
  }
}

.m-cta {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #FFFFFF;
  background-color: #1F313A;
  z-index: 1;
  border: none;
  padding: 0;
  box-shadow: 0 4px 0 0 rgba(0,
0,
0,
0.1);
  position: relative;
  width: 100%;
  height: 50px;
}

@media (min-width: 768px) {
  .m-cta {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .m-cta {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .m-cta {
    height: 60px;
  }
}

.m-cta .backdrop {
  background: #ED1385;
  background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  z-index: -1;
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.m-cta:not(:disabled):hover .backdrop,
.m-cta.is-hover .backdrop,
.m-cta:focus .backdrop {
  opacity: 1;
}

.m-cta:not(:disabled):active,
.m-cta.is-active {
  color: #FFFFFF;
  box-shadow: 0 0 0 0 #D2D6D8;
}

.m-cta:not(:disabled):active .backdrop,
.m-cta.is-active .backdrop {
  background: #be0f6b;
  background: linear-gradient(45deg,
#be0f6b 0%,
#a902bf 50%,
#2c00cc 100%);
  opacity: 1;
}

.m-cta:focus .text,
.m-cta:hover .text {
  position: relative;
  top: 0;
  left: 0;
}

.m-cta.has-arrow::after {
  font-family: 'Monki-Icons';
  font-weight: normal;
  font-size: 40px;
  content: "\e903";
  position: absolute;
  top: 12px;
  right: 10px;
}

@media (min-width: 768px) {
  .m-cta.has-arrow::after {
    top: 15px;
  }
}

.m-cta:disabled {
  opacity: 0.2;
}

.m-cta.no-states:hover .backdrop,
.m-cta.no-states:active .backdrop,
.m-cta.no-states-mobile:hover .backdrop,
.m-cta.no-states-mobile:active .backdrop {
  opacity: 0;
}

@media (min-width: 768px) {
  .m-cta.no-states-mobile:hover .backdrop,
.m-cta.no-states-mobile:active .backdrop {
    opacity: 1;
  }
}

.example.dropdown-example {
  margin-top: 20px;
  margin-left: 40px;
}

.m-dropdown {
  border: 1px solid #1F313A;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: color 0.25s ease,
opacity 0.25s ease;
}

.m-dropdown input.js-input {
  display: none;
}

@media (min-width: 768px) {
  .m-dropdown {
    border: 2px solid #1F313A;
    max-width: 300px;
  }
  .m-dropdown .a-overlay {
    display: none;
  }
}

.m-dropdown .options,
.m-dropdown .bottom-option {
  display: none;
}

.m-dropdown .a-icon-arrow-down-small {
  position: absolute;
  right: 4px;
  top: 4px;
  transition: transform 0.25s ease;
}

.m-dropdown .a-icon-close {
  display: none;
}

.m-dropdown .a-label.placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 40px;
  display: block;
  line-height: 46px;
  height: 100%;
}

.m-dropdown ul {
  margin: 0;
}

.m-dropdown li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  line-height: inherit;
  list-style: none;
}

.m-dropdown.is-disabled {
  color: #A5ADB0;
  border: 2px solid #D2D6D8;
  cursor: default;
}

.m-dropdown.is-disabled .a-icon-arrow-down-small {
  color: #A5ADB0;
}

.m-dropdown.is-open {
  z-index: 26;
}

@media (min-width: 768px) {
  .m-dropdown.is-open {
    z-index: 6;
  }
}

.m-dropdown.is-open .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.m-dropdown.is-open li {
  padding-left: 15px;
}

.m-dropdown.is-open ul {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 0;
}

.m-dropdown.is-open ul.bottom-option {
  border-top: 1px solid #D2D6D8;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  padding-left: 0;
  width: 100%;
  position: fixed;
  bottom: -1px;
  left: 0;
}

@media (min-width: 768px) {
  .m-dropdown.is-open ul.bottom-option {
    display: none;
  }
}

.m-dropdown.is-open ul.bottom-option li {
  padding-left: 0;
}

.m-dropdown.is-open ul.bottom-option.is-selected li {
  background-color: #1F313A;
  color: #FFFFFF;
}

.m-dropdown.is-open ul.options {
  background-color: #FFFFFF;
  border: none;
  z-index: 26;
  box-shadow: 0px -8px 0 rgba(31,
49,
58,
0.05);
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  margin-bottom: 50px;
  max-height: 240px;
  overflow-y: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .m-dropdown.is-open ul.options {
    border: 2px solid #D2D6D8;
    z-index: 6;
    position: absolute;
    top: -20px;
    left: -40px;
    bottom: auto;
    box-shadow: 8px 8px 0 rgba(31,
49,
58,
0.05);
    margin-bottom: 0;
    max-height: 280px;
  }
}

.m-dropdown.is-open ul.options .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.m-dropdown.is-open ul.options li {
  position: relative;
  opacity: 1;
}

.m-dropdown.is-open ul.options li p {
  display: none;
}

.m-dropdown.is-open ul.options li.is-selected {
  background-color: #1F313A;
  color: #FFFFFF;
}

.m-dropdown.is-open ul.options li.is-disabled {
  color: #A5ADB0;
  background-color: #F9F9FA;
  cursor: default;
}

.m-dropdown.is-open ul.options li.is-disabled p {
  display: inline;
  margin-left: 20px;
}

.m-dropdown.has-one-item {
  cursor: auto;
}

.m-dropdown.has-one-item .a-icon-arrow-down-small {
  display: none;
}

.example .dropdown-example {
  height: 200px;
}

.m-dropdown-filter {
  width: 100%;
  height: 50px;
  position: relative;
  cursor: pointer;
  padding: 0;
}

@media (min-width: 768px) {
  .m-dropdown-filter {
    border-bottom: 2px solid #D2D6D8;
    max-width: 300px;
    padding: 0;
  }
  .m-dropdown-filter .a-overlay {
    display: none;
  }
}

.m-dropdown-filter ul {
  list-style: none;
  margin: 0;
}

.m-dropdown-filter .options {
  display: none;
}

.m-dropdown-filter .a-icon-arrow-down-small {
  position: absolute;
  right: 4px;
  top: 4px;
  transition: transform 0.25s ease;
}

.m-dropdown-filter li:not(.ul-container) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}

.m-dropdown-filter .a-input.filter {
  padding-left: 15px;
  padding-right: 40px;
}

.m-dropdown-filter.is-disabled {
  color: #A5ADB0;
  cursor: default;
}

.m-dropdown-filter.is-disabled .a-icon-arrow-down-small {
  color: #A5ADB0;
}

.m-dropdown-filter.is-open {
  z-index: 26;
  background-color: #FFFFFF;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 80px;
  padding: 0 6.5%;
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open {
    z-index: 6;
    position: relative;
    top: 0;
    padding: 0;
    height: 50px;
  }
}

.m-dropdown-filter.is-open.align-sticky {
  top: 50px;
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open.align-sticky {
    top: 0;
  }
}

.m-dropdown-filter.is-open [class^="a-icon"] {
  transform: rotate(180deg);
  margin-right: 6.5%;
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open [class^="a-icon"] {
    margin-right: 0;
  }
}

.m-dropdown-filter.is-open ul {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 0;
}

.m-dropdown-filter.is-open ul.options {
  background-color: #FFFFFF;
  border: none;
  z-index: 26;
  position: fixed;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-height: calc(100% - 80px - 50px - 16px);
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open ul.options {
    border: 2px solid #D2D6D8;
    z-index: 6;
    position: absolute;
    top: 48px;
    left: 0;
    bottom: auto;
    box-shadow: 8px 8px 0 rgba(31,
49,
58,
0.05);
    margin-bottom: 0;
    max-height: 280px;
  }
}

.m-dropdown-filter.is-open ul.options .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.m-dropdown-filter.is-open ul.options li {
  position: relative;
  opacity: 1;
}

.m-dropdown-filter.is-open ul.options li.is-selected {
  background-color: #1F313A;
  color: #FFFFFF;
}

.m-dropdown-filter.is-open ul.options li.is-disabled {
  color: #A5ADB0;
  background-color: #F9F9FA;
  cursor: default;
}

.m-editorial-tile {
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  padding: 8.35%;
  position: relative;
}

@media (min-width: 768px) {
  .m-editorial-tile {
    padding: 12.8%;
  }
}

.m-editorial-tile .a-image {
  margin-bottom: 35px;
}

.m-editorial-tile .a-label.content {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.m-editorial-tile .a-button {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 79.6%;
}

@media (min-width: 768px) {
  .m-editorial-tile .a-button {
    width: 65.75%;
  }
}

.m-editorial-tile.is-content {
  border-image: #FF00F3;
  border-image: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  border-image-slice: 1;
  border-width: 5px;
  border-style: solid;
}

.m-editorial-tile.is-content .content,
.m-editorial-tile.is-content .a-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .m-editorial-tile.is-content .content,
  .m-editorial-tile.is-content .a-button {
    position: relative;
  }
}

@media (min-width: 1025px) {
  .m-editorial-tile.is-content .content,
  .m-editorial-tile.is-content .a-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.m-editorial-tile.is-content [class^="a-heading"] {
  max-width: calc(100% - 80px);
  padding-bottom: 10px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .m-editorial-tile.is-content [class^="a-heading"] {
    max-width: calc(100% - 40px);
    padding-bottom: 16px;
  }
}

.m-editorial-tile.is-content .a-button {
  width: 65%;
  bottom: 10px;
}

@media (min-width: 768px) {
  .m-editorial-tile.is-content .a-button {
    bottom: 7%;
  }
}

.m-editorial-tile.is-content [class^="a-icon"] {
  margin-top: -10px;
}

@media (min-width: 366px) {
  .m-editorial-tile.is-content [class^="a-icon"] {
    margin-top: 0;
  }
}

.m-editorial-tile.is-content .content {
  width: 85%;
  bottom: 20%;
  padding: 0;
}

@media (min-width: 366px) {
  .m-editorial-tile.is-content .content {
    width: 65%;
    bottom: 28%;
  }
}

@media (min-width: 768px) {
  .m-editorial-tile.is-content .content {
    width: 100%;
    bottom: 20%;
  }
}

@media (min-width: 1025px) {
  .m-editorial-tile.is-content .content {
    width: 75%;
    padding: 0;
  }
}

.m-error .a-label {
  display: block;
}

.m-error-banner {
  z-index: 21;
  color: #1F313A;
  background: #FFBEC5;
  display: none;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 51px 0 19px;
  width: 100%;
}

@media (min-width: 768px) {
  .m-error-banner {
    padding: 0 87px;
    text-align: center;
  }
}

.m-error-banner .a-paragraph {
  margin: 30px 0;
  display: none;
}

.m-error-banner .a-paragraph.is-enabled {
  display: block;
}

.m-error-banner .a-paragraph.is-enabled ~ .a-paragraph {
  display: none;
}

.m-error-banner [class^="a-icon"] {
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-error-banner [class^="a-icon"] {
    right: 5px;
  }
}

.m-error-banner .is-richtext,
.m-error-banner a {
  color: #1F313A;
}

.m-filter-badge {
  border: 2px solid #A5ADB0;
  transition: color 0.25s ease,
background-color 0.25s ease,
border 0.25s ease;
  position: relative;
  padding: 6px 3px;
  cursor: pointer;
  display: inline-block;
}

.m-filter-badge.is-category .a-label.primary-text,
.m-filter-badge.is-category .a-label.triangle {
  display: inline-block;
}

.m-filter-badge .a-label {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  float: left;
  padding: 0 7px;
}

.m-filter-badge .a-label.primary-text,
.m-filter-badge .a-label.triangle {
  display: none;
}

.m-filter-badge .a-label.close {
  font-family: 'Monki-Icons';
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 1px 4px 0 4px;
}

.m-filter-badge .a-label.close:before {
  content: "\e906";
}

.m-filter-badge .a-label.triangle {
  font-size: 12px;
  top: 1px;
  position: relative;
}

.m-filter-badge:hover {
  background-color: #1F313A;
  border: 2px solid #1F313A;
  color: #FFFFFF;
}

.m-free-tile {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-free-tile > [class^="a-"] {
  position: absolute;
}

.m-free-tile .a-picture {
  display: none;
}

.m-free-tile .a-button {
  min-width: 60%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .m-free-tile .a-button {
    width: auto;
  }
}

.m-free-tile .text-content {
  position: absolute;
  padding: 10px 5%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.m-free-tile .text-content.top {
  top: 0;
  transform: none;
}

.m-free-tile .text-content.bottom {
  top: 93%;
  transform: translateY(-100%);
}

.m-free-tile .text-content .a-heading-2 {
  word-wrap: break-word;
  line-height: inherit;
  text-align: center;
  padding: 0 0 23px 0;
}

.m-free-tile .text-content .a-heading-2 + .a-label {
  padding-bottom: 29px;
}

.m-free-tile .text-content .a-label {
  word-wrap: break-word;
  max-width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 22px;
}

.m-free-tile .text-content .a-button {
  margin-top: 14px;
}

.m-heading-background {
  max-width: 1640px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .m-heading-background {
    padding-left: 6.5%;
    padding-right: 6.5%;
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .m-heading-background {
    padding-left: 5.356%;
    padding-right: 5.356%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .m-heading-background {
    padding-left: 87.205px;
    padding-right: 87.205px;
  }
}

@media (min-width: 1641px) {
  .m-heading-background {
    margin: 0 auto 28px auto;
  }
}

.m-heading-background .a-image {
  width: 100%;
}

.m-heading-background .a-heading-1 {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}

.example .info-box-example {
  padding: 15px;
  background-color: #DFE0E6;
}

.example .info-box-example .m-info-box {
  width: 200px;
  height: 300px;
}

.m-info-box {
  z-index: 1;
  border: 2px solid #D2D6D8;
  background-color: #FFFFFF;
  box-shadow: 8px 8px 0 rgba(31,
49,
58,
0.05);
  padding: 20px;
  position: relative;
}

.m-info-box .a-icon-global-close {
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  font-size: 32px;
}

@keyframes placeholder-down {
  from {
    top: -40px;
    font-size: 20px;
    line-height: 28px;
  }
  to {
    top: 0;
    font-size: 13px;
    line-height: 16px;
  }
}

@keyframes placeholder-down-center {
  from {
    font-size: 20px;
    line-height: 28px;
  }
  to {
    font-size: 13px;
    line-height: 16px;
  }
}

.m-input {
  border: none;
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.m-input input:-ms-input-placeholder {
  opacity: 0;
}

.m-input input::placeholder {
  opacity: 0;
}

.m-input input:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
  transition: none;
}

.m-input .a-input {
  font-size: 20px;
  line-height: 28px;
  z-index: 1;
  position: relative;
}

.m-input.is-active .a-label:last-child,
.m-input.is-filled .a-label:last-child {
  font-size: 13px;
  line-height: 16px;
  color: #1F313A;
  animation: placeholder-down 0.2s ease;
  padding: 2px 0;
  top: 0;
}

.m-input.no-description {
  height: 70px;
}

.m-input .a-label:first-child {
  display: block;
  padding-bottom: 3px;
}

.m-input .a-label:last-child {
  font-size: 20px;
  line-height: 28px;
  color: #A5ADB0;
  position: relative;
  float: left;
  top: -40px;
  transition: 0.2s ease;
}

.u-align-center .m-input.is-active .a-label:last-child {
  font-size: 13px;
  line-height: 16px;
  animation: placeholder-down-center 0.2s ease;
}

.u-align-center .m-input .a-label:last-child {
  left: 50%;
  transform: translateX(-50%);
}

.u-align-center .m-input.is-active .a-label:last-child {
  transform: translateX(-50%) translateY(0);
}

.m-input.is-readonly .a-input {
  border: none;
}

.m-input.has-error .a-label:last-child {
  color: #F20074;
}

.m-input.has-error .a-input {
  color: #F20074;
  border-bottom: 2px solid #F20074;
}

.m-input-phone-number .input-country-code {
  border-bottom: 2px solid #D2D6D8;
  display: inline;
  padding: 0 10px;
  font-size: 20px;
  width: 68px;
  text-align: center;
}

.m-input-phone-number .input-phone-number {
  width: calc(100% - 73px);
  margin-left: 5px;
}

.m-input-phone-number .a-label:last-child {
  left: 76px;
}

.example.instagram-user-example .js-mixin {
  height: 28px;
  width: 170px;
  background: gray;
}

.example.instagram-user-example.no-bg .js-mixin {
  background: none;
}

.m-instagram-user .a-image {
  display: inline-block;
  width: 28px;
  float: left;
}

.m-instagram-user .a-label {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  margin-left: 8px;
}

.m-instagram-user.big .user-info {
  display: inline-block;
  margin-left: 15px;
  margin-top: 4px;
  max-width: calc(100% - 65px);
}

.m-instagram-user.big .a-label {
  color: #A5ADB0;
  display: block;
  margin: 0;
}

.m-instagram-user.big .a-image {
  width: 50px;
}

.m-link-toggle {
  margin: 20px 0;
}

.m-link-toggle .m-link-toggle-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

.m-link-toggle.is-visible .m-link-toggle-block {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.m-order-attribute {
  display: inline-block;
  text-align: center;
}

.m-order-attribute .value-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 44px;
  line-height: 44px;
}

.m-order-attribute .value-container .a-label {
  color: #1F313A;
  font-size: 16px;
  line-height: 24px;
}

.m-order-attribute .a-label {
  color: #A5ADB0;
  font-size: 13px;
  line-height: 16px;
}

.m-order-attribute.has-border .value-container {
  border: 2px solid #D2D6D8;
  width: 44px;
  line-height: 40px;
  border-radius: 50%;
}

.m-order-status {
  font-size: 16px;
  line-height: 24px;
  color: #FF8B59;
  height: 48px;
}

.m-order-status .a-label {
  display: none;
}

@media (min-width: 1025px) {
  .m-order-status {
    height: auto;
  }
}

.m-order-status .order-progress {
  display: block;
  margin: 0 1px;
}

.m-order-status .order-progress .line {
  color: #D2D6D8;
  border-bottom: 4px solid #D2D6D8;
  font-size: 11px;
  text-align: center;
  width: calc((100% - 24px) / 4);
  line-height: 24px;
  margin-left: 8px;
  float: left;
}

@media (min-width: 768px) {
  .m-order-status .order-progress .line {
    width: 58px;
  }
}

@media (min-width: 768px) {
  .m-order-status .order-progress .line {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .m-order-status .order-progress .line {
    float: none;
  }
}

@media (min-width: 768px) {
  .m-order-status .order-progress .line {
    display: inline-block;
  }
}

.m-order-status .order-progress .line:first-child {
  margin-left: 0;
  color: #31E0B9;
  border-color: #31E0B9;
}

.m-order-status:before {
  font-family: 'Monki-Icons';
  font-weight: normal;
  display: none;
  vertical-align: top;
  font-size: 32px;
  content: "\E913";
}

.m-order-status.is-in-progress:before {
  content: "\E910";
}

.m-order-status.is-in-progress .order-progress .line:nth-child(2) {
  color: #31E0B9;
  border-color: #31E0B9;
}

.m-order-status.is-shipped:before {
  content: "\E912";
}

.m-order-status.is-shipped .order-progress .line:nth-child(-n+3) {
  color: #31E0B9;
  border-color: #31E0B9;
}

.m-order-status.is-returned:before {
  content: "\E911";
  display: inline-block;
}

.m-order-status.is-delivered {
  color: #31E0B9;
}

.m-order-status.is-delivered:before {
  content: "\E918";
  display: inline-block;
}

.m-order-status.is-canceled {
  color: #F20074;
}

.m-order-status.is-canceled:before {
  content: "\E90E";
  display: inline-block;
}

.m-order-status.is-canceled,
.m-order-status.is-delivered,
.m-order-status.is-returned {
  height: 48px;
}

.m-order-status.is-canceled .a-label,
.m-order-status.is-delivered .a-label,
.m-order-status.is-returned .a-label {
  display: inline-block;
}

.m-order-status.is-canceled .order-progress,
.m-order-status.is-delivered .order-progress,
.m-order-status.is-returned .order-progress {
  display: none;
}

.u-align-center .m-order-status .a-label {
  position: relative;
  left: -10px;
  top: 3px;
}

.u-align-center .m-order-status:before {
  position: relative;
  left: -8px;
  top: 3px;
}

.m-product-image {
  position: relative;
}

.m-product-image img {
  display: block;
  cursor: pointer;
  width: 100%;
}

.m-product-image .cross {
  background-color: #FFFFFF;
  position: absolute;
  display: inline-block;
  transition: opacity 0.5s;
  height: 50px;
  width: 2px;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,
-50%);
}

.m-product-image .cross:after {
  background-color: #FFFFFF;
  content: "";
  height: 2px;
  left: -24px;
  position: absolute;
  top: 24px;
  width: 50px;
}

.m-product-image:hover.zoomable .cross {
  opacity: 1;
}

html .m-product-image-backdrop {
  position: relative;
}

html .m-product-image-backdrop .img-wrapper {
  overflow: auto;
}

html .m-product-image-backdrop .close-icon {
  position: fixed;
}

html.no-touchevents {
  max-height: none;
  max-width: none;
}

html.no-touchevents .m-product-image-backdrop {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

html.no-touchevents .m-product-image-backdrop .img-wrapper {
  overflow: hidden;
}

html.no-touchevents .m-product-image-backdrop .img-wrapper img {
  max-width: none;
  max-height: none;
}

html.no-touchevents .m-product-image-backdrop .a-icon-global-close {
  display: none;
}

.m-product-image-backdrop {
  background-color: #FFFFFF;
  z-index: 25;
  cursor: url(/etc/designs/appeaser/monki/clientlibs/pattern-lib/images/zoom-cursor.svg),
auto;
  transition: opacity 0.25s ease;
  display: none;
  opacity: 0;
}

.m-product-image-backdrop.is-visible {
  display: block;
}

.m-product-image-backdrop.full-opacity {
  opacity: 1;
}

.m-product-image-backdrop .a-icon-global-close {
  z-index: 26;
  position: fixed;
  top: 15px;
  right: 15px;
}

.m-product-image-backdrop .img-wrapper {
  position: relative;
  height: 100vh;
}

.m-product-image-backdrop .img-wrapper .a-image {
  width: auto;
}

@media (min-width: 1025px) {
  .m-product-image-backdrop .img-wrapper .a-image {
    width: 100%;
  }
}

.m-product-image-backdrop img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.q-margin-full {
  margin: 36px 5%;
}

.q-margin-full-bottom {
  margin-bottom: 36px;
}

.q-margin-full-top {
  margin-top: 36px;
}

.q-margin-full-left {
  margin-left: 36px;
}

.q-margin-full-right {
  margin-right: 36px;
}

.q-margin-cta-to-secondary {
  margin-bottom: 20px;
}

.q-margin-icon-inline {
  margin-left: 2px;
  margin-right: 2px;
}

.q-margin-none {
  margin: 0;
}

.q-newsletter-cta-margin {
  margin-top: 34px;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .q-newsletter-cta-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .q-margin-horizontal-pagemenu {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.m-product-marker {
  margin: 5px 0 0;
}

.m-product-marker .marker-image {
  display: inline-block;
  text-align: center;
}

.m-product-marker .marker-image .a-image {
  display: block;
  width: auto;
  height: 9px;
}

@media (min-width: 768px) {
  .m-product-marker .marker-image .a-image {
    height: 12px;
  }
}

.m-product-marker .marker-image:nth-child(2) .a-image {
  padding-left: 18px;
}

@media (min-width: 768px) {
  .m-product-marker .marker-image:nth-child(2) .a-image {
    padding-left: 20px;
  }
}

.m-product-marker.promo-marker-wrapper {
  margin: 0;
}

.m-product-marker.promo-marker-wrapper .marker-image {
  display: block;
}

@media (min-width: 1025px) {
  .m-product-marker.promo-marker-wrapper .marker-image.promo-marker:hover .promo-infobox {
    display: block;
    width: 108px;
  }
  .m-product-marker.promo-marker-wrapper .marker-image.promo-marker:hover .promo-infobox .a-icon-global-close {
    display: none;
  }
}

.m-product-marker.promo-marker-wrapper .marker-image.promo-marker .a-image {
  height: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (min-width: 1025px) {
  .m-product-marker.promo-marker-wrapper .marker-image.promo-marker .a-image {
    height: 28px;
  }
}

.m-product-marker.promo-marker-wrapper .marker-image.promo-marker .promo-infobox {
  z-index: 5;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px #F1F2F3;
  position: absolute;
  width: 116px;
  height: auto;
  top: 37px;
  left: 12px;
  padding: 10px;
  display: none;
}

.m-product-marker.promo-marker-wrapper .marker-image.promo-marker .promo-infobox.is-open {
  display: block;
}

.m-product-marker.promo-marker-wrapper .marker-image.promo-marker .promo-infobox .a-paragraph {
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}

.m-product-marker.promo-marker-wrapper .marker-image.promo-marker .promo-infobox .a-icon-global-close {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: -5px;
  right: -1px;
  cursor: pointer;
}

.m-product-price {
  display: inline-block;
  max-width: 100%;
}

.m-product-price .a-label {
  display: inline-block;
}

.m-product-price .a-label.product-name {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
  display: block;
}

.m-product-price .a-label.is-deprecated {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #A5ADB0;
  text-decoration: line-through;
  margin-left: 10px;
}

.m-product-price .a-label.is-reduced {
  display: inline-block;
}

.m-product-price .a-label.is-reduced {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #F20074;
}

@media (min-width: 768px) {
  .m-product-price .a-label.is-deprecated,
.m-product-price .a-label.is-reduced {
    margin-right: 5px;
  }
}

.m-product-price .m-swatches {
  margin-top: 10px;
}

.m-product-price .product-item-selection {
  position: absolute;
  width: 100%;
  left: 0;
}

.m-radio-button .a-radio-button + .custom-radio:before {
  margin-right: 10px;
}

.m-radio-button-group fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.m-radio-button-group fieldset .m-radio-button {
  margin: 8px 0;
}

.example.radio-button-selector-example .m-radio-button {
  padding: 10px 0;
}

.example .selector-content .m-product-image {
  padding-top: 20px;
  display: none;
  cursor: auto;
  opacity: 0;
  transition: opacity 0.5s;
}

.example .selector-content .m-product-image.show {
  display: block;
}

.example .selector-content .m-product-image.fade-in {
  opacity: 1;
}

.m-search {
  display: inline-block;
  width: 40px;
  height: 51px;
  transition: border 0.25s ease;
}

@media (min-width: 1025px) {
  .m-search {
    width: 180px;
    border-bottom: 2px solid #D2D6D8;
  }
}

.m-search .a-icon-global-search {
  cursor: pointer;
  padding-top: 5px;
  float: left;
}

.m-search .a-input {
  font-size: 16px;
  line-height: 24px;
  border: none;
  display: none;
  width: 140px;
}

@media (min-width: 1025px) {
  .m-search .a-input {
    display: block;
  }
}

.m-search.is-hover {
  border-bottom: 2px solid #1F313A;
}

.m-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-summary-list li {
  width: 100%;
  position: relative;
}

.m-summary-list span {
  display: block;
}

.m-summary-list li + li {
  margin-top: 4px;
}

.m-summary-list li:last-child {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-summary-list li:last-child span:first-child {
  color: #1F313A;
}

.m-summary-list span:last-child {
  text-align: right;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

.m-summary-list span:first-child {
  margin-right: 120px;
  color: #A5ADB0;
}

@media (min-width: 768px) {
  .m-summary-list li + li {
    margin-top: 13px;
  }
  .m-summary-list span:last-child {
    text-align: left;
    width: 86px;
  }
}

.m-swatches {
  margin-bottom: 20px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .m-swatches {
    margin-left: 0px;
  }
}

.m-swatches .a-swatch {
  margin-right: 10px;
}

.m-swatches .picked-color {
  font-size: 13px;
  line-height: 16px;
  transition: color 0.25s ease;
  height: 18px;
  margin-bottom: 8px;
  margin-top: 16px;
  padding-left: 5px;
}

.m-swatches .picked-color span {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-swatches .sold-out {
  font-size: 13px;
  line-height: 16px;
}

.m-swatches.sm .a-swatch {
  margin-right: 0;
}

.m-swatches.sm .a-swatch .a-image {
  border: 1px solid #DFE0E6;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

.m-swatches.sm .a-swatch.is-selected .a-image {
  border: 2px solid #FFFFFF;
}

.m-swatches.sm .a-swatch.is-selected .background {
  width: 16px;
  height: 16px;
  top: -1px;
  left: -1px;
}

.m-swatches.sm .a-swatch.is-selected .a-swatch-foreground::before {
  top: -1px;
  left: 6px;
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.m-swatches.sm .a-swatch.is-disabled {
  cursor: default;
}

.m-swatches.sm .a-swatch.is-disabled .sold-out {
  display: none;
}

.m-swatches.sm .a-swatch.is-disabled .a-image {
  margin-left: 0;
  margin-top: 0;
}

.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::before {
  border: 2px solid #FFFFFF;
  top: 17px;
  height: 2px;
  width: 21px;
  left: 2px;
}

.m-tablist {
  display: block;
  padding: 0;
}

.m-tablist ul {
  list-style: none;
}

.m-tablist li {
  background-color: #EFF0F3;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 14px 18px;
  cursor: pointer;
  position: relative;
  margin-left: -2px;
}

.m-tablist li:hover {
  background-color: #DFE0E6;
}

.m-tablist li:first-child {
  margin-left: 0;
}

.m-tablist li.is-active {
  background-color: #FFFFFF;
  cursor: default;
  padding-top: 13px;
}

.m-tablist li.is-active:hover {
  background-color: #FFFFFF;
}

.m-tablist li.is-active::before {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  content: "";
  position: absolute;
  height: 2px;
  top: -2px;
  left: 0;
  width: 100%;
}

.m-tablist.tabs-1-1 li {
  width: 100%;
}

.m-tablist.tabs-1-2 li {
  width: calc(50% - 1px);
}

.m-tablist.tabs-1-3 li {
  width: calc((100% / 3) - 2px);
}

.tablist-content {
  position: relative;
  margin-bottom: 10px;
}

.tablist-content .content {
  display: none;
}

.tablist-content .content.is-active {
  display: block;
}

.tablist-content .content ul {
  margin: 0 0 20px;
  padding-left: 19px;
}

.tablist-content .content ul li {
  margin: 0;
}

.m-teaser {
  margin-top: 36px;
  text-align: center;
  width: 75%;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .m-teaser {
    margin-top: 0;
    width: auto;
  }
}

.m-teaser * {
  color: inherit;
  border-color: inherit;
}

.m-teaser .a-button {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 220px;
  min-width: 216px;
}

.m-teaser.is-small {
  width: 235px;
}

@media (min-width: 1025px) {
  .m-teaser.is-small {
    width: 330px;
  }
}

.m-teaser.is-small .a-button {
  margin: 10px auto;
}

.m-teaser.is-small [class^="a-heading"] {
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 768px) {
  .m-teaser.is-small [class^="a-heading"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-404-error {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #FFBEC5;
}

.o-404-error .content {
  color: #FFFFFF;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: left;
  padding: 20px;
}

@media (min-width: 768px) {
  .o-404-error .content {
    text-align: center;
  }
}

.o-404-error .content .a-heading-1 {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .o-404-error .content .a-heading-1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-404-error .content .a-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.o-404-error .content .a-button {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-404-error .content .a-button {
    margin-top: 25px;
    max-width: 376px;
  }
}

.o-about-you .m-input {
  margin-bottom: 20px;
}

.o-about-you .m-input:not(.no-description) {
  margin-bottom: 12px;
  height: 98px;
}

.o-about-you .m-cta {
  margin-top: 10px;
}

.o-about-you .m-dropdown {
  margin-bottom: 30px;
}

.o-accordion {
  background-color: transparent;
  border-bottom: 1px solid #DFE0E6;
  padding: 0 8%;
  overflow: hidden;
  transition: background-color 0.3s ease-in 0.2s,
padding,
0.3s ease-in;
}

.o-accordion:first-of-type {
  border-top: 1px solid #DFE0E6;
}

.o-accordion .a-link:hover {
  text-decoration: none;
}

.o-accordion .accordion-title {
  color: #1F313A;
  border: none;
  float: left;
  position: relative;
  margin-left: 30px;
}

.o-accordion .accordion-title .a-heading-3 {
  padding: 0;
}

.o-accordion .accordion-title [class^="a-icon"] {
  position: absolute;
  top: -12px;
  left: -45px;
  font-size: 50px;
  transition: transform 0.2s ease-in;
}

@media (min-width: 768px) {
  .o-accordion .accordion-title [class^="a-icon"] {
    top: -8px;
  }
}

.o-accordion .accordion-title .a-icon-tick {
  height: 0;
  opacity: 0;
  transition: opacity 500ms ease 400ms;
}

.o-accordion .edit-link {
  margin-top: 4px;
  float: right;
}

.o-accordion .edit-link span.cancel {
  display: none;
}

.o-accordion .accordion-header {
  padding: 14px 0 14px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .o-accordion .accordion-header {
    padding: 24px 0 24px;
  }
}

.o-accordion .accordion-content {
  display: none;
  float: left;
  width: 100%;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.o-accordion .accordion-summary {
  height: auto;
  opacity: 1;
  transition: opacity 500ms ease 400ms;
}

.o-accordion .accordion-summary .section {
  display: inline-block;
  width: 100%;
  float: left;
}

.o-accordion .accordion-summary .section:last-of-type {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .o-accordion .accordion-summary .section {
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
  .o-accordion .accordion-summary .section:last-of-type {
    margin-bottom: 40px;
  }
}

.o-accordion .accordion-summary .section p {
  margin: 8px;
}

.o-accordion.is-visible {
  background-color: #F9F9FA;
  padding-top: 15px;
  transition: background-color 0.3s ease-in,
padding-top 0.3s ease-in;
  overflow: hidden;
}

.o-accordion.is-visible .accordion-title .a-icon-arrow-mobile {
  z-index: 1;
  transform: rotate(90deg);
}

.o-accordion.is-visible .accordion-content {
  opacity: 1;
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .o-accordion.is-visible .accordion-content .o-account-change-details {
    width: 50%;
  }
}

@media (min-width: 1281px) {
  .o-accordion.is-visible .accordion-content .o-account-change-details {
    width: 33%;
  }
}

.o-accordion.is-visible .accordion-content .o-account-change-details .password-field {
  margin-top: 10px;
  height: 120px;
}

.o-accordion.is-visible .accordion-summary {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  transition: none;
}

.o-accordion.is-visible .edit-link span.cancel {
  display: inline;
}

.o-accordion.is-visible .edit-link span.edit {
  display: none;
}

@media (min-width: 768px) {
  .o-accordion {
    padding: 0 18px 0 75px;
  }
  .o-accordion .accordion-title {
    margin-left: 0;
  }
  .o-accordion .accordion-title [class^="a-icon"] {
    left: -64px;
  }
}

@media (min-width: 1025px) {
  .o-accordion {
    padding: 0 36px 0 93px;
  }
}

.o-accordion.is-checkout .edit-link {
  display: none;
}

.o-accordion.is-disabled .accordion-title {
  color: #A5ADB0;
}

.o-accordion.is-disabled .accordion-title:hover {
  cursor: default;
}

.o-accordion.is-disabled .edit-link {
  display: none;
}

.o-accordion.is-completed .a-icon-tick {
  opacity: 1;
  height: 40px;
  width: 40px;
}

.o-accordion.is-completed .a-icon-arrow-mobile {
  display: none;
}

.o-accordion.is-completed .accordion-title {
  cursor: default;
}

.o-accordion.is-completed .edit-link {
  display: inline-block;
}

.o-accordion.is-editable:first-of-type {
  border-top: none;
}

@media (min-width: 768px) {
  .o-accordion.is-editable:first-of-type {
    padding-top: 18px;
  }
}

.example .o-account-box.example-box {
  padding: 40px;
}

.o-account-box {
  background-color: #FFFFFF;
  border: 2px solid #D2D6D8;
  border-width: 4px;
  overflow: hidden;
  padding: 24px;
  width: 100%;
  position: relative;
  margin-right: 0;
}

@media (min-width: 768px) {
  .o-account-box {
    margin-right: 3px;
  }
}

.o-account-box.has-radio-button {
  padding: 20px;
}

.o-account-box.has-radio-button .m-radio-button {
  margin-top: -7px;
  float: left;
}

.o-account-box.has-radio-button .m-radio-button .custom-radio {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  line-height: 16px;
  margin-left: 0;
}

.o-account-box.has-radio-button .m-radio-button .custom-radio:before {
  margin-right: 15px;
}

.o-account-box.has-radio-button .m-radio-button + .delivery-method,
.o-account-box.has-radio-button .m-radio-button ~ .disabled-label {
  float: left;
  clear: both;
  margin: 5px 0 5px 40px;
  display: block;
}

.o-account-box.has-radio-button .pickup-location {
  float: left;
  clear: both;
  margin: 0 0 0 40px;
  display: block;
}

.o-account-box .home-delivery-information {
  margin-left: 40px;
  float: left;
  clear: both;
}

.edit-block.is-open .o-account-box {
  position: relative;
  padding: 0 20px;
  border-width: 0;
  left: -5%;
  width: 110%;
  overflow: visible;
}

@media (min-width: 768px) {
  .edit-block.is-open .o-account-box {
    border-width: 4px;
    left: auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .edit-block.is-open .o-account-box.edit-box {
    padding: 24px 60px;
  }
}

.edit-block.is-open .o-account-box.edit-box .o-form {
  margin: 0;
}

.edit-block.is-open .o-account-box.edit-box .js-cancel {
  position: absolute;
  right: 24px;
  top: 22px;
}

@media (min-width: 768px) {
  .edit-block.is-open .o-account-box.edit-box .js-cancel {
    top: 45px;
  }
}

@media (min-width: 1025px) {
  .edit-block.is-open .o-account-box.edit-box .js-cancel {
    top: 40px;
  }
}

.edit-block.is-open .o-account-box.edit-box .a-button {
  margin-top: 15px;
  margin-bottom: 5px;
}

.o-account-change-details .policy-label {
  margin: 20px 0;
  display: block;
}

.example .bg {
  position: relative;
  height: 400px;
}

@media (min-width: 768px) {
  .example .bg {
    height: auto;
    background: none;
  }
}

.o-account-menu .right-link {
  display: none;
}

@media (min-width: 768px) {
  .o-account-menu .right-link {
    display: block;
  }
}

@media (min-width: 768px) {
  .o-account-menu .o-page-menu .page-sub-menu .o-list ul li:last-child {
    display: none;
  }
}

.a-button.o-add-element-button {
  background-color: #FFFFFF;
  height: 60px;
  border: 4px dashed #DFE0E6;
}

.a-button.o-add-element-button:before {
  border-image: #ED1385;
  border-image: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  border-image-slice: 1;
  opacity: 0;
  border-width: 4px;
  top: -4px;
  left: -4px;
  transition: opacity 0.25s ease;
}

.a-button.o-add-element-button:hover,
.a-button.o-add-element-button.is-hover {
  color: #A50AFF;
}

.a-button.o-add-element-button:hover:before,
.a-button.o-add-element-button.is-hover:before {
  opacity: 1;
}

.a-button.o-add-element-button:hover .add-button-text,
.a-button.o-add-element-button.is-hover .add-button-text {
  color: #A50AFF;
}

.a-button.o-add-element-button:hover .add-button-text::after,
.a-button.o-add-element-button:hover .add-button-text::before,
.a-button.o-add-element-button.is-hover .add-button-text::after,
.a-button.o-add-element-button.is-hover .add-button-text::before {
  background-color: #A50AFF;
}

.a-button.o-add-element-button:active {
  color: #6700a3;
}

.a-button.o-add-element-button .add-button-text {
  font-size: 18px;
  line-height: 24px;
  color: #A5ADB0;
  position: relative;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .a-button.o-add-element-button .add-button-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .a-button.o-add-element-button .add-button-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.a-button.o-add-element-button .add-button-text::after,
.a-button.o-add-element-button .add-button-text::before {
  background-color: #A5ADB0;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
}

.a-button.o-add-element-button .add-button-text::after {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .a-button.o-add-element-button .add-button-text::after,
.a-button.o-add-element-button .add-button-text::before {
    top: 12px;
    width: 25px;
  }
}

.o-address-box-add .o-address-box-edit .address-form {
  display: block;
}

.o-address-box-edit {
  margin-bottom: 20px;
}

.o-address-box-edit .address-form {
  display: none;
  padding: 0;
  margin: 0;
}

.o-address-box-edit .o-account-box {
  border-width: 5px;
  padding: 25px 20px 80px;
}

.o-address-box-edit .o-account-box .m-cta {
  margin-bottom: 20px;
  margin-top: 23px;
}

.o-address-box-edit .m-dropdown {
  margin-top: 20px;
}

.o-address-box-edit .address-actions {
  width: 100%;
  padding-top: 25px;
  position: relative;
}

.o-address-box-edit .address-actions .m-radio-button {
  position: absolute;
  top: 75px;
}

.o-address-box-edit .address-actions .a-link {
  float: left;
}

.o-address-box-edit .address-actions .a-link:first-of-type {
  margin-left: 10px;
  float: right;
}

.o-address-box-edit .address-actions .set-as-default {
  width: 100%;
}

@media (min-width: 768px) {
  .o-address-box-edit .address-actions .set-as-default {
    width: auto;
    float: right;
  }
}

@media (min-width: 769px) {
  .o-address-box-edit .o-account-box {
    padding: 0 40px;
  }
  .o-address-box-edit .address-wrapper {
    padding-top: 30px;
    width: 40%;
    float: left;
  }
  .o-address-box-edit .address-actions {
    padding: 63px 0;
    width: auto;
    float: right;
  }
  .o-address-box-edit .address-actions .m-radio-button {
    float: right;
    position: relative;
    top: 0;
  }
  .o-address-box-edit .address-actions .a-link {
    margin: 8px 30px 0 0;
    float: right;
  }
  .o-address-box-edit .address-actions .a-link:first-of-type {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (min-width: 1025px) {
  .o-address-box-edit .address-form {
    margin: 0 400px 0 40px;
  }
}

@media (min-width: 769px) {
  .o-address-box-edit .address-form p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
    margin-top: 0;
  }
}

.o-address-box-edit.is-home-address .js-address-remove,
.o-address-box-edit.is-home-address .set-as-default {
  visibility: hidden;
}

.o-address-box-edit.no-address .address-form {
  display: block;
}

.o-address-box-edit.no-address .js-cancel {
  display: none;
}

.o-address-box-edit .change-country {
  display: none;
}

@media (min-width: 769px) {
  .edit-block.is-open .o-address-box-edit .o-account-box {
    padding: 55px 40px 75px;
  }
}

@media (min-width: 768px) {
  .edit-block.is-open .o-address-box-edit .o-account-box.edit-box {
    padding: 24px 60px;
  }
}

.edit-block.is-open .o-address-box-edit .address-wrapper {
  display: none;
}

.edit-block.is-open .o-address-box-edit .address-actions {
  top: -260px;
}

@media (min-width: 768px) {
  .edit-block.is-open .o-address-box-edit .address-actions {
    top: -175px;
  }
}

@media (min-width: 769px) {
  .edit-block.is-open .o-address-box-edit .address-actions {
    position: absolute;
    right: 40px;
    top: 32px;
    padding-top: 25px;
  }
}

.o-bag .m-button-icon-txt {
  position: relative;
  border-width: 0;
  padding: 1px 0 0 10px;
}

@media (min-width: 1025px) {
  .o-bag .m-button-icon-txt {
    padding-right: 10px;
  }
}

.o-bag .m-button-icon-txt.checkout {
  display: none;
}

.o-bag .m-button-icon-txt.bag-button {
  padding-top: 1px;
}

.o-bag .m-button-icon-txt.bag-button:hover {
  z-index: 22;
}

.o-bag .m-button-icon-txt.bag-button .text {
  margin: 0 5px;
  display: none;
}

@media (min-width: 1025px) {
  .o-bag .m-button-icon-txt.bag-button .text {
    display: inline-block;
  }
}

.o-bag.has-items .m-button-icon-txt {
  border: none;
  border-width: 2px;
}

.o-bag.has-items .m-button-icon-txt .text,
.o-bag.has-items .m-button-icon-txt .count {
  position: relative;
  float: left;
}

.o-bag.has-items .m-button-icon-txt .a-icon-global-bag {
  float: right;
}

@media (min-width: 1025px) {
  .o-bag.has-items .m-button-icon-txt .a-icon-global-bag {
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-bag.has-items .m-button-icon-txt {
    border: 2px solid #1F313A;
  }
}

.o-bag.has-items .m-button-icon-txt:hover {
  border-image: #FF00F3;
  border-image: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  border-image-slice: 1;
}

.o-bag.has-items .m-button-icon-txt.checkout {
  display: none;
}

@media (min-width: 1025px) {
  .o-bag.has-items .m-button-icon-txt.checkout {
    display: inline-block;
    margin-left: -6px;
  }
}

@keyframes SecondaryMenuToActiveAnimation {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes SecondaryMenuFromActiveAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(40px);
  }
}

@keyframes NavigateBackToPrimaryLevelAnimation {
  from {
    transform: translateX(-40px);
  }
  to {
    transform: translateX(0);
  }
}

.u-overflow-wrapper {
  z-index: 27;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  height: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .u-overflow-wrapper {
    top: 125px;
    height: calc(100vh - 125px);
  }
}

@media (min-width: 1025px) {
  .u-overflow-wrapper {
    position: static;
    margin-top: 125px;
    height: calc(100vh - 245px);
  }
}

.u-overflow-wrapper.animate-to-top .menu-list:not(.is-active) {
  transform: translateX(-60px);
}

.u-overflow-wrapper.animate-to-top .o-navigation-menu .o-menu-list:not(.is-active) {
  transform: translateX(-60px);
}

.u-overflow-wrapper.animate-to-normal .menu-list:not(.is-active) {
  transition: transform 0.5s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  transform: translateX(0px);
}

.u-overflow-wrapper.animate-to-normal .o-navigation-menu .o-menu-list:not(.is-active) {
  transition: transform 0.5s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  transform: translateX(0px);
}

.o-base-navigation-component {
  position: relative;
  width: 100%;
}

.o-base-navigation-component .a-icon-arrow-back {
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: 6px;
  transition: transform 2s cubic-bezier(0.25,
0.46,
0.45,
0.94) 1000,
opacity 2s cubic-bezier(0.25,
0.46,
0.45,
0.94) 1000;
  transform: translateX(40px);
  opacity: 0;
}

.o-base-navigation-component .a-icon-arrow-back.is-active {
  transform: translateX(0);
  opacity: 1;
}

.o-base-navigation-component .o-menu-list {
  color: #FFFFFF;
  transition: opacity 0.15s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  width: 100%;
  position: relative;
}

.o-base-navigation-component .o-menu-list .a-heading-2,
.o-base-navigation-component .o-menu-list .a-heading-3 {
  cursor: default;
}

.o-base-navigation-component .o-menu-list .a-heading-2.is-active,
.o-base-navigation-component .o-menu-list .a-heading-3.is-active {
  background-color: rgba(255,
255,
255,
0.2);
}

.o-base-navigation-component .o-menu-list.is-active .a-icon-arrow-mobile {
  transition: none;
  opacity: 0;
}

.o-base-navigation-component .o-menu-list .o-list {
  color: #FFFFFF;
  animation: SecondaryMenuFromActiveAnimation 0.5s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  transform: translateY(40px);
}

@media (min-width: 1025px) {
  .o-base-navigation-component .o-menu-list .o-list {
    transform: none;
    animation: none;
  }
}

.o-base-navigation-component .o-menu-list .o-list.is-active {
  animation: SecondaryMenuToActiveAnimation 0.5s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  transform: translateY(0px);
}

@media (min-width: 1025px) {
  .o-base-navigation-component .o-menu-list .o-list.is-active {
    transform: none;
    animation: none;
  }
}

.o-base-navigation-component .o-menu-list .o-list.is-active ul {
  display: block;
}

.o-base-navigation-component .o-menu-list .o-list li {
  margin: 0;
}

.o-base-navigation-component .o-menu-list .a-icon-arrow-mobile {
  color: #FFFFFF;
  transition: opacity 0.25s ease;
  z-index: -1;
  display: block;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 35px;
}

@media (min-width: 1025px) {
  .o-base-navigation-component .o-menu-list .a-icon-arrow-mobile {
    display: none;
  }
}

.o-blog-hero {
  position: relative;
}

.o-blog-hero .slider {
  padding: 0 50px;
}

@media (min-width: 768px) {
  .o-blog-hero .slider {
    padding: 0 80px;
  }
}

.o-blog-hero .slider .slick-arrow {
  border: none;
  background: none;
  opacity: 1;
  top: 50%;
  font-size: 50px;
  line-height: 50;
}

@media (min-width: 768px) {
  .o-blog-hero .slider .slick-arrow {
    font-size: 40px;
    line-height: 40;
  }
}

.o-blog-hero .slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translateY(50%);
}

.o-blog-hero .slider .slick-arrow.slick-prev:before {
  content: "\e904";
}

.o-blog-hero .slider .slick-arrow.slick-next {
  transform: translateY(-50%);
}

.o-blog-hero .slider .slick-arrow.slick-next:before {
  content: "\e904";
}

.o-blog-hero .a-youtube-video,
.o-blog-hero .a-vimeo-video {
  height: 500px;
}

@media (min-width: 768px) {
  .o-blog-hero .a-youtube-video,
  .o-blog-hero .a-vimeo-video {
    height: 600px;
  }
}

.o-blog-overview-article-block {
  width: 100%;
  height: 360px;
}

.o-blog-overview-article-block .a-picture,
.o-blog-overview-article-block .category {
  display: none;
}

.o-blog-overview-article-block .category,
.o-blog-overview-article-block .date {
  font-size: 13px;
  line-height: 16px;
  color: #A5ADB0;
}

.o-blog-overview-article-block .image-block,
.o-blog-overview-article-block .content-block {
  width: 100%;
  height: 50%;
}

.o-blog-overview-article-block .image-block {
  background-repeat: no-repeat;
  background-size: cover;
}

.o-blog-overview-article-block .content-block {
  text-align: center;
  padding: 22px 18.16666%;
}

.o-blog-overview-article-block .content-block .heading {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: block;
}

@media (min-width: 768px) {
  .o-blog-overview-article-block .content-block .heading {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-blog-overview-article-block .content-block .heading {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .o-blog-overview-article-block .content-block .heading {
    font-size: 28px;
    padding: 20px 0;
  }
}

.o-blog-overview-article-block .content-block .preamble {
  display: none;
}

@media (min-width: 768px) {
  .o-blog-overview-article-block .content-block .preamble {
    display: block;
  }
}

.o-blog-overview-article-block .content-block .a-button {
  max-width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .o-blog-overview-article-block .content-block .a-button {
    margin-top: 30px;
    width: 280px;
  }
}

@media (min-width: 768px) {
  .o-blog-overview-article-block {
    height: auto;
  }
  .o-blog-overview-article-block .image-block {
    height: 490px;
  }
  .o-blog-overview-article-block .content-block {
    height: auto;
  }
  .o-blog-overview-article-block .category {
    display: inline-block;
  }
  .o-blog-overview-article-block .content-block {
    padding: 40px 29.52269% 0 29.52269%;
  }
  .o-blog-overview-article-block.image-left,
.o-blog-overview-article-block.image-right {
    height: 380px;
  }
  .o-blog-overview-article-block.image-left .image-block,
  .o-blog-overview-article-block.image-left .content-block,
.o-blog-overview-article-block.image-right .image-block,
  .o-blog-overview-article-block.image-right .content-block {
    display: inline-block;
    height: 100%;
  }
  .o-blog-overview-article-block.image-left .image-block,
.o-blog-overview-article-block.image-right .image-block {
    width: 49.644%;
  }
  .o-blog-overview-article-block.image-left .content-block,
.o-blog-overview-article-block.image-right .content-block {
    width: 50%;
    padding: 60px 8.68934%;
  }
  .o-blog-overview-article-block.image-left .content-block .a-button,
.o-blog-overview-article-block.image-right .content-block .a-button {
    width: 184px;
  }
  .o-blog-overview-article-block.image-left .image-block {
    float: left;
    margin-right: 0.356%;
  }
  .o-blog-overview-article-block.image-right .image-block {
    float: right;
    margin-left: 0.356%;
  }
}

.o-card-box .o-account-box {
  overflow: hidden;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.o-card-box .o-account-box .card-type {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .o-card-box .o-account-box .card-type {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-card-box .o-account-box .card-type .icon-visa,
.o-card-box .o-account-box .card-type .icon-mastercard {
  margin-top: -15px;
  width: 60px;
  height: auto;
  float: right;
}

@media (min-width: 768px) {
  .o-card-box .o-account-box .card-type .icon-visa,
.o-card-box .o-account-box .card-type .icon-mastercard {
    margin-top: -20px;
  }
}

.o-card-box .o-account-box .m-card-info {
  margin-bottom: 30px;
}

.o-card-box .o-account-box .a-link {
  cursor: pointer;
  float: right;
}

.o-card-box .o-account-box .m-radio-button {
  float: left;
  margin-top: -7px;
}

.o-card-box .m-address {
  margin-bottom: 30px;
}

.o-card-box .m-address .type {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .o-card-box {
    max-width: 430px;
  }
  .o-card-box .o-account-box {
    padding: 35px 25px 25px;
  }
  .o-card-box .o-account-box .card-type {
    margin-bottom: 25px;
  }
  .o-card-box .o-account-box .m-card-info {
    margin-bottom: 60px;
  }
  .o-card-box .m-address {
    margin-bottom: -5px;
  }
}

.o-card-box.is-checkout .o-account-box.has-radio-button {
  padding: 20px;
}

.o-card-box.is-checkout .o-account-box.has-radio-button .card-type {
  line-height: 20px;
  margin: 0 0 20px 40px;
}

@media (min-width: 768px) {
  .o-card-box.is-checkout .o-account-box.has-radio-button .card-type {
    margin: 0 0 40px 0;
  }
}

.o-card-box.is-checkout .o-account-box.has-radio-button .card-type .icon-visa,
.o-card-box.is-checkout .o-account-box.has-radio-button .card-type .icon-mastercard {
  margin-top: -15px;
}

.o-card-box.is-checkout .m-card-info {
  margin-bottom: 20px;
}

.o-card-box.is-checkout .a-link {
  float: left;
}

@media (min-width: 768px) {
  .o-card-box.is-checkout .a-link {
    margin-left: 130px;
  }
}

.o-card-box.is-empty {
  max-width: none;
  padding: 16px 0 76px 0;
}

@media (min-width: 768px) {
  .o-card-box.is-empty {
    padding: 64px 0 25px 0;
  }
}

.o-card-box.is-empty .a-label {
  display: block;
  text-align: center;
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .o-card-box.is-empty .a-label {
    margin-bottom: 24px;
  }
}

.o-cart-discount-code {
  color: #1F313A;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .o-cart-discount-code {
    margin: 0;
  }
}

.o-cart-discount-code .title {
  display: block;
  position: relative;
  padding: 15px 0 15px 25px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-cart-discount-code .title {
    padding: 13px 0 13px 25px;
  }
}

.o-cart-discount-code .title .a-icon-arrow-mobile {
  position: absolute;
  left: 6px;
  top: 15px;
  transform: translateX(-50%) translateY(-25%);
  transition: transform 350ms;
}

@media (min-width: 768px) {
  .o-cart-discount-code .title .a-icon-arrow-mobile {
    top: 13px;
  }
}

.o-cart-discount-code.is-active .a-icon-arrow-mobile {
  transform: translateX(-50%) translateY(-25%) rotate(90deg);
}

.o-cart-discount-code.is-active .code-area {
  height: 72px;
}

.o-cart-discount-code.has-mobile-color {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color {
    color: #1F313A;
  }
}

.o-cart-discount-code.has-mobile-color .a-button {
  color: inherit;
  border: 2px solid #FFFFFF;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .a-button {
    border: 2px solid #1F313A;
  }
}

.o-cart-discount-code.has-mobile-color .code-area .m-input .a-input {
  border-bottom: 1px solid rgba(255,
255,
255,
0.4);
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .code-area .m-input .a-input {
    border-bottom: 2px solid #1F313A;
  }
}

.o-cart-discount-code.has-mobile-color .code-area .m-input .a-label:last-child {
  color: rgba(255,
255,
255,
0.6);
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .code-area .m-input .a-label:last-child {
    color: #D2D6D8;
  }
}

.o-cart-discount-code.has-mobile-color .code-area .m-input.is-active .a-label:last-child {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .code-area .m-input.is-active .a-label:last-child {
    color: #1F313A;
  }
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .code-area .m-input.has-error .a-input {
    color: #F20074;
    border-color: #F20074;
  }
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-mobile-color .code-area .m-input.has-error .a-label:last-child {
    color: #F20074;
  }
}

.o-cart-discount-code.has-discount {
  padding: 20px 0;
}

.o-cart-discount-code.has-discount .title {
  display: none;
}

.o-cart-discount-code.has-discount .code-area {
  height: auto;
}

.o-cart-discount-code.has-discount .code-area .m-input,
.o-cart-discount-code.has-discount .code-area .a-button.add {
  display: none;
}

.o-cart-discount-code.has-discount .code-area .discount-code {
  display: block;
}

.o-cart-discount-code.has-discount .code-area .discount-code .a-label {
  line-height: 40px;
  height: 40px;
  top: 0;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-discount .code-area .discount-code .a-label {
    top: 10px;
    height: 50px;
    line-height: 50px;
  }
}

.o-cart-discount-code.has-discount .code-area .discount-code .a-button {
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-discount .code-area .discount-code .a-button {
    margin-top: 10px;
  }
}

.o-cart-discount-code .code-area {
  height: 0;
  overflow: hidden;
  transition: height 350ms;
}

.o-cart-discount-code .code-area .discount-code {
  display: none;
  overflow: hidden;
}

.o-cart-discount-code .code-area .discount-code .a-label {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: 10px;
  height: 50px;
  float: left;
  width: calc(100% - 104px);
  display: block;
  margin-right: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .discount-code .a-label {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-cart-discount-code .code-area .discount-code .a-label {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .discount-code .a-label {
    top: 0;
  }
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .discount-code .a-label {
    width: calc(100% - 140px);
  }
}

.o-cart-discount-code .code-area .m-input {
  float: left;
  width: calc(100% - 104px);
  margin-right: 20px;
  height: 75px;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .m-input {
    width: calc(63% - 20px);
  }
}

.o-cart-discount-code .code-area .m-input .a-input {
  border-bottom: 2px solid #1F313A;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .m-input .a-input {
    border-bottom: 2px solid #A5ADB0;
  }
}

.o-cart-discount-code .code-area .m-input.has-error .a-input {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .m-input.has-error .a-input {
    color: #F20074;
  }
}

.o-cart-discount-code .code-area .a-button {
  margin-top: 13px;
  float: left;
  height: 40px;
  width: 84px;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .a-button {
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .a-button {
    width: 37%;
    height: 50px;
  }
}

.o-cart-discount-error .generic-checkout-error-content,
.o-cart-discount-error .generic-checkout-error-content p {
  margin: 0;
}

.example.cart-item-example {
  background: #be0f6b;
  background: linear-gradient(45deg,
#be0f6b 0%,
#a902bf 50%,
#2c00cc 100%);
  margin: 10px 5% 20px;
}

@media (min-width: 768px) {
  .example.cart-item-example {
    background: none;
  }
}

@media (min-width: 768px) {
  .example.cart-item-example.cart-item-example-disabled {
    background: #be0f6b;
    background: linear-gradient(45deg,
#be0f6b 0%,
#a902bf 50%,
#2c00cc 100%);
  }
}

.o-cart-item {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  background-color: transparent;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}

.o-cart-item .m-product-image {
  width: 88px;
  float: left;
}

.o-cart-item .delivery-info {
  display: none;
}

.o-cart-item .description {
  float: left;
  padding: 2px 14px;
  box-sizing: border-box;
  width: calc(100% - 88px);
}

.o-cart-item .description .m-product-price {
  color: #FFFFFF;
  margin-bottom: 3px;
  width: calc(100% - 70px);
}

.o-cart-item .description .m-product-price .a-label {
  word-break: normal;
}

.o-cart-item .description .m-product-price .product-name {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  top: 5px;
}

@media (min-width: 768px) {
  .o-cart-item .description .m-product-price .product-name {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-cart-item .description .m-product-price .product-name {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-cart-item .description .m-product-price .product-price {
  font-size: 16px;
  line-height: 24px;
}

.o-cart-item .description .m-product-price .is-deprecated {
  color: rgba(255,
255,
255,
0.5);
}

.o-cart-item .description .m-product-price .is-reduced {
  color: #FFFFFF;
}

.o-cart-item .description .a-label:not(.product-price) {
  display: block;
}

.o-cart-item .description .a-label.product-info {
  color: rgba(255,
255,
255,
0.8);
}

.o-cart-item .description .a-icon-close-circle {
  position: absolute;
  top: -8px;
  left: -8px;
  cursor: pointer;
}

.o-cart-item .description .price-total {
  color: #FFFFFF;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
}

.o-cart-item .description .price-total .total {
  display: none;
}

.o-cart-item .description .product-quantity {
  border: 2px solid rgba(255,
255,
255,
0.4);
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  margin: 0;
  top: 0;
  right: 13px;
  width: 55px;
  height: 50px;
  letter-spacing: 4px;
}

.o-cart-item .description .product-quantity .a-icon-arrow-down-small {
  display: none;
}

.o-cart-item .description .product-quantity li {
  font-size: 20px;
  line-height: inherit;
}

.o-cart-item .description .product-quantity .placeholder {
  padding: 0;
  font-size: 20px;
  text-align: center;
}

.o-cart-item .description .product-quantity.is-open li {
  color: #1F313A;
}

.o-cart-item .description .product-quantity.fixed {
  border: none;
  text-align: right;
  top: 12px;
  right: 0;
}

.o-cart-item .flammable {
  color: #FFFFFF;
  position: relative;
  padding: 12px 0;
  display: none;
}

.o-cart-item .flammable .a-image {
  display: block;
  height: 32px;
  width: 32px;
  margin-bottom: 12px;
}

.o-cart-item .flammable .a-paragraph {
  font-size: 13px;
  line-height: 16px;
}

.o-cart-item.is-flammable .flammable {
  display: block;
}

.o-cart-item.is-flammable .product-size {
  margin-bottom: 0;
}

.o-cart-item.is-disabled .flammable,
.o-cart-item.is-disabled .a-label,
.o-cart-item.is-disabled .a-label.product-info,
.o-cart-item.is-disabled .a-label.product-price {
  color: #A5ADB0;
}

.o-cart-item.is-disabled .delivery-info {
  color: #FFFFFF;
  display: block;
  width: 100%;
}

.o-cart-item.is-disabled .content {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.o-cart-item.is-disabled .content::before {
  background-color: rgba(255,
255,
255,
0.5);
  z-index: 4;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-cart-item .product-size {
  margin-bottom: 10px;
}

.o-cart-item .remove-item {
  display: none;
}

@media (min-width: 768px) {
  .o-cart-item.enable-desktop {
    background-color: rgba(223,
224,
230,
0.3);
  }
  .o-cart-item.enable-desktop .m-product-image {
    width: 136px;
  }
  .o-cart-item.enable-desktop .description {
    padding: 30px 13px 68px 13px;
    width: calc(100% - 136px);
  }
  .o-cart-item.enable-desktop .description .m-product-price .product-name {
    font-size: 18px;
    line-height: 24px;
    top: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-cart-item.enable-desktop .description .m-product-price .product-name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-cart-item.enable-desktop .description .m-product-price .product-name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .o-cart-item.enable-desktop .description .m-product-price .product-price {
    font-size: 16px;
    line-height: 24px;
  }
  .o-cart-item.enable-desktop .a-label:not(.product-price).product-info {
    font-size: 13px;
    line-height: 16px;
    color: rgba(31,
49,
58,
0.8);
  }
  .o-cart-item.enable-desktop .a-icon-close-circle {
    display: none;
  }
  .o-cart-item.enable-desktop .m-product-price {
    color: #1F313A;
  }
  .o-cart-item.enable-desktop .m-product-price .is-deprecated {
    color: #A5ADB0;
  }
  .o-cart-item.enable-desktop .m-product-price .is-reduced {
    color: #F20074;
  }
  .o-cart-item.enable-desktop .price-total {
    font-size: 18px;
    line-height: 24px;
    color: #1F313A;
    position: absolute;
    bottom: 20px;
    right: 13px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-cart-item.enable-desktop .price-total {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-cart-item.enable-desktop .price-total {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-cart-item.enable-desktop .price-total {
    bottom: 28px;
  }
}

@media (min-width: 768px) {
  .o-cart-item.enable-desktop .price-total span,
  .o-cart-item.enable-desktop .price-total span.total {
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-cart-item.enable-desktop .price-total span,
  .o-cart-item.enable-desktop .price-total span.total {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .o-cart-item.enable-desktop .product-quantity {
    border: 2px solid #1F313A;
    color: #1F313A;
    top: 25px;
    width: 75px;
  }
  .o-cart-item.enable-desktop .product-quantity .a-icon-arrow-down-small {
    display: inline-block;
  }
  .o-cart-item.enable-desktop .product-quantity li {
    font-size: 16px;
    line-height: inherit;
  }
  .o-cart-item.enable-desktop .product-quantity .placeholder {
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
  }
  .o-cart-item.enable-desktop .remove-item {
    display: inline-block;
    position: absolute;
    bottom: 20px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-cart-item.enable-desktop .remove-item {
    bottom: 28px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) and (min-width: 1281px) {
  .o-cart-item.enable-desktop .remove-item {
    left: 170px;
  }
}

@media (min-width: 768px) {
  .o-cart-item.enable-desktop .flammable {
    color: #1F313A;
    padding: 18px 0;
  }
  .o-cart-item.enable-desktop .flammable .a-paragraph {
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    width: calc(100% - 60px);
  }
  .o-cart-item.enable-desktop .flammable .a-image {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .o-cart-item.enable-desktop .flammable [class^="a-icon-"] {
    font-size: 32px;
  }
}

@media (min-width: 1281px) {
  .o-cart-item.enable-desktop .description {
    padding: 30px 35px 35px 35px;
  }
}

.o-cart-item.is-checkout .a-icon-close-circle {
  display: none;
}

.o-cart-item.has-mobile-bg {
  color: #FFFFFF;
}

.o-cart-item .promo-marker-wrapper {
  height: auto;
}

.o-cart-item .promo-marker-wrapper .promo-marker .a-image {
  height: 18px;
  position: static;
}

.o-category-push {
  position: relative;
  width: 100%;
  padding: 24px 68px 68px 73px;
}

.o-category-push > .a-picture {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.o-category-push .m-free-tile {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-category-push .m-free-tile {
    margin-bottom: 0;
  }
}

.o-category-push .u-align-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .o-category-push .u-align-center {
    left: auto;
    transform: none;
  }
}

.o-category-push-text {
  padding: 40px;
}

.o-category-push-text .a-heading-2 {
  text-align: center;
  display: none;
  margin-top: 13px;
  margin-bottom: 15px;
}

.o-category-push-text .a-links {
  text-align: center;
  background-color: transparent;
}

.o-category-push-text .a-links .a-link {
  font-size: 28px;
  line-height: 36px;
  color: inherit;
  font-family: inherit;
  display: inline-block;
  padding: 10px 20px;
  margin: 4px;
  border: none;
  transition: all 0.25s ease;
}

@media (min-width: 768px) {
  .o-category-push-text .a-links .a-link {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 1025px) {
  .o-category-push-text .a-links .a-link {
    font-size: 40px;
    line-height: 50px;
  }
}

.o-category-push-text .a-links .a-link:hover,
.o-category-push-text .a-links .a-link.is-hover {
  border: none;
}

.o-category-push-text.has-background-image {
  padding: 0;
}

.o-category-push-text.has-background-image .a-background-image {
  padding: 40px;
}

.o-category-push-text.has-heading {
  padding-bottom: 56px;
}

.o-category-push-text.has-heading .a-heading-2 {
  display: block;
}

.o-category-push-text.has-heading.has-background-image {
  padding-bottom: 0;
}

.o-change-password {
  max-width: 600px;
}

.o-change-password .a-label:first-child {
  display: none;
}

@media (min-width: 768px) {
  .o-change-password .a-label:first-child {
    display: block;
  }
}

.o-change-password .m-input.is-active .a-label {
  color: #1F313A;
}

.o-change-password .m-input.is-active.has-error .a-label {
  color: #F20074;
}

.o-change-password .m-input.is-active.has-error .a-input {
  border-color: #F20074;
}

.o-change-password .m-input.is-active .a-input {
  border-color: #1F313A;
}

.example.checkout-summary-example .o-checkout-summary {
  background-color: #A50AFF;
  float: left;
  margin-bottom: 15px;
  padding-right: 30px;
  max-width: 430px;
}

.example.checkout-summary-example .o-order-summary {
  position: relative;
}

.o-checkout-summary {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .o-checkout-summary {
    padding-top: 86px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-checkout-summary {
    padding-top: 0;
    padding-left: 30px;
    max-width: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.o-checkout-summary .summary-header {
  text-align: right;
  top: 0;
  padding: 16px 0;
  box-sizing: border-box;
  width: 100%;
  float: left;
  cursor: pointer;
  position: absolute;
}

@media (min-width: 1025px) {
  .o-checkout-summary .summary-header {
    padding: 26px 0;
    cursor: default;
    position: static;
  }
}

.o-checkout-summary .summary-header.is-sticky {
  background-color: #500AD7;
  position: fixed;
  left: 0;
  z-index: 1;
  padding-left: 5.356%;
  padding-right: 5.356%;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header.is-sticky .total-price {
    display: inline;
    position: relative;
    top: 11px;
  }
}

@media (min-width: 1025px) {
  .o-checkout-summary .summary-header.is-sticky {
    background: none;
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .o-checkout-summary .summary-header.is-sticky .total-price {
    display: none;
  }
}

.o-checkout-summary .summary-header.to-bottom {
  top: auto;
  bottom: 0;
}

.o-checkout-summary .summary-header.to-top {
  bottom: auto;
  top: 60px;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header.to-top {
    top: 0;
  }
}

.o-checkout-summary .summary-header .a-heading-3 {
  font-weight: normal;
  float: left;
  padding: 0;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header .a-heading-3 {
    padding: 12px 0;
  }
}

.o-checkout-summary .summary-header .total-price {
  font-size: 20px;
  line-height: 28px;
  display: inline;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header .total-price {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-checkout-summary .summary-header .total-price {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header .total-price {
    display: none;
  }
}

.o-checkout-summary .summary-header .edit-bag {
  float: right;
  display: none;
  width: 84px;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-header .edit-bag {
    width: calc(50% - 4.52267%);
    margin-left: 4.52267%;
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-checkout-summary .summary-header .edit-bag {
    width: 84px;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout-summary .summary-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.o-checkout-summary .summary-content .edit-bag {
  margin: 20px 0;
  display: block;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-content .edit-bag {
    display: none;
  }
}

.o-checkout-summary .summary-content .items {
  width: 100%;
}

@media (min-width: 768px) {
  .o-checkout-summary .summary-content .items {
    width: 50%;
    padding-right: 4.16667%;
    display: inline-block;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-checkout-summary .summary-content .items {
    padding-right: 0;
    width: 100%;
  }
}

.o-checkout-summary .o-order-summary {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .o-checkout-summary .o-order-summary {
    padding-left: 4.52267%;
    width: 50%;
    display: block;
    float: right;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-checkout-summary .o-order-summary {
    max-width: 400px;
    width: auto;
    padding-left: 0;
    bottom: 0;
    float: none;
    margin-top: 40px;
    padding-right: 30px;
  }
}

.o-checkout-summary .o-order-summary.has-mobile-color {
  color: #FFFFFF;
}

.o-checkout-summary .o-order-summary .preamble {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255,
255,
255,
0.8);
  margin: 15px 0 25px 0;
  float: left;
  display: block;
  width: 100%;
}

.o-continue-as-guest .country-section,
.o-continue-as-guest .policy-section {
  display: block;
  margin: 16px 0;
}

.o-country-selector {
  padding: 24px 0 48px;
}

@media (min-width: 768px) {
  .o-country-selector {
    padding: 24px 0;
  }
}

.o-country-selector .selector-content {
  background-color: #FFFFFF;
  padding-left: 6.83333%;
  padding-right: 6.83333%;
  padding-bottom: 21px;
}

@media (min-width: 768px) {
  .o-country-selector .selector-content {
    padding-left: 6.78686%;
    padding-right: 6.78686%;
  }
}

.o-country-selector .selector-content .m-country-select {
  margin-left: 2.375%;
  margin-right: 2.375%;
  margin-bottom: 10px;
  width: 95.25%;
  float: left;
}

@media (min-width: 768px) {
  .o-country-selector .selector-content .m-country-select {
    margin-left: 0.56367%;
    margin-right: 0.56367%;
    margin-bottom: 8px;
    width: 32.206%;
  }
}

.o-country-selector .bottom-label {
  color: #1F313A;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding: 0 10px 18px 0;
  text-align: center;
}

.o-country-selector .bottom-content {
  clear: both;
  padding: 12px 10px 0 0;
}

.o-coupon {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.o-coupon .a-background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
}

.o-coupon .a-heading-1 {
  padding: 30px 20px 16px 20px;
}

.o-coupon .coupon-content {
  padding: 15px 0 32px;
}

.o-coupon .coupon-content .text {
  padding: 0 72px 10px 72px;
}

.o-delivery .content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.o-delivery .content.show {
  display: block;
}

.o-delivery .content.fade-in {
  opacity: 1;
}

.o-delivery .selector-box {
  width: 100%;
  height: 129px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .o-delivery .selector-box {
    display: inline-block;
    width: calc(50% - 7px);
  }
}

.o-delivery .selector-box .delivery-method {
  width: calc(100% - 40px);
}

.o-delivery .selector-box.is-disabled {
  color: #D2D6D8;
}

.o-delivery .selector-box.is-disabled .disabled-label {
  color: #1F313A;
}

.o-delivery .hazmat-text {
  font-size: 13px;
  line-height: 16px;
  vertical-align: top;
  width: calc(100% - 77px);
  display: inline-block;
  margin-top: 0;
  padding-left: 20px;
}

.o-delivery .warning-image {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 32px;
}

.o-delivery .warning-image + .hazmat-image {
  margin-left: 10px;
}

.o-delivery .warning-image ~ .hazmat-text {
  width: calc(100% - 105px);
}

.o-delivery .hazmat-image {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 40px;
}

.o-delivery .delivery-details {
  display: block;
  padding-bottom: 20px;
}

.o-delivery .m-radio-button-selector {
  padding-bottom: 20px;
}

.o-delivery .m-info-box .content {
  display: block;
  opacity: 1;
}

.o-edit-cardholder-address .m-cta {
  margin: 20px 0 10px;
}

.o-edit-cardholder-address .region {
  display: none;
}

.o-edit-cardholder-address.has-region-selection .region {
  display: block;
}

.o-edit-cardholder-address.has-region-selection .country {
  margin-top: 20px;
}

.o-editorial-block {
  padding: 4%;
  overflow: hidden;
  text-align: center;
}

.o-editorial-block .u-align-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .o-editorial-block .u-align-center {
    left: auto;
    transform: none;
  }
}

.o-editorial-block .m-editorial-tile {
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .o-editorial-block .m-editorial-tile {
    margin-bottom: 0;
  }
}

.o-editorial-block .a-heading-2 {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 100px);
}

@media (min-width: 1025px) {
  .o-editorial-block .a-heading-2 {
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
}

.o-editorial-block .a-heading-2 .icon-left {
  right: calc(100% - 5px);
}

.o-editorial-block .a-heading-2 .icon-right {
  left: calc(100% - 5px);
}

.o-editorial-block .a-heading-2 [class^=a-icon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .o-editorial-block .a-heading-2 [class^=a-icon] {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: none;
    vertical-align: text-top;
  }
}

.o-empty-cart {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .o-empty-cart {
    padding-bottom: 0;
  }
}

.o-empty-cart .a-label {
  color: #FFFFFF;
  display: block;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .o-empty-cart .a-label {
    color: #1F313A;
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.o-empty-cart .m-cta {
  width: 100%;
}

@media (min-width: 768px) {
  .o-empty-cart .m-cta {
    width: 380px;
  }
}

.o-pra {
  border-top: 1px solid rgba(0,
0,
0,
0.2);
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .o-pra {
    border: none;
  }
}

.o-empty-order {
  text-align: center;
  position: relative;
  transform: translateY(25%);
}

@media (min-width: 768px) {
  .o-empty-order {
    transform: none;
  }
}

.o-empty-order .a-heading-1 {
  font-size: 32px;
  line-height: 40px;
}

.o-empty-order .m-cta {
  display: block;
  margin: 70px auto 0 auto;
  max-width: 376px;
}

@media (min-width: 768px) {
  .o-empty-order .m-cta {
    margin: 50px auto 0 auto;
  }
}

@keyframes tada {
  from {
    transform: scale3d(1,
1,
1);
  }
  10%,
20% {
    transform: scale3d(0.9,
0.9,
0.9) rotate3d(0,
0,
1,
-2deg);
  }
  30%,
50%,
70%,
90% {
    transform: scale3d(1.1,
1.1,
1.1) rotate3d(0,
0,
1,
2deg);
  }
  40%,
60%,
80% {
    transform: scale3d(1.1,
1.1,
1.1) rotate3d(0,
0,
1,
-2deg);
  }
  to {
    transform: scale3d(1,
1,
1);
  }
}

.a-button-animate {
  animation-name: tada;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.o-filter-example .o-filter {
  padding: 10px;
  display: inline-block;
  background: linear-gradient(45deg,
#FFBC00 0,
#ED6322 50%,
#ED1385 100%);
}

.filters .did-you-know {
  color: #FFFFFF;
  background-color: rgba(255,
255,
255,
0.2);
  padding: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .filters .did-you-know {
    width: 100%;
  }
}

.filters .did-you-know p {
  margin: 0;
}

.filters .did-you-know span {
  cursor: pointer;
  text-decoration: underline;
}

.o-filter {
  color: #FFFFFF;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .o-filter {
    padding: 0 !important;
    width: 20% !important;
    display: inline-block;
    float: left;
  }
}

.o-filter .heading {
  font-size: 20px;
  line-height: 28px;
  display: block;
  padding: 10px 0;
}

.o-filter .m-checkbox {
  margin: 8px 0;
}

.o-filter-badges {
  text-align: center;
}

.o-filter-badges .m-filter-badge {
  margin-top: 15px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .o-filter-badges .m-filter-badge {
    margin-top: 22px;
  }
}

.example .o-footer {
  background: linear-gradient(45deg,
#3700FF 0,
#37A7FF 50%,
#1ADBBC 75%,
#2AF469 100%);
  position: relative;
  bottom: auto;
  padding-bottom: 30px;
  display: block;
  height: 400px;
}

.example .o-footer .o-social-media {
  position: absolute;
  bottom: 15px;
}

.example .o-footer .menu-lists {
  float: none;
  margin: 0;
}

.example .o-footer.is-closed {
  position: relative;
  bottom: 0;
  margin-top: 0;
  height: auto;
}

.example .o-footer::after,
.example .menu-lists::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.example.o-footer-example-closed {
  height: 130px;
  overflow: hidden;
}

.o-footer {
  z-index: 24;
  background-color: transparent;
  transition: top 0.4s ease,
margin 0.4s ease;
  margin: 0;
  display: none;
  padding-bottom: 60px;
}

@media (min-width: 1025px) {
  .o-footer {
    z-index: 26;
  }
}

@media (min-width: 1025px) {
  .o-footer {
    padding-bottom: 100px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 40%;
  }
}

.o-footer.is-visible {
  display: block;
}

.o-footer .menu-lists {
  width: 100%;
  display: block;
  max-width: 1640px;
  text-align: center;
  height: 100%;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists {
    transition: margin 0.4s ease;
    overflow: hidden;
    margin: 45px auto 0 auto;
  }
}

.o-footer .menu-lists .menu-list {
  transition: opacity 0.25s ease;
  display: inline-block;
  width: 100%;
  opacity: 1;
}

.o-footer .menu-lists .menu-list.is-active {
  position: absolute;
  left: 0;
}

.o-footer .menu-lists .menu-list.is-active .a-icon-arrow-mobile {
  display: none;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .menu-list.login-section {
    display: none;
  }
}

.o-footer .menu-lists .menu-list .a-heading-2 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 12px 0;
  vertical-align: top;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .menu-list .a-heading-2 {
    font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    transition: font-size 0.3s ease,
margin 0.25s ease;
    display: inline-block;
    margin-bottom: 22px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-footer .menu-lists .menu-list .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-footer .menu-lists .menu-list .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .menu-list {
    float: left;
    height: 100%;
  }
}

.o-footer .menu-lists .menu-list.is-transparent {
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-1 .menu-list {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-2 .menu-list {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-3 .menu-list {
    width: calc(100% / 3);
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-4 .menu-list {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-5 .menu-list {
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .o-footer .menu-lists.grid-6 .menu-list {
    width: calc(100% / 6);
  }
}

.o-footer .menu-lists .o-menu-list {
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .o-menu-list {
    padding-right: 20px;
  }
}

.o-footer .menu-lists .o-menu-list .o-list {
  opacity: 1;
  transition: opacity 0.4s ease 0.2s;
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: none;
}

.o-footer .menu-lists .o-menu-list .o-list.is-active {
  display: block;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .o-menu-list .o-list {
    height: calc(100% - 75px);
    display: block;
  }
}

.o-footer .menu-lists .o-menu-list .o-list .a-link {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

@media (min-width: 1025px) {
  .o-footer .menu-lists .o-menu-list .o-list .a-link {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-footer .menu-lists .o-menu-list .a-icon-arrow-down-small {
  color: #FFFFFF;
}

.o-footer .menu-lists .o-menu-list .a-icon-arrow-mobile {
  top: 6px;
  right: 45px;
}

.o-footer .a-icon-arrow-down-small {
  top: -4px;
  margin-left: -5px;
  position: absolute;
  transform: rotate(180deg);
  transition: rotate 0.3s;
  display: none;
}

@media (min-width: 1025px) {
  .o-footer .a-icon-arrow-down-small {
    display: inline-block;
  }
}

.o-footer .o-social-media {
  width: 100%;
  display: none;
  position: absolute;
}

.o-footer .o-social-media.is-visible {
  display: block;
}

.o-footer .o-social-media .social-media-title {
  color: #FFFFFF;
  background-color: rgba(255,
255,
255,
0.2);
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 12px 0;
  vertical-align: top;
  margin: 0 0 50px 0;
  display: block;
}

@media (min-width: 1025px) {
  .o-footer .o-social-media {
    margin-top: auto;
    position: fixed;
    bottom: 14px;
    width: 100%;
    display: block;
  }
  .o-footer .o-social-media .social-media-title {
    display: none;
  }
}

.o-footer .o-social-media [class^=a-icon] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .o-footer .o-social-media [class^=a-icon] {
    position: relative;
    left: auto;
    transform: none;
  }
}

.o-footer .o-social-media [class^=a-icon]:hover {
  background-color: transparent;
}

.o-footer .o-social-media .a-link {
  position: relative;
  color: rgba(255,
255,
255,
0.6);
  height: 50px;
  margin-bottom: 30px;
  width: calc(100% / 3);
}

@media (min-width: 1025px) {
  .o-footer .o-social-media .a-link {
    margin-bottom: auto;
    width: auto;
    height: auto;
  }
}

.o-footer .o-social-media .a-link:hover {
  color: #FFFFFF;
}

.o-footer .sub-footer-item {
  color: #FFFFFF;
  transition: opacity 0.25s ease;
  margin: 20px auto 0 auto;
  max-width: 420px;
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-footer .sub-footer-item {
    visibility: hidden;
  }
}

.o-footer .sub-footer-item.is-transparent {
  opacity: 0;
}

.o-footer .sub-footer-item .a-link {
  border-bottom: none;
  box-sizing: border-box;
}

.o-footer .sub-footer-item .a-link.follow-us {
  color: #FFFFFF;
  line-height: 40px;
  height: 40px;
  float: left;
  width: 50%;
}

.o-footer .sub-footer-item .a-link.locale {
  border-left: 1px solid #FFFFFF;
  border-left: 1px solid rgba(255,
255,
255,
0.4);
  height: 40px;
  float: left;
  width: 50%;
}

.o-footer .sub-footer-item .a-link.locale .a-image {
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .o-footer.is-closed {
    padding-left: 0;
    padding-right: 0;
    top: 100%;
    margin-top: -119px;
  }
  .o-footer.is-closed .menu-lists {
    margin-top: 20px;
    width: auto;
    height: auto;
  }
  .o-footer.is-closed .menu-lists .a-heading-2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-footer.is-closed .menu-lists .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-footer.is-closed .menu-lists .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-footer.is-closed .menu-lists .menu-list {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
  }
  .o-footer.is-closed .menu-lists .menu-list .o-menu-list .a-heading-2 {
    cursor: pointer;
  }
  .o-footer.is-closed .menu-lists .menu-list .o-menu-list .o-list {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .o-footer.is-closed .menu-lists .a-icon-arrow-down-small {
    transform: rotate(0deg);
    top: -4px;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
  }
}

.o-footer.is-closed .account-navigation {
  border: 2px solid #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  padding: 9px 0;
  display: block;
  margin: 0 auto;
  width: calc(100% - 70px);
  max-width: 360px;
  height: 50px;
}

.o-footer.is-closed .account-navigation:hover {
  background-color: #FFFFFF;
  color: #1F313A;
  cursor: pointer;
}

.o-footer.is-closed .account-navigation.is-active {
  font-size: 20px;
  line-height: 28px;
  background-color: rgba(255,
255,
255,
0.2);
  border: none;
  display: block;
  width: 100%;
  max-width: none;
  padding: 12px 0;
  cursor: default;
}

@media (min-width: 768px) {
  .o-footer.is-closed .account-navigation.is-active {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-footer.is-closed .account-navigation.is-active {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-footer.is-closed .account-navigation.is-active:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form {
    margin-top: 17px;
  }
}

.o-forgot-password .forgot-password-form form {
  width: 100%;
  height: 100%;
}

.o-forgot-password .forgot-password-form .m-input {
  margin-top: 25px;
}

.o-forgot-password .forgot-password-form .m-cta {
  margin-top: 22px;
}

.o-forgot-password .forgot-password-form .a-button {
  margin-top: 20px;
}

.o-forgot-password.checkout {
  background-color: #F9F9FA;
  margin: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  .o-forgot-password.checkout {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 95px;
  }
}

.o-grid-controller {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .o-grid-controller {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.o-grid-controller.overlay [class^="u-cols-lg-10-24"] {
  position: relative;
}

.o-grid-controller.overlay [class^="u-cols-lg-10-24"] .m-free-tile {
  position: absolute;
  padding-top: 0;
  padding-bottom: 150%;
  margin-top: -140px;
  width: 100%;
  transition: outline .2s ease;
}

.o-grid-controller.overlay [class^="u-cols-lg-10-24"] .m-free-tile.is-animating {
  outline: solid 10px #FFFFFF;
  outline-offset: 0;
}

.o-grid-controller.has-background .m-product-price {
  background-color: #FFFFFF;
  margin-top: 4px;
}

.o-grid-controller .m-free-tile,
.o-grid-controller .o-product {
  max-width: 83%;
  margin-left: 8.5%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-grid-controller .m-free-tile,
  .o-grid-controller .o-product {
    margin-bottom: 0;
  }
}

.o-grid-controller .m-free-tile {
  padding-bottom: 124.5%;
}

@media (max-width: 767px) {
  .o-grid-controller .m-free-tile .a-heading-2 {
    font-size: 10vw;
  }
}

.o-grid-controller .m-free-tile .a-button {
  min-height: 50px;
  height: auto;
  min-width: 180px;
  max-width: 184px;
}

@media (min-width: 1025px) {
  .o-grid-controller .m-free-tile .a-button {
    min-width: 216px;
    max-width: 220px;
  }
}

.o-grid-controller .double-tile {
  padding-top: 30px;
}

.o-grid-controller .double-tile .m-free-tile,
.o-grid-controller .double-tile .o-product {
  max-width: inherit;
  margin-left: inherit;
}

@media (min-width: 768px) {
  .o-grid-controller .double-tile {
    padding-top: 25%;
  }
}

.o-grid-controller .double-tile .m-free-tile {
  padding-bottom: 150%;
}

.o-grid-controller .double-tile .m-free-tile .a-heading-2 {
  font-size: 5vw;
}

@media (min-width: 768px) {
  .o-grid-controller .double-tile .m-free-tile .a-heading-2 {
    font-size: 3vw;
  }
}

.o-grid-controller .double-tile .m-free-tile .a-label {
  font-size: 13px;
  line-height: 16px;
}

.o-grid-controller .small-tile {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .o-grid-controller .small-tile {
    padding-top: 10%;
  }
}

.o-grid-controller .small-tile .m-free-tile,
.o-grid-controller .small-tile .o-product {
  margin-left: 10%;
  width: 100%;
  max-width: inherit;
}

@media (min-width: 768px) {
  .o-grid-controller .small-tile .m-free-tile,
  .o-grid-controller .small-tile .o-product {
    margin-left: inherit;
  }
}

@media (min-width: 768px) {
  .o-grid-controller .small-tile .m-free-tile,
  .o-grid-controller .small-tile .o-product {
    margin-left: 28.5%;
  }
}

.o-grid-controller .small-tile .m-free-tile {
  padding-bottom: 150%;
}

.o-grid-controller .small-tile .m-free-tile .a-heading-2 {
  font-size: 5vw;
}

@media (min-width: 768px) {
  .o-grid-controller .small-tile .m-free-tile .a-heading-2 {
    font-size: 3vw;
  }
}

.o-grid-controller .small-tile .m-free-tile .a-label {
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .o-grid-controller.desktop-align-right .contain > .u-cols-lg-12-24:nth-of-type(1) {
    float: right;
  }
  .o-grid-controller.desktop-align-right .contain > .u-cols-lg-12-24:nth-of-type(1) .double-tile .m-free-tile,
  .o-grid-controller.desktop-align-right .contain > .u-cols-lg-12-24:nth-of-type(1) .double-tile .o-product {
    margin-right: 0;
    margin-left: 0;
  }
  .o-grid-controller.desktop-align-right .contain > .u-cols-lg-12-24:nth-of-type(1) .m-free-tile,
  .o-grid-controller.desktop-align-right .contain > .u-cols-lg-12-24:nth-of-type(1) .o-product {
    margin-right: inherit;
    margin-left: 8.5%;
  }
}

.o-grid-controller.three .m-free-tile,
.o-grid-controller.three .o-product {
  max-width: inherit;
  margin-right: 0;
  margin-left: 0;
}

.o-grid-controller.three .m-free-tile {
  padding-bottom: 150%;
}

.o-grid-controller.three .m-free-tile .a-button {
  min-width: 60%;
  max-width: initial;
}

.o-grid-controller.is-maxi .o-product .m-product-price .a-label {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .o-grid-controller.is-maxi .o-product .m-product-price .a-label {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-maxi .o-product .m-product-price .a-label {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-grid-controller.is-maxi .o-product .m-product-price .a-label.product-name {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 768px) {
  .o-grid-controller.is-maxi .o-product .m-product-price .a-label.product-name {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.is-maxi .o-product .m-product-price .a-label.product-name {
    font-size: 32px;
    line-height: 40px;
  }
}

.q-opacity-0 {
  opacity: 0;
}

.q-opacity-40 {
  opacity: 0.4;
}

.q-opacity-50 {
  opacity: 0.5;
}

.q-opacity-60 {
  opacity: 0.6;
}

.q-opacity-80 {
  opacity: 0.8;
}

.q-opacity-100 {
  opacity: 1;
}

.o-hero {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  height: 340px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-hero {
    height: 400px;
  }
}

.o-hero .m-teaser {
  padding: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-hero .m-teaser {
    margin-top: 10px;
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser {
    margin-top: 0;
    width: 50%;
  }
}

.o-hero .m-teaser .a-label {
  display: block;
  padding: 0;
  margin: 0 auto 25px;
}

.o-hero .m-teaser .a-heading-1 {
  display: block;
  padding: 0;
  margin: 10px auto 25px;
}

.o-hero .m-teaser .a-button {
  display: inline-block;
  margin: 10px auto 0;
  min-width: 175px;
}

@media (min-width: 415px) {
  .o-hero .m-teaser .a-button {
    min-width: 216px;
  }
}

.o-hero.full-width {
  height: 500px;
}

@media (min-width: 1025px) {
  .o-hero.full-width {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .o-hero.full-width .m-teaser {
    width: 55%;
  }
}

.o-hero.full-width .m-teaser .a-label {
  letter-spacing: 0.2px;
  margin: 0 auto 35px;
}

.o-hero.full-width .m-teaser .a-heading-1 {
  letter-spacing: 1px;
}

@media (min-width: 1025px) {
  .o-hero.full-width .m-teaser .a-heading-1.q-peta {
    line-height: 80px;
  }
}

@media (min-width: 1025px) {
  .o-hero.full-width .m-teaser .a-button {
    margin: 25px auto 0;
  }
}

.o-hero.is-banner {
  height: 340px;
}

.o-hero.is-banner .a-video {
  min-height: 340px;
}

@media (min-width: 768px) {
  .o-hero.is-banner {
    height: 400px;
  }
  .o-hero.is-banner .a-video {
    min-height: 400px;
  }
}

.o-hero .a-picture {
  display: none;
}

.o-hero .a-video {
  position: absolute;
  width: 100%;
  min-height: 500px;
  max-height: 100%;
}

@media (min-width: 768px) {
  .o-hero .a-video {
    min-height: 600px;
  }
}

.o-hero .hover-background,
.o-hero .default-background {
  opacity: 1;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s;
}

.o-hero .hover-background {
  opacity: 0;
}

.o-hero:hover .default-background,
.o-hero .is-hover .default-background {
  opacity: 0;
}

.o-hero:hover .hover-background,
.o-hero .is-hover .hover-background {
  opacity: 1;
}

@media (min-width: 768px) {
  .o-home-delivery {
    padding-right: 2%;
  }
}

.o-home-delivery .o-account-box {
  margin: 8px 0;
}

.o-home-delivery .o-account-box .address-title {
  color: #A5ADB0;
  margin-left: 40px;
}

.o-home-delivery .o-account-box .m-radio-button .a-label {
  color: #A5ADB0;
}

.o-home-delivery .o-account-box .home-delivery-information ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.o-home-delivery .o-account-box .js-remove-link {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.o-home-delivery .selected-address .o-account-box .home-delivery-information,
.o-home-delivery .selected-address .o-account-box .change-address-link {
  float: none;
  margin-left: 40px;
}

.o-home-delivery .selected-address .warning-section {
  margin: 15px 0 20px 30px;
}

.o-home-delivery .selected-address .warning-section .a-image {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  margin-right: 10px;
}

.o-home-delivery .selected-address .warning-section .a-paragraph {
  display: inline-block;
  margin: 0;
  width: calc(100% - 36px);
  max-width: 420px;
}

.o-home-delivery .selected-address.has-warning .home-delivery-information {
  color: #D2D6D8;
}

.o-home-delivery .o-add-address-button {
  margin-top: 10px;
}

.o-home-delivery .o-form {
  padding-top: 30px;
}

.o-home-delivery .delivery-notification {
  margin: 0 0 30px 0;
}

.o-home-delivery .m-radio-button {
  cursor: pointer;
}

.o-home-delivery .m-input {
  margin-bottom: 20px;
}

.o-home-delivery .m-input.m-input-phone-number {
  display: none;
  height: 140px;
  margin-bottom: 0;
}

.o-home-delivery .m-dropdown {
  margin-bottom: 10px;
}

.o-home-delivery .delivery-details {
  display: none;
}

.o-home-delivery .delivery-change-address-section {
  display: none;
}

.o-home-delivery .delivery-change-address-section .save-address {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.o-home-delivery .delivery-change-address-section .cancel-change-address {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.o-home-delivery .o-address-box-add {
  margin-bottom: 35px;
}

.o-home-delivery .o-address-box-add .custom-radio {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  line-height: 16px;
}

.o-home-delivery .o-address-box-add .edit-block .o-address-box-edit .address-form,
.o-home-delivery .o-address-box-add .edit-block.is-open .o-address-box-edit .address-form {
  margin: 0 34px;
}

.o-home-delivery .o-address-box-add .edit-block .o-address-box-edit .o-account-box,
.o-home-delivery .o-address-box-add .edit-block.is-open .o-address-box-edit .o-account-box {
  padding: 20px;
}

.o-home-delivery .o-address-box-add .country-input {
  position: relative;
  height: 75px;
  margin-bottom: 0;
}

.o-home-delivery .o-address-box-add .country-input .change-country {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 20px;
  margin-top: 0;
  float: none;
}

.o-home-delivery .o-address-box-add .m-checkbox {
  margin-top: 0;
}

.o-home-delivery.home-only .delivery-details {
  display: block;
}

.o-home-delivery.is-changing-address .delivery-change-address-section {
  display: block;
}

.o-home-delivery.is-changing-address .selected-address {
  display: none;
}

.o-lazy-load {
  -ms-flex-pack: center;
  justify-content: center;
}

.o-lazy-load.is-visible {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.o-lazy-load.is-visible .spinner {
  display: inline-block;
}

.o-lazy-load .spinner {
  font-family: 'Monki-Icons';
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  display: none;
  animation: spin 1s linear infinite;
}

.o-lazy-load .spinner:before {
  content: "\e910";
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes lightbox-out {
  from {
    transform: translateX(-50%) translateY(-50%) scale(1,
1);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) translateY(-50%) scale(1.1,
1.1);
    opacity: 0;
  }
}

@keyframes lightbox-in {
  from {
    transform: translateX(-50%) translateY(-50%) scale(1.1,
1.1);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(-50%) scale(1,
1);
    opacity: 1;
  }
}

@keyframes lightbox-mobile-out {
  from {
    transform: translateX(0) translateY(0) scale(1,
1);
    opacity: 1;
  }
  to {
    transform: translateX(0) translateY(1000px) scale(1,
1);
    opacity: 1;
  }
}

@keyframes lightbox-mobile-in {
  from {
    transform: translateX(0) translateY(1000px) scale(1,
1);
    opacity: 1;
  }
  to {
    transform: translateX(0) translateY(0) scale(1,
1);
    opacity: 1;
  }
}

@keyframes lightbox-rotate-back {
  0% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(0deg);
  }
  50% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(90deg);
  }
  100% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(180deg);
  }
}

@keyframes lightbox-rotate-front {
  0% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(180deg);
  }
  50% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(270deg);
  }
  100% {
    transform: translate3d(-50%,
-50%,
1px) rotateY(360deg);
  }
}

@keyframes lightbox-rotate-backdrop-before-back {
  0% {
    right: 40px;
    left: 0;
  }
  49% {
    right: 40px;
    left: 0;
  }
  50% {
    left: 40px;
    right: 0;
  }
  100% {
    left: 40px;
    right: 0;
  }
}

@keyframes lightbox-rotate-backdrop-before-front {
  0% {
    left: 40px;
    right: 0;
  }
  49% {
    left: 40px;
    right: 0;
  }
  50% {
    right: 40px;
    left: 0;
  }
  100% {
    right: 40px;
    left: 0;
  }
}

@keyframes lightbox-rotate-close-back {
  0% {
    right: 5px;
    left: auto;
  }
  49% {
    right: 5px;
    left: auto;
  }
  50% {
    left: 5px;
    right: auto;
  }
  100% {
    left: 5px;
    right: auto;
  }
}

@keyframes lightbox-rotate-close-front {
  0% {
    left: 5px;
    right: auto;
  }
  49% {
    left: 5px;
    right: auto;
  }
  50% {
    right: 5px;
    left: auto;
  }
  100% {
    right: 5px;
    left: auto;
  }
}

@keyframes lightbox-content-hide {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lightbox-content-show {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.example .lightbox-example-container {
  position: relative;
  height: 500px;
}

.example .lightbox-example-container .a-overlay {
  height: 100%;
}

.o-lightbox {
  background: #ED1385;
  background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  z-index: 50;
  padding: 4px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  animation: none;
  transform: translate3d(0,
2000px,
0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  .o-lightbox {
    padding: 8px;
  }
}

.o-lightbox [class^="a-heading"] {
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-lightbox {
    height: auto;
    width: 448px;
    left: 50%;
    top: 50%;
    box-shadow: 10px 10px 0 rgba(31,
49,
58,
0.05);
    max-height: 100%;
  }
}

.o-lightbox.is-open {
  transform: translate3d(0,
0,
0);
  opacity: 1;
  position: relative;
  animation: lightbox-mobile-in 0.3s;
}

@media (min-width: 768px) {
  .o-lightbox.is-open {
    position: fixed;
    transform: translate3d(-50%,
-50%,
0);
    animation: lightbox-in 0.3s;
  }
}

.o-lightbox.is-closed {
  opacity: 0;
  animation: lightbox-mobile-out 0.3s;
}

@media (min-width: 768px) {
  .o-lightbox.is-closed {
    animation: lightbox-out 0.3s;
  }
}

.o-lightbox .lightbox-backdrop {
  background-color: #FFFFFF;
  width: 100%;
  min-height: calc(100vh - 48px);
  padding: 0 40px 40px;
  margin-top: 40px;
  float: left;
  position: relative;
}

.o-lightbox .lightbox-backdrop::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 40px;
  height: 41px;
  background: inherit;
}

@media (min-width: 768px) {
  .o-lightbox .lightbox-backdrop {
    min-height: 0;
    height: 100%;
  }
}

.o-lightbox .lightbox-content {
  position: relative;
}

.o-lightbox .m-button-icon {
  background-color: transparent;
  color: #FFFFFF;
  position: absolute;
  width: 40px;
  top: 5px;
  right: 5px;
}

.o-lightbox.flexible {
  width: auto;
}

@media (min-width: 1025px) {
  .o-lightbox.is-large {
    width: 680px;
  }
}

.o-lightbox.is-order {
  width: 1000px;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: none;
  animation: lightbox-mobile-in 0.3s;
}

.o-lightbox.is-order .lightbox-backdrop {
  padding: 0 15px 40px;
}

.o-lightbox.is-order.is-open {
  animation: lightbox-mobile-in 0.3s;
}

@media (min-width: 901px) {
  .o-lightbox.is-order.is-open {
    animation: lightbox-in 0.3s;
    transform: translate3d(-50%,
-50%,
0);
  }
}

.o-lightbox.is-order.is-closed {
  animation: lightbox-mobile-out 0.3s;
}

@media (min-width: 901px) {
  .o-lightbox.is-order.is-closed {
    animation: lightbox-out 0.3s;
  }
}

@media (min-width: 901px) {
  .o-lightbox.is-order {
    left: 50%;
    top: 50%;
  }
  .o-lightbox.is-order .lightbox-backdrop {
    padding-bottom: 0;
  }
  .o-lightbox.is-order:before {
    background-color: #A5ADB0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    top: 10px;
    right: 280px;
  }
}

.o-lightbox.no-padding .lightbox-content {
  background-color: #FFFFFF;
  z-index: -1;
  min-height: calc(100vh - 8px);
}

@media (min-width: 768px) {
  .o-lightbox.no-padding .lightbox-content {
    min-height: 0;
  }
}

.o-lightbox.no-padding .lightbox-backdrop {
  background: #ED1385;
  background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.o-lightbox.no-padding .lightbox-backdrop::before {
  display: none;
}

@media (min-width: 1025px) {
  .o-lightbox.monki-style {
    width: 712px;
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  .o-lightbox.monki-style {
    width: 968px;
  }
}

.o-lightbox.monki-style .m-button-icon.a-icon-global-close {
  background-color: #3700FF;
}

.o-lightbox .front,
.o-lightbox .back {
  width: 100%;
  top: 0;
  overflow: hidden;
}

.o-lightbox .front.is-smaller,
.o-lightbox .back.is-smaller {
  top: 0;
  position: absolute;
  height: 100%;
}

.o-lightbox .front {
  z-index: 1;
  opacity: 1;
}

.o-lightbox .back {
  z-index: -1;
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-lightbox .back {
    transform: rotateY(180deg);
  }
}

.o-lightbox.is-flipped {
  animation: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media (min-width: 1025px) {
  .o-lightbox.is-flipped {
    animation: lightbox-rotate-back 0.6s;
    transform: translate3d(-50%,
-50%,
1px) rotateY(180deg);
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-flipped .lightbox-backdrop:before {
    animation: lightbox-rotate-backdrop-before-back 0.6s;
    left: 40px;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-flipped .m-button-icon {
    animation: lightbox-rotate-close-back 0.6s;
    left: 5px;
    right: auto;
  }
}

.o-lightbox.is-flipped .front {
  z-index: -1;
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-lightbox.is-flipped .front {
    z-index: auto;
    animation: lightbox-content-hide 0.6s;
  }
}

.o-lightbox.is-flipped .back {
  z-index: 1;
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-lightbox.is-flipped .back {
    animation: lightbox-content-show 0.6s;
    transform: rotateY(180deg);
  }
}

.o-lightbox.is-not-flipped {
  animation: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media (min-width: 1025px) {
  .o-lightbox.is-not-flipped {
    animation: lightbox-rotate-front 0.6s ease-in-out;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-not-flipped .front {
    animation: lightbox-content-show 0.6s;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-not-flipped .back {
    animation: lightbox-content-hide 0.6s;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-not-flipped .lightbox-backdrop:before {
    animation: lightbox-rotate-backdrop-before-front 0.6s;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-not-flipped .m-button-icon {
    animation: lightbox-rotate-close-front 0.6s;
  }
}

.o-lightbox.has-error .lightbox-backdrop {
  background-color: transparent;
}

.o-lightbox.has-error .m-cta::after {
  display: none;
}

@media (min-width: 768px) {
  .o-lightbox.has-error .m-cta::after {
    display: block;
  }
}

@media (min-width: 768px) {
  .o-lightbox.is-newsletter-popup {
    width: 776px;
    min-height: 579px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-newsletter-popup .m-button-icon {
    z-index: 1;
    top: 8px;
    background-color: #3700FF;
  }
}

.o-lightbox.is-newsletter-popup .lightbox-backdrop {
  padding: 0;
}

html.touchevents .o-lightbox {
  -webkit-overflow-scrolling: touch;
}

.o-list {
  color: #1F313A;
  text-align: center;
}

.o-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-list .a-link {
  color: inherit;
  border-bottom: none;
  display: block;
}

.o-loader-overlay {
  z-index: 25;
  display: none;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .o-loader-overlay {
    height: 50%;
  }
}

.o-loader-overlay.is-visible {
  display: block;
}

.o-loader-overlay:before {
  background-color: #f3f3f3;
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}

.o-loader-overlay .spinner {
  z-index: 50;
  font-family: 'Monki-Icons';
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  position: absolute;
  top: 100px;
  left: 45%;
  animation: spin 1s linear infinite;
}

.o-loader-overlay .spinner:before {
  content: "\e910";
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner {
    top: 30px;
  }
}

.o-loader-overlay .spinner-wrapper {
  z-index: 26;
  background-color: #FFFFFF;
  border: 6px solid #A50AFF;
  position: relative;
  width: 100%;
  height: 425px;
  margin: 0 auto;
  padding: 160px 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner-wrapper {
    width: 448px;
    height: 324px;
    margin: 0 auto;
    padding: 90px 50px 0;
  }
}

.o-loader-overlay .spinner-wrapper h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner-wrapper h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-loader-overlay .spinner-wrapper h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-loader-overlay .spinner-wrapper p {
  font-size: 16px;
  line-height: 24px;
}

.o-map {
  z-index: 0;
  position: relative;
}

.o-map #map {
  height: 100%;
  width: 100%;
  min-height: 480px;
}

@media (min-width: 768px) {
  .o-map #map {
    min-height: 440px;
  }
}

.o-map #map.is-loading {
  opacity: 0.5;
}

.o-map #map .gm-style-iw div {
  overflow: hidden !important;
}

.o-map .m-info-box {
  position: relative;
  top: -40px;
}

@media (min-width: 768px) {
  .o-map .m-info-box {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    margin-right: 5%;
    right: 40px;
    top: 40px;
  }
}

.o-map .m-info-box .topic {
  padding-right: 10px;
}

.o-map .stores {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.o-map .stores .store-info {
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .o-map .stores .store-info {
    margin-bottom: 70px;
  }
}

.o-map .a-icon-victory {
  font-size: 27px;
  margin: 9px 0 13px;
}

.o-map .a-label {
  margin: 2px 0;
  display: block;
}

.o-map .a-label.store-count {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Medium-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  position: absolute;
  left: 15px;
  top: 12px;
}

@media (min-width: 768px) {
  .o-map .a-label.store-count {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-map .a-label.store-count {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .o-map .a-label.store-count {
    display: none;
  }
}

.o-map .a-label.additional-info {
  color: #F20074;
}

.o-map .store-info .topic,
.o-map .m-info-box .topic {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .o-map .store-info .topic,
  .o-map .m-info-box .topic {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-map .store-info .topic,
  .o-map .m-info-box .topic {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-map .store-info .a-link,
.o-map .m-info-box .a-link {
  font-size: inherit;
  color: inherit;
}

.o-map .tooltip-box {
  border: 2px solid #D2D6D8;
  background-color: #FFFFFF;
  transform: translateX(-50%);
  position: absolute;
  padding: 11px 20px 20px;
  box-shadow: 8px 8px 0 rgba(31,
49,
58,
0.05);
}

.o-pick-up-point .o-map .tooltip-box {
  padding: 20px;
}

.o-pick-up-point .o-map .tooltip-box .a-label {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-map .tooltip-box .a-label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.o-map .tooltip-box .title {
  margin-bottom: 11px;
}

.o-map .tooltip-box .title .a-label {
  font-size: 16px;
  line-height: 24px;
}

.o-map .tooltip-box .is-opening-soon .a-label,
.o-map .tooltip-box .is-opening-soon .title {
  text-align: center;
}

.o-map .tooltip-box .a-icon-victory,
.o-map .tooltip-box .q-font-bold {
  display: inline-block;
}

.o-map .tooltip-box .a-icon-victory {
  font-size: 19px;
  margin: 0 4px;
}

.o-map .tooltip-box .a-icon-victory:first-child {
  margin: 0 4px 0 0;
}

.o-map .tooltip-box .a-icon-victory:last-child {
  margin: 0 0 0 4px;
}

.o-map .tooltip-box .a-link {
  color: inherit;
  text-decoration: inherit;
}

.o-menu-list {
  text-align: center;
}

.o-menu-list ul li {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .o-menu-list ul li {
    margin-bottom: 0;
  }
}

.o-menu-list ul li:last-child {
  margin-bottom: 0;
}

.o-menu-list ul li.is-hover,
.o-menu-list ul li:hover {
  background-color: rgba(255,
255,
255,
0.2);
}

.o-menu-list .a-link {
  padding: 5px;
}

@media (min-width: 768px) {
  .o-menu-list .a-link {
    padding: 3px;
  }
}

.o-monki-checkout-header {
  z-index: 21;
  background-color: #FFFFFF;
  box-sizing: border-box;
  max-height: 60px;
  padding: 10px 0;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .o-monki-checkout-header {
    position: static;
    padding: 20px 0;
    max-height: none;
  }
}

.o-monki-checkout-header .a-heading-1 {
  font-size: 28px;
  line-height: 36px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-monki-checkout-header .a-heading-1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 1025px) {
  .o-monki-checkout-header .a-heading-1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.o-monki-checkout-header .a-button {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-checkout-header .a-button {
    display: block;
  }
}

.o-monki-checkout-header .sign-in-link {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-checkout-header .sign-in-link {
    display: inline-block;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-monki-checkout-header .sign-in-link {
    margin-top: 20px;
  }
}

.o-monki-checkout-header .a-icon-arrow-back {
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-monki-checkout-header .a-icon-arrow-back {
    display: none;
  }
}

.o-monki-checkout-header .a-icon-global-close {
  display: block;
}

@media (min-width: 768px) {
  .o-monki-checkout-header .a-icon-global-close {
    display: none;
  }
}

.o-monki-checkout-header.sign-in-hidden .sign-in-link {
  visibility: hidden;
}

.example .header-bg-example {
  background: url("/images/monki-shortcut-1.jpg");
  background-position: 0px 1069px;
}

.example .menu-wrapper {
  max-width: 1640px;
  overflow: hidden;
}

.example .o-monki-header {
  position: relative;
}

.example.cart-header-example {
  background: #6E0AD5;
  background: linear-gradient(45deg,
#6E0AD5 0%,
#590AD7 50%,
#440AD8 100%);
}

@media (min-width: 768px) {
  .example.cart-header-example {
    background: none;
  }
}

.o-monki-header.has-background {
  color: #FFFFFF;
}

.o-monki-header.has-background .m-button-icon-txt:hover,
.o-monki-header.has-background .sign-in:hover {
  color: #1F313A;
}

.o-monki-header.has-background .m-button-icon-txt:hover .a-label,
.o-monki-header.has-background .sign-in:hover .a-label {
  color: inherit;
}

.o-monki-header.has-background .m-button-icon-txt:hover .text {
  color: #1F313A;
}

.o-monki-header.has-background .m-button-icon-txt:hover.menu-button .a-burger .line {
  background-color: #FFFFFF;
}

.o-monki-header.has-background .m-button-icon-txt:hover.bag-button {
  color: #FFFFFF;
}

.o-monki-header.has-background .m-button-icon-txt:hover.bag-button [class^="a-icon"] {
  color: #FFFFFF;
}

.o-monki-header.has-background .m-button-icon-txt:hover.bag-button .text {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-monki-header.has-background .m-button-icon-txt:hover.menu-button .a-burger .line {
    background-color: #1F313A;
  }
  .o-monki-header.has-background .m-button-icon-txt:hover.menu-button .line {
    background-color: #1F313A;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-monki-header.has-background .m-button-icon-txt:hover.menu-button {
    border: 2px solid #1F313A;
  }
}

@media (min-width: 768px) {
  .o-monki-header.has-background .m-button-icon-txt:hover.bag-button [class^="a-icon"] {
    color: #1F313A;
  }
  .o-monki-header.has-background .m-button-icon-txt:hover.bag-button .text {
    color: #1F313A;
  }
}

.o-monki-header.has-background .m-search:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-monki-header.has-background .m-search:hover {
    color: #1F313A;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-monki-header.has-background .m-search:hover {
    border-bottom: 1px solid #1F313A;
  }
}

.o-monki-header.has-background .m-search:hover .a-input,
.o-monki-header.has-background .m-search:hover .a-icon-global-search {
  color: inherit;
}

.o-monki-header.has-background .m-search:hover .a-input:-ms-input-placeholder {
  color: #A5ADB0;
}

.o-monki-header.has-background .m-search:hover .a-input::placeholder {
  color: #A5ADB0;
}

.o-monki-header.has-background .a-monki-logo svg path:last-child {
  fill: #FFFFFF;
}

.o-monki-header.has-background .m-button-icon-txt {
  color: inherit;
  border: none;
  outline: none;
}

@media (min-width: 1025px) {
  .o-monki-header.has-background .m-button-icon-txt {
    border: 2px solid #FFFFFF;
  }
}

.o-monki-header.has-background .o-bag.has-items .m-button-icon-txt {
  border-color: #FFFFFF;
}

@media (min-width: 1025px) {
  .o-monki-header.has-background .o-bag.has-items .m-button-icon-txt:hover {
    border: 2px solid #1F313A;
  }
}

.o-monki-header.has-background .line {
  background-color: #FFFFFF;
}

.o-monki-header.has-background .m-search {
  border-color: rgba(255,
255,
255,
0.7);
}

.o-monki-header.has-background .m-search .a-input,
.o-monki-header.has-background .m-search .a-input:-ms-input-placeholder {
  color: #FFFFFF;
}

.o-monki-header.has-background .m-search .a-input,
.o-monki-header.has-background .m-search .a-input::placeholder {
  color: #FFFFFF;
}

.o-monki-header.has-background .o-my-account .m-dropdown,
.o-monki-header.has-background .o-my-account .sign-in-button {
  color: inherit;
}

.o-monki-header.has-background .o-my-account .m-dropdown:hover:not(.is-open),
.o-monki-header.has-background .o-my-account .sign-in-button:hover:not(.is-open) {
  color: #1F313A;
}

.o-monki-header.is-active-menu {
  color: #FFFFFF;
}

.o-monki-header.is-active-menu .m-search,
.o-monki-header.is-active-menu .sign-in-button,
.o-monki-header.is-active-menu .o-my-account,
.o-monki-header.is-active-menu .locale,
.o-monki-header.is-active-menu .my-account {
  display: none;
}

@media (min-width: 1025px) {
  .o-monki-header.is-active-menu .bag-button {
    display: inline-block;
  }
}

.o-monki-header.is-active-menu .a-monki-logo svg path:last-child {
  fill: #FFFFFF;
}

.o-monki-header.is-active-menu .menu-search {
  border: none;
  width: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-monki-header.is-active-menu .menu-search {
    display: none;
  }
}

.o-monki-header.is-active-menu .menu-search .a-input {
  display: none;
}

.o-monki-header.is-active-menu .m-button-icon-txt {
  color: inherit;
  border: none;
}

@media (min-width: 1025px) {
  .o-monki-header.is-active-menu .m-button-icon-txt {
    border: 2px solid #FFFFFF;
  }
}

.o-monki-header.is-active-menu .m-button-icon-txt .a-burger .line {
  background-color: #FFFFFF;
}

.o-monki-header.is-active-menu .m-button-icon-txt:hover,
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover {
  border: none;
  color: inherit;
}

@media (min-width: 768px) {
  .o-monki-header.is-active-menu .m-button-icon-txt:hover,
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover {
    color: #1F313A;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-monki-header.is-active-menu .m-button-icon-txt:hover,
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover {
    border: 2px solid #1F313A;
  }
}

.o-monki-header.is-active-menu .m-button-icon-txt:hover .text,
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover .text {
  color: inherit;
}

@media (min-width: 768px) {
  .o-monki-header.is-active-menu .m-button-icon-txt:hover .a-burger .line,
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover .a-burger .line {
    background-color: #1F313A;
  }
}

.o-monki-header.is-active-menu .m-button-icon-txt:hover [class^="a-icon"],
.o-monki-header.is-active-menu .m-button-icon-txt.is-hover [class^="a-icon"] {
  color: inherit;
}

.o-monki-header.is-active-menu .o-bag {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-header.is-active-menu .o-bag {
    display: inline-block;
  }
}

.o-monki-header.is-active-menu .o-bag .m-button-icon-txt {
  border: none;
}

.o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt {
  border: none;
}

@media (min-width: 1025px) {
  .o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt {
    border: 2px solid #FFFFFF;
  }
}

.o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt:hover,
.o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt.is-hover {
  border: none;
}

@media (min-width: 1025px) {
  .o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt:hover,
.o-monki-header.is-active-menu .o-bag.has-items .m-button-icon-txt.is-hover {
    border: 2px solid #1F313A;
  }
}

.o-monki-header.is-sticky {
  background-color: #FFFFFF;
  height: 50px;
  padding: 0;
  left: 50%;
}

@media (min-width: 768px) {
  .o-monki-header.is-sticky {
    padding: 11px 0;
    height: 75px;
  }
}

.o-monki-header.is-sticky .m-cart-addition {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .o-monki-header.is-sticky .m-cart-addition {
    height: 75px;
    line-height: 75px;
  }
}

@media (min-width: 1025px) {
  .o-monki-header.is-sticky .m-cart-addition .gradient .a-label.desktop {
    padding-bottom: 15px;
  }
}

.o-monki-header.is-sticky .m-cart-addition .gradient .a-label.mobile {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .o-monki-header.is-sticky .m-cart-addition .gradient .a-label.mobile {
    padding-top: 25px;
  }
}

.o-monki-header.is-sticky .m-cart-addition .gradient [class^="a-icon"] {
  padding-top: 0;
}

.o-monki-header.is-sticky .m-search {
  border: none;
}

.o-monki-header.is-sticky .sign-in:hover .a-label {
  color: #A50AFF;
}

.o-monki-header.is-sticky .a-monki-logo {
  width: 104px;
}

@media (min-width: 768px) {
  .o-monki-header.is-sticky .a-monki-logo {
    width: 152px;
  }
}

.o-monki-header.is-cart.is-sticky {
  background: #6E0AD5;
  background: linear-gradient(45deg,
#6E0AD5 0%,
#590AD7 50%,
#440AD8 100%);
}

.o-monki-header.is-cart.is-sticky .alt-heading {
  padding: 11px 0;
}

.o-monki-header.is-cart.is-sticky .a-icon-arrow-forward {
  top: 5px;
}

@media (min-width: 768px) {
  .o-monki-header.is-cart.is-sticky {
    background: none;
    background-color: #FFFFFF;
  }
}

.o-monki-header {
  z-index: 21;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 13px 0;
  transition: margin-left 0.5s ease;
}

@media (min-width: 768px) {
  .o-monki-header {
    padding: 36px 0;
    height: 125px;
  }
}

.o-monki-header .menu-button,
.o-monki-header .line,
.o-monki-header .bag-button {
  transform: translate(0,
0);
  opacity: 1;
}

.o-monki-header .logo,
.o-monki-header .locale,
.o-monki-header .sign-in-button,
.o-monki-header .search,
.o-monki-header .checkout,
.o-monki-header .o-my-account {
  transform: translate(0,
0);
  opacity: 1;
}

.o-monki-header .contain {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1640px;
  margin: 0 auto;
}

@media (min-width: 1641px) {
  .o-monki-header .contain {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-monki-header.is-hidden {
  display: none;
}

.o-monki-header.no-sticky {
  position: absolute;
}

.o-monki-header.animate-hide {
  z-index: -1;
}

.o-monki-header.animate-hide .menu-button {
  transform: translate(-50px,
0);
  opacity: 0;
}

.o-monki-header.animate-hide .logo,
.o-monki-header.animate-hide .locale,
.o-monki-header.animate-hide .sign-in-button,
.o-monki-header.animate-hide .o-my-account,
.o-monki-header.animate-hide .bag-button {
  transform: translate(50px,
0);
  opacity: 0;
}

.o-monki-header.animate-hide .search {
  opacity: 0;
  transform: translate(50px,
0);
}

@media (min-width: 768px) {
  .o-monki-header.animate-hide .search {
    transform: translate(-50px,
0);
  }
}

.o-monki-header.hide-search {
  visibility: hidden;
}

.o-monki-header .m-cart-addition {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.o-monki-header .icon-flag {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-header .icon-flag {
    display: block;
    position: relative;
    left: 0;
    top: 2px;
    width: 26px;
    height: 18px;
  }
}

.o-monki-header .o-bag {
  display: inline-block;
}

.o-monki-header .o-bag .m-button-icon-txt {
  border: none;
}

.o-monki-header .o-bag.has-items .m-button-icon-txt {
  border: none;
}

.o-monki-header .o-bag.has-items .m-button-icon-txt:hover {
  border: none;
}

@media (min-width: 1025px) {
  .o-monki-header .o-bag.has-items .m-button-icon-txt {
    border: 2px solid #1F313A;
  }
  .o-monki-header .o-bag.has-items .m-button-icon-txt:hover {
    border-image: #FF00F3;
    border-image: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
    border-image-slice: 1;
    border-style: solid;
    border-width: 2px;
  }
}

.o-monki-header .m-button-icon-txt {
  border-width: 0;
  display: inline-block;
}

.o-monki-header .m-button-icon-txt.menu-button {
  float: left;
}

.o-monki-header .m-button-icon-txt .text {
  display: none;
}

@media (min-width: 1025px) {
  .o-monki-header .m-button-icon-txt {
    border-width: 2px;
  }
  .o-monki-header .m-button-icon-txt .text {
    display: inline-block;
  }
}

.o-monki-header .o-my-account {
  position: relative;
  display: none;
  float: left;
}

@media (min-width: 1025px) {
  .o-monki-header .o-my-account {
    display: inline-block;
    margin-left: 12px;
  }
  .o-monki-header .o-my-account.is-signed-in {
    margin-left: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1225px) {
  .o-monki-header .o-my-account {
    margin-left: 0;
  }
}

.o-monki-header .o-my-account .sign-in-button {
  position: relative;
  top: 13px;
}

.o-monki-header .a-monki-logo {
  width: 126px;
  margin: 0 auto;
  height: 52px;
}

@media (min-width: 768px) {
  .o-monki-header .a-monki-logo {
    width: 186px;
  }
}

.o-monki-header .m-search {
  margin-left: 10px;
  display: none;
}

@media (min-width: 768px) {
  .o-monki-header .m-search {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-monki-header .m-search {
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .o-monki-header .m-search:hover {
    border-color: #1F313A;
  }
}

.o-monki-header .menu-search {
  display: none;
}

.o-monki-header .locale {
  cursor: pointer;
  margin-right: 16px;
  line-height: 52px;
  display: none;
}

@media (min-width: 768px) {
  .o-monki-header .locale {
    position: relative;
    margin-top: 15px;
    float: left;
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-monki-header .locale {
    margin-right: 0;
  }
}

@media (min-width: 1225px) {
  .o-monki-header .locale {
    margin-right: 12px;
  }
}

.o-monki-header .left-section .back {
  display: none;
}

.o-monki-header .alt-heading {
  display: none;
}

.o-monki-header .right-section .forward {
  display: none;
}

.o-monki-header.is-cart .logo-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-header.is-cart .logo-wrapper {
    display: block;
  }
}

.o-monki-header.is-cart .alt-heading {
  color: #FFFFFF;
  display: block;
  padding: 13px 0;
}

@media (min-width: 768px) {
  .o-monki-header.is-cart .alt-heading {
    display: none;
  }
}

.o-monki-header.is-cart .left-section .menu-button,
.o-monki-header.is-cart .left-section .search {
  display: none;
}

.o-monki-header.is-cart .left-section .back.back-arrow {
  color: #FFFFFF;
  display: inline-block;
}

.o-monki-header.is-cart .left-section .back.back-arrow .a-icon-arrow-forward {
  position: relative;
  top: 7px;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .o-monki-header.is-cart .left-section .back.back-arrow {
    display: none;
  }
  .o-monki-header.is-cart .left-section .back.back-button {
    display: block;
    width: 140px;
    max-width: 100%;
  }
}

.o-monki-header.is-cart .right-section {
  display: none;
}

.o-monki-header.is-order-confirmation .left-section {
  visibility: hidden;
}

.o-monki-header.is-order-confirmation .right-section .o-bag,
.o-monki-header.is-order-confirmation .right-section .o-my-account,
.o-monki-header.is-order-confirmation .right-section .locale {
  display: none;
}

.o-monki-header.is-order-confirmation .right-section .a-button.forward-button {
  display: none;
  width: 105px;
}

@media (min-width: 768px) {
  .o-monki-header.is-order-confirmation .right-section .a-button.forward-button {
    display: block;
    width: 140px;
  }
}

.o-monki-header.is-order-confirmation .right-section .forward-arrow {
  display: block;
}

@media (min-width: 768px) {
  .o-monki-header.is-order-confirmation .right-section .forward-arrow {
    display: none;
  }
}

.o-monki-header.is-order-confirmation .right-section .forward-arrow .a-icon-arrow-forward {
  display: block;
  position: relative;
  top: 7px;
}

.o-monki-header.is-behind-lightbox {
  visibility: hidden;
}

@media (min-width: 768px) {
  .o-monki-header.is-behind-lightbox {
    visibility: visible;
  }
}

.o-monki-order {
  position: relative;
  margin-top: -20px;
}

@media (min-width: 768px) {
  .o-monki-order {
    margin-top: 0;
  }
}

.o-monki-order .a-heading-3 {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-monki-order .a-heading-3 {
    text-align: left;
  }
}

.o-monki-order .summary {
  width: 100%;
}

@media (min-width: 901px) {
  .o-monki-order .summary {
    width: calc(100% - 255px);
    float: left;
  }
}

.o-monki-order .summary .status-info {
  text-align: center;
}

@media (min-width: 768px) {
  .o-monki-order .summary .status-info {
    text-align: left;
  }
}

.o-monki-order .summary .status-info .a-heading-3 {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .o-monki-order .summary .status-info .a-heading-3 {
    padding-bottom: 15px;
  }
}

.o-monki-order .package-info {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-monki-order .package-info {
    text-align: left;
  }
}

.o-monki-order .package-info .a-label {
  display: block;
}

.o-monki-order .package-info .a-link {
  display: inline-block;
}

.o-monki-order .order-rows {
  border-bottom: 2px solid #D2D6D8;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 901px) {
  .o-monki-order .order-rows {
    max-height: 528px;
    overflow-y: auto;
  }
}

@media (min-width: 901px) {
  .o-monki-order .order-rows {
    border: none;
  }
}

@media (min-width: 901px) {
  .o-monki-order .status-info {
    position: absolute;
    top: 0;
    left: 385px;
    margin: 0;
  }
}

.o-monki-order .details-block {
  width: 100%;
}

@media (min-width: 901px) {
  .o-monki-order .details-block {
    margin-right: 20px;
    width: 200px;
    float: right;
  }
}

.o-monki-order .separator {
  display: none;
}

@media (min-width: 901px) {
  .o-monki-order .separator {
    display: block;
    position: absolute;
    top: -100px;
    right: 240px;
    height: 1000%;
    width: 1px;
  }
}

.o-monki-order.no-details .summary {
  width: 100%;
}

.o-monki-order.no-details .summary .order-rows {
  overflow-y: hidden;
  max-height: none;
}

.o-monki-order.no-details .details-block {
  display: none;
}

.o-monki-order.no-details .package-info .a-link {
  display: none;
}

.o-monki-style {
  position: relative;
}

.o-monki-style.has-12 .content [class^='u-cols-']:nth-child(n+5) {
  display: none;
}

@media (min-width: 768px) {
  .o-monki-style.has-12 .content [class^='u-cols-']:nth-child(n+5) {
    display: block;
  }
}

.o-monki-style.has-12 .content [class^='u-cols-']:nth-child(n+7) {
  display: none;
}

@media (min-width: 1025px) {
  .o-monki-style.has-12 .content [class^='u-cols-']:nth-child(n+7) {
    display: block;
  }
}

.o-monki-style.has-12 .o-olapic-image {
  height: 185px;
}

.o-monki-style.has-4 .o-olapic-image {
  height: 282px;
}

.o-monki-style .a-button {
  width: 205px;
  display: block;
  margin: 22px auto 0 auto;
}

@media (min-width: 768px) {
  .o-monki-style .a-button {
    margin-top: 52px;
  }
}

.o-monki-style .content {
  width: 100%;
  padding-bottom: 88px;
  padding-top: 35px;
}

.o-monki-style .description {
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .o-monki-style .description {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-monki-style .description {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-monki-style .description p {
  margin: 0;
}

@media (min-width: 768px) {
  .o-monki-style .description {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .o-monki-style .description {
    width: 50%;
    min-width: 568px;
    max-width: 760px;
  }
}

.o-monki-style.on-page .content {
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-monki-style.on-page .content {
    padding-top: 20px;
  }
}

.o-monki-style-slide {
  position: relative;
}

.o-monki-style-slide .image {
  transform: scale(0.95);
  transition: transform 0.5s ease,
height 0.5s ease;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .image {
    transition: none;
  }
}

.o-monki-style-slide.active-slide .image {
  transform: scale(1);
}

.o-monki-style-slide.active-slide .m-instagram-user,
.o-monki-style-slide.active-slide .info {
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .image {
    transform: none;
  }
}

.o-monki-style-slide .m-instagram-user,
.o-monki-style-slide .info {
  opacity: 0;
  transition: opacity 0.5s;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .m-instagram-user,
  .o-monki-style-slide .info {
    opacity: 1;
  }
}

.o-monki-style-slide .m-instagram-user {
  padding-top: 10px;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .m-instagram-user {
    margin: 0;
    padding: 20px 0 0;
    position: absolute;
    left: 368px;
  }
}

@media (min-width: 1280px) {
  .o-monki-style-slide .m-instagram-user {
    left: 496px;
  }
}

.o-monki-style-slide .image {
  background-color: #1F313A;
  width: 100%;
}

.o-monki-style-slide .image img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .image img {
    height: auto;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1025px) {
  .o-monki-style-slide .image {
    float: left;
    display: inline-block;
    height: 348px;
    width: 348px;
  }
}

@media (min-width: 1280px) {
  .o-monki-style-slide .image {
    height: 476px;
    width: 476px;
  }
}

.o-monki-style-slide .info {
  width: 100%;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info {
    display: inline-block;
    width: 348px;
    padding: 20px 0 26px 20px;
  }
}

@media (min-width: 1280px) {
  .o-monki-style-slide .info {
    padding-bottom: 22px;
    width: 476px;
  }
}

.o-monki-style-slide .info .share {
  text-align: center;
  margin-bottom: 20px;
}

.o-monki-style-slide .info .share [class^=a-icon] {
  color: #1F313A;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.o-monki-style-slide .info .share [class^=a-icon]::before {
  line-height: 50px;
}

.o-monki-style-slide .info .share [class^=a-icon]:hover {
  color: #FFFFFF;
}

.o-monki-style-slide .info .share .a-link {
  border: none;
}

.o-monki-style-slide .info .slider {
  margin: 10px auto;
  width: 50%;
}

.o-monki-style-slide .info .slider > * {
  display: none;
}

.o-monki-style-slide .info .slider > *:first-child {
  display: block;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 190px;
    height: 132px;
  }
}

@media (min-width: 1280px) {
  .o-monki-style-slide .info .slider {
    margin-top: 118px;
    margin-bottom: 52px;
    width: 280px;
    height: 210px;
  }
}

.o-monki-style-slide .info .slider .product-slider-arrow {
  font-size: 60px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-top: 2px solid black;
  border-right: 2px solid black;
  height: 19px;
  width: 19px;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider .product-slider-arrow {
    height: 14px;
    width: 14px;
  }
}

.o-monki-style-slide .info .slider .product-slider-arrow:first-of-type {
  transform: rotate(-135deg) translateY(50%);
  left: -20%;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider .product-slider-arrow:first-of-type {
    left: -45px;
  }
}

.o-monki-style-slide .info .slider .product-slider-arrow:last-of-type {
  transform: rotate(45deg) translateY(-50%);
  right: -20%;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider .product-slider-arrow:last-of-type {
    right: -45px;
  }
}

.o-monki-style-slide .info .slider .product-slider-arrow.slick-disabled {
  border-color: #A5ADB0;
}

.o-monki-style-slide .info .slider .slide .m-product-image {
  float: left;
}

.o-monki-style-slide .info .slider .slide .product-info {
  padding-left: 10px;
}

.o-monki-style-slide .info .slider .slide .product-info .m-product-price {
  margin-bottom: 26px;
}

.o-monki-style-slide .info .slider .slide .product-info .m-product-price .product-name {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider .slide .product-info .m-product-price .product-name {
    overflow: hidden;
    max-height: 62px;
  }
}

@media (min-width: 1281px) {
  .o-monki-style-slide .info .slider .slide .product-info .m-product-price .product-name {
    padding-right: 5px;
    max-height: none;
  }
}

.o-monki-style-slide .info .slider .slide .product-info {
  display: none;
}

@media (min-width: 1025px) {
  .o-monki-style-slide .info .slider .slide .m-product-image,
  .o-monki-style-slide .info .slider .slide .product-info {
    width: 50%;
    display: inline-block;
  }
}

.o-monki-style-slider {
  margin-bottom: 0px;
}

@media (min-width: 1025px) {
  .o-monki-style-slider {
    max-height: 348px;
    transform: none;
    width: 696px;
  }
}

@media (min-width: 1025px) and (min-width: 1280px) {
  .o-monki-style-slider {
    max-height: 476px;
    width: 952px;
  }
}

@media (min-width: 1025px) {
  .o-monki-style-slider .main-slider-arrow {
    z-index: 1;
    font-family: 'Monki-Icons';
    font-weight: normal;
    border: 2px solid #1F313A;
    background-color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    top: 50%;
    position: absolute;
    color: black;
    font-size: 76px;
    line-height: 76px;
  }
  .o-monki-style-slider .main-slider-arrow:first-of-type {
    transform: rotate(180deg) translateY(50%);
    left: -15%;
  }
  .o-monki-style-slider .main-slider-arrow:first-of-type:before {
    content: "\e903";
  }
  .o-monki-style-slider .main-slider-arrow:last-of-type {
    transform: translateY(-50%);
    text-align: right;
    right: -15%;
  }
  .o-monki-style-slider .main-slider-arrow:last-of-type:before {
    content: "\e903";
  }
}

.example .o-my-account {
  margin-left: 60px;
}

.example .o-my-account.is-hover .a-link:not(.no-styling) {
  color: #A50AFF;
}

.example .o-my-account.is-hover .m-dropdown:not(.is-open) {
  color: #A50AFF;
}

.example .o-my-account.is-hover .sign-in-button {
  color: #A50AFF;
}

.o-my-account {
  position: relative;
  display: inline-block;
  width: 85px;
}

.o-my-account .m-dropdown {
  border: none;
  margin: 0;
  cursor: pointer;
  display: none;
}

.o-my-account .m-dropdown li {
  padding: 0;
  color: #1F313A;
}

.o-my-account .m-dropdown li.is-selected {
  color: #FFFFFF;
  background-color: #1F313A;
}

.o-my-account .m-dropdown li.is-selected .a-link {
  color: inherit;
  background-color: inherit;
}

.o-my-account .m-dropdown:hover:not(.is-open) {
  color: #A50AFF;
}

.o-my-account .m-dropdown .options {
  width: 190px;
  top: 0;
  left: -88px;
}

.o-my-account .m-dropdown .placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.o-my-account .a-image.tick {
  cursor: default;
  display: none;
}

.o-my-account .a-link {
  padding-left: 15px;
  width: 100%;
  height: 100%;
  float: left;
}

.o-my-account .a-link:hover {
  background-color: #1F313A;
  color: #FFFFFF;
}

.o-my-account .a-link .my-account-links {
  display: none;
}

.o-my-account .sign-in-button {
  color: #1F313A;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.25s ease,
opacity 0.25s ease;
  cursor: pointer;
  display: inline-block;
}

.o-my-account .sign-in-button:hover {
  color: #A50AFF;
}

.o-my-account.is-signed-in {
  width: 90px;
}

.o-my-account.is-signed-in .a-image.tick {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 2px;
  width: 30px;
  height: 30px;
  transition: opacity 0.25s ease;
}

.o-my-account.is-signed-in .a-image.tick.is-hidden {
  opacity: 0;
}

.o-my-account.is-signed-in .placeholder {
  padding-right: 30px;
}

.o-my-account.is-signed-in .m-dropdown .options {
  min-width: 140px;
  left: -90px;
}

@media (min-width: 1225px) {
  .o-my-account.is-signed-in {
    width: 140px;
  }
  .o-my-account.is-signed-in .m-dropdown .options {
    min-width: auto;
    left: -40px;
  }
  .o-my-account.is-signed-in .placeholder {
    padding-right: 15px;
  }
}

.o-my-account.is-signed-in .m-dropdown {
  display: inline-block;
}

.o-my-account.is-signed-in .sign-in-button {
  display: none;
}

.example .o-navigation-menu {
  position: relative;
}

.o-navigation-menu {
  max-width: 1640px;
  z-index: 19;
  transition: transform 0.25s cubic-bezier(0.25,
0.46,
0.45,
0.94);
  margin: 0 auto;
  display: none;
  padding: 0;
}

@media (min-width: 1025px) {
  .o-navigation-menu {
    padding: 50px 0 162px 0;
    position: relative;
    left: 0;
    transform: none;
  }
}

.o-navigation-menu.is-open {
  display: block;
}

.o-navigation-menu.is-disabled {
  transform: scale(0.95);
}

.o-navigation-menu .a-icon-arrow-back {
  margin-top: 11px;
}

.o-navigation-menu .a-heading-2 {
  font-size: 28px;
  line-height: 36px;
  padding: 12px 0;
}

@media (min-width: 1025px) {
  .o-navigation-menu .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

.o-navigation-menu .o-menu-list {
  text-align: center;
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list {
    transition: opacity 0.25s ease,
transform 0.25s ease;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.o-navigation-menu .o-menu-list.is-transparent {
  opacity: 0;
}

.o-navigation-menu .o-menu-list.is-active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.o-navigation-menu .o-menu-list.is-inactive {
  transform: translateX(-40px);
  opacity: 0;
}

.o-navigation-menu .o-menu-list .o-list {
  opacity: 0;
  margin-top: 0;
  transition: opacity 0.25s ease;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list .o-list {
    opacity: 1;
    transform: translateY(0px);
    margin-top: 0;
  }
}

.o-navigation-menu .o-menu-list .o-list.is-visible {
  opacity: 1;
}

.o-navigation-menu .o-menu-list .o-list.is-active {
  opacity: 1;
}

.o-navigation-menu .o-menu-list .o-list ul {
  padding-bottom: 72px;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list .o-list ul {
    padding-bottom: 0;
  }
}

.o-navigation-menu .o-menu-list .a-link {
  font-size: 20px;
  line-height: 28px;
  padding: 11px 0;
  color: inherit;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list .a-link {
    padding: 0;
  }
}

.o-navigation-menu .o-menu-list .a-link.is-active {
  position: relative;
}

.o-navigation-menu .o-menu-list .a-link.is-active:after {
  background-color: rgba(255,
255,
255,
0.2);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.o-navigation-menu .o-menu-list ul,
.o-navigation-menu .o-menu-list.is-closed {
  display: none;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list ul,
.o-navigation-menu .o-menu-list.is-closed {
    display: block;
  }
}

.o-navigation-menu .o-menu-list.is-active ul {
  display: block;
}

@media (min-width: 1025px) {
  .o-navigation-menu .o-menu-list.is-hover,
.o-navigation-menu .o-menu-list:hover {
    transform: scale(1.2);
  }
}

.o-newsletter-personalized {
  background-color: #F9F9FA;
  position: relative;
  padding: 20px;
  margin-top: 22px;
  margin-bottom: 28px;
}

.o-newsletter-personalized .m-input {
  margin-top: 20px;
}

.o-newsletter-personalized .optional-label {
  display: block;
}

@media (min-width: 1025px) {
  .o-newsletter-personalized .optional-label {
    display: inline-block;
    position: absolute;
    right: 20px;
  }
}

.example .is-newsletter-popup .o-newsletter-popup {
  margin-top: 0;
}

.o-newsletter-popup {
  margin-top: -40px;
}

.o-newsletter-popup .left-section {
  display: none;
}

.o-newsletter-popup .right-section {
  padding: 32px 20px;
  width: 100%;
}

.o-newsletter-popup .right-section .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
}

.o-newsletter-popup .right-section .promotion {
  margin: 0 0 28px;
}

.o-newsletter-popup .right-section .m-checkbox-age {
  margin: 37px 0 40px;
  position: relative;
}

.o-newsletter-popup .right-section .m-checkbox-age .a-label:last-child {
  padding-left: 37px;
  display: inline-block;
}

.o-newsletter-popup .right-section .m-checkbox-age .a-checkbox + .custom-box:before {
  position: absolute;
  left: 0;
}

.o-newsletter-popup .right-section .disclaimer {
  color: #A5ADB0;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-newsletter-popup .left-section {
    display: block;
    float: left;
    width: 49.3%;
  }
  .o-newsletter-popup .right-section {
    float: right;
    padding: 50px 56px 0;
    width: 50.7%;
    max-height: 562px;
    overflow-y: auto;
  }
  .o-newsletter-popup .right-section .promotion {
    margin: 0 0 25px;
  }
  .o-newsletter-popup .right-section .m-checkbox-age {
    margin: 25px 0 35px;
  }
  .o-newsletter-popup .right-section .disclaimer {
    margin-bottom: 8px;
  }
  .o-newsletter-popup .right-section .disclaimer p {
    margin-bottom: 0;
  }
}

.code-control {
  padding-top: 25px;
}

.o-newsletter-signup {
  width: 100%;
  margin-bottom: 30px;
}

.o-newsletter-signup .o-newsletter-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.o-newsletter-signup .promotion {
  margin-top: 0;
  margin-bottom: 30px;
}

.o-newsletter-signup .m-checkbox-age {
  margin-bottom: 30px;
  position: relative;
}

.o-newsletter-signup .m-checkbox-age .a-label:last-child {
  padding-left: 37px;
  display: inline-block;
}

.o-newsletter-signup .m-checkbox-age .a-checkbox + .custom-box:before {
  position: absolute;
  left: 0;
}

.o-newsletter-signup .unsubscribe {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.o-newsletter-unsubcribe {
  margin-bottom: 30px;
}

.o-newsletter-unsubcribe .m-cta {
  margin: 12px 0;
}

.o-olapic-image-example .o-olapic-image {
  height: 236px;
  width: 236px;
  background-image: url("https://z2photorankmedia-a.akamaihd.net/media/p/b/u/pbuucu3/normal.jpg");
}

.o-olapic-image {
  position: relative;
  cursor: pointer;
  background-size: cover;
  height: 300px;
  margin-bottom: 10px;
}

.o-olapic-image:hover .overlay,
.o-olapic-image:hover .m-instagram-user {
  opacity: 1;
}

.o-olapic-image .overlay {
  background-color: rgba(31,
49,
58,
0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.25s ease;
}

.o-olapic-image .m-instagram-user {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transition: opacity 0.25s ease;
}

.example .o-olapic-pdp-gallery {
  max-width: 500px;
}

.o-olapic-pdp-gallery {
  padding-bottom: 52px;
}

.o-olapic-pdp-gallery .image-background {
  background-color: #1F313A;
  height: 500px;
  width: 500px;
  margin-bottom: 15px;
}

.o-olapic-pdp-gallery .a-image {
  height: 90px;
}

.o-olapic-pdp-gallery .a-image.primary {
  height: 100%;
  width: 100%;
  margin: auto;
}

.o-olapic-pdp-gallery .a-label {
  max-width: 390px;
  text-align: center;
  margin: 0 auto;
  word-break: break-all;
  display: block;
}

.o-olapic-pdp-gallery .slider {
  margin: 35px auto 0 auto;
  width: 390px;
}

.o-olapic-pdp-gallery .slider .slick-track {
  padding-top: 2px;
  overflow: hidden;
  height: 94px;
}

.o-olapic-pdp-gallery .slider .slick-track .slick-slide {
  cursor: pointer;
  margin: 0 4px;
}

.o-olapic-pdp-gallery .slider .slick-track .slick-slide.is-selected {
  border: 2px solid #1F313A;
  box-sizing: content-box;
  margin: -2px 2px 0 2px;
}

.o-olapic-pdp-gallery .slider .slick-arrow {
  position: absolute;
  top: 25px;
  cursor: pointer;
}

.o-olapic-pdp-gallery .slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -30px;
}

.o-olapic-pdp-gallery .slider .slick-arrow.slick-next {
  right: -30px;
}

.o-olapic-pdp-gallery .slider .slick-arrow.slick-disabled {
  color: #A5ADB0;
  cursor: default;
}

.o-order-box-example {
  max-width: 300px;
}

.o-order-box {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-order-box {
    margin-bottom: 40px;
  }
}

.o-order-box .o-account-box {
  vertical-align: middle;
  padding: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.o-order-box .order-data {
  max-width: 165px;
  float: left;
  position: absolute;
  top: 5px;
  left: 10px;
}

@media (min-width: 768px) {
  .o-order-box .order-data {
    position: static;
    top: auto;
    left: auto;
  }
}

.o-order-box .order-data .a-label {
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

.o-order-box .a-link {
  color: #1F313A;
  border-bottom: none;
  width: 100%;
  display: inline-block;
}

.o-order-box .items {
  display: none;
  position: absolute;
  right: 15px;
  top: 14px;
}

.o-order-box .m-product-image {
  width: 85px;
  float: right;
}

.o-order-box .m-order-status {
  position: absolute;
  left: 10px;
  top: 65px;
}

.o-order-box .m-order-status .a-label,
.o-order-box .m-order-status:before {
  padding-top: 25%;
}

@media (min-width: 768px) and (max-width: 1248px) {
  .o-order-box .m-order-status .a-label,
.o-order-box .m-order-status:before {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1248px) {
  .o-order-box .m-order-status .order-progress {
    display: none;
  }
}

.o-order-box .m-order-status .order-progress .line {
  width: auto;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
  display: block;
  border-bottom: none;
  border-left: 4px solid;
  margin-left: 0;
  float: none;
}

@media (min-width: 768px) {
  .o-order-box .m-order-status .order-progress .line {
    width: 58px;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    border-left: none;
    border-bottom: 4px solid;
  }
}

@media (min-width: 768px) {
  .o-order-box .o-account-box {
    padding: 5px;
  }
  .o-order-box .order-data {
    text-align: left;
    padding: 5px 0 0 11px;
  }
  .o-order-box .order-data .a-label {
    margin: 0;
  }
  .o-order-box .order-data,
  .o-order-box .m-product-image {
    float: none;
  }
  .o-order-box .m-product-image {
    margin: 10px 0;
    position: relative;
    width: 100%;
    min-height: 220px;
    transform: translateX(-50%);
    left: 50%;
  }
  .o-order-box .m-order-status {
    position: relative;
    left: 0;
    bottom: 0;
    top: auto;
    height: 48px;
    padding-top: 12px;
  }
  .o-order-box .m-order-status .a-label,
.o-order-box .m-order-status:before {
    padding-top: 0;
  }
  .o-order-box .items {
    display: block;
  }
}

.o-order-confirmation .o-order-row .m-product-image {
  padding-left: 0;
}

.o-order-confirmation .o-order-row .m-product-image img {
  cursor: default;
}

.o-order-confirmation .a-heading-2 {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .o-order-confirmation .a-heading-2 {
    margin-top: 20px;
  }
}

.o-order-confirmation .a-button {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .o-order-confirmation .a-button {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .o-order-confirmation .a-button {
    width: 200px;
  }
}

.o-order-confirmation .redirect {
  margin-bottom: 25px;
  display: block;
}

@media (min-width: 768px) {
  .o-order-confirmation .redirect {
    margin-bottom: 33px;
  }
}

.o-order-details {
  padding-top: 208px;
  padding-bottom: 20px;
  position: relative;
}

.o-order-details .a-heading-3,
.o-order-details div,
.o-order-details span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.o-order-details .a-heading-3 {
  padding: 0;
}

.o-order-details .order-field {
  color: #A5ADB0;
  margin-top: 20px;
}

.o-order-details .order-summary {
  position: absolute;
  top: 18px;
  width: 100%;
}

@media (min-width: 901px) {
  .o-order-details .order-summary {
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.o-order-details .order-summary div:not(:last-child) {
  margin-bottom: 4px;
}

.o-order-details .order-summary div:not(:last-child) span {
  margin-right: 5px;
}

.o-order-details .order-summary span {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  float: right;
}

.o-order-details .order-total {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  background-color: #D2D6D8;
  padding: 8px 5px;
  margin: 33px 0 0 -3px;
  background-color: rgba(226,
226,
226,
0.4);
}

@media (min-width: 768px) {
  .o-order-details .order-total {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-order-details .order-total {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 901px) {
  .o-order-details {
    padding-top: 0;
  }
  .o-order-details .order-summary div:not(:last-child) {
    margin-bottom: 8px;
  }
  .o-order-details .order-summary span {
    float: none;
    margin: 0;
  }
  .o-order-details .order-total {
    padding: 1px 5px;
    margin: 10px 0 0 -3px;
  }
}

.o-order-row {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.o-order-row .product-attributes {
  display: block;
}

.o-order-row .product-image-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}

@media (min-width: 901px) {
  .o-order-row .product-image-wrapper {
    width: 90px;
  }
}

.o-order-row .m-product-image {
  padding: 5px;
}

.o-order-row .m-order-attribute {
  margin-right: 30px;
}

.o-order-row .m-order-attribute:last-of-type {
  margin: 0;
}

.o-order-row .product-article {
  color: #A5ADB0;
  margin-bottom: 24px;
}

.o-order-row .product-title {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .o-order-row .product-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-order-row .product-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-order-row .product-info {
  margin: 0 15px;
  display: inline-block;
}

.o-order-row .m-summary-list {
  display: inline-block;
  margin-top: 20px;
  padding-left: 95px;
  max-width: 100%;
}

@media (min-width: 901px) {
  .o-order-row .m-summary-list {
    margin-top: 49px;
    padding-left: 55px;
  }
}

.o-order-summary {
  float: left;
  width: 100%;
}

.o-order-summary.has-mobile-color {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-order-summary.has-mobile-color {
    color: #1F313A;
  }
}

.o-order-summary .border-separator {
  position: absolute;
  left: 0;
}

.o-order-summary .border-separator:last-of-type {
  margin-top: -20px;
}

.o-order-summary .a-heading-3 {
  margin-top: 20px;
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  .o-order-summary .a-heading-3 {
    display: block;
  }
}

.o-order-summary .summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.o-order-summary .summary-list li:last-child {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 5px 0 0 0;
}

.o-order-summary .summary-list li:last-child span:first-child {
  margin-top: 10px;
}

.o-order-summary .summary-list li:last-child span:last-child {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .o-order-summary .summary-list li:last-child span:last-child {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-order-summary .summary-list li:last-child span:last-child {
    font-size: 32px;
    line-height: 40px;
  }
}

.o-order-summary .summary-list li {
  margin-bottom: 2px;
  color: inherit;
  float: left;
  width: 100%;
}

.o-order-summary .summary-list li span {
  display: block;
}

.o-order-summary .summary-list li span:first-child {
  float: left;
}

.o-order-summary .summary-list li span:last-child {
  float: right;
}

.o-order-summary ~ .preamble {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255,
255,
255,
0.8);
  margin-top: 15px;
  float: left;
  display: block;
  width: 100%;
}

.o-order-summary ~ .preamble .a-link {
  color: #FFFFFF;
}

.o-order-summary ~ .preamble .a-link:hover {
  border-color: #FFFFFF;
}

.o-order-summary ~ .preamble .preamble {
  display: none;
}

.o-order-summary ~ .preamble.black {
  color: #A5ADB0;
}

.o-order-summary ~ .preamble.black .a-link {
  color: #A50AFF;
}

.o-order-summary ~ .preamble.black .a-link:hover {
  border-color: #A50AFF;
}

@media (min-width: 768px) {
  .o-order-summary ~ .preamble.black-desktop {
    color: #A5ADB0;
  }
  .o-order-summary ~ .preamble.black-desktop .a-link {
    color: #A50AFF;
  }
  .o-order-summary ~ .preamble.black-desktop .a-link:hover {
    border-color: #A50AFF;
  }
}

.o-order-summary + .a-link .m-cta {
  margin: 15px 0 5px 0;
}

.o-order-summary + .m-cta {
  margin-top: 18px;
}

.o-order-summary-final {
  background-color: rgba(223,
224,
230,
0.3);
  padding: 8%;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .o-order-summary-final {
    padding: 45px;
    margin-bottom: 45px;
    position: static;
  }
}

.o-order-summary-final .data-box {
  margin-bottom: 20px;
}

.o-order-summary-final .data-box p {
  margin: 0;
}

.o-order-summary-final .data-box.is-inline {
  display: block;
}

@media (min-width: 768px) {
  .o-order-summary-final .data-box.is-inline {
    display: inline-block;
    margin-right: 40px;
  }
}

.o-order-summary-final .m-cta {
  margin-top: 20px;
}

.o-page-content {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .o-page-content {
    margin-top: 125px;
  }
}

.o-page-content.page-checkout {
  width: 100%;
  min-height: 100%;
  float: left;
  margin-top: 0;
}

.o-page-content.page-checkout section {
  background-color: #FFFFFF;
  width: 100%;
  float: left;
  margin-top: 60px;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .o-page-content.page-checkout section {
    margin-top: 0;
    min-height: calc(100vh - 16px);
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-page-content.page-checkout section {
    max-width: 911px;
  }
}

@media (min-width: 768px) {
  .o-page-content.page-checkout section .checkout-form {
    max-width: 390px;
  }
}

@media (min-width: 768px) {
  .o-page-content.page-checkout section .o-checkout {
    max-width: 820px;
  }
}

@media (min-width: 1025px) {
  .o-page-content.page-checkout section .o-monki-checkout-header {
    max-width: 820px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .o-page-content.page-checkout section .m-heading-background {
    padding: 0 4.175%;
  }
}

@media (max-width: 767px) {
  .o-page-content.page-checkout section .m-heading-background {
    padding: 0;
  }
}

.o-page-content.page-checkout aside {
  background: #ED1385;
  background: linear-gradient(45deg,
#ED1385 0%,
#D602F2 50%,
#3700FF 100%);
  width: 100%;
  float: left;
  box-sizing: border-box;
  transform: none;
  position: static;
  padding: 0 5.356%;
}

@media (min-width: 1025px) {
  .o-page-content.page-checkout aside {
    background: none;
    padding: 0;
  }
}

.o-page-content.page-country-select {
  margin: 0;
  min-height: 100vh;
  height: 100%;
  background: url("/etc/designs/appeaser/monki/clientlibs/pattern-lib/images/monkiworld.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .o-page-content.page-country-select .u-transform-vertical-center {
    position: absolute;
    top: 50%;
    margin-top: -338px;
    width: 100%;
  }
}

.o-page-content.page-country-select .a-monki-logo {
  width: 186px;
  height: 47px;
  display: block;
  margin: auto auto 20px;
  padding-top: 20px;
}

.o-page-content.page-country-select .a-monki-logo svg path:last-child {
  fill: #FFFFFF;
}

@media (min-width: 768px) {
  .o-page-content.page-country-select .a-monki-logo {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.o-page-content.page-cart {
  min-height: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .o-page-content.page-cart {
    min-height: auto;
  }
}

.o-page-content.page-cart .o-pra {
  display: none;
}

@media (min-width: 768px) {
  .o-page-content.page-cart .o-pra {
    display: block;
  }
}

@keyframes animateDown {
  from {
    top: 16px;
  }
  to {
    top: 28px;
  }
}

@keyframes opacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: .5;
  }
}

.o-page-menu {
  z-index: 5;
  position: relative;
  width: 100%;
  left: auto;
  transform: translate3d(0,
0,
0);
}

.o-page-menu.is-sticky {
  z-index: 25;
  position: fixed;
  left: 0;
  max-width: 1640px;
  top: 50px;
}

@media (min-width: 768px) {
  .o-page-menu.is-sticky {
    top: 75px;
    padding: 0 5%;
  }
}

@media (min-width: 1641px) {
  .o-page-menu.is-sticky {
    padding: 0 82px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.o-page-menu.is-sticky .page-sub-menu,
.o-page-menu.is-sticky .a-icon-arrow-mobile {
  display: none;
}

.o-page-menu.has-overlay {
  transform: none;
}

@media (min-width: 1641px) {
  .o-page-menu.has-overlay.is-sticky {
    transform: translateX(-50%);
  }
}

.o-page-menu.has-overlay:before {
  z-index: 26;
  background-color: #FFFFFF;
  opacity: .5;
  animation: opacityAnimation 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .o-page-menu.has-overlay:before {
    display: none;
  }
}

.o-page-menu.is-open {
  z-index: 26;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.o-page-menu.is-open .page-menu-selected {
  display: none;
}

.o-page-menu.is-open .u-row.page-menu-mobile-header {
  display: block;
  position: fixed;
  padding: 24px 0;
  height: 72px;
}

.o-page-menu.is-open .u-row.page-menu-mobile-header .a-icon-global-close {
  display: inline-block;
  position: absolute;
  top: 17px;
}

.o-page-menu.is-open .u-row.page-menu-mobile-header .filter-heading {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #FFFFFF;
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  .o-page-menu.is-open .u-row.page-menu-mobile-header .filter-heading {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-page-menu.is-open .u-row.page-menu-mobile-header .filter-heading {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-page-menu.is-open .u-row.page-menu-mobile-header .filter-heading.is-visible {
  display: block;
}

@media (min-width: 768px) {
  .o-page-menu.is-open .u-row.page-menu-mobile-header {
    display: none;
  }
}

.o-page-menu.is-open .page-sub-menu {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
}

@media (min-width: 768px) {
  .o-page-menu.is-open .page-sub-menu {
    position: static;
  }
}

.o-page-menu.is-open .page-sub-menu .main-list,
.o-page-menu.is-open .page-sub-menu .filters {
  position: absolute;
  max-height: calc(100% - 72px);
}

.o-page-menu.is-open .page-sub-menu .main-list {
  width: 100%;
  top: calc(50% + 36px);
  transform: translateY(-50%);
  overflow-y: auto;
}

.o-page-menu.is-open .page-sub-menu .filters {
  overflow-y: auto;
  top: 75px;
}

.o-page-menu.is-open .page-sub-menu .clear-all {
  margin-bottom: 30px;
}

.o-page-menu.is-open .page-sub-menu .o-list ul {
  height: auto;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li {
  display: block;
  float: none;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li:after {
  display: none;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li.is-active {
  background-color: rgba(255,
255,
255,
0.2);
}

.o-page-menu.is-open .page-sub-menu .o-list ul li.is-active .o-list {
  padding-bottom: 10px;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li.is-active .o-list li:first-child .a-link {
  padding-top: 0;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li.is-active .o-list .a-link {
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}

.o-page-menu.is-open .page-sub-menu .o-list ul li .a-link {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 12px;
}

@media (min-width: 768px) {
  .o-page-menu.is-open .page-sub-menu .o-list ul li .a-link {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-page-menu.is-open .page-sub-menu .o-list ul li .a-link {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-page-menu .sub-menu-wrapper {
  padding: 0;
}

@media (min-width: 768px) {
  .o-page-menu .sub-menu-wrapper {
    padding: 0 0.356%;
  }
}

.o-page-menu .a-icon-global-close {
  color: #FFFFFF;
  z-index: 1;
  display: none;
  cursor: pointer;
}

.o-page-menu .u-row.page-menu-mobile-header {
  display: none;
}

.o-page-menu .a-icon-arrow-mobile {
  cursor: pointer;
  visibility: hidden;
  display: none;
  position: absolute;
  top: 3px;
}

@media (min-width: 768px) {
  .o-page-menu .a-icon-arrow-mobile {
    display: inline-block;
  }
}

.o-page-menu .a-icon-arrow-mobile.back-arrow {
  left: 0;
  transform: rotate(180deg);
}

.o-page-menu .a-icon-arrow-mobile.forward-arrow {
  right: 0;
}

.o-page-menu .a-icon-arrow-mobile.is-visible {
  visibility: visible;
}

.o-page-menu .page-sub-menu {
  z-index: 1;
  position: relative;
  top: 12px;
  overflow: hidden;
  min-height: 40px;
  box-sizing: border-box;
  display: none;
  width: calc(100% - 84px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu {
    display: block;
  }
}

.o-page-menu .page-sub-menu .o-list {
  color: #A5ADB0;
}

.o-page-menu .page-sub-menu .o-list ul {
  position: relative;
  height: 40px;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu .o-list ul {
    transition: margin-left 0.25s ease;
    display: inline-block;
    margin: 0 auto;
  }
}

.o-page-menu .page-sub-menu .o-list ul li {
  display: inline-block;
  margin: 0;
  position: relative;
  transition: color 0.25s ease;
}

.o-page-menu .page-sub-menu .o-list ul li:hover {
  color: #1F313A;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu .o-list ul li {
    margin: 0 10px;
  }
  .o-page-menu .page-sub-menu .o-list ul li:first-child {
    margin-left: 0;
  }
  .o-page-menu .page-sub-menu .o-list ul li:last-child {
    margin-right: 0;
  }
}

.o-page-menu .page-sub-menu .o-list ul li .o-list {
  display: none;
}

.o-page-menu .page-sub-menu .o-list ul li.is-active {
  color: #1F313A;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu .o-list ul li.is-active:after {
    z-index: 1;
    animation-name: animateDown;
    animation-duration: 0.5s;
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
  }
}

.o-page-menu .page-sub-menu .o-list ul li.is-active .o-list {
  display: block;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu .o-list ul li.is-active .o-list {
    display: none;
  }
}

.o-page-menu .page-sub-menu .o-list ul li .left-link,
.o-page-menu .page-sub-menu .o-list ul li .right-link {
  width: 100%;
}

@media (min-width: 768px) {
  .o-page-menu .page-sub-menu .o-list ul li .left-link,
  .o-page-menu .page-sub-menu .o-list ul li .right-link {
    width: auto;
  }
}

.o-page-menu .page-menu-selected {
  color: #FFFFFF;
  padding: 16px 0;
  position: relative;
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected {
    padding: 20px 0;
  }
}

.o-page-menu .page-menu-selected .page-menu-selected-link {
  width: calc(70% - 40px);
  overflow: hidden;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.o-page-menu .page-menu-selected .page-menu-selected-link .a-label {
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .page-menu-selected-link .a-label {
    cursor: auto;
  }
}

.o-page-menu .page-menu-selected .page-heading {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  width: calc(100% - 20px);
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 10px;
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .page-heading {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-page-menu .page-menu-selected .page-heading {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .page-heading {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-page-menu .page-menu-selected .page-heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-page-menu .page-menu-selected .page-heading {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .page-heading {
    padding-left: 0;
  }
}

.o-page-menu .page-menu-selected .select-arrow,
.o-page-menu .page-menu-selected .left-link,
.o-page-menu .page-menu-selected .right-link {
  color: inherit;
  position: absolute;
  border-bottom: none;
}

.o-page-menu .page-menu-selected .select-arrow.a-link:hover,
.o-page-menu .page-menu-selected .left-link.a-link:hover,
.o-page-menu .page-menu-selected .right-link.a-link:hover {
  cursor: pointer;
}

.o-page-menu .page-menu-selected .select-arrow {
  opacity: 1;
  top: -5px;
  margin: 0;
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .select-arrow {
    top: -2px;
    display: none;
  }
}

.o-page-menu .page-menu-selected .has-sub-categories.a-heading-1 {
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .has-sub-categories.is-active .select-arrow {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .has-sub-categories .select-arrow {
    font-size: 30px;
    margin-left: 4px;
    transition: transform 0.3s;
    top: 8px;
    display: inline;
  }
  .o-page-menu .page-menu-selected .has-sub-categories .select-arrow:before {
    content: "\e901";
  }
}

.o-page-menu .page-menu-selected .left-link,
.o-page-menu .page-menu-selected .right-link {
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .o-page-menu .page-menu-selected .left-link,
  .o-page-menu .page-menu-selected .right-link {
    display: inline-block;
  }
}

.o-page-menu .page-menu-selected .right-link {
  right: 20px;
}

.o-page-menu .page-menu-selected .left-link {
  left: 30px;
}

.o-payment .m-dropdown {
  border: none;
  border-bottom: 2px solid #A5ADB0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .o-payment .m-dropdown.expiry {
    width: 180px;
  }
  .o-payment .m-dropdown.expiry:first-of-type {
    margin-right: 60px;
  }
}

.o-payment .m-dropdown .placeholder {
  font-size: 20px;
  line-height: 28px;
  padding-left: 0;
}

.o-payment .m-dropdown.country {
  margin: 16px 0 47px 0;
}

.o-payment .a-label.expiry {
  display: block;
  margin-bottom: -12px;
}

.o-payment .a-label.expiry.expiry-mobile {
  display: block;
}

@media (min-width: 768px) {
  .o-payment .a-label.expiry.expiry-mobile {
    display: none;
  }
}

.o-payment .description {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

.o-payment .payment-description-link {
  margin: 0;
}

.o-payment .m-input {
  margin-top: 20px;
}

.o-payment .m-input.billing,
.o-payment .m-input.nif-number {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.o-payment .m-input.billing.show,
.o-payment .m-input.nif-number.show {
  display: block;
}

.o-payment .m-input.billing.fade-in,
.o-payment .m-input.nif-number.fade-in {
  opacity: 1;
}

.o-payment .m-input.card-number {
  margin-bottom: -18px;
}

.o-payment .m-input.last {
  margin-bottom: 10px;
}

.o-payment .m-input.no-description.registered-payment-validation {
  height: 93px;
}

@media (min-width: 768px) {
  .o-payment .m-input.no-description.registered-payment-validation {
    height: 73px;
  }
}

.o-payment .o-account-box {
  margin: 10px 10px 24px 0;
}

.o-payment .o-account-box.small {
  width: 100%;
  height: 115px;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-payment .o-account-box.small {
    width: 190px;
    margin-top: 25px;
  }
}

.o-payment .o-account-box.small.credit-card {
  float: left;
}

.o-payment .o-account-box.small.paypal {
  margin-top: -12px;
}

@media (min-width: 768px) {
  .o-payment .o-account-box.small.paypal {
    margin-top: 25px;
    margin-right: 0;
  }
}

.o-payment .o-account-box.small.paypal .a-image {
  width: 100px;
  margin-top: 10px;
}

.o-payment .o-account-box.small .m-radio-button {
  float: none;
}

.o-payment .a-image {
  width: 40px;
  margin: 5px 6px 0 0;
  display: inline-block;
}

.o-payment .checkbox-set {
  margin-top: -31px;
}

.o-payment .checkbox-set .m-checkbox {
  margin: 14px 0;
}

.o-payment .checkbox-set .m-checkbox.has-error .a-label {
  color: #F20074;
}

.o-payment .m-cta {
  margin-top: 30px;
}

.o-payment .o-add-element {
  margin-top: 25px;
  margin-bottom: 35px;
}

.o-payment .o-card-box .js-payment-remove {
  display: none;
}

.o-payment .card-section,
.o-payment .bottom-section {
  display: none;
}

.o-payment .card-section.is-visible,
.o-payment .bottom-section.is-visible {
  display: block;
}

.o-payment .bottom-section .custom-privacy-policy span.conditionsFirst,
.o-payment .bottom-section .custom-privacy-policy span.conditionsLast {
  display: block;
}

.o-payment .section-selector {
  cursor: pointer;
}

.o-payment .card-section .edit-cardholder-address {
  float: right;
  margin-top: 4px;
}

.o-pick-up-point {
  width: 100%;
}

.o-pick-up-point .pup-delivery-details {
  display: none;
}

.o-pick-up-point .location-picker {
  width: 100%;
}

@media (min-width: 768px) {
  .o-pick-up-point .location-picker {
    display: inline-block;
    padding-right: 2%;
  }
}

.o-pick-up-point .location-picker .search,
.o-pick-up-point .location-picker .result {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.o-pick-up-point .location-picker .search.show,
.o-pick-up-point .location-picker .result.show {
  display: block;
}

.o-pick-up-point .location-picker .search.fade-in,
.o-pick-up-point .location-picker .result.fade-in {
  opacity: 1;
}

.o-pick-up-point .location-picker .result .o-account-box {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

.o-pick-up-point .location-picker .result .o-account-box:first-of-type {
  margin-top: 25px;
}

.o-pick-up-point .location-picker .result .o-account-box.has-hazmat-restriction.is-active .hazmat-info {
  margin-top: 20px;
  float: left;
  width: calc(100% - 20px);
  margin-left: 40px;
  opacity: 1;
  visibility: visible;
  height: auto;
  display: block;
}

.o-pick-up-point .location-picker .result .o-account-box.has-hazmat-restriction.is-active .hazmat-info .a-paragraph {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: calc(100% - 95px);
}

.o-pick-up-point .location-picker .result .o-account-box.has-hazmat-restriction.is-active .hazmat-info .hazmat-image {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  margin-left: 0;
}

.o-pick-up-point .location-picker .search .m-input {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}

.o-pick-up-point .location-picker .search .a-button {
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-top: 13px;
  margin-left: 10px;
}

.o-pick-up-point .location-picker .search .a-link {
  display: inline-block;
  padding-top: 4px;
}

.o-pick-up-point .o-form {
  margin-top: 20px;
}

.o-pick-up-point .m-input {
  margin-bottom: 20px;
}

.o-pick-up-point .m-input.m-input-phone-number {
  margin-bottom: 0;
  height: 140px;
}

.o-pick-up-point .delivery-notification {
  margin-top: 20px;
}

.o-pick-up-point .pickup-content {
  position: relative;
  float: left;
  width: 100%;
}

.o-pick-up-point .pickup-content .hazmat-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

.o-pick-up-point .pickup-content .a-label.pickup-open {
  font-size: 13px;
  line-height: 16px;
  color: #A5ADB0;
}

.o-pick-up-point .hazmat-info {
  visibility: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.o-pick-up-point.pup-only .pup-delivery-details {
  display: block;
}

.o-pick-up-point.pup-only .pup-delivery-details .a-label {
  display: block;
  margin: 15px 0;
}

.example.o-product-example {
  max-width: 450px;
}

.example.o-product-example .o-product-tile-email {
  text-align: center;
}

.example.o-product-example .o-product-tile-email .product-image img {
  display: block;
}

.example.o-product-example .o-product-tile-email .product-text span {
  width: 255px;
  display: inline-block;
  margin: 0 auto;
}

.example.o-product-example .o-product-tile-email .product-name {
  padding: 0;
}

.example.o-product-example .o-product-tile-email .product-price {
  padding: 0;
}

.o-product {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .o-product:hover .a-button.no-states {
    border: 2px solid transparent;
    opacity: 0.4;
    display: block;
  }
}

.o-product .m-product-price {
  margin-top: 10px;
}

.o-product .m-product-price .a-label {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .o-product .m-product-price .a-label {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-product .m-product-price .product-name.a-label {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .o-product .m-product-price .product-name.a-label {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-product .image {
  position: relative;
}

.o-product .image .hover-image {
  display: none;
}

.o-product .a-button.no-states {
  color: #FFFFFF;
  background-color: rgba(0,
0,
0,
0.5);
  border: 2px solid #FFFFFF;
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  border-radius: 35px;
  display: none;
}

@media (min-width: 1025px) {
  .o-product .a-button.no-states:hover {
    border: 2px solid #FFFFFF;
    opacity: 0.8;
  }
}

.o-product .m-swatches {
  margin: 10px 0 0;
}

.o-product .m-swatches + .m-product-price {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .o-product .m-swatches + .m-product-price {
    margin-top: 3px;
  }
}

.o-product .m-swatches .more-swatches {
  color: #1F313A;
  margin-left: 8px;
}

.o-product .m-swatches .a-link {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  width: auto;
  border: 0;
}

.o-product .m-swatches .a-link:hover {
  border: 0;
  transition: initial;
}

.o-product .m-swatches .a-link:focus {
  border: 0;
}

.o-product .m-swatches .a-link:active:before {
  background: none;
}

.o-product .m-swatches.sm .a-swatch {
  padding-left: 8px;
}

.o-product .m-swatches.sm .a-swatch .a-image {
  border: 0;
  height: 10px;
  width: 10px;
  margin-left: 0;
}

.o-product .m-swatches.sm .a-swatch.is-selected .a-image {
  border: 0;
}

.o-product .m-swatches.sm .a-swatch.is-selected .a-swatch-foreground::before {
  background: #1F313A;
  top: 12px;
  left: 9px;
  height: 2px;
  width: 8px;
  border-radius: 0;
}

.o-product .m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::before {
  border: 1px solid #FFFFFF;
  top: 18px;
  height: 2px;
  width: 14px;
  left: -1px;
}

.o-product .a-link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.o-product .a-link:active:before {
  background: #3700FF;
  background: linear-gradient(45deg,
#3700FF 0%,
#37A7FF 50%,
#1ADBBC 75%,
#2AF469 100%);
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
}

.o-product:hover.no-quick-buy .a-button {
  display: none;
}

.o-product.has-mobile-bg .m-product-price {
  color: #FFFFFF;
}

.o-product.has-mobile-bg .m-product-price .is-deprecated {
  color: rgba(255,
255,
255,
0.5);
}

.o-product.has-mobile-bg .m-product-price .is-reduced {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-product.has-mobile-bg .m-product-price {
    color: #1F313A;
  }
  .o-product.has-mobile-bg .m-product-price .is-deprecated {
    color: #A5ADB0;
  }
  .o-product.has-mobile-bg .m-product-price .is-reduced {
    color: #F20074;
  }
}

html.no-touchevents .o-product .image:hover .default-image {
  display: none;
}

html.no-touchevents .o-product .image:hover .hover-image {
  display: block;
}

.example .o-product-details .product-sidebar {
  position: relative;
}

.o-product-details {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-product-details {
    margin-bottom: 36px;
  }
}

.o-product-details .sidebar-mobile-padding {
  padding: 0 5%;
}

.o-product-details .sidebar-mobile-padding .m-product-marker {
  margin: 0 0 3px;
}

.o-product-details .sidebar-mobile-padding .size-guide-link {
  position: absolute;
  top: 50px;
  right: 23px;
}

@media (min-width: 768px) {
  .o-product-details .sidebar-mobile-padding .size-guide-link {
    float: right;
    margin-top: 23px;
    position: static;
  }
}

.o-product-details .sidebar-mobile-padding .m-swatches {
  margin-left: 0;
  margin-bottom: 0;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch {
  padding-left: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch .a-image {
  border: 0;
  height: 20px;
  width: 20px;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch.is-selected .a-image {
  margin-left: 0;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch.is-selected .a-swatch-foreground::before {
  background: #1F313A;
  top: 23px;
  left: 4px;
  height: 2px;
  width: 12px;
  border-radius: 0;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch.is-disabled .a-swatch-foreground {
  height: 20px;
  width: 20px;
}

.o-product-details .sidebar-mobile-padding .m-swatches .a-swatch.is-disabled .a-swatch-foreground::before {
  top: 7px;
  width: 27px;
  left: 10px;
}

.o-product-details .sidebar-mobile-padding .m-swatches .picked-color {
  margin-bottom: 5px;
  padding-left: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-product-details .sidebar-mobile-padding .m-swatches .picked-color {
    margin-bottom: 7px;
  }
}

.o-product-details .sidebar-mobile-padding .m-swatches .picked-color span {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: none;
}

.o-product-details .sidebar-mobile-padding .a-label.shipping-info {
  font-size: 13px;
  line-height: 16px;
  color: #1F313A;
}

.o-product-details .product-sidebar {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar {
    position: fixed;
    right: 5.356%;
    width: 292px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-product-details .product-sidebar {
    width: 335px;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .o-product-details .product-sidebar {
    right: calc(((100% - 1640px) / 2) + 87.205px);
  }
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar.scroll-stopped {
    position: absolute;
  }
}

.o-product-details .product-sidebar > .a-label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.o-product-details .product-sidebar .m-cta {
  margin-bottom: 26px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-cta {
    margin-top: 11px;
  }
}

.o-product-details .product-sidebar .m-cta::after {
  font-family: 'Monki-Icons';
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  content: "\e902";
  position: absolute;
  top: 0;
  line-height: 50px;
  right: 15px;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-cta::after {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1025px) {
  .o-product-details .product-sidebar .m-cta::after {
    font-size: 64px;
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-cta::after {
    content: "";
  }
}

.o-product-details .product-sidebar .m-tablist {
  width: 103%;
  margin-left: -1.5%;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-tablist {
    width: 100%;
    margin-left: 5%;
  }
}

.o-product-details .product-sidebar .m-tablist li {
  font-size: 13px;
  line-height: 16px;
  padding: 14px 0;
  margin-left: -2px;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-tablist li {
    padding: 14px 10px;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .o-product-details .product-sidebar .m-tablist li {
    padding: 14px 17px;
  }
}

.o-product-details .product-sidebar .a-link.terms {
  color: #1F313A;
  text-decoration: underline;
}

.o-product-details .product-sidebar .m-product-price {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.o-product-details .product-sidebar .m-product-price .a-label {
  font-family: 'Circular-Black-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  word-break: normal;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-product-price .a-label {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-product-details .product-sidebar .m-product-price .a-label {
    font-size: 24px;
    line-height: 30px;
  }
}

.o-product-details .product-sidebar .m-product-price .a-label:last-child {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-product-details .product-sidebar .m-product-price .a-label.is-reduced {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-product-details .product-sidebar .m-product-price .product-name {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #1F313A;
  display: block;
  margin-bottom: -5px;
  overflow: visible;
  white-space: normal;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-product-price .product-name {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-product-details .product-sidebar .m-product-price .product-name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-product-price .product-name {
    margin-bottom: 0;
  }
}

.o-product-details .product-sidebar .m-error {
  margin: 0;
}

.o-product-details .product-sidebar .m-dropdown {
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border: none;
}

.o-product-details .product-sidebar .m-dropdown.is-disabled {
  border: 2px solid #D2D6D8;
}

.o-product-details .product-sidebar .m-dropdown .options li.is-selected {
  background-color: transparent;
  color: #1F313A;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-dropdown .options li.is-selected {
    background-color: #1F313A;
    color: #FFFFFF;
  }
}

.o-product-details .product-sidebar .m-dropdown .bottom-option.is-selected li {
  background-color: transparent;
  color: #1F313A;
}

.o-product-details .product-sidebar .m-dropdown .a-label,
.o-product-details .product-sidebar .m-dropdown .a-icon-arrow-down-small {
  display: none;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-dropdown {
    border: 2px solid #1F313A;
    width: 60%;
    margin: 10px 15px 8px 0;
    position: relative;
    height: 50px;
  }
  .o-product-details .product-sidebar .m-dropdown .a-label {
    display: block;
  }
  .o-product-details .product-sidebar .m-dropdown .a-icon-arrow-down-small {
    display: inline-block;
  }
}

.o-product-details .product-sidebar .m-dropdown.has-one-item .a-icon-arrow-down-small {
  display: none;
}

@media (min-width: 768px) {
  .o-product-details .product-sidebar .m-dropdown.has-one-item {
    max-width: 60%;
    width: auto;
  }
}

.o-product-details .product-sidebar .m-dropdown.has-one-item ~ .m-cta::after {
  display: none;
}

.o-product-details .product-sidebar .tablist-content {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  margin-bottom: 5px;
}

.o-product-details .product-sidebar .tablist-content .content {
  display: block;
  height: 0;
  overflow: hidden;
}

.o-product-details .product-sidebar .tablist-content .content.is-active {
  height: auto;
  overflow: visible;
}

.o-product-details .product-sidebar .tablist-content #articleIngredients {
  max-height: 360px;
  overflow-y: auto;
  display: inline-block;
}

.o-product-details .product-sidebar .tablist-content #description p {
  display: none;
  position: relative;
  margin: 0;
}

.o-product-details .product-sidebar .tablist-content #description.is-active p {
  display: block;
}

.o-product-details .product-sidebar .tablist-content #delivery p {
  margin: 0;
}

.o-product-details .product-sidebar .tablist-content #share {
  text-align: center;
}

.o-product-details .product-sidebar .tablist-content #share .o-share {
  display: inline-block;
  height: 0;
  overflow: hidden;
}

.o-product-details .product-sidebar .tablist-content #share.is-active .o-share {
  height: auto;
}

.o-product-details .product-sidebar .tablist-content #details .a-image {
  display: none;
  margin: 11px 19px 10px 0;
  position: relative;
  width: 40px;
}

.o-product-details .product-sidebar .tablist-content #details .a-image:last-of-type {
  margin-right: 0;
}

.o-product-details .product-sidebar .tablist-content #details .a-paragraph {
  margin: 0 0 17px 0;
}

.o-product-details .product-sidebar .tablist-content #details .a-label {
  font-size: 13px;
  line-height: 16px;
  color: #1F313A;
  position: relative;
  display: none;
}

.o-product-details .product-sidebar .tablist-content #details.is-active .a-label {
  display: block;
}

.o-product-details .product-sidebar .tablist-content #details.is-active .a-image {
  display: inline-block;
}

.o-product-details .product-sidebar .tablist-content .is-active {
  position: relative;
  display: block;
}

.o-product-details .product-sidebar .shipping-info {
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin-bottom: 16px;
}

.o-product-details .flammable {
  background-color: #F9F9FA;
  position: relative;
  margin-top: 24px;
  display: none;
  padding: 18px;
  margin-bottom: 10px;
}

.o-product-details .flammable .a-paragraph {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 56px);
}

.o-product-details .flammable .a-image {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 19px;
}

.o-product-details.is-flammable .flammable {
  display: block;
}

.o-product-gallery {
  position: relative;
}

.o-product-gallery .o-product-slider {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .o-product-gallery .o-product-slider {
    padding: 0;
    margin: 0;
  }
}

.o-product-gallery .o-product-slider > * {
  display: block;
}

.o-product-gallery .olapic-pdp-image {
  cursor: pointer;
}

.o-product-gallery .olapic-pdp-image + .a-label {
  text-align: left;
  padding-top: 10px;
}

.o-product-gallery .olapic-pdp-image,
.o-product-gallery .olapic-pdp-image + .a-label {
  max-width: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.o-product-gallery .image-counter {
  z-index: 1;
  color: #A5ADB0;
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 50px;
}

.o-product-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.o-product-gallery ul > * {
  display: none;
  padding: 0;
}

.o-product-gallery ul > *:first-child {
  display: block;
}

.o-product-gallery ul > *.slick-initialized > * {
  display: block;
}

@media (min-width: 768px) {
  .o-product-gallery ul > * {
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery ul {
    margin: 0 12.50001%;
  }
}

@media (min-width: 1281px) {
  .o-product-gallery ul {
    margin: 0;
    text-align: center;
  }
  .o-product-gallery ul > * {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .o-product-gallery ul > *:first-child {
    display: inline-block;
  }
  .o-product-gallery ul > *:nth-child(odd) {
    padding-right: 0.534%;
  }
  .o-product-gallery ul > *:nth-child(even) {
    padding-left: 0.534%;
  }
}

.o-product-gallery ul li {
  position: relative;
  margin: 0;
}

.o-product-gallery .a-button {
  display: none;
}

@media (min-width: 1025px) {
  .o-product-gallery .a-button {
    width: 74.99998%;
    margin: 0 12.50001%;
  }
}

@media (min-width: 1281px) {
  .o-product-gallery .a-button {
    width: 100%;
    margin: 0;
  }
}

.o-product-gallery .last-slide {
  position: relative;
  height: 100%;
  width: 100%;
}

.o-product-gallery .last-slide .a-button {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 40px);
}

@media (min-width: 768px) {
  .o-product-gallery {
    left: auto;
    width: auto;
  }
  .o-product-gallery .last-slide {
    display: none;
  }
  .o-product-gallery .image-counter {
    display: none;
  }
  .o-product-gallery .m-product-image,
  .o-product-gallery .olapic-pdp-image + .a-label {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (min-width: 1281px) {
  .o-product-gallery .m-product-image,
  .o-product-gallery .olapic-pdp-image + .a-label {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .o-product-gallery .a-button {
    display: block;
  }
}

.o-product-push {
  position: relative;
  width: 100%;
  padding: 24px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-product-push .a-picture {
  display: none;
}

.o-product-push.four-grid .o-product {
  padding: 0 5px;
}

.o-product-set .o-product,
.o-product-set .m-editorial-tile {
  margin: 20px 0 0;
  width: 100%;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .o-product-set .o-product,
  .o-product-set .m-editorial-tile {
    margin-top: 40px;
  }
}

.o-product-set.is-3-row .u-cols-sm-10-12,
.o-product-set.is-3-row .u-cols-sm-8-12,
.o-product-set.is-2-row .u-cols-sm-10-12,
.o-product-set.is-2-row .u-cols-sm-8-12 {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

@media (min-width: 768px) {
  .o-product-set.is-3-row .u-cols-sm-10-12,
  .o-product-set.is-3-row .u-cols-sm-8-12,
.o-product-set.is-2-row .u-cols-sm-10-12,
  .o-product-set.is-2-row .u-cols-sm-8-12 {
    left: auto;
    transform: none;
  }
}

@media (min-width: 768px) {
  .o-product-set.is-3-row .o-product .m-product-price .product-item-selection {
    position: absolute;
    width: 100%;
  }
}

.o-product-set .o-product .m-product-price {
  min-height: 95px;
}

.o-product-slider .o-product {
  width: 100%;
  padding-top: 20px;
}

.o-product-slider .section.producttile {
  overflow: initial;
}

.page-cart .o-pra .promo-marker-wrapper {
  height: auto;
  margin-top: 4px;
}

.page-cart .o-pra .promo-marker-wrapper .promo-marker .a-image {
  height: 18px;
  padding: 0;
  position: static;
}

.quick-buy-example .js-mixin {
  height: 600px;
}

.quick-buy-example .o-quick-buy {
  display: block;
  position: relative;
  margin: 0;
}

.o-quick-buy {
  display: none;
}

@media (min-width: 1025px) {
  .o-quick-buy {
    display: block;
    width: 804px;
    height: 618px;
  }
  .o-quick-buy .m-product-image {
    display: inline-block;
    width: 412px;
  }
  .o-quick-buy .product-info {
    height: 100%;
    float: right;
    padding: 40px 40px 0 50px;
    display: inline-block;
    width: 388px;
    margin-top: -3px;
  }
  .o-quick-buy .product-info .q-color-black-40 {
    font-size: 13px;
    line-height: 16px;
  }
  .o-quick-buy .m-dropdown {
    display: inline-block;
    position: relative;
    width: 65%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .o-quick-buy .m-dropdown.has-one-item {
    max-width: 65%;
    width: auto;
  }
  .o-quick-buy .m-cta {
    margin-bottom: 18px;
    margin-top: 10px;
  }
  .o-quick-buy .m-error {
    margin: 0;
  }
  .o-quick-buy .m-error.is-hidden {
    display: none;
  }
  .o-quick-buy .m-product-price {
    display: block;
    margin-bottom: 10px;
  }
  .o-quick-buy .m-product-price label {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-quick-buy .m-product-price label {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-quick-buy .m-product-price label {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-quick-buy .m-product-price label.a-label {
    font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
  .o-quick-buy .m-product-price label.product-name {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-quick-buy .m-product-price label.product-name {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-quick-buy .m-product-price label.product-name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-quick-buy .m-product-price label:last-child {
    font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
  .o-quick-buy .m-product-price label:first-child {
    font-size: 20px;
    line-height: 28px;
    color: #1F313A;
    display: block;
    margin-bottom: 1px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-quick-buy .m-product-price label:first-child {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-quick-buy .m-product-price label:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-quick-buy .pdp-link {
    position: absolute;
    bottom: 40px;
    left: 462px;
  }
  .o-quick-buy .shipping-info {
    font-size: 13px;
    line-height: 16px;
  }
  .o-quick-buy .flammable {
    background-color: #F9F9FA;
    position: relative;
    margin-top: 18px;
    display: none;
    padding: 18px;
  }
  .o-quick-buy .flammable .a-paragraph {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
    width: calc(100% - 56px);
  }
  .o-quick-buy .flammable .a-image {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .o-quick-buy.is-flammable .flammable {
    display: block;
  }
  .o-quick-buy .markers {
    display: inline-block;
  }
}

.o-quick-buy .m-swatches {
  margin-left: 0;
  margin-bottom: 0;
}

.o-quick-buy .m-swatches .a-swatch {
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.o-quick-buy .m-swatches .a-swatch .a-image {
  border: 0;
  height: 20px;
  width: 20px;
}

.o-quick-buy .m-swatches .a-swatch.is-selected .a-image {
  margin-left: 0;
}

.o-quick-buy .m-swatches .a-swatch.is-selected .a-swatch-foreground::before {
  background: #1F313A;
  top: 22px;
  left: 4px;
  height: 2px;
  width: 12px;
  border-radius: 0;
}

.o-quick-buy .m-swatches .a-swatch.is-disabled .a-swatch-foreground {
  height: 20px;
  width: 20px;
}

.o-quick-buy .m-swatches .a-swatch.is-disabled .a-swatch-foreground::before {
  top: 7px;
  width: 20px;
  left: 10px;
}

.o-quick-buy .m-swatches .picked-color {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 6px;
}

.o-quick-buy .m-swatches .picked-color span {
  font-family: 'Circular-Book-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: none;
}

.o-quick-buy .a-label.has-error {
  padding: 8px 10px 10px 10px;
}

.o-quick-buy .size-guide-link {
  float: right;
  margin-top: 24px;
  position: static;
}

.o-registration {
  position: relative;
}

.o-registration .a-heading-2 {
  padding-top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .o-registration .a-heading-2 {
    display: inline-block;
  }
}

.o-registration .sign-in {
  display: inline-block;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .o-registration .sign-in {
    position: absolute;
    right: 0;
    top: 14px;
  }
}

.o-registration .e-mail-input {
  margin-bottom: 8px;
}

.o-registration .e-mail-input .m-input {
  height: auto;
}

.o-registration .m-checkbox {
  margin-bottom: 16px;
  position: relative;
}

.o-registration .m-checkbox.has-error .a-label {
  color: #F20074;
}

.o-registration .m-checkbox.has-error .a-label .a-link {
  color: #F20074;
}

.o-registration .m-checkbox .a-checkbox + .custom-box {
  padding-left: 37px;
  display: inline-block;
}

.o-registration .m-checkbox .a-checkbox + .custom-box:before {
  position: absolute;
  left: 0;
}

.o-registration .m-cta {
  margin-top: 16px;
}

.o-registration .country-section {
  display: inline-block;
  margin-top: 16px;
}

.o-remove-confirm p {
  margin-bottom: 36px;
}

.o-remove-confirm .m-cta {
  margin-bottom: 20px;
}

.o-reset-password {
  margin-top: 0;
  margin-bottom: 42px;
}

@media (min-width: 768px) {
  .o-reset-password {
    margin-top: 24px;
  }
}

.o-reset-password .a-heading-3 {
  font-size: 24px;
  line-height: 36px;
  padding: 17px 0 10px;
}

@media (min-width: 768px) {
  .o-reset-password .a-heading-3 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-reset-password .a-heading-3 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .o-reset-password .a-heading-3 {
    padding: 28px 0 22px;
  }
}

.o-reset-password .a-paragraph {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  display: none;
}

.o-reset-password .a-label {
  font-size: 16px;
  line-height: 24px;
}

.o-reset-password .a-button {
  margin: 10px 0 60px 0;
}

.o-reset-password .m-input {
  height: 100px;
}

.o-reset-password .m-input.no-description {
  height: 70px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .o-reset-password .m-input.no-description {
    margin-bottom: 25px;
  }
}

.o-reset-password-confirmation {
  padding-top: 18px;
  padding-bottom: 58px;
}

@media (min-width: 768px) {
  .o-reset-password-confirmation {
    padding-top: 50px;
    padding-bottom: 34px;
  }
}

.o-reset-password-confirmation .a-image {
  margin-top: 34px;
}

@media (min-width: 768px) {
  .o-reset-password-confirmation .a-image {
    margin-top: 0;
  }
}

.o-reset-password-confirmation .a-paragraph {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.o-reset-password-confirmation .a-heading-1 {
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 17px;
  margin: 0;
}

@media (min-width: 768px) {
  .o-reset-password-confirmation .a-heading-1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-reset-password-confirmation .a-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .o-reset-password-confirmation .a-heading-1 {
    padding: 0 0 28px;
  }
}

.example .o-search-full {
  position: relative;
}

.o-search-full {
  background-color: #FFFFFF;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease;
  margin: 0 auto;
  top: 0;
  left: 0;
}

@media (min-width: 1641px) {
  .o-search-full {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-search-full .search-form {
  padding: 10px 15px 10px 0;
}

@media (min-width: 768px) {
  .o-search-full .search-form {
    padding: 25px 0;
  }
}

.o-search-full.enter-search {
  z-index: 22;
  opacity: 1;
}

.o-search-full.enter-search + .o-navigation-menu {
  display: none;
}

.o-search-full.is-enabled {
  z-index: 26;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}

.o-search-full.has-text .a-button {
  display: block;
}

.o-search-full.has-results .result-list {
  display: block;
}

.o-search-full.has-results .result-list li:hover .a-link {
  text-decoration: none;
}

.o-search-full .a-button {
  display: none;
  width: 80px;
  margin-top: 10px;
  height: 40px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .o-search-full .a-button {
    height: 50px;
  }
}

.o-search-full .back-arrow {
  display: inline-block;
  cursor: pointer;
  transform: translate(0,
0) rotate(180deg);
  transition: all 150ms ease-out;
  margin-top: 13px;
  font-size: 40px;
}

@media (min-width: 768px) {
  .o-search-full .back-arrow {
    margin-top: 8px;
    font-size: 60px;
  }
}

.o-search-full .back-arrow:hover {
  transform: translate(-8px,
0) rotate(180deg);
}

.o-search-full .a-input {
  border: none;
  font-size: 20px;
  line-height: 28px;
  height: 60px;
  vertical-align: top;
  display: inline-block;
  width: 70%;
}

@media (min-width: 768px) {
  .o-search-full .a-input {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-search-full .a-input {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-search-full .a-input {
    height: 72px;
  }
}

.o-search-full .a-input:-ms-input-placeholder {
  font-size: 20px;
}

.o-search-full .a-input::placeholder {
  font-size: 20px;
}

@media (min-width: 768px) {
  .o-search-full .a-input:-ms-input-placeholder {
    font-size: 22px;
  }
  .o-search-full .a-input::placeholder {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .o-search-full .a-input:-ms-input-placeholder {
    font-size: 24px;
  }
  .o-search-full .a-input::placeholder {
    font-size: 24px;
  }
}

.o-search-full .result-list {
  overflow-y: auto;
  list-style: none;
  display: none;
  margin: 0;
  padding: 0 0 20px 0;
  max-height: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .o-search-full .result-list {
    padding: 0 0 40px 0;
    max-height: calc(100vh - 122px);
  }
}

.o-search-full ul {
  opacity: 1;
  transition: all 150ms ease-out;
}

.o-search-full li.no-result {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-search-full li.no-result {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-search-full li.no-result {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-search-full li:not(.no-result) {
  border-bottom: 1px solid #D2D6D8;
  padding: 11px 18px;
}

@media (min-width: 768px) {
  .o-search-full li:not(.no-result) {
    border: none;
  }
}

.o-search-full li:not(.no-result) .a-link {
  font-size: 18px;
  line-height: 24px;
  color: #1F313A;
  border-bottom: none;
}

@media (min-width: 768px) {
  .o-search-full li:not(.no-result) .a-link {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-search-full li:not(.no-result) .a-link {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-search-full li:not(.no-result):first-child {
  border-top: 1px solid #D2D6D8;
}

@media (min-width: 768px) {
  .o-search-full li:not(.no-result):first-child {
    border: none;
  }
}

@media (min-width: 768px) {
  .o-search-full li:not(.no-result).is-hover,
.o-search-full li:not(.no-result):hover {
    background-color: #1F313A;
    box-shadow: 0 4px 0 0 #D2D6D8;
    cursor: pointer;
  }
  .o-search-full li:not(.no-result).is-hover .a-link,
.o-search-full li:not(.no-result):hover .a-link {
    color: #FFFFFF;
  }
}

.search-page-menu-example .o-search-page-menu .page-sub-menu,
.search-page-menu-example .o-search-page-menu .sub-categories {
  display: none;
}

.o-search-page-menu .page-sub-menu {
  display: none;
}

.o-search-page-menu .page-menu-selected {
  padding: 16px 0 12px;
}

@media (min-width: 768px) {
  .o-search-page-menu .page-menu-selected {
    padding: 20px 0;
  }
}

.o-search-page-menu .page-menu-selected .page-heading {
  display: inline-block;
  text-overflow: clip;
  white-space: normal;
  padding-left: 0;
}

@media (min-width: 768px) {
  .o-search-page-menu .page-menu-selected .page-heading {
    display: block;
  }
}

.o-search-page-menu .page-menu-selected .page-heading .a-icon-arrow-down-small.select-arrow {
  position: relative;
  line-height: 0;
  right: 5px;
  height: 0;
  top: 11px;
}

@media (min-width: 768px) {
  .o-search-page-menu .page-menu-selected .page-heading .a-icon-arrow-down-small.select-arrow {
    position: absolute;
    line-height: 40px;
    height: auto;
    right: auto;
    top: 2px;
  }
}

.o-search-page-menu .page-menu-selected .sub-categories > .o-list > ul > li {
  float: left;
}

.o-search-page-menu .page-menu-selected .sub-categories > .o-list > ul > li .o-list {
  margin-top: 20px;
  display: none;
}

.o-search-page-menu .page-menu-selected .sub-categories > .o-list > ul > li .o-list > ul > li {
  margin-bottom: 10px;
  display: block;
  padding-left: 0;
}

.o-search-page-menu .page-menu-selected .sub-categories > .o-list > ul > li .o-list > ul > li:last-child {
  margin-bottom: 0;
}

.o-search-page-menu .page-menu-selected .sub-categories > .o-list > ul > li .o-list > ul > li .a-link {
  font-size: 16px;
  line-height: 24px;
}

.o-search-page-menu .page-menu-selected .sub-categories.has-5 > .o-list > ul > li {
  width: calc(100% / 5);
}

.o-search-page-menu .page-menu-selected .sub-categories.has-4 > .o-list > ul > li {
  width: calc(100% / 4);
}

.o-search-page-menu .page-menu-selected .sub-categories.has-3 > .o-list > ul > li {
  width: calc(100% / 3);
}

.o-search-page-menu .page-menu-selected .sub-categories.has-2 > .o-list > ul > li {
  width: calc(100% / 2);
}

.o-search-page-menu .page-menu-selected .sub-categories.has-1 > .o-list > ul > li {
  width: 100%;
}

.o-search-suggestions .a-paragraph {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-search-suggestions .a-paragraph {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}

.o-search-suggestions .a-paragraph .a-link {
  color: #1F313A;
  border: none;
  text-decoration: underline;
  margin-left: 6px;
}

.o-search-suggestions .a-paragraph .a-link:hover,
.o-search-suggestions .a-paragraph .a-link.is-hover,
.o-search-suggestions .a-paragraph .a-link:focus {
  border: none;
}

.o-seo-text {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .o-seo-text {
    padding-bottom: 64px;
  }
}

@media (min-width: 1025px) {
  .o-seo-text {
    padding-bottom: 77px;
  }
}

.o-seo-text .a-heading-2 {
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

@media (min-width: 1025px) {
  .o-seo-text .a-heading-2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-share .share-button {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.o-share-custom .a-link {
  color: #1F313A;
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  transition: color 0.25s ease;
}

.o-share-custom .a-link [class^="a-icon-"] {
  font-size: 30px;
  padding: 10px 20px;
  margin-right: 10px;
}

.o-share-custom .a-link [class^="a-icon-social-tumblr"],
.o-share-custom .a-link [class^="a-icon-social-google-plus"] {
  font-size: 26px;
  padding: 12px 22px;
}

.o-share-custom.mobile-rows {
  max-width: 320px;
}

.o-share-custom.mobile-rows .a-link {
  margin-right: 40px;
}

@media (min-width: 768px) {
  .o-share-custom.mobile-rows .a-link {
    margin-right: 0;
  }
}

.o-shortcuts-list-example .js-mixin {
  background-color: rgba(0,
0,
0,
0.5);
  padding: 20px 0;
}

.o-shortcuts-list {
  text-align: center;
  max-height: 90px;
  overflow: hidden;
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: max-height 0.3s ease 0.1s,
opacity .3s ease 0.2s;
}

.o-shortcuts-list .a-heading-1 {
  color: #1F313A;
  background-color: #FFFFFF;
  font-size: 34px;
  line-height: 40px;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  transition: color 150ms ease,
background-color 150ms ease;
}

.o-shortcuts-list .a-heading-1:before {
  content: "\e901";
}

@media (min-width: 768px) {
  .o-shortcuts-list .a-heading-1 {
    margin-bottom: 20px;
  }
}

.o-shortcuts-list .a-heading-1::before {
  font-family: 'Monki-Icons';
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 18px;
  display: none;
  transition: transform 150ms ease;
}

.o-shortcuts-list .a-link {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-shortcuts-list .a-link {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .o-shortcuts-list .a-link {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .o-shortcuts-list .a-link {
    line-height: 40px;
  }
}

.o-shortcuts-list .o-list {
  margin: 20px auto;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.4s cubic-bezier(0.075,
0.82,
0.165,
1) 0.2s,
opacity 0.4s cubic-bezier(0.075,
0.82,
0.165,
1) 0.25s;
  max-width: 500px;
}

.o-shortcuts-list .o-list li {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .o-shortcuts-list .o-list li {
    margin-bottom: 12px;
  }
}

.o-shortcuts-list.has-children .a-heading-1 {
  padding: 15px 40px 15px 15px;
}

.o-shortcuts-list.has-children .a-heading-1::before {
  display: block;
}

.o-shortcuts-list.is-active {
  max-height: 800px;
}

.o-shortcuts-list.is-active .a-heading-1 {
  background-color: #1F313A;
  color: #FFFFFF;
}

.o-shortcuts-list.is-active .a-heading-1::before {
  transform: rotate(180deg);
}

.o-shortcuts-list.is-active .o-list {
  opacity: 1;
  transform: translateY(0px);
}

@media (min-width: 569px) {
  .o-shortcuts-list {
    max-height: 120px;
  }
  .o-shortcuts-list .a-heading-1 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 569px) and (min-width: 768px) {
  .o-shortcuts-list .a-heading-1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 569px) and (min-width: 1025px) {
  .o-shortcuts-list .a-heading-1 {
    font-size: 64px;
    line-height: 70px;
  }
}

@media (min-width: 569px) {
  .o-shortcuts-list .a-heading-1::before {
    top: 20px;
  }
  .o-shortcuts-list.has-children .a-heading-1 {
    padding: 15px 60px 15px 20px;
  }
}

.o-shortcuts-navigation-example .js-mixin {
  background-color: rgba(0,
0,
0,
0.5);
  padding: 20px 0;
  position: relative;
}

.o-shortcuts-navigation-example .shortcuts-bg {
  display: none;
}

.o-shortcuts-navigation {
  position: relative;
  top: 0;
  transition: top 0.4s cubic-bezier(0.075,
0.82,
0.165,
1);
}

.o-shortcuts-navigation.is-active .o-shortcuts-list:not(.is-active) {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: max-height .2s ease,
opacity .3s ease,
visibility 0s linear .3s;
}

.o-sign-in form {
  position: relative;
  width: 100%;
  height: 100%;
}

.o-sign-in .a-button {
  width: 100%;
}

.o-sign-in .a-heading-2 {
  padding-top: 0;
  display: block;
}

@media (min-width: 768px) {
  .o-sign-in .a-heading-2 {
    display: inline-block;
  }
}

.o-sign-in .create-account {
  display: inline-block;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .o-sign-in .create-account {
    position: absolute;
    right: 0;
    top: 14px;
  }
}

.o-sign-in .link-holder {
  margin-top: 18px;
  width: 100%;
  text-align: center;
}

.o-sign-in .link-holder .a-link {
  color: #1F313A;
  display: block;
}

.o-sign-in .m-cta {
  margin-top: 12px;
}

.o-sign-in.checkout {
  background-color: #F9F9FA;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  .o-sign-in.checkout {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}

.o-sign-in.checkout .m-error {
  margin-top: 20px;
}

.o-sign-in.checkout .a-heading-2 {
  display: block;
  padding: 20px 0;
}

.o-sign-in.checkout .link-holder {
  margin-top: 22px;
}

.o-sign-in.checkout .m-input,
.o-sign-in.checkout .a-button {
  margin-top: 20px;
}

.o-signup {
  text-align: center;
}

.o-signup .m-input {
  margin-bottom: 3px;
}

.o-signup .m-input .a-input {
  text-align: left;
}

.o-signup .signup-content {
  display: block;
  margin-top: 30px;
}

.o-signup .a-button {
  margin-bottom: 40px;
}

.o-signup [class^="a-icon"] {
  display: block;
  font-size: 58px;
}

.o-signup .a-heading-2 {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .o-signup .m-input {
    display: inline-block;
    width: calc(100% - 135px);
    max-width: 390px;
    margin-right: 20px;
  }
  .o-signup .a-button {
    width: 110px;
    vertical-align: top;
  }
  .o-signup .signup-content {
    margin-top: 20px;
  }
}

.o-sizeguide {
  font-size: 16px;
  line-height: 24px;
}

.o-sizeguide .a-heading-1 {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .o-sizeguide .a-heading-1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .o-sizeguide .a-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.o-sizeguide .a-heading-2 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .o-sizeguide .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-sizeguide .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.o-sizeguide .a-image {
  display: inline;
  width: auto;
}

.o-sizeguide .section {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .o-sizeguide .section.left {
    max-width: calc(100% - 136px);
    padding-right: 10px;
    float: left;
  }
}

.o-sizeguide .section.right {
  text-align: center;
}

@media (min-width: 768px) {
  .o-sizeguide .section.right {
    float: right;
  }
}

.o-sizeguide .size-pointer-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin: 22px 0;
}

.o-sizeguide .size-pointer-wrapper span {
  border-radius: 17px;
  padding: 5px 10px;
}

.o-sizeguide .size-pointer-wrapper span.pointer {
  border: 1px solid #1F313A;
}

.o-sizeguide .size-table {
  background-color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .o-sizeguide .size-table {
    font-size: 16px;
    line-height: 24px;
  }
}

.o-sizeguide .size-table th,
.o-sizeguide .size-table td {
  text-align: center;
  padding: 5px 0;
  font-weight: normal;
}

.o-sizeguide .size-table th {
  color: #A09EA7;
}

html .slick-arrow {
  visibility: hidden;
}

@media (min-width: 768px) {
  html .slick-arrow {
    visibility: visible;
  }
}

html.no-touchevents .slick-arrow {
  visibility: visible;
}

.o-slider {
  max-width: 1640px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-slider {
    padding-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .o-slider {
    padding-left: 5%;
    padding-right: 5%;
    left: auto;
    width: auto;
  }
}

@media (min-width: 1025px) and (min-width: 1641px) {
  .o-slider {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-slider .slider {
  overflow: hidden;
}

.o-slider .slider > * {
  display: none;
}

.o-slider .slider.slick-initialized > * {
  display: block;
}

.o-slider .o-product {
  width: 100%;
  padding-top: 20px;
}

.o-slider .slick-arrow {
  color: #1F313A;
  background-color: #FFFFFF;
  z-index: 1;
  font-family: 'Monki-Icons';
  font-weight: normal;
  border: 2px solid #1F313A;
  opacity: 0;
  cursor: pointer;
  top: 50%;
  position: absolute;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .o-slider .slick-arrow {
    font-size: 60px;
    line-height: 60px;
    opacity: 1;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-slider .slick-arrow {
    opacity: 0;
  }
}

.o-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translateY(50%);
  left: 10px;
}

.o-slider .slick-arrow.slick-prev:before {
  content: "\e903";
}

.o-slider .slick-arrow.slick-next {
  transform: translateY(-50%);
  text-align: right;
  right: 10px;
}

.o-slider .slick-arrow.slick-next:before {
  content: "\e903";
}

.o-slider:hover .slick-arrow {
  opacity: 1;
  transition: opacity 0.2s;
}

.o-slider .slick-slide {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-slider.has-spacers .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .o-slider.has-spacers .slick-slide {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.o-social-media .a-link {
  color: #1F313A;
  border-bottom: none;
  display: inline-block;
  transition: color 0.25s ease;
}

.o-social-media .a-link [class^="a-icon-"] {
  font-size: 30px;
  padding: 10px;
}

.o-social-media .social-media-title {
  display: none;
}

.o-social-media.with-title .social-media-title {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0;
  font-weight: bold;
}

.o-spotify-player iframe,
.o-spotify-player-coverart iframe {
  border: none;
  height: 100%;
  min-height: 380px;
  width: 100%;
}

.o-spotify-player-button iframe {
  border: none;
  width: 100%;
  height: 80px;
}

.o-spotify-follow iframe {
  border: none;
  width: 100%;
  height: 56px;
}

.o-store-locator .m-dropdown-filter {
  margin-top: 20px;
}

.o-store-locator .m-dropdown-filter.is-open {
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-store-locator .m-dropdown-filter {
    margin-top: 25px;
  }
  .o-store-locator .m-dropdown-filter.is-open {
    margin-top: 25px;
  }
}

.o-store-locator .o-map {
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .o-store-locator .o-map {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.o-store-locator .o-map .a-icon-smiley {
  font-size: 27px;
  margin: 9px 0 13px 8px;
}

.o-subdepartment-menu {
  padding: 0;
}

.o-subdepartment-menu .o-page-menu {
  z-index: 25;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu {
    z-index: 5;
  }
}

.o-subdepartment-menu .o-page-menu .page-sub-menu .filters {
  display: none;
}

.o-subdepartment-menu .o-page-menu .page-sub-menu .filters .m-cta {
  margin: 15px 0;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .left-link {
  cursor: pointer;
  top: 30px;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link {
    background: rgba(0,
0,
0,
0.2);
    text-align: center;
    left: 14px;
    top: 40px;
    padding: 15px 0;
    width: 100px;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link .a-icon-global-close {
    position: absolute;
    top: 5px;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link.is-open {
    padding-left: 5px;
    width: 112px;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link.is-open .a-label {
    margin-left: 35px;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link.is-open .a-icon-global-close {
    display: block;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .left-link + .clear-all {
    position: absolute;
    top: 28px;
    left: 158px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .clear-all {
  display: none;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .right-link {
  color: #1F313A;
  transform: none;
  top: 10px;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .right-link {
    top: 13px;
    right: 14px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .right-link.m-dropdown {
  top: 6px;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .right-link.m-dropdown {
    top: 17px;
    right: 24px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown {
  border: none;
  margin: 0;
  width: auto;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .placeholder {
  padding-right: 0;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .placeholder {
    padding-right: 30px;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown.is-open {
    width: 100%;
  }
  .o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown.is-open .placeholder {
    position: absolute;
    right: 30px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .a-icon-arrow-down-small {
  display: none;
  right: -8px;
  top: 5px;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .a-icon-arrow-down-small {
    display: block;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .a-icon-arrow-down-small,
.o-subdepartment-menu .o-page-menu .page-menu-selected .m-dropdown .a-label {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .filters {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .filters.is-active {
  overflow-y: auto;
  max-height: 450px;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .filters,
.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories {
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .filters.is-active,
.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories.is-active {
  display: none;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .filters.is-active,
  .o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories.is-active {
    display: block;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories {
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories {
    padding-bottom: 4px;
  }
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories .o-list li {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  padding-left: 20px;
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories .o-list li.selected {
  color: rgba(255,
255,
255,
0.4);
}

.o-subdepartment-menu .o-page-menu .page-menu-selected .sub-categories .o-list li:first-child {
  padding-left: 0;
}

@media (min-width: 1025px) {
  .o-subdepartment-menu.has-filters .o-page-menu .page-menu-selected .clear-all {
    display: inline-block;
    cursor: pointer;
  }
}

.o-subdepartment-menu.has-filters .o-page-menu .page-menu-selected .clear-all.a-button {
  display: block;
  cursor: pointer;
  position: relative;
  left: -14px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .o-subdepartment-menu.o-search-subdepartment-menu .page-menu-selected .sub-categories {
    padding-bottom: 8px;
  }
}

.o-takeover-example .js-mixin {
  height: 800px;
}

.o-takeover-example .js-mixin .o-takeover {
  margin-top: 0;
  height: 100%;
}

.o-takeover-example .js-mixin .o-takeover .background {
  position: absolute;
  background-attachment: inherit;
  height: 800px;
}

.o-takeover-example .js-mixin .o-takeover .a-image {
  height: 100%;
}

.o-takeover {
  min-height: 568px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.o-takeover .a-picture {
  display: none;
}

.o-takeover .pointer {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 70px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

.o-takeover .pointer .a-icon-arrow-down-small {
  cursor: pointer;
  font-size: 50px;
  transition: margin 0.6s cubic-bezier(0.18,
0.89,
0.32,
1.28);
}

.o-takeover .pointer .a-icon-arrow-down-small.bounce {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .o-takeover .pointer {
    font-size: 20px;
    line-height: 28px;
    height: 86px;
    bottom: 12px;
  }
}

.o-takeover .pointer .a-label {
  color: #FFFFFF;
  display: block;
  margin-bottom: -19px;
}

@media (min-width: 768px) {
  .o-takeover .pointer .a-label {
    margin-bottom: -15px;
  }
}

.o-takeover.shortcuts-open .content {
  z-index: 27;
  overflow: auto;
  max-height: calc(100% - 80px);
}

@media (min-width: 768px) {
  .o-takeover.shortcuts-open .content {
    max-height: calc(100% - 125px);
  }
}

.o-takeover.shortcuts-open .pointer {
  display: none;
}

.o-takeover .content {
  z-index: 18;
  position: relative;
  max-height: calc(100% - 158px);
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.o-takeover .content.is-hidden {
  display: none;
}

.o-takeover .content.aligned-content {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1641px) {
  .o-takeover .content.aligned-content {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-takeover .content.aligned-content.mobile-top {
  transform: none;
  top: 100px;
}

.o-takeover .content.aligned-content.mobile-middle {
  top: 50%;
  transform: translateY(-50%);
}

.o-takeover .content.aligned-content.mobile-bottom {
  top: calc(100% - 88px);
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .o-takeover .content.aligned-content {
    max-height: calc(100% - 125px);
    left: auto;
  }
  .o-takeover .content.aligned-content.left {
    transform: translateY(-50%);
    top: 50%;
    width: 50%;
    float: left;
  }
  .o-takeover .content.aligned-content.right {
    transform: translateY(-50%);
    top: 50%;
    width: 50%;
    float: right;
  }
  .o-takeover .content.aligned-content.top {
    top: 150px;
    transform: none;
  }
  .o-takeover .content.aligned-content.middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .o-takeover .content.aligned-content.bottom {
    top: calc(100% - 108px);
    transform: translateY(-100%);
  }
}

.o-takeover .content .m-teaser {
  width: 100%;
}

.o-takeover .background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  transition: height 0.5s ease,
width 0.5s ease,
left 0.5s ease;
}

.o-takeover .background.scale {
  height: 110%;
  width: 110%;
  left: -5%;
}

.o-text-block {
  text-align: center;
  padding-bottom: 30px;
  width: 100%;
}

.o-text-block .a-heading-1 {
  padding-bottom: 10px;
}

.o-text-block .a-paragraph,
.o-text-block p {
  text-align: left;
}

.o-text-block.u-align-center .a-paragraph,
.o-text-block.u-align-center p {
  text-align: left;
}

@media (min-width: 768px) {
  .o-text-block.u-align-center .a-paragraph,
  .o-text-block.u-align-center p {
    text-align: center;
  }
}

.o-text-block.u-align-right .a-paragraph,
.o-text-block.u-align-right p {
  text-align: right;
}

@media (min-width: 569px) {
  .o-verify-address {
    width: 468px;
  }
}

.o-verify-address .m-radio-button-group .m-radio-button {
  background-color: #F9F9FA;
  padding: 16px;
  margin-bottom: 8px;
}

.o-verify-address .m-radio-button-group .m-radio-button .a-label {
  font-size: 16px;
  line-height: 24px;
}

.o-verify-address .m-cta {
  margin-top: 25px;
}

.o-verify-address.no-suggestions .did-you-mean {
  display: none;
}

.o-verify-address.no-suggestions.force-edit .a-link {
  display: none;
}

.example .small-border {
  border: 2px solid #1F313A;
  position: relative;
  width: 50%;
  height: 50px;
  left: 25%;
}

.example .medium-border {
  border: 4px solid #1F313A;
  position: relative;
  width: 50%;
  height: 50px;
  left: 25%;
}

.example .large-border {
  border: 5px solid #1F313A;
  position: relative;
  width: 50%;
  height: 50px;
  left: 25%;
}

.example .color-circle-holder {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 25px;
}

.example .color-circle-holder .a-circle {
  color: #FFFFFF;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
}

.example .color-circle-holder .a-circle.dark {
  color: #1F313A;
}

.example.fonts {
  margin-left: 40px;
}

.example.fonts section {
  border-top: 15px solid #D2D6D8;
}

.example.fonts section h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .example.fonts section h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .example.fonts section h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.example.fonts .description {
  font-size: 13px;
  line-height: 16px;
  color: #A5ADB0;
}

.example.fonts .huge-font {
  font-family: 'Circular-Black-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: #1F313A;
  font-size: 200px;
}

.example.fonts .o-font-holder {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .example.fonts .o-font-holder {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .example.fonts .o-font-holder {
    font-size: 32px;
    line-height: 40px;
  }
}

.example.fonts .o-font-holder .font {
  margin: 30px 0px 30px 0px;
}

.example.fonts .font-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  width: 70px;
  height: 40px;
}

.example.fonts .o-breakpoints {
  border-top: 15px solid #D2D6D8;
}

.example.fonts .o-breakpoints .desktop {
  display: none;
}

@media (min-width: 1025px) {
  .example.fonts .o-breakpoints .desktop {
    display: block;
  }
}

.example.fonts .o-breakpoints .tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .example.fonts .o-breakpoints .tablet {
    display: block;
  }
}

.example.fonts .o-breakpoints .mobile {
  display: block;
}

@media (min-width: 768px) {
  .example.fonts .o-breakpoints .mobile {
    display: none;
  }
}

.example.fonts .o-breakpoints .breakpoint-header {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Circular-Bold-S',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .example.fonts .o-breakpoints .breakpoint-header {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .example.fonts .o-breakpoints .breakpoint-header {
    font-size: 20px;
    line-height: 28px;
  }
}

.example.fonts .o-breakpoints .size {
  margin: 30px 0;
}

.example .color_holder {
  margin-left: 20px;
  display: block;
}

.example .color_holder > div {
  height: 80px;
  width: 50%;
  border-radius: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
}

.example .color_holder .small {
  width: 80px;
  line-height: 80px;
  border-radius: 10px;
}

.example .border > div {
  border-width: 3px;
  border-style: solid;
}

.layer-example {
  margin-bottom: 20px;
}

.layer-example .js-mixin {
  position: relative;
  z-index: 0;
  min-height: 280px;
}

.layer-example .js-mixin > div {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px rgba(0,
0,
0,
0.2);
  position: absolute;
  transform: perspective(500px) rotateX(-20deg) rotateY(15deg) scale(1);
  text-align: center;
}

.layer-example .js-mixin > div:hover {
  transform: perspective(500px) rotateX(-20deg) rotateY(15deg) scale(1.2);
  opacity: 0.8;
}

.layer-example .js-mixin > div:nth-child(1) {
  top: 0px;
  left: 0px;
}

.layer-example .js-mixin > div:nth-child(2) {
  top: 20px;
  left: 20px;
}

.layer-example .js-mixin > div:nth-child(3) {
  top: 40px;
  left: 40px;
}

.layer-example .js-mixin > div:nth-child(4) {
  top: 60px;
  left: 60px;
}

.layer-example .js-mixin > div:nth-child(5) {
  top: 80px;
  left: 80px;
}

.layer-example .js-mixin > div:nth-child(6) {
  top: 100px;
  left: 100px;
}

.layer-example .js-mixin > div:nth-child(7) {
  top: 120px;
  left: 120px;
}

.layer-example .js-mixin > div:nth-child(8) {
  top: 140px;
  left: 140px;
}

.layer-example .js-mixin > div:nth-child(9) {
  top: 160px;
  left: 160px;
}

.layer-example .js-mixin > div:nth-child(10) {
  top: 180px;
  left: 180px;
}

.layer-example .js-mixin > div:nth-child(11) {
  top: 200px;
  left: 200px;
}

.layer-example .js-mixin > div:nth-child(12) {
  top: 220px;
  left: 220px;
}

.layer-example .js-mixin > div:nth-child(13) {
  top: 240px;
  left: 240px;
}

.layer-example .js-mixin > div:nth-child(14) {
  top: 260px;
  left: 260px;
}

.layer-example .js-mixin > div:nth-child(15) {
  top: 280px;
  left: 280px;
}

.example.margin-example .box1 {
  background-color: #D2D6D8;
  height: 150px;
}

.example.margin-example .box2 {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  width: 90%;
  height: calc(100% - 72px);
  display: inline-block;
  position: relative;
}

.example.margin-example .a-label {
  position: absolute;
  padding: 5px;
}

.example.margin-example .a-label.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

.example.margin-example .a-label.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.example.margin-example .a-label.left {
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.example.margin-example .a-label.right {
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.example.margin-example.vertical .box2 {
  width: 100%;
  height: calc(100% - 36px);
}

.example.margin-example.horizontal .box2 {
  width: calc(100% - 36px);
  height: 100%;
}

.example.margin-example.cta-example .box1 {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  position: relative;
  height: 75px;
}

.example.margin-example.cta-example .box2 {
  height: 75px;
  width: 100%;
}

.example.margin-example.cta-example .a-label {
  padding: 0;
}

.example.margin-example.icon-example .box2 {
  width: calc(100% - 4px);
  height: 100%;
}

.example.margin-example.newsletter-example .box2 {
  width: 100%;
  height: calc(100% - 68px);
}

@media (min-width: 768px) {
  .example.margin-example.newsletter-example .box2 {
    height: calc(100% - 80px);
  }
}

.example.padding-example .box1 {
  background-color: #D2D6D8;
  height: 150px;
}

.example.padding-example .box2 {
  background: #FF00F3;
  background: linear-gradient(45deg,
#FF00F3 0%,
#9A0AFA 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.example.padding-example .a-label {
  position: absolute;
  padding: 5px;
}

.example.padding-example .a-label.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

.example.padding-example .a-label.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.example.padding-example .a-label.left {
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.example.padding-example .a-label.right {
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.pictureProof {
  text-align: center;
}

.pictureProof a {
  color: #0b97c4;
  text-decoration: none;
  border-bottom: 1px dotted #2b81af;
  padding-bottom: .1em;
}

.pictureProof .element a,
.pictureProof .element span,
.pictureProof .element img {
  display: block;
}

.pictureProof h2 {
  margin-top: 1.5em;
}

.pictureProof img {
  width: 100%;
  height: auto;
  border: 0;
}

.pictureProof .example {
  margin: 0px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,
monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.u-margin-top-30 {
  margin-top: 30px;
}

.u-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.u-align-right {
  float: right;
}

.u-align-left {
  text-align: left !important;
}

[class*=" u-cols"].u-align-right,
[class^="u-cols"].u-align-right {
  float: right;
}

[class*=" u-cols"].u-center-col,
[class^="u-cols"].u-center-col {
  float: none;
  margin: 0 auto;
}

.u-align-center {
  text-align: center;
}

.u-transform-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.u-first-col {
  padding-left: 0;
}

.u-last-col {
  padding-right: 0;
}

.u-cols-spacer {
  display: list-item;
  height: 1px;
  list-style-type: none;
}

.u-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-no-animation {
  animation: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-display-none {
  display: none !important;
}

.u-display-none[class^="o-"],
.u-display-none[class^="m-"],
.u-display-none[class^="a-"] {
  display: none;
}

.u-visibility-hidden {
  visibility: hidden;
}

.o-test .u-cols-spacer {
  display: block;
  background: #ED6322;
  background-clip: content-box,
padding-box;
  height: 10px;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-ratio {
  position: relative;
}

.u-ratio:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.u-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.u-ratio--1_1:before {
  padding-top: 100%;
}

.u-ratio--2_1:before {
  padding-top: 50%;
}

.u-ratio--1_2:before {
  padding-top: 200%;
}

.u-ratio--4_1:before {
  padding-top: 25%;
}

.u-ratio--4_3:before {
  padding-top: 75%;
}

.u-ratio--16_9:before {
  padding-top: 56.25%;
}

.u-clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-hidden {
  display: none;
}
/**
 * redils - Redils a slider for almost all situations
 * @version v1.17.0
 * @link http://coalescecreate.com
 * @author richard@coalescecreate.com - Coalesce Create
 * @license MIT
 */
.redils-cont{width:1170px;max-width:100%;position:relative}#redils-click-blocker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils{overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils .slide-cont,.redils .slides{height:100%}.redils-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils-controls .arrow-area{position:absolute;height:100%;width:20%;top:0;z-index:10;cursor:pointer}.redils-controls .arrow-area-right{right:0}.redils-fader{height:600px}.redils-fader .redils{z-index:5}.redils-fader .slides{width:100%;height:100%}.redils-default{height:660px}.redils-default .slides{float:left}.redils-centered{width:100%}.redils-centered .slide-cont{line-height:0;font-size:0}.redils-centered .slides{display:inline-block;vertical-align:top}.redils-centered .slides img{width:585px;height:auto}.redils-centered-overflow{width:100%}.redils-centered-overflow .slide-cont{line-height:0;font-size:0}.redils-centered-overflow .slides{display:inline-block;vertical-align:top;width:70vw}.redils-centered-overflow .slides img{width:100%;height:auto}.redils-responsive{height:600px}.redils-responsive .slides{float:left}.redils-responsive .slides img{width:auto;height:100%}.redils-responsive .redils.disabled .slides{margin:0 auto;opacity:1;float:none}.redils-responsive-height,.redils-responsive-height .redils,.redils-responsive-height .slide-cont{height:auto}.redils-responsive-height .slides{height:auto;float:left}.redils-multislide{height:240px}.redils-multislide .slides{display:inline-block;vertical-align:top}.redils-multislide .super-slide{float:left;text-align:center}.single-multislide-disable .arrow-area,.single-multislide-disable .pagination{display:none}.redils-contact-sheet .slides{display:inline-block;vertical-align:top}.redils-contact-sheet .super-slide{float:left;text-align:center}@-webkit-keyframes hidden_left{0%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@keyframes hidden_left{0%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes left_center{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@keyframes left_center{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@-webkit-keyframes center_right{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@keyframes center_right{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@-webkit-keyframes right_hidden{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}}@keyframes right_hidden{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}}@-webkit-keyframes left_hidden{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}}@keyframes left_hidden{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes center_left{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@keyframes center_left{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes right_center{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@keyframes right_center{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@-webkit-keyframes hidden_right{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@keyframes hidden_right{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}.redils-stacked{width:100vw;height:660px}.redils-stacked .redils{position:relative}.redils-stacked .slides{-webkit-transform:translate3d(200vw,0,0);transform:translate3d(200vw,0,0);position:absolute;top:0;left:0;text-align:center}.redils-stacked .slides img{display:block}.redils-stacked .slides.hidden{-webkit-animation:right_hidden .5s ease-in-out forwards;animation:right_hidden .5s ease-in-out forwards}.redils-stacked .slides.hidden.back{-webkit-animation:left_hidden .5s ease-in-out forwards;animation:left_hidden .5s ease-in-out forwards}.redils-stacked .slides.left{-webkit-animation:hidden_left .5s ease-in-out forwards;animation:hidden_left .5s ease-in-out forwards}.redils-stacked .slides.left.back{-webkit-animation:center_left .5s ease-in-out forwards;animation:center_left .5s ease-in-out forwards}.redils-stacked .slides.center{-webkit-animation:left_center .5s ease-in-out forwards;animation:left_center .5s ease-in-out forwards}.redils-stacked .slides.center.back{-webkit-animation:right_center .5s ease-in-out forwards;animation:right_center .5s ease-in-out forwards}.redils-stacked .slides.right{-webkit-animation:center_right .5s ease-in-out forwards;animation:center_right .5s ease-in-out forwards}.redils-stacked .slides.right.back{-webkit-animation:hidden_right .5s ease-in-out forwards;animation:hidden_right .5s ease-in-out forwards}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
