@charset "UTF-8";
/* Global Colors */
/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 0!important;
}

/* #main {
  overflow-x: hidden;
} */

body {
  margin: 0;
  /* overflow-x: hidden; */
}

#shopify-section-footer {
  max-width: 100% !important;
  overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------
 *   Colors
 *------------------------------------*/
.text_color--ink {
  color: var(--color-ink);
}

.text_color--subdued {
  color: var(--color-subdued);
}

.text_color--light {
  color: var(--color-light);
}

.text_color--reverse {
  color: var(--color-reverse);
}

.text_color--brand-primary {
  color: var(--color-brand-primary);
}

.text_color--brand-secondary {
  color: var(--color-brand-secondary);
}

.text_color--custom1 {
  color: var(--color-custom1);
}

.text_color--custom2 {
  color: var(--color-custom2);
}

@media screen and (max-width: 640px) {
  .text_color_m--ink {
    color: var(--color-ink);
  }
  .text_color_m--subdued {
    color: var(--color-subdued);
  }
  .text_color_m--light {
    color: var(--color-light);
  }
  .text_color_m--reverse {
    color: var(--color-reverse);
  }
  .text_color_m--brand-primary {
    color: var(--color-brand-primary);
  }
  .text_color_m--brand-secondary {
    color: var(--color-brand-secondary);
  }
  .text_color_m--custom1 {
    color: var(--color-custom1);
  }
  .text_color_m--custom2 {
    color: var(--color-custom2);
  }
}

.bg-color--ink {
  background: var(--color-ink);
}

.bg-color--subdued {
  background: var(--color-subdued);
}

.bg-color--light {
  background: var(--color-light);
}

.bg-color--reverse {
  background: var(--color-reverse);
}

.bg-color--brand-primary {
  background: var(--color-brand-primary);
}

.bg-color--brand-secondary {
  background: var(--color-brand-secondary);
}

.bg-color--custom1 {
  background: var(--color-custom1);
}

.bg-color--custom2 {
  background: var(--color-custom2);
}

.bg-color--custom3 {
  background: var(--color-custom3);
}

.bg-color--custom4 {
  background: var(--color-custom4);
}

.bg-color--custom5 {
  background: var(--color-custom5);
}

.bg-color--custom6 {
  background: var(--color-custom6);
}

.bg-color--custom7 {
  background: var(--color-custom7);
}

.bg-color--custom8 {
  background: var(--color-custom8);
}

.background_image--cover {
  background-size: cover;
}

.underline_color--ink::after {
  background: var(--color-ink);
}

.underline_color--subdued::after {
  background: var(--color-subdued);
}

.underline_color--light::after {
  background: var(--color-light);
}

.underline_color--reverse::after {
  background: var(--color-reverse);
}

.underline_color--brand-primary::after {
  background: var(--color-brand-primary);
}

.underline_color--brand-secondary::after {
  background: var(--color-brand-secondary);
}

/*------------------------------------
 *   Grid LAYOUT
 *------------------------------------*/
.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

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

.Grid--center > .Grid__Cell {
  text-align: left;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

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

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}
/*------------------------------------*\
    Grid WIDTHS
\*------------------------------------*/
.\31 \/2, .\32 \/4, .\36 \/12 {
  width: 50%;
}

.\31 \/3, .\34 \/12 {
  width: 33.33333%;
}

.\32 \/3, .\38 \/12 {
  width: 66.66667%;
}

.\31 \/4, .\33 \/12 {
  width: 25%;
}

.\33 \/4, .\39 \/12 {
  width: 75%;
}

.\31 \/12 {
  width: 8.33333%;
}

.\32 \/12 {
  width: 16.66667%;
}

.\35 \/12 {
  width: 41.66667%;
}

.\37 \/12 {
  width: 58.33333%;
}

.\31 0\/12 {
  width: 83.33333%;
}

.\31 1\/12 {
  width: 91.66667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31 \/2--phone, .\32 \/4--phone, .\36 \/12--phone {
    width: 50%;
  }

  .\31 \/3--phone, .\34 \/12--phone {
    width: 33.33333%;
  }

  .\32 \/3--phone, .\38 \/12--phone {
    width: 66.66667%;
  }

  .\31 \/4--phone, .\33 \/12--phone {
    width: 25%;
  }

  .\33 \/4--phone, .\39 \/12--phone {
    width: 75%;
  }

  .\31 \/12--phone {
    width: 8.33333%;
  }

  .\32 \/12--phone {
    width: 16.66667%;
  }

  .\35 \/12--phone {
    width: 41.66667%;
  }

  .\37 \/12--phone {
    width: 58.33333%;
  }

  .\31 0\/12--phone {
    width: 83.33333%;
  }

  .\31 1\/12--phone {
    width: 91.66667%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31 \/2--tablet, .\32 \/4--tablet, .\36 \/12--tablet {
    width: 50%;
  }

  .\31 \/3--tablet, .\34 \/12--tablet {
    width: 33.33333%;
  }

  .\32 \/3--tablet, .\38 \/12--tablet {
    width: 66.66667%;
  }

  .\31 \/4--tablet, .\33 \/12--tablet {
    width: 25%;
  }

  .\33 \/4--tablet, .\39 \/12--tablet {
    width: 75%;
  }

  .\31 \/12--tablet {
    width: 8.33333%;
  }

  .\32 \/12--tablet {
    width: 16.66667%;
  }

  .\35 \/12--tablet {
    width: 41.66667%;
  }

  .\37 \/12--tablet {
    width: 58.33333%;
  }

  .\31 0\/12--tablet {
    width: 83.33333%;
  }

  .\31 1\/12--tablet {
    width: 91.66667%;
  }
}
@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31 \/2--tablet-and-up, .\32 \/4--tablet-and-up, .\36 \/12--tablet-and-up {
    width: 50%;
  }

  .\31 \/3--tablet-and-up, .\34 \/12--tablet-and-up {
    width: 33.33333%;
  }

  .\32 \/3--tablet-and-up, .\38 \/12--tablet-and-up {
    width: 66.66667%;
  }

  .\31 \/4--tablet-and-up, .\33 \/12--tablet-and-up {
    width: 25%;
  }

  .\33 \/4--tablet-and-up, .\39 \/12--tablet-and-up {
    width: 75%;
  }

  .\31 \/12--tablet-and-up {
    width: 8.33333%;
  }

  .\32 \/12--tablet-and-up {
    width: 16.66667%;
  }

  .\35 \/12--tablet-and-up {
    width: 41.66667%;
  }

  .\37 \/12--tablet-and-up {
    width: 58.33333%;
  }

  .\31 0\/12--tablet-and-up {
    width: 83.33333%;
  }

  .\31 1\/12--tablet-and-up {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31 \/2--pocket, .\32 \/4--pocket, .\36 \/12--pocket {
    width: 50%;
  }

  .\31 \/3--pocket, .\34 \/12--pocket {
    width: 33.33333%;
  }

  .\32 \/3--pocket, .\38 \/12--pocket {
    width: 66.66667%;
  }

  .\31 \/4--pocket, .\33 \/12--pocket {
    width: 25%;
  }

  .\33 \/4--pocket, .\39 \/12--pocket {
    width: 75%;
  }

  .\31 \/12--pocket {
    width: 8.33333%;
  }

  .\32 \/12--pocket {
    width: 16.66667%;
  }

  .\35 \/12--pocket {
    width: 41.66667%;
  }

  .\37 \/12--pocket {
    width: 58.33333%;
  }

  .\31 0\/12--pocket {
    width: 83.33333%;
  }

  .\31 1\/12--pocket {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

  .\31 \/2--lap, .\32 \/4--lap, .\36 \/12--lap {
    width: 50%;
  }

  .\31 \/3--lap, .\34 \/12--lap {
    width: 33.33333%;
  }

  .\32 \/3--lap, .\38 \/12--lap {
    width: 66.66667%;
  }

  .\31 \/4--lap, .\33 \/12--lap {
    width: 25%;
  }

  .\33 \/4--lap, .\39 \/12--lap {
    width: 75%;
  }

  .\31 \/12--lap {
    width: 8.33333%;
  }

  .\32 \/12--lap {
    width: 16.66667%;
  }

  .\35 \/12--lap {
    width: 41.66667%;
  }

  .\37 \/12--lap {
    width: 58.33333%;
  }

  .\31 0\/12--lap {
    width: 83.33333%;
  }

  .\31 1\/12--lap {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31 \/2--lap-and-up, .\32 \/4--lap-and-up, .\36 \/12--lap-and-up {
    width: 50%;
  }

  .\31 \/3--lap-and-up, .\34 \/12--lap-and-up {
    width: 33.33333%;
  }

  .\32 \/3--lap-and-up, .\38 \/12--lap-and-up {
    width: 66.66667%;
  }

  .\31 \/4--lap-and-up, .\33 \/12--lap-and-up {
    width: 25%;
  }

  .\33 \/4--lap-and-up, .\39 \/12--lap-and-up {
    width: 75%;
  }

  .\31 \/12--lap-and-up {
    width: 8.33333%;
  }

  .\32 \/12--lap-and-up {
    width: 16.66667%;
  }

  .\35 \/12--lap-and-up {
    width: 41.66667%;
  }

  .\37 \/12--lap-and-up {
    width: 58.33333%;
  }

  .\31 0\/12--lap-and-up {
    width: 83.33333%;
  }

  .\31 1\/12--lap-and-up {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

  .\31 \/2--desk, .\32 \/4--desk, .\36 \/12--desk {
    width: 50%;
  }

  .\31 \/3--desk, .\34 \/12--desk {
    width: 33.33333%;
  }

  .\32 \/3--desk, .\38 \/12--desk {
    width: 66.66667%;
  }

  .\31 \/4--desk, .\33 \/12--desk {
    width: 25%;
  }

  .\33 \/4--desk, .\39 \/12--desk {
    width: 75%;
  }

  .\31 \/12--desk {
    width: 8.33333%;
  }

  .\32 \/12--desk {
    width: 16.66667%;
  }

  .\35 \/12--desk {
    width: 41.66667%;
  }

  .\37 \/12--desk {
    width: 58.33333%;
  }

  .\31 0\/12--desk {
    width: 83.33333%;
  }

  .\31 1\/12--desk {
    width: 91.66667%;
  }
}
/* Create each media query */
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .\31 \/2--widescreen, .\32 \/4--widescreen, .\36 \/12--widescreen {
    width: 50%;
  }

  .\31 \/3--widescreen, .\34 \/12--widescreen {
    width: 33.33333%;
  }

  .\32 \/3--widescreen, .\38 \/12--widescreen {
    width: 66.66667%;
  }

  .\31 \/4--widescreen, .\33 \/12--widescreen {
    width: 25%;
  }

  .\33 \/4--widescreen, .\39 \/12--widescreen {
    width: 75%;
  }

  .\31 \/12--widescreen {
    width: 8.33333%;
  }

  .\32 \/12--widescreen {
    width: 16.66667%;
  }

  .\35 \/12--widescreen {
    width: 41.66667%;
  }

  .\37 \/12--widescreen {
    width: 58.33333%;
  }

  .\31 0\/12--widescreen {
    width: 83.33333%;
  }

  .\31 1\/12--widescreen {
    width: 91.66667%;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: url("cursor-zoom-in.svg") 18 18, zoom-in;
  cursor: -webkit-image-set(url("cursor-zoom-in.svg") 1x, url("cursor-zoom-in-2x.svg") 2x) 18 18, zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-reverse);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .pswp__scroll-wrap .pswp__ui {
    position: static;
  }
  .pswp__scroll-wrap .pswp__button--close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .pswp__scroll-wrap .pswp__button--next,
  .pswp__scroll-wrap .pswp__button--prev {
    display: none;
  }
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highcolor-light: transparent;
  -webkit-touch-callout: none;
}

.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--color-reverse);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/**
 * Custom UI
 */
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}

.pswp__button--close {
  margin: 0 18px;
}

.pswp__button svg {
  pointer-events: none;
}

.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #ffffff;
  text-align: center;
}

:root {
  --space-xs: 5px;
  --space-sm: 10px;
  --space-reg: 15px;
  --space-med: 20px;
  --space-lg: 40px;
  --space-xl: 60px;
}

@media screen and (min-width: 641px) {
  :root {
    --space-xs: 5px;
    --space-sm: 10px;
    --space-reg: 20px;
    --space-med: 40px;
    --space-lg: 60px;
    --space-xl: 80px;
  }
}
/**
 * In our theme, we express all font sizes in PX. The reason is that our designer is very picky and want each font size to be exactly as on designed files
 * (which is good :p), but as a consequence, sometimes some font sizes scales across devices (smaller on mobile, bigger on desktop), but sometimes it's the
 * same, which make it super hard to use relative units like REM.
 */
.js .no-js,
.no-js .hide-no-js {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

[data-scrollable] {
  overflow: auto;
  /*-webkit-overflow-scrolling: touch;*/
}

.Container {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Product__Info .Container {
  align-items: unset;
  /* overflow-x: hidden; */
  /* margin: 0; */
}

.Container--narrow {
  max-width: 1420px;
}

.Container--extraNarrow {
  max-width: 800px;
}

/*
   This fixes an issue in IE10/11 when using min-height in flex children
   @info: https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*/
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 641px) {
  .Container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1140px) {
  .Container {
    padding: 0 80px;
  }
}
/**
 * Very general typographic rules that are applied site wide
 */
html {
  font-size: var(--base-text_font-size_mobile);
  letter-spacing: var(--base-text_letter-spacing_mobile);
  line-height: var(--base-text_line-height);
}

@media screen and (min-width: 23em) {
  html.zoom-level-over-8 {
    font-size: calc(var(--base-text_font-size_mobile) / 2);
    letter-spacing: calc(var(--base-text_letter-spacing_mobile) / 2);
  }
}

@media screen and (min-width: 641px) {
  html {
    font-size: var(--base-text_font-size_desktop);
    letter-spacing: var(--base-text_letter-spacing_desktop);
  }
}
body {
  font-family: var(--text-font-family);
  font-weight: normal;
  font-style: normal;
  color: var(--color-ink);
  background: var(--color-reverse);
}

.Link {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Link--underline {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
.Link--underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover::before {
    transform: scale(0, 1);
  }
}

.Link--underlineShort::before {
  width: 100%;
}

.Link--underlineNative {
  text-decoration: underline;
  text-underline-position: under;
}

.Heading {
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  transition: color 0.2s ease-in-out;
}

.Text--subdued {
  color: var(--color-subdued);
}

.Text--hover-color:hover {
  color: var(--hover-color);
  transition: color 0.25s ease-in-out;
}

.Text--translucent, .Form__ItemHelp {
  color: currentColor;
  opacity: 0.7;
}

.Text--align-left {
  text-align: left;
}

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

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

.Text--alignCenter {
  text-align: center !important;
}

.Text--alignRight {
  text-align: right !important;
}

.Icon-Wrapper--clickable {
  position: relative;
  background: transparent;
  /* This is used to increase the clickable area */
}
.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0);
  /* Needed to avoid a glitch on iOS */
}

.Icon {
  display: inline-block;
  height: var(--icon-size);
  width: var(--icon-size);
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
}
.Icon svg {
  width: 100%;
  height: 100%;
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-h1, .Rte h1 {
  font-weight: var(--h1_font-weight);
  font-size: var(--h1_font-size_mobile);
  letter-spacing: var(--h1_letter-spacing_mobile);
  line-height: var(--h1_line-height);
  margin-bottom: var(--h1_margin-bottom);
  text-transform: var(--h1_text-transform);
  font-family: var(--h1_font_family);
}

.u-h2, .Rte h2 {
  font-weight: var(--h2_font-weight);
  font-size: var(--h2_font-size_mobile);
  letter-spacing: var(--h2_letter-spacing_mobile);
  line-height: var(--h2_line-height);
  margin-bottom: var(--h2_margin-bottom);
  text-transform: var(--h2_text-transform);
  font-family: var(--h2_font_family);
}

.u-h3, .Rte h3 {
  font-weight: var(--h3_font-weight);
  font-size: var(--h3_font-size_mobile);
  letter-spacing: var(--h3_letter-spacing_mobile);
  line-height: var(--h3_line-height);
  margin-bottom: var(--h3_margin-bottom);
  text-transform: var(--h3_text-transform);
  font-family: var(--h3_font_family);
}

.u-h4, .Rte h4 {
  font-weight: var(--h4_font-weight);
  font-size: var(--h4_font-size_mobile);
  letter-spacing: var(--h4_letter-spacing_mobile);
  line-height: var(--h4_line-height);
  margin-bottom: var(--h4_margin-bottom);
  text-transform: var(--h4_text-transform);
  font-family: var(--h4_font_family);
}

.u-h5, .Rte h5 {
  font-weight: var(--h5_font-weight);
  font-size: var(--h5_font-size_mobile);
  letter-spacing: var(--h5_letter-spacing_mobile);
  line-height: var(--h5_line-height);
  margin-bottom: var(--h5_margin-bottom);
  text-transform: var(--h5_text-transform);
  font-family: var(--h5_font_family);
}

.u-h6, .Rte h6 {
  font-weight: var(--h6_font-weight);
  font-size: var(--h6_font-size_mobile);
  letter-spacing: var(--h6_letter-spacing_mobile);
  line-height: var(--h6_line-height);
  margin-bottom: var(--h6_margin-bottom);
  text-transform: var(--h6_text-transform);
  font-family: var(--h6_font_family);
}

.u-p {
  /* Paragraph */
  font-family: var(--text-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
}

.utility, .Timeline__NavLabel, .ProductForm__Label, .AccountTable th, .Button, #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a, #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input), .shopify-payment-button__button--unbranded, .shopify-payment-button__more-options, .shopify-challenge__container .shopify-challenge__button {
  font-weight: var(--utility_font-weight);
  font-style: var(--utility_font-style);
  font-size: var(--utility_font-size);
  letter-spacing: var(--utility_letter-spacing);
  line-height: var(--utility_line-height);
  text-transform: var(--utility_text-transform);
  font-family: var(--utility_font_family);
  /* margin-bottom: var(--utility_margin-bottom) !important; */
}

.utility-small, .Form__ItemHelp {
  font-weight: var(--utility-small_font-weight);
  font-style: var(--utility-small_font-style);
  font-size: var(--utility-small_font-size);
  letter-spacing: var(--utility-small_letter-spacing);
  line-height: var(--utility-small_line-height);
  text-transform: var(--utility-small_text-transform);
  font-family: var(--utility-small_font_family);
  /* margin-bottom: var(--utility-small_margin-bottom) !important; */
}

html.zoom-level-over-8 .utility-small,
html.zoom-level-over-8 .Form__ItemHelp {
  font-size: calc(var(--utility-small_font-size) / 2);
}

.caption {
  font-weight: normal;
  font-size: var(--caption_font-size);
  letter-spacing: var(--caption_letter-spacing);
  line-height: var(--caption_line-height);
  text-transform: var(--caption_text-transform);
}

.signature {
  font-weight: normal;
  font-size: var(--signature_font-size);
  letter-spacing: var(--signature_letter-spacing);
  line-height: var(--signature_line-height);
  text-transform: var(--signature_text-transform);
  font-family: var(--signature_font_family);
  margin-bottom: var(--signature_margin-bottom) !important;
}

html.zoom-level-over-8 .u-h1,
html.zoom-level-over-8 .Rte .u-h1 {
  font-size: calc(var(--h1_font-size_desktop) / 2);
  letter-spacing: calc(var(--h1_letter-spacing_desktop) / 2)
}

html.zoom-level-over-8 .u-h2,
html.zoom-level-over-8 .Rte .u-h2 {
  font-size: calc(var(--h2_font-size_desktop) / 2);
  letter-spacing: calc(var(--h2_letter-spacing_desktop) / 2)
}

html.zoom-level-over-8 .u-h3,
html.zoom-level-over-8 .Rte .u-h3 {
  font-size: calc(var(--h3_font-size_desktop) / 2);
  letter-spacing: calc(var(--h3_letter-spacing_desktop) / 2)
}

html.zoom-level-over-8 .u-h4,
html.zoom-level-over-8 .Rte .u-h4 {
  font-size: calc(var(--h4_font-size_desktop) / 2);
  letter-spacing: calc(var(--h4_letter-spacing_desktop) / 2)
}

html.zoom-level-over-8 .u-h5,
html.zoom-level-over-8 .Rte .u-h5 {
  font-size: calc(var(--h5_font-size_desktop) / 2);
  letter-spacing: calc(var(--h5_letter-spacing_desktop) / 2)
}

html.zoom-level-over-8 .u-h6,
html.zoom-level-over-8 .Rte .u-h6 {
  font-size: calc(var(--h6_font-size_desktop) / 2);
  letter-spacing: calc(var(--h6_letter-spacing_desktop) / 2)
}

@media screen and (min-width: 641px) {
  .u-h1, .Rte h1 {
    font-size: var(--h1_font-size_desktop);
    letter-spacing: var(--h1_letter-spacing_desktop);
  }

  .u-h2, .Rte h2 {
    font-size: var(--h2_font-size_desktop);
    letter-spacing: var(--h2_letter-spacing_desktop);
  }

  .u-h3, .Rte h3 {
    font-size: var(--h3_font-size_desktop);
    letter-spacing: var(--h3_letter-spacing_desktop);
  }

  .u-h4, .Rte h4 {
    font-size: var(--h4_font-size_desktop);
    letter-spacing: var(--h4_letter-spacing_desktop);
  }

  .u-h5, .Rte h5 {
    font-size: var(--h5_font-size_desktop);
    letter-spacing: var(--h5_letter-spacing_desktop);
  }

  .u-h6, .Rte h6 {
    font-size: var(--h6_font-size_desktop);
    letter-spacing: var(--h6_letter-spacing_desktop);
  }
}
.js .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-reverse);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: all 0.25s ease;
}

/**
 * ----------------------------------------------------------------------------
 * Default Link Styles
 * ----------------------------------------------------------------------------
 */
a.utility-small::after, a.Form__ItemHelp::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background-color: currentColor;
}

/**
 * ----------------------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------------------
 */
.Button, #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a, #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input), .shopify-payment-button__button--unbranded, .shopify-payment-button__more-options, .shopify-challenge__container .shopify-challenge__button {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 20px 0;
  padding-top: var(--button-padding-vertical);
  padding-right: var(--button-padding-horizontal);
  padding-bottom: var(--button-padding-vertical);
  padding-left: var(--button-padding-horizontal);
  line-height: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--button-radius);
  text-align: center;
  transition: var(--button-transition);
  z-index: 1;
  -webkit-tap-highcolor-light: initial;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Button:not([disabled]):hover::after, #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover::after,
#shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover::after, #shopify-product-reviews input.spr-button-primary:not([disabled]):hover::after, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover::after,
#shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input)::after, .shopify-payment-button__button--unbranded:not([disabled]):hover::after, .shopify-payment-button__more-options:not([disabled]):hover::after, .shopify-challenge__container .shopify-challenge__button:not([disabled]):hover::after {
    transform: translateX(175%);
  }
}
.Button::after, #shopify-product-reviews .spr-pagination-prev > a::after,
#shopify-product-reviews .spr-pagination-next > a::after, #shopify-product-reviews input.spr-button-primary::after, #shopify-product-reviews .spr-summary-actions-newreview::after,
#shopify-product-reviews .spr-button-primary:not(input)::after, .shopify-payment-button__button--unbranded::after, .shopify-payment-button__more-options::after, .shopify-challenge__container .shopify-challenge__button::after {
  content: "";
  -webkit-mask: url("icon_arrow.svg") no-repeat 50% 50%;
  mask: url("icon_arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: fit;
  mask-size: fit;
  position: absolute;
  background: currentColor;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  transform: translateX(150%);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.Button.Button--primary, #shopify-product-reviews .spr-pagination-prev > a.Button--primary,
#shopify-product-reviews .spr-pagination-next > a.Button--primary, #shopify-product-reviews input.Button--primary.spr-button-primary, #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input), .shopify-payment-button__button--unbranded, .Button--primary.shopify-payment-button__more-options, .shopify-challenge__container .Button--primary.shopify-challenge__button, .shopify-challenge__container .shopify-challenge__button.shopify-payment-button__button--unbranded {
  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
  border-top: var(--primary-button-border-top);
  border-right: var(--primary-button-border-right);
  border-bottom: var(--primary-button-border-bottom);
  border-left: var(--primary-button-border-left);
  padding-top: var(--primary-button-padding-top);
  padding-right: var(--primary-button-padding-right);
  padding-bottom: var(--primary-button-padding-bottom);
  padding-left: var(--primary-button-padding-left);
  border-radius: var(--primary-button-radius);
}
.Button.Button--primary::after, #shopify-product-reviews .spr-pagination-prev > a.Button--primary::after,
#shopify-product-reviews .spr-pagination-next > a.Button--primary::after, #shopify-product-reviews input.Button--primary.spr-button-primary::after, #shopify-product-reviews .spr-summary-actions-newreview::after,
#shopify-product-reviews .spr-button-primary:not(input)::after, .shopify-payment-button__button--unbranded::after, .Button--primary.shopify-payment-button__more-options::after, .shopify-challenge__container .Button--primary.shopify-challenge__button::after, .shopify-challenge__container .shopify-challenge__button.shopify-payment-button__button--unbranded::after {
  visibility: var(--primary-button-arrow);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Button.Button--primary:not([disabled]):hover, #shopify-product-reviews .spr-pagination-prev > a.Button--primary:not([disabled]):hover,
