<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3c3c3c;
}

::-webkit-scrollbar-thumb:active {
  background: #000000;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #f0f0f0;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@font-face {
  font-family: "Socicon";
  src: url("../fonts/socicon2.woff");
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  line-height: 1.5em;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body {
    font-size: 12px;
  }
}
a:not(.button) {
  color: #000;
  text-decoration: underline;
  transition: color 0.2s ease, opacity 0.1s ease;
}
a:not(.button):hover {
  color: #000;
}
a:not(.button):active {
  opacity: 0.5;
}

button, input[type=submit], .button {
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: none;
  font-size: 0.9em;
  padding: 1.1em 2em;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-decoration: none;
  line-height: 1em;
  -webkit-appearance: none;
  border-radius: 0;
}
button:hover, input[type=submit]:hover, .button:hover {
  background-color: #333333;
}
button:active, input[type=submit]:active, .button:active {
  transform: scale(0.97);
}
button.accented, input[type=submit].accented, .button.accented {
  background-color: #802981;
  color: #fff;
}
button.accented:hover, input[type=submit].accented:hover, .button.accented:hover {
  background-color: #99549a;
}
button.hollow, input[type=submit].hollow, .button.hollow {
  background: transparent;
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
button.hollow:hover, input[type=submit].hollow:hover, .button.hollow:hover {
  background: #e6e6e6;
}
button.big, input[type=submit].big, .button.big {
  padding: 0.9em 2.2em;
  font-size: 1em;
}

.muted {
  color: #666666;
}

.small {
  font-size: 0.85em;
}

.shaded {
  background-color: #f7f7f7;
}

h2 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1.2em;
}
h2.close {
  margin-bottom: 0.5em;
}

h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}

h4 {
  margin-bottom: 1em;
}

p, address {
  margin-bottom: 1.5em;
}

span.big, p.big, div.big {
  font-size: 1.2em;
  line-height: 1.5em;
}

span.extra-big, p.extra-big, div.extra-big {
  font-size: 1.5em;
  line-height: 1.8em;
}

.inverse, .accented {
  background-color: #000;
  color: #fff;
}
.inverse .muted, .accented .muted {
  color: #999999;
}
.inverse button, .inverse input[type=submit], .inverse .button, .accented button, .accented input[type=submit], .accented .button {
  background-color: #fff;
  color: #000;
}
.inverse button:hover, .inverse input[type=submit]:hover, .inverse .button:hover, .accented button:hover, .accented input[type=submit]:hover, .accented .button:hover {
  background-color: #cccccc;
}
.inverse button.accented, .inverse input[type=submit].accented, .inverse .button.accented, .accented button.accented, .accented input[type=submit].accented, .accented .button.accented {
  background-color: #802981;
  color: #fff;
}
.inverse button.accented:hover, .inverse input[type=submit].accented:hover, .inverse .button.accented:hover, .accented button.accented:hover, .accented input[type=submit].accented:hover, .accented .button.accented:hover {
  background-color: #662167;
}
.inverse a:not(.button), .accented a:not(.button) {
  color: #fff;
}
.inverse a:not(.button):hover, .accented a:not(.button):hover {
  color: #cccccc;
}

.accented {
  background-color: #802981;
}
.accented .muted {
  color: #cca9cd;
}
.accented button, .accented input[type=submit], .accented .button {
  background-color: #fff;
  color: #802981;
}
.accented button:hover, .accented input[type=submit]:hover, .accented .button:hover {
  background-color: #e6d4e6;
}
.accented button.accented, .accented input[type=submit].accented, .accented .button.accented {
  background-color: #802981;
  border: 1px solid #fff;
  color: #fff;
}
.accented button.accented:hover, .accented input[type=submit].accented:hover, .accented .button.accented:hover {
  background-color: #99549a;
}
.accented a:not(.button) {
  color: #99549a;
}
.accented a:not(.button):hover {
  color: #fff;
}

