@charset "UTF-8";
@font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff/josefin_sans_n4.woff") format("woff"), url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff2/josefin_sans_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff/josefin_sans_n7.woff") format("woff"), url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff2/josefin_sans_n7.woff2") format("woff2");
}

@font-face {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff/josefin_sans_n6.woff") format("woff"), url("https://storage.googleapis.com/popshopprod-shop-renderer-assets-q9gk7sc6/themes/fonts/woff2/josefin_sans_n6.woff2") format("woff2");
}

@font-face {
  font-family: 'UniversLTStd';
  src: url("../UniversLTStd-Black.woff2") format("woff2"), url("../UniversLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd';
  src: url("../UniversLTStd-BlackEx.woff2") format("woff2"), url("../UniversLTStd-BlackEx.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd';
  src: url("../UniversLTStd.woff2") format("woff2"), url("../UniversLTStd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: inherit;
  margin: 0;
}

html {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
  max-width: 100%;
  fill: currentColor;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
  font-family: "UniversLTStd", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.07em;
}

address {
  font-style: normal;
}

strong {
  color: #000000;
  font-weight: 600;
}

a {
  transition: all 200ms;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  color: #000000;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.text {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.text--small {
  font-size: 0.875rem;
}

.text--medium {
  font-size: 1.125rem;
}

.text--muted {
  color: rgba(0, 0, 0, 0.6);
}

.highlight {
  color: #000000;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1220px;
}

.container--outer {
  max-width: 1920px;
}

.container--1 {
  max-width: 101.6666666667px;
}

.container--2 {
  max-width: 203.3333333333px;
}

.container--3 {
  max-width: 305px;
}

.container--4 {
  max-width: 406.6666666667px;
}

.container--5 {
  max-width: 508.3333333333px;
}

.container--6 {
  max-width: 610px;
}

.container--7 {
  max-width: 711.6666666667px;
}

.container--8 {
  max-width: 813.3333333333px;
}

.container--9 {
  max-width: 915px;
}

.container--10 {
  max-width: 1016.6666666667px;
}

.container--11 {
  max-width: 1118.3333333333px;
}

.edge-mobile {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 640px) {
  .edge-mobile {
    margin-right: 0;
    margin-left: 0;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

@media (min-width: 640px) {
  .grid {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.grid__column {
  flex: 1;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .grid__column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.grid__column--1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__column--2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__column--3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid__column--4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__column--5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__column--6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid__column--7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__column--8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__column--9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid__column--10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__column--11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__column--12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .grid__column--1\@sm {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__column--2\@sm {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__column--3\@sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__column--4\@sm {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__column--5\@sm {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__column--6\@sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__column--7\@sm {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__column--8\@sm {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__column--9\@sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__column--10\@sm {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__column--11\@sm {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__column--12\@sm {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .grid__column--1\@md {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__column--2\@md {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__column--3\@md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__column--4\@md {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__column--5\@md {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__column--6\@md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__column--7\@md {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__column--8\@md {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__column--9\@md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__column--10\@md {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__column--11\@md {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__column--12\@md {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .grid__column--1\@lg {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__column--2\@lg {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__column--3\@lg {
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__column--4\@lg {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__column--5\@lg {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__column--6\@lg {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__column--7\@lg {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__column--8\@lg {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__column--9\@lg {
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__column--10\@lg {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__column--11\@lg {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__column--12\@lg {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.grid__column--shrink {
  flex: 0 1 auto;
}

.grid__column--middle {
  align-self: center;
}

.grid__column--bottom {
  align-self: flex-end;
}

.grid__column--baseline {
  align-self: baseline;
}

.grid__column--stretch {
  align-self: stretch;
}

.grid__column--flex {
  display: flex;
}

@media (min-width: 640px) {
  .grid__column--first\@sm {
    order: -1;
  }
}

@media (min-width: 640px) {
  .grid__column--last\@sm {
    order: 1;
  }
}

@media (min-width: 1024px) {
  .grid__column--first\@md {
    order: -1;
  }
}

@media (min-width: 1024px) {
  .grid__column--last\@md {
    order: 1;
  }
}

@media (min-width: 1440px) {
  .grid__column--first\@lg {
    order: -1;
  }
}

@media (min-width: 1440px) {
  .grid__column--last\@lg {
    order: 1;
  }
}

.grid__column--offset-1 {
  margin-left: 8.3333333333%;
}

.grid__column--offset-2 {
  margin-left: 16.6666666667%;
}

.grid__column--offset-3 {
  margin-left: 25%;
}

.grid__column--offset-4 {
  margin-left: 33.3333333333%;
}

.grid__column--offset-5 {
  margin-left: 41.6666666667%;
}

.grid__column--offset-6 {
  margin-left: 50%;
}

.grid__column--offset-7 {
  margin-left: 58.3333333333%;
}

.grid__column--offset-8 {
  margin-left: 66.6666666667%;
}

.grid__column--offset-9 {
  margin-left: 75%;
}

.grid__column--offset-10 {
  margin-left: 83.3333333333%;
}

.grid__column--offset-11 {
  margin-left: 91.6666666667%;
}

.grid__column--offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .grid__column--offset-1\@sm {
    margin-left: 8.3333333333%;
  }
  .grid__column--offset-2\@sm {
    margin-left: 16.6666666667%;
  }
  .grid__column--offset-3\@sm {
    margin-left: 25%;
  }
  .grid__column--offset-4\@sm {
    margin-left: 33.3333333333%;
  }
  .grid__column--offset-5\@sm {
    margin-left: 41.6666666667%;
  }
  .grid__column--offset-6\@sm {
    margin-left: 50%;
  }
  .grid__column--offset-7\@sm {
    margin-left: 58.3333333333%;
  }
  .grid__column--offset-8\@sm {
    margin-left: 66.6666666667%;
  }
  .grid__column--offset-9\@sm {
    margin-left: 75%;
  }
  .grid__column--offset-10\@sm {
    margin-left: 83.3333333333%;
  }
  .grid__column--offset-11\@sm {
    margin-left: 91.6666666667%;
  }
  .grid__column--offset-12\@sm {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .grid__column--offset-1\@md {
    margin-left: 8.3333333333%;
  }
  .grid__column--offset-2\@md {
    margin-left: 16.6666666667%;
  }
  .grid__column--offset-3\@md {
    margin-left: 25%;
  }
  .grid__column--offset-4\@md {
    margin-left: 33.3333333333%;
  }
  .grid__column--offset-5\@md {
    margin-left: 41.6666666667%;
  }
  .grid__column--offset-6\@md {
    margin-left: 50%;
  }
  .grid__column--offset-7\@md {
    margin-left: 58.3333333333%;
  }
  .grid__column--offset-8\@md {
    margin-left: 66.6666666667%;
  }
  .grid__column--offset-9\@md {
    margin-left: 75%;
  }
  .grid__column--offset-10\@md {
    margin-left: 83.3333333333%;
  }
  .grid__column--offset-11\@md {
    margin-left: 91.6666666667%;
  }
  .grid__column--offset-12\@md {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {
  .grid__column--offset-1\@lg {
    margin-left: 8.3333333333%;
  }
  .grid__column--offset-2\@lg {
    margin-left: 16.6666666667%;
  }
  .grid__column--offset-3\@lg {
    margin-left: 25%;
  }
  .grid__column--offset-4\@lg {
    margin-left: 33.3333333333%;
  }
  .grid__column--offset-5\@lg {
    margin-left: 41.6666666667%;
  }
  .grid__column--offset-6\@lg {
    margin-left: 50%;
  }
  .grid__column--offset-7\@lg {
    margin-left: 58.3333333333%;
  }
  .grid__column--offset-8\@lg {
    margin-left: 66.6666666667%;
  }
  .grid__column--offset-9\@lg {
    margin-left: 75%;
  }
  .grid__column--offset-10\@lg {
    margin-left: 83.3333333333%;
  }
  .grid__column--offset-11\@lg {
    margin-left: 91.6666666667%;
  }
  .grid__column--offset-12\@lg {
    margin-left: 100%;
  }
}

.grid--right {
  justify-content: flex-end;
}

.grid--center {
  justify-content: center;
}

.grid--justify {
  justify-content: space-between;
}

.grid--space {
  justify-content: space-around;
}

.grid--middle {
  align-items: center;
}

.grid--bottom {
  align-items: flex-end;
}

.grid--stretch {
  align-items: stretch;
}

.grid--stack {
  flex-direction: column;
}

.grid--gapless {
  margin-right: 0;
  margin-left: 0;
}

.grid--gapless > .grid__column {
  padding-right: 0;
  padding-left: 0;
}

.grid--small {
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 640px) {
  .grid--small {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.grid--small > .grid__column {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 640px) {
  .grid--small > .grid__column {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1024px) {
  .grid--large\@md {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

@media (min-width: 1024px) {
  .grid--large\@md > .grid__column {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.grid--waffle {
  margin: -0.5rem;
}

@media (min-width: 640px) {
  .grid--waffle {
    margin: -1rem;
  }
}

.grid--waffle > .grid__column {
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .grid--waffle > .grid__column {
    padding: 1rem;
  }
}

.grid--waffle.grid--small {
  margin: -0.25rem;
}

@media (min-width: 640px) {
  .grid--waffle.grid--small {
    margin: -0.5rem;
  }
}

.grid--waffle.grid--small > .grid__column {
  padding: 0.25rem;
}

@media (min-width: 640px) {
  .grid--waffle.grid--small > .grid__column {
    padding: 0.5rem;
  }
}

.grid--waffle.grid--large {
  margin: -1rem;
}

@media (min-width: 640px) {
  .grid--waffle.grid--large {
    margin: -2rem;
  }
}

.grid--waffle.grid--large > .grid__column {
  padding: 1rem;
}

@media (min-width: 640px) {
  .grid--waffle.grid--large > .grid__column {
    padding: 2rem;
  }
}

.list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list__item {
  flex: 0 1 auto;
}

.list__item--expand {
  display: flex;
  flex: 1 1 auto;
}

.list--horizontal {
  flex-direction: row;
}

.list--inline {
  display: inline-flex;
}

.list--center {
  align-items: center;
}

.list--end {
  justify-content: flex-end;
}

.list--ordered {
  margin-left: 1em;
  list-style: decimal;
}

.list--ordered .list__item {
  padding-left: 0.2em;
}

.wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.color-swatch {
  font-size: 1rem;
}

.color-swatch__input {
  display: none;
}

.color-swatch__input:checked + .color-swatch__label {
  border-color: #000000;
}

.color-swatch__input:checked + .color-swatch__label .color-swatch__color {
  width: 30px;
  height: 30px;
}

.color-swatch__input.unavailable + .color-swatch__label::before {
  content: '';
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  border-top: 2px solid #6c6c6c;
}

.color-swatch__label {
  display: block;
  position: relative;
  transition: border-color 0.2s;
  border: 3px solid transparent;
  border-radius: 14px;
  padding: 7px;
  box-shadow: none;
  width: 46px;
  height: 46px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}

.color-swatch__color {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
  border-radius: 16px;
  width: 40px;
  height: 40px;
}

.input-field {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "UniversLTStd", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .input-field {
    font-size: 1rem;
  }
}

.input-field:hover {
  border-color: rgba(0, 0, 0, 0.13);
}

.input-field:focus-within {
  border-color: rgba(0, 0, 0, 0.13);
}

.input-field__input {
  display: block;
  transition: color 200ms;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: text;
  color: #000000;
  line-height: 1.5;
}

.input-field__input:-webkit-autofill, .input-field__input:-webkit-autofill:hover, .input-field__input:-webkit-autofill:focus, .input-field__input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000000;
  caret-color: #000000;
}

.input-field__input:focus, .input-field__input.filled {
  padding-top: 1.25em;
}

.input-field__input:focus + .input-field__label, .input-field__input:focus + * + .input-field__label, .input-field__input.filled + .input-field__label, .input-field__input.filled + * + .input-field__label {
  transform: translateY(-50%) translateY(-0.7em) scale(0.8);
  color: rgba(0, 0, 0, 0.6);
}

.input-field__input::-moz-placeholder {
  -moz-transition: color 200ms;
  transition: color 200ms;
  opacity: 1;
  color: #000000;
}

.input-field__input:-ms-input-placeholder {
  -ms-transition: color 200ms;
  transition: color 200ms;
  opacity: 1;
  color: #000000;
}

.input-field__input::-ms-input-placeholder {
  -ms-transition: color 200ms;
  transition: color 200ms;
  opacity: 1;
  color: #000000;
}

.input-field__input::placeholder {
  transition: color 200ms;
  opacity: 1;
  color: #000000;
}

.input-field__input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.input-field__input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.input-field__input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.input-field__input:focus::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.input-field__input--bold {
  font-weight: 600;
}

.input-field__label {
  position: absolute;
  top: 30px;
  left: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: left 200ms, transform 200ms, color 200ms;
  color: #000000;
}

.input-field__label--bold {
  font-weight: 600;
}

.input-field__icon {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 20px;
  align-items: center;
  transform: translateY(-1px);
  width: 22px;
  height: 64px;
}

.input-field__prefix {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: transform 200ms;
}

.input-field__button {
  align-self: center;
  flex-shrink: 0;
  padding-right: 6px;
}

.input-field--inline-button {
  display: flex;
  border-radius: 0px;
}

.input-field--textarea {
  height: auto;
}

.input-field--textarea .input-field__input {
  position: relative;
  height: 150px;
  resize: vertical;
}

.input-field--textarea .input-field__input:focus, .input-field--textarea .input-field__input.filled {
  padding-top: 1.5em;
}

.input-field--icon .input-field__input {
  padding-left: 62px;
}

.input-field--icon .input-field__label {
  left: 62px;
}

.input-field--prefix .input-field__input {
  padding-left: 31px;
}

.input-field--prefix .input-field__input:focus + .input-field__prefix, .input-field--prefix .input-field__input:focus + * + .input-field__prefix, .input-field--prefix .input-field__input.filled + .input-field__prefix, .input-field--prefix .input-field__input.filled + * + .input-field__prefix {
  display: block;
  transform: translateY(-50%) translateY(0.6em);
}

.input-field--base .input-field__input:focus {
  padding-top: 0;
}

.input-field--quantity {
  width: 90px;
}

@media (min-width: 640px) {
  .input-field--quantity {
    width: 120px;
  }
}

.input-field--quantity .input-field__input::outer-spin-button, .input-field--quantity .input-field__input::inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input-field--quantity .input-field__input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.input-field--no-top-border-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-field--no-bottom-border-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input-field--as-button {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.04);
}

.input-field--bold .input-field__input,
.input-field--bold .input-field__label,
.input-field--bold .input-field__prefix {
  font-weight: 600;
}

.input-field.selected {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}

.radio__input {
  display: block;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.13);
  border-radius: 100%;
  outline: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.radio__input:checked {
  border-color: #000000;
  background-color: #000000;
}

.radio__input:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.radio-field {
  display: flex;
  align-items: center;
}

.radio-field__input {
  margin-right: 10px;
}

.radio-field__label {
  cursor: pointer;
}

.radio-button {
  position: relative;
  height: 64px;
  color: #000000;
  font-size: 1rem;
  font-family: "UniversLTStd", sans-serif;
}

.radio-button__input {
  display: none;
}

.radio-button__input:checked + .radio-button__label {
  border-color: #000000;
  color: #000000;
}

.radio-button__input:disabled + .radio-button__label, .radio-button__input.unavailable + .radio-button__label {
  background-color: #f7f7f7;
  color: #d3d3d3;
}

.radio-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 200ms, border-color 200ms, color 200ms;
  border: 2px solid rgba(0, 0, 0, 0.13);
  border-color: transparent;
  border-radius: 0px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.radio-button__label:hover {
  border-color: rgba(0, 0, 0, 0.13);
}

.checkbox {
  position: relative;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__box {
  border-color: #000000;
  background-color: #000000;
}

.checkbox__box {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.13);
  width: 20px;
  height: 20px;
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  color: #fff;
}

.checkbox-field {
  display: flex;
  align-items: center;
}

.checkbox-field__input {
  margin-right: 10px;
}

.checkbox-field__label {
  cursor: pointer;
}

.checkbox-button {
  position: relative;
  height: 64px;
  color: #000000;
  font-size: 1rem;
  font-family: "UniversLTStd", sans-serif;
}

.checkbox-button__input {
  display: none;
}

.checkbox-button__input:checked + .checkbox-button__label {
  border-color: #000000;
  color: #ffffff;
}

.checkbox-button__input:disabled + .checkbox-button__label, .checkbox-button__input.unavailable + .checkbox-button__label {
  background-color: #f7f7f7;
  color: #d3d3d3;
}

.checkbox-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 200ms, border-color 200ms, color 200ms;
  border: 2px solid rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.checkbox-button__label:hover {
  border-color: #000000;
}

.range {
  width: 100%;
  height: 100%;
}

.range__input {
  width: 100%;
  height: 34px;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  vertical-align: bottom;
}

.range__input:focus {
  outline: none;
}

.range__input::-webkit-slider-runnable-track {
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
}

.range__input::-webkit-slider-thumb {
  position: relative;
  box-shadow: none;
  border: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: grab;
  margin-top: -6px;
  -webkit-appearance: none;
}

.range__input::-moz-range-track {
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.range__input::-moz-range-thumb {
  position: relative;
  box-shadow: none;
  border: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: grab;
}

.range__input::-moz-focus-outer {
  border: 0;
}

.range__input::-ms-track {
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-width: 14px 0;
  border-color: transparent;
  background: transparent;
  color: transparent;
}

.range__input::-ms-fill-lower {
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.range__input::-ms-fill-upper {
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

.range__input::-ms-thumb {
  position: relative;
  box-shadow: none;
  border: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: grab;
  margin-top: 0;
}

.select-field {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "UniversLTStd", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.select-field:hover {
  border-color: rgba(0, 0, 0, 0.13);
}

.select-field:focus-within {
  border-color: rgba(0, 0, 0, 0.13);
}

.select-field__select {
  display: block;
  top: 0;
  left: 0;
  transition: color 200ms;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  padding: 0 20px;
  padding-top: 1.25em;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  color: #000000;
  line-height: 1.5;
}

.select-field__select:-webkit-autofill, .select-field__select:-webkit-autofill:hover, .select-field__select:-webkit-autofill:focus, .select-field__select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000000;
  caret-color: #000000;
}

.select-field__select--bold {
  font-weight: 600;
}

.select-field__select option {
  background-color: #ffffff;
}

.select-field__dropdown-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  pointer-events: none;
  opacity: 0.3;
  transform: translateX(2px);
  width: 12px;
  height: 100%;
}

.select-field__label {
  position: absolute;
  top: 30px;
  left: 20px;
  pointer-events: none;
  transform: translateY(-50%) translateY(-0.7em) scale(0.8);
  transform-origin: left center;
  transition: left 200ms, transform 200ms, color 200ms;
  color: rgba(0, 0, 0, 0.6);
}

.select-field__icon {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 20px;
  align-items: center;
  transform: translateY(-1px);
  width: 22px;
  height: 64px;
}

.select-field--base .select-field__select {
  padding-top: 0;
}

.select-field--icon .select-field__input {
  padding-left: 62px;
}

.select-field--icon .select-field__label {
  left: 62px;
}

.select-field--quantity {
  width: 90px;
}

@media (min-width: 640px) {
  .select-field--quantity {
    width: 120px;
  }
}

.select-field.selected {
  border-color: #000000;
}

.accordion + .accordion {
  border-top: 1px solid #e9e9e9;
}

.accordion__header {
  position: relative;
  padding-top: 34px;
  padding-bottom: 34px;
  cursor: pointer;
}

.accordion__header:after {
  content: '+';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-75%);
  width: 16px;
  height: 16px;
  font-size: 0.875rem;
  text-align: center;
}

.accordion__header.active:after {
  content: '-';
}

.accordion__heading {
  font-size: 0.875rem;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-out;
}

.accordion__content.active {
  margin-bottom: 34px;
}

.alert {
  border-radius: 0px;
  padding: 12px 20px;
  font-size: 0.9375rem;
}

.alert--center {
  text-align: center;
}

.alert--success {
  background-color: #4caf50;
  color: #fff;
}

.alert--error {
  background-color: #f44336;
  color: #fff;
}

.alert__list {
  list-style: disc inside;
}

.alert__list > * + * {
  margin-top: 5px;
}

.announcement-bar {
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0 12px;
  text-align: center;
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .announcement-bar__section--left {
    text-align: left;
  }
}

@media (min-width: 640px) {
  .announcement-bar__section--right {
    text-align: right;
  }
}

.background-mark {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 132px;
  height: 132px;
  background: #ffffff;
}

.background-mark--top-left {
  top: -92.4px;
  left: -92.4px;
}

@media (min-width: 640px) {
  .background-mark--top-left {
    top: -66px;
    left: -66px;
  }
}

.background-mark--bottom-right {
  bottom: -92.4px;
  right: -92.4px;
}

@media (min-width: 640px) {
  .background-mark--bottom-right {
    bottom: -66px;
    right: -66px;
  }
}

.badge {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  display: inline-block;
  border-radius: 0px;
  padding: 7px 10px 6px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
}

.body {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
}

.body.no-scroll {
  overflow: hidden;
}

.breadcrumbs {
  font-size: 0.875rem;
  color: #000000;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .breadcrumbs__list {
    justify-content: flex-start;
  }
}

.breadcrumbs__item {
  flex: 0 1 auto;
}

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 10px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '»';
  margin-left: 8px;
}

.breadcrumbs__item:first-child {
  display: none;
}

@media (min-width: 640px) {
  .breadcrumbs__item:first-child {
    display: block;
  }
}

.breadcrumbs__link {
  color: inherit;
}

.breadcrumbs__current {
  color: #000000;
}

.button {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  display: inline-block;
  transition: opacity 200ms, border-color 200ms, background-color 200ms, color 200ms;
  border: 2px solid transparent;
  border-radius: 0px;
  padding: 17px 20px 15px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 640px) {
  .button {
    padding: 17px 28px 15px;
  }
}

.button:active, .button:focus {
  outline: 0;
}

.button__label {
  display: inline-block;
  vertical-align: middle;
}

.button__icon {
  display: inline-block;
  margin-right: 8px;
  max-width: 20px;
  vertical-align: middle;
}

.button__spinner {
  display: none;
  position: relative;
  top: 0;
  margin-left: 11px;
  vertical-align: middle;
}

.button.loading .button__spinner {
  display: inline-block;
}

.button--primary {
  background-color: #000000;
  color: #ffffff;
}

.button--primary:hover {
  opacity: 0.84;
  color: #ffffff;
}

.button:disabled {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.3) !important;
}

.button--transparent {
  background: transparent;
}

.button--xsmall {
  padding: 7px 16px 5px;
  font-size: 0.75rem;
}

.button--xsmall .button__icon {
  margin-right: 0.2em;
}

.button--small {
  padding: 14px 24px 13px;
  font-size: 0.875rem;
}

.button--small .button__icon {
  margin-right: 0.3em;
}

.button--medium {
  padding: 15px 22px;
}

.button--large {
  padding: 22px 45px 21px;
}

@media (min-width: 640px) {
  .button--large {
    padding: 22px 45px 21px;
  }
}

.button--wide {
  padding-right: 70px;
  padding-left: 70px;
}

.button--input {
  padding: 16px 24px 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.button--outline {
  border: 2px solid #000000;
  color: #000000;
}

.button--outline:hover {
  border-color: rgba(0, 0, 0, 0.7);
  color: #000000;
}

.button--expand {
  display: block;
  width: 100%;
}

.button--hidden {
  visibility: hidden;
  opacity: 0;
}

.collection__cta {
  text-align: center;
  margin-top: 35px;
}

@media (min-width: 640px) {
  .collection__cta {
    margin-top: 70px;
  }
}

.collection-template__heading {
  font-size: 2.6875rem;
}

.collection-template__grid {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .collection-template__grid {
    margin-top: 40px;
  }
}

.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.divider__line {
  flex: 1 1 auto;
  border-radius: 2px;
  height: 2px;
  background-color: #e9e9e9;
}

.donate {
  position: relative;
  overflow: hidden;
}

.donate__inner {
  position: relative;
  z-index: 1;
}

.donate__info {
  text-align: center;
}

@media (min-width: 640px) {
  .donate__info {
    margin-right: 2rem;
    text-align: left;
  }
}

.donate__header {
  margin-bottom: 24px;
}

.donate__heading {
  font-size: 2.625rem;
}

@media (min-width: 640px) {
  .donate__heading {
    font-size: 3.125rem;
  }
}

.donate__description {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.77;
}

.donate__form-container {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .donate__form-container {
    margin-top: 0;
  }
}

.drawer {
  display: flex;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s ease;
  margin-top: 0 !important;
  width: 100vw;
  height: 100vh;
}

.drawer--fullwidth .drawer__content {
  width: 100%;
}

.drawer--fade {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer--fade .drawer__content {
  transform: none;
}

.drawer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.82);
}

.drawer__content {
  position: relative;
  right: 0;
  flex-grow: 0;
  transform: translate(100%, 0);
  transition: transform 0.4s ease;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 480px;
  background-color: #ffffff;
}

.drawer__content-inner {
  padding: 24px 32px;
  width: 480px;
  max-width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  .drawer__content-inner {
    padding: 32px 40px;
  }
}

.drawer--left .drawer__content {
  right: auto;
  left: 0;
  transform: translate(-100%, 0);
}

.drawer.visible {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.visible .drawer__content {
  transform: translateX(0);
}

.footer {
  margin-top: 40px;
  color: #000000;
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .footer {
    margin-top: 90px;
  }
}

.footer__top {
  border-top: 1px solid #e9e9e9;
  padding-top: 50px;
  padding-bottom: 46px;
}

.footer__top-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.footer__top-section {
  flex-basis: 100%;
  padding: 20px;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .footer__top-section {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.footer__top-list--links {
  margin-top: -4px;
}

.footer__top-list-link {
  display: block;
  padding: 4px 0;
}

.footer__section {
  margin-bottom: 40px;
}

@media (min-width: 640px) {
  .footer__section {
    margin-bottom: 0;
  }
}

.footer__section--last {
  margin-bottom: 0;
}

.footer__heading {
  margin-bottom: 23px;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .footer__mailing-list {
    margin-right: 30px;
  }
}

@media (min-width: 1440px) {
  .footer__mailing-list {
    margin-right: 70px;
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .footer__list {
    align-items: center;
    flex-direction: row;
  }
}

.footer__list--socials {
  align-items: center;
  flex-direction: row;
  margin-top: 6px;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  .footer__list--socials {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer__list-item {
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .footer__list-item {
    margin-right: 28px;
  }
}

@media (min-width: 1440px) {
  .footer__list-item {
    margin-right: 45px;
  }
}

.footer__list-item--social {
  margin-right: 8px;
}

.footer__socials {
  margin-left: -13px;
}

@media (min-width: 640px) {
  .footer__socials {
    margin-top: 35px;
    margin-left: -16px;
  }
}

.footer__social-link {
  display: block;
  padding: 11px 13px;
}

@media (min-width: 640px) {
  .footer__social-link {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer__social-link svg {
  width: 18px;
  height: 18px;
}

.footer__nav {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .footer__nav {
    margin-top: 0;
  }
}

.footer__menu-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer a {
  color: #000000;
}

.footer a:hover {
  color: #666666;
}

.footer__bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 32px;
  padding-bottom: 26px;
  font-size: 0.6875rem;
}

@media (min-width: 640px) {
  .footer__bottom {
    padding-top: 18px;
    padding-bottom: 16px;
  }
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__bottom-section {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .footer__bottom-section {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .footer__bottom-section {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 640px) {
  .footer__bottom-section--left {
    justify-content: flex-start;
  }
}

@media (min-width: 640px) {
  .footer__bottom-section--right {
    justify-content: flex-end;
  }
}

@media (min-width: 640px) {
  .footer__bottom-nav {
    margin-right: -14px;
  }
}

.footer__bottom-list {
  display: flex;
}

.footer__bottom-menu-link {
  display: inline-block;
  padding: 8px 12px;
}

@media (min-width: 640px) {
  .footer__bottom-menu-link {
    padding: 8px 14px;
  }
}

.form > * + * {
  margin-top: 20px;
}

.form__section--space-s {
  margin-top: 8px;
}

.form__error {
  display: none;
  margin-top: 3px;
  color: #f44336;
  font-size: 0.875rem;
}

.form__error.visible {
  display: block;
}

.form__response-container {
  margin-top: 0;
}

.form__response {
  display: none;
  margin-top: 20px;
}

.form__response.visible {
  display: block;
}

.form__response--success {
  color: #4caf50;
}

.form__response--error {
  color: #f44336;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .gallery {
    flex-direction: row;
  }
}

.gallery--single .gallery__thumbs {
  display: none;
}

.gallery__main {
  position: relative;
  flex: 1 0 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .gallery__main {
    flex: 1 0 auto;
    width: auto;
  }
}

.gallery__thumbs {
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .gallery__thumbs {
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .gallery__thumbs {
    order: -1;
    flex: 0 0 120px;
    max-width: 120px;
  }
}

.gallery__slide {
  position: relative;
  width: 100%;
  height: auto;
}

.gallery__slide:not(:first-child) {
  display: none;
}

.gallery__image {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.gallery__image-container {
  position: relative;
  height: 100%;
  background: #fff;
}

.gallery__image-container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.gallery__image-holder {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.gallery__image-object {
  transition: opacity 200ms;
  max-height: 100%;
  background-color: #fff;
}

.gallery__nav {
  display: none;
}

.gallery--product {
  position: relative;
}

@media (min-width: 640px) {
  .gallery--product {
    overflow: hidden;
  }
}

.gallery-thumbs {
  position: relative;
  margin-left: -8px;
}

@media (min-width: 1024px) {
  .gallery-thumbs {
    position: absolute;
    top: 0;
    right: 30px;
    left: 0;
    margin-left: 0;
  }
}

.gallery-thumbs__main {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .gallery-thumbs__main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .gallery-thumbs__main {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important;
  }
}

.gallery-thumbs__item {
  position: relative;
  margin-left: 8px;
  outline: none;
  width: 96px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .gallery-thumbs__item {
    margin-left: 0;
    margin-bottom: 16px;
    width: 100% !important;
  }
}

.gallery-thumbs__item.active::after, .gallery-thumbs__item.tns-nav-active::after {
  opacity: 1;
}

.gallery-thumbs__image {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  height: 100%;
}

.gallery-thumbs__image-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.gallery-thumbs__image-container::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 200ms;
  box-shadow: inset 0 0 0 3px #000000;
  width: 100%;
  height: 100%;
}

.tns-nav-active .gallery-thumbs__image-container::before {
  opacity: 1;
}

.gallery-thumbs__image-container::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.gallery-thumbs__image-object {
  max-height: 100%;
}

.gallery-thumbs__nav-item {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  transition: opacity 200ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.gallery-thumbs__nav-item:hover {
  opacity: 0.9;
}

.gallery-thumbs__nav-item svg {
  width: 20px;
  height: 14px;
}

.gallery-thumbs__nav-item--next {
  right: 0;
}

.gallery-thumbs__nav-item[disabled] {
  visibility: hidden;
  opacity: 0;
}

.header {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.header__top {
  font-size: 0.6875rem;
}

.header__top-inner {
  display: flex;
  flex-wrap: wrap;
}

.header__top-section {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .header__top-section {
    justify-content: flex-start;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.header__top-section--right {
  display: none;
}

@media (min-width: 640px) {
  .header__top-section--right {
    display: flex;
    justify-content: flex-end;
  }
}

.header__middle {
  padding-top: 10px;
  padding-bottom: 16px;
}

@media (min-width: 640px) {
  .header__middle {
    padding-top: 22px;
    padding-bottom: 28px;
  }
}

.header__sections {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.header__section {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  max-width: 100%;
}

.header__section--hamburger {
  flex-basis: 50px;
  max-width: 50px;
}

.header__section--middle {
  justify-content: center;
}

@media (min-width: 640px) {
  .header__section--middle {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .header__section--left {
    flex-basis: 40%;
    max-width: 40%;
  }
}

.header__section--right {
  justify-content: flex-end;
  flex-basis: 50px;
  max-width: 50px;
}

@media (min-width: 640px) {
  .header__section--right {
    flex-basis: 40%;
    max-width: 40%;
  }
}

@media (min-width: 640px) {
  .header__social {
    margin-left: -16px;
  }
}

.header__social svg {
  width: 18px;
  height: 18px;
}

.header__logo {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  .header__logo--center .header__logo-image {
    margin: 0 auto;
  }
}

.header__logo-link {
  display: block;
  color: #000000;
}

.header__logo-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
}

@media (min-width: 640px) {
  .header__logo-image {
    margin: 0;
  }
}

.header__nav {
  margin-left: -23px;
}

.header__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__list--socials .header__list-item {
  margin-right: 8px;
  margin-left: 0;
}

.header__list-item {
  flex: 0 0 auto;
}

.header__list-item > * + * {
  margin-left: 8px;
}

.header__link {
  display: block;
  padding: 11px 23px;
  color: #000000;
}

.header__link:hover {
  color: #666666;
}

.header__icon {
  display: block;
  padding: 11px 14px;
  color: #000000;
}

@media (min-width: 1024px) {
  .header__icon {
    padding: 11px 16px;
  }
}

.header__icon:hover {
  color: #666666;
}

.header__icon--hamburger {
  margin-left: -14px;
}

@media (min-width: 640px) {
  .header__icon--hamburger {
    margin-left: 0;
  }
}

.header__icon--cart {
  margin-right: -16px;
}

@media (min-width: 640px) {
  .header__icon--cart {
    margin-right: 0;
  }
}

.header__cta {
  margin-left: 11px;
}

.header__bottom {
  display: none;
}

@media (min-width: 640px) {
  .header__bottom {
    display: block;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  padding-bottom: 100px;
  max-width: 880px;
}

@media (min-width: 640px) {
  .hero__content {
    padding-top: 186px;
    padding-bottom: 190px;
  }
}

.hero__heading {
  color: #fff;
  font-size: 2.625rem;
}

@media (min-width: 640px) {
  .hero__heading {
    max-width: none;
    font-size: 4rem;
  }
}

.hero__subheading {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 560px;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.7em;
}

@media (min-width: 640px) {
  .hero__subheading {
    margin-top: 40px;
  }
}

.hero__cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 640px) {
  .hero__cta-container {
    margin-top: 45px;
  }
}

.hero__cta {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.hero--small .hero__content {
  padding-top: 56px;
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .hero--small .hero__content {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}

.hero--shift-top {
  margin-top: -100px;
  padding-top: 50px;
}

@media (min-width: 640px) {
  .hero--shift-top {
    margin-top: -120px;
    padding-top: 70px;
  }
}

.hero-images {
  position: relative;
  overflow: hidden;
}

.hero-images__inner {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (min-width: 640px) {
  .hero-images__inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1440px) {
  .hero-images__inner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.hero-images__images {
  opacity: 0.7;
}

@media (min-width: 640px) {
  .hero-images__images {
    opacity: 1;
  }
}

.hero-images__image {
  position: absolute;
  border-radius: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-images__image--1 {
  z-index: 0;
  top: 0;
  right: -20px;
  left: -20px;
  height: 100%;
}

@media (min-width: 640px) {
  .hero-images__image--1 {
    top: 0;
    right: 9%;
    left: auto;
    width: 419px;
    height: 664px;
  }
}

.hero-images__image--2 {
  display: none;
  z-index: 1;
  top: 44px;
  left: -20px;
  width: 190px;
  height: 300px;
}

@media (min-width: 640px) {
  .hero-images__image--2 {
    display: block;
    top: 40px;
    right: 36%;
    left: auto;
    width: 277px;
    height: 415px;
  }
}

.hero-images__image-label {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0.86;
  width: 100%;
  color: #000000;
  font-size: 1.0625rem;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 640px) {
  .hero-images__image-label {
    display: block;
    opacity: 1;
  }
}

.hero-images__content {
  position: relative;
  z-index: 1;
  max-width: 670px;
  text-align: center;
}

@media (min-width: 640px) {
  .hero-images__content {
    text-align: left;
  }
}

.hero-images__heading {
  font-size: 2.875rem;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .hero-images__heading {
    font-size: 4rem;
  }
}

@media (min-width: 640px) {
  .hero-images__heading--large {
    font-size: 5.5rem;
  }
}

.hero-images__heading--small {
  font-size: 2.5rem;
}

@media (min-width: 640px) {
  .hero-images__heading--small {
    font-size: 3.25rem;
  }
}

.hero-images__subheading {
  margin-top: 30px;
  max-width: 560px;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.77;
}

@media (min-width: 640px) {
  .hero-images__subheading {
    margin-top: 42px;
  }
}

.hero-images__cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 640px) {
  .hero-images__cta-container {
    justify-content: flex-start;
    margin-top: 58px;
  }
}

.hero-images__cta {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-images--shift-top {
  margin-top: -100px;
  padding-top: 40px;
}

@media (min-width: 640px) {
  .hero-images--shift-top {
    margin-top: -120px;
    padding-top: 60px;
  }
}

.hero-images--shift-top .hero-images__image {
  margin-top: 10px;
}

.hero-images--style-1 .hero-images__image {
  box-shadow: 48px 48px 64px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
  .hero-images--style-1 .hero-images__image {
    width: 204px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-1 .hero-images__image--1 {
    top: 235px;
    right: 236px;
    height: 288px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-1 .hero-images__image--2 {
    top: 155px;
    right: 0;
    height: 288px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-1 .hero-images__image--3 {
    top: 473px;
    right: 0;
    height: 204px;
  }
}

.hero-images--style-2 {
  overflow: visible;
}

@media (min-width: 640px) {
  .hero-images--style-2 .hero-images__inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

.hero-images--style-2 .hero-images__image {
  transform: translateX(-40px) translateY(20px);
}

@media (min-width: 640px) {
  .hero-images--style-2 .hero-images__image--1 {
    top: 30px;
    right: 234px;
    width: 204px;
    height: 292px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-2 .hero-images__image--2 {
    top: 114px;
    right: 0;
    width: 204px;
    height: 204px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-2 .hero-images__image--3 {
    top: 346px;
    right: 50px;
    width: 342px;
    height: 190px;
  }
}

.hero-images--style-3 .hero-images__image {
  box-shadow: 48px 48px 64px rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  .hero-images--style-3 .hero-images__image--1 {
    top: auto;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 438px;
    height: 688px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-3 .hero-images__image--2 {
    top: auto;
    right: 470px;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 213px;
    height: 296px;
  }
}

@media (min-width: 640px) {
  .hero-images--style-4 .hero-images__inner {
    padding-bottom: 160px;
    padding-bottom: 180px;
  }
}

.hero-images--style-4 .hero-images__image--1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.html-formatter {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.html-formatter > * + * {
  margin-top: 8px;
}

.html-formatter--page > * + * {
  margin-top: 16px;
}

.html-formatter ol,
.html-formatter ul {
  padding-left: 1.1em;
}

.html-formatter ol li + li,
.html-formatter ul li + li {
  margin-top: 8px;
}

.html-formatter ul {
  list-style: disc outside none;
}

.html-formatter a {
  text-decoration: underline;
}

.html-formatter h1:not(:first-child),
.html-formatter h2:not(:first-child),
.html-formatter h3:not(:first-child),
.html-formatter h4:not(:first-child),
.html-formatter h5:not(:first-child),
.html-formatter h6:not(:first-child) {
  margin-top: 24px;
}

@media (min-width: 640px) {
  .html-formatter h1:not(:first-child),
.html-formatter h2:not(:first-child),
.html-formatter h3:not(:first-child),
.html-formatter h4:not(:first-child),
.html-formatter h5:not(:first-child),
.html-formatter h6:not(:first-child) {
    margin-top: 32px;
  }
}

.browser-ie11 {
  display: none;
  padding: 15px;
  width: 100%;
  height: 50px;
  background: rgba(40, 46, 67, 0.82);
  color: #fff;
  text-align: center;
}

.image {
  position: relative;
  border-radius: 0px;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.image--square {
  padding-bottom: 100%;
}

.image--video-thumbnail {
  padding-bottom: 55.8%;
}

.image__object {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.image__object img {
  width: 100%;
}

.image__badge {
  display: none;
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  padding: 0 8px;
  background-color: #eaeaea;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 700;
}

.image__badge--visible {
  display: block;
}

.inline-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
}

.inline-image > * + * {
  margin-left: 16px;
}

.inline-image__image {
  display: block;
  flex: 0 0 100px;
}

.inline-image__image--large {
  flex-basis: 160px;
}

.inline-image__image--small {
  flex-basis: 80px;
}

.inline-image__donation-image {
  position: relative;
  border-radius: 0px;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.03);
  font-size: 2rem;
}

.inline-image__donation-image-icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.inline-image__content {
  flex: 1 1 auto;
  margin-left: 20px;
}

@media (min-width: 640px) {
  .inline-image__content {
    margin-left: 30px;
  }
}

.inline-image__heading {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  color: #000000;
  font-size: 0.875rem;
}

.inline-image__subheading {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
}

.inline-image__price {
  margin-top: 8px;
}

.inline-image__qty {
  margin-top: 3px;
}

.inline-image__cta {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.inline-image__cta-success {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-size: 0.875rem;
  font-weight: 700;
}

.inline-image__cta-success > * + * {
  margin-left: 8px;
}

.inline-image--columns .inline-image__qty {
  flex: 0;
  flex-basis: 30px;
  margin-top: 0;
  text-align: right;
}

.inline-image--columns .inline-image__price {
  flex: 0;
  flex-basis: 70px;
  margin-top: 0;
  color: #000000;
  text-align: right;
}

.main__sections > * + * {
  margin-top: 35px;
}

@media (min-width: 640px) {
  .main__sections > * + * {
    margin-top: 90px;
  }
}

.main__sections--xspace {
  margin-top: 50px;
}

@media (min-width: 640px) {
  .main__sections--xspace {
    margin-top: 80px;
  }
}

.main__sections--space {
  margin-top: 25px;
}

@media (min-width: 640px) {
  .main__sections--space {
    margin-top: 55px;
  }
}

.main__xspace {
  margin-top: 50px;
}

.main__xxspace {
  margin-top: 40px;
}

@media (min-width: 640px) {
  .main__xxspace {
    margin-top: 72px;
  }
}

.mobile-menu {
  text-align: center;
}

.mobile-menu > * + * {
  margin-top: 26px;
}

.mobile-menu__section--nav {
  margin-top: 15px;
}

.mobile-menu__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 64px;
}

.mobile-menu__header-item {
  display: flex;
  flex: 1 1 auto;
  max-width: 100%;
}

.mobile-menu__header-item--close {
  flex-basis: 50px;
  max-width: 50px;
}

.mobile-menu__header-item--logo {
  justify-content: center;
}

.mobile-menu__header-item--cart {
  flex-basis: 50px;
  justify-content: flex-end;
  max-width: 50px;
}

.mobile-menu__logo {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.mobile-menu__logo-link {
  display: block;
  color: #000000;
}

.mobile-menu__logo-link:hover {
  color: #666666;
}

.mobile-menu__logo-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
}

.mobile-menu__cart {
  color: #000000;
}

.mobile-menu__link {
  display: block;
  padding: 13px 0;
  color: #000000;
  font-size: 1.0625rem;
}

.mobile-menu__link:hover {
  color: #666666;
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__social-item {
  flex: 0 1 auto;
}

.mobile-menu__social-item + .mobile-menu__social-item {
  margin-left: 0.5rem;
}

.mobile-menu__social-link {
  display: block;
  padding: 16px;
  color: #000000;
}

.mobile-menu__social-link svg {
  width: 18px;
  height: 18px;
}

.modal {
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

@media (min-width: 1024px) {
  .modal {
    padding: 32px;
  }
}

.modal__overlay {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.82);
}

.modal__content {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  padding-top: 46px;
  max-width: 600px;
  max-height: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.modal__content--shift-up {
  margin-top: -64px;
}

.modal__heading {
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.5;
}

.modal__heading--center {
  text-align: center;
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 18px;
  opacity: 0.5;
  transition: opacity 200ms;
  background: none;
}

.modal__close:hover {
  opacity: 1;
}

.modal__cta {
  display: flex;
}

.modal__cta > * {
  flex: 1 1 auto;
}

.modal__cta > * + * {
  margin-left: 25px;
}

.modal__back {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  line-height: 24px;
  font-size: 1rem;
  color: #686868;
}

@media (min-width: 1024px) {
  .modal__back--mobile {
    display: none;
  }
}

.modal__back--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .modal__back--desktop {
    display: block;
    right: 0;
    left: auto;
    padding: 24px;
  }
}

.modal__back-chevron {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.modal--sm {
  display: none;
}

@media (min-width: 640px) {
  .modal--sm {
    display: block;
  }
}

.newsletter__heading {
  text-align: center;
}

.newsletter__description {
  margin-top: 25px;
  text-align: center;
}

.newsletter__form {
  margin-top: 30px;
}

.order-success {
  margin-bottom: 32px;
  font-size: 0.875rem;
}

.order-success__header {
  text-align: center;
}

.order-success__heading {
  font-size: 1.875rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .order-success__heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.order-success__subheading {
  margin-top: 20px;
  line-height: 1.77;
}

@media (min-width: 640px) {
  .order-success__subheading {
    margin-top: 36px;
  }
}

.order-success__subheading-line + .order-success__subheading-line {
  margin-top: 13px;
}

.order-success__social-share {
  margin-top: 24px;
}

@media (min-width: 640px) {
  .order-success__social-share {
    margin-top: 42px;
  }
}

.order-success__action-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.order-success__action-link:hover {
  color: #000000;
  border-color: #000000;
}

.order-success__main {
  margin-top: 48px;
}

@media (min-width: 640px) {
  .order-success__main {
    margin-top: 78px;
  }
}

.order-success__content {
  margin-top: 25px;
}

@media (min-width: 640px) {
  .order-success__content {
    margin-top: 0;
  }
}

.order-success__summary {
  font-size: 0.9375rem;
}

.order-success__content-section + .order-success__content-section {
  margin-top: 42px;
  border-top: 1px solid #e9e9e9;
  padding-top: 35px;
}

.order-success__shipment + .order-success__shipment {
  margin-top: 24px;
  border-top: 1px solid #e9e9e9;
  padding-top: 24px;
}

.order-success__shipment-heading {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: normal;
}

.order-success__delivery-status {
  margin-bottom: 16px;
  font-size: 1.1875rem;
  line-height: 1.4em;
}

@media (min-width: 640px) {
  .order-success__delivery-status {
    font-size: 1.5rem;
  }
}

.order-success__cancel-items {
  margin-top: 15px;
}

.order-success__item {
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .order-success__item {
    font-size: 1rem;
  }
}

.order-success__item + .order-success__item {
  margin-top: 25px;
}

.order-success__sidebar {
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 0;
  padding: 25px 16px;
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 1.77;
}

@media (min-width: 640px) {
  .order-success__sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }
}

@media (min-width: 1024px) {
  .order-success__sidebar {
    margin-left: 32px;
  }
}

.order-success__sidebar-section + .order-success__sidebar-section {
  margin-top: 32px;
}

.order-success__sidebar-heading {
  margin-bottom: 11px;
  color: #000000;
  font-size: 1.0625rem;
}

.order-success__sidebar-action {
  margin-top: 0.16px;
}

.order-success__order-status {
  font-size: 1.1875rem;
  line-height: 1.5;
}

.order-success__payment-details {
  display: flex;
  align-items: center;
}

.order-success__payment-icon {
  margin-right: 7px;
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.section-background__image, .section-background__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-background__image {
  display: flex;
  opacity: 0.15;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.section-background__overlay--light-gradient {
  background: linear-gradient(146deg, #fff 0%, rgba(255, 255, 255, 0) 64%);
  mix-blend-mode: overlay;
}

.section-background--mask-gradient-top .section-background__image,
.section-background--mask-gradient-top .section-background__overlay {
  -webkit-mask-image: linear-gradient(0deg, #000 78%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(0deg, #000 78%, rgba(0, 0, 0, 0) 100%);
}

.section-background--clip-square-top-left {
  -webkit-clip-path: polygon(0 120px, 120px 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
  clip-path: polygon(0 120px, 120px 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
}

.section-background--clip-square-top-right {
  -webkit-clip-path: polygon(0 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
  clip-path: polygon(0 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
}

.section-background--clip-square-bottom-right {
  -webkit-clip-path: polygon(0 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
  clip-path: polygon(0 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
}

.section-background--clip-square-bottom-left {
  -webkit-clip-path: polygon(0 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
  clip-path: polygon(0 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
}

.section-background--clip-square-top-left-bottom-right {
  -webkit-clip-path: polygon(0 120px, 120px 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
  clip-path: polygon(0 120px, 120px 0, calc(100% + 0.5px) 0, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 0 calc(100% + 0.5px));
}

.section-background--clip-square-top-right-bottom-left {
  -webkit-clip-path: polygon(0 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
  clip-path: polygon(0 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
}

.section-background--clip-square-all {
  -webkit-clip-path: polygon(0 120px, 120px 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
  clip-path: polygon(0 120px, 120px 0, calc(100% - 120px) 0, calc(100% + 0.5px) 120px, calc(100% + 0.5px) calc(100% - 120px), calc(100% - 120px) calc(100% + 0.5px), 120px calc(100% + 0.5px), 0 calc(100% - 120px));
}

.section-background--clip-round-top-left {
  border-top-left-radius: 120px;
}

.section-background--clip-round-top-right {
  border-top-right-radius: 120px;
}

.section-background--clip-round-bottom-right {
  border-bottom-right-radius: 120px;
}

.section-background--clip-round-bottom-left {
  border-bottom-left-radius: 120px;
}

.section-background--clip-round-top-left-bottom-right {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

.section-background--clip-round-top-right-bottom-left {
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
}

.section-background--clip-round-all {
  border-radius: 120px;
}

.section-background--clip-round-skew-bottom-right {
  border-bottom-right-radius: 120px;
}

.section-header {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
}

@media (min-width: 640px) {
  .section-header {
    margin-bottom: 58px;
  }
}

.section-header__heading {
  font-size: 1.625rem;
}

.section-header__cta {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .section-header__cta {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

.share-button {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  display: inline-block;
  border-radius: 0px;
  padding: 22px 23px 21px;
  margin-bottom: 10px;
  width: 290px;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .share-button {
    margin-bottom: 0;
  }
}

.share-button:hover {
  color: #fff;
}

.share-button__icon {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
  vertical-align: middle;
}

.share-button--expand {
  display: block;
  width: 100%;
}

.share-button--twitter {
  background-color: #1da1f2;
}

.share-button--twitter:hover {
  background-color: #0d94e7;
}

.share-button--facebook {
  background-color: #3f5a99;
}

.share-button--facebook:hover {
  background-color: #39518a;
}

.social-share {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}

.social-share__item + .social-share__item {
  margin-left: 20px;
}

.spinner {
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.spinner::before, .spinner::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.spinner::before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  border-color: #000000;
  border-bottom-color: transparent;
}

.spinner--small {
  width: 14px;
  height: 14px;
}

.spinner--xsmall {
  width: 12px;
  height: 12px;
}

.spinner--light::before {
  border-color: #fff;
  border-bottom-color: transparent;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.static-page {
  padding: 24px 0 16px;
}

@media (min-width: 640px) {
  .static-page {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}

.static-page__header {
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 640px) {
  .static-page__header {
    margin-bottom: 40px;
  }
}

.static-page__heading {
  font-size: 2rem;
}

@media (min-width: 640px) {
  .static-page__heading {
    font-size: 2.875rem;
  }
}

.table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.table tr > td {
  text-align: center;
}

.table tr > td:first-child {
  text-align: left;
}

.table tr > td:last-child {
  text-align: right;
}

.table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table tfoot td {
  padding-top: 8px;
}

.template-404 {
  padding-top: 68px;
  padding-bottom: 50px;
  text-align: center;
}

@media (min-width: 640px) {
  .template-404 {
    padding-top: 132px;
    padding-bottom: 110px;
  }
}

.template-404__subheading {
  margin-top: 12px;
}

.template-404__cta {
  margin-top: 25px;
}

.tile {
  display: block;
}

.tile:hover .tile__overlay {
  opacity: 1;
}

.tile:hover .tile__heading {
  color: #000000;
}

.tile__image {
  position: relative;
}

.tile__overlay {
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}

@media (min-width: 640px) {
  .tile__overlay {
    display: flex;
  }
}

.tile__description {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 640px) {
  .tile__description {
    margin-top: 14px;
  }
}

.tile__heading {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  font-size: 0.9375rem;
}

.tile__price {
  color: #000000;
  margin-top: 7px;
}

@media (min-width: 640px) {
  .tile__price {
    margin-top: 10px;
  }
}

.tile--zoom .tile__image img {
  transition: transform 0.4s, opacity 0.4s;
}

.tile--zoom:hover .tile__heading {
  color: #000000;
}

.tile--zoom:hover .tile__image img {
  transform: scale3d(1.04, 1.04, 1);
  opacity: 0.55;
}

.thank-you__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 640px) {
  .thank-you__main {
    flex-wrap: nowrap;
  }
}

@media (min-width: 640px) {
  .thank-you__video-inner {
    max-width: 736px;
    max-height: 640px;
  }
}

.thank-you__info {
  flex-basis: 100%;
  margin-top: 35px;
}

@media (min-width: 640px) {
  .thank-you__info {
    margin-top: 0;
    max-width: 450px;
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .thank-you__info {
    margin-left: 100px;
  }
}

.thank-you__heading {
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .thank-you__heading {
    font-size: 2.5rem;
    text-align: left;
  }
}

.thank-you__subheading {
  margin-top: 24px;
}

.thank-you__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 640px) {
  .thank-you__cta {
    justify-content: flex-start;
    margin-top: 45px;
  }
}

.thank-you__cta-item {
  flex: 0 0 auto;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.video {
  display: flex;
  position: relative;
  justify-content: center;
  border-radius: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
}

.video:hover .video__controls, .video.is-paused .video__controls, .video--controls-visible .video__controls {
  opacity: 1;
}

.video__video {
  display: block;
  cursor: pointer;
}

.video__init {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.video__controls {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 200ms;
  padding: 0 20px 16px;
  width: 100%;
  height: 96px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.video__controls-section {
  display: flex;
}

.video__controls-section--right {
  margin-left: auto;
}

.video__control {
  display: flex;
}

.video__button {
  opacity: 0.85;
  transition: opacity 200ms;
  border: 0;
  padding: 8px;
  background: none;
}

.video__button:hover {
  opacity: 1;
}

.video__button.active .video__icon--not-active {
  display: none;
}

.video__button.active .video__icon--active {
  display: flex;
}

.video__icon {
  display: flex;
  align-items: center;
  min-width: 24px;
  height: 22px;
}

.video__icon--active {
  display: none;
}

.video__icon--mute {
  min-width: 32px;
}

.video__icon--init-play {
  justify-content: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
}

.video__icon--init-play svg {
  transform: translateX(1px);
  width: 20px;
  height: 20px;
}

.video__audio {
  display: flex;
  align-items: center;
}

.video__audio:hover .video__volume {
  opacity: 1;
  width: 90px;
}

.video__volume {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 200ms, width 200ms;
  width: 0;
}

.video-tile:hover .video-tile__icon {
  opacity: 1;
}

.video-tile:hover .video-tile__image {
  transform: scale3d(1.04, 1.04, 1);
  opacity: 0.55;
}

.video-tile:hover .video-tile__title {
  color: #000000;
}

.video-tile__image-container {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.video-tile__image {
  transition: transform 0.4s, opacity 0.4s;
}

.video-tile__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
}

@media (min-width: 640px) {
  .video-tile__icon {
    opacity: 0;
  }
}

.video-tile__icon-image {
  max-width: 50px;
}

@media (min-width: 640px) {
  .video-tile__icon-image {
    max-width: 60px;
  }
}

.video-tile__caption {
  margin-top: 12px;
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  .video-tile__caption {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.video-tile__title {
  transition: color 200ms;
  color: #000000;
}

@media (min-width: 640px) {
  .video-tile__title {
    font-size: 1.125rem;
  }
}

.product {
  position: relative;
  z-index: 2;
}

.product__breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .product__gallery {
    margin-right: 70px;
  }
}

.product__info {
  margin-top: 32px;
}

@media (min-width: 640px) {
  .product__info {
    margin-top: 45px;
  }
}

.product-drawer__section + .product-drawer__section {
  margin-top: 32px;
}

.product-drawer__header {
  display: flex;
  align-items: center;
}

.product-drawer__header-item {
  flex: 0 1 auto;
}

.product-drawer__header-item--tick {
  margin-top: -2px;
}

.product-drawer__header-item--tick path {
  stroke: #4caf50;
}

.product-drawer__header-item--heading {
  flex: 1 0 auto;
  margin-left: 7px;
}

.product-drawer__heading {
  font-size: 1.25rem;
}

.product-drawer__close {
  color: #000000;
}

@media (min-width: 640px) {
  .product-drawer__close {
    transform: translate(2px, -4px) scale(1.4);
  }
}

.product-drawer__subtotal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  font-size: 1.0625rem;
}

.product-drawer__subtotal-item {
  flex: 0 1 auto;
}

.product-drawer__subtotal-item--value {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  color: #000000;
}

.product-drawer__cta {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.product-drawer__cta-item {
  flex: 1 1 100%;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100%;
}

@media (min-width: 640px) {
  .product-drawer__cta-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.product-drawer__cta-item--view-cart {
  order: 2;
  margin-top: 16px;
}

@media (min-width: 640px) {
  .product-drawer__cta-item--view-cart {
    order: 1;
    margin-top: 0;
  }
}

.product-drawer__cta-item--checkout {
  order: 1;
}

@media (min-width: 640px) {
  .product-drawer__cta-item--checkout {
    order: 2;
  }
}

.product-drawer__recommended {
  border-top: 1px solid #e9e9e9;
  padding-top: 32px;
}

.product-drawer__recommended-heading {
  font-size: 1rem;
}

.product-drawer__recommended-items {
  margin-top: 30px;
}

.product-drawer__recommended-item + .product-drawer__recommended-item {
  margin-top: 24px;
}

.product-drawer__recommended-added {
  display: flex;
  align-items: center;
  color: #4caf50;
  font-size: 0.875rem;
  font-weight: 600;
}

.product-drawer__recommended-added-icon {
  margin-right: 5px;
}

.product-info > * + * {
  margin-top: 22px;
}

@media (min-width: 640px) {
  .product-info > * + * {
    margin-top: 30px;
  }
}

.product-info__badge + .product-info__title {
  margin-top: 23px;
}

.product-info__title {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  .product-info__title {
    font-size: 2rem;
  }
}

.product-info__price {
  margin-top: 5px;
  font-size: 1.375rem;
}

@media (min-width: 640px) {
  .product-info__price {
    font-size: 1.625rem;
  }
}

.product-info__description {
  line-height: 1.77;
}

.product-info__options > * + * {
  margin-top: 25px;
}

.product-info__cta {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
}

@media (min-width: 640px) {
  .product-info__cta {
    padding-top: 35px;
  }
}

.product-info__cta-main {
  display: flex;
}

.product-info__cta-item {
  flex: 0 1 auto;
}

.product-info__cta-item--add-to-cart {
  display: flex;
  flex: 1 1 auto;
  padding-left: 24px;
}

.product-info__error {
  display: none;
  margin-top: 8px;
  color: #f44336;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
}

.product-info__error.visible {
  display: block;
}

@media (min-width: 640px) {
  .product-info__additional-info {
    margin-top: 60px;
  }
}

.product-option--size .product-option__value {
  flex-basis: 20%;
}

.product-option__name {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  margin-bottom: 11px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
}

.product-option__selected-value-label {
  color: #000000;
  font-weight: 600;
}

.product-option__values {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.product-option__value {
  flex: 0 0 auto;
  padding: 4px;
}

.product-option__value--regular {
  flex: 0;
}

.product-option__error {
  display: none;
  margin-top: 13px;
  color: #f44336;
  font-size: 0.875rem;
}

.product-option__error.visible {
  display: block;
}

.cart {
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .cart {
    padding-bottom: 5px;
  }
}

.cart.loading {
  opacity: 0.5;
}

.cart__spinner {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cart__spinner--visible {
  display: block;
}

.cart__header {
  margin-bottom: 38px;
}

@media (min-width: 640px) {
  .cart__header {
    margin-bottom: 48px;
  }
}

.cart__items-header {
  margin-bottom: 22px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.cart__footer {
  margin-top: 16px;
}

.cart-empty {
  text-align: center;
}

.cart-empty__heading {
  font-size: 2rem;
}

.cart-empty__content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 640px) {
  .cart-empty__content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.cart-empty__cta {
  margin-top: 50px;
}

.cart-footer {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .cart-footer {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.cart-footer__cta {
  margin-top: 35px;
}

@media (min-width: 640px) {
  .cart-footer__cta {
    margin-top: 45px;
  }
}

.cart-footer__cta-container {
  width: 100%;
}

@media (min-width: 640px) {
  .cart-footer__cta-container {
    flex: 0 1 320px;
  }
}

.cart-footer__totals {
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}

@media (min-width: 640px) {
  .cart-footer__totals {
    padding-top: 50px;
  }
}

.cart-footer__continue {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  .cart-footer__continue {
    order: -1;
    flex: 0 1 320px;
    margin-top: 0;
    margin-right: auto;
  }
}

.cart-header__heading {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 640px) {
  .cart-header__heading {
    text-align: left;
  }
}

.cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.cart-item__image {
  flex: 0 0 102px;
}

@media (min-width: 640px) {
  .cart-item__image {
    flex-basis: 87px;
  }
}

.cart-item__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-left: 22px;
}

@media (min-width: 640px) {
  .cart-item__main {
    align-items: center;
    flex-direction: row;
    margin-left: 30px;
  }
}

.cart-item__description {
  flex: 1 1 auto;
}

.cart-item__title {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  color: #000000;
  font-size: 0.875rem;
}

.cart-item__title:hover {
  color: #000000;
}

.cart-item__variant-title {
  margin-top: 5px;
  font-size: 0.875rem;
}

.cart-item__quantity {
  margin-top: 10px;
}

@media (min-width: 640px) {
  .cart-item__quantity {
    flex: 0 0 180px;
    margin-top: 0;
    margin-left: 15px;
  }
}

.cart-item__price {
  margin-top: 3px;
}

@media (min-width: 640px) {
  .cart-item__price {
    order: 1;
    flex: 0 0 80px;
    margin-top: 0;
    margin-left: 15px;
  }
}

.cart-item__price-value {
  color: #000000;
}

.cart-item__remove {
  flex: 0 0 30px;
  text-align: right;
}

@media (min-width: 640px) {
  .cart-item__remove {
    margin-left: 15px;
  }
}

.cart-item__remove-button {
  opacity: 0.4;
  transition: opacity 200ms;
  margin-right: -10px;
  padding: 10px;
  background: none;
}

.cart-item__remove-button:hover {
  opacity: 1;
}

.cart-items-header {
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.07em;
  display: flex;
  color: #000000;
  font-size: 0.75rem;
}

.cart-items-header > * + * {
  margin-left: 15px;
}

.cart-items-header__item {
  flex: 1 1 auto;
}

.cart-items-header__quantity {
  display: none;
}

@media (min-width: 640px) {
  .cart-items-header__quantity {
    display: block;
    flex: 0 0 180px;
  }
}

.cart-items-header__price {
  display: none;
}

@media (min-width: 640px) {
  .cart-items-header__price {
    display: block;
    flex: 0 0 80px;
  }
}

.cart-items-header__remove {
  display: none;
}

@media (min-width: 640px) {
  .cart-items-header__remove {
    display: block;
    flex: 0 0 30px;
  }
}

.cart-totals {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
}

.cart-totals__item {
  display: flex;
  align-items: center;
}

.cart-totals__item > * {
  flex: 1 1 auto;
}

.cart-totals__item + .cart-totals__item {
  margin-top: 8px;
}

.cart-totals__item--subtotal {
  font-size: 18px;
}

.cart-totals__amount {
  text-align: right;
}

.cart-widget {
  display: flex;
  position: relative;
  align-items: center;
}

.cart-widget__label {
  display: none;
  margin-right: 6px;
}

@media (min-width: 640px) {
  .cart-widget__label {
    display: block;
  }
}

.cart-widget__icon {
  position: relative;
  top: -2px;
}

.cart-widget__items {
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  border-radius: 80px;
  padding: 3px 3px 2px;
  min-width: 20px;
  background-color: #000000;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-indent: 1.5px;
}

.hidden {
  display: none;
}

@media (min-width: 640px) {
  .hidden\@sm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden\@md {
    display: none;
  }
}

@media (min-width: 1440px) {
  .hidden\@lg {
    display: none;
  }
}

@media (max-width: 640px) {
  .visible\@sm {
    display: none;
  }
}

@media (max-width: 1024px) {
  .visible\@md {
    display: none;
  }
}

@media (max-width: 1440px) {
  .visible\@lg {
    display: none;
  }
}