#shopify-product-reviews .spr-pagination-next > a.Button--primary:not([disabled]):hover, #shopify-product-reviews input.Button--primary.spr-button-primary:not([disabled]):hover, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover,
#shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input), .shopify-payment-button__button--unbranded:not([disabled]):hover, .Button--primary.shopify-payment-button__more-options:not([disabled]):hover, .shopify-challenge__container .Button--primary.shopify-challenge__button:not([disabled]):hover {
    color: var(--primary-button-text-color-hover);
    background: var(--primary-button-color-hover);
    border-color: var(--primary-button-border-color-hover);
  }
}
.Button.Button--secondary, #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a, #shopify-product-reviews input.Button--secondary.spr-button-primary, #shopify-product-reviews .Button--secondary.spr-summary-actions-newreview,
#shopify-product-reviews .Button--secondary.spr-button-primary:not(input), .Button--secondary.shopify-payment-button__button--unbranded, .Button--secondary.shopify-payment-button__more-options, .shopify-challenge__container .Button--secondary.shopify-challenge__button, #shopify-product-reviews .shopify-challenge__container .spr-pagination-prev > a.shopify-challenge__button,
#shopify-product-reviews .shopify-challenge__container .spr-pagination-next > a.shopify-challenge__button {
  background: var(--secondary-button-color);
  color: var(--secondary-button-text-color);
  border-top: var(--secondary-button-border-top);
  border-right: var(--secondary-button-border-right);
  border-bottom: var(--secondary-button-border-bottom);
  border-left: var(--secondary-button-border-left);
  padding-top: var(--secondary-button-padding-top);
  padding-right: var(--secondary-button-padding-right);
  padding-bottom: var(--secondary-button-padding-bottom);
  padding-left: var(--secondary-button-padding-left);
  border-radius: var(--secondary-button-radius);
}
.Button.Button--secondary::after, #shopify-product-reviews .spr-pagination-prev > a::after,
#shopify-product-reviews .spr-pagination-next > a::after, #shopify-product-reviews input.Button--secondary.spr-button-primary::after, #shopify-product-reviews .Button--secondary.spr-summary-actions-newreview::after,
#shopify-product-reviews .Button--secondary.spr-button-primary:not(input)::after, .Button--secondary.shopify-payment-button__button--unbranded::after, .Button--secondary.shopify-payment-button__more-options::after, .shopify-challenge__container .Button--secondary.shopify-challenge__button::after, #shopify-product-reviews .shopify-challenge__container .spr-pagination-prev > a.shopify-challenge__button::after,
#shopify-product-reviews .shopify-challenge__container .spr-pagination-next > a.shopify-challenge__button::after {
  visibility: var(--secondary-button-arrow);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Button.Button--secondary:not([disabled]):hover, #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover,
#shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover, #shopify-product-reviews input.Button--secondary.spr-button-primary:not([disabled]):hover, #shopify-product-reviews .Button--secondary.spr-summary-actions-newreview:not([disabled]):hover,
#shopify-product-reviews .Button--secondary.spr-button-primary:not([disabled]):hover:not(input), .Button--secondary.shopify-payment-button__button--unbranded:not([disabled]):hover, .Button--secondary.shopify-payment-button__more-options:not([disabled]):hover, .shopify-challenge__container .Button--secondary.shopify-challenge__button:not([disabled]):hover, #shopify-product-reviews .shopify-challenge__container .spr-pagination-prev > a.shopify-challenge__button:not([disabled]):hover,
#shopify-product-reviews .shopify-challenge__container .spr-pagination-next > a.shopify-challenge__button:not([disabled]):hover {
    color: var(--secondary-button-text-color-hover);
    background: var(--secondary-button-color-hover);
    border-color: var(--secondary-button-border-color-hover);
  }
}
.Button.Button--tertiary, #shopify-product-reviews .spr-pagination-prev > a.Button--tertiary,
#shopify-product-reviews .spr-pagination-next > a.Button--tertiary, #shopify-product-reviews input.Button--tertiary.spr-button-primary, #shopify-product-reviews .Button--tertiary.spr-summary-actions-newreview,
#shopify-product-reviews .Button--tertiary.spr-button-primary:not(input), .Button--tertiary.shopify-payment-button__button--unbranded, .shopify-payment-button__more-options, .shopify-challenge__container .Button--tertiary.shopify-challenge__button, .shopify-challenge__container .shopify-challenge__button.shopify-payment-button__more-options {
  background: var(--tertiary-button-color);
  color: var(--tertiary-button-text-color);
  border-top: var(--tertiary-button-border-top);
  border-right: var(--tertiary-button-border-right);
  border-bottom: var(--tertiary-button-border-bottom);
  border-left: var(--tertiary-button-border-left);
  padding-top: var(--tertiary-button-padding-top);
  padding-right: var(--tertiary-button-padding-right);
  padding-bottom: var(--tertiary-button-padding-bottom);
  padding-left: var(--tertiary-button-padding-left);
  border-radius: var(--tertiary-button-radius);
}
.Button.Button--tertiary::after, #shopify-product-reviews .spr-pagination-prev > a.Button--tertiary::after,
#shopify-product-reviews .spr-pagination-next > a.Button--tertiary::after, #shopify-product-reviews input.Button--tertiary.spr-button-primary::after, #shopify-product-reviews .Button--tertiary.spr-summary-actions-newreview::after,
#shopify-product-reviews .Button--tertiary.spr-button-primary:not(input)::after, .Button--tertiary.shopify-payment-button__button--unbranded::after, .shopify-payment-button__more-options::after, .shopify-challenge__container .Button--tertiary.shopify-challenge__button::after, .shopify-challenge__container .shopify-challenge__button.shopify-payment-button__more-options::after {
  visibility: var(--tertiary-button-arrow);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Button.Button--tertiary:not([disabled]):hover, #shopify-product-reviews .spr-pagination-prev > a.Button--tertiary:not([disabled]):hover,
#shopify-product-reviews .spr-pagination-next > a.Button--tertiary:not([disabled]):hover, #shopify-product-reviews input.Button--tertiary.spr-button-primary:not([disabled]):hover, #shopify-product-reviews .Button--tertiary.spr-summary-actions-newreview:not([disabled]):hover,
#shopify-product-reviews .Button--tertiary.spr-button-primary:not([disabled]):hover:not(input), .Button--tertiary.shopify-payment-button__button--unbranded:not([disabled]):hover, .shopify-payment-button__more-options:not([disabled]):hover, .shopify-challenge__container .Button--tertiary.shopify-challenge__button:not([disabled]):hover {
    color: var(--tertiary-button-text-color-hover);
    background: var(--tertiary-button-color-hover);
    border-color: var(--tertiary-button-border-color-hover);
  }
}
.Button[disabled], #shopify-product-reviews .spr-pagination-prev > a[disabled],
#shopify-product-reviews .spr-pagination-next > a[disabled], #shopify-product-reviews input[disabled].spr-button-primary, #shopify-product-reviews [disabled].spr-summary-actions-newreview,
#shopify-product-reviews [disabled].spr-button-primary:not(input), [disabled].shopify-payment-button__button--unbranded, [disabled].shopify-payment-button__more-options, .shopify-challenge__container [disabled].shopify-challenge__button {
  cursor: not-allowed;
}

.Button--full {
  width: 100%;
}

.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}

.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
}

.ButtonWrapper {
  text-align: center;
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "Button--secondaryState" is added */
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.Button__Hidden {
  display: none !important;
}

/**
 * ----------------------------------------------------------------------------
 * Button group
 * ----------------------------------------------------------------------------
 */
.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}

.ButtonGroup__Item {
  margin: 12px;
}

.ButtonGroup__Item--expand {
  flex: 1 1 0;
}

.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}

.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}
@supports (object-fit: cover) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0;
    /* There is a bug in IE11 so we're forced to use this trick */
  }
}

@media screen and (min-width: 641px) {
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }

    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Round button
 *
 * Those buttons are not really button like the others, but they are used in
 * lot of different places to hold things like icons
 * ----------------------------------------------------------------------------
 */
.RoundButton, .flickity-prev-next-button {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--color-reverse);
  color: var(--color-ink);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  /* Avoid rounding error during animation in Chrome */
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
.RoundButton.is-active, .is-active.flickity-prev-next-button {
  background: green;
  color: green;
  outline: none;
}
.RoundButton svg, .flickity-prev-next-button svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}

.RoundButton--small {
  width: 35px;
  height: 35px;
}
.RoundButton--small svg {
  height: 14px;
  width: 14px;
}

.RoundButton--medium {
  width: 50px;
  height: 50px;
}
.RoundButton--medium svg {
  height: 18px;
  width: 18px;
}

.RoundButton--large {
  width: 55px;
  height: 55px;
}
.RoundButton--large svg {
  height: 15px;
  width: 15px;
}

.RoundButton--flat {
  box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
  color: rgba(0, 128, 0, 0.5);
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "RoundButton--withSecondaryState" is added */
.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.RoundButton__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Animation states */
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .RoundButton:hover, .flickity-prev-next-button:hover {
    transform: scale(1.1);
  }

  .RoundButton--small:hover {
    transform: scale(1.15);
  }

  .RoundButton:not([aria-expanded=true]):hover, .flickity-prev-next-button:not([aria-expanded=true]):hover {
    color: green;
  }

  .RoundButton[data-animate-left]:hover svg, [data-animate-left].flickity-prev-next-button:hover svg {
    animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
  }

  .RoundButton[data-animate-right]:hover svg, [data-animate-right].flickity-prev-next-button:hover svg {
    animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
  }

  .RoundButton[data-animate-bottom]:hover svg, [data-animate-bottom].flickity-prev-next-button:hover svg {
    animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
  }
}
/**
 * ----------------------------------------------------------------------------------------------
 * Flickity styles
 * ----------------------------------------------------------------------------------------------
 */
.flickity-enabled {
  position: relative;
}

body:not(.is-tabbing) .flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: auto;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled {
  -webkit-tap-highcolor-light: transparent;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
}
.flickity-prev-next-button[disabled] {
  opacity: 0;
}
.flickity-prev-next-button svg {
  width: auto;
  height: 18px;
  stroke-width: 1.5px;
  stroke: currentColor;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: var(--space-lg) 0 0 0;
  list-style: none;
  text-align: center;
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 1px solid currentColor;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  /* This is used to increase the clickable area */
}
.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}

.flickity-page-dots .dot.is-selected {
  background: currentColor;
  border-color: currentColor;
}

@media screen and (min-width: 641px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
}
/**
 * ----------------------------------------------------------------------------------------------
 * Default styling for site-wide carousel
 * ----------------------------------------------------------------------------------------------
 */
.Carousel {
  position: relative;
}

.Carousel--fixed,
.Carousel--fixed .flickity-viewport,
.Carousel--fixed .Carousel__Cell {
  height: 100%;
}

/* This allows to hide cells that are not first one until slider is loaded */
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}

.Carousel__Cell {
  display: block;
  width: 100%;
}

.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}
.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 20px;
  left: 20px;
}
.Carousel--insideDots .flickity-page-dots .dot {
  border-color: currentColor;
}
.Carousel--insideDots .flickity-page-dots .dot.is-selected {
  background: currentColor;
}
.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}
.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}
.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}

@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
    bottom: 28px;
    right: 70px;
    left: auto;
  }
  .Carousel--insideDots.Dots--align-left .flickity-page-dots {
    left: 70px;
    right: unset;
  }
  .Carousel--insideDots.Dots--align-center .flickity-page-dots {
    left: 0;
    right: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collapsible
 * ----------------------------------------------------------------------------
 */
.Collapsible {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.Collapsible + .Collapsible {
  border-top: none;
}

.Collapsible--padded {
  padding-left: 24px;
  padding-right: 24px;
}

.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.Collapsible__Plus {
  position: absolute;
  right: 0;
  top: calc(50% - (11px / 2));
  width: 11px;
  height: 11px;
}
.Collapsible__Plus::before, .Collapsible__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.Collapsible__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.Collapsible__Plus::after {
  width: 1px;
  height: 11px;
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before, .Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
  opacity: 0;
}

.Collapsible .Collapsible {
  margin-left: 16px;
  border: none;
}

.Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0;
}

.Collapsible__Inner {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
  overflow: hidden;
}

.Collapsible__Button[aria-expanded=true] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease-in-out;
}

.Collapsible__Content {
  padding-bottom: 18px;
  padding-top: 18px;
}

.Collapsible .Linklist {
  margin-bottom: 4px;
}

.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}
/*
@media screen and (min-width: 641px) {
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
  }
  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }
  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0;
  }
  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0;
  }

  .Collapsible--autoExpand {
    margin-bottom: 32px;
  }
}
*/
@media screen and (min-width: 1008px) {
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Collapsible--large .Collapsible__Button {
    padding: 34px 0;
  }

  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: calc(100vw - 65px);
  /* Interestingly, 100% does not work on iOS 9 and lower */
  height: 100vh;
  max-height: none;
  /* z-index: 20; */
  z-index: 90001; /* Bigger than klaviyo-button */
  transition: transform 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  background: var(--color-reverse);
  box-shadow: none;
  touch-action: manipulation;
  /* Animating box-shadow is slow, even on modern browsers, so we instead move it in a pseudo-element and animate opacity */
}

.Drawer--fromRight {
  max-width: 400px;
  width: calc(100vw - 24px);
}

.Drawer:focus {
  outline: none;
}
.Drawer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}

.Drawer--secondary {
  background: var(--color-light);
}

.Drawer--fromLeft {
  transform: translateX(calc(-100vw + 65px));
}

.Drawer--fromRight {
  right: 0;
  left: auto;
  transform: translateX(calc(100vw - 24px));
}

.Drawer[aria-hidden=false] {
  visibility: visible;
  transform: translateX(0);
}
.Drawer[aria-hidden=false]::before {
  opacity: 1;
}

.Drawer__Container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}
.Drawer--fromRight .Drawer__Container {
  padding-left: 16px;
  padding-right: 16px;
}

.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
}
@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
}

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

.Drawer__Close {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}

.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}

.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--color-border) inset;
}

.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px var(--color-border) inset;
}

.Drawer--secondary .Collapsible {
  border-bottom-color: var(--color-border);
}

.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px);
  /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
}
@supports (--css: variables) {
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
}
@supports (width: calc(max(100%))) {
  .Drawer__Content {
    height: calc(max(100% - var(--header-height), 100% - 60px));
    max-height: calc(max(100% - var(--header-height), 100% - 60px));
  }
}

.Drawer__Main {
  flex: 1 1 auto;
  position: relative;
}

.Drawer__Footer {
  flex: none;
  box-shadow: 0 -1px var(--color-border);
}

.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px var(--color-border);
}

.Drawer__Footer--padded {
  padding: 24px;
}

@media screen and (min-width: 641px) {
  .Drawer {
    width: 400px;
    transform: translateX(-100%);
  }

  .Drawer--small {
    width: 340px;
  }

  .Drawer--fromRight {
    transform: translateX(100%);
  }

  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }

  @supports (width: calc(max(100%))) {
    .Drawer__Content {
      /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
      height: calc(max(100% - var(--header-height), 100% - 80px));
      max-height: calc(max(100% - var(--header-height), 100% - 80px));
    }
  }
  .Drawer--fromLeft .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Drawer--fromRight .Drawer__Container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .Drawer__Close {
    left: 30px;
  }

  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }

  .Drawer__Close svg {
    stroke-width: 1.5px;
  }

  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
}

html.drawer-opened #gorgias-chat-container {
  display: none !important;
}

/**
 * ----------------------------------------------------------------------------
 * Animation
 * ----------------------------------------------------------------------------
 */
[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-drawer-animated-left] {
  transform: translateX(-65px);
}

[data-drawer-animated-right] {
  transform: translateX(65px);
}

[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

/**
 * ----------------------------------------------------------------------------
 * Basic form
 * ----------------------------------------------------------------------------
 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: var(--color-subdued);
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: var(--color-subdued);
}

.Form {
  width: 100%;
}

.Form__Item {
  position: relative;
  margin-bottom: 15px;
}

.Form__Input, #shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .spr-form-input-textarea,
.Form__Textarea {
  -webkit-appearance: none;
  display: block;
  padding-left: var(--form-padding-horizontal);
  padding-right: var(--form-padding-horizontal);
  padding-top: calc(var(--form-padding-vertical) + 5px);
  padding-bottom: calc(var(--form-padding-vertical) + 5px);
  border: 1px solid var(--color-border);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
  border-radius: var(--form-radius);
}
.Form__Input:focus, #shopify-product-reviews .spr-form-input-text:focus,
#shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .spr-form-input-textarea:focus,
.Form__Textarea:focus {
  border-color: currentColor;
  outline: none;
}
.Form__Input::placeholder, #shopify-product-reviews .spr-form-input-text::placeholder,
#shopify-product-reviews .spr-form-input-email::placeholder,
#shopify-product-reviews .spr-form-input-textarea::placeholder,
.Form__Textarea::placeholder {
  color: currentColor;
  opacity: 0.7;
}

.Form__Input:not(:placeholder-shown), #shopify-product-reviews .spr-form-input-text:not(:placeholder-shown),
#shopify-product-reviews .spr-form-input-email:not(:placeholder-shown),
#shopify-product-reviews .spr-form-input-textarea:not(:placeholder-shown) {
  padding-top: calc(var(--form-padding-vertical) + 12px);
  padding-bottom: calc(var(--form-padding-vertical) + -2px);
}

.input_bottom_border_only {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}

button.input_bottom_border_only.submit_arrow {
  right: 0;
  position: absolute;
}

.Form__FloatingLabel {
  position: absolute;
  top: 17px;
  left: var(--form-padding-horizontal);
  padding: 0;
  line-height: normal;
  color: var(--color-subdued);
  font-size: 10px;
  opacity: 0;
  background: transparent;
  pointer-events: none;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}

.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel, #shopify-product-reviews .spr-form-input-text:not(:placeholder-shown) ~ .Form__FloatingLabel,
#shopify-product-reviews .spr-form-input-email:not(:placeholder-shown) ~ .Form__FloatingLabel,
#shopify-product-reviews .spr-form-input-textarea:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  transform: translateY(0);
}

.Form__Checkbox {
  position: absolute;
  opacity: 0;
}

.Form__Checkbox ~ label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid var(--color-border);
  vertical-align: -2px;
}

.Form__Checkbox ~ svg {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.Form__Checkbox:checked ~ label::before {
  border-color: var(--color-ink);
}

.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}

.Form__Alert, #shopify-product-reviews .spr-form-message {
  margin-bottom: 20px;
}

.Form__Submit {
  display: block;
}

.Form__Label, #shopify-product-reviews .spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-11px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  line-height: normal;
}

.Form--spacingTight .Form__Item {
  margin-bottom: 15px;
}
.Form--spacingTight .Form__Alert, .Form--spacingTight #shopify-product-reviews .spr-form-message, #shopify-product-reviews .Form--spacingTight .spr-form-message {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .Form__Item,
.Form__Alert,
#shopify-product-reviews .spr-form-message {
    margin-bottom: 30px;
  }

  .Form__Group {
    display: flex;
  }

  .Form__Group > .Form__Item {
    flex: 1;
  }

  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }

  .Form--spacingTight .Form__Group > :nth-child(2) {
    margin-left: 15px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Form elements
 * ----------------------------------------------------------------------------
 */
.Form__Header {
  margin-bottom: 24px;
  text-align: center;
}

.Form__Hint {
  margin: 24px 0 0 0;
}

.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}

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

.Form__ItemHelp {
  position: absolute;
  right: var(--form-padding-horizontal);
  top: 50%;
  transform: translateY(-50%);
}

/**
 * ----------------------------------------------------------------------------
 * Styled select
 * ----------------------------------------------------------------------------
 */
select::-ms-expand {
  display: none;
}

.Select {
  position: relative;
  color: currentColor;
  line-height: 1;
  vertical-align: middle;
}

.Select svg {
  position: absolute;
  line-height: normal;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.Select select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  line-height: normal;
  /* Remove the ugly blue background on IE when a value is selected */
}
.Select select:focus::-ms-value {
  background: var(--color-reverse);
  color: var(--color-ink);
}

/* Make sure to have something easy to read... */
.Select option {
  background: white;
  color: black;
}

.Select--primary::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  background: var(--color-reverse);
  pointer-events: none;
}
.Select--primary select {
  width: 100%;
  background: var(--color-reverse);
  padding-left: var(--form-padding-horizontal);
  padding-right: 28px;
  padding-top: var(--form-padding-vertical);
  padding-bottom: var(--form-padding-vertical);
  border: 1px solid var(--color-border);
  transition: border-color 0.1s ease-in-out;
  border-radius: var(--form-radius);
}
.Select--primary select:active, .Select--primary select:focus {
  border-color: var(--color-ink);
  outline: none;
}
.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.Select--transparent select {
  padding-right: 15px;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-size: inherit;
  text-transform: uppercase;
}
.Select--transparent svg {
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}

/**
 * ----------------------------------------------------------------------------
 * Select button (emulate a select button without the actual select)
 * ----------------------------------------------------------------------------
 */
.SelectButton {
  position: relative;
  color: currentColor;
  padding: 2px 18px 2px 0;
  background: transparent;
  border: none;
}
.SelectButton svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}

.HorizontalList {
  list-style: none;
  margin: -6px -8px;
}

.HorizontalList__Item {
  display: inline-block;
  margin: 6px 8px 6px 8px;
}

.header__mega-menu-button {
  position: absolute;
  pointer-events: none;
  width: max-content;
  opacity: 0;
  transform: translate(-100%, 125%);
}

.header__mega-menu-button:focus,
.header__mega-menu-button:focus-visible {
  opacity: 1;
  pointer-events: all;
}

.HorizontalList__Item > .Link {
  display: inline-block;
}

.HorizontalList--spacingTight {
  margin-left: -8px;
  margin-right: -8px;
}

.HorizontalList--spacingTight .HorizontalList__Item {
  margin-right: 8px;
  margin-left: 8px;
}

.HorizontalList--spacingLoose {
  margin-left: -14px;
  margin-right: -14px;
}

.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}

.HorizontalList--spacingExtraLoose {
  margin-left: -17px;
  margin-right: -17px;
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-right: 17px;
  margin-left: 17px;
}

.HorizontalList--spacingFill {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}

.HorizontalList--spacingFill .HorizontalList__Item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }

  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
}
/**
 * This file contains various generic bloc to use with images
 */
/**
 * ----------------------------------------------------------------------------
 * Image overlay
 * ----------------------------------------------------------------------------
 */
.Image--contrast {
  position: relative;
}

.Image--contrast::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2));
}

.Image--contrast > * {
  z-index: 1;
}

.Image--extraPadding {
  padding: 30px;
}

/**
 * ----------------------------------------------------------------------------
 * Image lazy loader (integrates with lazy sizes)
 * ----------------------------------------------------------------------------
 */
@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}
.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}

.Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}

.Image--slideRight,
.Image--slideLeft {
  transform: translateX(25px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--slideLeft {
  transform: translateX(-25px);
}

.Image--lazyLoaded.Image--slideRight,
.Image--lazyLoaded.Image--slideLeft {
  opacity: 1;
  transform: translateX(0);
}

.Image__Loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--color-border);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.Image__Loader::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--color-ink);
}

.Image--lazyLoading + .Image__Loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.Image--lazyLoading + .Image__Loader::after {
  animation: lazyLoader 3s infinite;
  animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

.CollectionItem__ImageWrapper,
.ImageHero__ImageWrapper,
.MegaMenu__PushImageWrapper,
.PageHeader__ImageWrapper,
.CartItem__ImageWrapper,
.Article__ImageWrapper,
.ProductItem__ImageWrapper,
.CollectionItem__ImageWrapper,
.ProductMeta__ImageWrapper,
.Product__FeatureImageWrapper,
.ShopTheLook__ImageWrapper,
.Image--fadeIn.Image--lazyLoad,
.Image--lazyLoaded.Image--fadeIn,
.Image__Loader,
.AspectRatio::before {
  background-color: var(--color-reverse) !important;
}

.Illustrations .Image--fadeIn.Image--lazyLoad,
.Illustrations .Image--lazyLoaded.Image--fadeIn,
.Illustrations .AspectRatio::before,
.FeatureText__ImageWrapper .AspectRatio::before {
  background-color: rgba(255, 255, 255, 0.01) !important;
}

/**
 * ----------------------------------------------------------------------------
 * Aspect ratio
 * ----------------------------------------------------------------------------
 */
.AspectRatio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.AspectRatio::before {
  content: "";
  display: block;
}

.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}

.AspectRatio--withFallback > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-js .AspectRatio > img {
  display: none !important;
}

@supports (--css: variables) {
  /* For dynamic one, we use CSS variables, which makes it only compatible for newer browsers */
  .AspectRatio--withFallback {
    padding-bottom: 0 !important;
    /* For older browsers we use the padding-bottom trick, so make sure to remove it here */
  }

  .AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  .AspectRatio > img,
.no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.AspectRatio--square::before {
  padding-bottom: 100%;
}

.AspectRatio--short::before {
  padding-bottom: 75%;
}

.AspectRatio--tall::before {
  padding-bottom: 150%;
}

.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports (object-fit: contain) {
  .AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.Image--lazyLoad[data-sizes=auto] {
  width: 100%;
  /* this is needed to help LazySizes calculate the correct size */
}

/**
 * ----------------------------------------------------------------------------
 * List
 * ----------------------------------------------------------------------------
 */
.Linklist {
  list-style: none;
  padding: 0;
}
.all_caps {
  text-transform: uppercase;
}

.Linklist__Item {
  position: relative;
  display: block;
  margin-bottom: 8px;
  width: 100%;
  line-height: 1.25;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.Linklist__Item:last-child {
  margin-bottom: 0 !important;
}
.Linklist__Item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 100%;
  background: var(--color-ink);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.Linklist__Item > .Link {
  display: block;
  width: 100%;
  text-align: inherit;
}

.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px;
}

.Linklist .Linklist__Item.is-selected,
button.Popover__Value.is-selected span {
  border-bottom: 1px solid var(--color-ink);
  color: var(--color-ink);
  transition: opacity 0.1s ease-in-out;
  font-weight: 600;
}

.Linklist .Linklist__Item.is-selected button:hover,
.Linklist .Linklist__Item.is-selected button {
  color: var(--color-ink) !important;
}

.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid var(--color-border);
}

.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px;
}