.gradient {
  background: linear-gradient(to right, #296043 0%, #545e39 19%, #664943 35%, #66354b 50%, #5e315a 63%, #36385e 78%, #1c4b5b 100%);
}

.gradient button, .gradient a.button {
  color: #000;
}
.gradient button:hover, .gradient a.button:hover {
  background-color: #d2dbde;
}

nav a:not(.button) {
  text-decoration: none;
}

.container {
  padding: 3rem;
}

.slim-vertical {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.slim-horizontal {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.extra-slim-vertical {
  padding-top: 1em;
  padding-bottom: 1em;
}

.extra-slim-horizontal {
  padding-left: 1em;
  padding-right: 1em;
}

h2.small {
  font-size: 1.2em;
}

.single-height {
  height: 17rem;
}

.double-height {
  height: 44em;
}

.space-after {
  margin-bottom: 2rem;
}

.big-space-after {
  margin-bottom: 5rem;
}

.small-space-before {
  margin-top: 1rem;
}

.small-space-after {
  margin-bottom: 1rem;
}

.space-before {
  margin-top: 2rem;
}

.big-space-before {
  margin-top: 5rem;
}

nav a:not(.button) {
  color: #666666;
}

.inverse nav a:not(.button) {
  color: #999999;
}

nav ul li {
  margin-bottom: 1em;
}

.columns.spaced &gt; * {
  margin-left: 4em;
}
.columns.spaced &gt; *:first-child {
  margin-left: 0;
}

.columns.extra-spaced &gt; * {
  margin-left: 8em;
}
.columns.extra-spaced &gt; *:first-child {
  margin-left: 0;
}

.columns.slim-spaced &gt; * {
  margin-left: 1.5em;
}
.columns.slim-spaced &gt; *:first-child {
  margin-left: 0;
}

.columns.extra-slim-spaced &gt; * {
  margin-left: 1em;
}
.columns.extra-slim-spaced &gt; *:first-child {
  margin-left: 0;
}

.breadcrumbs {
  margin-bottom: 3em;
}
.breadcrumbs li {
  font-size: 0.9em;
  white-space: pre;
  color: #b3b3b3;
}
.breadcrumbs li:not(:last-child)::after {
  content: "   /   ";
}
.breadcrumbs a {
  color: #4d4d4d;
  text-decoration: none;
}

.right-aligned {
  text-align: right;
}

input[type=text], input[type=search], input[type=email], input[type=password], select, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #b3b3b3;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 0.6em;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border-color: #000;
}

textarea {
  min-height: 10rem;
}

select {
  background: transparent url("../images/drop-down-arrow.svg") no-repeat right 0.5rem center;
  padding-right: 2rem !important;
}

label {
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0.3em;
}

label.checkbox {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 1em;
  display: block;
}
label.checkbox &gt; input {
  display: none;
}
label.checkbox &gt; span {
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b3b3b3;
  margin-right: 0.7em;
}
label.checkbox input:checked + span {
  background: url(../images/checkmark.svg) no-repeat center center;
  background-size: 70% auto;
}
label.checkbox.error &gt; span {
  border-color: #d40449;
}

label.radiobutton {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 1em;
}
label.radiobutton &gt; input {
  display: none;
}
label.radiobutton &gt; span {
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b3b3b3;
  margin-right: 0.7em;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 0;
}
label.radiobutton &gt; span &gt; span {
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #000;
  background: #000;
  border-radius: 50%;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}
label.radiobutton input:checked + span &gt; span {
  display: inline-block;
}
label.radiobutton.error &gt; span {
  border-color: #d40449;
}

input.error, select.error {
  border-bottom-color: #d40449;
}

p.error {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: -0.4em;
  color: #d40449;
  line-height: 1em;
}
p.error a {
  color: #d40449 !important;
}

html, body {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.columns &gt; .half {
  width: 50%;
}
.columns &gt; .quarter {
  width: 25%;
}
.columns &gt; .third {
  width: calc(100% / 3);
}
.columns &gt; .full {
  width: 100%;
}
.columns &gt; .two-thirds {
  width: calc((100% / 3) * 2);
}
.columns &gt; .fill {
  flex: 1;
}
.columns.center {
  justify-content: center;
}
.columns.middle {
  align-items: center;
}
.columns.bottom {
  align-items: flex-end;
}
.columns.right {
  justify-content: flex-end;
}
.columns.wrapped {
  flex-wrap: wrap;
}

.rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.rows.bottom {
  justify-content: flex-end;
}
.rows.center {
  align-items: center;
}
.rows.middle {
  justify-content: center;
}
.rows.right {
  align-items: flex-end;
}
.rows.wrapped {
  flex-wrap: wrap;
}
.rows &gt; .fill {
  flex: 1;
  width: 100%;
}
.rows &gt; .full {
  width: 100%;
}

.no-margin {
  margin: 0;
}

.collapsed {
  display: none !important;
}

.text-container {
  width: 100%;
  max-width: 55rem;
}

.countdown {
  font-size: 2rem;
  text-shadow: #006584 0 0 8px;
}

.home nav ul, .home nav h4 {
  font-weight: 400;
}
@keyframes show-hero {
  from {
    transform: scale(1.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-hero-caption {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.home .press ul {
  padding: 0;
}
.home .press li {
  padding: 0;
  margin: 0;
  width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .press img {
  width: 80%;
  max-height: 3rem;
  margin-bottom: 2rem;
}
.home .reviews .carousel {
  overflow-y: hidden;
  width: 100%;
  margin-top: -2rem;
  max-width: 70rem;
}
.home .reviews .carousel &gt; figure {
  padding: 3rem;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.home .reviews .carousel &gt; figure &gt; div {
  padding-top: 2rem;
  background: url(../images/five-stars.svg) no-repeat left top;
  background-size: auto 1.2rem;
}
.home .reviews .carousel &gt; figure p {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  line-height: 1.6rem;
}
.home .reviews .carousel &gt; figure span {
  color: #555;
  font-weight: 500;
}
.home .hero {
  overflow-y: hidden;
}
.home .hero figure {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 0;
  position: relative;
}
.home .hero figure:first-child {
  animation: show-hero 1s ease;
  animation-fill-mode: forwards;
}
.home .hero figure &gt; figcaption {
  opacity: 0;
  animation: show-hero-caption 1s 0.5s ease;
  animation-fill-mode: forwards;
}
.home .hero figure &gt; a {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.home .hero figure div.mobile, .home .hero figure div.wide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .hero figure div.mobile {
  display: none;
  padding-bottom: 173%;
}
.home .hero figure div.wide {
  padding-bottom: 40%;
}
.home .new-countdown {
  position: absolute;
  z-index: 1;
  left: 28.5%;
  bottom: 17%;
}
.home .new-countdown span {
  padding: 0.4rem 0.1rem;
  margin-right: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border-radius: 0.2rem;
  text-align: center;
}
.home .new-countdown div &gt; span:not(.colon) {
  background: rgba(255, 255, 255, 0.7);
  width: 1.8rem;
}
.home .new-countdown .colon {
  color: #fff;
}
.home .new-countdown .unit {
  font-size: 0.7rem;
}
.home .tile {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .tile &gt; div {
  height: 100%;
  width: 100%;
}
.home .tile &gt; div p {
  margin-bottom: 0.8rem;
  margin-top: -0.4rem;
}
.home .tile &gt; div .badge {
  background: teal;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
}
.home .tile &gt; div:not(.unshaded) {
  background: rgba(0, 0, 0, 0.5) !important;
}
.home .tile.special h2 {
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.home .products {
  overflow-x: hidden;
}
.home .products &gt; div:first-child {
  width: 20rem;
  padding-right: 0;
}
.home .products &gt; div:last-child {
  overflow-x: auto;
}
.home .products figure {
  flex-shrink: 0;
  width: 15rem;
  padding-top: 0;
  padding-bottom: 0;
}
.home .products figure span.small {
  display: none;
}
.home .products figure button.add-to-wishlist {
  top: 1rem;
}
@media only screen and (max-width: 1200px) {
  .home .products figure p.small {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .home .products {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .products &gt; div:first-child {
    width: 100%;
    padding-right: 2.5rem;
    padding-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .home .products &gt; div:first-child &gt; *:first-child {
    margin-right: 2rem;
    flex: 1;
  }
  .home .products &gt; *:last-child {
    padding-top: 1rem;
  }
  .home .products &gt; * {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .home .press li {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 620px) {
  .home .products &gt; div:first-child {
    flex-direction: column;
  }
  .home .reviews .carousel figure {
    flex-direction: column;
  }
  .home .reviews .carousel figure &gt; div {
    margin: 0;
    width: 100%;
  }
  .home .reviews .carousel figure &gt; div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .home .hero div.wide {
    display: none;
  }
  .home .hero div.mobile {
    display: block !important;
  }
  .home .hero .new-countdown {
    left: 8%;
    bottom: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .home .press li {
    width: calc(100% / 3);
  }
}

.product-listing {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -1rem;
}

.product-category-filter, .product-category-sort {
  border: 1px solid #ccc;
  background: transparent url(../images/drop-down-arrow.svg) no-repeat right 1rem center;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-category-filter:hover, .product-category-sort:hover {
  background-color: #f7f7f7;
}
.product-category-filter .flyout, .product-category-sort .flyout {
  background: #fff;
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s ease;
  left: 0;
  top: 0;
  z-index: 2;
  padding-bottom: 0.5rem;
}
.product-category-filter .flyout h3, .product-category-sort .flyout h3 {
  padding: 0.5rem 1rem 0 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #999;
}
.product-category-filter .flyout.open, .product-category-sort .flyout.open {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
.product-category-filter .flyout li, .product-category-sort .flyout li {
  padding: 0.6rem 1rem 0.6rem 2.3rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-category-filter .flyout li.selected, .product-category-sort .flyout li.selected {
  background: url(../images/checkmark.svg) no-repeat 1rem center;
  background-size: 0.8rem;
}
.product-category-filter .flyout li:hover, .product-category-sort .flyout li:hover {
  background-color: #f7f7f7;
}

.category-product {
  width: 20%;
  padding: 2rem;
  position: relative;
}
.category-product button.add-to-wishlist {
  position: absolute;
  right: 2rem;
  top: 3rem;
  padding: 0;
  background: #fff url(../images/icon-heart-black.svg) no-repeat center center;
  background-size: 1.45rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-product button.add-to-wishlist &gt; span {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid #000;
  border-right-color: transparent;
  animation: spin 0.6s linear infinite;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.category-product button.add-to-wishlist.added {
  background-image: url(../images/icon-heart-black-filled.svg);
}
.category-product button.add-to-wishlist.busy {
  background-image: none;
}
.category-product button.add-to-wishlist.busy &gt; span {
  opacity: 1;
}
.category-product.out-of-stock &gt; a &gt; span {
  opacity: 0.5;
}
.category-product .badge {
  background: black;
  color: white;
  padding: 0.1rem 0.5rem;
  font-weight: 500;
  position: absolute;
  text-transform: uppercase;
  font-size: 0.8em;
  flex: 0;
  width: auto;
  left: -1rem;
  top: 50%;
  margin-top: -0.6rem;
}
.category-product .badge.discount {
  background: #7304c7;
}
.category-product .badge.charity {
  background: #ff7bac;
}
.category-product span.original {
  text-decoration: line-through;
  font-size: 1em;
  margin-right: 0.7rem;
  color: #4d4d4d;
  line-height: 1.2em;
  text-decoration-color: gray;
}
.category-product &gt; a {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  text-decoration: none;
  align-items: flex-start;
  background: #fff;
  filter: brightness(0.97);
  margin-bottom: 0.3rem;
}
.category-product &gt; a &gt; span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  width: 100%;
  padding-top: 110%;
  position: relative;
}
.category-product figcaption {
  width: 100%;
  padding-top: 0.5rem;
  color: #000;
}
.category-product figcaption a:not(.button) {
  text-decoration: none !important;
}
.category-product figcaption div.product-actions {
  width: 100%;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #ccc;
  align-items: center;
  padding-top: 0.5rem;
}
.category-product figcaption div.product-actions .pricing {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.category-product figcaption div.product-actions .pricing span:not(.original) {
  font-size: 0.9rem;
}
.category-product figcaption div.product-actions button {
  background: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.category-product figcaption div.product-actions button.add-to-cart {
  background: url(../images/icon-cart-black.svg) no-repeat center center;
  background-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-product figcaption div.product-actions button.add-to-cart &gt; span {
  border-color: #000;
  border-right-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  position: static;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.category-product figcaption div.product-actions button.add-to-cart.busy {
  background: none;
}
.category-product figcaption div.product-actions button.add-to-cart.busy &gt; span {
  opacity: 1;
}
.category-product figcaption div.product-actions button.add-to-cart.done {
  background: url(../images/checkmark.svg) no-repeat center center;
  background-size: 1rem;
  border: none;
}
.category-product figcaption h3 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

body.category .header h2 {
  margin-bottom: 0;
}
body.category .more-products {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.category .more-products span.spinner {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #000;
  border-radius: 50%;
  border-bottom-color: transparent;
  margin-left: 0.5rem;
  animation: spin 0.5s linear infinite;
  opacity: 0;
}
body.category .more-products.busy {
  cursor: default;
  pointer-events: none;
}
body.category .more-products.busy &gt; span:not(.spinner) {
  opacity: 0.5;
}
body.category .more-products.busy &gt; .spinner {
  opacity: 1;
}
body.category .filters {
  background: #fff;
}
body.category .filters.attached {
  position: fixed;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
}
body.category .filters &gt; div {
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  padding: 1.3em 2em;
}
body.category .filters &gt; div span {
  margin-right: 0.5em;
}
body.category .filters &gt; div:hover {
  background: #f7f7f7;
}
body.category .filters &gt; div:active {
  transform: scale(0.98);
}
@media only screen and (max-width: 1500px) {
  body.category .category-product {
    width: 25%;
  }
}
@media only screen and (max-width: 1100px) {
  body.category .category-product {
    width: calc(100% / 3);
    padding: 1rem;
  }
  body.category .category-product button.add-to-wishlist {
    right: 1rem !important;
  }
}
@media only screen and (max-width: 700px) {
  body.category .category-product {
    width: 50%;
  }
  body.category .header {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 370px) {
  body.category .category-product {
    width: 100%;
  }
}

body.product .emblems img {
  height: 4rem;
  width: auto;
}
body.product .emblems img:first-child {
  height: 3.5rem;
}
body.product .bundle-option {
  display: flex;
  align-items: center;
}
body.product .bundle-option img {
  width: 4rem;
}
body.product .bundle-option .old-price {
  text-decoration: line-through;
  color: #4d4d4d;
  font-size: 0.8rem;
}
body.product .bundle-option .discount-badge {
  background: #7304c7;
  color: white;
  padding: 0.05rem 0.3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8em;
  flex: 0;
  width: auto;
  display: inline-block;
  margin-left: 0.4rem;
}
body.product .add-to-wishlist {
  padding: 0;
  border: none;
  color: #000;
  background: transparent url(../images/icon-heart-black.svg) no-repeat left center;
  background-size: 1.4rem;
  padding-left: 2rem;
  height: 2rem;
  font-weight: 400;
  position: relative;
}
body.product .add-to-wishlist &gt; span:nth-child(2) {
  display: none;
}
body.product .add-to-wishlist &gt; span:last-child {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid #000;
  border-right-color: transparent;
  animation: spin 0.6s linear infinite;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.55rem;
  opacity: 0;
}
body.product .add-to-wishlist.added {
  background-image: url(../images/icon-heart-black-filled.svg);
}
body.product .add-to-wishlist.added &gt; span:nth-child(2) {
  display: initial;
}
body.product .add-to-wishlist.added &gt; span:first-child {
  display: none;
}
body.product .add-to-wishlist.busy {
  background-image: none;
}
body.product .add-to-wishlist.busy &gt; span:last-child {
  opacity: 1;
}
body.product .product-variation-picker {
  margin-bottom: 1rem;
}
body.product .product-variation-picker &gt; ul {
  border: 1px solid #ccc;
  background: #fff;
}
body.product .product-variation-picker li:not(.selected) {
  display: none;
}
body.product .product-variation-picker li {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.product .product-variation-picker li.selected {
  background: url(../images/drop-down-arrow.svg) no-repeat right 1rem center;
}
body.product .product-variation-picker li:hover {
  background-color: #eee !important;
}
body.product .product-variation-picker li &gt; span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  margin-right: 0.7rem;
}
body.product .product-variation-picker.expanded &gt; ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  z-index: 1;
  max-height: 30rem;
  overflow-y: auto;
}
body.product .product-variation-picker.expanded li:not(.selected) {
  display: flex;
}
body.product .product-variation-picker.expanded li {
  width: 100%;
}
body.product .product-variation-picker.expanded li.selected {
  background-image: none;
  font-weight: 700 !important;
}
body.product .product-variation-picker li.group {
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: default;
  padding-bottom: 0.3rem;
}
body.product .product-variation-picker li.group:not(:first-child) {
  margin-top: 1rem;
}
body.product .product-variation-picker li.group:hover {
  background: none !important;
}
body.product .carousel {
  width: 100%;
}
body.product .carousel figure {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
body.product .carousel figure &gt; video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
body.product .carousel figure &gt; video::-internal-media-controls-overlay-cast-button {
  display: none;
}
body.product a.button.big.hollow {
  border: 1px solid #000;
  box-shadow: none;
}
body.product .out-of-stock {
  color: #d40449;
  font-size: 0.9em;
  font-weight: 500;
}
body.product .notify-success {
  color: #296043;
  font-weight: 500;
  display: none;
}
body.product .notify-success svg {
  width: 1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  margin-top: -0.3rem;
}
body.product .notify-success svg path {
  fill: #296043;
}
body.product .potw-named-by {
  margin-top: 0.5rem;
  display: block;
}
body.product .potw-named-by a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.5rem;
  font-weight: 500;
  vertical-align: middle;
}
body.product .potw-named-by img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
body.product .potw {
  background: #296043;
  width: auto;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: inline-block;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
body.product .original {
  margin-right: 0.5rem;
  text-decoration: line-through;
  color: #4d4d4d;
  text-decoration-color: #4d4d4d;
}
body.product .pro-price {
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  background: url(../images/pro-logo-black.png) no-repeat right top;
  background-size: auto 1rem;
  opacity: 0.6;
  width: 1.8rem;
}
body.product .sezzle-info {
  color: #382757;
}
body.product .sezzle-info img {
  height: 1.1rem;
  vertical-align: middle;
}
body.product .thumbnails {
  width: 100%;
}
body.product .thumbnails figure {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid transparent;
  transition: opacity 0.2s ease, transform 0.2s ease, border-bottom-color 0.2s ease;
}
body.product .thumbnails figure:hover {
  opacity: 0.7;
}
body.product .thumbnails figure:active {
  transform: scale(0.9);
}
body.product .thumbnails figure.selected {
  border-bottom-color: #b3b3b3;
}
body.product .variant {
  max-width: 60rem;
}
body.product .info-box {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 990px) {
  body.product .variant &gt; *:nth-child(2) {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  body.product &gt; section.product {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
  body.product .carousel .prev {
    left: -1rem;
  }
  body.product .carousel .next {
    right: -1rem;
  }
  body.product .breadcrumbs {
    margin-bottom: 1.5rem !important;
  }
  body.product .variant {
    flex-direction: column;
  }
  body.product .variant p {
    margin-bottom: 1rem !important;
  }
  body.product .variant &gt; * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.product .variant .gallery {
    margin-bottom: 2rem;
    max-width: 25rem !important;
  }
}
@media only screen and (max-width: 600px) {
  body.product .info-box {
    flex-direction: column;
  }
  body.product .info-box &gt; * {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  body.product .two-buttons {
    flex-direction: column;
  }
  body.product .two-buttons &gt; * {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  body.product .two-buttons &gt; *:last-child {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 420px) {
  body.product .carousel {
    margin-bottom: 0.75rem !important;
  }
  body.product .thumbnails figure {
    background: #000 !important;
    border-radius: 50%;
    width: 0.4rem !important;
    height: 0.4rem !important;
    border: none !important;
    opacity: 0.3;
  }
  body.product .thumbnails figure.selected {
    opacity: 1;
  }
}

body &gt; header {
  position: fixed;
  width: 100%;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  top: 0;
  z-index: 5;
}
body &gt; header &gt; *:not(.main-menu) {
  z-index: 3;
}
body &gt; header h1 {
  display: inline-flex;
  height: 0.8rem;
  width: 16rem;
  background: url(../images/lethal-cosmetics.svg?r=2893) no-repeat center center;
  background-size: auto 100%;
}
body &gt; header h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body &gt; header h1 span {
  display: none;
}
body &gt; header .ticker {
  background: #fff;
  flex: 0;
  flex-shrink: 0;
}
body &gt; header .ticker ul {
  height: 1.2rem;
  overflow: hidden;
  font-weight: 500;
}
body &gt; header .ticker ul li {
  white-space: nowrap;
  flex-shrink: 0;
}
body &gt; header .ticker ul li img {
  max-height: 1.15rem;
  vertical-align: middle;
  margin-top: -0.2rem;
  border: 1px solid #ccc;
}
body &gt; header .ticker &gt; nav {
  position: absolute;
  right: 0;
}
body &gt; header &gt; section {
  flex: 1;
}
body &gt; header .quick-nav {
  position: absolute;
  right: 0;
}
body &gt; header .quick-nav li {
  margin-bottom: 0;
  display: flex;
}
body &gt; header .quick-nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
body &gt; header .quick-nav li a:hover {
  opacity: 0.7;
}
body &gt; header .quick-nav li a:active {
  transform: scale(0.9);
}
body &gt; header .quick-nav li a &gt; span:first-child {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  text-indent: 10000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body &gt; header .quick-nav li a.search span {
  background-image: url(../images/icon-search.svg);
}
body &gt; header .quick-nav li a.wishlist span {
  background-image: url(../images/icon-heart-white.svg);
}
body &gt; header .quick-nav li a.cart &gt; span:first-child {
  background-image: url(../images/icon-cart.svg);
}
body &gt; header .quick-nav li a.cart &gt; span:last-child {
  margin-left: 0.5em;
  line-height: 1em;
}
body &gt; header .quick-nav li a.my-account span {
  background-image: url(../images/icon-account.svg);
}
body &gt; header .hamburger {
  position: absolute;
  left: 0;
}
body &gt; header .hamburger button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  position: relative;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
body &gt; header .hamburger button:hover {
  background: none;
  opacity: 0.6;
}
body &gt; header .hamburger button:active {
  transform: scale(0.9);
}
body &gt; header .hamburger button &gt; span {
  display: block;
  width: 1.4rem;
  height: 1px;
  background: #fff;
  margin: 0 -0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body &gt; header .hamburger button &gt; span:first-child {
  margin-top: -6px;
}
body &gt; header .hamburger button &gt; span:last-child {
  margin-top: 6px;
}
body &gt; header .hamburger button.expanded &gt; span:first-child {
  transform: rotate(40deg);
  margin-top: 0;
}
body &gt; header .hamburger button.expanded &gt; span:nth-child(2) {
  opacity: 0;
}
body &gt; header .hamburger button.expanded &gt; span:last-child {
  transform: rotate(-40deg);
  margin-top: 0;
}
body &gt; header .change-country {
  display: flex;
}
body &gt; header .change-country svg {
  margin-right: 5px;
}
body &gt; header .search-bar input {
  padding: 1.5rem;
}
body &gt; header .search-results {
  max-height: 50vh;
  overflow-y: auto;
}
body &gt; header .search-results li {
  border-top: 1px solid #f7f7f7;
}
body &gt; header .search-results li a {
  padding: 1.5rem;
  display: flex;
  text-decoration: none;
}
body &gt; header .search-results li h4 {
  margin-bottom: 0;
  font-size: 1.1em;
}
body &gt; header .search-results img {
  width: 3.5rem;
}
body &gt; header .mobile-substitute-menu {
  display: none;
}
body &gt; header .mobile-substitute-menu img, body &gt; header .mobile-substitute-menu svg {
  width: 1rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}
body &gt; header .mobile-substitute-menu svg {
  margin-top: -0.3rem;
}
body &gt; header .main-menu, body &gt; header .search-bar, body &gt; header .cart-preview {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 7.5rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.05s ease, transform 0.1s ease;
  border-bottom: 1px solid #e6e6e6;
}
@keyframes wiggle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
body &gt; header .cart-preview {
  transform: translateY(-300px);
  width: 100%;
  max-width: 25rem;
  right: 0;
  max-height: calc(100vh - 10rem);
  min-height: 4rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
body &gt; header .cart-preview a.enter-coupon {
  text-decoration: underline;
}
body &gt; header .cart-preview &gt; div:first-child {
  width: 100%;
  flex-shrink: 0;
}
body &gt; header .cart-preview .free-shipping-notice {
  animation: wiggle 0.3s 1s ease;
  animation-fill-mode: forwards;
  font-size: 0.7rem;
  margin-bottom: 1rem;
  margin-top: -1.4rem;
  text-align: right;
  width: 100%;
  color: #9b9b9b;
  font-weight: 500;
}
body &gt; header .cart-preview .close {
  background: transparent url(../images/close.svg) no-repeat center center !important;
  background-size: 80% !important;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  margin-right: -0.5rem;
}
@keyframes item-update {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body &gt; header .cart-preview .items {
  overflow-y: auto;
  flex: 1;
  height: 100%;
}
body &gt; header .cart-preview .items li {
  transition: opacity 0.2s ease;
}
body &gt; header .cart-preview .items li.updated {
  opacity: 0;
  animation: item-update 0.3s 0.3s ease;
  animation-fill-mode: forwards;
}
body &gt; header .cart-preview .items li.quantity-updated .quantity {
  animation: flash 0.3s 0.3s ease 3;
}
body &gt; header .cart-preview a.button {
  width: 100%;
  text-align: center;
}
body &gt; header .cart-preview table {
  width: 100%;
}
body &gt; header .cart-preview table tr:last-child td {
  font-weight: 500;
}
body &gt; header .cart-preview table td {
  padding: 0.3rem 0;
}
body &gt; header .cart-preview table td:last-child {
  text-align: right;
}
body &gt; header .cart-preview &gt; div:last-child {
  flex-shrink: 0;
}
body &gt; header .cart-preview &gt; div:last-child {
  width: 100%;
}
body &gt; header .cart-arrow {
  position: absolute;
  right: 2.5rem;
  top: 6rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.05s ease;
  border: 0.8rem solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
body &gt; header .cart-arrow.expanded {
  opacity: 1;
}
body &gt; header .main-menu {
  transform: translateY(-300px);
}
body &gt; header .main-menu &gt; nav:first-child a, body &gt; header .main-menu li:first-child a {
  color: #000;
}
body &gt; header .search-bar {
  transform: translateY(-80px);
}
body &gt; header .search-bar input {
  border: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  display: block;
  outline: none;
  margin-bottom: 0;
}
body &gt; header .main-menu.expanded, body &gt; header .search-bar.expanded, body &gt; header .cart-preview.expanded {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
body &gt; header .title-bar {
  border-bottom: 1px solid #1a1a1a;
}

body {
  padding-top: 7.5rem;
}

@media only screen and (max-width: 780px) {
  .mobile-substitute-menu {
    display: block !important;
  }

  .main-menu {
    height: calc(100vh - 9rem);
    overflow-y: auto;
    display: block;
  }
  .main-menu &gt; nav {
    margin-left: 0 !important;
    margin-bottom: 2rem !important;
  }
  .main-menu &gt; nav li {
    margin-bottom: 0;
  }
  .main-menu &gt; nav li a {
    padding: 0.5rem 0;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .ticker .country {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  body:not(.checkout) .logo {
    justify-content: flex-start !important;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .quick-nav li {
    margin-left: 1rem !important;
  }
  .quick-nav li:first-child {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 325px) {
  .quick-nav li:last-child {
    margin-left: 0.5rem !important;
  }
}
@media only screen and (max-width: 420px) {
  .quick-nav li:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  .quick-nav li:nth-child(3) {
    display: none !important;
  }
}
@media only screen and (max-width: 340px) {
  .title-bar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .title-bar .hamburger {
    padding-left: 1rem !important;
  }
  .title-bar .quick-nav {
    padding-right: 1rem !important;
  }

  body:not(.checkout) .logo {
    margin-left: 2rem;
  }
}
body.pro-user &gt; header .quick-nav .my-account span {
  background-image: url(../images/icon-account-pro.svg) !important;
}

.cart-gift-options {
  background: #29b49a url(../images/gift.gif) no-repeat left 1rem center;
  background-size: 2.3rem;
  padding: 1rem 1rem 1rem 4rem;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 0.8rem;
}
.cart-gift-options h3, .cart-gift-options p {
  margin-bottom: 0;
  color: #fff !important;
  line-height: 1rem;
}

.cart-preview .delete, .cart .delete {
  padding: 0 !important;
  background: transparent url(../images/delete.svg) no-repeat center center;
  background-size: auto 1rem;
  opacity: 0.6;
  width: 1.2rem;
  height: 1.2rem;
}
.cart-preview .original, .cart .original {
  text-decoration: line-through;
  color: #333333;
  font-size: 0.8em;
  text-decoration-color: gray;
  line-height: 1em;
}
.cart-preview a, .cart a {
  text-decoration: none;
}

.cart-preview .items li, .cart .items li {
  padding: 0 0 2rem 0;
}
.cart-preview .items li:last-child, .cart .items li:last-child {
  padding-bottom: 0;
}
.cart-preview .items li.deleting, .cart .items li.deleting {
  opacity: 0.5;
  pointer-events: none;
}
.cart-preview .items h4, .cart .items h4 {
  margin-bottom: 0.5em;
}
.cart-preview .items p, .cart .items p {
  margin-bottom: 0;
}
.cart-preview .items img, .cart .items img {
  width: 3rem;
  height: 3rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
button.add-to-cart, button.notify-when-back {
  position: relative;
  border: 1px solid transparent;
}
button.add-to-cart &gt; span:last-child, button.notify-when-back &gt; span:last-child {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  border-radius: 50%;
  border: 2px solid #fff;
  border-right-color: transparent;
  animation: spin 0.6s linear infinite;
}
button.add-to-cart.busy, button.add-to-cart.done, button.notify-when-back.busy, button.notify-when-back.done {
  cursor: default;
}
button.add-to-cart.busy:active, button.add-to-cart.done:active, button.notify-when-back.busy:active, button.notify-when-back.done:active {
  transform: none;
}
button.add-to-cart.busy &gt; span:first-child, button.notify-when-back.busy &gt; span:first-child {
  opacity: 0;
}
button.add-to-cart.busy &gt; span:last-child, button.notify-when-back.busy &gt; span:last-child {
  display: block;
}
button.add-to-cart.busy:hover, button.notify-when-back.busy:hover {
  background: #000;
}
button.add-to-cart.done, button.notify-when-back.done {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.cart button.more {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-left: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #999;
  box-shadow: none;
  border: 1px solid #999;
}
.cart .pro-logo {
  display: inline-block;
  width: 2.4rem;
  height: 1.4rem;
  vertical-align: middle;
  background: url(../images/pro-logo-black.png) no-repeat right center;
  background-size: auto 1.4rem;
}
.cart table.products {
  transition: opacity 0.2s ease;
  width: 100%;
  border-collapse: collapse;
}
.cart table.products .delete {
  vertical-align: middle;
}
.cart table.products tr.error td {
  border-bottom: none;
}
.cart table.products tr.error + tr td {
  padding-top: 0;
  border-top: none;
}
.cart table.products tr {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cart table.products tr.deleting {
  opacity: 0.5;
  transform: scale(0.97);
  pointer-events: none;
}
.cart table.products tr.bundled td:first-child &gt; div {
  padding-left: 4rem;
  background: url(../palette-designer/assets/new.svg) no-repeat left 3rem center;
  background-size: 0.9rem;
}
.cart table.products tr.bundled td:first-child &gt; div img {
  width: 4rem;
  height: 4rem;
}
.cart table.products td {
  padding: 1rem 0.5rem;
}
.cart table.products td:not(:first-child) {
  text-align: right;
}
.cart table.products td:not(:first-child):not(:last-child) {
  width: 7rem;
}
.cart table.products thead td {
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
}
.cart table.products tbody td {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  vertical-align: middle;
}
.cart table.products tbody td p {
  margin-bottom: 0;
}
.cart table.summary {
  transition: opacity 0.2s ease;
}
.cart table.summary td {
  padding: 0.7rem 0;
}
.cart table.summary td:not(:first-child) {
  text-align: right;
}
.cart table.summary td:first-child {
  padding-right: 5rem;
}
.cart table.summary td .delete {
  vertical-align: middle;
  margin-top: -0.4rem;
}
.cart table.summary tr:last-child td {
  font-weight: 500;
  font-size: 1.3em;
}
.cart img {
  width: 5rem;
  height: 5rem;
  vertical-align: middle;
}
.cart select {
  width: auto;
  font-size: 0.9em;
  padding: 0.5rem;
  vertical-align: middle;
  margin-bottom: 0;
}
.cart fieldset.coupon {
  max-width: 30rem;
}
.cart fieldset.coupon a {
  text-decoration: underline;
  font-size: 0.8em;
}
.cart.updating {
  pointer-events: none;
}
.cart.updating table.products {
  opacity: 0.5;
}
.cart.updating table.summary {
  opacity: 0.5;
}

@media only screen and (max-width: 750px) {
  section.cart .coupons-and-summary {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
  section.cart .coupons-and-summary &gt; * {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 680px) {
  section.cart table.products td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  section.cart table.products td:first-child {
    padding-left: 0;
  }
  section.cart table.products td:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  section.cart table.products td:first-child h4 {
    margin-bottom: 0;
  }
  section.cart table.products td:first-child p:not(.error) {
    display: none;
  }
}
@media only screen and (max-width: 440px) {
  section.cart .header span {
    display: none;
  }
  section.cart table.products thead td:first-child {
    text-align: center;
  }
  section.cart table.products td:first-child &gt; div {
    flex-direction: column;
    align-items: center;
  }
  section.cart table.products td:first-child &gt; div &gt; * {
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  section.cart table.products thead {
    display: none;
  }
  section.cart table.products td {
    width: auto;
  }
}
@keyframes spin-loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359.5deg);
  }
}
body.checkout .pro-confirm-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.checkout .pro-confirm-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
body.checkout .pro-confirm-overlay input {
  padding: 0.6rem 1rem;
}
body.checkout .pro-confirm-overlay h2 {
  width: 20rem;
  height: 1.5rem;
  background: url(../images/pro-logo.svg) no-repeat left top;
  background-size: auto 1.5rem;
}
body.checkout .pro-confirm-overlay &gt; div {
  background: #000;
  color: #fff;
  padding: 3rem;
  width: 90%;
  max-width: 40rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.8);
  position: relative;
}
body.checkout .pro-confirm-overlay &gt; div .info {
  position: absolute;
  background: teal;
  width: 22rem;
  padding: 1.5rem;
  font-size: 0.8rem;
  margin-top: -6rem;
  margin-left: 1rem;
  transform-origin: 0% 100%;
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.checkout .pro-confirm-overlay &gt; div .info.visible {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
body.checkout .pro-confirm-overlay &gt; div .info &gt; span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 0;
  border-color: teal transparent transparent transparent;
  margin-bottom: -1rem;
}
body.checkout .pro-confirm-overlay &gt; div .close-button {
  position: absolute;
  padding: 0;
  right: 1rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/close-white.svg) no-repeat center center;
  background-size: 1.5rem;
}
body.checkout .pro-confirm-overlay &gt; div .muted {
  color: #999;
}
body.checkout .pro-confirm-overlay &gt; div li {
  padding: 0.4rem 0 0.4rem 2rem;
  background: url(../images/checkmark-white.svg) no-repeat left center;
  background-size: 1rem;
}
body.checkout .preorder-info {
  color: #802981;
  font-weight: 600;
}
body.checkout .confirmation span.shipping-method {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.checkout .confirmation span.shipping-method .express, body.checkout .confirmation span.shipping-method .standard {
  margin-left: 0.5rem;
  color: #fff;
  background: #444;
  padding: 0.1rem 0.3rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  border-radius: 0.2rem;
  vertical-align: middle;
}
body.checkout .confirmation span.shipping-method .standard {
  margin-left: 0.5rem;
  color: #444;
  background: none;
  border: 1px solid #ddd;
  padding: 0.1rem 0.3rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  border-radius: 0.2rem;
  vertical-align: middle;
}
body.checkout .confirmation span.shipping-method img {
  vertical-align: middle;
  width: 1.3rem;
  margin-right: 0.5rem;
}
body.checkout .klarna-progress {
  min-height: 80vh;
  align-items: center;
  justify-content: center;
  display: flex;
}
body.checkout .spinner-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
body.checkout .spinner-overlay.visible {
  display: flex;
}
body.checkout .spinner-overlay &gt; div {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-width: 4px;
  border-color: #000;
  border-style: solid;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin-loop 0.5s linear infinite;
}
body.checkout div.error-message {
  background: #fbe6ed;
  color: #d40449;
  padding: 1.5rem;
  font-weight: 500;
}
body.checkout .steps {
  text-transform: uppercase;
  font-size: 1.3em;
}
body.checkout .steps li {
  color: #999999;
}
body.checkout .steps li span {
  margin-left: 0.3em;
}
body.checkout .steps li.active {
  color: #000;
  font-weight: 600;
}
body.checkout .steps li a {
  text-decoration: none;
}
body.checkout table.summary {
  width: 100%;
}
body.checkout table.summary td {
  padding: 0.7rem 0;
}
body.checkout table.summary td:not(:first-child) {
  text-align: right;
}
body.checkout table.summary td:first-child {
  padding-right: 5rem;
}
body.checkout table.summary tr:last-child td {
  font-weight: 500;
  font-size: 1.3em;
}
body.checkout .order-button {
  width: 100%;
}
body.checkout div.checkout {
  max-width: 55rem;
  width: 100%;
}
body.checkout .change {
  padding: 0.7rem 1rem;
  font-size: 0.9em;
}
body.checkout .gateway li {
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}
body.checkout .gateway li .paypal-info, body.checkout .gateway li .sezzlepay-info {
  padding: 1.5rem;
}
body.checkout .gateway li .paypal-info strong, body.checkout .gateway li .sezzlepay-info strong {
  font-weight: 600;
}
body.checkout .gateway li .paypal-info img, body.checkout .gateway li .sezzlepay-info img {
  margin: 0;
  height: 1.4rem;
  margin-bottom: 0.5rem;
}
body.checkout .gateway li .payment-container {
  display: none;
}
body.checkout .gateway li .radiobutton {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0 !important;
}
body.checkout .gateway li:last-child {
  border-bottom: 1px solid #ddd;
}
body.checkout .gateway li img {
  height: 0.9rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.7rem;
}
body.checkout .gateway li img.cards {
  height: 1.4rem;
}
body.checkout .gateway li img.sezzlepay {
  height: 1.4rem;
}
body.checkout .stripe-credit-card {
  padding: 1.5rem;
}
body.checkout .stripe-credit-card .stripe-field {
  margin-top: 0.2rem;
  border: 1px solid #b3b3b3;
  padding: 0.5rem;
}
body.checkout .shipping-methods {
  padding: 2rem 0;
}
body.checkout .shipping-methods .express, body.checkout .shipping-methods .standard {
  margin-left: 0.5rem;
  color: #fff;
  background: #444;
  padding: 0.1rem 0.3rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  border-radius: 0.2rem;
  vertical-align: middle;
}
body.checkout .shipping-methods .standard {
  margin-left: 0.5rem;
  color: #444;
  background: none;
  border: 1px solid #ddd;
  padding: 0.1rem 0.3rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  border-radius: 0.2rem;
  vertical-align: middle;
}
body.checkout .shipping-methods.updating {
  opacity: 0.3;
  pointer-events: none;
}
body.checkout .shipping-methods li {
  padding: 1rem 0;
  border-top: 1px solid #f7f7f7;
}
body.checkout .shipping-methods li:last-child {
  border-bottom: 1px solid #f7f7f7;
}
body.checkout .shipping-methods label {
  margin-bottom: 0;
}
body.checkout .shipping-methods label img {
  vertical-align: middle;
  width: 1.5rem;
  margin-right: 0.5rem;
}
body.checkout .shipping-methods li.dhl label img {
  width: 3.5rem !important;
}
body.checkout .shipping-methods p.carbon-neutral {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: -0.4em;
  line-height: 1em;
  color: #47986c;
}
body.checkout .shipping-methods p.carbon-neutral a {
  color: #47986c !important;
}
body.checkout .shipping-methods strong {
  font-weight: 500;
}
body.checkout .shipping-methods .unavailable {
  pointer-events: none;
}
body.checkout .shipping-methods .unavailable strong, body.checkout .shipping-methods .unavailable label, body.checkout .shipping-methods .unavailable span.muted {
  opacity: 0.3;
}
@media only screen and (max-width: 930px) {
  body.checkout .payment &gt; * {
    width: 50% !important;
  }
}
@media only screen and (max-width: 840px) {
  body.checkout .confirmation {
    flex-direction: column;
  }
  body.checkout .confirmation .details &gt; *:first-child {
    width: auto;
  }
  body.checkout .confirmation &gt; * {
    width: 100%;
    margin-left: 0;
  }
  body.checkout .confirmation &gt; *:first-child {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  body.checkout .steps {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  body.checkout .gateway {
    font-size: 1.1em;
  }
  body.checkout div.half:nth-child(2) {
    margin-left: 2rem;
  }
  body.checkout .ssl {
    width: 8rem;
  }
  body.checkout .next {
    flex-direction: column;
  }
  body.checkout .next input[type=submit] {
    margin-top: 1rem;
  }
  body.checkout .payment {
    flex-direction: column;
  }
  body.checkout .payment &gt; * {
    width: 100% !important;
    margin-left: 0;
  }
  body.checkout .payment &gt; *:first-child {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 625px) {
  body.checkout .fields {
    flex-direction: column;
  }
  body.checkout .fields &gt; * {
    width: 100%;
    margin-left: 0 !important;
  }
  body.checkout div.checkout {
    position: relative;
  }
  body.checkout .ssl {
    width: 6rem;
    position: absolute;
    right: 0;
    top: -0.8rem;
  }
  body.checkout .shipping-methods ul li &gt; div:first-child {
    flex-direction: column;
  }
  body.checkout .shipping-methods ul li &gt; div:first-child &gt; *:not(:first-child) {
    margin-left: 2.3rem;
  }
}
@media only screen and (max-width: 570px) {
  body.checkout .login {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
  body.checkout .login &gt; * {
    width: 100%;
    margin-left: 0 !important;
  }
  body.checkout .login &gt; *:last-child {
    margin-bottom: 4rem;
  }
  body.checkout .confirmation .details {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  body.checkout .steps li, body.checkout .steps a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 440px) {
  body.checkout .steps span {
    display: none;
  }
  body.checkout .steps li, body.checkout .steps a {
    display: initial;
    font-size: 1.2em !important;
  }
  body.checkout .steps li {
    margin: 0;
  }
  body.checkout .steps li:not(:last-child)::after {
    white-space: pre;
    content: "    &gt;    ";
  }
}
@media only screen and (max-width: 380px) {
  body.checkout section.checkout {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 370px) {
  body.checkout .confirmation .details {
    flex-direction: column;
  }
  body.checkout .confirmation .details &gt; * {
    width: 100%;
    margin-left: 0;
  }
}

body.my-account div.my-account {
  max-width: 55rem;
  width: 100%;
}
body.my-account .pro-member {
  display: inline-block;
  width: 3rem;
  background: url(../images/pro-logo-black.png) no-repeat right top;
  background-size: auto 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
body.my-account .pro-toggle {
  text-decoration: none;
  color: #fff;
}
body.my-account .pro-toggle &gt; div {
  border: 1px solid #fff;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
}
body.my-account .pro-toggle &gt; div &gt; span {
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.3rem;
  top: 0.2rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.2s ease, left 0.2s ease;
}
body.my-account .pro-toggle.active &gt; div &gt; span {
  opacity: 1;
  left: 2.1rem;
}
body.my-account .pro-status {
  background: #000 url(../images/pro-header.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 0;
}
body.my-account .pro-status h2 {
  background: url(../images/pro-logo.svg) no-repeat left center;
  background-size: contain;
  width: 19rem;
  height: 1.4rem;
}
body.my-account .pro-status h2 span {
  display: none;
}
body.my-account .pro-status &gt; div {
  background: rgba(0, 0, 0, 0.7);
}
body.my-account .anchor {
  margin-top: -200px;
  position: absolute;
  display: inline-block;
}
body.my-account h3.shipping-address img {
  width: 1rem;
  height: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}
body.my-account .order-details .shipping-method-logo {
  width: 1.9rem;
  margin-right: 0.3rem;
}
body.my-account .order-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -3rem;
}
body.my-account .order-preview img {
  width: 100%;
  height: auto;
}
body.my-account .order-preview &gt; div {
  padding: 0.1rem 0.6rem;
  font-size: 0.7rem;
  margin-top: -1.4rem;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}
body.my-account .group-header {
  margin: 3rem 0 0 0;
  color: #aaa;
}
body.my-account .order h2.status {
  margin-bottom: 0.2rem;
}
body.my-account .order .order-progress .progress-bar {
  background: #f7f7f7;
  height: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
body.my-account .order .order-progress .progress-bar &gt; div {
  height: 0.5rem;
  background: #317c98;
  border-radius: 0.25rem;
}
body.my-account .order .order-progress .steps {
  font-size: 0.7rem;
}
body.my-account .order .order-progress .steps &gt; span {
  text-align: center;
  width: 20%;
}
body.my-account .order .order-progress .steps &gt; span:first-child {
  text-align: left;
}
body.my-account .order .order-progress .steps &gt; span:last-child {
  text-align: right;
}
body.my-account .order .order-progress.placed .progress-bar &gt; div, body.my-account .order .order-progress.cancelled .progress-bar &gt; div, body.my-account .order .order-progress.failed .progress-bar &gt; div, body.my-account .order .order-progress.on-hold .progress-bar &gt; div, body.my-account .order .order-progress.pending-payment .progress-bar &gt; div {
  width: 10%;
}
body.my-account .order .order-progress.processing .steps &gt; span:nth-child(2) {
  font-weight: bold;
}
body.my-account .order .order-progress.processing .progress-bar &gt; div {
  width: 30%;
}
body.my-account .order .order-progress.preparing-shipment .steps &gt; span:nth-child(3) {
  font-weight: bold;
}
body.my-account .order .order-progress.preparing-shipment .progress-bar &gt; div {
  width: 50%;
}
body.my-account .order .order-progress.shipped .steps &gt; span:nth-child(4) {
  font-weight: bold;
}
body.my-account .order .order-progress.shipped .progress-bar &gt; div {
  width: 70%;
  background: #48a172;
}
body.my-account .order .order-progress.delivered .steps &gt; span:nth-child(5), body.my-account .order .order-progress.refunded .steps &gt; span:nth-child(5) {
  font-weight: bold;
}
body.my-account .order .order-progress.delivered .progress-bar &gt; div, body.my-account .order .order-progress.refunded .progress-bar &gt; div {
  width: 100%;
  background: #48a172;
}
body.my-account .order .order-progress.issue .progress-bar div {
  background: #d40449;
}
body.my-account ul.order-history li {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}
body.my-account ul.order-history li.compact {
  padding: 0 0 1rem 0;
}
body.my-account ul.order-history li time {
  align-self: flex-end;
  font-weight: 500;
  font-size: 0.8rem;
}
body.my-account ul.order-history li img {
  width: 16px;
  vertical-align: middle;
  margin: -4px 2px 0 0;
}
body.my-account ul.order-history li .order-number {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
body.my-account table.overview {
  width: 100%;
  border-collapse: collapse;
}
body.my-account table.overview td {
  padding: 1rem 0.5rem;
}
body.my-account table.overview td:nth-child(2), body.my-account table.overview td:nth-child(3) {
  text-align: right;
  width: 20%;
}
body.my-account table.overview thead td {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
body.my-account table.overview tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
}
body.my-account table.overview tbody td img {
  width: 3rem;
  height: auto;
  vertical-align: middle;
  margin-right: 1rem;
}
body.my-account table.overview tfoot tr:last-child td {
  font-weight: 500;
  font-size: 1.1rem;
}
body.my-account table.overview tfoot tr:first-child td {
  padding-top: 1.2rem;
}
body.my-account table.overview tfoot td {
  text-align: right;
  padding: 0.7rem 0.5rem;
}
body.my-account .stash-result-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body.my-account .stash-result-list ul li {
  width: calc(20% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
body.my-account .stash-result-list ul li.bundle-only .bundle-indicator {
  width: 0.7rem;
  height: 1rem;
  background: url(../images/bundle.svg) no-repeat center center;
  background-size: 0.4rem;
  display: inline-block;
  margin-left: 0.2rem;
  opacity: 0.5;
}
body.my-account .stash-result-list ul li img {
  width: 100px;
  height: 100px;
}
body.my-account .stash-result-list ul li button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #802981 url(../images/checkmark-white.svg) no-repeat center center;
  background-size: 0.8rem;
  padding: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  opacity: 0.7;
}
body.my-account .stash-result-list ul li.not-owned img {
  opacity: 0.3;
  filter: grayscale(1);
}
body.my-account .stash-result-list ul li.not-owned button {
  background: none;
  border: 1px solid #000;
}
body.my-account .stash-result-list ul li:not(.not-owned) .purchased {
  background: url(../images/purchased.svg) no-repeat left center;
  background-size: 0.8rem;
  padding-left: 1rem;
}
body.my-account .stash-result-list ul li:active {
  transform: scale(0.9);
}
body.my-account .track-order-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.my-account .track-order-overlay .spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 0;
  line-height: 1px;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}
body.my-account .track-order-overlay li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f7f7f7;
}
body.my-account .track-order-overlay li:not(:first-child) {
  margin-top: 2rem;
}
body.my-account .track-order-overlay li div.small {
  text-transform: uppercase;
  color: #aaa;
}
body.my-account .track-order-overlay li h3 {
  margin-bottom: 0;
}
body.my-account .track-order-overlay li .status p {
  padding: 0;
  margin: 0;
}
body.my-account .track-order-overlay li .delivered {
  color: #48a172 !important;
  font-weight: 600;
}
body.my-account .track-order-overlay li .shipped {
  color: #000 !important;
  font-weight: 600;
}
body.my-account .track-order-overlay &gt; div {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin: 2rem;
  max-height: 90%;
  max-width: 40rem;
  position: relative;
}
body.my-account .track-order-overlay &gt; div button {
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
body.my-account .track-order-overlay &gt; div &gt; div {
  padding: 2.5rem;
  overflow-y: auto;
}
@media only screen and (max-width: 960px) {
  body.my-account .order .order-status {
    flex-direction: column;
  }
  body.my-account .order .order-status a {
    margin-top: 0.5rem;
  }
  body.my-account .stash-result-list ul li {
    width: calc(25% - 1rem);
  }
}
@media only screen and (max-width: 850px) {
  body.my-account .account-details {
    flex-wrap: wrap;
  }
  body.my-account .account-details &gt; div {
    width: 33%;
  }
  body.my-account .account-details &gt; div:nth-child(3) {
    margin-left: 0;
  }
  body.my-account .stash-result-list ul li {
    width: calc(33% - 1rem);
  }
}
@media only screen and (max-width: 780px) {
  body.my-account .order-preview {
    width: 25%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  body.my-account .login &gt; div.columns {
    flex-direction: column;
  }
  body.my-account .login &gt; div.columns &gt; * {
    width: 100%;
    margin-left: 0;
  }
  body.my-account .login &gt; div.columns &gt; *:last-child {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 700px) {
  body.my-account .details div.columns .half:last-child, body.my-account .create-account div.columns .half:last-child {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 630px) {
  body.my-account .quick-view {
    flex-direction: column;
    align-items: center;
  }
  body.my-account .quick-view &gt; div:last-child {
    margin-left: 0;
  }
  body.my-account .order-preview {
    width: 66%;
    margin-bottom: 1rem;
  }
  body.my-account .order-details &gt; div {
    flex-wrap: wrap;
  }
  body.my-account .order-details &gt; div &gt; div {
    width: 50%;
  }
  body.my-account .order-details &gt; div &gt; div:nth-child(2) {
    width: calc(50% - 1.5rem);
  }
  body.my-account .order-details &gt; div &gt; div:last-child {
    margin-left: 0;
    width: 100%;
  }
  body.my-account .stash-result-list ul li {
    margin: 0.3rem;
    width: calc(33% - 0.6rem);
  }
}
@media only screen and (max-width: 600px) {
  body.my-account .details div.columns {
    flex-direction: column;
  }
  body.my-account .details div.columns &gt; div.half, body.my-account .details div.columns &gt; div.fill {
    width: 100%;
    margin-left: 0 !important;
  }
  body.my-account .details div.columns &gt; div.quarter {
    width: 50%;
  }
}
@media only screen and (max-width: 590px) {
  body.my-account ul.order-history li {
    flex-direction: column;
  }
  body.my-account ul.order-history li &gt; div {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  body.my-account ul.order-history li &gt; div:last-child {
    flex-direction: row;
  }
  body.my-account ul.order-history li &gt; div:last-child &gt; div {
    flex: 1;
    align-items: flex-start;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  body.my-account .stash-result-list ul li {
    margin: 0.3rem;
    width: calc(50% - 0.6rem);
  }
}
@media only screen and (max-width: 500px) {
  body.my-account .order-title {
    flex-direction: column;
  }
  body.my-account .order-title &gt; div {
    align-items: flex-start;
  }
  body.my-account table.overview td:nth-child(2), body.my-account table.overview td:last-child {
    width: 6rem;
  }
  body.my-account table.overview tbody td:first-child, body.my-account table.overview thead td:first-child {
    text-align: center;
  }
  body.my-account table.overview tbody td:first-child img, body.my-account table.overview thead td:first-child img {
    margin-right: 0;
  }
  body.my-account table.overview tbody td:first-child span, body.my-account table.overview thead td:first-child span {
    display: block;
  }
  body.my-account .stash-result-list ul li img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 470px) {
  body.my-account .account-details &gt; div {
    width: 100%;
    margin-left: 0;
  }
  body.my-account .create-account form div.columns {
    flex-direction: column;
  }
  body.my-account .create-account form div.columns &gt; div {
    width: 100%;
    margin-left: 0 !important;
  }
  body.my-account .order-details &gt; div &gt; div {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  body.my-account .order-progress .steps {
    justify-content: flex-end;
  }
  body.my-account .order-progress .steps span {
    display: none;
    width: auto;
    flex: 0;
  }
  body.my-account .order-progress:not(.processing):not(.preparing-shipment):not(.shipped):not(.delivered):not(.refunded) .steps &gt; span:first-child {
    display: inline-block;
  }
  body.my-account .order-progress.processing .steps &gt; span:nth-child(2) {
    display: inline-block;
  }
  body.my-account .order-progress.preparing-shipment .steps &gt; span:nth-child(3) {
    display: inline-block;
  }
  body.my-account .order-progress.shipped .steps &gt; span:nth-child(4) {
    display: inline-block;
  }
  body.my-account .order-progress.delivered .steps &gt; span:nth-child(5), body.my-account .order-progress.refunded .steps &gt; span:nth-child(5) {
    display: inline-block;
  }
}
@media only screen and (max-width: 410px) {
  body.my-account ul.order-history li &gt; div:last-child {
    flex-direction: column;
    align-items: flex-start !important;
  }
  body.my-account ul.order-history li &gt; div:last-child &gt; div {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  body.my-account ul.order-history li &gt; div:last-child a {
    margin-left: 0;
  }
}

body.order-status div.order-status {
  max-width: 55rem;
  width: 100%;
}
@media only screen and (max-width: 485px) {
  body.order-status .order-number-or-date {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  body.order-status .order-number-or-date &gt; div {
    width: 100%;
    margin: 0;
  }
  body.order-status .order-number-or-date &gt; div.small {
    text-align: center;
  }
}

body.about-us video {
  width: 100%;
}
body.about-us .video-header {
  height: 25rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
body.about-us .video-overlay {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
}
body.about-us .video-overlay &gt; div {
  width: 100%;
  max-width: 55rem;
}
body.about-us .video-overlay &gt; div h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5em;
  line-height: 0.8em;
}
@media only screen and (max-width: 605px) {
  body.about-us video {
    height: 100% !important;
    width: auto !important;
  }
  body.about-us .video-overlay h2 {
    font-size: 2.5em !important;
  }
}
@media only screen and (max-width: 350px) {
  body.about-us .video-overlay h2 {
    font-size: 2em !important;
  }
}

body.content .image-header, body.about-us .image-header {
  height: 10rem;
  background-size: cover;
  background-position: center center;
}
body.content div.text-container.shaded, body.about-us div.text-container.shaded {
  padding: 2rem;
}
body.content div.text-container strong, body.about-us div.text-container strong {
  font-weight: 500;
}
body.content div.text-container p, body.content div.text-container ol:not(.breadcrumbs), body.content div.text-container ul:not(.breadcrumbs), body.content div.text-container ol:not(.breadcrumbs) li, body.content div.text-container ul:not(.breadcrumbs) li, body.about-us div.text-container p, body.about-us div.text-container ol:not(.breadcrumbs), body.about-us div.text-container ul:not(.breadcrumbs), body.about-us div.text-container ol:not(.breadcrumbs) li, body.about-us div.text-container ul:not(.breadcrumbs) li {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
body.content div.text-container ol:not(.breadcrumbs), body.content div.text-container ul:not(.breadcrumbs), body.about-us div.text-container ol:not(.breadcrumbs), body.about-us div.text-container ul:not(.breadcrumbs) {
  margin-bottom: 1.5em;
}
body.content div.text-container ol:not(.breadcrumbs) li, body.content div.text-container ul:not(.breadcrumbs) li, body.about-us div.text-container ol:not(.breadcrumbs) li, body.about-us div.text-container ul:not(.breadcrumbs) li {
  margin-left: 1em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
body.content div.text-container ol:not(.breadcrumbs), body.content div.text-container ol:not(.breadcrumbs) li, body.about-us div.text-container ol:not(.breadcrumbs), body.about-us div.text-container ol:not(.breadcrumbs) li {
  list-style-type: decimal;
}
body.content div.text-container ul:not(.breadcrumbs), body.content div.text-container ul:not(.breadcrumbs) li, body.about-us div.text-container ul:not(.breadcrumbs), body.about-us div.text-container ul:not(.breadcrumbs) li {
  list-style-type: square;
}
body.content div.text-container p.large, body.about-us div.text-container p.large {
  font-weight: 400;
  font-size: 1.3rem;
}
body.content div.text-container p a.button, body.about-us div.text-container p a.button {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
body.content div.text-container h3, body.about-us div.text-container h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}
body.content div.text-container h4, body.about-us div.text-container h4 {
  font-weight: 500;
}
body.content div.text-container .left-headline, body.about-us div.text-container .left-headline {
  display: flex;
  flex-direction: row;
}
body.content div.text-container .left-headline &gt; *:first-child, body.about-us div.text-container .left-headline &gt; *:first-child {
  width: 21%;
}
body.content div.text-container img, body.about-us div.text-container img {
  width: 100%;
}
body.content div.text-container table, body.about-us div.text-container table {
  width: 100%;
  border-collapse: collapse;
}
body.content div.text-container table td, body.about-us div.text-container table td {
  padding: 0.5em;
}
body.content div.text-container table thead td, body.about-us div.text-container table thead td {
  font-weight: 700;
  text-transform: uppercase;
}
body.content div.text-container table tbody td, body.about-us div.text-container table tbody td {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
body.content div.text-container time, body.about-us div.text-container time {
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  body.content div.text-container .left-headline, body.about-us div.text-container .left-headline {
    display: block;
  }
  body.content div.text-container .left-headline &gt; *:first-child, body.about-us div.text-container .left-headline &gt; *:first-child {
    width: auto;
  }
  body.content div.text-container .left-headline &gt; *, body.about-us div.text-container .left-headline &gt; * {
    margin-left: 0;
  }
}

body.blog .blog-posts {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
body.blog .blog-posts li {
  flex-shrink: 0;
  padding: 1rem;
  box-sizing: border-box;
}
body.blog .blog-posts li figure {
  background: #f2f2f2;
  height: 10rem;
  background-size: cover;
  background-position: center center;
}
body.blog .blog-posts li a, body.blog .blog-posts li a * {
  text-decoration: none !important;
}
body.blog .blog-posts li figcaption time {
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  body.blog .blog-posts {
    flex-direction: column;
  }
  body.blog .blog-posts &gt; li {
    width: 100%;
  }
  body.blog .blog-posts &gt; li figure {
    height: 14rem;
  }
}

body.pro section.newsletter {
  display: none;
}
body.pro .progress-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
body.pro .progress-overlay.visible {
  display: flex;
}
body.pro .progress-overlay .spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid #fff;
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: spin 0.7s linear infinite;
}
body.pro label.checkbox p {
  margin-bottom: 0;
}
body.pro main {
  background: #000;
}
body.pro main section.header {
  background: url(../images/pro-header.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  height: 16rem;
}
body.pro main section.header h2 {
  display: block;
  overflow: hidden;
  width: 30rem;
  height: 100%;
  max-width: 90%;
  background: url(../images/pro-logo.svg) no-repeat center center;
  background-size: contain;
}
body.pro main section.header h2 a {
  display: block;
  width: 30rem;
  height: 100%;
}
body.pro main section.header h2 span {
  visibility: hidden;
}
body.pro main .radiobutton span span {
  background: #fff;
}
body.pro main .checkbox input:checked + span {
  background: url(../images/checkmark-white.svg) no-repeat center center;
  background-size: 70%;
}
body.pro main ul form {
  margin-left: 2.2rem;
  margin-top: 2rem;
}
body.pro main .intro {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: center;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body.pro main .success-circle {
  width: 4rem;
  height: 4rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../images/checkmark-white.svg) no-repeat center center;
  background-size: 2rem;
  animation: appear 0.4s ease;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
body.pro main .info {
  color: #b7248e !important;
  margin-bottom: 0;
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.1rem;
}
body.pro main .confirmation-code {
  width: 20rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.8rem;
}
body.pro main #card-element, body.pro main input[name=voucher_code] {
  background: #fff;
  padding: 1rem;
  margin: 1rem 1rem 0 2.5rem;
}
body.pro main #card-element + p.error {
  margin-left: 2.5rem;
  margin-top: 1rem;
}
body.pro main .fee-total {
  border: 1px solid #555 !important;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  min-width: 13rem;
}
body.pro main .fee-total &gt; div:first-child {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 0.9rem !important;
  margin-bottom: 0.2rem;
}
body.pro main .fee-total &gt; div:last-child {
  font-weight: 500;
  font-size: 1.8rem;
}
body.pro main ul.payment-methods label {
  margin-bottom: 0 !important;
}
body.pro main ul.payment-methods li.paypal {
  background: url(../images/paypal-white.png) no-repeat right 1rem top 2rem;
  background-size: auto 1rem;
}
body.pro main ul.payment-methods li.credit-cards {
  background: url(../images/credit-cards-white.png) no-repeat right 1rem top 2rem;
  background-size: auto 1rem;
}
body.pro main .alias-picker {
  background: #fff;
  padding: 0.5rem 1rem;
}
body.pro main .alias-picker &gt; span {
  color: #999 !important;
  margin-right: 0 !important;
}
body.pro main .alias-picker &gt; input {
  margin-bottom: 0;
  margin-left: 0.1rem !important;
}
body.pro main p strong {
  font-weight: 600 !important;
}
body.pro main * {
  color: #fff !important;
  border-color: #fff !important;
}
body.pro main a.button, body.pro main button {
  background: #fff !important;
  color: #000 !important;
}
body.pro main a.button.hollow, body.pro main button.hollow {
  background: none !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}
body.pro main a.hollow, body.pro main button.hollow {
  box-shadow: inset 0 0 0 1px #fff;
}
body.pro main a.signup {
  font-size: 1rem;
}
body.pro main h3 {
  text-transform: uppercase;
}
body.pro main p.muted, body.pro main p.muted u {
  color: #999 !important;
}
body.pro main .top-border {
  border-top: 1px solid #fff;
  padding-top: 1.5rem;
}
body.pro main .testimonials p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
body.pro main .document-upload, body.pro main .uploaded-document {
  width: 7rem;
  height: 9rem;
  border: 2px dashed #444 !important;
  cursor: pointer;
  background: url(../images/icon-add-white.svg) no-repeat center center;
  background-size: 1.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pro main .document-upload span.spinner, body.pro main .uploaded-document span.spinner {
  border: 2px solid #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border-bottom-color: transparent !important;
  animation: spin 1s infinite linear;
  display: none;
}
body.pro main .document-upload img, body.pro main .uploaded-document img {
  max-width: 100%;
  max-height: 100%;
}
body.pro main .document-upload.busy, body.pro main .uploaded-document.busy {
  cursor: default !important;
  background: none !important;
}
body.pro main .document-upload.busy span.spinner, body.pro main .uploaded-document.busy span.spinner {
  display: block;
}
body.pro main .uploaded-document {
  position: relative;
  padding: 0.2rem;
  box-sizing: border-box;
}
body.pro main .uploaded-document button {
  padding: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 50%;
  background: #000 url(../images/icon-delete-white.svg) no-repeat center center !important;
  border: 1px solid #fff;
  background-size: 0.8rem !important;
}
body.pro main .document-preview {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.pro main .document-preview img {
  max-height: 90%;
  max-width: 90%;
  cursor: pointer;
}
body.pro main .upload-overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes switch-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes switch-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.pro main .upload-overlay h2 {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pro main .upload-overlay h2 span {
  position: absolute;
}
body.pro main .upload-overlay h2 span:first-child {
  animation: switch-1 8s infinite ease;
}
body.pro main .upload-overlay h2 span:last-child {
  opacity: 0;
  animation: switch-2 8s infinite ease;
}
body.pro main .upload-overlay .progress {
  font-weight: 600;
}
body.pro main .upload-overlay svg {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(-90deg);
}
body.pro main .upload-overlay svg circle {
  stroke: #fff;
  stroke-width: 14;
  stroke-dashoffset: 566;
  transition: none;
}
body.pro main .benefits, body.pro main .requirements {
  font-size: 1.3rem;
  list-style-type: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
}
body.pro main .benefits li, body.pro main .requirements li {
  padding: 1rem 0;
}
body.pro main .benefits li &gt; span, body.pro main .requirements li &gt; span {
  display: block;
  width: 2rem;
  height: 2px;
  background: #fff;
}
body.pro main select {
  background: #fff url(../images/drop-down-arrow.svg) no-repeat right 0.5rem center !important;
}
body.pro main input[type=text], body.pro main input[type=password], body.pro main select {
  color: #000 !important;
}
body.pro main .multiple-choice {
  list-style-type: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.pro main .multiple-choice li {
  padding: 2rem 0;
}
body.pro main .multiple-choice label.radiobutton {
  font-size: 1.3rem;
}
body.pro main .requirements {
  font-size: 1rem;
}
body.pro main .requirements p {
  margin: 0;
}
body.pro ol {
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  padding-left: 2rem;
}
body.pro ol li {
  padding: 0.5rem 0 0.5rem 1rem;
}
body.pro input[type=checkbox].error + span {
  border-color: #d40449 !important;
}
body.pro input[type=text].error, body.pro input[type=password].error {
  border: 1px solid #d40449 !important;
}
body.pro select, body.pro option {
  color: #000 !important;
}
body.pro label.radiobutton, body.pro label.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.pro label.radiobutton input + span, body.pro label.checkbox input + span {
  flex-shrink: 0;
}
body.pro .did-not-receive {
  font-size: 0.7rem;
}
body.pro .did-not-receive.disabled {
  pointer-events: none;
  color: #aaa !important;
}
body.pro p.error {
  color: #d40449 !important;
}
body.pro p.error &gt; a {
  color: #d40449 !important;
}
body.pro .profile-address {
  background: #fff;
  color: #555 !important;
  padding-left: 0.5rem;
  font-size: 1rem;
}
body.pro .profile-address input {
  margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
  body.pro main section.container {
    padding: 2rem !important;
  }
  body.pro form div.columns:not(.big-space-before) {
    flex-direction: column !important;
  }
  body.pro form div.columns:not(.big-space-before) &gt; * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.pro .testimonials {
    flex-direction: column !important;
  }
  body.pro .testimonials &gt; * {
    width: 100%;
    margin: 0;
  }
  body.pro .testimonials &gt; * &gt; div {
    margin-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 650px) {
  body.pro .identity-documents, body.pro .proof-documents {
    flex-wrap: wrap !important;
    margin-right: -1.5rem !important;
  }
  body.pro .identity-documents &gt; div, body.pro .proof-documents &gt; div {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.gift-options {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gift-options &gt; div.gift-options-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transform: translateY(60px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gift-options &gt; div.gift-options-lightbox.visible {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.gift-options &gt; div.gift-options-lightbox &gt; button.close-button {
  background: url(../images/close-white.svg) no-repeat center center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background-size: 1.7rem;
  right: 1rem;
  top: 1rem;
  position: absolute;
  z-index: 2;
}
.gift-options &gt; div.gift-options-lightbox .carousel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.gift-options &gt; div.gift-options-lightbox .carousel &gt; figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-options &gt; div.gift-options-lightbox .carousel &gt; figure &gt; img {
  width: 80%;
  max-width: 40rem;
  pointer-events: none;
}
.gift-options &gt; div:not(.gift-options-lightbox) {
  overflow: hidden;
  background: #fff;
  width: 35rem;
  min-width: 5rem;
  min-height: 3rem;
  max-width: 95%;
  max-height: 95%;
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; header {
  padding: 1.3rem;
  display: flex;
  flex-direction: row;
  color: #fff;
  padding-left: 3.5rem;
  align-items: center;
  background: #29b49a url(../images/icon-gift.svg) no-repeat 1rem center;
  background-size: 2rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; header h3 {
  margin: 0;
  flex: 1;
  font-size: 1rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; header button {
  background: transparent url(../images/close-white.svg) no-repeat center center;
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.gift-options &gt; div:not(.gift-options-lightbox) footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  margin-top: -1rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) footer button:last-child {
  margin-left: 0.5rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) footer button.progress {
  height: 2.5rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-options &gt; div:not(.gift-options-lightbox) footer button &gt; span.spinner {
  border: 2px solid #fff;
  border-right-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  animation: spin 0.6s linear infinite;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section.exit-left {
  transform: translateX(-100px);
  opacity: 0;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section.exit-right {
  transform: translateX(100px);
  opacity: 0;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section ul {
  margin-bottom: 2rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ccc;
  padding: 1.5rem 7rem 1.5rem 1rem;
  cursor: pointer;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li label, .gift-options &gt; div:not(.gift-options-lightbox) &gt; section li input[type=checkbox] {
  pointer-events: none;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li a {
  font-weight: 500;
  color: #29b49a;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li p {
  margin-bottom: 0;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li h4 {
  font-weight: 500;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li h4 span {
  font-weight: 400;
  color: #29b49a;
  margin-left: 1rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li:last-child {
  background: url(../images/gift-card.gif) no-repeat right 1rem center;
  background-size: 5rem;
  border-bottom: 1px solid #ccc;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li:nth-child(2) {
  background: url(../images/gift-box.gif) no-repeat right 1rem center;
  background-size: 5rem;
}
.gift-options &gt; div:not(.gift-options-lightbox) &gt; section li:first-child {
  background: url(../images/gift-note.gif) no-repeat right 1rem center;
  background-size: 5rem;
  border-top: none;
}
.gift-options .too-long {
  color: #d40449;
}
.gift-options.visible {
  opacity: 1;
  pointer-events: all;
}
.gift-options.visible &gt; div:not(.gift-options-lightbox) {
  opacity: 1;
  transform: none;
}
.gift-options.busy * {
  pointer-events: none;
}
.gift-options.busy p, .gift-options.busy h2, .gift-options.busy h3, .gift-options.busy h4, .gift-options.busy img, .gift-options.busy span, .gift-options.busy label, .gift-options.busy input, .gift-options.busy textarea, .gift-options.busy select, .gift-options.busy button:not(.progress) {
  opacity: 0.4;
}

.carousel {
  overflow: hidden;
  cursor: grab;
  position: relative;
}
.carousel &gt; figure {
  flex-shrink: 0;
}
.carousel button.prev, .carousel button.next {
  padding: 0.5rem 1rem;
  background: none;
  position: absolute;
  left: 0;
  height: 3rem;
  margin-top: -1.5rem;
  z-index: 1;
  top: 50%;
  transition: transform 0.2s ease;
}
.carousel button.prev svg, .carousel button.next svg {
  height: 1.5rem;
  width: auto;
}
.carousel button.prev svg path, .carousel button.next svg path {
  stroke: #666666;
  stroke-width: 1;
  fill: none;
}
.carousel button.prev:hover path, .carousel button.next:hover path {
  stroke: #b3b3b3;
  transition: stroke 0.2s ease;
}
.carousel button.prev:active, .carousel button.next:active {
  transform: scale(0.8);
}
.carousel button.next {
  left: auto;
  right: 0;
}

footer .change-country {
  display: flex;
}
footer .change-country svg {
  margin-right: 5px;
}

nav .social li {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
nav .social li a {
  font-family: "Socicon";
  color: #000;
  font-size: 1.2em;
}
nav .social li a:hover {
  color: #666666;
}

.brand-info ul img {
  width: auto;
  height: 3.7rem;
}
.brand-info ul img.made-in-berlin {
  height: 2.6rem;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.cover.visible {
  opacity: 1;
  pointer-events: all;
}

.error-notification, .notification {
  position: fixed;
  left: 0;
  width: 100%;
  top: 9rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.error-notification &gt; div, .notification &gt; div {
  opacity: 0;
  transform: scale(0.9) translateY(-0.3rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  padding: 0.7rem 1.8rem;
  border-radius: 2px;
  background: rgba(180, 3, 62, 0.9);
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 2rem;
}
.error-notification.visible &gt; div, .notification.visible &gt; div {
  opacity: 1;
  transform: none;
}

.notification &gt; div {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}

.newsletter-signup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
  transition: opacity 0.2s ease;
}
.newsletter-signup p.error {
  display: none;
}
.newsletter-signup.visible {
  display: flex;
}
.newsletter-signup &gt; div {
  background: #fff;
  margin: 2rem;
  padding: 2rem;
  position: relative;
  max-width: 30rem;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.newsletter-signup &gt; div &gt; button:first-child {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background: none;
  padding: 0.5rem;
}
.newsletter-signup &gt; div &gt; button:first-child svg {
  width: 1.2rem;
  height: 1.2rem;
}
.newsletter-signup &gt; div &gt; button:first-child line {
  stroke: #000;
}
.newsletter-signup.busy &gt; div {
  pointer-events: none;
}
.newsletter-signup.busy &gt; div &gt; * {
  opacity: 0.5;
}
.newsletter-signup.done {
  opacity: 0;
}
.newsletter-signup.done &gt; div {
  transform: translateX(500px);
  opacity: 0;
}

.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  background: rgba(40, 90, 90, 0.95);
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.5s ease;
  pointer-events: none;
}
.cookie-consent &gt; div {
  max-width: 75rem;
  width: 100%;
}
.cookie-consent.visible {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

#country-selector {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#country-selector.hidden {
  display: none;
}
#country-selector &gt; button {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background: none;
}
#country-selector &gt; button svg {
  background: none;
  width: 1.2rem;
  height: 1.2rem;
}
#country-selector &gt; button line {
  stroke: #fff;
}
#country-selector select {
  color: #fff;
  border-color: #fff;
  background: transparent url("../images/drop-down-arrow-white.svg") no-repeat right 0.5rem center;
}
#country-selector select option {
  color: #000;
}
#country-selector form {
  margin: 2rem;
  max-width: 30rem;
  background: none;
}
#country-selector &gt; div {
  margin: 2rem;
  max-width: 30rem;
  background: none;
}

@media only screen and (max-width: 800px) {
  .aux-nav {
    padding-top: 0;
    justify-content: flex-start !important;
  }
  .aux-nav &gt; * {
    width: 33%;
    margin-left: 1em !important;
  }
  .aux-nav &gt; *:first-child {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 660px) {
  .cookie-consent &gt; div {
    flex-direction: column;
    align-items: flex-end !important;
  }
  .cookie-consent &gt; div p {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 500px) {
  body &gt; footer .columns {
    flex-direction: column;
  }
  body &gt; footer li {
    margin-left: 0 !important;
  }
  body &gt; footer .country {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .aux-nav {
    flex-wrap: wrap;
  }
  .aux-nav &gt; *:nth-child(1) {
    width: 50%;
  }
  .aux-nav &gt; *:nth-child(2) {
    width: auto;
    flex: 1;
  }
  .aux-nav &gt; *:nth-child(3) {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 420px) {
  .newsletter {
    align-items: flex-start !important;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .newsletter a {
    margin: 1em 0 0 0 !important;
  }
}
.modal-window-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.modal-window-container &gt; section {
  background: #fff;
  min-width: 5rem;
  min-height: 3rem;
  max-width: 95%;
  max-height: 95%;
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.modal-window-container &gt; section &gt; * {
  padding: 1.5rem;
}
.modal-window-container &gt; section &gt; header .close {
  box-shadow: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 1.2rem;
}
.modal-window-container.visible {
  opacity: 1;
  pointer-events: all;
}
.modal-window-container.visible &gt; section {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1350px) {
  .columns.wrap-6 {
    flex-wrap: wrap;
  }
  .columns.wrap-6 &gt; * {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 800px) {
  html, body {
    font-size: 13px;
  }

  .columns.wrap-0 {
    flex-direction: column;
  }
  .columns.wrap-0 &gt; * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .columns.wrap-2 &gt; * {
    width: 50%;
  }
  .columns.wrap-3 {
    flex-wrap: wrap;
  }
  .columns.wrap-3 &gt; *:nth-child(1), .columns.wrap-3 &gt; *:nth-child(2) {
    width: 50%;
  }
  .columns.wrap-3 &gt; *:nth-child(3) {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .columns.wrap-6 {
    flex-wrap: wrap;
  }
  .columns.wrap-6 &gt; * {
    font-size: 0.8rem;
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .columns.wrap-2 {
    flex-direction: column;
  }
  .columns.wrap-2 &gt; * {
    width: 100%;
  }
  .columns.wrap-3 {
    flex-direction: column;
  }
  .columns.wrap-3 &gt; * {
    width: 100% !important;
  }
}

/*# sourceMappingURL=bundle.css.map */
</pre></body></html>