.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px;
}

/**
 * Google map
 */
.FeaturedMap {
  max-width: 1150px;
  margin: 0 auto;
}

.FeaturedMap__MapContainer {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.FeaturedMap__GMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.FeaturedMap__Info {
  position: relative;
  margin: 0 auto;
  background: var(--color-light);
  text-align: left;
  z-index: 1;
  padding: 25px;
}

.FeaturedMap__Store {
  display: block;
  margin-bottom: 1.2em;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
}

.FeaturedMap__Address {
  margin-bottom: 1.2em;
}

.FeaturedMap__Location {
  margin-top: 2.7em;
}

@media screen and (min-width: 641px) {
  .FeaturedMap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding-top: 0;
    height: 550px;
  }

  .FeaturedMap__MapContainer {
    flex: 1 0 auto;
    height: 100%;
  }

  .FeaturedMap__Info {
    flex: none;
    min-width: 370px;
    width: 370px;
    padding: 50px 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * MEDIA API
 *
 * All those colors have been defined by Shopify and standardized by them
 * --------------------------------------------------------------------
 */
.plyr.plyr--full-ui.plyr--video {
  color: var(--color-ink);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--color-reverse);
  border-color: var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--color-light);
  border-color: var(--color-subdued);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: var(--color-subdued);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--color-subdued);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: var(--color-subdued);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: var(--color-subdued);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-ink);
  color: var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--color-ink);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(--color-subdued) 25%, transparent 25%, transparent 50%, var(--color-subdued) 50%, var(--color-subdued) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-ink);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-ink);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-ink);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-light);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-light);
  border-color: var(--color-subdued);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-ink);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: var(--color-subdued);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: var(--color-subdued);
  background: var(--color-subdued);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: var(--color-subdued);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--color-light);
  border-color: var(--color-subdued);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: var(--color-subdued);
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* For native one we use a different thing */
.VideoWrapper--native::after {
  display: none;
}
.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}

/**
 * --------------------------------------------------------------------
 * 3D MODEL WRAPPER
 * --------------------------------------------------------------------
 */
.ModelWrapper {
  position: relative;
  padding-bottom: 100%;
}
.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Anchor
 * ----------------------------------------------------------------------------
 */
.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}
@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height)));
    /* + var(--announcement-bar-height)));*/
  }
}

/**
 * ----------------------------------------------------------------------------
 * Loading bar
 * ----------------------------------------------------------------------------
 */
.LoadingBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background: var(--color-ink);
  transition: width 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}

.LoadingBar.is-visible {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .LoadingBar {
    height: 3px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Placeholder (used within the theme editor only)
 * ----------------------------------------------------------------------------
 */
.PlaceholderSvg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.PlaceholderSvg--dark {
  background: dimgray;
  fill: #a1a1a1;
}

.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  background-size: cover;
  background-position: center;
}
.PlaceholderBackground.PlaceholderBackground--Primary {
  background-image: url("Placeholder_Primary.png");
}
.PlaceholderBackground.PlaceholderBackground--Secondary {
  background-image: url("Placeholder_Secondary.png");
}
.PlaceholderBackground.PlaceholderBackground--Ink {
  background-image: url("Placeholder_Ink.png");
}
.PlaceholderBackground.PlaceholderBackground--Reverse {
  background-image: url("Placeholder_Reverse.png");
}
.PlaceholderBackground.PlaceholderBackground--Light {
  background-image: url("Placeholder_Light.png");
}

.PlaceholderBackground__Svg {
  height: 100% !important;
  width: auto !important;
  min-width: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Quantity selector
 * ----------------------------------------------------------------------------
 */
.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--form-radius);
  padding-left: var(--form-padding-horizontal);
  padding-right: var(--form-padding-horizontal);
  padding-top: var(--form-padding-vertical);
  padding-bottom: var(--form-padding-vertical);
  white-space: nowrap;
}
.QuantitySelector svg {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
}

.QuantitySelector__Button {
  display: inline-block;
  padding: 0 9px;
  /* this allows to slightly increase the clickable area */
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.QuantitySelector__CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
}
.QuantitySelector--large svg {
  width: 11px;
  height: 11px;
}

/**
 * ----------------------------------------------------------------------------
 * Product price
 * ----------------------------------------------------------------------------
 */
.Price {
  display: inline-block;
}

.ProductList .Price {
  font-size: 1rem;
}

.Price--highlight {
  color: var(--color-urgency);
}

.Price--compareAt {
  position: relative;
  margin-left: 10px;
  color: #595959;
}
.Price--compareAt::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -0.2em;
  width: calc(100% + 0.4em);
  height: 1px;
  background: currentColor;
}

/**
 * ----------------------------------------------------------------------------
 * Color swatch
 * ----------------------------------------------------------------------------
 */
.ColorSwatch {
  position: relative;
  display: flex;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: var(--swatch-radius);
  text-indent: calc(var(--swatch-size) * 1.4);
}
.ColorSwatch::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  border-radius: var(--swatch-radius);
}
.ColorSwatch:hover::after {
  border: 1px solid var(--color-border);
}

.ColorSwatch__Label {
  display: none;
}

.ColorSwatch--small {
  width: var(--grid-swatch-size);
  height: var(--grid-swatch-size);
}

.ColorSwatch--sold-out::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 142%;
  background-color: var(--color-urgency);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ColorSwatch--white {
  border: 1px solid var(--color-border);
}

.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after {
  border: 1px solid var(--color-ink) !important;
}

.ColorSwatch__Radio:focus-visible + .ColorSwatch::after {
  box-shadow: 0 0 0 2px #005fcc;
}

.ColorSwatch__Radio {
  position: absolute;
  opacity: 0;
}

.Collapsible .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 10px;
}

.Collapsible--autoExpand .ColorSwatchList {
  padding-top: 8px;
  padding-bottom: 12px;
}

/**
 * ----------------------------------------------------------------------------
 * Size swatch
 * ----------------------------------------------------------------------------
 */
.SizeSwatch {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 10px 10px;
  border: 1px solid var(--color-border);
  color: var(--color-subdued);
  cursor: pointer;
}

.SizeSwatch.disabled {
  cursor: default;
  background: url("icon_grayx.svg") no-repeat 50% 50%;
}

.SizeSwatch__Radio,
.StyleWithSizeSwatch__Radio {
  display: none;
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch,
.StyleWithSizeSwatch__Radio:checked + .SizeSwatch {
  border-color: var(--color-ink);
  color: var(--color-ink);
}

.SizeSwatch.disabled {
  border: 1px solid var(--color-border) !important;
}

/**
 * ----------------------------------------------------------------------------
 * Alerts
 * ----------------------------------------------------------------------------
 */
.Alert, #shopify-product-reviews .spr-form-message {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
}

.Alert--large {
  padding: 18px 20px;
}

.Alert--error, #shopify-product-reviews .spr-form-message-error {
  background: #e4c4c4;
  color: #cb2b2b;
}

.Alert--success, #shopify-product-reviews .spr-form-message-success {
  background: #d2e4c4;
  color: #307a07;
}

.Alert__ErrorList {
  list-style: none;
}

@media screen and (min-width: 641px) {
  .Alert--large {
    padding: 18px 30px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Segment
 * ----------------------------------------------------------------------------
 */
.Segment + .Segment {
  margin-top: 50px;
}

.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-subdued);
}

.Segment__Title--flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Segment__ActionList {
  margin-top: 16px;
}

.Segment__ActionItem {
  line-height: 1.4;
}

.Segment__ActionItem + .Segment__ActionItem {
  margin-left: 20px;
}

.Segment__ButtonWrapper {
  margin-top: 32px;
}

@media screen and (min-width: 641px) {
  .Segment__Title {
    margin-bottom: 34px;
  }

  .Segment__ActionList {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .Segment + .Segment {
    margin-top: 65px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Empty state
 * ----------------------------------------------------------------------------
 */
.EmptyState {
  margin: 140px 0;
  text-align: center;
}

.EmptyState__Action {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .EmptyState {
    margin: 200px 0;
  }
}
@media screen and (min-width: 1140px) {
  .EmptyState {
    margin: 250px 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Spinner
 * ----------------------------------------------------------------------------
 */
@keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.BouncingSpinner {
  display: block;
  text-align: center;
}

.BouncingSpinner > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 100%;
  animation: bouncingSpinnerAnimation 1.4s infinite ease-in-out both;
}

.BouncingSpinner > span:first-child {
  animation-delay: -0.32s;
}

.BouncingSpinner > span:nth-child(2) {
  animation-delay: -0.16s;
}

/**
 * ----------------------------------------------------------------------------
 * Video
 * ----------------------------------------------------------------------------
 */
.Video__PlayButton {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  height: 60px;
  width: 60px;
  cursor: pointer;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Video__PlayButton:hover {
    transform: scale(1.05);
  }
}

.Video__PlayButton svg {
  width: 60px;
  height: 60px;
  pointer-events: none;
}

/**
 * ----------------------------------------------------------------------------
 * Announcement bar
 * ----------------------------------------------------------------------------
 */
.AnnouncementBar {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  z-index: 10;
}

.AnnouncementBar.utility-small,
.AnnouncementBar .utility-small {
  margin-bottom: 0px !important;
}

.AnnouncementBar__Wrapper .swiper-slide {
  padding: 12px 40px;
}

html.zoom-level-over-8 .AnnouncementBar__Wrapper {
  padding: .43em .55em;
}

.AnnouncementBar__Content {
  color: inherit;
  margin: 0;
}

.AnnouncementBar .swiper-button-next,
.AnnouncementBar .swiper-button-prev {
  color: #000;
}

.AnnouncementBar .swiper-button-next:after,
.AnnouncementBar .swiper-button-prev:after {
  font-size: 15px;
}

.AnnouncementBar__Localization {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 1;
}

.AnnouncementBar__Localization .SelectButton {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .AnnouncementBar__Localization {
    display: block;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Share buttons
 * ----------------------------------------------------------------------------
 */
.ShareButtons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.ShareButtons__Item {
  display: table-cell;
  width: 60px;
  height: 45px;
  min-height: 45px;
  color: var(--color-subdued);
  text-align: center;
  vertical-align: middle;
  background: var(--color-reverse);
  border: 1px solid var(--color-border);
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: all 0.2s ease-in-out;
}
.ShareButtons__Item svg {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}

.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
  background: #4469af;
  color: #ffffff;
  border-color: #4469af;
  outline: 1.5px solid #4469af;
}

.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
  background: #c8232c;
  color: #ffffff;
  border-color: #c8232c;
  outline: 1.5px solid #c8232c;
}

.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
  background: #00aced;
  color: #ffffff;
  border-color: #00aced;
  outline: 1.5px solid #00aced;
}

@media screen and (min-width: 641px) {
  .ShareButtons {
    width: auto;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */
.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--color-light);
  color: var(--color-ink);
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-18px;
}

.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-14px;
  opacity: 0.5;
}

@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Shopify CAPTCHA
 * ----------------------------------------------------------------------------
 */
.shopify-challenge__container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.shopify-challenge__container .shopify-challenge__button {
  position: relative;
  display: inline-block;
  line-height: normal;
  border: 1px solid transparent;
  text-align: center;
  background: var(--color-ink);
  color: var(--color-reverse);
}

/**
 * ----------------------------------------------------------------------------
 * Newsletter (home page)
 * ----------------------------------------------------------------------------
 */
.Newsletter.Form {
  position: relative;
}
.Newsletter .Form__Submit {
  position: absolute;
  right: var(--form-padding-horizontal);
}

.submit_text {
  top: 50%;
  transform: translateY(-50%);
}

.submit_arrow {
  -webkit-mask: url("icon_arrow.svg") no-repeat 50% 50%;
  mask: url("icon_arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: fit;
  mask-size: fit;
  background-color: currentColor;
  top: 0;
  bottom: 0;
  width: 20px;
  margin-bottom: 0 !important;
}

.ImageHero--newsletter .SectionHeader.SectionHeader {
  margin-bottom: 30px;
}

.Newsletter .Form__Input::placeholder, .Newsletter #shopify-product-reviews .spr-form-input-text::placeholder, #shopify-product-reviews .Newsletter .spr-form-input-text::placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-email::placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-email::placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-textarea::placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-textarea::placeholder {
  color: inherit;
}

.Newsletter .Form__Input:focus, .Newsletter #shopify-product-reviews .spr-form-input-text:focus, #shopify-product-reviews .Newsletter .spr-form-input-text:focus,
.Newsletter #shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .Newsletter .spr-form-input-email:focus,
.Newsletter #shopify-product-reviews .spr-form-input-textarea:focus,
#shopify-product-reviews .Newsletter .spr-form-input-textarea:focus {
  border-color: currentColor;
}

.Newsletter .Form__Input, .Newsletter #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Newsletter .spr-form-input-text,
.Newsletter #shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .Newsletter .spr-form-input-email,
.Newsletter #shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .Newsletter .spr-form-input-textarea {
  border-color: currentColor;
}

.ImageHero--newsletter .ImageHero__ContentOverlay {
  max-width: 400px;
}

@media screen and (max-width: 640px) {
  .ImageHero--newsletter {
    min-height: 450px !important;
  }
}
.Newsletter__Inner {
  position: relative;
}

@media screen and (min-width: 641px) {
  .Newsletter__Inner {
    display: flex;
  }

  .Newsletter .Form__Input, .Newsletter #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Newsletter .spr-form-input-text,
.Newsletter #shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .Newsletter .spr-form-input-email,
.Newsletter #shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .Newsletter .spr-form-input-textarea {
    width: 100%;
  }

  .Newsletter .Form__Submit {
    margin: 0 0 0 20px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * TOOLTIP
 * ----------------------------------------------------------------------------
 */
@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip]:not(.ColorSwatch--sold-out[data-tooltip]) {
    position: relative;
  }
  [data-tooltip]:not(.ColorSwatch--sold-out[data-tooltip])::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: 70%;
    left: 70%;
    padding: 4px 11px 3px 11px;
    white-space: nowrap;
    border: 1px solid var(--color-border);
    background: var(--color-light);
    color: var(--color-subdued);
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-13px;
    font-size: 13px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
    text-indent: 0;
    text-transform: capitalize;
  }
  [data-tooltip]:not(.ColorSwatch--sold-out[data-tooltip]):hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 15px 20px 20px 20px;
  z-index: 20;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--color-reverse);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@supports (--css: variables) {
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}

.Modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.Modal--dark {
  background: var(--color-light);
  color: var(--color-ink);
}
.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--color-ink);
}

.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
}

.Modal--pageContent {
  padding: 60px 0 50px 0;
}

.Modal--videoContent {
  justify-content: center;
  background: #000000;
  /* Full theatre experience ! */
  color: #ffffff;
}

.Modal .Heading:not(.Link) {
  color: inherit;
}

.Modal__Header {
  margin-bottom: 30px;
  text-align: center;
}

.Modal__Close {
  display: block;
  margin: 25px auto 0 auto;
  flex-shrink: 0;
}

.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.Modal__Close--outside:hover {
  opacity: 1;
}
.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}

.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}

.Modal__Content iframe {
  display: none;
}

.Modal[aria-hidden=false] .Modal__Content iframe {
  display: block;
}

/* We override some styles for common elements like table */
.Modal__Content th,
.Modal__Content td {
  border-color: var(--color-border) !important;
}
.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: var(--color-light) !important;
}

@media screen and (min-width: 641px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px 40px;
  }
}
@media screen and (min-width: 1008px) {
  .Modal {
    flex-direction: column;
  }

  .Modal--pageContent {
    padding: 100px 0 80px 0;
  }

  .Modal--pageContent .Modal__Content {
    flex: 1 0 0;
  }

  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * A11Y
 * ----------------------------------------------------------------------------
 */
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-ink);
  background-color: var(--color-reverse);
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/**
 * ----------------------------------------------------------------------------
 * Page overlay
 * ----------------------------------------------------------------------------
 */
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}

/**
 * ----------------------------------------------------------------------------
 * Page header
 * ----------------------------------------------------------------------------
 */
.PageHeader {
  position: relative;
  margin: 40px 0;
}

.PageHeader .SectionHeader {
  margin-bottom: 0;
}

.account__container .PageHeader {
  margin: unset;
  margin-bottom: 40px;
}


.PageHeader--withBackground {
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: calc(-1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
    height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
  }
}

.PageHeader .SectionHeader__Heading,
.PageHeader .SectionHeader__Description {
  margin-top: 0 !important;
}

.PageHeader .Alert, .PageHeader #shopify-product-reviews .spr-form-message, #shopify-product-reviews .PageHeader .spr-form-message {
  margin-top: 22px;
}

.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: initial;
}

/* Double selector is just to increase specificity and avoid !important */
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: absolute;
  padding: 60px 0 80px 0;
}
.PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--left {
  text-align: left;
  left: 0;
  margin: 0;
  height: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 33.33%;
}
.PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--left h1.SectionHeader__Heading {
  /*max-width: 200px;*/
}
.PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--right {
  text-align: right;
  right: 0;
  margin: 0;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 33.33%;
  height: 100%;
}
.PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--center {
  text-align: center;
  margin: 0;
  padding: 40px;
}

@supports (--css: variables) {
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}

@media screen and (max-width: 1007px) {
  .template-collection .PageHeader--withBackground {
    display: block;
    min-height: auto !important;
    background: none !important;
  }

  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--center,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--left,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--right {
    position: static;
    padding: 2rem;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    min-width: 100% !important;
  }

  .template-collection .PageHeader--withBackground .PageHeader__ImageWrapper {
    display: none;
  }
}

@media screen and (max-width: 23em) {
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--center,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--left,
  .template-collection .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--right {
    padding: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .PageHeader {
    margin: 80px 0;
  }

    .account__container .PageHeader {
    margin: unset;
    margin-bottom: 80px;
  }

  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(380px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 420px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(350px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(410px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0;
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--left {
    margin-left: 0;
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader.SectionHeader--right {
    /*margin-right: 60px;*/
  }
  @supports (--css: variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1140px) {
  .PageHeader--withBackground {
    min-height: 550px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(450px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(400px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(520px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(600px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 600px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(550px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(650px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page layout (to create two columns) and content
 * ----------------------------------------------------------------------------
 */
.PageLayout__Section:first-child {
  margin-bottom: 60px;
}

.PageLayout__Section--sticky {
  position: sticky;
  top: 75px;
  align-self: flex-start;
}
@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
}

@media screen and (min-width: 641px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }

  .PageLayout__Section {
    flex: 1 0 0;
  }

  .PageLayout__Section:first-child {
    margin-bottom: 0;
  }

  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }

  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }

  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }

  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.PageContent {
  max-width: 1000px;
  margin: 0 auto 60px;
  background-size: cover;
}

.PageContent--fitScreen {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
}
@supports (--css: variables) {
  .PageContent--fitScreen {
    min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 120px);
    /* 120px is the margin */
  }
}

.PageContent--narrow {
  max-width: 680px;
}

.PageContent--extraNarrow {
  max-width: 400px;
}

.PageHeader + .PageContent {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .PageContent--fitScreen {
    min-height: calc(100vh - 160px);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 160px);
      /* 160px is the margin */
    }
  }
}

.PageContent--margin {
  margin-top: 60px;
}

.Pagination {
  margin: 50px 0 0;
  text-align: center;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-12px;
  line-height: 1;
}

.Pagination__Nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 12px;
  font-family: var(--text-font-family);
}

.Pagination__NavItem {
  display: inline-block;
  margin: 0 3px;
  padding: 7px;
  border: none;
}

.Pagination__NavItem svg {
  max-width: 21px;
}

.Pagination__NavItem.is-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ink);
  background-color: var(--color-brand-secondary);
  border-radius: 50%;
  padding: 0;
  margin: 0 10px;
  width: 20px;
  height: 20px;
}

.Pagination__NavItem--prev {
  margin: 0 20px 0 0;
  padding: 0;
}

.Pagination__NavItem--next {
  margin: 0 0 0 20px;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .Pagination {
    margin: 50px 0 0;
  }
}

@media screen and (min-width: 1140px) {
  .Pagination {
    margin: 50px 0 0;
  }
}
.Panel {
  position: relative;
  border: 1px solid var(--color-border);
  padding: 60px 24px;
}

.Panel--withArrows {
  margin: 0 15px;
}

.Panel--flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Panel__Title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 14px 0 18px;
  transform: translate(-50%, -50%);
  background: var(--color-reverse);
  white-space: nowrap;
}

.Panel .flickity-prev-next-button {
  top: calc(50% - (45px / 2));
}

.Panel .flickity-prev-next-button.next {
  right: calc(-45px / 2);
}

.Panel .flickity-prev-next-button.previous {
  left: calc(-45px / 2);
}

@media screen and (min-width: 641px) {
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .Panel--withArrows {
    margin-left: 0;
    margin-right: 0;
  }
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--color-reverse);
  border: 1px solid var(--color-border);
  z-index: 10;
  box-shadow: var(--elevation1);
  touch-action: manipulation;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

div#collection-sort-popover {
  margin-top: -10px;
}

#collection-sort-popover svg.Icon.Icon--close {
  height: 15px;
}

.Popover--secondary {
  background: var(--color-reverse);
}

.Popover[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}

.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}

.Popover__ValueList {
  list-style: none;
  max-height: 385px;
  padding: 18px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Popover__Value {
  display: block;
  padding: .86em 1.4em;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: var(--color-subdued);
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.Popover__Value:focus {
  background: var(--color-reverse);
  outline: none;
}

.Popover__Value.is-selected {
  color: var(--color-ink);
  font-weight: 600;
}

.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid var(--color-border);
}

@media screen and (min-width: 1008px) {
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .Popover::before {
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border-style: solid;
  }

  .Popover--noWrap {
    white-space: nowrap;
  }

  .Popover--withMinWidth {
    min-width: 420px;
  }

  .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--color-reverse) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop::before {
    top: 100%;
    border-width: 10px 10px 0 10px;
    border-color: var(--color-reverse) transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionLeft::before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--color-reverse);
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop.Popover--alignCenter::before,
.Popover--positionBottom.Popover--alignCenter::before {
    left: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignCenter::before {
    top: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignBottom::before {
    top: 15px;
  }

  .Popover--positionLeft.Popover--alignTop::before {
    bottom: 10px;
  }

  .Popover[aria-hidden=false] {
    opacity: 1;
    transform: none;
  }

  .Popover__Header {
    display: none;
  }

  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
  }

  .Popover--withMinWidth .Popover__Value,
.Popover__ValueList--center .Popover__Value {
    text-align: center;
  }

  .Popover--small.Popover--positionTop::before {
    border-width: 8px 8px 0 8px;
  }
  .Popover--small.Popover--positionBottom::before {
    border-width: 0 8px 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 32px;
  }
}


  html.zoom-level-over-8 .Popover__Header {
    padding: .5em .71em;
  }

  html.zoom-level-over-8 .Popover__ValueList {
    max-height: 100vh;
    padding: .6em 0;
  }

  html.zoom-level-over-8 .Popover__Value {
    font-size: .5em;
  }


.Rte {
  word-break: break-word;
  /* Prevent long words to go outside the container */
  /* Simple, minimum clearfix added to every RTE text to avoid issue with float */
}
.Rte::after {
  content: "";
  display: block;
  clear: both;
}
.Rte iframe {
  max-width: 100%;
}
.Rte img {
  display: block;
  margin: 0 auto;
}
.Rte a:not(.Button):not(.shopify-payment-button__button--unbranded):not(.shopify-payment-button__more-options) {
  color: var(--inline-link_color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--inline-link_color);
  text-decoration-color: var(--inline-link_color);
  text-underline-position: under;
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
.Rte a:not(.Button):not(.shopify-payment-button__button--unbranded):not(.shopify-payment-button__more-options):hover {
  color: var(--inline-link_hover-color);
  -webkit-text-decoration-color: var(--inline-link_hover-color);
  text-decoration-color: var(--inline-link_hover-color);
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: var(--base-text_margin-bottom);
}
.Rte img,
.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ul, .Rte ol {
  margin-left: 30px;
  padding-left: 0;
  list-style-position: outside;
}
.Rte li {
  padding: 5px 0;
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  font-style: var(--heading-font-style);
  color: var(--color-ink);
  transition: color 0.2s ease-in-out;
}
.Rte h1 {
  margin: 0 0 var(--h1_margin-bottom);
}
.Rte h2 {
  margin: 0 0 var(--h2_margin-bottom);
}
.Rte h3 {
  margin: 0 0 var(--h3_margin-bottom);
}
.Rte h4 {
  margin: 0 0 var(--h4_margin-bottom);
}
.Rte h5 {
  margin: 0 0 var(--h5_margin-bottom);
}
.Rte h6 {
  margin: 0 0 var(--h6_margin-bottom);
}
.Rte blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid var(--color-border);
}
.Rte p:last-child,
.Rte blockquote:last-child,
.Rte ul:last-child,
.Rte ol:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1008px) {
  .Rte img,
.Rte .VideoWrapper,
.Rte .Form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
}
.shopify-section--hidden {
  display: none;
}

/* Section Spacing */
.padding-bottom {
  padding-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.Section--spacing-normal {
  margin: 0 0;
}

.Section--spacing-medium {
  margin: 30px 0;
}

.Section--spacing-large {
  margin: 60px 0;
}

/* Section Padding */
.Section--padding-normal {
  margin: 0;
}

.Section--padding-medium {
  margin: 30px;
}

.Section--padding-large {
  margin: 60px;
}

.SectionHeader {
  margin-top: 0;
  margin-bottom: var(--space-med);
}
.SectionHeader.add_space_bottom {
  margin-bottom: var(--space-med);
}
.SectionHeader.add_space_top {
  margin-top: var(--space-med);
}
.SectionHeader.less_space_bottom {
  margin-bottom: var(--space-sm);
}

@media screen and (min-width: 1008px) {
  .SectionHeader.add_space_bottom {
    margin-bottom: 0;
  }
  .SectionHeader.add_space_top {
    margin-top: 0;
  }
}
.SectionHeader--left {
  text-align: left;
}

.SectionHeader--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.SectionHeader .Button, .SectionHeader #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .SectionHeader .spr-pagination-prev > a,
.SectionHeader #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .SectionHeader .spr-pagination-next > a, .SectionHeader #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .SectionHeader input.spr-button-primary, .SectionHeader #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .SectionHeader .spr-summary-actions-newreview,
.SectionHeader #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .SectionHeader .spr-button-primary:not(input), .SectionHeader .shopify-payment-button__button--unbranded, .SectionHeader .shopify-payment-button__more-options, .SectionHeader .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .SectionHeader .shopify-challenge__button {
  margin-top: var(--space-med);
  margin-bottom: 0;
}

.SectionHeader__Description a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-position: under;
}

.SectionHeader__IconHolder {
  margin-top: 30px;
}

/* The SectionFooter is usually use at the end of a given section to redirect somewhere else */
.SectionFooter {
  margin-top: 10px;
}
.SectionFooter .Button, .SectionFooter #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .SectionFooter .spr-pagination-prev > a,
.SectionFooter #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .SectionFooter .spr-pagination-next > a, .SectionFooter #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .SectionFooter input.spr-button-primary, .SectionFooter #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .SectionFooter .spr-summary-actions-newreview,
.SectionFooter #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .SectionFooter .spr-button-primary:not(input), .SectionFooter .shopify-payment-button__button--unbranded, .SectionFooter .shopify-payment-button__more-options, .SectionFooter .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .SectionFooter .shopify-challenge__button {
  margin-bottom: 0;
}

@media screen and (min-width: 1008px) {
  .Section--spacing-normal {
    margin: 0 0;
  }

  .Section--spacing-medium {
    margin: 30px 0;
  }

  .Section--spacing-large {
    margin: 80px 0;
  }

  .SectionFooter {
    margin-top: 10px;
  }
}
.TableWrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Table, .Rte table {
  width: 100%;
  border-collapse: separate;
  white-space: nowrap;
}
.Table th, .Rte table th,
.Table td,
.Rte table td {
  padding: 18px 10px;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}
.Table th:first-child, .Rte table th:first-child,
.Table td:first-child,
.Rte table td:first-child,
.Table tfoot td:empty + td,
.Rte table tfoot td:empty + td {
  padding-left: 0;
}
.Table th:last-child, .Rte table th:last-child,
.Table td:last-child,
.Rte table td:last-child {
  padding-right: 0;
}
.Table th, .Rte table th {
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Table thead th:first-child:empty, .Rte table thead th:first-child:empty,
.Table tbody th:first-child,
.Rte table tbody th:first-child {
  position: sticky;
  left: 0;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  background: var(--color-reverse);
  white-space: normal;
}
.Table tbody th:first-child, .Rte table tbody th:first-child {
  border-right: 1px solid var(--color-border);
}
.Table tfoot td:empty, .Rte table tfoot td:empty {
  border-bottom: none;
}

.Table--large td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.Table--noBorder tbody tr:not(:last-child) td {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .TableWrapper {
    margin-right: -24px;
    margin-left: -24px;
  }

  .TableWrapper > .Table, .Rte .TableWrapper > table {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .Table, .Rte table {
    white-space: normal;
  }

  .Table--large td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.TabList {
  white-space: nowrap;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 40px;
  overflow-x: auto;
}

.TabList__Item {
  position: relative;
  color: inherit;
  opacity: 0.75;
  margin: 0;
}
.TabList__Item::after {
  position: relative;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: currentColor;
  transition: width 0.25s ease-in-out;
}

.TabList__Item.is-active {
  opacity: 1;
}

.TabList__Item.is-active::after {
  width: 100%;
}

.TabPanel {
  display: none;
}

.TabPanel[aria-hidden=false] {
  display: block;
}

@media screen and (min-width: 641px) {
  .TabList {
    margin: 30px 0 60px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Layout override
 * ----------------------------------------------------------------------------
 */
.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px;
}
.template-customers .Form__Input ~ .Form__FloatingLabel, .template-customers #shopify-product-reviews .spr-form-input-text ~ .Form__FloatingLabel, #shopify-product-reviews .template-customers .spr-form-input-text ~ .Form__FloatingLabel,
.template-customers #shopify-product-reviews .spr-form-input-email ~ .Form__FloatingLabel,
#shopify-product-reviews .template-customers .spr-form-input-email ~ .Form__FloatingLabel,
.template-customers #shopify-product-reviews .spr-form-input-textarea ~ .Form__FloatingLabel,
#shopify-product-reviews .template-customers .spr-form-input-textarea ~ .Form__FloatingLabel {
  background-color: var(--account_background_color);
  color: var(--account_text_color);
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------------
 */
.AddressList {
  margin-bottom: -40px;
}
.AddressList .Grid__Cell {
  margin-bottom: 40px;
}

.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .Modal--address .Modal__Header {
    margin-top: 35px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .OrderAddresses {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 641px) {
  .AddressList {
    margin-bottom: -60px;
  }
  .AddressList .Grid__Cell {
    margin-bottom: 60px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Account table
 * ----------------------------------------------------------------------------
 */
.AccountTable th {
  padding-top: 0;
  padding-bottom: 10px;
}

.AccountTable tfoot span + span {
  padding-left: 18px;
}

.AccountTable .CartItem__PriceList {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .AccountTable .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article inner
 * ----------------------------------------------------------------------------
 */
.Article__ImageWrapper {
  max-width: 620px;
  margin: 0 auto;
  aspect-ratio: 0.8;
}

.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@supports (--css: variables) {
  .Article__Image {
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}

.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 90px auto;
  padding: 24px 24px 0 24px;
  background: var(--color-reverse);
}

.Article__Header {
  margin-bottom: 35px;
}

.Article__Meta {
  margin-bottom: 18px;
}

.Article__MetaItem + .Article__MetaItem::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0 15px;
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-10px;
  vertical-align: middle;
  background: currentColor;
}

.Article__Footer {
  margin-top: 45px;
}

.Article__ShareButtons {
  margin-top: 42px;
}

@media screen and (min-width: 641px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0 50px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }

  .Article__Header {
    margin-bottom: 45px;
  }

  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }

  .Article__ShareButtons {
    margin-top: 0;
  }
}
@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px;
  }

  .Article__ImageWrapper {
    height: 450px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------
 */
.Article__CommentForm {
  margin-top: 40px;
}

.Article__Comments,
.Article__CommentFormWrapper {
  margin: 80px 0;
}

.Article__Comments .Pagination {
  margin-top: 40px;
}

.ArticleComment {
  margin-top: 35px;
}

.ArticleComment + .ArticleComment {
  padding-top: 35px;
  border-top: 1px solid var(--color-border);
}

.ArticleComment__Body {
  margin-bottom: 18px;
}

.ArticleComment__Date {
  margin-left: 15px;
}

@media screen and (min-width: 641px) {
  .Article__Comments,
.Article__CommentFormWrapper {
    margin: 105px 0;
  }

  .Article__Comments .Pagination {
    margin-top: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Toolbar
 * ----------------------------------------------------------------------------
 */
.ArticleToolbar {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 16px 30px;
  background: var(--color-light);
  color: var(--color-ink);
  z-index: 2;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@supports (--css: variables) {
  .ArticleToolbar {
    top: calc(var(--use-sticky-header, 0) * var(--header-height));
  }
}

.ArticleToolbar__Grid {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.ArticleToolbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ArticleToolbar .Link:hover {
  color: var(--color-ink);
}

.ArticleToolbar .Text--subdued {
  color: var(--color-subdued);
}

.ArticleToolbar__ArticleTitle {
  position: relative;
  max-width: 400px;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: var(--color-ink);
}

.ArticleToolbar__ShareList {
  display: inline-block;
}

.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}

.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}
.ArticleToolbar__Nav svg {
  color: var(--color-ink);
}

.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: var(--color-light);
  vertical-align: middle;
}

.ArticleToolbar__NavItem svg {
  vertical-align: -1px;
}

.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}

.ArticleToolbar__NavItem--next svg {
  margin-left: 6px;
}

@media screen and (min-width: 1008px) {
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
    width: 550px;
  }

  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article navigation
 * ----------------------------------------------------------------------------
 */
.ArticleNav {
  padding: 75px 0;
  background: var(--color-light);
  color: var(--color-ink);
}

.ArticleNav .Heading {
  color: inherit;
}

.ArticleNav__Item {
  display: block;
}

.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px;
  }
}
@media screen and (min-width: 641px) {
  .ArticleNav {
    padding: 85px 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article item
 * ----------------------------------------------------------------------------
 */
.ArticleListWrapper {
  max-width: 1260px;
  margin: 0 auto 60px auto;
}

.ArticleList {
  margin-bottom: -60px;
}

.ArticleList .Grid__Cell {
  margin-bottom: var(--space-lg);
}

.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}

.ArticleItem__Image {
  display: block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transform: scale(1);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .ArticleItem:hover .ArticleItem__Image,
.ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    transform: scale(1.2);
  }
}
.ArticleItem__Content {
  margin: 0 8px;
}

.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}

.ArticleItem__Excerpt {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1008px) {
  .ArticleListWrapper {
    margin-bottom: 100px;
  }

  .ArticleList {
    margin-bottom: -100px;
  }

  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Blog
 * ----------------------------------------------------------------------------
 */
.Blog__RssLink {
  margin-left: 14px;
  vertical-align: baseline;
}
.Blog__RssLink svg {
  width: 10px;
  height: 10px;
}

.Blog__TagList {
  padding-top: 8px;
}

.Blog__TagList .Link.is-active::after {
  display: block;
  content: "";
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentColor;
}

@media screen and (max-width: 640px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 641px) {
  .ArticleList + .Pagination {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-section-blog-template + #shopify-section-shop-now {
    margin-top: 150px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Shipping estimator
 * ----------------------------------------------------------------------------
 */
.ShippingEstimator__Results {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
  margin-top: 32px;
}

.ShippingEstimator__Results p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .ShippingEstimator__Submit {
    width: 100%;
  }

  .ShippingEstimator__Country,
.ShippingEstimator__Province,
.ShippingEstimator__Zip {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .ShippingEstimator__Form {
    display: flex;
  }

  .ShippingEstimator__Form > *:not(:first-child) {
    margin-left: 20px;
  }

  .ShippingEstimator__Country,
.ShippingEstimator__Province {
    margin-bottom: 0;
  }

  .ShippingEstimator__Zip {
    margin-bottom: 0;
    max-width: 130px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collection item (for list of collections)
 * ----------------------------------------------------------------------------
 */
.CollectionList::after {
  content: "flickity";
  display: none;
}

.CollectionItem__Wrapper {
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.CollectionItem__ImageWrapper {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.CollectionItem__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.CollectionItem__Content {
  position: absolute;
  padding: 30px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.CollectionItem__Content .SectionHeader {
  margin: 0;
}
.CollectionItem__Content .Button, .CollectionItem__Content #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .CollectionItem__Content .spr-pagination-prev > a,
.CollectionItem__Content #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .CollectionItem__Content .spr-pagination-next > a, .CollectionItem__Content #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .CollectionItem__Content input.spr-button-primary, .CollectionItem__Content #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .CollectionItem__Content .spr-summary-actions-newreview,
.CollectionItem__Content #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .CollectionItem__Content .spr-button-primary:not(input), .CollectionItem__Content .shopify-payment-button__button--unbranded, .CollectionItem__Content .shopify-payment-button__more-options, .CollectionItem__Content .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .CollectionItem__Content .shopify-challenge__button {
  margin-bottom: 0;
  margin-top: 20px;
}

.CollectionItem__Content.CollectionItem__TextBelowImage {
  position: relative;
  padding: 20px 0;
  top: unset;
  left: unset;
  transform: none;
}

.CollectionItem__Content--topCenter,
.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
  text-align: center;
}

.CollectionItem__Content--topRight,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right;
}

.CollectionItem__Content--topLeft,
.CollectionItem__Content--topRight,
.CollectionItem__Content--topCenter {
  top: 0;
  bottom: auto;
  left: 0;
  transform: none;
}

.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--bottomCenter {
  bottom: 0;
  top: auto;
  left: 0;
  transform: none;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .CollectionItem:hover .CollectionItem__ImageWrapper {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 640px) {
  .CollectionList--grid {
    margin: -12px 12px 12px 12px;
  }

  .CollectionList--grid .CollectionItem {
    padding: 12px;
  }
  .CollectionList .CollectionItem__Image {
    padding: 4px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) {
  .CollectionList {
    display: flex;
    margin-bottom: 0;
  }
  .CollectionList .CollectionItem {
    min-width: auto;
  }
  .CollectionList .CollectionItem__Content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .CollectionList::after {
    content: "";
    /* disable Flickity */
  }

  .CollectionList--spaced {
    margin: 15px;
  }

  .CollectionList--spaced .CollectionItem {
    padding: 15px;
  }

  .CollectionItem {
    display: block !important;
    flex: 1 1 0;
    min-width: 50%;
  }

  .CollectionItem--expand {
    flex-grow: 1;
  }

  .CollectionItem__Content {
    padding: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .CollectionItem {
    min-width: 33.33333%;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collection toolbar
 * ----------------------------------------------------------------------------
 */
.CollectionToolbar {
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--color-reverse);
  z-index: 2;
}

.CollectionToolbar--top {
  top: var(--header-base-height);
}
@supports (--css: variables) {
  .CollectionToolbar--top {
    top: calc(var(--header-height) * var(--use-sticky-header, 0) - 1px);
  }
}

.supports-sticky .CollectionToolbar--bottom {
  bottom: 0;
  /* as of today the best polyfill I've found does not support polyfilling sticky on bottom. As a consequence on those old
     browsers, the stickiness is always at the top */
}

.CollectionToolbar__Group {
  display: flex;
  flex: 1 0 auto;
  border: 1px solid var(--color-border);
}

.CollectionToolbar__Item {
  line-height: 1.25;
  flex: 1 0 50%;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  margin-bottom: 0px !important;
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: 6px;
  margin-left: 2px;
  margin-top: -2px;
  pointer-events: none;
}

.CollectionToolbar__Item--layout {
  flex: none;
  width: 95px;
  line-height: 1;
  cursor: initial;
}

.CollectionToolbar__LayoutType {
  margin: 0 6px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
}
.CollectionToolbar__LayoutType svg {
  width: 18px;
  height: 18px;
}

.CollectionToolbar__LayoutType.is-active {
  opacity: 1;
}


html.zoom-level-over-8 .CollectionToolbar__Item {
    padding: .7em 0;
}

@media screen and (max-width: 640px) {
  .CollectionToolbar {
    margin-top: 20px;
  }

  .CollectionToolbar__Item:first-child {
    border-left: 1px solid var(--color-border);
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .CollectionToolbar {
    margin-top: 20px;
  }

  .CollectionToolbar__Item:first-child {
    border-left: 1px solid var(--color-border);
  }
}
@media screen and (min-width: 1008px) {
  .CollectionToolbar {
    justify-content: stretch;
  }

  .CollectionToolbar__Group {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    border: none;
    align-items: flex-start;
  }

  .CollectionToolbar__Item {
    flex: none;
    border: none;
  }

}
/**
 * ----------------------------------------------------------------------------
 * Collection filters
 * ----------------------------------------------------------------------------
 */
.CollectionFilters .Collapsible:first-child {
  border-top: none;
}

@media screen and (min-width: 641px) {
  .CollectionFilters .Drawer__Main {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1008px) {
  .CollectionFilters__Top {
    display: flex;
    position: relative;
  }

  .Collapsible__FiltersOnTop {
    width: auto;
    padding: 20px;
    border-bottom: none;
  }
  .Collapsible__FiltersOnTop .Collapsible__Inner {
    position: absolute;
    padding: 15px;
    margin-left: -10px;
    width: 120px;
    background: var(--color-reverse);
    border: 1px solid var(--color-border);
    z-index: 10;
    box-shadow: var(--elevation1);
    touch-action: manipulation;
    top: 85px;
    height: auto;
    transition: none !important;
  }
  .Collapsible__FiltersOnTop .Collapsible__Inner::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 10px;
    height: 10px;
    border-style: solid;
    bottom: 100%;
    border-width: 0 10px 10px 10px !important;
    border-color: transparent transparent var(--color-reverse) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
    transition: none !important;
  }
  .Collapsible__FiltersOnTop .Collapsible__Content {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .Collapsible__FiltersOnTop .Linklist__Item {
    margin-bottom: 15px;
    transition: none;
  }
  .Collapsible__FiltersOnTop .ColorSwatch span {
    margin-left: 25px;
  }
}
.CurrentTags {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 20px;
}
.CurrentTags .Tag {
  height: 30px;
  padding: 0 30px 0 10px;
  line-height: 1;
  background: var(--color-custom1) url(//cdn.shopify.com/s/files/1/0267/0987/t/496/assets/svg-close-eclipse.svg) center right 10px/10px no-repeat;
  margin-right: 10px;
  text-transform: capitalize;
}
.CurrentTags .Reset {
  border-bottom: 1px solid var(--color-ink);
  margin: 5px 0 0 10px;
  padding: 0;
  height: 20px;
}
.CurrentTags .Reset:hover {
  color: var(--hover-color);
  border-bottom: 1px solid var(--hover-color);
  transition: color 0.25s ease-in-out;
}

.CollectionFilters.Drawer .Drawer__Main {
  display: flex;
  flex-direction: column;
}

/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */
.ProductItem {
  text-align: center;
  white-space: normal;
}

.ProductItem__Wrapper {
  position: relative;
  display: block;
}

.ProductItem__ImageWrapper {
  display: block;
}

.ProductItem__Image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  object-fit: cover;
  object-position: center;
}

.ProductItem__LabelList {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
}

.ProductItem__Label {
  display: block;
  margin: 4px 0;
  padding: 5px 10px;
  background: var(--product-label-background);
  color: var(--product-label-text-color);
  border-radius: var(--product-label-radius);
  max-width: max-content;
}

.ProductItem__Info {
  margin-top: 20px;
}

.ProductItem__Info--left {
  text-align: left;
}

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

.ProductItem__Vendor,
.ProductItem__Title {
  display: block;
  margin-bottom: 4px;
}

.ProductItem__VariantName {
  color: inherit;
  opacity: 0.75;
}

.ProductItem__ColorSwatchList {
  display: grid;
  grid-template-columns: repeat(var(--swatch-columns, 5), min-content);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 15px 0 3px;
}

@media screen and (min-width: 640px) {
  .ProductItem__ColorSwatchList  {
    gap: 7px;
  }
}

.ProductItem__ColorSwatchItem--more {
  display: none;
}

.ProductItem__ColorSwatchShowMore {
  grid-column: 1 / -1;
}

.ProductItem__ColorSwatchList--show-more .ProductItem__ColorSwatchItem--more {
  display: block;
}

.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px;
}
.carousel-plp-mobile-slider {
  display: block;
}
.carousel-plp-mobile-slider .swiper-horizontal>.swiper-scrollbar, .carousel-plp-mobile-slider  .swiper-scrollbar.swiper-scrollbar-horizontal {
 opacity: 1!important; 
}
.carousel-plp-mobile-slider .swiper-wrapper {
  transition: all 1.5s ease-out;
}
.carousel-plp-mobile-slider.show_animation .swiper-wrapper {
  transform: translateX(-100px);
}
.carousel-plp-mobile-slider > .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-plp-desktop-slider {
  display: block;
}
@media (max-width: 1024px) {
  .carousel-plp-desktop-slider {
    display: none!important;
  }
}
@media (min-width: 1025px) {
  .carousel-plp-mobile-slider {
    display: none!important;
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .ProductItem__Wrapper:hover .ProductItem__Image {
    opacity: 0 !important;
  }

  .ProductItem__Wrapper:hover .ProductItem__Image--alternate {
    opacity: 1 !important;
  }
}
@media (-moz-touch-enabled: 1), (hover: none) {
  .ProductItem__Image--alternate {
    display: none;
    /* This prevents the image to be lazy-loaded */
  }
}
.ProductItem--horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1008px) {
  .ProductItem--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 100px;
  }
  .ProductItem--horizontal .ProductItem__Info {
    margin: 0 30px 0 40px;
    text-align: left;
  }
  .ProductItem--horizontal .ProductItem__ViewButton {
    flex-shrink: 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product grid
 * ----------------------------------------------------------------------------
 */
.CollectionInner {
  margin-top: 24px;
  width: 100%;
}

.ProductList--grid {
  padding: 0 12px;
}

@media screen and (max-width: 640px) {
  .ProductList--grid {
    margin-left: -10px;
  }

  .ProductList--removeMargin {
    margin-bottom: -35px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 641px) {
  .ProductList--grid {
    padding: 0 24px;
    margin-left: -24px;
  }

  .ProductList--removeMargin {
    margin-bottom: -50px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1008px) {
  .CollectionInner {
    margin-top: 0px;
    display: flex;
  }

  .CollectionInner__Sidebar {
    position: sticky;
    top: 200px;
    flex: none;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
  }
  @supports (--css: variables) {
    .CollectionInner__Sidebar {
      top: calc(var(--header-height) + 50px);
    }
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px);
    }
  }
  .CollectionInner__Products {
    flex: 1 0 0;
  }

  .CollectionInner__Sidebar .Collapsible {
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  .CollectionInner__Sidebar {
    margin-right: 10px;
  }

  .CollectionInner .Pagination {
    margin-bottom: 80px;
  }

  .ProductList--grid {
    padding: 0 50px;
  }

  .ProductList--grid[data-desktop-count="2"] {
    margin-left: calc(var(--product-grid_horizontal-spacing) * -1);
  }
  .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
    padding-left: var(--product-grid_horizontal-spacing);
    margin-bottom: var(--product-grid_vertical-spacing);
  }

  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: calc(var(--product-grid_horizontal-spacing) * -1) !important;
  }

  .ProductList--grid[data-desktop-count="4"],
.ProductList--grid[data-desktop-count="3"] {
    margin-left: calc(var(--product-grid_horizontal-spacing) * -1);
  }
  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell,
.ProductList--grid[data-desktop-count="3"] > .Grid__Cell {
    padding-left: var(--product-grid_horizontal-spacing);
    margin-bottom: var(--product-grid_vertical-spacing);
  }

  .ProductList--removeMargin[data-desktop-count="4"],
.ProductList--removeMargin[data-desktop-count="3"] {
    margin-bottom: calc(var(--product-grid_vertical-spacing) * -1) !important;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product carousel
 * ----------------------------------------------------------------------------
 */
.ProductList--carousel .Carousel__Cell {
  width: 62%;
  padding: 0 12px;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .template-search .ProductList--grid,
.template-collection .ProductList--grid {
    margin-bottom: 20px;
    /* hack, would require some better code */
  }
}
@media screen and (max-width: 1007px) {
  /* On phone and tablet we do not use the carousel but instead use a free scroll, which offers better performance */
  .ProductListWrapper {
    overflow: hidden;
  }

  .ProductList--carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    /* This is a trick to hide the scrollbar on iOS */
    margin-bottom: -30px;
  }

  .ProductList--carousel .Carousel__Cell {
    display: inline-block !important;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 30px;
    /* This is (100% - 62%) / 2, where 62% is the width of a single cell */
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 30px;
    /* This is (100% - 62%) / 2, where 62% is the width of a single cell */
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell {
    width: 48%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1008px) {
  .ProductList--carousel {
    margin: 0 90px;
  }
  .ProductList--carousel::after {
    content: "flickity";
    display: none;
  }
  .ProductList--carousel .Carousel__Cell {
    width: 33.3333%;
    left: 0;
    padding: 0 calc(var(--product-grid_horizontal-spacing) / 2);
    margin-left: 0;
  }
  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }
  .ProductList--carousel .flickity-prev-next-button.next {
    right: -50px;
  }
  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
}
@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */
.ProductList--shopNow {
  position: static;
}

.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px;
}

@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px -24px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px -50px;
  }
}
@media screen and (min-width: 641px) {
  .ProductList--shopNow {
    padding: 0 50px;
    overflow: hidden;
  }

  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }

  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1008px) {
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.333333%;
  }

  .ShopNowGrid {
    display: flex;
  }

  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
.Faq__Section {
  margin-bottom: 20px;
}

.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}

.Faq__Item {
  position: relative;
  margin: 14px 0;
}

.Faq__Icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-subdued);
  transition: all 0.3s ease-in-out;
}
.Faq__Icon svg {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
}

.Faq__Item[aria-expanded=true] .Faq__Icon {
  transform: rotateZ(90deg);
  color: var(--color-ink);
}

.Faq__ItemWrapper {
  padding-left: 26px;
}

.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}

.Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out;
}

.Faq__Answer {
  padding: 16px 0 22px 0;
}

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}

.FaqSummary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.FaqSummary__Item {
  margin-bottom: 12px;
}

.FaqSummary__Item.is-active::after {
  width: 100%;
}

.FaqSummary__Link {
  display: block;
}

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}
.FaqSummary__LinkLabel::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear;
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 641px) {
  .Faq__Section {
    margin-bottom: 34px;
  }

  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}
/**
 * As of today this section is displayed on the home page only
 */
.FeatureText {
  text-align: center;
}

.FeatureText__ContentWrapper {
  padding-left: var(--space-med);
  padding-right: var(--space-med);
  margin-top: var(--space-med);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 42.86em;
}
.FeatureText__ContentWrapper .FeatureText__Heading {
  max-width: 90vw;
}
.FeatureText__ContentWrapper .FeatureText__SubHeading {
  max-width: 90vw;
}
.FeatureText__ContentWrapper .Button, .FeatureText__ContentWrapper #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .FeatureText__ContentWrapper .spr-pagination-prev > a,
.FeatureText__ContentWrapper #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .FeatureText__ContentWrapper .spr-pagination-next > a, .FeatureText__ContentWrapper #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .FeatureText__ContentWrapper input.spr-button-primary, .FeatureText__ContentWrapper #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .FeatureText__ContentWrapper .spr-summary-actions-newreview,
.FeatureText__ContentWrapper #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .FeatureText__ContentWrapper .spr-button-primary:not(input), .FeatureText__ContentWrapper .shopify-payment-button__button--unbranded, .FeatureText__ContentWrapper .shopify-payment-button__more-options, .FeatureText__ContentWrapper .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .FeatureText__ContentWrapper .shopify-challenge__button {
  margin-bottom: 0;
}

.FeatureText__ImageWrapper {
  overflow: hidden;
}
.FeatureText__ImageWrapper.add_space {
  padding: 20px 20px 0;
}

.FeatureText--withImage {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.FeatureText--imageLeft {
  flex-direction: column;
}

.FeatureText--imageRight {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1008px) {
  .FeatureText--withImage {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .FeatureText__ContentWrapper,
.FeatureText__ImageWrapper {
    flex: 0 1 50%;
  }

  .pdp-content-blocks .FeatureText__ImageWrapper {
    flex: 0 1 33.33%;
  }

  .FeatureText__ContentWrapper {
    margin: 0 auto;
    margin-top: var(--space-med);
    margin-bottom: var(--space-med);
  }
  .FeatureText__ContentWrapper .Button, .FeatureText__ContentWrapper #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .FeatureText__ContentWrapper .spr-pagination-prev > a,
.FeatureText__ContentWrapper #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .FeatureText__ContentWrapper .spr-pagination-next > a, .FeatureText__ContentWrapper #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .FeatureText__ContentWrapper input.spr-button-primary, .FeatureText__ContentWrapper #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .FeatureText__ContentWrapper .spr-summary-actions-newreview,
.FeatureText__ContentWrapper #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .FeatureText__ContentWrapper .spr-button-primary:not(input), .FeatureText__ContentWrapper .shopify-payment-button__button--unbranded, .FeatureText__ContentWrapper .shopify-payment-button__more-options, .FeatureText__ContentWrapper .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .FeatureText__ContentWrapper .shopify-challenge__button {
    margin-bottom: 0;
  }

  .FeatureText__ImageWrapper.add_space {
    padding: 60px;
  }
}
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--color-border);
}

.Footer {
  padding: 0;
  background-size: cover;
}
.Footer .Footer .Form__Input, .Footer .Footer #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Footer .Footer .spr-form-input-text,
.Footer .Footer #shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .Footer .Footer .spr-form-input-email,
.Footer .Footer #shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .Footer .Footer .spr-form-input-textarea {
  border-color: currentColor;
}
.Footer .Links__Wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  gap: 26px;
}
.Footer .Links__blocks {
  display: flex;
  gap: 26px;
  width: 768px;
  justify-content: space-between;
}
@media screen and (min-width: 1008px) {
  .Footer .Links__Wrapper {
    margin-bottom: 0;
  }
}
.Footer .Links__Wrapper .Footer__Block--section.Footer__Menu {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Footer .Links__Wrapper .Footer__Block--section.Footer__Menu {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .Footer .Links__Wrapper .Footer__Block--section.Footer__Menu {
    width: 100%;
    margin-bottom: 0px;
  }
}
.Footer .Social__Wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1008px) {
  .Footer .Social__Wrapper {
    max-width: 25%;
  }
}
.Footer .Social__Wrapper .HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 0px;
}
.Footer .UVP__Wrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.Footer .UVP__Wrapper .footer-uvp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Footer .UVP__Wrapper .footer-uvp-container {
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .Footer .UVP__Wrapper .footer-uvp-container {
    max-width: 420px;
  }
}
.Footer .UVP__Wrapper .footer-uvp-container .footer-uvp-card {
  display: flex;
  flex-direction: column;
}
.Footer .UVP__Wrapper .footer-uvp-container .footer-uvp-card .image-container {
  margin-bottom: 10px;
}

.Footer__Inner {
  padding: 32px 0 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.Footer__Inner-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.Brand__Wrapper {
  max-width: 580px;
  margin-bottom: 30px;
}

.Footer .Link--primary {
  opacity: 0.7;
}
.Footer .Link--primary:hover {
  opacity: 1;
}

.Footer .Link--secondary {
  opacity: 0.7;
}
.Footer .Link--secondary:hover {
  opacity: 1;
}

.Footer__Block.Footer__Block--stretch {
  flex-direction: column;
  display: flex;
}
.Footer__Block.Footer__Block--stack {
  flex-direction: column;
  display: flex;
}
.Footer__Block .Footer__Block--section {
  max-width: 100vw;
}
.Footer__Block .Footer__Block--section.Footer__Brand {
  max-width: 400px;
  margin-bottom: 40px;
}
.Footer__Brand p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.25;
}
.Footer__Block .Footer__Block--section.Footer__Brand .Footer__Logo {
  margin: 0 0 15px;
}
.Footer__Block .Footer__Block--section.Footer__Menu {
  margin: 0 0 30px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
}
.Footer__Block .Footer__Block--section.Footer__Menu .Footer__LinkColumn {
  margin: 0 30px 40px;
}
.Footer__Title {
  margin-bottom: 16px;
  font-size: var(--utility-small_font-size);
}

.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}

.Form__Input, #shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .spr-form-input-textarea {
  border-color: currentColor;
  -webkit-appearance: none;
  background: transparent;
}
.Form__Input:focus, #shopify-product-reviews .spr-form-input-text:focus,
#shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .spr-form-input-textarea:focus {
  border-color: currentColor;
}

.Footer__Aside {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 0;
  width: 100%;
  gap: 10px;
}
.Footer__Aside .Subfooter__Links {
  margin: 0 -15px;
}
.Footer__Aside .Subfooter__Links a {
  margin: 15px;
}

@media screen and (min-width: 641px) {
  .Footer__Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Footer__Inner.Footer--medium {
    padding: 120px 0;
  }
  .Footer__Inner.Footer--large {
    padding: 160px 0;
  }

  .Footer__Block {
    flex-wrap: wrap;
  }
  .Footer__Block.Footer__Block--stretch {
    flex-direction: row;
    flex-shrink: 1;
  }
  .Footer__Block.Footer__Block--stack {
    flex-direction: column;
  }
  .Footer__Block .Footer__Block--section.Footer__Brand {
    max-width: 250px;
  }
  .Footer__Block .Footer__Block--section.Footer__Brand .Footer__Logo {
    margin: 0 0 15px;
  }
  .Footer__Block .Footer__Block--section.Footer__Info {
    width: 300px;
    max-width: 100%;
  }
  .Footer__Block .Footer__Block--section.Footer__Menu {
    margin: 0 0 30px;
  }

  .Footer__LocalizationForm {
    justify-content: flex-start;
  }

  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none;
  }
}
@media screen and (min-width: 1008px) {
  .Footer__Inner {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1140px) {
  .Footer__Inner {
    display: flex;
    justify-content: space-between;
  }

  .Footer--center .Footer__Inner {
    justify-content: center;
  }

  .Footer__Block {
    flex: 0 1 auto;
  }

  .Footer__Inner + .Footer__Aside {
    margin-top: 80px;
  }
}
.locale-selectors__container {
  display: none;
}

.GiftCard {
  text-align: center;
}

.GiftCard__Wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.GiftCard__Redeem {
  margin-bottom: 30px;
}

.GiftCard__IllustrationWrapper {
  position: relative;
  margin: 40px 0;
}

.GiftCard__CodeHolder {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 3px;
  transform: translateX(-50%);
}

.GiftCard__QrCode {
  margin: 20px 0;
}

.GiftCard__QrCode img {
  margin: 0 auto;
}

/**
 * ----------------------------------------------------------------------------
 * Main header
 * ----------------------------------------------------------------------------
 */
.shopify-section--header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.Header .Text--subdued,
.Header .Link--primary,
.Header .Link--secondary:hover {
  color: var(--color-subdued);
}

.Header {
  background: var(--color-reverse);
  color: var(--color-ink);
  box-shadow: 0 -1px var(--color-border) inset;
  transition: background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.Header .MegaMenu .Linklist__Item a:hover {
  /* color: var(--hover-color); */
  color: #000000;
  transition: color 0.25s ease-in-out;
}

.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-reg) var(--space-med);
}

html.zoom-level-over-8 .Header__Wrapper {
  padding: calc(var(--space-reg) / 2) calc(var(--space-med) / 2);
}

.Header__Logo {
  position: relative;
  margin-bottom: 0;
}

.Header__LogoLink,
.Header__LogoImage {
  display: block;
}

.Header__LogoLink {
  text-align: center;
}

.Header__LogoImage {
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}

.Header__LogoImage--transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}

html.zoom-level-over-8 .Header__Icon {
  width: .86em;
  height: .86em;
}

.Header__Icon span {
  display: block;
}

.Header__Icon ~ .Header__Icon {
  margin-left: 18px;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent {
  background: transparent;
}
.supports-sticky .Search[aria-hidden=true] + .Header--transparent svg path {
  stroke: currentColor;
}
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--primary:not(:only-child) {
  opacity: 0;
}
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--transparent {
  opacity: 1;
}
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__Icon,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .SelectButton,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoLink > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Text--subdued {
  /* color: currentColor; */
}

.Icon--search {
  fill: none;
}

.Header__Icon .Icon {
  width: 100%;
  height: auto;
}

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

.Header__FlexItem--fill {
  flex: 1 0 0;
  align-items: center;
}
.Header__FlexItem--fill:last-child {
  justify-content: flex-end;
}

.Header__CartButton {
  position: relative;
}

.Header__CartQuantity {
  position: absolute;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.Header__CartQuantity.is-visible {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.Header__CartCount {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 0 0 1px;
}

.Header__CartDot {
  position: absolute;
  top: 0px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-ink);
  box-shadow: 0 0 0 2px var(--color-reverse);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.Header__CartDot.is-visible {
  transform: scale(1);
}

.Search[aria-hidden=true] + .Header--transparent .Header__CartDot {
  box-shadow: none;
  background-color: currentColor;
}

html.zoom-level-over-8 .Header__LogoImage {
  max-width: 3.2em;
}

html.zoom-level-over-8 .Header__FlexItem.Header__FlexItem--logo {
  margin-left: 1.4em;
}
@media screen and (min-width: 641px) {
  .Header__FlexItem--logo.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .Header__LogoImage {
    max-width: 100%;
  }

  .Header__Icon ~ .Header__Icon {
    margin-left: 25px;
  }

  .Header__Icon .Icon--nav-desktop {
    height: 17px;
    width: 24px;
  }

  .Header__Icon .Icon--cart-desktop {
    height: 23px;
    width: 19px;
  }

  .Header__Icon .Icon--search-desktop {
    position: relative;
    top: 2px;
    /* for pixel perfect alignment with the cart icon */
  }

  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px;
    /* for pixel perfect alignment with icons */
    margin-right: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .Header__MainNav {
    margin-right: 45px;
  }

  .Header--logoLeft .Header__FlexItem--logo {
    order: -1;
    margin-right: 38px;
  }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    flex: none;
  }

  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Desktop nav
 * ----------------------------------------------------------------------------
 */
.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.Header__LinkSpacer span {
  color: transparent;
}
.Header__LinkSpacer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 2px solid var(--color-ink);
  transition: transform 0.3s, opacity 0.3s;
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer::after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after {
  opacity: 1;
  transform: scale(1, 1);
}

/**
 * ----------------------------------------------------------------------------
 * Dropdown menu
 * ----------------------------------------------------------------------------
 */
.DropdownMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 25px 0;
  min-width: 200px;
  max-width: 270px;
  width: max-content;
  text-align: left;
  background: var(--color-reverse);
  border: 1px solid var(--color-border);
  border-top: none;
  transition: all 0.3s ease-in-out;
}
.DropdownMenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: var(--color-ink);
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s;
}

.DropdownMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.DropdownMenu[aria-hidden=false]::before {
  transform: scale(1, 1);
}

.DropdownMenu[aria-hidden=false] .DropdownMenu {
  display: block;
}

.DropdownMenu [aria-haspopup] {
  position: relative;
}

.DropdownMenu .Link {
  padding-left: 25px;
  padding-right: 40px;
}

.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
  transition: transform 0.2s ease-in-out;
}

.DropdownMenu .Linklist__Item:hover svg {
  transform: translateX(4px);
}
.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: var(--color-subdued);
}

.DropdownMenu .DropdownMenu {
  display: none;
  left: 100%;
  top: -26px;
  border-top: 1px solid var(--color-border);
}
.DropdownMenu .DropdownMenu::before {
  display: none;
}

.DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Mega menu
 * ----------------------------------------------------------------------------
 */
.MegaMenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  max-height: 600px;
  overflow: auto;
  overscroll-behavior: contain;
  text-align: left;
  background: var(--color-reverse);
  border-bottom: 1px solid var(--color-border);
  transition: all 0.3s ease-in-out;
}
@supports (--css: variables) {
  .MegaMenu {
    max-height: calc(100vh - var(--header-height));
  }
}

.MegaMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.MegaMenu__Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 10px;
  /* each menu has 40px margin, but header has 50px, so we normalize it here */
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-around;
  justify-content: space-evenly;
  /* space-evenly is not supported everywhere */
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}

@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.MegaMenu__Links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}

.MegaMenu__Item {
  margin: 20px 40px;
  flex-shrink: 1;
}

.MegaMenu__Item--fit {
  flex-shrink: 0;
}

.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}

.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.MegaMenu__Push--shrink {
  width: 50%;
}

.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}

.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}

.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px auto;
  max-width: 100%;
  overflow: hidden;
}

.MegaMenu__PushHeading {
  margin-bottom: 6px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .MegaMenu__Push:hover img {
    transform: scale(1.2);
  }
}
.Section {
  overflow: hidden;
}
.Section.add_space {
  padding: 20px 20px;
}

@media screen and (min-width: 1008px) {
  .Section.add_space {
    padding: 60px;
  }
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  max-height: 60vh;
}

.ImageHero__Sizer {
  position: relative;
  width: 100%;
  padding-bottom: 145%;
}

.ImageHero--small {
  max-height: 400px;
}

.ImageHero--large {
  max-height: 80vh;
}

.ImageHero.ImageHero--extra-large {
  max-height: 90vh;
  min-height: 400px;
}

.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0), screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}
.ImageHero__Wrapper {
  z-index: 1;
}

.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* We allow embedding a video within an image hero */
.template-page .ImageHero iframe,
.template-page .ImageHero iframe[src] {
  pointer-events: auto;
}

.ImageHero iframe {
  position: absolute;
  width: 205%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  pointer-events: none;
}

.ImageHero--large iframe {
  width: 260%;
  height: 100%;
}

.ImageHero iframe[src] {
  pointer-events: none;
  /* When data saver is on in Chrome, it will just set the src but prevents autoplay, so we need to make sure that we make it clickable */
}

.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
}

.ImageHero__Block--small {
  max-width: 165px;
}

.ImageHero__Block--large {
  max-width: 320px;
}

.ImageHero__BlockHeading {
  margin: -0.325em 0 18px 0;
}

.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-11px;
  }
}
@media screen and (min-width: 641px) {
  .ImageHero {
    max-height: 65vh;
  }

  .ImageHero--small {
    max-height: 400px;
  }

  .ImageHero--large {
    max-height: 80vh;
  }
  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }

  .ImageHero__Block--small {
    max-width: 240px;
  }

  .ImageHero__Block--large {
    max-width: 520px;
  }

  .ImageHero__TextContent {
    padding: 0 40px;
    bottom: 40px;
    top: auto;
    left: 0;
    transform: none;
    text-align: left;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .ImageHero:not(.video-hero) {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .ImageHero iframe {
    width: 100%;
    height: 115%;
  }

  .ImageHero__Sizer {
    padding-bottom: 50%;
  }
  .ImageHero__Sizer.ImageHero--extra-large {
    padding-bottom: 70%;
  }

  .ImageHero--full_screen {
    min-height: 100vh;
  }

  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px;
  }
}
.NewsletterPopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10%;
  z-index: 50;
  text-align: center;
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s var(--drawer-transition-timing);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .NewsletterPopup {
    flex-direction: column;
  }
}
.NewsletterPopup .NewsletterPopup__Content {
  width: calc((100% - 360px) / 2);
  text-align: left;
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .NewsletterPopup .NewsletterPopup__Content {
    width: 300px;
    text-align: center;
    margin: 10px 40px;
  }
}
.NewsletterPopup .Newsletter__Inner.Form__Inline {
  position: relative;
}
.NewsletterPopup button.submit_arrow {
  position: absolute;
}
.NewsletterPopup .Heading {
  color: inherit;
}
.NewsletterPopup input.input_bottom_border_only {
  min-width: 225px;
}
@media screen and (min-width: 1140px) {
  .NewsletterPopup input.input_bottom_border_only {
    width: 300px;
  }
}
.NewsletterPopup .Form__Input::placeholder, .NewsletterPopup #shopify-product-reviews .spr-form-input-text::placeholder, #shopify-product-reviews .NewsletterPopup .spr-form-input-text::placeholder,
.NewsletterPopup #shopify-product-reviews .spr-form-input-email::placeholder,
#shopify-product-reviews .NewsletterPopup .spr-form-input-email::placeholder,
.NewsletterPopup #shopify-product-reviews .spr-form-input-textarea::placeholder,
#shopify-product-reviews .NewsletterPopup .spr-form-input-textarea::placeholder {
  color: currentColor;
}
.NewsletterPopup .Form__Input, .NewsletterPopup #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .NewsletterPopup .spr-form-input-text,
.NewsletterPopup #shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .NewsletterPopup .spr-form-input-email,
.NewsletterPopup #shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .NewsletterPopup .spr-form-input-textarea {
  border-color: currentColor;
  opacity: 0.75;
}
.NewsletterPopup .Form__Input:focus, .NewsletterPopup #shopify-product-reviews .spr-form-input-text:focus, #shopify-product-reviews .NewsletterPopup .spr-form-input-text:focus,
.NewsletterPopup #shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .NewsletterPopup .spr-form-input-email:focus,
.NewsletterPopup #shopify-product-reviews .spr-form-input-textarea:focus,
#shopify-product-reviews .NewsletterPopup .spr-form-input-textarea:focus {
  border-color: currentColor;
  opacity: 1;
}
.NewsletterPopup .Button, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a,
.NewsletterPopup #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .NewsletterPopup .spr-pagination-next > a, .NewsletterPopup #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .NewsletterPopup input.spr-button-primary, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview,
.NewsletterPopup #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .NewsletterPopup .spr-button-primary:not(input), .NewsletterPopup .shopify-payment-button__button--unbranded, .NewsletterPopup .shopify-payment-button__more-options, .NewsletterPopup .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .NewsletterPopup .shopify-challenge__button {
  color: var(--color-reverse);
  border-color: var(--color-ink);
}
.NewsletterPopup .Button::before, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a::before, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a::before,
.NewsletterPopup #shopify-product-reviews .spr-pagination-next > a::before,
#shopify-product-reviews .NewsletterPopup .spr-pagination-next > a::before, .NewsletterPopup #shopify-product-reviews input.spr-button-primary::before, #shopify-product-reviews .NewsletterPopup input.spr-button-primary::before, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview::before, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview::before,
.NewsletterPopup #shopify-product-reviews .spr-button-primary:not(input)::before,
#shopify-product-reviews .NewsletterPopup .spr-button-primary:not(input)::before, .NewsletterPopup .shopify-payment-button__button--unbranded::before, .NewsletterPopup .shopify-payment-button__more-options::before, .NewsletterPopup .shopify-challenge__container .shopify-challenge__button::before, .shopify-challenge__container .NewsletterPopup .shopify-challenge__button::before {
  background-color: var(--color-ink);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .NewsletterPopup .Button:not([disabled]):hover, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a:not([disabled]):hover,
.NewsletterPopup #shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover,
#shopify-product-reviews .NewsletterPopup .spr-pagination-next > a:not([disabled]):hover, .NewsletterPopup #shopify-product-reviews input.spr-button-primary:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup input.spr-button-primary:not([disabled]):hover, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview:not([disabled]):hover,
.NewsletterPopup #shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input),
#shopify-product-reviews .NewsletterPopup .spr-button-primary:not([disabled]):hover:not(input), .NewsletterPopup .shopify-payment-button__button--unbranded:not([disabled]):hover, .NewsletterPopup .shopify-payment-button__more-options:not([disabled]):hover, .NewsletterPopup .shopify-challenge__container .shopify-challenge__button:not([disabled]):hover, .shopify-challenge__container .NewsletterPopup .shopify-challenge__button:not([disabled]):hover {
    color: var(--color-ink);
    background-color: transparent;
  }
}

.Footer__Newsletter .Button, .Footer__Newsletter #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .Footer__Newsletter .spr-pagination-prev > a,
.Footer__Newsletter #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .Footer__Newsletter .spr-pagination-next > a, .Footer__Newsletter #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .Footer__Newsletter input.spr-button-primary, .Footer__Newsletter #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .Footer__Newsletter .spr-summary-actions-newreview,
.Footer__Newsletter #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .Footer__Newsletter .spr-button-primary:not(input), .Footer__Newsletter .shopify-payment-button__button--unbranded, .Footer__Newsletter .shopify-payment-button__more-options, .Footer__Newsletter .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .Footer__Newsletter .shopify-challenge__button,
.Newsletter__Inner .Button,
.Newsletter__Inner #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .Newsletter__Inner .spr-pagination-prev > a,
.Newsletter__Inner #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .Newsletter__Inner .spr-pagination-next > a,
.Newsletter__Inner #shopify-product-reviews input.spr-button-primary,
#shopify-product-reviews .Newsletter__Inner input.spr-button-primary,
.Newsletter__Inner #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .Newsletter__Inner .spr-summary-actions-newreview,
.Newsletter__Inner #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .Newsletter__Inner .spr-button-primary:not(input),
.Newsletter__Inner .shopify-payment-button__button--unbranded,
.Newsletter__Inner .shopify-payment-button__more-options,
.Newsletter__Inner .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .Newsletter__Inner .shopify-challenge__button,
.Button.Button--inline,
#shopify-product-reviews .spr-pagination-prev > a.Button--inline,
#shopify-product-reviews .spr-pagination-next > a.Button--inline,
#shopify-product-reviews input.Button--inline.spr-button-primary,
#shopify-product-reviews .Button--inline.spr-summary-actions-newreview,
#shopify-product-reviews .Button--inline.spr-button-primary:not(input),
.Button--inline.shopify-payment-button__button--unbranded,
.Button--inline.shopify-payment-button__more-options,
.shopify-challenge__container .Button--inline.shopify-challenge__button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.NewsletterPopup[aria-hidden=false] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.NewsletterPopup__Close svg {
  display: block;
  width: 15px;
  height: 15px;
}

.NewsletterPopup__Content a {
  text-decoration: underline;
  text-underline-position: under;
}

.Password {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

@supports (--css: variables) {
  @media screen and (max-width: 1007px) {
    .Password {
      min-height: var(--window-height);
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------
 */
.Password__Header {
  position: relative;
  text-align: center;
}

.Password__Logo {
  display: block;
  line-height: 1;
}

.Password__LogoImage {
  vertical-align: middle;
}

.Password__LockAction {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Password__LockAction svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.ImageHero__ContentOverlay {
  position: absolute;
  max-width: 800px;
  z-index: 1;
  text-align: center;
  padding: var(--space-med);
}
.ImageHero__ContentOverlay h1.SectionHeader__Heading.Heading.u-h1, .ImageHero__ContentOverlay .Rte h1.SectionHeader__Heading.Heading, .Rte .ImageHero__ContentOverlay h1.SectionHeader__Heading.Heading {
  max-width: 200px;
}
.ImageHero__ContentOverlay .ContentOverlay__Eyebrow {
  margin-left: 2px;
}
.ImageHero__ContentOverlay .ContentOverlay__Heading {
  margin-top: -5px;
}
@media screen and (max-width: 640px) {
  .ImageHero__ContentOverlay .ContentOverlay__Heading {
    margin-top: -8px;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--center, .ImageHero__ContentOverlay.section_alignment_mobile--top-left, .ImageHero__ContentOverlay.section_alignment_mobile--top-center, .ImageHero__ContentOverlay.section_alignment_mobile--top-right, .ImageHero__ContentOverlay.section_alignment_mobile--middle-left, .ImageHero__ContentOverlay.section_alignment_mobile--middle-right, .ImageHero__ContentOverlay.section_alignment_mobile--bottom-left, .ImageHero__ContentOverlay.section_alignment_mobile--bottom-center, .ImageHero__ContentOverlay.section_alignment_mobile--bottom-right {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    margin: unset;
    text-align: unset;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--center {
    top: 50%;
    transform: translate(0%, -50%);
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--top-left {
    top: 0;
    left: 0;
    text-align: left;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--top-center {
    top: 0;
    text-align: center;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--top-right {
    top: 0;
    right: 0;
    text-align: right;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--middle-left {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    text-align: left;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--middle-right {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    text-align: right;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--bottom-left {
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--bottom-center {
    bottom: 0;
  }
  .ImageHero__ContentOverlay.section_alignment_mobile--bottom-right {
    /* Why 50px? In order to not overlap with hero play buttons */
    bottom: 50px;
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 641px) {
  .ImageHero__ContentOverlay.section_alignment--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ImageHero__ContentOverlay.section_alignment--top-left {
    top: 0;
    left: 0;
    text-align: left;
  }
  .ImageHero__ContentOverlay.section_alignment--top-center {
    top: 0;
    text-align: center;
  }
  .ImageHero__ContentOverlay.section_alignment--top-right {
    top: 0;
    right: 0;
    text-align: right;
  }
  .ImageHero__ContentOverlay.section_alignment--middle-left {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 100px;
    padding: 60px 20vw 60px 30px;
  }

  .ImageHero__ContentOverlay.section_alignment--middle-right {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    text-align: right;
  }
  .ImageHero__ContentOverlay.section_alignment--bottom-left {
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .ImageHero__ContentOverlay.section_alignment--bottom-center {
    bottom: 0;
  }
  .ImageHero__ContentOverlay.section_alignment--bottom-right {
    bottom: 0;
    right: 0;
    text-align: right;
  }
}
.ImageHero__ContentOverlay .Section__ContentOverlay .Button, .ImageHero__ContentOverlay .Section__ContentOverlay #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .ImageHero__ContentOverlay .Section__ContentOverlay .spr-pagination-prev > a,
.ImageHero__ContentOverlay .Section__ContentOverlay #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .ImageHero__ContentOverlay .Section__ContentOverlay .spr-pagination-next > a, .ImageHero__ContentOverlay .Section__ContentOverlay #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .ImageHero__ContentOverlay .Section__ContentOverlay input.spr-button-primary, .ImageHero__ContentOverlay .Section__ContentOverlay #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .ImageHero__ContentOverlay .Section__ContentOverlay .spr-summary-actions-newreview,
.ImageHero__ContentOverlay .Section__ContentOverlay #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .ImageHero__ContentOverlay .Section__ContentOverlay .spr-button-primary:not(input), .ImageHero__ContentOverlay .Section__ContentOverlay .shopify-payment-button__button--unbranded, .ImageHero__ContentOverlay .Section__ContentOverlay .shopify-payment-button__more-options, .ImageHero__ContentOverlay .Section__ContentOverlay .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .ImageHero__ContentOverlay .Section__ContentOverlay .shopify-challenge__button {
  margin-bottom: 0;
}

/**
 * ----------------------------------------------------------------------------
 * Content
 * ----------------------------------------------------------------------------
 */
.Password__Content {
  width: 470px;
  max-width: 100%;
  margin: 35px auto;
}

.Password__Newsletter {
  margin-bottom: 10px;
}

.Password__Card {
  text-align: center;
}

.Password__Form {
  margin-top: 28px;
}

.Password__Form .Button, .Password__Form #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .Password__Form .spr-pagination-prev > a,
.Password__Form #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .Password__Form .spr-pagination-next > a, .Password__Form #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .Password__Form input.spr-button-primary, .Password__Form #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .Password__Form .spr-summary-actions-newreview,
.Password__Form #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .Password__Form .spr-button-primary:not(input), .Password__Form .shopify-payment-button__button--unbranded, .Password__Form .shopify-payment-button__more-options, .Password__Form .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .Password__Form .shopify-challenge__button {
  flex: none;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}

.Password__Social {
  padding: 22px 25px 22px 28px;
  text-align: center;
}

.Password__ShareButtons {
  margin-top: 15px;
}

@media screen and (min-width: 641px) {
  .Password__Content {
    margin: 80px auto;
  }

  .Password__Card {
    padding: 45px 60px 50px 60px;
  }

  .Password__Form .Button, .Password__Form #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .Password__Form .spr-pagination-prev > a,
.Password__Form #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .Password__Form .spr-pagination-next > a, .Password__Form #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .Password__Form input.spr-button-primary, .Password__Form #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .Password__Form .spr-summary-actions-newreview,
.Password__Form #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .Password__Form .spr-button-primary:not(input), .Password__Form .shopify-payment-button__button--unbranded, .Password__Form .shopify-payment-button__more-options, .Password__Form .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .Password__Form .shopify-challenge__button {
    width: auto;
    margin-top: 0;
  }

  .Password__Social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .Password__ShareButtons {
    margin-top: 0;
    margin-left: 15px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------
 */
.Password__Footer {
  text-align: center;
}

.Password__AdminLink {
  display: block;
  margin-top: 15px;
}

.Password__Footer svg {
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}

@media screen and (min-width: 641px) {
  .Password__Footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .Password__AdminLink {
    margin-top: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Modal
 * ----------------------------------------------------------------------------
 */
.Password__Modal {
  display: flex;
  justify-content: center;
}

/**
 * ----------------------------------------------------------------------------
 * Product (general)
 * ----------------------------------------------------------------------------
 */
.Product {
  position: relative;
  margin: 0 auto 20px auto;
}

.Product--fill {
  max-width: none;
}

.Product__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}

.Product--grid.Product {
  max-width: none;
}
.Product--grid .Product__Gallery {
  margin: 0;
}
.Product--grid .Product__Slideshow .Product__SlideItem {
  flex: 1 0 49%;
  margin: 0;
}

@media screen and (min-width: 641px) {
  .Product {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Wrapper {
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .Product--grid.Product {
    max-width: none;
  }
  .Product--grid .Product__Gallery {
    margin: 0;
  }
  .Product--grid .Product__Slideshow {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .Product--grid .Product__Slideshow .Product__SlideItem {
    margin: 0 4px 4px 0;
  }
}
@media screen and (min-width: 1140px) {
  .Product--small .Product__Wrapper {
    max-width: 75%;
    margin: 0 auto;
    min-width: 1120px;
  }
  .Product--small .Product__Gallery {
    flex: 1 0 40%;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product gallery
 * ----------------------------------------------------------------------------
 */
.Product__Gallery {
  position: relative;
  margin-bottom: 28px;
  flex: 1 0 100%;
}

.Product__ViewInSpace {
  background: var(--color-subdued);
  /* This color is defined by Shopify spec */
}
.Product__ViewInSpace[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media screen and (min-width: 1008px) {
  .Product__ViewInSpace[data-shopify-xr] {
    display: none;
  }
}
.Product__ViewInSpace svg {
  margin: -1px 12px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.Product__Slideshow::after {
  content: "flickity";
  display: none;
}

.Product__SlideItem {
  position: relative;
}

.Product__SlideItem--hidden {
  visibility: hidden;
}

.Product__Slideshow.flickity-enabled .Product__SlideItem:not(.is-selected) .plyr__control {
  /* This is a quick fix to prevent the controls to gain focus until if the slide is not visible */
  visibility: hidden;
}

.Product__Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.Product__SlideshowNav {
  display: none;
}

.Product__SlideshowNavBadge {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
}
.Product__SlideshowNavBadge svg {
  display: block;
  width: 20px;
  height: 20px;
}

.Product__SlideshowMobileNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__SlideshowMobileNav .flickity-page-dots {
  display: inline-block;
  margin-top: -4px;
  width: auto;
}
.Product__SlideshowMobileNav .dot {
  vertical-align: middle;
}

.Product__SlideshowNavArrow {
  position: relative;
  /* This is used to increase the clickable area */
}
.Product__SlideshowNavArrow::before {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  left: -18px;
  bottom: -18px;
  transform: translateZ(0);
  /* Needed to avoid a glitch on iOS */
}
.Product__SlideshowNavArrow svg {
  display: block;
  width: 6px;
  height: 9px;
}

.Product__SlideshowNavArrow--previous {
  margin-right: 24px;
}

.Product__SlideshowNavArrow--next {
  margin-left: 24px;
}

@media screen and (min-width: 641px) {
  .Product__Gallery {
    margin-bottom: 65px;
    flex: 1 1 60%;
    align-items: flex-start;
  }

  .Product__SlideshowNav--thumbnails {
    position: sticky;
    padding: 0 0 50px 0;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--thumbnails {
      top: calc(var(--header-height) + 25px);
    }
  }

  .Product__SlideshowNav--dots {
    left: -30px;
  }

  .Product__Gallery--withThumbnails .Product__Slideshow,
.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex-grow: 0;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Gallery {
    margin-bottom: 80px;
    margin-left: 40px;
    margin-top: 40px;
  }

  .Product__SlideshowNav--dots {
    display: block;
  }

  .Product__SlideItem {
    display: block !important;
  }

  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: url("cursor-zoom-in.svg") 18 18, zoom-in;
    cursor: -webkit-image-set(url("cursor-zoom-in.svg") 1x, url("cursor-zoom-in-2x.svg") 2x), zoom-in;
  }

  /* Dots */
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
      top: calc(50% + (var(--header-height) / 2));
    }
  }

  .Product__SlideshowNavDot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid var(--color-border);
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .Product__SlideshowNavDot:not(:last-child) {
    margin-bottom: 12px;
  }

  .Product__SlideshowNavDot.is-selected {
    border-color: var(--color-ink);
    background: var(--color-ink);
  }

  /* Thumbnails */
  .Product__SlideshowNavImage {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 18px;
  }
  .Product__SlideshowNavImage.Product__SlideshowNavImage--Circle {
    overflow: hidden;
    border-radius: 200px;
  }
  .Product__SlideshowNavImage.Product__SlideshowNavImage--Circle::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .Product__SlideshowNavImage.Product__SlideshowNavImage--Circle img {
    height: auto;
    max-height: unset;
    top: 50%;
    transform: translateY(-50%);
  }

  .Product__Gallery--withThumbnails {
    display: flex;
    justify-content: flex-start;
  }
  .Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 50px;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
    display: none;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }

  .Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: flex;
    justify-content: flex-start;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
.Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex-grow: 0;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 50px;
  }

  .Product__SlideshowNavImage.is-selected {
    border-color: var(--color-ink);
  }

  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  }
  .Product__SlideshowNavPlay svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease-in-out;
  }

  /* When the gallery is stack we have various adjusments to do */
  .Product__Gallery--stack {
    /* On desktop we use a different apparition effect than fade in if images are stacked */
    /* Thumbnails */
  }
  .Product__Gallery--stack .Product__SlideshowNav--dots {
    left: -30px;
  }
  .Product__Gallery--stack .Product__Slideshow::after {
    content: "";
    /* Disable Flickity */
  }
  .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
    transform: translateY(0);
    opacity: 1;
  }
  .Product__Gallery--stack .Product__SlideItem {
    margin-bottom: var(--space-sm);
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Product__Gallery--stack .Product__SlideItem:last-child {
    margin-bottom: 0;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    position: sticky;
    padding: 0 0 50px 0;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  @supports (--css: variables) {
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
      top: calc(var(--header-height) + 25px);
    }
  }
}
@media screen and (min-width: 1140px) {
  .Product__Slideshow {
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product aside and info
 * ----------------------------------------------------------------------------
 */
.Product__Info {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}

.Product__Aside {
  width: 100%;
}

.Product__Info--noGallery {
  padding-top: 24px;
}

.Product__InfoWrapper {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .Product__Info {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }

  .Product__Info .Container {
    padding-left: 0;
    padding-right: 0;
  }

  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto;
  }
}
.Product__InfoWrapper {
  flex: 1 0 100%;
  align-self: initial;
}

@media screen and (min-width: 1008px) {
  .Product__InfoWrapper {
    flex: 1 0 auto;
    margin-top: var(--space-med);
  }

  .Product__Info {
    position: sticky;
    padding-top: 0;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__Info {
      top: calc(var(--header-height) + 25px);
    }
  }

  .Product__Aside {
    max-width: 820px;
  }

  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Action list
 * ----------------------------------------------------------------------------
 */
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.Product__ActionList {
  position: absolute;
  top: 80px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.Product__ActionItem {
  display: block;
  position: relative;
}

.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}

.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0;
  color: var(--color-ink);
}

.Product__ActionItem .Icon--share {
  margin-left: -1px;
}

.Product__ShareItem {
  display: block;
  margin: 15px 0 15px auto;
  padding: 7px 15px 7px 17px;
  width: fit-content;
  background: var(--color-light);
  border-radius: 25px;
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-13px;
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active, .Product__ShareItem:focus {
  color: var(--color-light);
  background: var(--color-ink);
  outline: none;
}
.Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-14px;
  vertical-align: sub;
  transform: translateZ(0);
}
.Product__ShareItem:hover svg {
  animation: shareItemAnimation 0.5s ease-in-out forwards;
}

.Product__ShareList[aria-hidden=false] {
  visibility: visible;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (min-width: 1008px) {
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }

  .Product__ShareItem {
    transition-delay: 0s;
  }
  .Product__ShareItem:nth-child(3) {
    transition-delay: 0.2s;
  }

  .Product__ShareList[aria-hidden=false] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product meta and info
 * ----------------------------------------------------------------------------
 */
.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}

.ProductMeta__Vendor {
  margin-bottom: 20px;
}

.ProductMeta__Title {
  margin-bottom: 5px;
}

.ProductMeta__Subheading {
  margin-bottom: 10px;
}

.ProductMeta__PriceList {
  margin-top: 5px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 10px;
}

.ProductMeta .ProductMeta__Sku {
  margin-top: 10px;
}

.ProductMeta__Description {
  margin: 24px 0 40px;
}

.ProductMeta__ShareButtons {
  display: inline-flex;
  align-items: center;
  margin: 18px 0 10px 0;
}

.ProductMeta__ShareTitle {
  margin-bottom: 0px !important;
  margin-right: 6px;
}

.ProductMeta__ShareList {
  font-size: 0;
}

.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.ProductMeta__ShareItem:hover svg {
  opacity: 1;
}

/* When the description is set after the product form, layout changes a bit */
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons {
  margin-bottom: 2px;
}

.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}

.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}

/**
 * ----------------------------------------------------------------------------
 * Product form
 * ----------------------------------------------------------------------------
 */
.ProductForm {
  margin-top: 30px;
}

@media screen and (min-width: 1008px) {
  .ProductForm {
    margin-top: 25px;
  }
}

.ProductForm__Option {
  position: relative;
  /* margin-bottom: 10px; */
}

.no-js .ProductForm__Option:not(.no-js) {
  display: none;
}

.ProductForm__Item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--color-border);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: var(--form-radius);
  padding-left: var(--form-padding-horizontal);
  padding-right: var(--form-padding-horizontal);
  padding-top: var(--form-padding-vertical);
  padding-bottom: var(--form-padding-vertical);
}

.ProductForm__Item .Icon--select-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: var(--form-padding-horizontal);
  width: 10px;
  height: 10px;
}

.ProductForm__Label {
  display: inline-block;
  margin-bottom: 5px;
}

.ProductForm__LabelLink {
  float: right;
  text-decoration: underline;
  text-underline-position: under;
}
.ColorSwatchList.HorizontalList {
  margin-top: 0;
}
.ColorSwatchList  .HorizontalList__Item {
  margin-top: 0;
}
.ProductForm__SelectedValue {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}

.ProductForm__SoldOutLabel {
  color: var(--color-urgency);
  margin-left: 10px;
}

.ProductForm__OptionCount {
  float: right;
  margin-right: 14px;
}

.ProductForm__Inventory {
  margin-top: 15px;
  color: #666;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px; /* 152.727% */
  letter-spacing: 0.2px;
}

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

.ProductForm__AddToCart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 15px;
}

.ProductForm__AddToCart--sold-out {
  display: none !important;
}

.ProductForm__TertiaryLinkWrapper {
  width: 100%;
  text-align: center;
}
.ProductForm__TertiaryLinkWrapper .ProductForm__TertiaryLink {
  margin: 30px auto 20px;
}

.preorder-note span {
  display: none;
}

.preorder-note.visible span {
  display: block;
}

/**
 * ----------------------------------------------------------------------------
 * Featured image
 * ----------------------------------------------------------------------------
 */
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}

.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 641px) {
  .Product__FeatureImage {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__FeatureImage {
    height: 600px;
  }

  .Product__FeatureImage--small {
    height: 500px;
  }

  .Product__FeatureImage--large {
    height: 700px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product tabs
 * ----------------------------------------------------------------------------
 */

@media screen and (max-width: 640px) {
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 16px 0 40px;
  }

  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Variant slideshow (for color carousel)
 * ----------------------------------------------------------------------------
 */
@keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--color-reverse);
  padding: 24px 0;
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.VariantSelector[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.VariantSelector__Item {
  padding: 0 10px;
  width: 60%;
}

.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0 24px;
}

.VariantSelector__ChoiceList {
  margin-bottom: 34px;
}

.VariantSelector__Choice {
  display: table;
  table-layout: fixed;
  width: 100%;
  animation: 0.15s variantSelectorInfoClosingAnimation forwards ease-in-out;
}

.VariantSelector__Choice.is-selected {
  animation: 0.3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
}

.VariantSelector__Choice:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.VariantSelector__ChoiceColor {
  border-right: 1px solid var(--color-border);
}

.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover;
}

.VariantSelector__ColorSwatch--white {
  outline: 1px solid var(--color-border);
}

.VariantSelector__ChoicePrice {
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-11px;
}

@media screen and (max-width: 640px) {
  .VariantSelector .flickity-prev-next-button {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  /* Starting from tablet, the look and feel of this selector is completely different and look like a modal */
  .VariantSelector {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    overflow: auto;
  }

  .VariantSelector[aria-hidden=false] {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .VariantSelector__Item {
    padding: 0 25px;
    width: 46%;
  }

  .VariantSelector .flickity-prev-next-button.next {
    top: calc(50% - 45px);
    right: 20px;
  }

  .VariantSelector .flickity-prev-next-button.previous {
    top: calc(50% - 45px);
    left: 20px;
  }

  .VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .VariantSelector__ChoicePrice {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-13px;
  }
}
@media (min-width: 800px) and (max-height: 950px) {
  .VariantSelector__ImageWrapper {
    max-width: 290px !important;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Featured product (on home page)
 * ----------------------------------------------------------------------------
 */
.FeaturedProduct__Gallery {
  display: block;
  margin-bottom: 20px;
}

.FeaturedProduct__ViewWrapper {
  margin-top: 0px;
}

@media screen and (min-width: 641px) {
  .FeaturedProduct {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto;
  }

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

  .FeaturedProduct__Gallery,
.FeaturedProduct__Info {
    flex: 1 1 50%;
  }

  .FeaturedProduct__Gallery {
    margin: 0;
  }

  .FeaturedProduct__Info {
    margin-left: 50px;
  }

  .FeaturedProduct__ViewWrapper .Button, .FeaturedProduct__ViewWrapper #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .FeaturedProduct__ViewWrapper .spr-pagination-prev > a,
.FeaturedProduct__ViewWrapper #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .FeaturedProduct__ViewWrapper .spr-pagination-next > a, .FeaturedProduct__ViewWrapper #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .FeaturedProduct__ViewWrapper input.spr-button-primary, .FeaturedProduct__ViewWrapper #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .FeaturedProduct__ViewWrapper .spr-summary-actions-newreview,
.FeaturedProduct__ViewWrapper #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .FeaturedProduct__ViewWrapper .spr-button-primary:not(input), .FeaturedProduct__ViewWrapper .shopify-payment-button__button--unbranded, .FeaturedProduct__ViewWrapper .shopify-payment-button__more-options, .FeaturedProduct__ViewWrapper .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .FeaturedProduct__ViewWrapper .shopify-challenge__button {
    margin: 0;
  }
}
@media screen and (min-width: 1008px) {
  .FeaturedProduct__Info {
    margin-left: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Shopify payment button
 * ----------------------------------------------------------------------------
 */
.shopify-payment-button,
.shopify-payment-button__button {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.shopify-payment-button__more-options {
  width: auto;
  line-height: normal;
}
.shopify-payment-button__more-options[aria-hidden=true] {
  display: none;
}

.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none;
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: inherit;
}

/**
 * ----------------------------------------------------------------------------
 * Product reviews (integration with Shopify Reviews free app)
 * ----------------------------------------------------------------------------
 */
#shopify-product-reviews {
  margin: 18px 0 28px 0 !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary-starrating,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-form-title {
  display: none;
}
#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-form {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0 0 0;
  padding: 0;
}
#shopify-product-reviews .spr-icon {
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-10px;
}
#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-14px;
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty::before {
  content: "";
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a {
  color: inherit;
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0 35px 0;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0 0 30px 0;
  border: none;
  margin: 0;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-header-title {
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-style: normal;
  opacity: 1;
  color: var(--color-subdued);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}
#shopify-product-reviews .spr-review-content {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0 6px 0;
  padding: 0 0 0 14px;
  background: none;
  border-left: 3px solid var(--color-border);
  font-style: italic;
}
#shopify-product-reviews .spr-summary-actions {
  display: block;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input) {
  width: 100%;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: green;
  background: green;
  color: green;
  width: 100%;
}
#shopify-product-reviews .spr-pagination-prev,
#shopify-product-reviews .spr-pagination-next {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
  width: 100%;
}
#shopify-product-reviews .new-review-form {
  margin-top: 20px;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-12px;
  }
  #shopify-product-reviews .spr-review-header-byline,
#shopify-product-reviews .spr-review-content-body {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-14px;
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews input.spr-button-primary,
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-body {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-prev,
#shopify-product-reviews .spr-pagination-next {
    margin: 0 20px 0 0;
  }
  #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
    display: block;
  }
}
@media screen and (min-width: 1008px) {
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--color-reverse);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  z-index: -1;
}

.Search[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height));
    /* 88px is the height of bottom bar on iOS */
  }
}

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

.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  /* For pixel perfect */
  margin-right: 12px;
  color: var(--color-subdued);
}

.Search__Input {
  background: none;
  width: 100%;
  border: none;
  vertical-align: middle;
}
.Search__Input::placeholder {
  color: var(--color-subdued);
}
.Search__Input::-ms-clear {
  display: none;
}

.Search__Close {
  color: var(--color-subdued);
  font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-15px;
  line-height: 1;
}

.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Search__Results[aria-hidden=false] {
  display: block;
}


@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }

  .Search__Input {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-18px;
  }

  .Search__InputIconWrapper {
    margin-right: 20px;
  }

  .Search__Close {
    font-size: var(--base-text-font-size_mobile)-var(--default-text-font-size)-16px;
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }

  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
.ShopTheLook {
  z-index: 2;
}

.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-in-out;
}

.ShopTheLook__Item.is-selected {
  z-index: 1;
}

.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}

.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}

.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: auto;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}

.ShopTheLook__Dot--dark {
  background: #000000;
}
.ShopTheLook__Dot--dark::after {
  background: rgba(0, 0, 0, 0.4);
}

.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.2);
}

.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}

.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0 24px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ShopTheLook__ViewButton {
    width: 100%;
  }

  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
    display: none;
  }

  .ShopTheLook__ProductItem {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .ShopTheLook::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--color-reverse);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
  }

  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }

  .ShopTheLook__ProductItem {
    padding: 30px 0 40px 0;
  }
}
@media screen and (min-width: 641px) {
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }

  .ShopTheLook__Item {
    width: auto;
    padding: 0 15px;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {
  .ShopTheLook {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 130px;
  }

  .ShopTheLook__Item {
    width: 100%;
    padding: 0;
  }

  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }

  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }

  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }

  .ShopTheLook__ProductList {
    flex: none;
    width: 270px;
    margin: 0 80px;
    text-align: center;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }

  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }

  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }

  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - (45px / 2));
  }

  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }

  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Sloppy Code > Fix me!
 * ----------------------------------------------------------------------------
 */
.Section.collection-with-image-section .FeatureText__ContentWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1008px) {
  .Section.collection-with-image-section .SectionHeader {
    margin-top: 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Collection + Image
 * ----------------------------------------------------------------------------
 */
.CollectionImage__ContentWrapper {
  max-width: none;
  padding: 0 var(--space-med);
}

.CollectionImage__Content .ProductListWrapper {
  margin: 60px -40px 0;
}
.CollectionImage__Content .ProductList--carousel .Carousel__Cell {
  width: 35%;
}

@media screen and (min-width: 1008px) {
  .CollectionImage__Content .ProductListWrapper {
    margin: 60px auto 0;
  }
  .CollectionImage__Content .ProductList--carousel {
    margin: 0;
  }
  .CollectionImage__Content .ProductList--carousel .Carousel__Cell {
    width: 50%;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------
 */
.SidebarMenu {
  height: 100%;
  background: var(--color-reverse);
  color: var(--color-ink);
}

.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  opacity: 0.7;
}

.SidebarMenu .Text--subdued {
  color: var(--color-subdued);
}

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--color-border);
}

.SidebarMenu .Linklist {
  margin-top: 20px;
  margin-bottom: 40px;
}

.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}

.SidebarMenu .Submenu-Title--expanded {
  margin-bottom: 20px;
}

.SidebarMenu__Nav--secondary {
  margin-top: 28px;
}

.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px var(--color-border) inset;
  color: var(--color-subdued);
}

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 0;
}

.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: none;
  text-align: center;
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}

/* All this code is pretty ugly hack just to comply with some Shopify strict rules... */
@supports (display: grid) {
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}

.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--color-border);
}

.SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.SidebarMenu .Drawer__Content::before {
  top: 0;
  height: 25px;
  background-image: var(--color-reverse);
}

.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: var(--color-reverse);
}

@media screen and (min-width: 1008px) {
  .SidebarMenu .Drawer__Content::before {
    height: 40px;
  }

  .SidebarMenu .Drawer__Main {
    padding-top: 26px;
  }

  .SidebarMenu .Drawer__Main::after {
    height: 60px;
    /* same here, Safari has some issues with adding padding-bottom :( */
  }

  .SidebarMenu .Drawer__Footer::before {
    height: 70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Slideshow
 * ----------------------------------------------------------------------------
 */
.shopify-section--slideshow {
  position: relative;
}

.Slideshow--fullscreen {
  height: 100vh;
}

@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px));
  }
}
/* Slideshow transition are handled in JavaScript, so while we use Flickity, we need to disable any transition */
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}

.Slideshow__ImageContainer {
  height: 100%;
}

.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /* polyfill for IE */
}

.Slideshow__Image {
  z-index: 0;
}

@supports (object-fit: cover) {
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Slideshow__Content--middleLeft,
.Slideshow__Content--bottomLeft {
  text-align: left;
}
.Slideshow__Content--middleLeft .ButtonGroup,
.Slideshow__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.Slideshow__Content--middleRight,
.Slideshow__Content--bottomRight {
  text-align: right;
}
.Slideshow__Content--middleRight .ButtonGroup,
.Slideshow__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}

.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0;
  transform: none;
}

.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}

.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}

.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}

.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0;
}

@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0 70px;
  }
}
/**
 * For now testimonials are only used on home page but may be expanded
 */
@keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateX(-15px);
  }
}
.Testimonial {
  text-align: center;
}

.Quote {
  padding: 60px 0;
}

.Testimonial__Logo {
  margin-top: var(--space-med);
}

.js .TestimonialList {
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-bottom: var(--space-med);
}
.js .TestimonialList .flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
}
.js .TestimonialList .flickity-prev-next-button.previous {
  left: var(--space-med);
}
.js .TestimonialList .flickity-prev-next-button.next {
  right: var(--space-med);
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  padding: var(--space-lg) 0;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}

@media screen and (max-width: 640px) {
  .Testimonial__Logo {
    max-width: 110px;
  }

  .Testimonial__Content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .Testimonial__Content blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) {
  .Testimonial__Content {
    max-width: 860px;
    margin: 0 auto;
  }

  .Testimonial__Logo,
.TestimonialNav__Item {
    width: 120px;
  }
}
@media screen and (min-width: 1008px) {
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }

  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 60px;
  }

  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
  }

  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .TestimonialNav__Item {
    margin: 0 45px;
  }
}
.Quotations--Wrapper {
  position: relative;
  max-width: 1030px;
  display: flex;
  align-items: center;
}

.Quotations {
  position: absolute;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding-bottom: 25px;
}

.Quotations--Open {
  left: 80px;
}
@media screen and (max-width: 640px) {
  .Quotations--Open {
    left: 20px;
  }
}

.Quotations--Close {
  right: 80px;
}

@media screen and (max-width: 640px) {
  .Quotations--Close {
    right: 20px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * For now timeline are only used on home page but may be expanded
 * ----------------------------------------------------------------------------
 */
.Timeline__ListItem {
  position: relative;
  height: 540px;
}

.Timeline__Item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.Timeline__ImageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Timeline__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Timeline__Inner {
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}

.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
.shopify-section--timeline .Timeline {
  width: 100%;
}
.shopify-section--timeline .SectionHeader {
  margin-bottom: 8px;
}
.shopify-section--timeline .SectionHeader__SubHeading {
  margin-bottom: 8px;
}

.shopify-section--timeline .Timeline__NavWrapper button {
  border-right: 1px solid #969696;
}
.shopify-section--timeline .Timeline__NavWrapper button:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .shopify-section--timeline {
    border-top: none !important;
  }

  .shopify-section--timeline .Section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .shopify-section--timeline .Container {
    padding-left: 0;
    padding-right: 0;
  }

  .Timeline__Header .Heading,
.Timeline__Header .Rte a {
    color: inherit;
  }
}
@media screen and (min-width: 641px) {
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0 auto;
    height: 400px;
    text-shadow: none;
  }

  .Timeline__Item {
    align-items: center;
    background: none;
    flex-direction: row;
  }

  .Timeline__ImageWrapper,
.Timeline__Inner {
    flex: none;
    width: 50%;
  }

  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper::after {
    display: none;
    /* Remove any contrast that may have been added to image */
  }

  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Timeline__ListItem {
    height: 515px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Timeline nav
 * ----------------------------------------------------------------------------
 */
.Timeline__Nav {
  position: relative;
  color: inherit;
  margin-bottom: 30px;
}

.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.Timeline__NavWrapper--center {
  justify-content: center;
}
.Timeline__NavWrapper--right {
  justify-content: flex-end;
}

.Timeline__NavItem {
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: all 0.25s ease-in-out;
  color: #000000;
}
.Timeline__NavItem:not(.is-selected) .Timeline__NavLabel {
  color: #595959;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 1px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background: #595959;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}

.Timeline__NavItem.is-selected {
  opacity: 1;
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1, 1);
}

.Timeline__NavLabel {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }

  .Timeline__Nav {
    margin-bottom: 40px;
    background: none;
  }


  .Timeline__NavItem {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.styleguide-section {
  margin-bottom: 80px;
}
.styleguide-section .line-separator {
  height: 2px;
  background-color: var(--color-brand-primary);
  margin-bottom: 40px;
}
.styleguide-section .styleguide-color {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
}
.styleguide-section .styleguide-color p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopify-policy__title {
  text-align: left;
}

/**
 * ----------------------------------------------------------------------------
 * UVP
 * ----------------------------------------------------------------------------
 */
.uvp {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.uvp-container {
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .uvp-container {
    width: 70%;
  }
}

.uvp-card {
  display: flex;
  width: 15%;
  max-width: 200px;
  min-width: 150px;
  margin: 15px 15px 35px 15px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .uvp-card {
    width: auto;
  }
}

.uvp .image-container {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .uvp .image-container {
    height: auto;
  }
  .shopify-section--timeline .SectionHeader, .Timeline__Nav {
    padding-left: var(--space-med);
    padding-right: var(--space-med);
  }
}

.uvp .header-container {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .uvp .header-container {
    height: auto;
    margin-bottom: 15px;
  }
}

.uvp img {
  width: 82px;
  margin-bottom: 15px;
}

/**
 * ----------------------------------------------------------------------------
 * COLLECTION GLOBAL MODULE / SEO BLOCK
 * ----------------------------------------------------------------------------
 */
.seoblock .FeatureText__ContentWrapper {
  max-width: 800px;
}

/**
 * ----------------------------------------------------------------------------
 * COLLECTION INTERSISTIAL BLOCKS
 * ----------------------------------------------------------------------------
 */
.Grid__IntBlock_Two {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 1139px) {
  .Grid__IntBlock_Two {
    width: 50%;
  }
  .Grid__IntBlock_Two.Grid__Cell_3 {
    width: 66.6666%;
  }
}

.Grid__IntBlock_OneOrThree {
  width: 66.6666%;
  display: none;
}


.int-block {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  aspect-ratio: 1.3;
}
@media screen and (max-width: 640px) {
  .int-block {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1139px) {
  .int-block {
    width: 100%;
  }
}
.int-block .image-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
}
.int-block .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.int-block.IntBlock__Image {
  grid-template-columns: 1fr;
}

.int-block.Image-position-left .image-wrapper {
  order: -1;
}

.Block-padding-medium .block-content {
  padding: 30px 15px 30px 30px;
}
@media screen and (max-width: 640px) {
  .Block-padding-medium .block-content,
  .Block-padding-large .block-content {
    padding: 15px 7.5px 15px 15px;
  }
}
.Block-padding-medium .image-wrapper {
  padding: 30px 30px 30px 15px;
}
@media screen and (max-width: 640px) {
  .Block-padding-medium .image-wrapper {
    padding: 15px 15px 15px 7.5px;
  }
}

.Image-position-left.Block-padding-medium .block-content {
  padding: 30px 30px 30px 15px;
}
@media screen and (max-width: 640px) {
  .Image-position-left.Block-padding-medium .block-content {
    padding: 15px 15px 15px 7.5px;
  }
}
.Image-position-left.Block-padding-medium .image-wrapper {
  padding: 30px 15px 30px 30px;
}
@media screen and (max-width: 640px) {
  .Image-position-left.Block-padding-medium .image-wrapper {
    padding: 15px 7.5px 15px 15px;
  }
}

.int-block__cta {
  margin-right: 30px;
}

.Block-padding-large .block-content {
  padding: 50px 25px 50px 50px;
}
@media screen and (max-width: 640px) {
  .Block-padding-large .block-content {
    padding: 15px 7.5px 15px 15px;
  }
}
.Block-padding-large .image-wrapper {
  padding: 50px 50px 50px 25px;
}
@media screen and (max-width: 640px) {
  .Block-padding-large .image-wrapper {
    padding: 15px 15px 15px 7.5px;
  }
}

.Image-position-left.Block-padding-large .block-content {
  padding: 50px 50px 50px 25px;
}
@media screen and (max-width: 640px) {
  .Image-position-left.Block-padding-large .block-content {
    padding: 15px 15px 15px 7.5px;
  }
}
.Image-position-left.Block-padding-large .image-wrapper {
  padding: 50px 25px 50px 50px;
}
@media screen and (max-width: 640px) {
  .Image-position-left.Block-padding-large .image-wrapper {
    padding: 15px 7.5px 15px 15px;
  }
}

.Block-padding-none .block-content {
  padding: 30px;
}
.Block-padding-none .image-wrapper {
  padding: 0;
}

.block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.int-block.video {
  position: relative;
  overflow: hidden;
}

.int-block.video .overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.int-block.video iframe,
.int-block.video object,
.int-block.video embed {
  position: absolute;
  top: -3%;
  left: -100%;
  width: 300%;
  height: 106%;
}

.Illustrations {
  display: flex;
  justify-content: center;
}

.Illustrations__TabletUp {
  max-width: 800px;
  padding: 30px;
  width: 100%;
}

.Illustrations__Mobile {
  width: 100%;
  padding: 50px 30px;
  max-width: 450px;
}

.loading-next-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.loading-next-wrapper a{
  display:none;
}

.loading-next-container {
  color: var(--color-subdued);
  border: 1px solid var(--color-subdued);
  display: flex;
  justify-content: center;
  padding: 15px 40px;
  width: auto;
  opacity: 0.8;
  cursor: pointer;
}

.Stats {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: auto;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}
@media screen and (max-width: 640px) {
  .Stats {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Stats {
    grid-template-columns: 0.5fr 0.5fr;
  }
}
@media screen and (min-width: 1500px) {
  .Stats {
    grid-template-columns: 0.7fr 0.3fr;
  }
}
.Stats.TextOnRight {
  grid-template-columns: 0.5fr 0.5fr;
}
@media screen and (max-width: 640px) {
  .Stats.TextOnRight {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Stats.TextOnRight {
    grid-template-columns: 0.5fr 0.5fr;
  }
}
@media screen and (min-width: 1500px) {
  .Stats.TextOnRight {
    grid-template-columns: 0.3fr 0.7fr;
  }
}

.Stats__Image {
  display: flex;
  overflow: hidden;
  justify-content: center;
  object-fit: none;
}
@media screen and (max-width: 640px) {
  .Stats__Image {
    order: -1;
    padding: 30px 30px 0;
  }
}
.Stats__Image img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.Stats__Content {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1007px) {
  .Stats__Content {
    padding: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .Stats__Content {
    padding: 60px;
  }
}
.Stats__Content .SectionHeader__Description {
  max-width: 465px;
}
.Stats__Content .Stats__Cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  max-width: 400px;
}
@media screen and (max-width: 1007px) {
  .Stats__Content .Stats__Cards {
    justify-content: center;
    margin: 0 -10px;
    justify-content: flex-start;
    max-width: none;
    margin-top: 20px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .Stats__Content .Stats__Cards {
    max-width: auto;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1500px) {
  .Stats__Content .Stats__Cards {
    max-width: 880px;
    justify-content: space-between;
  }
}
.Stats__Content .Card {
  padding: 10px;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 640px) {
  .Stats__Content .Card {
    margin: 10px;
    width: calc((100vw - 80px)/2);
    height: calc((100vw - 80px)/2);
    min-height: 160px;
    max-width: 190px;
    max-height: 190px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .Stats__Content .Card {
    margin: 10px;
    width: calc((50vw - 100px)/2);
    height: calc((50vw - 100px)/2);
    min-height: 170px;
    max-width: 190px;
    max-height: 190px;
  }
}
.Stats__Content .Card img {
  margin: 10px 0;
}
.Stats__Content .Card .Label {
  text-transform: uppercase;
}

.First {
  order: -1;
}

.Stockist__Container {
  margin: 30px 0;
  text-align: center;
}

.Store__LocationContainer {
  margin: 20px 0 40px;
  position: absolute;
  top: 100px;
  width: 645px;
  visibility: hidden;
}
@media screen and (max-width: 1007px) {
  .Store__LocationContainer {
    width: 175px;
    position: relative;
    top: auto;
    display: none;
  }
}
.Store__LocationContainer.is-selected {
  visibility: visible;
  display: block;
}

.Store__CardWrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 30px 0;
}
@media screen and (max-width: 1007px) {
  .Store__CardWrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.Store__CardWrapper .Store__Card div {
  margin: 8px 0;
}
.Store__CardWrapper .Store__Card div a {
  border-bottom: 1px solid var(--color-ink);
}

.Locator {
  position: relative;
  min-height: 100vh;
  max-width: 705px;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 1007px) {
  .Locator {
    max-width: 235px;
  }
}

div#shopify-section-store_locator1,
div#shopify-section-store_locator2,
div#shopify-section-store_locator3 {
  position: absolute;
}
@media screen and (max-width: 1007px) {
  div#shopify-section-store_locator1,
div#shopify-section-store_locator2,
div#shopify-section-store_locator3 {
    position: relative;
  }
}

.Locator__Select {
  width: 175px;
  height: 50px;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 1007px) {
  .Locator__Select {
    height: auto;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 1007px) {
  .Locator__Select.Select__International {
    position: relative;
    left: auto;
  }
}
.Locator__Select.Select__Domestic {
  left: 235px;
}
@media screen and (max-width: 1007px) {
  .Locator__Select.Select__Domestic {
    position: relative;
    left: auto;
  }
}
.Locator__Select.Select__Online {
  left: 470px;
}
@media screen and (max-width: 1007px) {
  .Locator__Select.Select__Online {
    position: relative;
    left: auto;
  }
}
.Locator__Select select {
  width: 100%;
  padding: 12px;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.49997 8.78033L0.734807 1.01516L1.26514 0.484835L8.49997 7.71967L15.7348 0.484837L16.2651 1.01517L8.49997 8.78033Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  background-size: 1em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}

.Sizechart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000000000;
  padding: 34px 5%;
  height: 100vh;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 720px;
}
.Sizechart.is-visible {
  visibility: visible;
  opacity: 1;
}
.Sizechart .Subtitle {
  margin-top: 40px;
}
.Sizechart #sizechart-close {
  position: absolute;
  top: 30px;
  right: 5%;
  z-index: 12;
  cursor: pointer;
}
.Sizechart svg.Icon.Icon--close {
  height: 15px;
  width: 15px;
}
.Sizechart table {
  width: 100%;
  display: none;
}
.Sizechart table.is-selected {
  width: 100%;
  display: inline-table;
}
.Sizechart td,
.Sizechart th {
  font-weight: normal;
  text-align: left;
  padding: 15px 0;
}
.Sizechart tr {
  border-bottom: 1px solid #D9D9D9;
}
.Sizechart tr:first-child {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.Sizechart__Toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.Sizechart__Toggle.is-visible {
  visibility: visible;
  opacity: 1;
}

#apparel-chart,
#swim-chart {
  display: none;
  position: relative;
}
#apparel-chart.is-visible,
#swim-chart.is-visible {
  display: block;
}

.UnitSelector__Container {
  position: absolute;
  right: 0;
  display: flex;
}

.UnitSelector {
  width: 85px;
  height: 25px;
  border: 1px solid #D9D9D9;
  border-right: none;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.UnitSelector.is-selected {
  border: 1px solid var(--color-ink);
  color: var(--color-ink);
}

.UnitSelector__Second {
  border-right: 1px solid #D9D9D9;
  border-left: none;
}
.UnitSelector__Second.is-selected {
  border: 1px solid var(--color-ink);
  border-left: 1px solid var(--color-ink);
  color: var(--color-ink);
}

.Sizechart__Button {
  border-bottom: 1px solid black;
  cursor: pointer;
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.recover-password-form:has(header.show-parent) {
  display: block !important;
}

.recover-password-form:has(header.show-parent) {
  display: block !important;
}

.GiftWizard-gift-button {
  display: block !important;
}

.Geo__Toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.01);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.Geo__Toggle.is-visible {
  visibility: visible;
  opacity: 1;
}

.Geo {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .Geo {
    width: 90%;
    padding: 30px;
    max-width: 325px;
  }
}
.Geo.is-visible {
  visibility: visible;
  opacity: 1;
}
.Geo svg.Icon.Icon--close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 15px;
  width: 15px;
}
.Geo select {
  width: 100%;
  padding: 12px 5px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  text-align-last: center;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.49997 8.78033L0.734807 1.01516L1.26514 0.484835L8.49997 7.71967L15.7348 0.484837L16.2651 1.01517L8.49997 8.78033Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  background-size: 1em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
.Geo a {
  text-decoration: underline;
  color: var(--color-brand-primary);
}

div#mce-responses {
  position: absolute;
  left: 0;
  top: 50px;
}

div#thankYouMessage {
  margin-top: 10px;
}

a.wk-link {
  margin-right: 20px;
}

.GPM a {
  border-bottom: 1px solid var(--color-subdued);
  color: var(--color-subdued);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

a.Collapsible__Button.Heading.Link.Link--primary.utility:focus, a.Collapsible__Button.Heading.Link.Link--primary.Button:focus, .shopify-challenge__container a.Collapsible__Button.Heading.Link.Link--primary.shopify-challenge__button:focus, a.Collapsible__Button.Heading.Link.Link--primary.ProductForm__Label:focus, a.Collapsible__Button.Heading.Link.Link--primary.shopify-payment-button__more-options:focus, a.Collapsible__Button.Heading.Link.Link--primary.shopify-payment-button__button--unbranded:focus, #shopify-product-reviews a.Collapsible__Button.Heading.Link.Link--primary.spr-summary-actions-newreview:focus,
#shopify-product-reviews a.Collapsible__Button.Heading.Link.Link--primary.spr-button-primary:focus:not(input), #shopify-product-reviews .spr-pagination-prev > a.Collapsible__Button.Heading.Link.Link--primary:focus,
#shopify-product-reviews .spr-pagination-next > a.Collapsible__Button.Heading.Link.Link--primary:focus, a.Collapsible__Button.Heading.Link.Link--primary.Timeline__NavLabel:focus {
  border: 1px solid currentColor;
}

@media screen and (max-width: 1139px) {
  .Header__FlexItem.Header__FlexItem--logo {
    width: 100%;
    justify-content: center;
    margin-left: 180px;
  }
}
@media screen and (max-width: 640px) {
  .Header__FlexItem.Header__FlexItem--logo {
    margin-left: 40px;
  }
}
.Header__FlexItem.Header__FlexItem--logo.centered {
  margin-left: 0;
}
a.ProductItem__ImageWrapper {
  background: none !important;
}

button.Popover__Value.Text--subdued.Text--hover-color.Link.Link--primary:focus-visible {
  border: 1px solid currentColor;
}

button.Form__Submit.utility.submit_arrow:focus, button.Form__Submit.submit_arrow.Button:focus, .shopify-challenge__container button.Form__Submit.submit_arrow.shopify-challenge__button:focus, button.Form__Submit.submit_arrow.ProductForm__Label:focus, button.Form__Submit.submit_arrow.shopify-payment-button__more-options:focus, button.Form__Submit.submit_arrow.shopify-payment-button__button--unbranded:focus, #shopify-product-reviews button.Form__Submit.submit_arrow.spr-summary-actions-newreview:focus,
#shopify-product-reviews button.Form__Submit.submit_arrow.spr-button-primary:focus:not(input), button.Form__Submit.submit_arrow.Timeline__NavLabel:focus {
  color: var(--color-urgency);
}

.Uppercase {
  text-transform: uppercase;
}

.ArticleToolbar__Next {
  margin-right: 30px;
  font-size: 12px;
}

.ArticleToolbar__NavItem--next {
  position: relative;
}

.ArticleToolbar__NavItem--next::after {
  content: "";
  -webkit-mask: url("icon_arrow.svg") no-repeat 50% 50%;
  mask: url("icon_arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: fit;
  mask-size: fit;
  position: absolute;
  background: currentColor;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  transform: translateX(150%);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.ArticleToolbar__Prev {
  font-size: 12px;
}

.ArticleToolbar__NavItem--prev {
  position: relative;
  padding-left: 30px;
}

.ArticleToolbar__NavItem--prev::before {
  content: "";
  -webkit-mask: url("icon_arrow.svg") no-repeat 50% 50%;
  mask: url("icon_arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: fit;
  mask-size: fit;
  position: absolute;
  background: currentColor;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  transform: translateX(150%);
  transform: scaleX(-1);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Gift card PDP */
.template-product--gift-card .ProductForm__AddToCart {
  display: none !important;
}

.template-product--gift-card .ProductForm__AddToCart.GiftWizard-gift-button {
  display: block !important;
}


/* Fix for zoomed status */
html.zoom-level-5 .Collapsible__Button {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

html.zoom-level-5 .Popover__Value {
  padding-top: 2px;
  padding-bottom: 2px;
}


html.zoom-level-6 .Collapsible__Button {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

/* Zoom over 400% */
html.zoom-level-over-8 .Popover__Value {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

html.zoom-level-6 .Collapsible__Content,
html.zoom-level-over-8 .Collapsible__Content {
  max-height: 59vh;
  overflow-y: auto;
  padding-top: 1vw;
}

html.zoom-level-6 .Collapsible__Button,
html.zoom-level-over-8 .Collapsible__Button {
  font-size: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

html.zoom-level-6 .Drawer__Footer .Button,
html.zoom-level-over-8 .Drawer__Footer .Button {
  font-size: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

html.zoom-level-6 .Drawer__Footer,
html.zoom-level-over-8 .Drawer__Footer {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

html.zoom-level-over-8 .Collapsible__Plus::before {
  width: 2vw;
}
html.zoom-level-over-8 .Collapsible__Plus::after {
  height: 2vw;
}

html.zoom-level-6 .Linklist__Item,
html.zoom-level-over-8 .Linklist__Item {
  margin-bottom: 0.5vw;
}

html.zoom-level-6 .Linklist__Item > .Link,
html.zoom-level-over-8 .Linklist__Item > .Link {
  font-size: 1.5vw;
}

html.zoom-level-over-8 #collection-filter-drawer .Drawer__Title {
  margin-bottom: 0 !important;
}

html.zoom-level-over-8 #collection-filter-drawer .Drawer__Header {
  max-height: 12vh;
}

html.zoom-level-over-8 #collection-filter-drawer .Drawer__Content {
  max-height: 88vh;
  height: 88vh;
}

html.zoom-level-over-8 #collection-filter-drawer .Drawer__Close svg {
  width: 6px;
}

html.zoom-level-over-8 #collection-filter-drawer .Collapsible--autoExpand .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: -3px;
  margin-right: -3px;
}

html.zoom-level-over-8 #collection-filter-drawer .HorizontalList__Item {
  margin: 3px !important;
}

html.zoom-level-over-8 #collection-filter-drawer .ColorSwatch {
  width: 10px;
  height: 10px;
}

.pdp-reassurance {
  display: flex;
  justify-content: space-evenly;
  background-color: var(--color-custom1);
  padding: 32px 0 40px;
}
.pdp-reassurance__link-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.pdp-reassurance__link-container > .image-container {
  margin-bottom: 1rem;
  width: 50px;
}
.pdp-reassurance__link-container > h4 {
  margin: unset;
  margin-bottom: 0.5rem;
}
.pdp-reassurance__link-container > span {
  font-size: 12px;
}
@media screen and (max-width: 640px){
  .pdp-reassurance {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 30px 40px;
    gap: 30px;
  }
}

.klaviyo-bis-trigger {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 20px 0;
  padding-top: var(--button-padding-vertical);
  padding-right: var(--button-padding-horizontal);
  padding-bottom: var(--button-padding-vertical);
  padding-left: var(--button-padding-horizontal);
  line-height: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--button-radius);
  text-align: center;
  transition: var(--button-transition);
  z-index: 1;

  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
  border-top: var(--primary-button-border-top);
  border-right: var(--primary-button-border-right);
  border-bottom: var(--primary-button-border-bottom);
  border-left: var(--primary-button-border-left);
  padding-top: var(--primary-button-padding-top);
  padding-right: var(--primary-button-padding-right);
  padding-bottom: var(--primary-button-padding-bottom);
  padding-left: var(--primary-button-padding-left);
  border-radius: var(--primary-button-radius);

  font-weight: var(--utility_font-weight);
  font-style: var(--utility_font-style);
  font-size: var(--utility_font-size);
  letter-spacing: var(--utility_letter-spacing);
  line-height: var(--utility_line-height);
  text-transform: var(--utility_text-transform);
  font-family: var(--utility_font_family);

  width: 100% !important;
}
.klaviyo-bis-trigger:hover {
  color: var(--primary-button-text-color-hover);
  background: var(--primary-button-color-hover);
  border-color: var(--primary-button-border-color-hover);
}

.product-form__notify-me ~ .klaviyo-bis-trigger {
  display: none !important;
}

.account-dropdown__item > a {
  padding: 15px 60px;
  cursor: pointer;
  display: block;
}

.account-dropdown > li:hover {
  background-color: var(--color-brand-secondary);
}

.account-dropdown {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  list-style: none;
  display: flex;
  flex-direction: column;
  top: 87px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.Header__Icon {
  width: 24px;
  height: 24px;
  z-index: 1;
}

.ge-free-shipping-container {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--color-brand-secondary);
  padding: 11px;
  color: var(--color-ink);
  font-weight: 600;
  font-style: var(--utility-small_font-style);
  font-size: var(--utility-small_font-size);
  letter-spacing: var(--utility-small_letter-spacing);
  text-transform: var(--utility-small_text-transform);
  font-family: var(--utility-small_font_family);
}

/* Toolbar Top Pagination */
.CollectionToolbar__Item--Pagination {
  display: flex;
  flex: 1;
  justify-content: end;
  margin-right: 20px;
}

.CollectionToolbar__Item--Pagination.hidden-lap-and-up {
  justify-content: center;
  margin: 0;
  width: 100%;
  flex: 0 0 100%;
}

.CollectionToolbar__Item--view-all {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #666666;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.CollectionToolbar__Pagination {
  display: flex;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #666666;
}

.CollectionToolbar__Pagination a {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 1007px) {
  .CollectionToolbar {
    flex-wrap: wrap;
  }

  .CollectionToolbar__Item--Pagination {
    padding: 32px 0;
  }
}

.login-register-container {
  max-width: 400px;
  width: 100%;
}

.account__container {
  width: 100%;
  padding-right: 50px;
}

.account-register__heading {
  padding: 60px 0;
  font-size: 50px;
  text-align: center;
}

.nav-tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: unset;
  overflow-y: hidden;
}

.account__nav-container {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 15px;
  overflow: scroll;
}

.account__nav-container::-webkit-scrollbar {
  height: 3px;
}

.account__nav-container::-webkit-scrollbar-thumb {
  background-color: var(--color-brand-secondary);
  border-radius: 10px;
}

@media screen and (min-width: 1007px) {
  .account__nav-container {
    flex-direction: column;
    gap: 20px;
    max-width: 250px;
    overflow: unset;
  }
}

.account__nav-container>a.utility {
  white-space: nowrap;
}

@media screen and (min-width: 1007px) {
  .account__nav-container>a.utility {
    margin: unset !important;
  }
}

.account__nav-container>a.utility.active {
  font-weight: 600;
  color: #000;
}

.account__nav-container>a:hover {
  color: #000;
  max-width: 800px;
  width: 100%;
  justify-content: space-evenly;
}

.nav-tabs__login, .nav-tabs__register {
  width: 150px;
  text-align: center;
  margin-bottom: 5px;
}
.nav--underline {
  border-bottom: 5px solid var(--color-custom6);
  margin-bottom: unset;
}

.account-returns-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.account__preferences {
  width: 100%;
}

.addresses {
  padding-right: 50px;
  width: 100%;
}

.addresses .PageHeader {
  margin: unset !important;
}

.addresses .SectionHeader .Button {
  margin-top: 0;
  margin: 20px 0;
}

.hide {
  display: none;
}

.account {
  display: flex;
  flex-direction: column;
  padding: 50px;
  padding-right: 0;
  gap: 80px;
}

@media screen and (min-width: 1007px) {
  .account {
    flex-direction: row;
    align-items: unset;
  }
}

.order-page {
  padding: 50px;
}

@media screen and (min-width: 1007px) {

  .account,
  .order-page {
    padding: 100px;
  }
}

.klaviyo-bis-trigger {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 20px 0;
  padding-top: var(--button-padding-vertical);
  padding-right: var(--button-padding-horizontal);
  padding-bottom: var(--button-padding-vertical);
  padding-left: var(--button-padding-horizontal);
  line-height: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--button-radius);
  text-align: center;
  transition: var(--button-transition);
  z-index: 1;

  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
  border-top: var(--primary-button-border-top);
  border-right: var(--primary-button-border-right);
  border-bottom: var(--primary-button-border-bottom);
  border-left: var(--primary-button-border-left);
  padding-top: var(--primary-button-padding-top);
  padding-right: var(--primary-button-padding-right);
  padding-bottom: var(--primary-button-padding-bottom);
  padding-left: var(--primary-button-padding-left);
  border-radius: var(--primary-button-radius);

  font-weight: var(--utility_font-weight);
  font-style: var(--utility_font-style);
  font-size: var(--utility_font-size);
  letter-spacing: var(--utility_letter-spacing);
  line-height: var(--utility_line-height);
  text-transform: var(--utility_text-transform);
  font-family: var(--utility_font_family);

  width: 100% !important;
}

.klaviyo-bis-trigger:hover {
  color: var(--primary-button-text-color-hover);
  background: var(--primary-button-color-hover);
  border-color: var(--primary-button-border-color-hover);
}

.ImageHero__video-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: black;
  z-index: 3;
}

@media screen and (min-width: 640px) {
  .ImageHero__video-buttons {
    bottom: 50px;
    right: 50px;
  }
}

.video-button {
  background-color: rgba(255, 255, 255, 0.414);
  padding: 12px;
  font-size: 10px;
  border-radius: 24px;
}

.ImageHero__Link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-item__quick-buy-desktop-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 0.75;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.quick-buy-info {
  padding: 15px 0;
  color: #383838;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  letter-spacing: 0.12em;
  text-align: left;
}
.quick-button-info {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  right: 0;
  top: auto;
  text-transform: uppercase;
  text-align: center;
}

quick-buy-desktop:hover .quick-buy-info + .quick-button-info,
quick-buy-desktop:focus .quick-buy-info + .quick-button-info {
  display: block;
}
quick-buy-desktop:hover,
quick-buy-desktop:focus {
  padding-bottom: 30px;
  padding-top: 10px;
}
quick-buy-desktop:hover .quick-buy-info,
quick-buy-desktop:focus .quick-buy-info {
  display: none;
}
quick-buy-desktop > button {
  display: none;
}
quick-buy-desktop:hover .quick-buy-desktop__button:hover + .quick-button-info,
quick-buy-desktop:focus .quick-buy-desktop__button:hover + .quick-button-info {
  display: block;
}

quick-buy-desktop:hover .quick-buy-desktop__button:hover ~ .quick-buy-info + .quick-button-info,
quick-buy-desktop:focus .quick-buy-desktop__button:hover ~ .quick-buy-info + .quick-button-info {
  display: none;
}

quick-buy-desktop:hover > button,
quick-buy-desktop:focus > button {
  display: block;
}
.product-item__select-size {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 0;
  width: 100%;
  gap: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .product-item__select-size {
    display: none;
  }
}

.quick-buy-desktop {
  z-index: 5;
  position: absolute;
  right: 20px;
  bottom: 15px;
  left: 20px;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0 20px;
  flex-wrap: wrap;
  pointer-events: all;
  opacity: 1;
}

.quick-buy-desktop .ProductForm__Option--1,
.quick-buy-desktop .ProductForm__Label,
.quick-buy-desktop .preorder-note,
.quick-buy-desktop .HorizontalList__Item--size-chart {
  display: none;
}

.quick-buy-desktop .ProductForm__AddToCart,
.quick-buy-desktop .bis-button {
  margin: 0 !important;
  display: none;
}

.quick-buy-desktop .pdp-sticky-atc .ProductForm__AddToCart,
.quick-buy-desktop .pdp-sticky-atc .bis-button {
  margin: 0 !important;
}

.quick-buy-desktop .ProductForm__AddToCart {
  --secondary-button-color: #fff;
  --secondary-button-text-color: var(--color-ink);
}

.quick-buy-desktop.dirty .ProductForm__AddToCart,
.quick-buy-desktop.dirty .bis-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-buy-desktop .ProductForm,
.quick-buy-desktop .ProductForm__Variants,
.quick-buy-desktop .HorizontalList__Item,
.quick-buy-desktop .HorizontalList,
.quick-buy-desktop .ProductForm__Option--labelled {
  margin: 0 !important;
}

.quick-buy-desktop .SizeSwatch {
  border: none;
  margin: 0 !important;
  padding: 15px 10px;
  display: block;
}
.quick-buy-desktop__button {
  width: 20%;
  padding: 5px 0;
}
.quick-buy-desktop__button:hover {
  font-weight: bold;
}
.quick-buy-desktop__button[data-sold-out] {
  opacity: 0.5;
}

.quick-buy-desktop__success {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
}
.pdp-atc__success {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
}
.quick-buy-desktop .SizeSwatch.disabled {
  background: none;
  opacity: 0.5;
  border: none !important;
}

.quick-buy-desktop__notify-me {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.quick-buy-desktop__notify-me .bis-button {
  margin: 0 !important;
  height: 100%;
  width: 100%;
}

.markup-modal__inner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  max-height: 75vh;
  z-index: 100000;
  transition: transform 500ms;
  transform: translateY(calc(100% + var(--swipe-offset, 0px)));
  padding-top: 60px;
}

.markup-modal[open] .markup-modal__inner {
  transform: translateY(calc(0px + var(--swipe-offset, 0px)));;
}

.markup-modal::before {
  content: '';
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 100000;
  transition: opacity 500ms;
}

.markup-modal[open]::before {
  opacity: 0.25;
}

@media screen and (min-width: 640px) {
  .markup-modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: min-content;
    transition: opacity 500ms;
    opacity: 0;
    padding-top: 0;
  }

  .markup-modal[open] .markup-modal__inner {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.markup-modal__close {
  position: absolute;
  --icon-size: 16px;
  padding: 12px;
  top: 0;
  right: 0;
  display: none;
}

.markup-modal__swipe-close {
  position: absolute;
  padding: 25px;
  top: 0;
  left: 50%;
  height: 3px;
  width: 50px;
  background: #000;
  opacity: 0.2;
  display: block;
  border-radius: 1px;
  transform: translate(-50%);
  background-clip: content-box;
  box-sizing: content-box !important;
}

.markup-modal__close--cart {
  display: none !important;
}

/* Markup Modal From Right */
.markup-modal--cart-upsell .markup-modal__inner {
  padding: 0;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  height: 100vh;
  max-height: 100vh;
  opacity: 1;
  z-index: 100000;
  transition: transform 500ms;
  transform: translateX(100%);
  max-width: 400px;
  width: calc(100vw - 24px);
}

.markup-modal--cart-upsell[open] .markup-modal__inner {
  transform: none;
}

.markup-modal--cart-upsell .markup-modal__swipe-close {
  display: none;
}

.markup-modal--cart-upsell .markup-modal__close {
  display: block;
  position: static;
  transform: none;
}

.markup-modal--cart-upsell .markup-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--color-border);
}

.markup-modal--cart-upsell .markup-modal__close--cart {
  display: flex !important;
  align-items: center;
}

.markup-modal--cart-upsell .markup-modal__close--cart span {
  margin-left: 16px;
}

.pdp-sticky-atc__main > svg, .pdp-sticky-atc__main .select-size {
  display: none;
}
.template-product .pdp-sticky-atc__main > svg, .template-product .pdp-sticky-atc__main .select-size {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .markup-modal__close {
    display: block;
  }

  .markup-modal__swipe-close {
    display: none;
  }
}

.quick-buy-mobile {
  padding: 0 40px 20px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .quick-buy-mobile {
    padding: 40px 40px 20px;
  }
}

.quick-buy-mobile__title {
  margin-bottom: 30px;
}

.quick-buy-mobile .ProductForm__Option--1,
.quick-buy-mobile .ProductForm__Label,
.quick-buy-mobile .HorizontalList__Item--size-chart {
  display: none;
}

.quick-buy-mobile .SizeSwatchList {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, min-content);
  gap: 20px;
  margin: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.quick-buy-mobile .preorder-note {
  margin-top: 15px;
}

.quick-buy-mobile .HorizontalList__Item,
.quick-buy-mobile .ProductForm__Option,
.quick-buy-mobile .HorizontalList__Item .SizeSwatch,
.quick-buy-mobile .ProductForm {
  margin: 0 !important;
}

.quick-buy-mobile .ProductForm__AddToCart,
.quick-buy-mobile .bis-button {
  margin: 0 !important;
}

.bis-form {
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding: 0 25px 25px;
}

@media screen and (min-width: 640px) {
  .bis-form {
    padding: 25px;
  }
}

.bis-form .ProductForm__Item {
  padding: 0;
}

.bis-form select {
  padding-top: calc(var(--form-padding-vertical) + 5px);
  padding-right: 28px;
  padding-bottom: calc(var(--form-padding-vertical) + 5px);
  padding-left: 14px;
  width: 100%;
  appearance: none;
}

.bis-form__submit {
  margin-bottom: 0!important;
}

.bis-form__success {
  color: #307a07;
}

.bis-form__error {
  color: #cb2b2b;
}

/* Html5 Video */
.html-video {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.html-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.html-video__buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: black;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .html-video__buttons {
    bottom: 50px;
    right: 50px;
  }
}

.html-video__button {
  background-color: rgba(255, 255, 255, 0.414);
  padding: 12px;
  font-size: 10px;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1;
  position: relative;
}

.html-video__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ImageHero .html-video {
  position: static;
}

/* Custom Product Grid */
.ProductList--grid-custom {
  display: grid;
  grid-template-columns: repeat(var(--plp-items-per-row-mobile), 1fr);
  grid-gap: 35px 10px;
  padding: 0;
  margin: 0;
}

.ProductList--grid-custom .Grid__Cell {
  margin: 0;
  padding: 0;
}

.ProductList--grid-custom .Grid__IntBlock_Two {
  grid-column: 1 / calc(var(--plp-items-per-row-mobile) + 1);
}

@media screen and (min-width: 641px) {
  .ProductList--grid-custom {
    grid-template-columns: repeat(var(--plp-items-per-row-tablet), 1fr);
    grid-gap: 50px 24px;
  }
}

@media screen and (min-width: 1140px) {
  .ProductList--grid-custom {
    grid-template-columns: repeat(var(--plp-items-per-row-desktop), 1fr);
    grid-gap: 40px 25px;
  }

  .ProductList--grid-custom .Grid__IntBlock_Two {
    width: 100%;
    grid-column: 1 / 3;
  }

  .ProductList--grid-custom .Grid__IntBlock_Two + .Grid__IntBlock_Two {
    grid-column: 3 / 5
  }
}


@media screen and (min-width: 641px) and (max-width: 1139px) {
  .ProductList--grid-custom .Grid__IntBlock_OneOrThree {
    width: 100%;
    display: inline-block;
    grid-column: 1 / 3;
  }
}

.Form__Item--Checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.Form__Item--Checkbox input {
  width: 16px;
  height: 16xpx;
  min-width: 16px;
}

.ImageHero--newsletter .ImageHero__Image {
  background-position: top center;
}

@media screen and (max-width: 640px) {
  .SizeSwatchList.HorizontalList {
    margin-bottom: 10px;
  }
}

.CollectionHeader {
  display: flex;
  align-items: center;
  background: #FCFAF7;
}
.CollectionHeader--ImageWrapper {
  width: 50%;
  display: block;
  align-self: stretch;
}
.CollectionHeader--ImageWrapper img.mobile_image {
  display: none;
}
.CollectionHeader--ImageWrapper img {
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.CollectionHeader--Content {
  width: 50%;
  display: block;
  padding: 32px 80px;
}
h1.CollectionHeader--Title {
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.CollectionHeader--Description {
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #383838;
  margin-top: 40px;
  margin-bottom: 40px;
}
.associated_collection_wrapper .CollectionHeader--Description {
  margin-top: 8px;
  margin-bottom: 0;
}
.CollectionHeader--link {
  color: #383838;
  font-family: Oxygen;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px;
  border: 1px solid #666;
}
.CollectionHeader--link:hover {
  background-color: #D9D9D9;
}
.CollectionHeader--links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.associated_collection_wrapper  .CollectionHeader--link { 
  margin-top: 56px;
}
.h-quick-links-wrap {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.h-quick-links-wrap h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Playfair Display';
  line-height: 1.2; 
}
.h-quick-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.h-quick-link {
  color: #383838;
  font-family: Oxygen;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  padding: 11px;
  border: 1px solid #666;
  max-width: calc(50% - 4px);
}
.h-quick-link:hover {
  background-color: #D9D9D9;
}
@media (max-width: 900px) {
  .CollectionHeader--links {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .CollectionHeader {
    display: block;
  }
  .CollectionHeader--Content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CollectionHeader--ImageWrapper {
    width: 100%;
  }
  .CollectionHeader--Description {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .CollectionHeader--ImageWrapper img.mobile_image {
    display: block;
    width: 100%;
  }
  .CollectionHeader--ImageWrapper img.desktop_image {
    display: none;
  }
}
.footer-uvp-container .SectionHeader__SubHeading {
  font-size: 12px;
}
#section-footer .Button {
  letter-spacing: 2px;
}
.newsletter .Footer__Content p {
  font-size: 12px;
  line-height: 1.25;
  color: #000;
}
.Footer__Aside-wrap {
  border-top: 1px solid #d9d9d9;
}
.Footer__Aside .accessibility-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.Footer__Aside .accessibility-icon a {
  display: inline-flex;
  align-items: center;
}
.Subfooter__Links a {
  font-size: 12px;
  text-transform: initial;
}
#section-footer form.klaviyo-form button {
  font-size: 0!important;
  background-image: url('/cdn/shop/files/Arrow.svg?v=1725905929')!important;
  width: 20px!important;
  height: 20px!important;
  background-size: contain!important;
  background-position: center!important;
  background-color: transparent!important;
  background-repeat: no-repeat !important;
}

form.klaviyo-form input {
  height: 20px!important;
  font-size: 12px!important;
  padding: 0!important;
  border: none!important;
}
form.klaviyo-form input:focus,
form.klaviyo-form input:visited,
form.klaviyo-form input:focus-within {
  outline: none!important;
  border: none!important;
}

form.klaviyo-form {
  padding-top: 0!important;
  padding-bottom: 0!important;
  border-bottom: 1px solid #383838!important;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .Footer__Inner-top {
    justify-content: center;
    text-align: center;
  }
}
.Footer__Menu ul {
  display: block;
}
@media (max-width: 640px) {
  .Footer .UVP__Wrapper {
    margin-bottom: 0;
  }
  .Footer__Block .Footer__Block--section.Footer__Info {
    width: 100%;
  }
  .Footer .Links__blocks {
    flex-direction: column;
    gap: 0;
  }
  .Footer .Links__Wrapper .Footer__Block--section.Footer__Menu {
    border-bottom: 1px solid #D9D9D9;
  }
  .Footer .Links__Wrapper .Footer__Block--section.Footer__Menu:last-child {
    border-bottom: none;
  }
  .Footer .UVP__Wrapper .footer-uvp-container {
    gap: 0;
  }
  .Brand__Wrapper {
    margin-bottom: 0;
  }
  .Footer__Aside {
    flex-direction: column;
  }
  .Footer .Links__Wrapper {
    margin-bottom: 0;
    gap: 5px;
  }
  .Footer__Block--section.Footer__Menu ul {
    display: none;
    margin-bottom: 16px;
  }
  .Footer__Block--section.Footer__Menu .Footer__Title.active + ul {
    display: block;
  }
  .Footer__Inner {
    padding: 26px 0 26px;
  }
  .Footer__Block--section.Footer__Menu .Footer__Title {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }
  .Footer__Block--section.Footer__Menu .Footer__Title::after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #383838;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(50%, -50%);
  }
  .Footer__Block--section.Footer__Menu .Footer__Title::before {
    content: '';
    display: block;
    height: 1px;
    width: 12px;
    background: #383838;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .Footer__Block--section.Footer__Menu .Footer__Title.active::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .ProductItem {
    text-align: left;
  }
  .ProductItem__ColorSwatchList {
    position: absolute;
    right: 0;
    bottom: 2px;
    display: flex;
    margin-bottom: 0;
  }
  .Price--compareAt {
    color: #666;
  }
}
@media (max-width: 767px) {
  .ProductItem__Info {
    margin-top: 10px;
  }
  .ProductItem__Title {
    font-size: 14px;
  }
  .ProductList .Price {
    font-size: 12px;
  }
  .ProductItem__ColorSwatchList {
    margin-top: 10px;
  }
  .product-item__select-size {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-flex;
    width: auto;
    position: relative;
    padding-bottom: 4px;
  }
}
.call-out-tile__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 1;
  transition: opacity .2s;
}
.call-out-tile__cta:hover::after {
  opacity: 0;
}
.Button.Button--tertiary::after {
  display: none;
}

.Button.Button--tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #383838;
  opacity: 1;
  transition: opacity .2s;
}
.Button.Button--tertiary:hover::before {
  opacity: 0;
}
.Button.Button--tertiary {
  padding: 0;
  color: var(--tertiary-button-text-color);
  background: transparent;
}
.Button.Button--tertiary::before {
  background-color: var(--tertiary-button-text-color);
}
.Button.Button--tertiary:hover {
  color: var(--tertiary-button-text-color)!important;
  background: transparent!important;
}

.pdp-sticky-atc-wrap {
  text-align: center;
}

square-placement {
 --messaging-font-size: 12px;
 --logo-badge-width: 70px;
}
.SectionHeader__ButtonWrapper .CollectionItem__Link.Button {
  margin-top: 8px;
}
.mobile_show {
  display: none;
}
@media (max-width: 767px) {
  .ProductItem__LabelList {
    position: relative;
    left: 0;
    top: 0;
  }
  .ProductItem {
    text-align: left;
  }
  .mobile_show {
    display: block;
  }
  .mobile_show[data-product-item-price] {
    margin-top: 8px;
  }

  .pair-with-card .mobile_show[data-product-item-price] {
    margin-top: 0;
  }
  .desktop_show {
    display: none;
  }
  .ProductItem__ColorSwatchList {
    display: flex;
    justify-content: left;
    gap: 5px;
  }
  .ProductItem__Label.utility {
    background: #EFEDE6;
    margin-top: 10px;
  }
  .product-item__select-size {
    position: absolute;
    top: 0;
    margin-top: calc(400% / 3 - 10px);
    right: 10px;
    transform: translateY(-100%);
    line-height: 1;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .product-item__select-size::after {
    display: none!important;
  }
}

[data-testid="POPUP"] .klaviyo-form.klaviyo-form.klaviyo-form {
  margin-bottom: 0;
  overflow: hidden;
  border-bottom: none!important;
}
.localization-switcher {
  display: flex;
  gap: 6px;
  align-items: center;
  color: currentColor;
  font-size: 13px;
  line-height: 18.2px;
  margin-right: 24px;
}

.localization-switcher--mobile {
  margin-top: auto;
}

.localization-switcher--desktop {
  display: none;
}

@media screen and (min-width: 641px) {
  .localization-switcher--desktop {
    display: flex;
  }

  .localiztion-switcher--mobile {
    display: none;
  }
}

.country-switcher__country,
.language-switcher__language {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.07em;
}

.language-switcher__language,
.language-switcher .disclosure__item {
  text-transform: uppercase;
}

.localization-switcher__close-item {
  position: sticky;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 10px 9px;
  margin-inline: -10px;
  border-bottom: 1px solid var(--color-border);
}

@media screen and (min-width: 641px) {
  .localization-switcher__close-item {
    display: none;
  }
}

.disclosure__button {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.disclosure__list {
  position: absolute;
  background-color: #fff;
  overflow-y: auto;
  list-style: none;
  height: auto;
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: var(--color-ink);
}

@media screen and (max-width: 640px) {
  .disclosure__list {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .disclosure__list {
    min-width: 167px;
    max-height: 221px;
    padding-top: 20px;
    gap: 8px;
  }
}

.disclosure__item:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.07em;
}

.Product__DiscountMessage {
  color: #D62522;
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; 
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .Product__InfoWrapper form {
    display: flex;
    flex-direction: column;
  }
  .Product__InfoWrapper .pdp-sticky-atc-wrap {
    order: -1;
    margin-bottom: 10px;
    text-align: left;
  }
  .Product__InfoWrapper .ProductForm {
    margin-top: 5px;
  }
}
.disclosure.country-switcher {
  text-transform: uppercase;
}
.country-switcher__country, .language-switcher__language {
  text-transform: uppercase;
}
.instafeed-wrap h2 {
  margin-top: 15px;
}
#insta-feed h2 {
  display: none!important;
}

@media (max-width: 1024px) {
  .ProductItem__Wrapper:hover .carousel-plp-mobile-slider .ProductItem__Image {
    opacity: 1 !important;
  }
}
.CollectionList .CollectionItem__Image {
  position: relative;
  font-size: 0;
}
.CollectionList  .CollectionItem__ImageWrapper {
  position: relative;
}
.CollectionList .CollectionItem__Wrapper {
  padding-bottom: 0;
}
.CollectionList .flickity-page-dots {
  display: none;
}
.Product__Tabs .Collapsible {
  padding-left: 0!important;
  padding-right: 0!important;
}
.Product__Tabs .Collapsible:first-child {
  border-top: none;
}
.Product__Tabs .Collapsible__Button {
  padding: 16px 0;
}
.Product__Tabs .Collapsible__Content {
  padding-top: 0;
  padding-bottom: 16px;
}
.template-collection .PageContainer {
  overflow: hidden;
}

.pair-with__heading {
  text-align: center;
}
.pair-with-cards {
  display: flex;
  gap: 20px;
}
.pair-with-card {
  flex: 1;
}
.pair-with-card .ProductItem__Title {
  margin-bottom: 5px;
}
.pair-with-card .ProductItem__Title span {
  font-size: 16px;
}
.pair-with-card .color_name {
  color: #383838;

  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pair-with-card .ProductItem__PriceList {
  font-size: 14px;
  line-height: 125%; /* 17.5px */
}
.pair-with {
  margin-top: 16px;
}
.CollectionHeader--associated_collection {
  text-align: center;
  display: flex;
  gap: 24px;
  min-width: 112px;
  flex-direction: column;
  margin: 16px 8px;

  font-family: Oxygen;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.CollectionHeader--associated_collection img,
.CollectionHeader--associated_collection .placeholder_div {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.CollectionHeader--associated_collection .placeholder_div {
  background-color: #F1F2ED;
  font-size: 0;
}
@media (max-width: 900px) {
    
  .CollectionHeader--associated_collection {
    min-width: 106px;
  }
  .CollectionHeader--associated_collection img,
  .CollectionHeader--associated_collection .placeholder_div {
    width: 106px;
    height: 106px;
  }
  .associated_collection_wrapper .CollectionHeader--links {
    margin-top: 24px;
  }
  .associated_collection_wrapper .CollectionHeader--Description {
    margin-top: 24px;
  }
}