@charset "UTF-8";
.dropdown__list {
  position: absolute;
}

.dropdown__list:not(.is-expanded) {
  display: none;
}

.slider {
  margin: 1.5rem 0;
  overflow: hidden;
}

.slider__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  cursor: grab;
  scroll-behavior: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.slider__items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.slider__items.is-dragging, .slider__items.is-dragging a {
  cursor: grabbing;
}
.slider__items > * {
  padding-right: 1.5rem;
  flex: 0 0 auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.slider__items img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.slider__items.disable-snap {
  scroll-snap-type: none;
}

.slider__spacer {
  width: 0;
  box-sizing: content-box;
}
.slider__spacer:last-child {
  padding-right: 0;
}

.tabs__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  list-style-type: none;
}

.tabs__panel[aria-hidden] {
  visibility: hidden;
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: var(--header-height, 0);
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}

.link > span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.link > span:hover, .link > span:focus {
  border-bottom-color: currentColor;
}

/*
a:not(.button),
.link {
  color: currentColor;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-color: transparent;

  &:hover,
  &:focus {
    border-bottom-color: currentColor;
  }
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

/**
 * Critical CSS resets.
 * - These styles are used to override styles set by the critical CSS
 *   in the `critical.liquid` snippet.
 */
.critical-hide {
  display: inherit;
}

.critical-clear {
  opacity: 1;
  visibility: visible;
}

.main-content .shopify-section {
  display: inherit;
}

body:not(.template-index) .main-content {
  opacity: 1;
}
body:not(.template-index) .main-content:focus {
  outline: 0;
}

.header-80 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .header-80 {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}

.header-60 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .header-60 {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}

.h2-caps {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h2-caps {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
}

.h2-p {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0107142857em;
}
@media (min-width: 1024px) {
  .h2-p {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.0125em;
  }
}

.p-header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p-header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.p {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.p-bold {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1024px) {
  .p-bold {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}

.p-bold-caps {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .p-bold-caps {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}

.p-small-header {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.p-small {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p-small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
    margin-left: -1px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
  margin-top: -4px;
  margin-bottom: -5px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
    margin-top: -6px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
  margin-top: -5px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
    margin-top: -8px;
    margin-bottom: -9px;
    margin-left: -2px;
  }
}
.hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
  margin-top: -5px;
  margin-bottom: -7px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
    margin-left: -3px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
.hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
    margin-left: -1px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
    margin-top: -15px;
    margin-bottom: -12px;
    margin-left: -4px;
  }
}
.hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: -6px;
  }
}
.hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
    margin-left: 0;
    margin-right: -12px;
  }
}
.hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
    margin-left: 0;
    margin-right: -5px;
  }
}
.hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
    margin-left: 0;
    margin-right: -7px;
  }
}
.hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
    margin-left: 0;
    margin-right: -2px;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "Franklin Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.prose ul:not(.size-guide--related-styles),
.prose ol,
.modal--size-and-fit .modal__body ul:not(.size-guide--related-styles),
.modal--size-and-fit .modal__body ol,
.product-description ul:not(.size-guide--related-styles),
.product-description ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.prose ul:not(.size-guide--related-styles) li,
.prose ol li,
.modal--size-and-fit .modal__body ul:not(.size-guide--related-styles) li,
.modal--size-and-fit .modal__body ol li,
.product-description ul:not(.size-guide--related-styles) li,
.product-description ol li {
  padding-left: 0.5rem;
  position: relative;
}
.prose ol li,
.modal--size-and-fit .modal__body ol li,
.product-description ol li {
  counter-increment: listCounter;
  padding-left: 1rem;
}
.prose ol li:nth-child(n+10),
.modal--size-and-fit .modal__body ol li:nth-child(n+10),
.product-description ol li:nth-child(n+10) {
  padding-left: 1.5rem;
}
.prose ul:not(.size-guide--related-styles) li::before,
.modal--size-and-fit .modal__body ul:not(.size-guide--related-styles) li::before,
.product-description ul:not(.size-guide--related-styles) li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: currentColor;
  left: 0;
  top: 0.625em;
}
.prose ol li::before,
.modal--size-and-fit .modal__body ol li::before,
.product-description ol li::before {
  content: counter(listCounter) ".";
  width: 1rem;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 2rem;
}
.prose h1,
.prose h2 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .prose h1,
.prose h2 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.prose h3 {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .prose h3 {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}
.prose h4 {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}
.prose h5,
.prose h6 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .prose h5,
.prose h6 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.prose p {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .prose p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.prose b,
.prose strong {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1024px) {
  .prose b,
.prose strong {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}
.prose table {
  border-collapse: collapse;
}
.prose th {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  text-align: left;
}
.prose td {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .prose td {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.prose img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.prose .iframe-wrapper {
  margin-bottom: 1rem;
}
.prose a {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.prose a:hover,
.prose a:focus {
  border-bottom-color: currentColor;
}

body {
  color: var(--color);
  background-color: var(--bg-color);
}

body:not(.color-scheme--dark),
.color-scheme--light {
  --color: #000;
  --bg-color: #fff;
}

.color-scheme--dark {
  --color: #fff;
  --bg-color: #000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

.seperator {
  border-top-width: 1px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

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

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

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pe-none {
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.d-block {
  display: block;
}

.alert-banner.p-small.critical-hide {
  z-index: 2;
  position: relative;
}

.signup-women .container {
  max-width: 100% !important;
}

.signup-women .container.main-content #content {
  max-width: 100% !important;
}

.signup-women .qa .media {
  height: 100%;
}

@media (min-width: 1101px) {
  .signup-women #shopify-section-header {
    color: white;
  }

  .signup-women .site-logo img {
    filter: invert(100%);
  }

  .signup-women .site-nav-wrapper svg {
    filter: invert(100%) sepia(29%) saturate(437%) hue-rotate(225deg) brightness(107%) contrast(101%);
  }

  .signup-women .cart-link[has-items] .count {
    color: black !important;
  }
}
.signup-women .qa .media__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-signup.qa {
  display: flex !important;
  position: relative;
  overflow: hidden;
  padding: 0 1rem !important;
  color: white;
}

.signup-women .container-wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}

.signup-women .page-signup__content {
  padding-bottom: 4rem;
  justify-content: space-between !important;
  padding-top: calc(var(--header-height, 0) + var(--alert-banner-height, 0) + 2rem);
  grid-area: form;
  text-align: left !important;
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 85.4%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.qa .h2-caps {
  margin-bottom: auto;
}

.qa #page-signup-women {
  width: 56%;
  max-width: 780px;
}

@media (max-width: 1100px) {
  .page-signup.qa .media {
    max-height: 100%;
    height: 100%;
  }

  .signup-women .qa .media__wrapper {
    width: 100%;
    height: 100%;
  }

  .signup-women .container-wrap {
    min-height: calc(100vh - var(--header-height, 0px) - var(--viewport-height, 0px));
  }

  .signup-women .page-signup__content {
    height: calc(100vh - (var(--header-height, 0) + var(--alert-banner-height, 0) + var(--viewport-height, 0px)));
    justify-content: flex-end !important;
    max-width: 100%;
    padding: 1.5rem 0;
  }

  .page-signup.qa {
    grid-template-areas: "form";
    gap: 0 !important;
    margin-top: calc(var(--header-height, 0) + var(--alert-banner-height, 0));
  }
}
.page-signup.qa .button {
  background: none;
  color: white;
  border-color: white;
}

.page-signup.qa .klaviyo--success .p-header,
.page-signup.qa .klaviyo--success .pte {
  display: none !important;
}

@media (min-width: 1024px) {
  .page-signup.qa .h2-p {
    font-size: 1.5rem;
  }
}
.signup-women .ptext {
  font-size: 2rem;
  font-weight: 700;
  max-width: 560px;
  letter-spacing: 0.075em;
}

.signup-women #k_id_email {
  height: 36px;
  background: none;
  color: white;
  border-color: white;
}

.page-signup .h2-caps,
.sign_wrap {
  text-align: left;
}

.signup-women .footer-mobile__newsletter,
.signup-women .footer-desktop__newsletter {
  display: none !important;
}

.pte span {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  .signup-women #k_id_email {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .signup-women .ptext {
    font-size: 1rem;
  }

  .qa #page-signup-women {
    width: 100%;
    max-width: 100%;
  }

  .qa .h2-p {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .qa .h2-caps br {
    display: none;
  }
}
.signup-women #shopify-section-footer {
  margin-top: 5rem;
}

.alert-banner {
  background: #000;
  color: #fff;
  display: flex;
}
.alert-banner.is-hidden {
  display: none;
}
.alert-banner__wrapper {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 7px 0;
}
.alert-banner__text {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 150px;
  animation: animate 16s linear infinite;
}
.alert-banner__text svg {
  margin-left: 5px;
}
.alert-banner__close.link[type=button] {
  padding: 0 20px 0 10px;
}

@keyframes animate {
  100% {
    transform: translate(-100%, 0);
  }
}
.button {
  --btn-color: var(--bg-color);
  --btn-border-color: var(--color);
  --btn-bg-color: var(--color);
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  background-color: var(--btn-bg-color);
  font-size: 0.8125rem;
  letter-spacing: 0.0385714286em;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}
.button:hover, .button:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .button {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.button.is-loading {
  cursor: wait;
}
.button.block {
  display: block;
  width: 100%;
}
.button.hidden {
  display: none;
}
.button.invisible {
  visibility: hidden;
}
.button[disabled], .button.is-disabled {
  cursor: not-allowed;
  color: #000;
  background-color: #eee;
  border-color: #eee;
}

.button--ghost {
  --btn-color: colors.$pitch-black;
  --btn-border-color: colors.$pitch-black;
  --btn-bg-color: colors.$optical-white;
}

.button--yellow {
  --btn-color: #000;
  --btn-border-color: #ffe802;
  --btn-bg-color: #ffe802;
}

.button--split-banner {
  --btn-color: colors.$pitch-black;
  --btn-border-color: colors.$pitch-black;
  --btn-bg-color: colors.$optical-white;
  --btn-color: var(--split-banner-btn-color, var(--bg-color));
  --btn-border-color: var(--split-banner-btn-border-color, var(--color));
  --btn-bg-color: var(--split-banner-btn-bg-color, var(--color));
}

.button--hero,
.button--split-banner {
  display: block;
  width: 100%;
  max-width: 100%;
}
.button--hero::after,
.button--split-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .button--hero,
.button--split-banner {
    --btn-color: var(--bg-color);
    --btn-border-color: var(--color);
    --btn-bg-color: var(--color);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--btn-color);
    border-color: var(--btn-border-color);
    background-color: var(--btn-bg-color);
    font-size: 0.8125rem;
    letter-spacing: 0.0385714286em;
    padding-top: 0.6875rem;
    padding-bottom: 0.625rem;
    width: 276px;
  }
  .button--hero:hover, .button--hero:focus,
.button--split-banner:hover,
.button--split-banner:focus {
    text-decoration: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .button--hero,
.button--split-banner {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .button--hero.is-loading,
.button--split-banner.is-loading {
    cursor: wait;
  }
}
@media (min-width: 1024px) {
  .button--hero.block,
.button--split-banner.block {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .button--hero.hidden,
.button--split-banner.hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .button--hero.invisible,
.button--split-banner.invisible {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .button--hero[disabled], .button--hero.is-disabled,
.button--split-banner[disabled],
.button--split-banner.is-disabled {
    cursor: not-allowed;
    color: #000;
    background-color: #eee;
    border-color: #eee;
  }
}

.button--hero {
  --btn-color: var(--hero-btn-color, var(--bg-color));
  --btn-border-color: var(--hero-btn-border-color, var(--color));
  --btn-bg-color: var(--hero-btn-bg-color, var(--color));
}

.button--split-banner::after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .split-banner__item--has-media .button--split-banner::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .split-banner__item--has-media-md .button--split-banner::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .button--split-banner {
    --btn-color: var(--split-banner-btn-color, var(--bg-color));
    --btn-border-color: var(--split-banner-btn-border-color, var(--color));
    --btn-bg-color: var(--split-banner-btn-bg-color, var(--color));
    width: 176px;
  }
}
.shopify-challenge__button {
  --btn-color: var(--bg-color);
  --btn-border-color: var(--color);
  --btn-bg-color: var(--color);
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  background-color: var(--btn-bg-color);
  font-size: 0.8125rem;
  letter-spacing: 0.0385714286em;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}
.shopify-challenge__button:hover, .shopify-challenge__button:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .shopify-challenge__button {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.shopify-challenge__button.is-loading {
  cursor: wait;
}
.shopify-challenge__button.block {
  display: block;
  width: 100%;
}
.shopify-challenge__button.hidden {
  display: none;
}
.shopify-challenge__button.invisible {
  visibility: hidden;
}
.shopify-challenge__button[disabled], .shopify-challenge__button.is-disabled {
  cursor: not-allowed;
  color: #000;
  background-color: #eee;
  border-color: #eee;
}

.link {
  -webkit-appearance: none;
  appearance: none;
  color: currentColor;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 1em;
  font-family: inherit;
  letter-spacing: inherit;
}

.link > span {
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.link.is-active > span {
  border-bottom-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
  .link:hover > span,
.link:focus > span {
    border-bottom-color: currentColor;
  }
}
.dropdown__wrapper {
  position: relative;
}

.dropdown__btn {
  font-size: 0.875rem;
  letter-spacing: 0.0385714286em;
  line-height: 1.4285714286;
  padding: 0.3125rem 0.5rem;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  border-width: 1px;
  cursor: pointer;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown__btn, .dropdown__btn:hover, .dropdown__btn:focus {
  color: var(--color);
  border-color: var(--color);
  background-color: transparent;
}
.dropdown__btn:after {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 9px;
  height: 6px;
}
.dropdown__btn > * {
  pointer-events: none;
}
.dropdown__btn[aria-expanded=true] {
  border-bottom-color: transparent;
}
.dropdown__btn[aria-expanded=true]:after {
  opacity: 0;
}
.color-scheme--dark .dropdown__btn:after {
  filter: invert(100%);
}
.dropdown__btn span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown__list {
  max-height: 225px;
  overflow-y: auto;
  position: absolute;
  z-index: 2;
  margin: -1px 0 0 0;
  width: 100%;
  border-width: 1px;
  list-style: none;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 18px;
  border-top-width: 0;
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
}
.dropdown__list:not(.is-expanded) {
  display: none;
}

.dropdown__item > * {
  display: block;
  width: 100%;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.dropdown__item > * > span,
.dropdown__item > * > a {
  letter-spacing: 0.0385714286em;
  display: inline-block;
  border-color: transparent;
  border-bottom-width: 1px;
  margin-bottom: 8px;
}
.dropdown__item > * > span:hover, .dropdown__item > * > span:focus,
.dropdown__item > * > a:hover,
.dropdown__item > * > a:focus {
  border-bottom-color: currentColor;
}

li:last-child .dropdown__item > * > span {
  margin-bottom: 0;
}

.column {
  --color: #000;
  --bg-color: #ffe802;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.column__header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .column__header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
@media (min-width: 1024px) {
  .column__header {
    margin-bottom: 1rem;
  }
}

.column__footer {
  margin-top: auto;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .column__footer {
    padding-top: 1.5rem;
  }
}

.column__header__text {
  display: block;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.column__button {
  color: var(--color);
  border-color: var(--color);
  background-color: transparent;
}

.column__link,
.column__image {
  display: block;
  height: auto;
}

.column__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.column__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .column__list li:not(:last-child) {
    margin-bottom: 13px;
  }
}
.column__list:not(:last-child) {
  margin-bottom: 3rem;
}

.column .slideshow {
  overflow: visible;
}

.column .slideshow__pagination {
  position: absolute;
  top: -2.4rem;
  right: 0;
}

.column .slideshow__current,
.column .slideshow__total {
  display: none;
}

.column .slick .column__button {
  width: var(--slick-width, 100%);
}

.column .slick-slide img {
  display: block;
  margin-bottom: 1.5rem;
}

.column .slick-dots {
  bottom: auto;
  right: -0.5rem;
  top: -2.75rem;
  justify-content: end;
  left: auto;
}

.column .slick-slide > div {
  height: 100%;
}

.column .slick-slide > div > div {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.eg-cc-window,
.eg-cc-message,
.eg-cc-btn {
  font-size: 0.625rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0.05em !important;
  font-weight: normal !important;
}

.eg-cc-btn {
  font-size: 0.8125rem !important;
  letter-spacing: 0.0385714286em !important;
  min-width: auto !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  line-height: 1 !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border: 1px solid #000 !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  cursor: pointer;
  margin-left: 2rem !important;
}

.eg-cc-link {
  text-decoration: none !important;
  background-image: url({{ "arrow.svg" | asset_url }});
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 100% 50%;
  padding: 0 !important;
  padding-right: 12px !important;
  flex-shrink: 0;
}

.eg-cc-message {
  margin: 0 !important;
}

.eg-cc-window {
  transition: none !important;
  border-top-width: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  padding: 0.5625rem 1rem 0.5625rem 1rem !important;
  bottom: calc(var(--header-height, 0px) + var(--product-form-buttons-height, 0px)) !important;
  background-color: #eee !important;
  max-width: none !important;
  flex-direction: row !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  .eg-cc-window,
.eg-cc-message,
.eg-cc-btn {
    font-size: 0.75rem !important;
    line-height: 1.4166666667 !important;
    letter-spacing: 0.0583333333em !important;
  }

  .eg-cc-window {
    padding: 0.5rem 2rem !important;
    bottom: 0 !important;
    background-color: #fff !important;
    border-top-width: 1px !important;
    border-top-color: rgba(0, 0, 0, 0.1) !important;
  }

  .eg-cc-btn {
    color: currentColor !important;
    padding: 0 !important;
    margin: 0 !important;
    border-color: transparent !important;
  }

  .eg-cc-link {
    color: currentColor !important;
    text-decoration: none !important;
    border-bottom-width: 1px;
    border-bottom-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    opacity: 1 !important;
  }

  .eg-cc-link:hover,
.eg-cc-link:focus {
    border-bottom-color: currentColor !important;
  }
}
.nav-mobile--open .eg-cc-window {
  display: none !important;
}

.color-group {
  margin-bottom: 0.5rem;
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.color-group__link {
  text-decoration: none;
  padding: 0 0.125rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.color-group__link img {
  border-bottom: 2px solid transparent;
}
.color-group__link:hover > span, .color-group__link.is-selected > span {
  border-bottom: 0;
}
.color-group__link:hover img, .color-group__link.is-selected img {
  border-bottom: 2px solid #000;
}
.color-scheme--dark .color-group__link:hover img, .color-scheme--dark .color-group__link.is-selected img {
  border-bottom: 2px solid #fff;
}
.color-group__link.is-selected::after {
  content: "";
}
.color-group__link > span {
  display: block;
  border-bottom: 0;
}
.color-group .slick > div {
  position: relative;
}
.color-group .js-slick-mobile-tablet.slick-initialized {
  padding: 0 16px;
}
.color-group .js-slick-mobile-tablet:not(.slick-initialized) {
  margin-left: 16px;
  margin-right: 16px;
}
.color-group .slick-arrow {
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
}
.color-group .slick-arrow::after {
  background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron-mobile.svg?v=2977551936536600383");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.color-group .slick-arrow span {
  display: none;
}
.color-group .slick-next {
  display: inline-block !important;
  text-align: center;
}
.color-group .slick-track {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.color-group .media::before {
  padding: 0 !important;
}
.color-group .media > .media__item {
  position: static;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .color-group__link::after {
    bottom: -1px;
  }
  .color-group .slick {
    display: grid;
    grid-gap: 0.25rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .color-group {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .color-group__link {
    padding: 0;
  }
  .color-group__link::after {
    left: 0;
    right: 0;
  }
  .color-group__link:hover::after {
    content: "";
  }
  .color-group .slick {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .color-group .js-slick-mobile-tablet:not(.slick-initialized) {
    margin-left: 0;
    margin-right: 0;
  }
}

.field,
.field-select {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.field__label,
.field-select__label {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .field__label,
.field-select__label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.field__input {
  border-width: 1px;
  border-radius: 0;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.field__input, .field__input:focus, .field__input:active {
  font-size: 1rem;
  letter-spacing: 0.03375em;
}
@media (min-width: 1024px) {
  .field__input {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
  .field__input:focus, .field__input:active {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
}
.field.has-error .field__input {
  border-color: #f00a35;
  background-color: rgba(240, 10, 53, 0.06);
}

.field__error {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-top: 1px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .field__error {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.field__error ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.field-option {
  margin-bottom: 8px;
}

.field-option__input,
.field-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.field-option__label {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .field-option__label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.field-option__label:before {
  content: "";
  margin-right: 4px;
  width: 9px;
  height: 9px;
  border-width: 1px;
  flex-shrink: 0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  border: 1px solid;
  padding: 1px;
  align-self: flex-start;
  margin-top: 4px;
}
.is-checked .field-option__label:after, :checked + .field-option__label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  top: 6px;
  left: 2px;
}

.field-option--link .field-option__label:before,
.field-option--link .field-option__label:after {
  display: none;
}

.field-option--link .field-option__label {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.field-option--link .field-option__label:hover, .field-option--link .field-option__label:focus {
  cursor: pointer;
  border-bottom-color: currentColor;
}

.field-option--link :checked + .field-option__label {
  border-bottom-color: currentColor;
}

.form-error,
.errors {
  margin-bottom: 1rem;
}

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

.field-select__input {
  font-size: 0.875rem;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  letter-spacing: 0.03375em;
  line-height: 1;
  border: 1px solid #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: 9px 6px;
}
.field-select.has-error .field-select__input {
  border-color: #f00a35;
  background-color: rgba(240, 10, 53, 0.06);
}

::-webkit-input-placeholder {
  color: currentColor;
}

::-moz-placeholder {
  color: currentColor;
}

:-ms-input-placeholder {
  color: currentColor;
}

:-moz-placeholder {
  color: currentColor;
}

.product-subscriptions .field-option .field-option__label.selected:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: black;
  position: absolute;
  left: 2px;
  top: 6px;
}

@media (max-width: 1024px) {
  .product-subscriptions .field-option .field-option__label:after {
    top: 4px !important;
  }
}
.field-group {
  display: flex;
  align-items: flex-end;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 1rem;
}

.field-group > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.field-group .field {
  margin-bottom: 0;
  flex-grow: 1;
}

.template-index .shopify-section:not(#shopify-section-footer) > * {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .template-index .shopify-section:not(#shopify-section-footer) > * {
    margin-bottom: 5rem;
  }
}

.container-wrap {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  min-height: calc(100vh - var(--header-height, 0px));
}

.template-page.signup .container-wrap {
  min-height: unset;
}

.container {
  display: grid;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}

.container.main-content {
  display: block;
}

.container.main-content #content {
  max-width: 100%;
  margin: 0 auto;
}

.content {
  grid-column: span 12/span 12;
}

.template-page.about .container-wrap,
.template-collection.about .container-wrap {
  padding-top: 0;
}
.template-page.about .shopify-section:not(#shopify-section-header),
.template-collection.about .shopify-section:not(#shopify-section-header) {
  background-color: inherit;
  position: relative;
  z-index: 1;
}

.template-page.campaign .container-wrap,
.template-collection.campaign .container-wrap {
  padding-top: 0;
}
.template-page.campaign .site-header > .site-nav__highlighted,
.template-page.campaign .site-header > .seperator,
.template-collection.campaign .site-header > .site-nav__highlighted,
.template-collection.campaign .site-header > .seperator {
  display: none;
}

@media (max-width: 768px) {
  .template-page.campaign .site-header,
.template-collection.campaign .site-header {
    grid-template-areas: ". logo menu menu menu .";
    grid-template-rows: 50px;
  }
  .template-page.campaign .quick-links,
.template-collection.campaign .quick-links {
    bottom: 50px;
  }
  .template-page.campaign .hero__media,
.template-collection.campaign .hero__media {
    padding-top: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px) - 52px);
  }
}
@media (min-width: 1024px) {
  .container.main-content #content {
    max-width: 85.4%;
  }

  .container-wrap {
    padding-top: 4rem;
  }

  .container-wrap,
#shopify-section-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .content {
    grid-column-start: 2;
  }
}
.components-wrapper > * {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 1024px) {
  .components-wrapper > * {
    margin-bottom: 5rem !important;
  }
}

.hero {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  display: grid;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .hero {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hero {
    row-gap: 1.5rem;
  }
}
.hero .hero__body > *,
.hero .hero__header > * {
  -webkit-hyphens: none;
          hyphens: none;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 0;
  }
}

.hero__video {
  max-height: none;
}
.hero__video--mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero__video--mobile {
    display: none;
  }
}
.hero__video--desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero__video--desktop {
    display: block;
  }
}

.hero__media,
.hero__header,
.hero__body {
  grid-row: -1/1;
  grid-column: -1/1;
}

.hero__media {
  z-index: -1;
}
.hero__media .media:not(.media--loaded) .media__item {
  position: absolute;
}
.hero__media .media.media--loaded::before {
  opacity: 0;
  padding-bottom: 0;
  visibility: hidden;
}
.hero__media .js-video {
  max-height: none;
  position: relative;
}

.full-bleed .hero__media {
  padding-top: 177.7777777778%;
}

.hero__media {
  padding-top: 125%;
  position: relative;
  transition: none;
}
.hero__media .media__wrapper {
  position: unset;
}
.hero__media .media__wrapper .media__item,
.hero__media .media__wrapper video {
  height: 100%;
  object-fit: cover;
  position: static;
  width: 100%;
}
.hero__media .media,
.hero__media .hero__video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__media .media:not(.media--loaded)::before,
.hero__media .hero__video:not(.media--loaded)::before {
  position: absolute;
  padding-top: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px));
}

.hero__header,
.hero__body,
.hero__footer {
  color: var(--hero-text-color);
}

.hero__byline {
  color: var(--hero-byline-color);
}

.hero__header,
.hero__body {
  padding: 1rem;
}

.hero__header {
  align-self: flex-start;
}

.hero__body {
  align-self: center;
}

.hero__footer {
  align-self: end;
  grid-row: -1/1;
  grid-column: -1/1;
}

.hero__byline {
  margin-bottom: 0.5rem;
}

.hero__media .media--no-media {
  display: none;
}

.hero-quick-shop--wrapper .qs__accordion .accordion__item {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .hero__footer {
    padding: 0 1rem 1rem;
  }
  .hero__footer--has-button {
    width: 100%;
  }

  .hero.full-bleed-hero .hero__media .media,
.hero.full-bleed-hero .hero__media .hero__video {
    height: 100%;
    position: absolute;
    top: 0;
  }
  .hero.full-bleed-hero .hero__media .media .media__item,
.hero.full-bleed-hero .hero__media .hero__video .media__item {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .hero__header,
.hero__body,
.hero__footer {
    padding: 2rem;
    color: var(--hero-text-color);
  }

  .hero__media .media--no-media {
    display: block;
  }

  .full-bleed .hero__media,
.constrained .hero__media {
    padding-top: 56.25%;
  }

  .hero__media .media--no-media-md {
    display: none;
  }

  .hero-quick-shop--wrapper .qs__accordion {
    max-width: 567px;
  }
}
@media (min-width: 1024px) {
  .hero {
    row-gap: 0.5rem;
  }
}
.slider {
  margin: 0;
}

.slider__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.slider__items > li {
  padding: 0;
}
.slider__items > li > a {
  padding: 12px;
}

.slideshow {
  overflow: hidden;
}

.slideshow__track {
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.slideshow__track::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.slideshow__item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  flex-shrink: 0;
}

.slideshow__item .media {
  display: block;
  margin-bottom: 1.5rem;
}

.slideshow__pagination_item {
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.slideshow__pagination_item:hover, .slideshow__pagination_item:focus {
  color: currentColor;
  border-color: currentColor;
}
.slideshow__pagination_item.is-active {
  border-color: currentColor;
}

.slideshow__nav {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .slideshow__nav {
    display: flex;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.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%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  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;
}

.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-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 250ms 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;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

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

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__container {
  z-index: 1;
}

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

.follow-cursor__item {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (hover: hover) and (pointer: fine) {
  .follow-cursor:hover .follow-cursor__item {
    opacity: 1;
  }
}
.follow-cursor {
  position: relative;
}

.template-product .follow-cursor {
  cursor: zoom-in;
}

.follow-cursor .button {
  cursor: none;
}

.follow-cursor .button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.full-bleed-hero {
  position: relative;
}
.full-bleed-hero__fields-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  height: 100%;
  margin: auto;
  max-width: 532px;
  padding: 64px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .full-bleed-hero__fields-container {
    padding: 80px 16px;
  }
}
.full-bleed-hero__fields-container.center {
  justify-content: center;
}
.full-bleed-hero__fields-container.bottom {
  justify-content: end;
}
.full-bleed-hero__fields-container.spaced {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .full-bleed-hero__fields-container.spaced .full-bleed-hero__cta--button {
    width: 100%;
  }
}
.full-bleed-hero__title, .full-bleed-hero__subtitle, .full-bleed-hero__footer {
  color: var(--hero-text-color);
}
.full-bleed-hero__title.align-left, .full-bleed-hero__subtitle.align-left, .full-bleed-hero__footer.align-left {
  text-align: left;
}
.full-bleed-hero__title.align-center, .full-bleed-hero__subtitle.align-center, .full-bleed-hero__footer.align-center {
  text-align: center;
}
.full-bleed-hero__title.align-right, .full-bleed-hero__subtitle.align-right, .full-bleed-hero__footer.align-right {
  text-align: right;
}
.full-bleed-hero__text {
  margin: 0 !important;
}
.full-bleed-hero__subtitle:not(:first-child) {
  margin-top: 16px;
}
.full-bleed-hero__footer:not(:first-child) {
  margin-top: 32px;
}
.full-bleed-hero__cta--button {
  background-color: white;
  border: 1px solid white;
  color: black;
  display: inline-block;
  min-width: 158px;
  padding: 8px 0;
  text-align: center;
}
.full-bleed-hero__cta--link {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .full-bleed-hero__subtitle:not(:first-child) {
    margin-top: 24px;
  }
  .full-bleed-hero__footer:not(:first-child) {
    margin-top: 40px;
  }
  .full-bleed-hero__cta--button {
    min-width: 275px;
  }
}

.shop-by-collection-banner__heading {
  margin-bottom: 1rem;
  margin-top: -6px;
}

.shop-by-collection-banner__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .shop-by-collection-banner__items {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .shop-by-collection-banner__items {
    row-gap: 1.5rem;
  }
}

.shop-by-collection-banner__item {
  position: relative;
}

.shop-by-collection-banner__media {
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.shop-by-collection-banner__media img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.shop-by-collection-banner__media-hover {
  display: none;
}

.shop-by-collection-banner__item-title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.shop-by-collection-banner,
.shop-by-collection-banner__items {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .shop-by-collection-banner,
.shop-by-collection-banner__items {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .shop-by-collection-banner,
.shop-by-collection-banner__items {
    row-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .shop-by-collection-banner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .shop-by-collection-banner__heading {
    grid-column: span 3/span 3;
  }

  .shop-by-collection-banner__items {
    grid-column: span 9/span 9;
  }
}
@media (hover: hover) and (pointer: fine) {
  .shop-by-collection-banner__media-hover {
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
  }

  .shop-by-collection-banner__media-hover > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .shop-by-collection-banner__item:hover .shop-by-collection-banner__media-hover {
    opacity: 100;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 -15px;
    height: 10px;
  }
  40% {
    box-shadow: 0 -60px;
    height: 15px;
  }
}
.media__loader,
.media__loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.media__loader {
  margin: auto;
  font-size: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.media > .media__item {
  width: 100%;
  height: auto;
  transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1);
}

@supports (--custom: property) {
  .media {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #cfcfcf;
  }

  .js-slick-mobile-tablet .media {
    background: none;
  }

  .media--space {
    display: none;
  }

  .media::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--media-size)));
  }

  .media:not(.media--disable-loading)::before {
    opacity: 0;
    background-color: #cfcfcf;
  }

  .media__wrapper {
    position: relative;
  }

  .media.low__res {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
  }

  .highres-has-loaded ~ .media.low__res {
    opacity: 0;
    visibility: hidden;
  }
  .highres-has-loaded ~ .media.low__res ~ .media__loader {
    display: none;
  }

  .media > .media__item,
.media > iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .media > .media__item {
    object-fit: cover;
  }

  .js-video {
    max-height: var(--media-max-height, none);
    overflow: hidden;
    width: 100%;
  }

  .js-slick-product:not(.slick-initialized) > div {
    display: none;
    visibility: hidden;
  }
  .js-slick-product:not(.slick-initialized) > div:first-of-type {
    display: block;
    visibility: visible;
  }

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

    .media::before {
      padding-bottom: calc(100% / (var(--media-md-size, var(--media-size))));
    }

    .js-video {
      max-height: var(--media-md-max-height, none);
    }
    .js-video > div {
      position: static !important;
    }
  }
  .categories__image .media > .media__item {
    position: absolute !important;
  }
}
.hero.full-bleed-hero {
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
}
.hero.full-bleed-hero .justify-self-center {
  text-align: center;
}
.hero.full-bleed-hero svg {
  width: 300px;
  transition: width 0.3s ease-in-out;
}
.hero.full-bleed-hero svg path {
  fill: var(--hero-text-color, white);
}
.hero.full-bleed-hero .media__wrapper {
  position: unset;
}
.hero.full-bleed-hero .hero__media {
  padding-top: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px));
  position: relative;
  transition: none;
}
.hero.full-bleed-hero .hero__media .media__item,
.hero.full-bleed-hero .hero__media video {
  height: 100%;
  object-fit: cover;
  position: static;
  width: 100%;
}
.hero.full-bleed-hero .hero__media .media,
.hero.full-bleed-hero .hero__media .hero__video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero.full-bleed-hero .hero__media .media:not(.media--loaded)::before,
.hero.full-bleed-hero .hero__media .hero__video:not(.media--loaded)::before {
  position: absolute;
  padding-top: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px));
}

@media (max-width: 767px) {
  .hero.full-bleed-hero svg {
    width: 200px;
  }
  .hero.full-bleed-hero .hero__media .media,
.hero.full-bleed-hero .hero__media .hero__video {
    height: 100%;
    position: absolute;
    top: 0;
  }
  .hero.full-bleed-hero .hero__media .media .media__item,
.hero.full-bleed-hero .hero__media .hero__video .media__item {
    height: 100%;
  }
}
@media (max-width: 639px) {
  .hero.full-bleed-hero svg {
    width: 170px;
  }
}
.split-banner {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .split-banner {
    column-gap: 1.5rem;
  }
}

.split-banner {
  position: relative;
  display: grid;
  row-gap: 0.5rem;
  grid-template-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .split-banner__mobile-image {
    display: none;
  }
}

.split-banner__desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .split-banner__desktop-image {
    display: block;
  }
}

.split-banner__video--mobile {
  display: block;
}
@media (min-width: 768px) {
  .split-banner__video--mobile {
    display: none;
  }
}
.split-banner__video--desktop {
  display: none;
}
@media (min-width: 768px) {
  .split-banner__video--desktop {
    display: block;
  }
}

.split-banner__byline {
  margin-bottom: 0.5rem;
}

.split-banner__byline .product-title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .split-banner__byline .product-title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.split-banner__item {
  display: grid;
  row-gap: 1rem;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .split-banner__item {
    row-gap: 0.5rem;
    margin-bottom: 0;
  }
}

.split-banner__item--has-byline {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .split-banner__item--has-byline {
    margin-bottom: 0;
  }
}

.split-banner__media {
  z-index: -1;
}

.split-banner__header {
  align-self: flex-start;
}

.split-banner__body {
  align-self: center;
}

.split-banner__footer {
  align-self: end;
}

@media (max-width: 767px) {
  .split-banner__item--has-media .split-banner__header,
.split-banner__item--has-media .split-banner__body,
.split-banner__item--has-media .split-banner__footer {
    color: var(--split-banner-text-color);
  }
  .split-banner__item--has-media .split-banner__footer {
    padding-bottom: 1rem;
  }
  .split-banner__item--has-media .split-banner__header,
.split-banner__item--has-media .split-banner__body,
.split-banner__item--has-media .split-banner__footer:not(.split-banner__footer--button) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .split-banner__item--has-media .split-banner__media,
.split-banner__item--has-media .split-banner__header,
.split-banner__item--has-media .split-banner__body,
.split-banner__item--has-media .split-banner__footer:not(.split-banner__footer--button) {
    grid-row: -1/1;
    grid-column: -1/1;
  }
  .split-banner__item--has-media .split-banner__header {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .split-banner__item--has-media-md .split-banner__header,
.split-banner__item--has-media-md .split-banner__body,
.split-banner__item--has-media-md .split-banner__footer {
    color: var(--split-banner-text-color);
  }
  .split-banner__item--has-media-md .split-banner__footer {
    padding-bottom: 1.5rem;
  }
  .split-banner__item--has-media-md .split-banner__header,
.split-banner__item--has-media-md .split-banner__body,
.split-banner__item--has-media-md .split-banner__footer:not(.split-banner__footer--button) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .split-banner__item--has-media-md .split-banner__media,
.split-banner__item--has-media-md .split-banner__header,
.split-banner__item--has-media-md .split-banner__body,
.split-banner__item--has-media-md .split-banner__footer:not(.split-banner__footer--button) {
    grid-row: -1/1;
    grid-column: -1/1;
  }
  .split-banner__item--has-media-md .split-banner__header {
    padding-top: 1.5rem;
  }

  .split-banner__item--has-media .split-banner__header {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .split-banner__item:not(.split-banner__item--has-media) .justify-self-end,
.split-banner__item:not(.split-banner__item--has-media) .justify-self-center,
.split-banner__footer--button {
    justify-self: auto;
  }

  .split-banner__item:not(.split-banner__item--has-media) .split-banner__header,
.split-banner__item:not(.split-banner__item--has-media) .split-banner__body {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .split-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .split-banner__media,
.split-banner__header,
.split-banner__body,
.split-banner__footer {
    grid-row: -1/1;
    grid-column: -1/1;
  }

  .split-banner__header,
.split-banner__body,
.split-banner__footer,
.split-banner__byline {
    color: var(--split-banner-text-color);
  }

  .split-banner__header,
.split-banner__body,
.split-banner__footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .split-banner__footer--button {
    padding-bottom: 2rem;
  }

  .split-banner__item--has-media-md .split-banner__footer {
    padding-bottom: 1.5rem;
  }

  .split-banner:not(.split-banner--has-bg) .split-banner__byline {
    margin-bottom: 0;
  }

  .split-banner--has-bg {
    padding-top: 1rem;
  }

  .split-banner--has-bg::after {
    content: "";
    position: absolute;
    background-color: var(--split-banner-bg-color);
    top: 0;
    bottom: 0;
    right: -1rem;
    left: -1rem;
    z-index: -2;
  }

  .split-banner--has-bg .split-banner__item:not(.split-banner__item--has-byline) {
    padding-bottom: 1rem;
  }
}
.split-banner__media .media--no-media {
  display: none;
}

@media (min-width: 768px) {
  .split-banner__media .media--no-media {
    display: block;
  }

  .split-banner__media .media--no-media-md {
    opacity: 0;
  }
}
.split-banner__media-hover {
  display: none;
}

@media (min-width: 1024px) {
  .split-banner--has-bg {
    padding-top: 1.5rem;
  }

  .split-banner--has-bg .split-banner__item:not(.split-banner__item--has-byline) {
    padding-bottom: 1.5rem;
  }

  .split-banner--has-bg::after {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .split-banner__media {
    position: relative;
  }

  .split-banner__media-hover {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
  }

  .split-banner__item:hover .split-banner__media-hover {
    opacity: 1;
  }
}
.split-banner__media--wrapper {
  position: relative;
}

.collection-page-wrap {
  position: relative;
}
.collection-page-wrap.fade {
  opacity: 0;
  visibility: hidden;
}

.collection-list,
.collection-list__header {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .collection-list,
.collection-list__header {
    column-gap: 1.5rem;
  }
}

.collection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .collection-list__header {
    margin-bottom: 2rem;
  }
}

.collection-list__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .collection-list__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.collection-page-wrap,
#shopify-section-collection-components-footer > div {
  margin-bottom: 3rem;
}

.pagination-wrap .button {
  width: 100%;
}

.collection-list__description {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .collection-list,
.collection-list__header {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
  }

  .collection-list__header {
    margin-bottom: 3rem;
  }

  .collection-list__description {
    grid-column: span 3/span 3;
    margin-bottom: 0;
  }

  .collection-page-wrap,
#shopify-section-collection-components-footer > div {
    margin-bottom: 6.5rem;
  }

  .pagination-wrap .button {
    width: 176px;
  }
}
.product-list__header {
  margin-bottom: 1rem;
}

.product-list .media {
  margin-bottom: 0.5rem;
}

.product-list .product-card__media .media {
  margin-bottom: 0;
}

.product-list .product-title {
  --product-title-mb: 0;
}

.product-list__slideshow {
  position: static !important;
}

.product-list__slideshow .slideshow__nav {
  display: none;
}

.product-list-v1 .slideshow__nav {
  display: none;
}

.product-list-v1 {
  position: relative;
  margin-bottom: 1rem;
}

.product-list-v1__body {
  margin-bottom: 1rem;
}

.product-list-v1__slideshow {
  position: static;
  margin-bottom: 1rem;
}

.product-list-v1__track__item {
  width: 50%;
}

.product-list-v1__track__item-inner {
  position: relative;
  display: block;
  padding-right: 0.5rem;
}

.product-list-v1__track__item--spacer {
  width: 1rem;
  overflow: hidden;
}

.product-list-v1__slideshow__pagination {
  position: absolute;
  right: 0;
  top: 0;
}

.product-list-v1__btn {
  width: 100%;
  display: block;
}

.product-list-v1__track {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .product-list-v1__track {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .product-list-v1__btn,
.product-list-v1__slideshow__pagination {
    display: none;
  }

  .product-list-v1__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-list-v1--size-3 .product-list-v1__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-list-v1__track__item {
    width: auto;
  }

  .product-list-v1__track__item-inner {
    padding-right: 0;
  }
}
.product-list-v2 {
  position: relative;
  margin-bottom: 1rem;
}

.product-list-v2__slideshow {
  position: static;
  margin-bottom: 1rem;
}

.product-list-v2__track__item {
  width: 50%;
}

.product-list-v2__track__item-inner {
  position: relative;
  display: block;
  padding-right: 0.5rem;
}

.product-list-v2__track__item--spacer {
  width: 1rem;
  overflow: hidden;
}

.product-list-v2__slideshow__pagination {
  position: absolute;
  right: 0;
  top: 0;
}

.product-list-v2-banner {
  display: none;
}

.product-list-v2__body--grid {
  display: none;
}

.product-list-v2,
.product-list-v2-banner,
.product-list-v2__track,
.product-list-v2__body--grid {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .product-list-v2,
.product-list-v2-banner,
.product-list-v2__track,
.product-list-v2__body--grid {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .product-list-v2__body--slider {
    display: none;
  }

  .product-list-v2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
  }

  .product-list-v2__slideshow .slideshow__nav {
    display: none;
  }

  .product-list-v2__header,
.product-list-v2__slideshow__pagination {
    display: none;
  }

  .product-list-v2__track,
.product-list-v2__body--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-list-v2__body--grid .product-card {
    margin-bottom: 0;
  }

  .product-list-v2__track__item {
    width: auto;
  }

  .product-list-v2__track__item-inner {
    padding-right: 0;
  }

  .product-list-v2-banner {
    display: grid;
    position: relative;
    margin-bottom: 0;
    order: -1;
    row-gap: 0.5rem;
  }

  .product-list-v2-banner__media,
.product-list-v2-banner__content {
    grid-row: -1/1;
    grid-column: -1/1;
  }

  .product-list-v2-banner__media {
    z-index: -1;
  }

  .product-list-v2-banner__media .media {
    height: 100%;
    margin-bottom: 0;
  }

  .product-list-v2-banner__content {
    align-self: end;
    color: #fff;
    padding: 2rem;
  }

  .product-list-v2-banner__header {
    margin-bottom: 1.5rem;
  }

  .product-list-v2-banner__btn {
    --btn-color: #000;
    --btn-border-color: #fff;
    --btn-bg-color: #fff;
  }
  .product-list-v2-banner__btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .product-list-v2__body--grid {
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-list-v2__body--grid {
    row-gap: 1.125rem;
  }
}
.product-list-v3__items {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .product-list-v3__items {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .product-list-v3__items {
    row-gap: 1.5rem;
  }
}

.product-list-v3__item {
  display: block;
}

.product-list-v3__btn {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .product-list-v3__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .product-list-v3__btn {
    display: none;
  }
}
.editorial-banner-v1 {
  position: relative;
}

.editorial-banner-v1__header {
  margin-bottom: 1rem;
}

.editorial-banner-v1__item .media {
  margin-bottom: 0.5rem;
}

.editorial-banner-v1__item-title {
  margin-bottom: 0.25rem;
}

.editorial-banner-v1__body [data-slides-to-show-md="2"] {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .editorial-banner-v1__body [data-slides-to-show-md="2"] {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .editorial-banner-v1__body [data-slides-to-show-md="2"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-banner-v1__body [data-slides-to-show-md="2"] > *:nth-child(n+3) {
    display: none;
  }
}
.editorial-banner-v2 {
  margin-bottom: 1rem;
}

.editorial-banner-v2__header {
  margin-bottom: 1rem;
}

.editorial-banner-v2__item {
  display: flex;
}

.editorial-banner-v2__item-title {
  margin-bottom: 0.25rem;
}

.editorial-banner-v2__media {
  width: 100%;
  max-width: 109px;
  flex-grow: 1;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.editorial-banner-v2__footer {
  text-align: center;
  margin-top: 0.5rem;
}

.editorial-banner-v2__footer .button {
  width: 100%;
}

.editorial-banner-v2__items {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .editorial-banner-v2__items {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .editorial-banner-v2__item {
    margin-bottom: 2.5rem;
    display: block;
  }

  .editorial-banner-v2__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .editorial-banner-v2__media {
    max-width: 100%;
    flex-grow: 1;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .editorial-banner-v2__footer {
    margin-top: 0;
  }

  .editorial-banner-v2__footer .button {
    width: 176px;
  }
}
.banner-list-v1 {
  position: relative;
  margin-bottom: 1rem;
}

.banner-list-v1 .media {
  margin-bottom: 0.5rem;
}

.banner-list-v1__header {
  margin-bottom: 1rem;
}

.banner-list-v1__slideshow {
  position: static !important;
  margin-bottom: 1rem;
}

.banner-list-v1__body {
  margin-bottom: 1rem;
}

.banner-list-v1__track__item {
  width: 50%;
}

.banner-list-v1__track__item-inner {
  display: block;
  padding-right: 0.5rem;
}

.banner-list-v1__track__item--spacer {
  width: 1rem;
  overflow: hidden;
}

.banner-list-v1__slideshow__pagination {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-list-v1__btn {
  width: 100%;
  display: block;
}

.banner-list-v1 .slideshow__nav {
  display: none;
}

.banner-list-item__svg {
  width: 176px;
  height: 126px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.banner-list-item__svg img {
  object-fit: contain;
  height: auto;
}

.color-scheme--dark .banner-list-item__svg img {
  filter: invert(100%);
}

.banner-list-v1__track {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .banner-list-v1__track {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .banner-list-v1__btn,
.banner-list-v1__slideshow__pagination {
    display: none;
  }

  .banner-list-v1__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .banner-list-v1__track__item {
    width: auto;
  }

  .banner-list-v1__track__item-inner {
    padding-right: 0;
  }

  .banner-list-item__svg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 {
    position: relative;
  }

  .banner-list-v2__header {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.0769230769em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .banner-list-v2__header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
@media (max-width: 767px) {
  .banner-list-v2__button {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 .media::before {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 .slick-dots {
    right: -0.375rem;
    top: -0.375rem;
    bottom: auto;
    left: auto;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 .slick-slider {
    position: static;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 .slick-list {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (max-width: 767px) {
  .banner-list-v2 .slick-slider .slick-slide {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .banner-list-v2 {
    display: none;
  }
}
.product-card .product-title__name,
.product-card-wrapper .product-title__name {
  margin-bottom: 0;
}

.product-card {
  position: relative;
}

.product-card__media {
  margin-bottom: 0.25rem;
  overflow: hidden;
  position: relative;
}

.product-card__media-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-card .product-title__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1024px) {
  .product-card__media {
    margin-bottom: 0.375rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__media-hover {
    opacity: 1;
  }
}
.product:not(.product-card) {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .product:not(.product-card) {
    margin-bottom: 5rem;
  }
}

.slick-sliders {
  position: relative;
}

@media (max-width: 1023px) {
  .template-product .product:not(.product-card) > .product__media {
    margin-bottom: 1.5rem;
  }
}
.product:not(.product-card) > .product__media {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.product:not(.product-card) > .product__media .hover-image {
  padding: 0 10px;
  position: absolute;
  width: calc(100% - 19.5px);
  left: 10px;
  height: 100%;
  background-size: cover;
}
.product:not(.product-card) > .product__media .slick-slide {
  font-size: 0;
  padding: 0 10px;
}
.product:not(.product-card) > .product__media .slick-arrow {
  cursor: pointer;
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
  width: 10%;
}
.product:not(.product-card) > .product__media .slick-arrow span {
  display: block;
  width: 11px;
  height: 16px;
  background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron-mobile.svg?v=2977551936536600383");
  background-repeat: no-repeat;
  background-size: 11px 16px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
}
.product:not(.product-card) > .product__media .slick-prev {
  left: 10px;
  padding: 0;
}
.product:not(.product-card) > .product__media .slick-prev span {
  padding-left: 27px;
}
.product:not(.product-card) > .product__media .slick-next {
  right: 10px;
  padding: 0;
  text-align: right;
}
.product:not(.product-card) > .product__media .slick-next span {
  display: inline-block;
  padding-right: 27px;
  text-indent: 9999px;
}
.product:not(.product-card) > .product__media .slick-zoom {
  bottom: 0;
  left: 10%;
  right: 10%;
}
@media (min-width: 1024px) {
  .product:not(.product-card) > .product__media .slick-arrow span {
    background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron.svg?v=4659855980603432127");
    width: 13px;
    height: 24px;
    background-size: 13px 24px;
  }
  .product:not(.product-card) > .product__media .slick-prev span {
    padding-left: 37px;
  }
  .product:not(.product-card) > .product__media .slick-next span {
    padding-right: 37px;
  }
}

.product:not(.product-card) > .product__content {
  display: block;
}
.product:not(.product-card) > .product__content .accordion__trigger {
  text-transform: uppercase;
}
.product:not(.product-card) > .product__content .accordion__trigger::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='6px' height='7px' viewBox='0 0 6 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon-plus%3C/title%3E%3Cg id='Styleguide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Btn-/-Inputs' transform='translate(-367.000000, -1990.000000)' stroke='%23000000'%3E%3Cg id='icon-plus' transform='translate(367.000000, 1990.000000)'%3E%3Cline x1='5.5' y1='3.5' x2='0' y2='3.5' id='Line-6'%3E%3C/line%3E%3Cline x1='2.75' y1='6.5' x2='2.6984433' y2='0.5' id='Line-6-Copy'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 9px;
}
.product:not(.product-card) > .product__content .accordion__trigger[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='6px' height='1px' viewBox='0 0 6 1' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon-minus%3C/title%3E%3Cg id='Styleguide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Btn-/-Inputs' transform='translate(-413.000000, -1993.000000)' stroke='%23000000'%3E%3Cg id='icon-minus' transform='translate(413.000000, 1993.000000)'%3E%3Cline x1='5.5' y1='0.5' x2='0' y2='0.5' id='Line-6-Copy-2'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product:not(.product-card) .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .product:not(.product-card) .product-title {
    order: 0;
    margin-bottom: 1.5rem;
  }
}

.product:not(.product-card) .product-title__price > *,
.product:not(.product-card) .product-title__price span,
.product:not(.product-card) .product-title__price del {
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  .product:not(.product-card) .product-title__price > *,
.product:not(.product-card) .product-title__price span,
.product:not(.product-card) .product-title__price del {
    display: inline;
  }
}

.product__slideshow .slideshow__item {
  width: calc(100% + 10.5rem);
  display: flex;
}

.product__slideshow .slideshow__item > a {
  width: 100%;
}

.product__slideshow .slideshow__item > .slideshow__item-caption {
  width: 10.5rem;
  padding: 1.5rem;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .product__slideshow .slideshow__item {
    width: 100%;
    flex-direction: column;
  }

  .product__slideshow .slideshow__item > .slideshow__item-caption {
    width: 100%;
    padding: 0.625rem 0 0 0;
    align-self: auto;
    text-align: left;
  }
}
.slideshow {
  position: relative;
}

.slideshow__current,
.slideshow__total {
  display: none;
}

.slideshow__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  pointer-events: none;
}

.slideshow__prev,
.slideshow__next {
  width: 33%;
  background-color: transparent;
  pointer-events: auto;
  z-index: 1;
}

.slideshow__prev[disabled],
.slideshow__next[disabled] {
  opacity: 0;
  visibility: hidden;
}

.image-gallery__link span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url({{ "cross.svg" | asset_url }});
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
}

.slideshow__indicator {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.slideshow__indicator span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.slideshow__indicator:hover span, .slideshow__indicator:focus span {
  border-bottom-color: currentColor;
}

.slideshow__next span {
  display: block;
  width: 13px;
  height: 24px;
  background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron.svg?v=4659855980603432127");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
}

.slideshow__prev span,
.slideshow__next span {
  display: block;
  width: 13px;
  height: 24px;
  background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron.svg?v=4659855980603432127");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
}

.slideshow__prev span {
  transform: rotate(180deg);
}

.splide__slide.is-hidden {
  display: none;
}

.product__slideshow .slideshow__indicators {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product__slideshow .slideshow__indicators {
    bottom: 3rem;
  }
}
.product__slideshow .slideshow__indicators > * {
  padding: 1rem 0.5rem;
}

.product-form__option-group__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.product-form__option-group__heading .icon {
  margin-right: 0.25rem;
}
@media (max-width: 1023px) {
  .product-form__option-group__heading .icon {
    height: 6px;
    width: 17px;
  }
}

.product-form__option-group__body {
  width: 100%;
  min-width: 0;
}

.product-form__option-group__body > div:first-child:not(:last-child) {
  min-width: 85px;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .product-form__option-group__body > div:first-child:not(:last-child) {
    min-width: 30%;
  }
}
@media (min-width: 1024px) {
  .product-form__option-group__body > div:first-child:not(:last-child) {
    min-width: 85px;
  }
}

.product-form__option-dropdown {
  flex-grow: 1;
  z-index: 2;
  display: block;
  margin-right: 0;
  min-width: 0;
}

.product-form__option-dropdown--no-options .dropdown__btn {
  cursor: default;
}

.product-form__option-dropdown--no-options .dropdown__btn:after {
  display: none;
}

.product-form__option-select {
  font-size: 0.875rem;
  -webkit-appearance: none;
  appearance: none;
  display: none;
  width: 100%;
  line-height: 1;
  border: 1px solid #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: 9px 6px;
}

.product-form__dropdown {
  margin-bottom: 0.5rem;
}

.product-form__dropdown--material {
  display: none;
}

.product-form__dropdown--sold-out .dropdown__btn {
  opacity: 0.5;
}

.product-form__dropdown--sold-out .dropdown__btn span {
  text-decoration: line-through;
}

.product-form__dropdown .link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-form__dropdown .link.is-disabled span {
  text-decoration: line-through;
}

.product-form__dropdown--denominations {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .product:not(.product-card) {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product:not(.product-card) {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product:not(.product-card) {
    row-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .product:not(.product-card) > .product__media {
    grid-column: span 6/span 6;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .product:not(.product-card) > .product__content {
    display: block;
    grid-column: span 5/span 5;
    grid-column-end: 13;
  }
}
@media (min-width: 1024px) {
  .product:not(.product-card) .product-title__price > * {
    display: block;
  }
}
@media (min-width: 1280px) {
  .product:not(.product-card) > .product__content {
    display: block;
    grid-column: span 5/span 5;
    grid-column-end: 13;
  }
}
.product-components > div {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .product-components > div {
    margin-bottom: 5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .product-form__option-dropdown .dropdown__list {
    overflow: visible;
    max-height: none;
  }

  .product-form__option-dropdown .link > span {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom-color: transparent;
  }
}
.product-title__name {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  flex-grow: 1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-title__name {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.product-title__price-save {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .product-title__price-save {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.product-title__price-amount {
  white-space: nowrap;
}

.product-title .product-title__price .product-title__price-amount span {
  display: inline;
}

.product-title .product-title__price .product-title__price-amount del {
  margin-left: 5px;
  display: inline;
}

.product-title__badge {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  font-size: 0.5rem;
}

@media (min-width: 1024px) {
  .product-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--product-title-mb, 1rem);
  }

  .product-title__price {
    text-align: right;
  }

  .product-title__price-save {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product-title__price-save {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 1024px) {
  .product-title__price span,
.product-title__price del {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product-title__badge {
    font-size: 0.625rem;
  }
}
.shopify-product-form {
  margin-bottom: 2.25rem;
}

.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.is-sticky {
  color: #000;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: calc(var(--header-height, 0) + env(safe-area-inset-bottom, 0));
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.is-sticky > div.product-form__buttons--content {
  background-color: #eee;
  margin-left: -1rem;
  margin-right: -1rem;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons--content {
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.15s ease-out;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons .button {
  padding: 0.75rem 0.5rem;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons .button.is-disabled {
  cursor: initial;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.notify .button:not(.klaviyo-bis-trigger) {
  display: none;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons:not(.notify) .button.klaviyo-bis-trigger {
  display: none !important;
}
.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.notify .button.klaviyo-bis-trigger {
  display: block !important;
}

.product-form__checkout {
  display: none !important;
  width: 100%;
}
.product-form__checkout > span {
  pointer-events: none;
}

.product-form__message-container {
  bottom: 5.5rem;
  height: 5rem;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed !important;
  width: 100%;
  z-index: 9;
}

.product-form__message {
  background: #eee;
  bottom: -4.3rem;
  left: 0;
  padding: 1.5rem;
  position: absolute !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.product-form__show-message {
  bottom: 0;
  transition-duration: 0.3s;
}

.product-form__current-color {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.product-form__options {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.75rem;
}
.product-form__options .radio__wrapper {
  margin-top: 0.5rem;
}
.product-form__options .radio__wrapper:not(:last-child) {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .has-product-added::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .has-product-added > * {
    position: relative;
  }

  .has-product-added .product-form__checkout {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .shopify-product-form {
    margin-bottom: 1.75rem;
  }

  .product-form__message {
    display: none;
  }

  .shopify-product-form .product-form__buttons {
    position: relative;
    z-index: auto;
    margin-bottom: 0.75rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .product-form__options .radio__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .product-form__current-color {
    font-size: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.product__media .splide__slide {
  display: block;
  visibility: visible;
}

.product__media .splide__slide.splide__hidden {
  display: none;
  visibility: hidden;
}

.product-form__options .radio__wrapper {
  margin: 0;
  width: 100%;
  max-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.product-subscriptions input[type=checkbox] {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
}

.product-form__options {
  flex-wrap: nowrap !important;
}

.radio__wrapper .radio__label {
  width: 100%;
  max-width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio__wrapper .radio__label span,
.radio__wrapper .radio__label svg {
  margin-bottom: 10px;
}

.product-form__option-group__heading {
  display: flex;
  justify-content: flex-end !important;
  margin-top: 20px;
}

.product-form__current-size {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-right: auto;
}
.product-form__current-size.error {
  color: #f00a35;
}

.shopify-product-form .link:focus > span,
.shopify-product-form .link:hover > span {
  border: none !important;
}

.product__media .swiper-slide.is-hidden {
  display: none;
}

.product-title__price-save {
  display: none !important;
}

.product-subscriptions {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.product-subscriptions.is-hidden {
  max-height: 0;
}

.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.notify button.button[type=submit] {
  display: block !important;
}

.shopify-product-form:not(.product-from--quickshop) .product-form__buttons.notify .button.klaviyo-bis-trigger.has-loaded {
  display: block !important;
}

.close.klaviyo-bis-close::after {
  color: #000;
  display: inline-block;
  content: "Close";
}

.close.klaviyo-bis-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ccc;
  text-shadow: 0 1px 0 #fff;
}

.close.klaviyo-bis-close {
  color: #eee;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.0583333333em;
  outline: 0;
  cursor: pointer;
  font-weight: 400;
  text-shadow: none;
  font-family: "Franklin Gothic", system-ui;
}

.klaviyo-bis-close.fadein {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 0px;
  overflow: hidden;
  z-index: 999999;
}

.klaviyo-bis-close #container {
  border-radius: 0 !important;
  padding: 16px !important;
  margin: 100px 16px 16px 16px !important;
  background: #eee;
  position: relative;
}

.modal-title {
  font-family: "Franklin Gothic";
  color: #000;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.klaviyo-bis-close p {
  font-family: "Franklin Gothic";
  color: #000;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
  margin: 14px 0;
}

.klaviyo-bis-close .btn {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  font-family: "Franklin Gothic";
  font-size: 14px;
  letter-spacing: 0.54px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  padding: 6px !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.klaviyo-bis-close .input-lg {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.82px;
  line-height: 18px;
  height: 32px;
  color: #000;
  border-radius: 0 !important;
  box-shadow: none;
  border: 1px solid #000;
  background-color: transparent;
  font-family: "Franklin Gothic";
  padding: 5px !important;
  outline: 0 !important;
  display: block;
  width: 100%;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.klaviyo-bis-close .input-lg::-webkit-input-placeholder {
  -webkit-text-security: none;
  color: rgb(117, 117, 117);
  direction: inherit !important;
  pointer-events: none !important;
  text-orientation: inherit !important;
  writing-mode: inherit !important;
}

.control-group.clearfix.submit-container {
  margin-top: 20px;
}

div#variant_select {
  margin-bottom: -5px;
}

form.form-horizontal.clearfix {
  margin-top: -6px;
}

#completed_message {
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: normal;
  display: none;
}

#completed_message a {
  color: #000;
  text-decoration: underline;
}

.control-group.clearfix.submit-container.hidden {
  display: none !important;
}

#completed_message.ok {
  display: block;
}

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

.product-bundle .button span {
  white-space: break-spaces;
  width: 90%;
}

.product-bundle .button {
  background: #f7f7f7;
  border-color: #f7f7f7;
  min-height: 55px;
  width: 106px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0;
}

.product-bundle .button span.bundle_text {
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}

.product-bundle .button span.bundle_save {
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
}

.product-bundle .button span::after {
  display: none !important;
  content: "" !important;
}

.product-bundle .button.loadingButton {
  pointer-events: none;
}

.product-bundle .button.loadingButton span {
  display: none;
}

.loadingButton::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.5s linear infinite;
  -webkit-animation: spin 0.5s linear infinite;
}

.product-bundle .button.is-selected {
  background-color: black;
  color: white;
}

.product-form__current-bundle {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.product-bundle {
  margin-bottom: 10px !important;
}

.color-group-container {
  display: none;
}
.color-group-container.is-active {
  display: block;
}

.hide-packs .product-bundle,
.hide-packs .product-form__current-bundle {
  display: none;
}

.js-slick-mobile-tablet.slick-initialized {
  padding-left: 16px;
}
.js-slick-mobile-tablet.slick-initialized.clicked .slick-slide {
  display: none;
}
.js-slick-mobile-tablet.slick-initialized.clicked .slick-slide.is-showing {
  display: block;
}

.color-variant-element {
  display: none;
}
.color-variant-element.is-showing {
  display: block;
}

.colorOrder {
  order: -1;
}

.colorOrder[order="0"] {
  order: 0;
}

.colorOrder[order="1"] {
  order: 1;
}

.colorOrder[order="2"] {
  order: 2;
}

.colorOrder[order="3"] {
  order: 3;
}

.colorOrder[order="4"] {
  order: 4;
}

.colorOrder[order="5"] {
  order: 5;
}

.colorOrder[order="6"] {
  order: 6;
}

.colorOrder[order="7"] {
  order: 7;
}

.colorOrder[order="8"] {
  order: 8;
}

.colorOrder[order="9"] {
  order: 9;
}

.colorOrder[order="10"] {
  order: 10;
}

.colorOrder[order="11"] {
  order: 11;
}

.colorOrder[order="12"] {
  order: 12;
}

.colorOrder[order="13"] {
  order: 13;
}

.colorOrder[order="14"] {
  order: 14;
}

.colorOrder[order="15"] {
  order: 15;
}

.colorOrder[order="16"] {
  order: 16;
}

.colorOrder[order="17"] {
  order: 17;
}

.colorOrder[order="18"] {
  order: 18;
}

.colorOrder[order="19"] {
  order: 19;
}

.colorOrder[order="20"] {
  order: 20;
}

.colorOrder[order="21"] {
  order: 21;
}

.colorOrder[order="22"] {
  order: 22;
}

.colorOrder[order="23"] {
  order: 23;
}

.colorOrder[order="24"] {
  order: 24;
}

.colorOrder[order="25"] {
  order: 25;
}

.colorOrder[order="26"] {
  order: 26;
}

.colorOrder[order="27"] {
  order: 27;
}

.colorOrder[order="28"] {
  order: 28;
}

.colorOrder[order="29"] {
  order: 29;
}

.colorOrder[order="30"] {
  order: 30;
}

.colorOrder[order="31"] {
  order: 31;
}

.colorOrder[order="32"] {
  order: 32;
}

.colorOrder[order="33"] {
  order: 33;
}

.colorOrder[order="34"] {
  order: 34;
}

.colorOrder[order="35"] {
  order: 35;
}

.colorOrder[order="36"] {
  order: 36;
}

.colorOrder[order="37"] {
  order: 37;
}

.colorOrder[order="38"] {
  order: 38;
}

.colorOrder[order="39"] {
  order: 39;
}

.colorOrder[order="40"] {
  order: 40;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media (min-width: 640px) {
  #klaviyo-bis-modal {
    max-width: 460px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .product-form__option-group__heading {
    margin-bottom: 0.5rem;
  }

  .product-form__current-size {
    margin-bottom: 1.5rem;
  }
}
.product-bundle {
  display: flex;
  grid-auto-flow: column;
  column-gap: 0.5rem;
}

.product-bundle-title {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-bundle-title {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.product-bundle .button span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-bundle .button span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  background-size: contain;
  margin-left: 0.25rem;
  background-image: url({{ "arrow.svg" | asset_url }});
}

.template-product > .container-wrap {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .product-bundle {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 400px) {
  .product-bundle .button span.bundle_save {
    font-size: 10px;
  }
}
.cart-body {
  margin-bottom: 1.5rem;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cart-footer {
  margin-bottom: 1.5rem;
}

.cart-footer .button {
  --btn-color: #fff;
  --btn-border-color: #000;
  --btn-bg-color: #000;
}

.cart-item {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}

.cart-item__body {
  flex-grow: 1;
  width: 100%;
}

.subtotals {
  margin-bottom: 40px;
}

.cart-edit {
  margin-bottom: 12px;
  text-decoration: underline;
}

.rightCol {
  max-width: 90px;
}

.cart-item__title {
  display: flex;
  justify-content: space-between;
  --product-title-mb: 0;
}
.cart-item__title .product-title__badge {
  display: none;
}

.cart-item__title .product-title__price {
  text-align: right;
}

.cart-item__image {
  display: block;
  width: 76px;
  height: 93px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.cart-item__image img {
  display: block;
}

.closecart {
  cursor: pointer;
}

.cart-item__quantity {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

.cart-item__quantity a {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  padding: 0.5rem 0.5rem;
}

.cart-totals,
.cart-free-shipping-countdown {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .cart-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .cart-wrapper > * {
    grid-column-start: 4;
    grid-column-end: 10;
  }

  .cart-item__title .product-title__name,
.cart-body {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cart-item__title .product-title__name,
.cart-body {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.accordion__item,
.accordion__title {
  margin-bottom: 0.5rem;
}

.accordion__trigger {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  background-color: transparent;
  padding: 0;
  text-align: left;
  color: currentColor;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .accordion__trigger {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.accordion__trigger:hover,
.accordion__trigger:focus {
  color: currentColor;
}

.accordion__trigger::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.color-scheme--dark .accordion__trigger::after {
  filter: invert(100%);
}

.accordion__trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.accordion__content-inner {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.accordion__content-inner .product-specification ul {
  margin: 0;
}

@media (min-width: 1024px) {
  .accordion__item,
.accordion__title {
    margin-bottom: 0.25rem;
  }

  .accordion__content-inner {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.accordion-section {
  align-items: center;
  background-color: var(--section-bg-color, white);
  box-sizing: content-box;
  color: var(--section-text-color, black);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  padding: 45px 15px 58px;
}
.accordion-section .accordion__item,
.accordion-section .accordion__title {
  margin-bottom: 0;
}
.accordion-section h3 {
  align-items: center;
  display: flex;
  border-bottom: 1px solid var(--section-text-color, #000);
  height: 36px;
  margin: 0;
  width: 100%;
}
.accordion-section .accordion__item {
  border-bottom: 1px solid var(--section-text-color, black);
  width: 100%;
}
.accordion-section .accordion__trigger {
  height: 36px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .accordion-section .accordion__trigger {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.accordion-section .accordion__trigger::after {
  background-image: unset;
  content: "+";
  height: unset;
  width: 9px;
}
.accordion-section .accordion__trigger[aria-expanded=true]::after {
  content: "–";
}
.accordion-section .accordion__content-inner {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.accordion-section .accordion__content-inner h5 {
  font-family: "Franklin-Gothic-Book-Italic", "Franklin-Gothic-Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-section .accordion__content-inner ul, .accordion-section .accordion__content-inner p, .accordion-section .accordion__content-inner h5 {
  padding-left: 20px;
}
.accordion-section .accordion__content-inner ul:empty, .accordion-section .accordion__content-inner p:empty, .accordion-section .accordion__content-inner h5:empty {
  display: none;
}
.accordion-section .accordion__content-inner li:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-section .accordion__content-inner li.decimal {
  list-style: decimal;
}
.accordion-section .accordion__content-inner li.bullet {
  list-style: square;
}
@media (min-width: 768px) {
  .accordion-section {
    padding: 168px 0 77px;
  }
  .accordion-section .accordion__trigger {
    height: 40px;
  }
  .accordion-section h3 {
    height: 40px;
  }
  .accordion-section .accordion__item, .accordion-section h3 {
    max-width: 442px;
  }
  .accordion-section .accordion__item,
.accordion-section .accordion__title {
    margin-bottom: 0;
  }
  .accordion-section .accordion__content-inner {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}

.product-lifestyle {
  column-gap: 0.5rem;
  display: grid;
  row-gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .product-lifestyle {
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .product-lifestyle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-lifestyle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 5rem;
    margin-bottom: 5rem;
  }
}

.product-lifestyle .media {
  display: block;
  margin-bottom: 0.5rem;
}

.product-material {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.product-material__title {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-material__title {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}

.product-material__content {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1024px) {
  .product-material__content {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}

@media (min-width: 768px) {
  .product-material {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 5rem;
  }

  .product-material__title {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.1785714286;
    letter-spacing: 0.0714285714em;
    text-transform: uppercase;
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .product-material__title {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
}
@media (min-width: 768px) {
  .product-material__content {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.1785714286;
    letter-spacing: 0.0107142857em;
    grid-column: span 8/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .product-material__content {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.0125em;
  }
}
.footer-mobile {
  display: grid;
  gap: 2.5rem 0.5rem;
  padding: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 2.5rem;
}

.footer-mobile__newsletter {
  order: -1;
  grid-column: span 2/span 2;
}

.footer-desktop {
  display: none;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-mobile {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-mobile > * {
    grid-row-start: 2;
  }

  .footer-mobile > .footer-mobile__newsletter {
    grid-row-start: 1;
  }
}
@media (min-width: 1024px) {
  .footer-mobile {
    display: none;
  }

  .footer-desktop {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nav__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .nav__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.nav__title--small {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

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

.nav__item {
  margin-bottom: 0.5rem;
}

.nav__link span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.nav__link:hover span,
.nav__link:focus span {
  border-bottom-color: currentColor;
}

.nav__link.is-active span {
  border-bottom-color: currentColor;
}

.nav--hide-active .is-active {
  display: none;
}

@media (max-width: 1023px) {
  .nav--lg {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav--sm {
    display: none;
  }
}
.klaviyo--success .klaviyo__body {
  display: none;
}

.klaviyo__body-message {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .klaviyo__body-message {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.social-icons__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0.75rem;
}

.social-icons__item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.color-scheme--dark .social-icons__item path {
  fill: #fff;
}

@media (min-width: 1024px) {
  .social-icons__list {
    margin-top: 1rem;
  }
}
.text-block {
  display: grid;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .text-block {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .text-block {
    row-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .text-block--1\/3,
.text-block--3\/1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .text-block--2\/2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .text-block--1\/2 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .text-block--3\/1 .text-block__field:first-child,
.text-block--1\/3 .text-block__field:last-child {
    grid-column: span 3/span 3;
  }

  .text-block--1\/2 .text-block__field:first-child {
    grid-column: span 4/span 4;
  }

  .text-block--1\/2 .text-block__field:last-child {
    grid-column: span 8/span 8;
  }
}
.product-global-message {
  font-size: 0.625rem;
  margin-bottom: 1.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .product-global-message {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 1.5rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .product-global-message {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.modal {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
.modal:not(.is-active) {
  display: none;
}
.modal::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  left: 0;
}
.modal.in::before {
  opacity: 1;
}

.modal__dialog {
  margin: auto;
  background-color: #eee;
  width: 100%;
  max-width: 27em;
  align-self: center;
  position: relative;
}
.slide-left .modal__dialog, .slide-right .modal__dialog {
  min-height: 100vh;
  background-color: #eee;
  align-self: flex-start;
}
.slide-left .modal__dialog {
  margin-left: 0;
}
.slide-right .modal__dialog {
  margin-right: 0;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.modal__close-label {
  pointer-events: none;
}

.modal.is-loading .modal__dialog {
  padding: 1.5rem;
  width: auto;
  display: flex;
}
.modal.is-loading .modal__dialog::before {
  margin: 2rem;
}
.modal.is-loading .modal__close,
.modal.is-loading .modal__content {
  display: none;
}

@media (max-width: 767px) {
  .site-modal--in {
    position: fixed;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .modal {
    z-index: 4;
  }
}

.modal .prose h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .modal .prose h2 {
    margin-top: 1rem;
  }
}
.modal .prose h2 a {
  display: flex;
  align-items: center;
  border-bottom-color: transparent;
}
.modal .prose h2 a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  background-size: 10px 5px;
  margin-left: 0.25rem;
  background-image: url({{ "arrow.svg" | asset_url }});
}
@media (min-width: 1024px) {
  .modal .prose h2 a::after {
    width: 14px;
    height: 7px;
    background-size: 14px 7px;
  }
}
@media (min-width: 1024px) {
  .modal .prose p {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .modal .prose p {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 1024px) {
  .modal .prose h2 {
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.3846153846;
    letter-spacing: 0.0707692308em;
    text-transform: uppercase;
  }
}

.modal__body {
  --modal-footer-height: 80px;
  padding-bottom: calc(var(--modal-footer-height, 0) + 1rem);
}

.modal--dark .prose p {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.modal:not(.modal--dark) .prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .modal:not(.modal--dark) .prose h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.modal--dark .prose h2 a::after {
  filter: invert(100%);
}

.modal::before {
  background-color: transparent;
}

.modal__dialog {
  --modal-footer-height: 5rem;
  color: #000;
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: calc(var(--modal-footer-height, 0) + 1.5rem);
}
@media (min-width: 768px) {
  .modal__dialog {
    max-width: 27em;
    padding-top: calc(var(--header-height) + var(--header-viewport-top) + 0.75rem);
    --modal-footer-height: 0;
  }
}

.modal__title {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.modal__close {
  all: unset;
  position: static;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  display: none;
}
@media (min-width: 1024px) {
  .modal__close {
    display: inline-block;
  }
}

.modal__close-label {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
@media (min-width: 1024px) {
  .modal__close-label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.modal__close:hover .modal__close-label {
  border-bottom-color: currentColor;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .modal__header {
    margin-bottom: 1rem;
  }
}

.modal__footer {
  color: #000;
  background-color: #eee;
}
@media (min-width: 1024px) {
  .modal__footer {
    display: none;
  }
}

.modal__footer--sticky {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  display: flex;
  padding: 1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0)) 1rem;
}
@media (min-width: 1024px) {
  .modal__footer--sticky {
    display: none;
  }
}
.modal.slide-right .modal__footer--sticky {
  right: 0;
}

.modal--dark .modal__header {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .modal--dark .modal__header {
    margin-bottom: 1.5rem;
  }
}

.modal--dark .modal__dialog,
.modal--dark .modal__footer {
  color: #fff;
  background-color: #000;
}

@media (max-width: 767px) {
  .modal--search .modal__dialog,
.modal--search .modal__footer {
    color: #000;
  }
  .modal--search .modal__header {
    margin-bottom: 1rem;
  }
}
.modal--cart .modal__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .modal--cart .modal__header {
    margin-bottom: 1rem;
  }
}

.modal--cart .modal__footer {
  display: none;
}

.modal--cart .modal__close {
  display: inline-block;
}

@media (min-width: 768px) {
  .modal--cart .cart-body {
    margin-bottom: 1rem;
  }
}

.modal.modal--size-and-fit .modal__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .modal.modal--size-and-fit .modal__header {
    margin-bottom: 1.5rem;
  }
}

.modal.modal--account .modal__header,
.modal.modal--account .modal__title,
.modal.modal--account .nav__item {
  margin-bottom: 1rem;
}
.modal.modal--account .modal__header > .modal__title {
  margin-bottom: 0;
}
.modal.modal--account .nav__title {
  padding-top: 1rem;
}
.modal.modal--account .modal__close {
  display: inline-block;
}
@media (min-width: 768px) {
  .modal.modal--account .modal__header,
.modal.modal--account .modal__title {
    margin-bottom: 0.75rem;
  }
  .modal.modal--account .nav__title {
    padding-top: 1.75rem;
  }
  .modal.modal--account .nav__link {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .modal.modal--account .nav__link {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .modal.modal--account .nav__item {
    margin-bottom: 0.25rem;
  }
}

.modal .modal__dialog {
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  opacity: 0;
}

.modal.slide-left .modal__dialog,
.modal.slide-right .modal__dialog {
  transition: transform 0.25s cubic-bezier(0.2, 0.4, 0.6, 1);
  opacity: 1;
}

.modal.slide-left .modal__dialog {
  transform: translateX(-100%);
}

.modal.slide-right .modal__dialog {
  transform: translateX(100%);
}

.modal.in .modal__dialog {
  transform: none;
  opacity: 1;
}

.modal.slide-left.in .modal__dialog,
.modal.slide-right.in .modal__dialog {
  transform: none;
}

@media (max-width: 767px) {
  .modal--search .modal__dialog {
    transition: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

.slick-item {
  width: var(--slick-width);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-item--with-caption {
  --slick-caption-width: 168px;
  width: calc(var(--slick-width) + var(--slick-caption-width));
}

.slick-slider.is-hidden {
  display: none;
}

.slick-item__link {
  display: block;
  width: var(--slick-width, 100%);
}

.slick-item__caption {
  width: var(--slick-caption-width, 100%);
  padding: 1.5rem;
  text-align: center;
}

.slick-item.external_video iframe {
  width: 100%;
  height: 500px;
}

.slick-dots {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  justify-content: center;
}

.slick-dots__button {
  background-color: transparent;
  padding: 0.5rem;
  color: #000;
  cursor: pointer;
}

.slick-dots__button:hover,
.slick-dots__button:focus {
  color: currentColor;
}

.slick-dots__button span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.slick-dots__button[aria-selected=true] span {
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.slick-zoom,
.slick-hover {
  display: none;
}

.slick .media::before {
  background-color: transparent;
  opacity: 0;
}

.slick-arrow {
  display: none !important;
}

.slick-prev span {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .slick-wrapper {
    position: relative;
  }

  .slick-item {
    flex-direction: column;
  }

  .slick-item--with-caption,
.slick-item__link {
    width: 100%;
  }

  .slick-item__caption {
    width: 100%;
    padding: 0.625rem 0 0 0;
    text-align: left;
  }

  .slick-dots {
    bottom: calc(0.5rem + var(--slick-caption-height, 0));
  }

  .slick-arrow {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: transparent;
    width: 33%;
    cursor: none;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .slick-arrow span {
    display: block;
    width: 13px;
    height: 24px;
    background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron.svg?v=4659855980603432127");
    background-repeat: no-repeat;
    background-size: 13px 24px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: 0 0;
  }

  .image-gallery__link {
    cursor: none;
  }

  .follow-cursor__item {
    opacity: 1;
  }

  .slick-zoom,
.slick-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 33%;
    right: 33%;
    bottom: 3rem;
  }

  .slick-zoom__item span {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url({{ "cross.svg" | asset_url }});
    background-repeat: no-repeat;
    background-size: 24px 24px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: 0 0;
  }
}
.js-slick-mobile {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .js-slick-mobile {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .js-slick-mobile {
    row-gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .js-slick-mobile {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .js-slick-mobile .slick-slide > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .js-slick-mobile .slick-dots {
    right: -0.375rem;
    top: -0.375rem;
    bottom: auto;
    left: auto;
    justify-content: end;
  }

  .js-slick-mobile.slick-slider {
    position: static;
  }
}
@media (min-width: 768px) {
  .js-slick-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-list-v1--size-3 .js-slick-mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.color-scheme--dark .js-slick-mobile .slick-dots__button,
.color-scheme--dark .js-slick-mobile .slick-dots__button:hover,
.color-scheme--dark .js-slick-mobile .slick-dots__button:focus {
  color: #fff;
}

.slick-item.video {
  position: relative;
}
.slick-item.video video {
  width: 100%;
}
@media (min-width: 768px) {
  .slick-item.video {
    width: 100%;
    padding-top: 125%;
    height: 0px;
  }
  .slick-item.video video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pswp__ui {
  height: 100%;
  pointer-events: none;
}

.pswp__button {
  pointer-events: auto;
}

.pswp__top-bar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.pswp__button--close {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  background-color: transparent;
  padding: 1rem;
  margin: 0;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .pswp__button--close {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.pswp__button--close > span {
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  pointer-events: none;
}

.pswp__button--arrow--left > span,
.pswp__button--arrow--right > span {
  display: block;
  width: 13px;
  height: 24px;
  background-image: url("//cdn.shopify.com/s/files/1/0277/1019/3735/t/120/assets/chevron.svg?v=4659855980603432127");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
}

.pswp__button--arrow--left > span {
  transform: rotate(180deg);
}

.pswp__button--close:hover > span,
.pswp__button--close:focus > span {
  border-bottom-color: currentColor;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33%;
  background-color: transparent;
  cursor: pointer;
}

.pswp__button--arrow--left {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.pswp__button--arrow--right {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.pswp__counter {
  display: none;
}

.product-subscriptions {
  margin-bottom: 0;
}

.product-subscriptions .field-option {
  margin-bottom: 0.125rem;
}

.product-subscriptions .field-option__label {
  font-size: 0.625rem;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.product-subscriptions .field-option__label:before {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}

.product-subscriptions .link {
  font-size: 0.625rem;
}

@media (min-width: 1024px) {
  .product-subscriptions {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .product-subscriptions {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 1024px) {
  .product-subscriptions .field-option {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .product-subscriptions .field-option__label {
    font-size: inherit;
  }
}
@media (min-width: 1024px) {
  .product-subscriptions .field-option__label:before {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .product-subscriptions .link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .subscription-trigger {
    margin-bottom: 0;
  }
}
.product-subscriptions-gif {
  position: absolute;
  top: 0.625rem;
  right: 0.375rem;
  display: grid;
  z-index: 1;
}

.product-subscriptions-gif span {
  grid-row: -1/1;
  grid-column: -1/1;
}

.product-subscriptions-gif img {
  width: 37px;
}

.product-subscriptions-gif .product-subscriptions-gif__active,
a:hover .product-subscriptions-gif .product-subscriptions-gif__inactive,
a:focus .product-subscriptions-gif .product-subscriptions-gif__inactive {
  opacity: 0;
}

a:hover .product-subscriptions-gif .product-subscriptions-gif__active,
a:focus .product-subscriptions-gif .product-subscriptions-gif__active {
  opacity: 1;
}

.customer-login__block {
  margin-bottom: 1rem;
}

.customer-login__heading {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .customer-login__heading {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.customer-login__sub-heading {
  margin-bottom: 1rem;
}

.customer-recover-password__subtext,
.customer-recover-password__heading,
.customer-recover-password__success {
  margin-bottom: 1rem;
}

.customer-recover-password [type=submit] {
  width: 176px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.customer-login__block--login__footer {
  margin-bottom: 2.5rem;
}

.customer-login:not([hidden]),
.customer-recover-password:not([hidden]) {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .customer-login:not([hidden]),
.customer-recover-password:not([hidden]) {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .customer-login {
    margin-top: 4rem;
  }

  .customer-login:not([hidden]),
.customer-recover-password:not([hidden]) {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem;
  }

  .customer-login__block,
.customer-recover-password > div {
    grid-column: span 4/span 4;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
  }

  .customer-login__block--login {
    grid-column-start: 2;
  }

  .customer-login__block--login__footer {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-bottom: 1rem;
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .customer-login__block--login__footer {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .customer-recover-password > div {
    grid-column-start: 5;
  }
}
@media (min-width: 768px) {
  .customer-login__sub-heading {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .customer-login__sub-heading {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .customer-login__block--register {
    grid-column-end: 12;
  }
}
@media (min-width: 768px) {
  .customer-login__block--register > *:last-child {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .customer-recover-password__subtext {
    margin-bottom: 4rem;
  }
}
.customer-register__header {
  margin-bottom: 1rem;
}

.customer-register__sub-header {
  margin-bottom: 1.5rem;
}

.customer-register [type=submit] {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#create_customer {
  margin-bottom: 2.5rem;
}

.customer-register,
.customer-register__fields {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .customer-register,
.customer-register__fields {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .customer-register {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem;
    margin-top: 4rem;
  }

  .customer-register > div {
    grid-column: span 6/span 6;
    grid-column-start: 4;
  }

  .customer-register__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-register [type=submit] {
    width: 176px;
  }
}
.account__menu--lg {
  display: none;
}

.account__menu--sm {
  margin-bottom: 1rem;
}

.account__menu .nav__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
}
@media (min-width: 1024px) {
  .account__menu .nav__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.account__menu .dropdown__list li:first-child .nav__title {
  padding-top: 0;
}

.account-title {
  margin-bottom: 1rem;
}

.account-return-link {
  margin-bottom: 1rem;
}

.personal-data-link {
  margin-bottom: 2.5rem;
}

.account {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .account {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .account__menu--sm {
    display: none;
  }

  .account__menu--lg {
    display: block;
  }

  .account__menu .nav__title {
    margin-bottom: 1rem;
    padding-top: 2rem;
  }
  .account__menu .nav__item:first-child p {
    padding-top: 0;
  }

  .account {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem;
    margin-top: 4rem;
  }

  .account__menu {
    grid-column: span 3/span 3;
  }

  .account__content {
    grid-column: span 6/span 6;
  }

  .account-title {
    margin-bottom: 2.5rem;
  }

  .account-title__name {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.0769230769em;
    text-transform: uppercase;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .account-title__name {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
@media (min-width: 768px) {
  .account-title__edit {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .account-title__edit {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .account-return-link {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .account-return-link {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.order-title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .order-title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.order {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}

.order__name {
  grid-column: span 3/span 3;
}

.order__content {
  grid-column: span 9/span 9;
}

.order-line-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.order__shipping_price,
.order__total_price,
.order__subtotal_price,
.order__discount,
.order__tax {
  display: flex;
  justify-content: space-between;
}

.order__total_price {
  margin-bottom: 0.75rem;
}

.order__footer {
  display: flex;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .order__footer {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.order__footer > * {
  margin-right: 1.5rem;
}

.order-status {
  margin-bottom: 1rem;
}

.order-status__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .order-status__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.order-id-name {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .order-id-name {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.order--no-order-name {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.order--no-order-name .order__name {
  display: none;
}

.order-empty-text {
  margin-bottom: 1rem;
}

.order,
.order-status {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .order,
.order-status {
    column-gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .order-title {
    margin-bottom: 1.5rem;
  }

  .order-title--no-orders {
    margin-bottom: 0.5rem;
  }

  .order {
    row-gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 2.5rem;
  }

  .order--no-order-name {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .order__name {
    grid-column: span 1/span 1;
  }

  .order__content {
    grid-column: span 5/span 5;
  }

  .order__content-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .order-line-item {
    margin-bottom: 1rem;
  }

  .order-line-item__price {
    margin-left: 1.5rem;
  }

  .order-line-item__quantity {
    white-space: nowrap;
  }

  .order__shipping_price,
.order__total_price,
.order__subtotal_price,
.order__discount,
.order__tax {
    margin-bottom: 0.5rem;
  }

  .order__tracking-url {
    margin-right: 0;
  }

  .order__tracking-url:first-child {
    margin-left: auto;
  }

  .order-status-wrapper {
    margin-bottom: 2.5rem;
  }

  .order-status {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 1.5rem;
  }

  .order-status__title {
    grid-column: span 3/span 3;
  }

  .order-status__body {
    grid-column: span 2/span 2;
  }

  .order-id-name {
    display: none;
  }

  .order--no-order-name .order__name {
    display: block;
  }

  .order-empty-text {
    margin-bottom: 3rem;
  }
}
.addresses:not([hidden]),
.address,
.address__fields--new,
.address-fields {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .addresses:not([hidden]),
.address,
.address__fields--new,
.address-fields {
    column-gap: 1.5rem;
  }
}

.address-form__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .address-form__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.address-form [type=submit],
.new-address [type=submit] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.address-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0;
}

.address-fields [data-aria-hidden=true] {
  display: none;
}

.addresses:not([hidden]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
}

.addresses__footer {
  display: none;
  grid-column-start: 2;
}

.address {
  position: relative;
  grid-column: span 2/span 2;
  display: grid;
  margin-bottom: 1.5rem;
  row-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.address--default {
  order: -1;
  position: relative;
}

.address__header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .address__header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.address__header .address-new-toggle {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  float: right;
}
@media (min-width: 1024px) {
  .address__header .address-new-toggle {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.address__body {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .address__body {
    margin-bottom: 1rem;
  }
}

.address__body p {
  margin-bottom: 0;
}

.address__edit {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 1024px) {
  .address__edit {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.address__edit > * {
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 0;
}

.address--default .address__edit {
  position: absolute;
  top: 0;
  right: 0;
}
.address--default .address__edit > * {
  margin-left: 1.5rem;
  margin-right: 0;
}

.new-address__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .new-address__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.address__fields--new {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .address {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 2.5rem;
  }

  .address-form__title {
    margin-bottom: 1rem;
  }

  .address__edit {
    text-align: right;
  }
  .address__edit > * {
    margin-left: 1.5rem;
    margin-right: 0;
  }

  .address--default .address__edit {
    position: static;
    top: auto;
    right: auto;
  }
  .address--default .address__edit > * {
    margin-left: 1.5rem;
    margin-right: 0;
  }

  .address__header .address-new-toggle {
    display: none;
  }

  .addresses__footer {
    display: block;
  }

  .address-form [type=submit],
.new-address [type=submit] {
    width: 176px;
  }
}
.filter-toggle {
  display: inline-block;
  cursor: pointer;
}

.filter-modal-wrap::before {
  display: none;
  content: "";
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.filter-modal-wrap.active::before {
  display: block;
}

.filter-modal-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
}

.filter-modal-wrap:not(.active) {
  display: none;
}

.filter-modal {
  position: relative;
  display: grid;
  color: #000;
  background-color: #eee;
}

.filter-modal .products-showing,
.added-filters-wrap {
  display: none;
}

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

.filter-list > li {
  cursor: pointer;
}
.filter-list > li > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  pointer-events: none;
  padding-left: 13px;
}
.filter-list > li > span:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 9px;
  height: 9px;
  border-width: 1px;
  flex-shrink: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid;
}
.filter-list > li > span:after {
  position: absolute;
  left: 2px;
  top: 6px;
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background-color: transparent;
}
.filter-list > li:hover > span:after, .filter-list > li:focus > span:after, .filter-list > li.selected > span:after {
  background-color: currentColor;
}

.filter-header {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.reset-filter {
  order: 9998;
}

.close-filter,
.filter-toggle,
.reset-filter {
  cursor: pointer;
}

.filters-wrap {
  margin-bottom: 1.5rem;
}

.filters-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.filters-wrap > div > div:first-child,
.filters-wrap > div > div:last-child {
  flex: 1 1 0;
}
.filters-wrap > div > div:last-child {
  text-align: right;
}

.filter-selected {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .filter-selected {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.filter-selected__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.filter-selected__item {
  margin-right: 1rem;
  cursor: pointer;
}

.filter-selected__item:after {
  content: " ×";
}

@media (max-width: 1023px) {
  .filter-modal {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
  }

  .close-filter {
    display: none;
  }

  .apply-filter {
    order: 9999;
  }

  .filter-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .filter-list > li {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }

  .apply-filter .button {
    width: 100% !important;
    display: block;
  }

  .filter-modal-wrap.active {
    position: fixed;
    top: 3.5rem;
    left: 1rem;
    right: 1rem;
    bottom: 4rem;
  }
  .filter-modal-wrap.active .filter-modal {
    background-color: #eee;
    height: 100%;
    padding: 0;
  }
  .filter-modal-wrap.active .filters {
    background-color: #eee;
    padding: 1rem;
    height: calc(100% - 133px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .filter-modal-wrap.active .reset-filter {
    position: absolute;
    z-index: 2;
    bottom: 76px;
    left: 1rem;
  }
  .filter-modal-wrap.active .apply-filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    padding: 1rem;
    z-index: 1;
    height: 133px;
    display: flex;
  }
  .filter-modal-wrap.active .apply-filter > *:first-child {
    margin-top: auto;
  }

  .filter--is-visible {
    overflow: hidden;
  }

  .filter--is-visible #shopify-section-header {
    display: none;
  }
}
@media (min-width: 1024px) {
  .filter-modal {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .filter-modal {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 1024px) {
  .reset-filter {
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .filters {
    grid-column: span 4/span 4;
    display: flex;
    justify-content: space-between;
  }
  .filters > * {
    min-width: 100px;
  }
}
@media (min-width: 1024px) {
  .apply-filter {
    grid-row: 2;
    grid-column: span 6/span 6;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .filter-list {
    max-height: 315px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .filter-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (min-width: 1024px) {
  .filter-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.dropdown--sort-by .dropdown__btn {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  padding: 0;
  z-index: 3;
  position: relative;
}
@media (min-width: 1024px) {
  .dropdown--sort-by .dropdown__btn {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.dropdown--sort-by .dropdown__btn,
.dropdown--sort-by .dropdown__btn:hover,
.dropdown--sort-by .dropdown__btn:focus {
  background-color: transparent;
  border: none;
  overflow: visible;
}
.dropdown--sort-by .dropdown__btn:after {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.dropdown--sort-by .dropdown__btn span {
  overflow: visible;
}
.dropdown--sort-by .dropdown__btn[aria-expanded=true]:after {
  opacity: 1;
  transform: rotate(180deg);
}
.dropdown--sort-by .dropdown__list {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  width: auto;
  top: -0.5rem;
  right: 0;
  border: none;
  color: #000;
  background-color: #eee;
  padding-top: 2.3125rem;
  padding-right: calc(1rem + 9px);
}
@media (min-width: 1024px) {
  .dropdown--sort-by .dropdown__list {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 768px) {
  .dropdown--sort-by .dropdown__list {
    padding-top: 2.5rem;
  }
}
.dropdown--sort-by .dropdown__item > * {
  text-align: right;
}
.dropdown--sort-by .dropdown__link--selected {
  visibility: hidden;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  white-space: nowrap;
}
.color-scheme--dark .dropdown--sort-by .dropdown__btn[aria-expanded=true] {
  color: #000;
}
.color-scheme--dark .dropdown--sort-by .dropdown__btn[aria-expanded=true]:after {
  filter: none;
}

.shop-by-style {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
  margin-bottom: 1rem;
}

.shop-by-style__header {
  margin-bottom: 1.5rem;
}

.shop-by-style__title {
  margin-bottom: 1rem;
}

.shop-by-style__item {
  position: relative;
}

.shop-by-style__item-title {
  text-align: center;
}

.shop-by-style__item-title a > span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.shop-by-style__item-title a:hover > span,
.shop-by-style__item-title a:focus > span {
  border-bottom-color: currentColor;
}

.shop-by-style__item-title a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.shop-by-style__items {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: flex;
}
@media (min-width: 1024px) {
  .shop-by-style__items {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.shop-by-style__items > *:not(:last-child) {
  margin-right: 1.5rem;
}

.shop-by-style__item-icon {
  max-width: 50px;
  height: 36px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
.shop-by-style__item-icon > img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-by-style,
.shop-by-style__header {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .shop-by-style,
.shop-by-style__header {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .shop-by-style {
    margin-bottom: 2.5rem;
  }

  .shop-by-style,
.shop-by-style__header {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
    margin-bottom: 4rem;
  }

  .shop-by-style__items {
    grid-column: span 3/span 3;
  }
}
@media (max-width: 767px) {
  .shop-by-style__items {
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: pan-x;
  }

  .shop-by-style__item {
    min-width: 3.5rem;
  }
}
.testimonial {
  margin: 0;
}

.testimonial__quote {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .testimonial__quote {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}

.testimonial__cite {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1024px) {
  .testimonial__cite {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}

.testimonials {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .testimonials {
    column-gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .testimonials {
    display: grid;
    position: relative;
  }

  .testimonials > div {
    display: contents;
  }

  .testimonial {
    display: flex;
    flex-direction: column;
    opacity: 0;
    background-color: var(--bg-color);
    grid-row: -1/1;
    grid-column: -1/1;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .testimonial.show {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .testimonials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonial:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .testimonial:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
body#recharge-novum {
  font-family: "Franklin Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  --recharge-te-primary-font: "Franklin Gothic" !important;
  --recharge-te-secondary-font: "Franklin Gothic" !important;
  --background-color: transparent !important;
  --color-light-blue: transparent !important;
  --primary-color: #000 !important;
  --color-white: #fff !important;
  --color-thin-blue: #000 !important;
  --color-dark-green: #000 !important;
  --color-light-green: #000 !important;
  --background-green: #000 !important;
}
@media (min-width: 1024px) {
  body#recharge-novum {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

#recharge-novum #content #recharge-te {
  z-index: auto !important;
}
#recharge-novum #content #recharge-te #rc_te-template-wrapper .rc_add_product.rc_add_product {
  display: block;
}
#recharge-novum #content #recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn {
  vertical-align: middle;
  display: inline-block;
}
#recharge-novum #content #recharge-te input[type=button],
#recharge-novum #content #recharge-te .expired {
  text-align: center !important;
}
#recharge-novum #content #recharge-te input[type=number]::-webkit-inner-spin-button,
#recharge-novum #content #recharge-te input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#recharge-novum #content #recharge-te .button-minus,
#recharge-novum #content #recharge-te .button-plus {
  font-weight: normal !important;
  font-size: 1rem !important;
}

@media (max-width: 1023px) {
  #recharge-novum #content #recharge-te .rc_order_title_container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #recharge-novum #content #recharge-te .rc_order_title {
    align-items: flex-start;
  }
  #recharge-novum #content #recharge-te .rc_page-width {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  body#recharge-novum .container-wrap > main {
    display: grid;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  body#recharge-novum .container-wrap > main {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te {
    display: grid;
    column-gap: 1.5rem;
    row-gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  #recharge-novum #content #recharge-te .rc_page-width {
    padding: 0;
    margin: 0;
  }
  #recharge-novum #content #recharge-te .nav--wrapper {
    grid-column: span 3/span 3;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
  }
  #recharge-novum #content #recharge-te .nav__list--desktop {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.0415384615em;
    font-weight: normal;
    flex-direction: column;
    text-align: left !important;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #recharge-novum #content #recharge-te .nav__list--desktop {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .nav__list--desktop > li {
    margin-bottom: 0.5rem;
  }
  #recharge-novum #content #recharge-te .nav__list--desktop > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te #rc_te-template-wrapper {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te #rc_te-template-wrapper .expired {
    border-radius: 0 !important;
    text-transform: none !important;
    width: 276px;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px !important;
    max-width: 100%;
    font-weight: normal !important;
    margin: 0.5rem 0 !important;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn {
    margin-right: 21px;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te #sidebar-card-underlay,
#recharge-novum #content #recharge-te #sidebar-underlay,
#recharge-novum #content #recharge-te #info-modal-underlay {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .fa-search {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .pagination_buttons_container li {
    color: #000 !important;
    background-color: transparent !important;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .js-edit-billing-address p,
#recharge-novum #content #recharge-te .js-edit-billing-card p {
    color: #000 !important;
    font-weight: normal !important;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te #rc_te-template-wrapper #rc__upsells--container li:hover {
    background-color: transparent !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .rc_single_product_card-wrapper {
    position: relative;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .rc_single_product_card-wrapper:hover .js-card {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  #recharge-novum #content #recharge-te .rc_single_product_card-wrapper:hover .rc_upsells-btns {
    position: absolute;
    display: flex !important;
    justify-content: center !important;
    top: 0 !important;
    height: 100% !important;
  }
}
#recharge-te {
  padding-top: 0.55rem;
}
@media (min-width: 1024px) {
  #recharge-te {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  #recharge-te #rc_te-template-wrapper {
    grid-column: 5/span 8;
  }
}
@media screen and (min-width: 1300px) {
  #recharge-te #rc_te-template-wrapper {
    grid-column: 5/span 7;
  }
}
#recharge-te .page-title,
#recharge-te .rc_add_product > h3,
#recharge-te .edit_subscription_info--wrapper > h3,
#recharge-te .rc_element_wrapper > .title-bold,
#recharge-te .upsells--wrapper h2 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  #recharge-te .page-title,
#recharge-te .rc_add_product > h3,
#recharge-te .edit_subscription_info--wrapper > h3,
#recharge-te .rc_element_wrapper > .title-bold,
#recharge-te .upsells--wrapper h2 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
#recharge-te .page-title {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  #recharge-te .page-title {
    margin-bottom: 1.25rem;
  }
}
#recharge-te .rc_add_product > h3 {
  letter-spacing: 0.04em;
}
#recharge-te .page-title--active-plans {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te .page-title--active-plans {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (max-width: 767px) {
  #recharge-te .upsells--wrapper {
    margin-top: 1.5rem;
  }
}
#recharge-te .edit_subscription_info--wrapper h3 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  #recharge-te .edit_subscription_info--wrapper h3 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .rc_add_product {
  padding-bottom: 1.4rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_add_product {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}
#recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn {
  margin-top: 3px;
}
@media (min-width: 768px) {
  #recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn {
    margin-top: 0;
  }
}
#recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn + .rc_btn {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #recharge-te #rc_te-template-wrapper .rc_add_product > .rc_btn + .rc_btn {
    margin-top: 0;
  }
}
#recharge-te .rc_product_list_container {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  #recharge-te .rc_product_list_container {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 1024px) {
  #recharge-te .rc_product_list_container {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #recharge-te .rc_product_list_container {
    row-gap: 1.5rem;
  }
}
#recharge-te .rc_product_list_container .rc_product_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#recharge-te .rc_product_list_container .rc_image_container {
  margin-right: 0;
  margin-bottom: 0.7rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_product_list_container .rc_image_container {
    margin-bottom: 0.5rem;
  }
}
#recharge-te .rc_subscription_container {
  align-items: flex-start;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_subscription_container {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_subscription_content {
    max-width: 60%;
  }
}
#recharge-te .rc_subscription_info_container {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  #recharge-te .rc_subscription_info_container {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .rc_schedule_wrapper {
  line-height: 1.9;
}
@media (min-width: 768px) {
  #recharge-te .rc_schedule_wrapper {
    padding-top: 0;
    line-height: 1.5;
  }
}
#recharge-te .rc_schedule_mobile h2 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te .rc_schedule_mobile h2 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_schedule_mobile {
    display: none;
  }
}
#recharge-te .rc_subscription_info_container p {
  margin-bottom: 0;
}
#recharge-te .rc_photo_container {
  display: flex;
  background-size: contain;
  width: 122px;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #recharge-te .rc_photo_container {
    width: 160px;
  }
}
#recharge-te .rc_image_container {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_image_container {
    margin-right: 1rem;
  }
}
#recharge-te .rc_info_container h4 {
  margin: 0;
}
#recharge-te .rc_image_container img,
#recharge-te .rc_photo_container img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
#recharge-te .rc_subscription_next_charge_date {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: block !important;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  #recharge-te .rc_subscription_next_charge_date {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (max-width: 767px) {
  #recharge-te .rc_subscription_next_charge_date > div {
    margin-top: 0.5rem;
  }
}
#recharge-te .rc_subscription_next_charge_date > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_subscription_next_charge_date > *:not(:last-child) {
    margin-bottom: 0;
  }
}
#recharge-te .rc_subscription_aside_container.rc_subscription_aside_container {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_subscription_aside_container.rc_subscription_aside_container {
    padding-top: 0;
    margin-top: 0;
  }
}
#recharge-te .rc_subscription_aside_details {
  margin-top: 14px;
  display: none;
}
@media (min-width: 768px) {
  #recharge-te .rc_subscription_aside_details {
    display: block;
  }
}
#recharge-te .rc_subscription_aside_details h2 {
  text-transform: uppercase;
  margin-top: 5px;
}
#recharge-te .rc_subscription_next_charge_date p {
  margin-bottom: 0;
}
#recharge-te .rc_subscription_aside_details h2,
#recharge-te .rc_subscription_next_charge_date h2 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te .rc_subscription_aside_details h2,
#recharge-te .rc_subscription_next_charge_date h2 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te #rc_manage_subscription_container {
  display: block !important;
}
#recharge-te #rc_manage_subscription_container .rc_subscription_container {
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  #recharge-te #rc_manage_subscription_container .rc_subscription_container {
    margin-bottom: 1.5rem;
  }
}
#recharge-te #rc_manage_subscription_container .rc_subscription_aside_container {
  padding-top: 0;
  flex: 0 0 180px;
}
#recharge-te #rc_manage_subscription_container .rc-action-buttons-wrapper > *:first-child {
  margin-top: 0.9rem;
}
@media (min-width: 768px) {
  #recharge-te #rc_manage_subscription_container .rc-action-buttons-wrapper > *:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}
#recharge-te #rc_manage_subscription_container .rc-action-buttons-wrapper h3 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te #rc_manage_subscription_container .rc-action-buttons-wrapper h3 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te #rc_manage_subscription_container .rc_subscription_aside_details {
  margin-top: 5px;
}
#recharge-te #rc_manage_subscription_container .p-header {
  letter-spacing: 0.04em;
}
#recharge-te #rc_manage_subscription_container .rc_discount_container .rc_card_title {
  margin-top: 0 !important;
}
#recharge-te .rc_btn,
#recharge-te .rc_upsells-btns input {
  --btn-color: var(--bg-color);
  --btn-border-color: var(--color);
  --btn-bg-color: var(--color);
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  background-color: var(--btn-bg-color);
  font-size: 0.8125rem;
  letter-spacing: 0.0385714286em;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  text-transform: capitalize;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
}
#recharge-te .rc_btn:hover, #recharge-te .rc_btn:focus,
#recharge-te .rc_upsells-btns input:hover,
#recharge-te .rc_upsells-btns input:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #recharge-te .rc_btn,
#recharge-te .rc_upsells-btns input {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#recharge-te .rc_btn.is-loading,
#recharge-te .rc_upsells-btns input.is-loading {
  cursor: wait;
}
#recharge-te .rc_btn.block,
#recharge-te .rc_upsells-btns input.block {
  display: block;
  width: 100%;
}
#recharge-te .rc_btn.hidden,
#recharge-te .rc_upsells-btns input.hidden {
  display: none;
}
#recharge-te .rc_btn.invisible,
#recharge-te .rc_upsells-btns input.invisible {
  visibility: hidden;
}
#recharge-te .rc_btn[disabled], #recharge-te .rc_btn.is-disabled,
#recharge-te .rc_upsells-btns input[disabled],
#recharge-te .rc_upsells-btns input.is-disabled {
  cursor: not-allowed;
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
@media (max-width: 767px) {
  #recharge-te .rc_btn,
#recharge-te .rc_upsells-btns input {
    padding-top: 0.525rem;
    padding-bottom: 0.525rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_btn,
#recharge-te .rc_upsells-btns input {
    width: 176px;
    margin-bottom: 0;
  }
}
#recharge-te .rc_btn--secondary,
#recharge-te .rc_cancel-btn {
  --btn-color: var(--bg-color);
  --btn-border-color: var(--color);
  --btn-bg-color: var(--color);
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  background-color: var(--btn-bg-color);
  font-size: 0.8125rem;
  letter-spacing: 0.0385714286em;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  --btn-color: colors.$pitch-black;
  --btn-border-color: colors.$pitch-black;
  --btn-bg-color: colors.$optical-white;
  border: 1px solid;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
}
#recharge-te .rc_btn--secondary:hover, #recharge-te .rc_btn--secondary:focus,
#recharge-te .rc_cancel-btn:hover,
#recharge-te .rc_cancel-btn:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #recharge-te .rc_btn--secondary,
#recharge-te .rc_cancel-btn {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#recharge-te .rc_btn--secondary.is-loading,
#recharge-te .rc_cancel-btn.is-loading {
  cursor: wait;
}
#recharge-te .rc_btn--secondary.block,
#recharge-te .rc_cancel-btn.block {
  display: block;
  width: 100%;
}
#recharge-te .rc_btn--secondary.hidden,
#recharge-te .rc_cancel-btn.hidden {
  display: none;
}
#recharge-te .rc_btn--secondary.invisible,
#recharge-te .rc_cancel-btn.invisible {
  visibility: hidden;
}
#recharge-te .rc_btn--secondary[disabled], #recharge-te .rc_btn--secondary.is-disabled,
#recharge-te .rc_cancel-btn[disabled],
#recharge-te .rc_cancel-btn.is-disabled {
  cursor: not-allowed;
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
@media (max-width: 767px) {
  #recharge-te .rc_btn--secondary,
#recharge-te .rc_cancel-btn {
    padding-top: 0.525rem;
    padding-bottom: 0.525rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_btn--secondary,
#recharge-te .rc_cancel-btn {
    width: 176px;
    margin-bottom: 0;
  }
}
#recharge-te .js-add-discount-btn {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  cursor: pointer;
  margin: 1.5rem 0 2.125rem;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  #recharge-te .js-add-discount-btn {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .js-add-discount-btn.text-uppercase.text-center {
  border: 0;
}
#recharge-te .ship-now-btn {
  margin-bottom: 1rem;
}
#recharge-te .nav--wrapper {
  margin-bottom: 1.7rem;
}
#recharge-te [class*=nav__list] li:first-child .nav__title {
  padding-top: 0;
}
#recharge-te .list_item_chosen {
  font-size: 0.875rem;
  letter-spacing: 0.0385714286em;
  line-height: 1.4285714286;
  padding: 0.3125rem 0.5rem;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  border-width: 1px;
  cursor: pointer;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#recharge-te .list_item_chosen, #recharge-te .list_item_chosen:hover, #recharge-te .list_item_chosen:focus {
  color: var(--color);
  border-color: var(--color);
  background-color: transparent;
}
#recharge-te .list_item_chosen:after {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 9px;
  height: 6px;
}
#recharge-te .list_item_chosen > * {
  pointer-events: none;
}
#recharge-te .list_item_chosen[aria-expanded=true] {
  border-bottom-color: transparent;
}
#recharge-te .list_item_chosen[aria-expanded=true]:after {
  opacity: 0;
}
.color-scheme--dark #recharge-te .list_item_chosen:after {
  filter: invert(100%);
}
#recharge-te .list_item_chosen span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  #recharge-te .list_item_chosen {
    display: none;
  }
}
body#recharge-novum #recharge-te .nav__list--mobile.menu--active {
  display: block !important;
}
@media (min-width: 1024px) {
  body#recharge-novum #recharge-te .nav__list--mobile.menu--active {
    display: none !important;
  }
}
#recharge-te .list_item_chosen i {
  display: none;
}
#recharge-te .nav__list--mobile {
  max-height: 225px;
  overflow-y: auto;
  position: absolute;
  z-index: 2;
  margin: -1px 0 0 0;
  width: 100%;
  border-width: 1px;
  list-style: none;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 18px;
  border-top-width: 0;
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
  position: static;
  margin-bottom: 0.5rem;
}
#recharge-te .nav__list--mobile:not(.is-expanded) {
  display: none;
}
#recharge-te .nav__list--mobile li {
  display: block;
  width: 100%;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
#recharge-te .nav__list--mobile li > span,
#recharge-te .nav__list--mobile li > a {
  letter-spacing: 0.0385714286em;
  display: inline-block;
  border-color: transparent;
  border-bottom-width: 1px;
  margin-bottom: 8px;
}
#recharge-te .nav__list--mobile li > span:hover, #recharge-te .nav__list--mobile li > span:focus,
#recharge-te .nav__list--mobile li > a:hover,
#recharge-te .nav__list--mobile li > a:focus {
  border-bottom-color: currentColor;
}
#recharge-te .nav__list--mobile li a:hover,
#recharge-te .nav__list--mobile li a:focus {
  border-bottom-color: transparent;
}
#recharge-te .nav__list--mobile li:last-child > a {
  margin-bottom: 0;
}
#recharge-te .nav__title {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
}
@media (min-width: 1024px) {
  #recharge-te .nav__title {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.dropdown__list li:first-child #recharge-te .nav__title {
  padding-top: 0;
}
@media (min-width: 768px) {
  #recharge-te .nav__title {
    margin-bottom: 0.5rem;
    padding-top: 2rem;
  }
}
#recharge-te .search-container#search-container {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #recharge-te .search-container#search-container {
    margin-bottom: 2.2rem;
  }
}
#recharge-te #search-container.search-container.rc_card_container {
  align-items: center;
  border-bottom: 1px solid black;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3px;
}
#recharge-te .search-container input {
  border: 0;
  border-width: 1px;
  border-radius: 0;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
}
#recharge-te .search-container input, #recharge-te .search-container input:focus, #recharge-te .search-container input:active {
  font-size: 1rem;
  letter-spacing: 0.03375em;
}
@media (min-width: 1024px) {
  #recharge-te .search-container input {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
  #recharge-te .search-container input:focus, #recharge-te .search-container input:active {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
}
.field.has-error #recharge-te .search-container input {
  border-color: #f00a35;
  background-color: rgba(240, 10, 53, 0.06);
}
@media (max-width: 767px) {
  #recharge-te .search-container input {
    font-size: 0.81rem;
  }
}
#recharge-te .search-container input::placeholder,
#recharge-te .search-container input::-webkit-input-placeholder {
  opacity: 0.4;
}
#recharge-te .search-container input::-webkit-search-decoration,
#recharge-te .search-container input::-webkit-search-cancel-button,
#recharge-te .search-container input::-webkit-search-results-button,
#recharge-te .search-container input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#recharge-te .search-container button {
  align-items: center;
  display: grid;
  height: 100%;
}
body#recharge-novum #recharge-te #te-modal,
#recharge-te #te-card-modal {
  width: 100vw;
  right: 0;
  padding: 2.2rem 1rem 0;
  top: 100%;
  height: 70%;
}
@media (min-width: 768px) {
  body#recharge-novum #recharge-te #te-modal,
#recharge-te #te-card-modal {
    max-width: 28rem;
    padding: 3rem 2.7rem;
    right: -100vw;
    top: var(--header-viewport-top);
    height: calc(100% - var(--header-viewport-top));
    width: 441px;
  }
}
#recharge-te #te-modal,
#recharge-te #te-card-modal {
  background-color: #eee;
}
#recharge-te #te-modal-heading,
#recharge-te #te-card-modal-heading {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  #recharge-te #te-modal-heading,
#recharge-te #te-card-modal-heading {
    margin-bottom: 1.5rem;
  }
}
#recharge-te #te-card-modal-heading > a.close-card-sidebar {
  display: none;
}
#recharge-te #te-modal-content,
#recharge-te #te-card-modal-content {
  height: calc(100% - 45px);
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  padding-bottom: 45px;
  margin-right: -3rem;
  padding-right: 3rem;
}
#recharge-te #te-modal-content::-webkit-scrollbar,
#recharge-te #te-card-modal-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#recharge-te #te-modal-content > h4 {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}
#recharge-te #te-modal-content .rc_btn,
#recharge-te #te-modal-content .rc_btn--secondary {
  display: block;
  width: 100%;
}
#recharge-te #te-modal-content .rc_btn[disabled],
#recharge-te #te-modal-content .rc_btn--secondary[disabled] {
  border-color: currentColor;
}
#recharge-te #te-modal-content .rc_btn[disabled] {
  color: #fff;
  background-color: #000;
}
#recharge-te .close-sidebar i {
  display: none;
}
#recharge-te #te-modal .te-modal-subtitle,
#recharge-te #te-modal-heading .js-back-btn,
#recharge-te #te-card-modal-heading span.close-card-sidebar,
#recharge-te #te-modal-heading .close-sidebar:not(.js-back-btn) {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 1024px) {
  #recharge-te #te-modal .te-modal-subtitle,
#recharge-te #te-modal-heading .js-back-btn,
#recharge-te #te-card-modal-heading span.close-card-sidebar,
#recharge-te #te-modal-heading .close-sidebar:not(.js-back-btn) {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (max-width: 767px) {
  #recharge-te #te-modal .te-modal-subtitle,
#recharge-te #te-modal-heading .js-back-btn,
#recharge-te #te-card-modal-heading span.close-card-sidebar,
#recharge-te #te-modal-heading .close-sidebar:not(.js-back-btn) {
    font-size: 0.75rem;
  }
}
#recharge-te #te-modal .te-modal-subtitle::after,
#recharge-te #te-modal-heading .js-back-btn::after,
#recharge-te #te-card-modal-heading span.close-card-sidebar::after,
#recharge-te #te-modal-heading .close-sidebar:not(.js-back-btn)::after {
  display: inline;
}
#recharge-te #te-modal .te-modal-subtitle {
  display: block;
  margin-bottom: 1.1rem;
  max-width: 240px;
}
@media (min-width: 768px) {
  #recharge-te #te-modal .te-modal-subtitle {
    margin-bottom: 1rem;
    max-width: 100%;
  }
}
#recharge-te #te-modal-heading .js-back-btn::after {
  content: "Back";
}
#recharge-te #te-card-modal-heading span.close-card-sidebar::after,
#recharge-te #te-modal-heading .close-sidebar:not(.js-back-btn)::after {
  content: "Close";
}
#recharge-te .rc_add_product_details_container,
#recharge-te .rc_add_product_details_container h4 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te .rc_add_product_details_container,
#recharge-te .rc_add_product_details_container h4 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .js-edit-next-charge-date p,
#recharge-te .js-edit-frequency p {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 1024px) {
  #recharge-te .js-edit-next-charge-date p,
#recharge-te .js-edit-frequency p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .rc__back-to-subscriptions-list {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 0.5rem !important;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
@media (min-width: 1024px) {
  #recharge-te .rc__back-to-subscriptions-list {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (max-width: 767px) {
  #recharge-te .rc__back-to-subscriptions-list {
    font-size: 0.75em;
  }
}
#recharge-te .rc__back-to-subscriptions-list:hover, #recharge-te .rc__back-to-subscriptions-list:focus {
  border-bottom-color: currentColor;
}
#recharge-te .js-edit-next-charge-date,
#recharge-te .js-edit-frequency {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  #recharge-te .js-edit-next-charge-date,
#recharge-te .js-edit-frequency {
    margin-bottom: 0.5rem !important;
  }
}
#recharge-te .rc__back-to-subscriptions-list {
  display: inline-block;
  margin-bottom: 0.9rem !important;
}
@media (min-width: 768px) {
  #recharge-te .rc__back-to-subscriptions-list {
    margin-bottom: 0.7rem !important;
  }
}
#recharge-te .rc__back-to-subscriptions-list + h3 {
  margin-bottom: 1.8rem !important;
}
@media (min-width: 768px) {
  #recharge-te .rc__back-to-subscriptions-list + h3 {
    margin-bottom: 1.2rem !important;
  }
}
#recharge-te .rc_add_product_details_container .element__flex-column {
  display: flex;
}
body#recharge-novum #recharge-te .te-modal-title {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3rem;
}
@media (min-width: 768px) {
  body#recharge-novum #recharge-te .te-modal-title {
    font-size: 1rem;
  }
}
#recharge-te .rc_add_product_details_container .rc_add_product_title_container {
  display: flex;
  justify-content: space-between;
}
#recharge-te .rc_add_product_details_container .rc_image_container {
  width: 84px;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_add_product_details_container .rc_image_container {
    margin-bottom: 1.5rem;
  }
}
#recharge-te .rc_add_product_details_container .rc_image_container img {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_add_product_details_container .rc_image_container img {
    margin-bottom: 1rem;
  }
}
#recharge-te .rc_add_product_details_container .rc_add_product_details {
  flex: 1;
}
#recharge-te .rc_add_product_details_container label {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  #recharge-te .rc_add_product_details_container label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te #ReChargeForm_customer select,
#recharge-te #ReChargeForm_address select,
#recharge-te #ReChargeForm_address select,
#recharge-te #subscriptionSwapForm select,
#recharge-te #ReChargeForm_variant select,
#recharge-te #ReChargeForm_strategy select,
#recharge-te .rc_add_product_details_container select,
#recharge-te #rc_cancellation_reasons_list select {
  font-size: 0.875rem;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  letter-spacing: 0.03375em;
  line-height: 1;
  border: 1px solid #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.433 3.433L7.866 1' stroke='%23000' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: 9px 6px;
  margin-bottom: 0.45rem;
}
.field-select.has-error #recharge-te #ReChargeForm_customer select,
.field-select.has-error #recharge-te #ReChargeForm_address select,
.field-select.has-error #recharge-te #ReChargeForm_address select,
.field-select.has-error #recharge-te #subscriptionSwapForm select,
.field-select.has-error #recharge-te #ReChargeForm_variant select,
.field-select.has-error #recharge-te #ReChargeForm_strategy select,
.field-select.has-error #recharge-te .rc_add_product_details_container select,
.field-select.has-error #recharge-te #rc_cancellation_reasons_list select {
  border-color: #f00a35;
  background-color: rgba(240, 10, 53, 0.06);
}
#recharge-te #ReChargeForm_cancel button#cancel_subscription {
  margin-top: 12px;
}
#recharge-te #ReChargeForm_strategy > div {
  align-items: baseline;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  white-space: nowrap;
}
#recharge-te .rc_add_product_details_container .rc_btn {
  display: block;
  width: 100%;
}
#recharge-te .element__flex-column {
  display: block;
  margin-bottom: 0.5rem;
}
#recharge-te .rc_product_quantity,
#recharge-te .rc_product_quantity__label {
  display: none !important;
}
#recharge-te .rc_product_card p {
  margin-bottom: 0;
}
#recharge-te .rc_product_card .rc_btn {
  margin-top: auto;
}
#recharge-te .rc_input_container {
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
#recharge-te .rc_input_container > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#recharge-te .rc_input_container p {
  margin-bottom: 0;
}
#recharge-te #shipping_address_container,
#recharge-te #product_variant_container {
  clear: both;
}
#recharge-te #product_variant_container > h4 {
  margin-bottom: 1rem;
}
#recharge-te #product_schedule_container {
  overflow-x: hidden;
  clear: both;
}
#recharge-te #product_options_container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#recharge-te .rc_purchase_type {
  display: none;
}
#recharge-te .edit_subscription_info--wrapper .rc_btn,
#recharge-te .edit_subscription_info--wrapper .rc_btn--secondary {
  width: 100%;
  display: block;
}
#recharge-te .rc_element_wrapper,
#recharge-te .rc_element_wrapper h5 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te .rc_element_wrapper,
#recharge-te .rc_element_wrapper h5 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te .rc_element_wrapper p {
  margin-bottom: 0;
}
#recharge-te .rc_element_wrapper .rc_photo_container {
  margin-bottom: 0.5rem;
}
#recharge-te .upsells--wrapper > h2,
#recharge-te .upsells--wrapper > h2 + div {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  #recharge-te .upsells--wrapper > h2,
#recharge-te .upsells--wrapper > h2 + div {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 768px) {
  #recharge-te .upsells--wrapper > h2,
#recharge-te .upsells--wrapper > h2 + div {
    margin-bottom: 1rem;
  }
}
#recharge-te #rc__upsells--container {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  #recharge-te #rc__upsells--container {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #recharge-te #rc__upsells--container {
    row-gap: 1.5rem;
  }
}
#recharge-te #rc__upsells--container .js-toggle-card {
  height: 100%;
}
#recharge-te #rc__upsells--container .js-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#recharge-te #rc__upsells--container .rc_btn--secondary {
  margin-top: auto;
}
#recharge-te #rc__upsells--container .rc_image_container {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #recharge-te #rc__upsells--container .js-card p + p {
    margin-bottom: 0.5rem;
  }
}
#recharge-te .rc_product_title_wrapper {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  #recharge-te .rc_product_title_wrapper {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .rc_product_title_wrapper p,
#recharge-te .rc_card_container p:not(.nav__title) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #recharge-te .rc_product_title_wrapper p,
#recharge-te .rc_card_container p:not(.nav__title) {
    margin-bottom: 2px;
  }
}
#recharge-te .rc_card_container,
#recharge-te p.rc_card_container {
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
#recharge-te .edit_subscription_info--wrapper .rc_cancel-btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  #recharge-te .edit_subscription_info--wrapper .rc_cancel-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#recharge-te .edit_subscription_info--wrapper .rc_cancel-btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  #recharge-te .edit_subscription_info--wrapper .rc_cancel-btn {
    margin-top: 1.7rem;
  }
}
#recharge-te .js-address-edit,
#recharge-te .js-edit-billing-address,
#recharge-te .js-edit-billing-card {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  #recharge-te .js-address-edit,
#recharge-te .js-edit-billing-address,
#recharge-te .js-edit-billing-card {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (max-width: 767px) {
  #recharge-te .js-address-edit,
#recharge-te .js-edit-billing-address,
#recharge-te .js-edit-billing-card {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .js-address-edit,
#recharge-te .js-edit-billing-address,
#recharge-te .js-edit-billing-card {
    margin-bottom: 1.2rem;
  }
}
#recharge-te .js-address-edit > div:first-child::after,
#recharge-te .js-edit-billing-address > div:first-child::after,
#recharge-te .js-edit-billing-card > div:first-child::after {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  margin-top: 0.8rem;
  display: inline-flex;
  content: "Edit";
}
@media (min-width: 1024px) {
  #recharge-te .js-address-edit > div:first-child::after,
#recharge-te .js-edit-billing-address > div:first-child::after,
#recharge-te .js-edit-billing-card > div:first-child::after {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (max-width: 767px) {
  #recharge-te .js-address-edit > div:first-child::after,
#recharge-te .js-edit-billing-address > div:first-child::after,
#recharge-te .js-edit-billing-card > div:first-child::after {
    font-size: 0.8rem;
  }
}
#recharge-te .js-address-edit > div:first-child:hover:after,
#recharge-te .js-edit-billing-address > div:first-child:hover:after,
#recharge-te .js-edit-billing-card > div:first-child:hover:after {
  border-bottom-color: currentColor;
}
#recharge-te .js-address-edit p,
#recharge-te .js-edit-billing-address p,
#recharge-te .js-edit-billing-card p {
  margin-bottom: 2px;
}
#recharge-te .line_items--container {
  display: grid;
  gap: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#recharge-te .line_items--container img {
  max-width: 80px;
  margin-bottom: 0.5rem;
}
#recharge-te .line_items--container h4 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te .line_items--container h4 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te .line_items--container .charge-id > div {
  display: flex;
}
#recharge-te .ship__now--p {
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 1.4166666667;
  text-transform: none;
}
#recharge-te #ReChargeForm_skip,
#recharge-te #ReChargeForm_skip h3,
#recharge-te .address-info-msg {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te #ReChargeForm_skip,
#recharge-te #ReChargeForm_skip h3,
#recharge-te .address-info-msg {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te .p-small-header .address-info-msg {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}
#recharge-te #ReChargeForm_address label,
#recharge-te .ReChargeForm_applyDiscount label,
#recharge-te #subscriptionSwapForm label,
#recharge-te #ReChargeForm_variant label,
#recharge-te #ReChargeForm_customer label {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  #recharge-te #ReChargeForm_address label,
#recharge-te .ReChargeForm_applyDiscount label,
#recharge-te #subscriptionSwapForm label,
#recharge-te #ReChargeForm_variant label,
#recharge-te #ReChargeForm_customer label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te #ReChargeForm_address input,
#recharge-te .ReChargeForm_applyDiscount input,
#recharge-te #ReChargeForm_customer input,
#recharge-te #next_charge_date_container input,
#recharge-te #subscriptionSwapForm input,
#recharge-te #ReChargeForm_variant input,
#recharge-te #te-modal-content textarea {
  border-width: 1px;
  border-radius: 0;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0.75rem;
}
#recharge-te #ReChargeForm_address input, #recharge-te #ReChargeForm_address input:focus, #recharge-te #ReChargeForm_address input:active,
#recharge-te .ReChargeForm_applyDiscount input,
#recharge-te .ReChargeForm_applyDiscount input:focus,
#recharge-te .ReChargeForm_applyDiscount input:active,
#recharge-te #ReChargeForm_customer input,
#recharge-te #ReChargeForm_customer input:focus,
#recharge-te #ReChargeForm_customer input:active,
#recharge-te #next_charge_date_container input,
#recharge-te #next_charge_date_container input:focus,
#recharge-te #next_charge_date_container input:active,
#recharge-te #subscriptionSwapForm input,
#recharge-te #subscriptionSwapForm input:focus,
#recharge-te #subscriptionSwapForm input:active,
#recharge-te #ReChargeForm_variant input,
#recharge-te #ReChargeForm_variant input:focus,
#recharge-te #ReChargeForm_variant input:active,
#recharge-te #te-modal-content textarea,
#recharge-te #te-modal-content textarea:focus,
#recharge-te #te-modal-content textarea:active {
  font-size: 1rem;
  letter-spacing: 0.03375em;
}
@media (min-width: 1024px) {
  #recharge-te #ReChargeForm_address input,
#recharge-te .ReChargeForm_applyDiscount input,
#recharge-te #ReChargeForm_customer input,
#recharge-te #next_charge_date_container input,
#recharge-te #subscriptionSwapForm input,
#recharge-te #ReChargeForm_variant input,
#recharge-te #te-modal-content textarea {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
  #recharge-te #ReChargeForm_address input:focus, #recharge-te #ReChargeForm_address input:active,
#recharge-te .ReChargeForm_applyDiscount input:focus,
#recharge-te .ReChargeForm_applyDiscount input:active,
#recharge-te #ReChargeForm_customer input:focus,
#recharge-te #ReChargeForm_customer input:active,
#recharge-te #next_charge_date_container input:focus,
#recharge-te #next_charge_date_container input:active,
#recharge-te #subscriptionSwapForm input:focus,
#recharge-te #subscriptionSwapForm input:active,
#recharge-te #ReChargeForm_variant input:focus,
#recharge-te #ReChargeForm_variant input:active,
#recharge-te #te-modal-content textarea:focus,
#recharge-te #te-modal-content textarea:active {
    padding: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.03375em;
  }
}
.field.has-error #recharge-te #ReChargeForm_address input,
.field.has-error #recharge-te .ReChargeForm_applyDiscount input,
.field.has-error #recharge-te #ReChargeForm_customer input,
.field.has-error #recharge-te #next_charge_date_container input,
.field.has-error #recharge-te #subscriptionSwapForm input,
.field.has-error #recharge-te #ReChargeForm_variant input,
.field.has-error #recharge-te #te-modal-content textarea {
  border-color: #f00a35;
  background-color: rgba(240, 10, 53, 0.06);
}
#recharge-te #ReChargeForm_address p,
#recharge-te #ReChargeForm_customer p {
  margin-bottom: 0;
}
#recharge-te #rc_cancellation_reasons_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#recharge-te #rc_cancellation_reasons_list .rc_btn {
  margin-top: 24px;
}
#recharge-te #rc_cancellation_reasons_list > * {
  margin-bottom: 0.5rem;
}
#recharge-te .rc_purchase_type input,
#recharge-te #rc_cancellation_reasons_list input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#recharge-te .rc_purchase_type label,
#recharge-te #rc_cancellation_reasons_list label {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #recharge-te .rc_purchase_type label,
#recharge-te #rc_cancellation_reasons_list label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te .rc_purchase_type label:before,
#recharge-te #rc_cancellation_reasons_list label:before {
  content: "";
  margin-right: 4px;
  width: 9px;
  height: 9px;
  border-width: 1px;
  flex-shrink: 0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  border: 1px solid;
  padding: 1px;
  align-self: flex-start;
  margin-top: 4px;
}
.is-checked #recharge-te .rc_purchase_type label:after, :checked + #recharge-te .rc_purchase_type label:after,
.is-checked #recharge-te #rc_cancellation_reasons_list label:after,
:checked + #recharge-te #rc_cancellation_reasons_list label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  top: 6px;
  left: 2px;
}
@media (max-width: 767px) {
  #recharge-te .rc_purchase_type label,
#recharge-te #rc_cancellation_reasons_list label {
    line-height: 1.7;
  }
}
#recharge-te .rc_purchase_type :checked + label::after,
#recharge-te #rc_cancellation_reasons_list :checked + label::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  top: 6px;
  left: 2px;
}
#recharge-te #ReChargeForm_variant {
  margin-bottom: 1rem;
}
#recharge-te #subscriptionNewForm .element__flex-column,
#recharge-te #subscriptionNewForm .element__flex-column h4,
#recharge-te #subscriptionSwapForm .element__flex-column,
#recharge-te #subscriptionSwapForm .element__flex-column h4,
#recharge-te #ReChargeForm_variant .element__flex-column,
#recharge-te #ReChargeForm_variant .element__flex-column h4 {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te #subscriptionNewForm .element__flex-column,
#recharge-te #subscriptionNewForm .element__flex-column h4,
#recharge-te #subscriptionSwapForm .element__flex-column,
#recharge-te #subscriptionSwapForm .element__flex-column h4,
#recharge-te #ReChargeForm_variant .element__flex-column,
#recharge-te #ReChargeForm_variant .element__flex-column h4 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te #ReChargeForm_variant .element__flex-column .rc_image_container,
#recharge-te #subscriptionSwapForm .element__flex-column .rc_image_container {
  float: left;
  max-width: 100px;
  margin-bottom: 1rem;
}
#recharge-te .ReChargeForm_variant__label {
  display: block;
  clear: both;
  margin-bottom: 1rem;
}
#recharge-te .js-unskip-btn,
#recharge-te .js-skip-btn,
#recharge-te .js-dont-skip {
  margin-top: 0;
  margin-bottom: 1rem;
}
#recharge-te .js-dont-skip {
  display: none !important;
}
#recharge-te #js-rc_schedule_container > h3 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  #recharge-te #js-rc_schedule_container > h3 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
#recharge-te #js-rc_schedule_container > h2 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #recharge-te #js-rc_schedule_container > h2 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te #js-rc_schedule_container > h2 + h3 {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 1.8rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  #recharge-te #js-rc_schedule_container > h2 + h3 {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te #js-rc_schedule_container .rc-action-buttons {
  margin-top: 0;
}
#recharge-te .rc_schedule_container {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_schedule_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_schedule_container .js-skip-btn,
#recharge-te .rc_schedule_container .js-unskip-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#recharge-te .rc_order_info_container {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  display: flex;
}
@media (min-width: 1024px) {
  #recharge-te .rc_order_info_container {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_order_info_container {
    margin-bottom: 1rem;
  }
}
#recharge-te .rc_order_info_container p {
  margin-bottom: 0;
}
#recharge-te .order-line-items {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #recharge-te .order-line-items {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te span.rc_order_title {
  display: block;
  width: 100%;
}
#recharge-te .order-photo {
  width: 80px;
  max-width: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
#recharge-te .rc_subscription_info_container {
  flex-basis: 85%;
}
#recharge-te .edit_subscription_info--wrapper {
  flex-basis: 31.5%;
}
#recharge-te .upsells--wrapper {
  flex-basis: 66%;
}
#recharge-te .rc-action-buttons {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #recharge-te .rc-action-buttons > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc-action-buttons {
    display: flex;
    margin-bottom: 0.9rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  #recharge-te .rc-action-buttons > * {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
#recharge-te .pagination_buttons_container,
#recharge-te .rc__upsells--pagination_buttons_container {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  justify-content: center;
}
#recharge-te .pagination_buttons_container > li,
#recharge-te .rc__upsells--pagination_buttons_container > li {
  margin: 0 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  #recharge-te .pagination_buttons_container > li,
#recharge-te .rc__upsells--pagination_buttons_container > li {
    margin: 0 0.5rem 1rem;
  }
}
#recharge-te .upsell_text--clip + p {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  #recharge-te .nav__list--desktop {
    display: none !important;
  }
}
#recharge-te .nav__list--desktop li a {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
#recharge-te .nav__list--desktop li a:hover, #recharge-te .nav__list--desktop li a:focus {
  border-bottom-color: currentColor;
}
#recharge-te .rc_card_container--order-list {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  #recharge-te .rc_card_container--order-list {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (max-width: 767px) {
  #recharge-te .rc_card_container--order-list {
    display: block !important;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #recharge-te .rc_card_container--order-list > div:first-child {
    width: 20%;
    margin-right: 1.5rem;
  }
}
#recharge-te .rc_card_container--order-list > div:first-child p:first-child {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te .rc_card_container--order-list > div:first-child p:first-child {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
#recharge-te #te-modal-content .order-number,
#recharge-te #te-modal-content .order-date,
#recharge-te .rc_card_container--order-details {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te #te-modal-content .order-number,
#recharge-te #te-modal-content .order-date,
#recharge-te .rc_card_container--order-details {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
#recharge-te .rc_card_container .rc_element__title,
#recharge-te p.rc_card_container .rc_element__title,
#recharge-te .rc_element__title,
#recharge-te p.rc_element__title,
#recharge-te .rc_element_wrapper .rc_element__title,
#recharge-te .rc_element__title p.rc_element__title,
#recharge-te .rc_card_container p.rc_element__title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_card_container .rc_element__title,
#recharge-te p.rc_card_container .rc_element__title,
#recharge-te .rc_element__title,
#recharge-te p.rc_element__title,
#recharge-te .rc_element_wrapper .rc_element__title,
#recharge-te .rc_element__title p.rc_element__title,
#recharge-te .rc_card_container p.rc_element__title {
    margin-bottom: 0.5rem;
  }
}
#recharge-te .js-reactivate-btn {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #recharge-te .js-reactivate-btn {
    margin-bottom: 0;
  }
}
#recharge-te .upsell-btn-mobile {
  margin-bottom: 0.5rem;
}
#recharge-te .rc_btn--swap {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #recharge-te .rc_btn--swap {
    margin-bottom: 1rem;
  }
}
#recharge-te .rc_toast__type {
  display: none !important;
}
#recharge-te #te-modal-content [type=submit] {
  margin-top: 1rem;
}
#recharge-te .rc_discount_container {
  margin-bottom: 2.1rem;
}
#recharge-te .rc_discount_container .rc_card_title {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase;
}
#recharge-te .rc_element_wrapper.rc_discount_container {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #recharge-te .rc_element_wrapper.rc_discount_container {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
#recharge-te .rc_logo {
  display: none !important;
}
@media (min-width: 768px) {
  #recharge-te .rc_inactive_subscriptions .rc_photo_container {
    margin-bottom: 1rem;
  }
}
#recharge-te .rc_card_shipping_address.rc_card_shipping_address p:not(.p-header) {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #recharge-te .rc_card_shipping_address.rc_card_shipping_address p:not(.p-header) {
    font-size: 0.7rem;
  }
}
#recharge-te .rc_card_shipping_address .p-header.p-header {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #recharge-te .rc_card_shipping_address .p-header.p-header {
    margin-bottom: 10px;
  }
}

.faq__heading {
  margin-bottom: 1.5rem;
}

.faq__body--mobile .accordion__item {
  margin-bottom: 1rem;
}

.faq__body--mobile .accordion__content-inner {
  margin-top: 1rem;
}

.faq__body--mobile .accordion__trigger:after {
  display: inline-block;
  text-align: center;
  width: 20px;
  content: "+";
}

.faq__body--mobile .accordion__trigger[aria-expanded=true]:after {
  display: inline-block;
  text-align: center;
  width: 20px;
  content: "-";
}

.faq__body--desktop .tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.faq__body--desktop .tabs__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq__body--desktop .tabs__list > *:not(:last-child) {
  margin-bottom: 1rem;
}

.faq__body--desktop .tabs__tab {
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.faq__body--desktop .tabs__tab[aria-selected=true] {
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.faq__body--desktop .tabs__panel {
  grid-column: span 3/span 3;
}

@media (max-width: 767px) {
  .faq__body--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .faq__body--mobile {
    display: none;
  }
}
.klaviyo-bis-trigger {
  display: none;
}

#klaviyo-bis-iframe {
  background: transparent !important;
}

.header-80 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 1024px) {
  .header-80 {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}
.header-60 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 1024px) {
  .header-60 {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}
.h2-caps {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .h2-caps {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
}
.h2-p {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0107142857em;
}

@media (min-width: 1024px) {
  .h2-p {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.0125em;
  }
}
.p-header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .p-header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.p {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.p-bold {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1024px) {
  .p-bold {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}
.p-bold-caps {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .p-bold-caps {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}
.p-small-header {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.p-small {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}

@media (min-width: 1024px) {
  .p-small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
    margin-left: -1px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
  margin-top: -4px;
  margin-bottom: -5px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
    margin-top: -6px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
  margin-top: -5px;
  margin-bottom: -6px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
    margin-top: -8px;
    margin-bottom: -9px;
    margin-left: -2px;
  }
}
.hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
  margin-top: -5px;
  margin-bottom: -7px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
    margin-left: -3px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
.hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: 0;
}

@media (min-width: 1024px) {
  .hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
    margin-left: -1px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
    margin-top: -15px;
    margin-bottom: -12px;
    margin-left: -4px;
  }
}
.hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}

@media (min-width: 1024px) {
  .hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: -6px;
  }
}
.hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
  margin-left: 0;
  margin-right: -3px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
    margin-left: 0;
    margin-right: -12px;
  }
}
.hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
  margin-left: 0;
  margin-right: -3px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
    margin-left: 0;
    margin-right: -5px;
  }
}
.hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
  margin-left: 0;
  margin-right: -3px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
    margin-left: 0;
    margin-right: -7px;
  }
}
.hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
  margin-left: 0;
  margin-right: -1px;
}

@media (min-width: 1024px) {
  .hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
    margin-left: 0;
    margin-right: -2px;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "Franklin Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}

@media (min-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.template-index .shopify-section:not(#shopify-section-footer) > * {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .template-index .shopify-section:not(#shopify-section-footer) > * {
    margin-bottom: 5rem;
  }
}
.container-wrap {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  min-height: calc(100vh - var(--header-height, 0px));
}

.template-page.signup .container-wrap {
  min-height: unset;
}

.container {
  display: grid;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}

.container.main-content {
  display: block;
}

.container.main-content #content {
  max-width: 100%;
  margin: 0 auto;
}

.content {
  grid-column: span 12/span 12;
}

.template-page.about .container-wrap,
.template-collection.about .container-wrap {
  padding-top: 0;
}

.template-page.about .shopify-section:not(#shopify-section-header),
.template-collection.about .shopify-section:not(#shopify-section-header) {
  background-color: inherit;
  position: relative;
  z-index: 1;
}

.template-page.campaign .container-wrap,
.template-collection.campaign .container-wrap {
  padding-top: 0;
}

.template-page.campaign .site-header > .site-nav__highlighted,
.template-page.campaign .site-header > .seperator,
.template-collection.campaign .site-header > .site-nav__highlighted,
.template-collection.campaign .site-header > .seperator {
  display: none;
}

@media (max-width: 768px) {
  .template-page.campaign .site-header,
.template-collection.campaign .site-header {
    grid-template-areas: ". logo menu menu menu .";
    grid-template-rows: 50px;
  }

  .template-page.campaign .quick-links,
.template-collection.campaign .quick-links {
    bottom: 50px;
  }

  .template-page.campaign .hero__media,
.template-collection.campaign .hero__media {
    padding-top: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px) - 52px);
  }
}
@media (min-width: 1024px) {
  .container.main-content #content {
    max-width: 85.4%;
  }

  .container-wrap {
    padding-top: 4rem;
  }

  .container-wrap,
#shopify-section-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .content {
    grid-column-start: 2;
  }
}
.components-wrapper > * {
  margin-bottom: 2.5rem !important;
}

@media (min-width: 1024px) {
  .components-wrapper > * {
    margin-bottom: 5rem !important;
  }
}
.page-signup {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  transition: padding 0.3s;
}
.page-signup__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.page-signup__content h1.p-header {
  margin-bottom: 2.5rem;
}
.page-signup__content p {
  margin-bottom: 2rem;
}

@media (max-width: 1023px) {
  .page-signup {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 0 8rem;
  }
  .page-signup__content {
    text-align: left;
  }
  .page-signup__content h1.p-header {
    margin-bottom: 1.5rem;
  }
  .page-signup__content p {
    margin-bottom: 1rem;
  }
  .page-signup__content .field__input, .page-signup__content .button {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .page-signup {
    padding: 0 3.5rem;
  }
}
@media (max-width: 639px) {
  .page-signup {
    padding: 0;
  }
}
.page {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .page {
    margin-bottom: 5rem;
  }
}

.page--has-nav {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .page--has-nav {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .page--has-nav {
    row-gap: 1.5rem;
  }
}

.page--has-nav .page__nav {
  margin-bottom: 1.5rem;
}

.page--has-nav .page__body {
  margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
  .template-page.signup .footer-mobile__newsletter {
    display: none;
  }
}
@media (min-width: 768px) {
  .page--has-nav {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page--has-nav .page__nav {
    grid-column: span 3/span 3;
  }

  .page--has-nav .page__body {
    grid-column: span 7/span 7;
  }

  .page__nav .nav__item.is-active .nav__link span {
    border-color: currentColor;
  }
}
@supports (--custom: property) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
  }

  .iframe-wrapper::before {
    content: "";
    display: block;
    padding-bottom: calc(100% * (var(--ratio)));
  }

  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sgdpr-box.sgdpr-box-light {
  z-index: 10;
  border: none;
  padding: 15px;
  background: white;
  position: fixed;
  width: 320px;
  bottom: 0;
  right: 0;
  margin-right: 30px;
  margin-left: 30px;
  display: inline-block;
  left: unset;
  top: unset;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sgdpr-box .sgdpr-yes-mobile {
  display: inherit;
  height: 18px;
  width: 18px;
}

.sgdpr-box .sgdpr-button {
  border: none;
  border-radius: 0;
  background-color: #000000;
  color: white;
  padding: 8px 10px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}

.sgdpr-box .sgdpr-button:hover {
  background-color: #000000;
  color: white;
}

.sgdpr-box .sgdpr-message {
  color: black;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}

.sgdpr-box .sgdpr-title {
  display: none;
}

.sgdpr-box .sgdpr-info-icon {
  display: none;
}

.sgdpr-box .sgdpr-yes-icon {
  display: none;
}

.sgdpr-box .sgdpr-text {
  display: none;
}

@media (max-width: 767px) {
  .sgdpr-box.sgdpr-box-light {
    bottom: 92px;
    top: unset;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    background-image: none;
    color: #fff;
  }

  .sgdpr-box .sgdpr-message {
    margin-bottom: 0;
  }

  .sgdpr-box .sgdpr-yes-mobile {
    width: 30px;
    height: 30px;
  }
}
.EG-table th {
  color: currentColor !important;
  background-color: transparent !important;
  border-bottom-width: 0 !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.EG-container h1,
.EG-request-personal-data,
.EG-my-personal-data,
.EG-edit-personal-data {
  text-align: left !important;
}

.EG-container h1,
.EG-container-small {
  width: 676px !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}

.EG-request-personal-data label {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: block;
  margin-bottom: 3px;
  width: 276px;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 1024px) {
  .EG-request-personal-data label {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.EG-request-personal-data input,
.EG-edit-textarea {
  width: 276px !important;
  max-width: 100% !important;
  border-width: 1px;
  border-radius: 0;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  color: currentColor;
  border-color: currentColor;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.1rem;
  margin-bottom: 1.4rem;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.search-form__label {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
}
.search-form__label .icon {
  height: 13px;
  margin-right: 1px;
  vertical-align: text-top;
  width: 12px;
}

.search-form__input {
  background-color: transparent;
  flex-grow: 1;
  margin-left: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0416666667em;
}

.search-form__input::placeholder,
.search-form-desktop__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.search-form__input::-webkit-search-decoration,
.search-form__input::-webkit-search-cancel-button,
.search-form__input::-webkit-search-results-button,
.search-form__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.predictive-search {
  display: flex;
  flex-direction: column;
}

.predictive-search__footer {
  padding-bottom: 1rem;
}

.predictive-search-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.predictive-search-products .product-title {
  margin-bottom: 0;
}

.predictive-search-products .product-title__badge {
  display: none;
}

.predictive-search-products__header {
  margin-bottom: 1rem;
}

.predictive-search-products__footer {
  margin-bottom: 1.5rem;
}

.predictive-search-pages__heading {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .predictive-search-pages__heading {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.predictive-search-pages {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.predictive-search-pages,
.predictive-search-popular {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style-type: none;
}

.predictive-search-pages li,
.predictive-search-popular li {
  margin-bottom: 1rem;
}

.predictive-search-no-results {
  margin-bottom: 1.5rem;
  word-break: break-all;
}

.has-value predictive-search-popular {
  display: none;
}

.predictive-search-popular__heading {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .predictive-search-popular__heading {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.predictive-search-popular .link {
  background-image: url({{ "arrow.svg" | asset_url }});
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 100% 50%;
  padding-right: 0.875rem;
}

.predictive-search-pages > *:nth-child(n+5) {
  display: none !important;
}

@media (max-width: 767px) {
  .predictive-search-pages {
    order: 9999;
  }

  .predictive-search-popular .link {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .search-form {
    display: none;
  }

  .predictive-search-products__header {
    margin-bottom: 1.5rem;
  }

  .predictive-search-popular__heading,
.predictive-search-pages__heading {
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.3846153846;
    letter-spacing: 0.0707692308em;
    text-transform: uppercase;
  }

  .predictive-search-pages,
.predictive-search-popular {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .predictive-search-pages,
.predictive-search-popular {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .predictive-search-pages li,
.predictive-search-popular li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .predictive-search-products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .predictive-search-products > *:nth-child(n+5) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .predictive-search__footer {
    position: absolute;
    right: 1rem;
    order: -9999;
    float: right;
    padding: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .predictive-search-products .product-card {
    display: flex;
  }
}
@media (min-width: 768px) {
  .predictive-search-products .product-card__media {
    width: 76px;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .predictive-search-products .product-card__content {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .predictive-search-products .product-card__content,
.predictive-search-products .product-title__name {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .predictive-search-products .product-card__content,
.predictive-search-products .product-title__name {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .predictive-search-no-results {
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.3846153846;
    letter-spacing: 0.0707692308em;
    text-transform: uppercase;
    padding-right: 3rem;
  }
}
.search-form-desktop {
  display: flex;
  position: relative;
}
.search-form-desktop::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><path d="M9.96 5.355c0 2.692-2.129 4.854-4.73 4.854C2.629 10.21.5 8.047.5 5.355.5 2.662 2.629.5 5.23.5c2.601 0 4.73 2.162 4.73 4.855ZM8.354 8.646l3.535 3.536" stroke="%23000"/></svg>');
  background-size: 13px 13px;
  background-repeat: no-repeat;
  content: "";
  bottom: 2px;
  height: 13px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0s;
  visibility: hidden;
  width: 13px;
}
.search-form-desktop::after {
  background: #000;
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  right: 0;
  visibility: hidden;
}

.search-form-desktop__button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.search-form-desktop__label {
  cursor: pointer;
  margin-left: auto;
}

.search-form-desktop__input {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  display: none;
  width: 100%;
  margin: 0 -4px 0 0;
  padding: 0 0 0 1.25rem;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .search-form-desktop__input {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.search-form-desktop__input::-webkit-search-decoration,
.search-form-desktop__input::-webkit-search-cancel-button,
.search-form-desktop__input::-webkit-search-results-button,
.search-form-desktop__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .search-header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 768px) {
  .search-header {
    margin-bottom: 4rem;
  }
}

.search-product-list,
.search-pages {
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .search-product-list,
.search-pages {
    column-gap: 1.5rem;
  }
}

.search-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .search-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.search-product-list-load-more {
  --btn-color: colors.$pitch-black;
  --btn-border-color: colors.$pitch-black;
  --btn-bg-color: colors.$optical-white;
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .search-product-list-load-more {
    max-width: 176px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}

.search-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
  margin-bottom: 1rem;
}

.search-pages__list {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-pages__list li {
  margin-bottom: 1rem;
}

.search-pages__list .link > span {
  display: inline;
}

.search-form-footer {
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  .predictive-search-products .product-variant--color {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-pages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .search-pages__list {
    grid-column: span 3/span 3;
  }

  .search-pages__list li {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .search-form-desktop::before {
    background-size: 15px 16px;
    height: 16px;
    width: 15px;
  }
}
body.site-modal-search--is-active .site-nav-wrapper-link--search > div {
  padding-left: 1.4rem;
}
body.site-modal-search--is-active .search-form-desktop::before, body.site-modal-search--is-active .search-form-desktop::after {
  opacity: 1;
  transition: all 0.25s;
  transition-delay: 0.25s;
  visibility: visible;
}
body.site-modal-search--is-active .search-form-desktop__label {
  display: none;
}
body.site-modal-search--is-active.site-modal--in .search-form-desktop__input {
  display: inline-block;
}
@media (min-width: 768px) {
  body.site-modal-search--is-active .site-nav-wrapper {
    min-width: 26.75rem;
  }
  body.site-modal-search--is-active .site-nav-wrapper-link--search {
    flex-grow: 1;
  }
}
@media (max-width: 1023px) {
  body.site-modal-search--is-active .site-nav-wrapper-link--search > div {
    margin-left: auto;
    max-width: 225px;
  }
}

.predictive-search.is-loading {
  opacity: 0;
  visibility: hidden;
}

.video-player-video {
  margin-bottom: 0.5rem;
}

.video-player-video__preload {
  padding: 125% 0 0 0;
  position: relative;
}

.video-player-video iframe,
.video-player-video video {
  pointer-events: none;
}

.video-player-video:not(.is-playing) .video-player-video__toggle .pause,
.is-playing .video-player-video__toggle .play {
  display: none;
}

.video-player-controls {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  display: grid;
  align-items: center;
  grid-template-areas: "timeline timeline timeline timeline timeline" "play time . mute fullscreen";
  grid-template-columns: 40px 90px auto 50px 65px;
  column-gap: 1rem;
  row-gap: 0.25rem;
}
@media (min-width: 1024px) {
  .video-player-controls {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (min-width: 768px) {
  .video-player-controls {
    grid-template-areas: "play time timeline mute fullscreen";
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .video-player-controls {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.video-player-controls button {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
  color: currentColor;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 1024px) {
  .video-player-controls button {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
.video-player-controls button[disabled] {
  display: none;
}
.video-player-controls button:hover, .video-player-controls button:focus {
  color: currentColor;
}
@media (min-width: 768px) {
  .video-player-controls button {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .video-player-controls button {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.video-player-controls [data-method=play],
.video-player-controls [data-method=pause] {
  grid-area: play;
}

.video-player-controls [data-method=mute],
.video-player-controls [data-method=unmute] {
  grid-area: mute;
}

.video-player-controls [data-method=fullscreen] {
  grid-area: fullscreen;
  text-align: right;
}

.video-player-time {
  grid-area: time;
  flex-shrink: 0;
  display: flex;
}

.video-player-time__seperator {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.video-player-timeline {
  grid-area: timeline;
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.video-player-timeline:after {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
}
.video-player-timeline:hover {
  cursor: pointer;
}

.color-scheme--dark .video-player-timeline:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.video-player-timeline__current {
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  display: inline-block;
  height: 3px;
  width: 0%;
  overflow: hidden;
  background-color: currentColor;
  transition: width 300ms;
  pointer-events: none;
}

[data-vimeo-initialized] .video-player-video__thumbnail {
  display: none;
}

@media (min-width: 768px) {
  .video-player--has-bg {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .video-player--has-bg::after {
    content: "";
    position: absolute;
    background-color: var(--video-player-bg-color);
    top: 0;
    bottom: 0;
    right: -1.5rem;
    left: -1.5rem;
    z-index: -2;
  }

  .video-player--has-bg .video-player-controls {
    color: var(--video-player-text-color, currentColor);
  }

  .video-player--has-bg .video-player-timeline__current {
    background-color: var(--video-player-text-color, currentColor);
  }

  .video-player--has-bg .video-player-timeline:after {
    background-color: var(--video-player-timeline, rgba(255, 255, 255, 0.2));
  }

  .color-scheme--dark .video-player--has-bg .video-player-timeline:after {
    background-color: var(--video-player-timeline, rgba(0, 0, 0, 0.2));
  }
}
.video-player-v2 {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), minmax(0, 1fr));
  column-gap: 0.5rem;
  align-items: var(--align-items, start);
}
@media (min-width: 768px) {
  .video-player-v2 {
    --align-items: normal;
    --columns: 2;
  }
}
@media (min-width: 1024px) {
  .video-player-v2 {
    column-gap: 1.5rem;
  }
}

.video-player-v2__block:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .video-player-v2__block:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .video-player-v2__block:not(.js-video-player-v2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, auto));
  }

  .video-player-v2__header,
.video-player-v2__body,
.video-player-v2__footer {
    color: var(--video-player-text-color, currentColor);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.video-player-v2__header {
  align-self: flex-start;
  grid-row-start: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .video-player-v2__header {
    margin-bottom: 0;
  }
}

.video-player-v2__body {
  grid-row-start: 2;
  align-self: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .video-player-v2__body {
    margin-bottom: 0;
  }
}

.video-player-v2__footer {
  grid-row-start: 3;
  align-self: end;
}
@media (min-width: 768px) {
  .video-player-v2__footer {
    padding-bottom: 3rem;
  }
}

.button--video-player-v2 {
  width: 100%;
  color: #000;
  border-color: #000;
  background-color: transparent;
}
@media (min-width: 768px) {
  .button--video-player-v2 {
    width: 176px;
    color: var(--video-player-btn-color, #000);
    border-color: var(--video-player-btn-border-color, #000);
    background-color: var(--video-player-btn-bg-color, transparent);
  }
}

.shopify-video {
  width: 100%;
}

.paginate__button {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .paginate__button {
    margin-left: auto;
    margin-right: auto;
    max-width: 176px;
  }
}

.quick-shop-banner {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), minmax(0, 1fr));
  column-gap: 0.5rem;
}
@media (min-width: 1024px) {
  .quick-shop-banner {
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .quick-shop-banner {
    --columns: 2;
  }
}

.quick-shop-banner__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.quick-shop-banner__body {
  position: relative;
  margin-bottom: 0.5rem;
}

.quick-shop-banner__product {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.quick-shop-banner__block:not(.is-active) .quick-shop-banner__product {
  visibility: hidden;
}

.quick-shop-banner__product .product-form__message {
  display: none;
}
.quick-shop-banner__product .product-title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0.5rem;
}
.quick-shop-banner__product .product-title,
.quick-shop-banner__product .product-title__name {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .quick-shop-banner__product .product-title,
.quick-shop-banner__product .product-title__name {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.quick-shop-banner__product .product-title__link {
  background-image: url({{ "arrow.svg" | asset_url }});
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 100% 50%;
  padding-right: 12px;
}
.quick-shop-banner__product .shopify-product-form {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  margin: 0;
}
.quick-shop-banner__product .product-form__buttons {
  margin-bottom: 0;
}
.quick-shop-banner__product .dropdown__wrapper,
.quick-shop-banner__product .dropdown__btn,
.quick-shop-banner__product .media {
  height: 100%;
}
.quick-shop-banner__product .product-form__option-group__body {
  width: auto;
  margin-right: 0.5rem;
}
.quick-shop-banner__product .product-form__option-group__body > div:first-child {
  height: 100%;
  min-width: 69px;
  margin: 0;
}
.quick-shop-banner__product .product-form__buttons {
  flex-grow: 1;
}
.quick-shop-banner__product .product-form__option-dropdown {
  display: none;
}
.quick-shop-banner__product .dropdown__btn[aria-expanded=true] {
  background-color: #fff;
}

.quick-shop-banner__trigger {
  cursor: pointer;
  color: currentColor;
  padding: 0;
  background-color: transparent;
  margin-left: 1rem;
}

.quick-shop-banner__trigger .close,
.is-active .quick-shop-banner__trigger .open {
  display: none;
}

.is-active .quick-shop-banner__trigger .close {
  display: block;
}

.is-active .quick-shop__backdrop {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  .quick-shop-banner__product .shopify-product-form .product-form__buttons {
    position: static;
    background-color: transparent;
    margin-bottom: 0;
  }

  .quick-shop-banner__product .has-product-added [type=submit] {
    display: none;
  }

  .quick-shop-banner__footer,
.quick-shop-banner__trigger {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.0415384615em;
    font-weight: normal;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .quick-shop-banner__footer,
.quick-shop-banner__trigger {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}
@media (max-width: 767px) {
  .quick-shop-banner > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .quick-shop-banner__product {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .quick-shop-banner__footer,
.quick-shop-banner__trigger {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .quick-shop-banner__footer,
.quick-shop-banner__trigger {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
@media (min-width: 768px) {
  .quick-shop-banner__product {
    width: 280px;
    z-index: 3;
  }
}
@media (min-width: 768px) {
  .quick-shop-banner--3\/4,
.quick-shop-banner--4\/3 {
    --columns: 4;
  }
  .quick-shop-banner--3\/4 > *:first-child,
.quick-shop-banner--4\/3 > *:first-child {
    grid-column: span 3/span 3;
  }
  .quick-shop-banner--3\/4 .quick-shop-banner__product,
.quick-shop-banner--4\/3 .quick-shop-banner__product {
    width: 100%;
    top: 0;
    left: 0;
  }

  .quick-shop-banner--3\/4 > *:last-child {
    order: -9999;
  }
}
.qs__accordion {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 8px 0;
  z-index: 1;
}
.qs__accordion .accordion__title {
  display: flex;
  margin: 0;
}
.qs__accordion .accordion__title button {
  font-size: 0.75rem;
}
.qs__accordion .accordion__item {
  margin: 0;
  padding-bottom: 8px;
}
.qs__accordion .accordion__content::before {
  content: " ";
  height: 8px;
  width: 100%;
  display: block;
}
.qs__accordion .accordion__trigger {
  background-color: #fff;
  width: 115px;
  padding: 7px;
  justify-content: center;
}
.qs__accordion .accordion__trigger .close-label {
  display: none;
}
.qs__accordion .accordion__trigger::after {
  display: none;
}
.qs__accordion .accordion__trigger.open .close-label {
  display: block;
}
.qs__accordion .accordion__trigger.open .accordion__trigger--title {
  display: none;
}
.qs__accordion .accordion__trigger.close .close-label {
  display: none;
}
.qs__accordion .accordion__trigger.close .accordion__trigger--title {
  display: block;
}

.qs_product_wrapper {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 8fr;
  grid-template-rows: 1fr;
  padding: 5px 0.5rem;
}
.qs_product_wrapper .qs_product_image {
  height: 48px;
  width: 38px;
}
.qs_product_wrapper .product-title {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 0 0 5px;
}
.qs_product_wrapper .product-title .product-title__name,
.qs_product_wrapper .product-title .product-title__price {
  font-size: 0.75rem;
}

.qs__accordion .accordion__content-inner {
  margin: 0;
  background-color: #fff;
}
.qs__accordion .accordion__content-inner a {
  margin-top: 5px;
}
.qs__accordion .accordion__content-inner a:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fields-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, auto));
  }
}

.fields-block:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fields-block:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .fields-block__header,
.fields-block__body,
.fields-block__footer {
    color: var(--fields-block-text-color, currentColor);
  }
}

.fields-block__header {
  align-self: flex-start;
  grid-row-start: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .fields-block__header {
    margin-bottom: 0;
  }
}

.fields-block__body {
  grid-row-start: 2;
  align-self: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fields-block__body {
    margin-bottom: 0;
  }
}

.fields-block__footer {
  grid-row-start: 3;
  align-self: end;
}
@media (min-width: 768px) {
  .fields-block__footer .fields-block__footer {
    padding-bottom: 3rem;
  }
  .fields-block__footer .fields-content .fields-block__footer {
    padding-bottom: 0;
  }
}

.fields-content .fields-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, auto));
  padding: 1rem;
}
@media (min-width: 768px) {
  .fields-content .fields-block {
    padding: 2rem;
  }
}

.fields-content .fields-block__header,
.fields-content .fields-block__body,
.fields-content .fields-block__footer {
  color: var(--fields-block-text-color, currentColor);
}

.fields-block--mobile {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, auto));
}
.fields-block--mobile:not(:last-child),
.fields-block--mobile .fields-block__header,
.fields-block--mobile .fields-block__body {
  margin-bottom: 0;
}
.fields-content .fields-block--mobile {
  padding: 1rem;
}
.fields-block--mobile .fields-block__footer {
  padding-bottom: 3rem;
}
.fields-block--mobile .fields-content .fields-block__footer {
  padding-bottom: 0;
}

.fields-media {
  z-index: -1;
}

.fields-content {
  display: grid;
}
.fields-content > * {
  grid-row: -1/1;
  grid-column: -1/1;
}

.gift-card {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  display: grid;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .gift-card {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .gift-card {
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gift-card {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .gift-card {
    margin-bottom: 5rem;
  }
}

.gift-card__media {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gift-card__media {
    grid-column: span 6/span 6;
  }
}

@media (min-width: 768px) {
  .gift-card__content {
    grid-column: span 4/span 4;
    grid-column-end: 12;
  }
}
.gift-card__content h1,
.gift-card__content h2,
.gift-card__content p {
  margin-bottom: 0;
}

.gift-card__code {
  text-align: center;
  display: block;
  border-width: 1px;
  border-style: dotted;
  border-color: currentColor;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gift-card__code {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.icon-arrow {
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url({{ "arrow.svg" | asset_url }});
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.color-scheme--dark .icon-arrow {
  filter: invert(100%);
}

.p-small-header .icon-arrow,
.p-small .icon-arrow,
.icon-arrow--small {
  width: 10px;
  height: 5px;
}

.icon-arrow--small {
  margin-bottom: 1px;
}

.slick-wrapper-header,
.slick-wrapper-header .slick,
.slick-wrapper-header .slick-draggable,
.slick-wrapper-header .slick-track,
.slick-wrapper-header .slick-list,
.slick-wrapper-header .slick-slide {
  height: 100%;
}

.slick-wrapper-header .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price:not([hidden]) {
  display: block;
}

.price > * {
  display: block;
}

.tabs-editorial-landing-page .tabs__tab span {
  border-bottom-color: transparent;
  border-bottom-width: 1px;
}

.tabs-editorial-landing-page .tabs__tab.is-selected span {
  border-bottom-color: #000;
}

@media (min-width: 768px) {
  .tabs-editorial-landing-page .editorial-banner-v1__header {
    display: none;
  }
}

.tabs-editorial-landing-page .tabs__list {
  margin-bottom: 2.5rem;
}

.tabs-editorial-landing-page .tabs__list > li:not(:last-child) {
  margin-right: 1.5rem;
}

#tabs-editorial-landing-page-1 .editorial-banner-v1 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #tabs-editorial-landing-page-1 .editorial-banner-v1 {
    margin-bottom: 2.5rem;
  }
}

#tabs-editorial-landing-page-1 .editorial-banner-v2__items > *:first-child {
  display: none;
}
@media (min-width: 768px) {
  #tabs-editorial-landing-page-1 .editorial-banner-v2__items > *:first-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .size-and-fit {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .size-and-fit {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.size-and-fit h4,
.size-and-fit .accordion__trigger {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.size-and-fit h4 {
  margin-bottom: 0.5rem;
}

.size-and-fit .accordion__title {
  margin-bottom: 0;
}

.size-and-fit .accordion__trigger {
  margin-bottom: 1rem;
}

.size-and-fit .accordion__item {
  margin-bottom: 0;
}
.size-and-fit .accordion__item:first-of-type {
  margin-top: 2rem;
}

.size-and-fit .accordion__content:not([hidden]) {
  margin-bottom: 2rem;
}

.size-and-fit [data-toggle=unit] {
  all: unset;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
}
.size-and-fit [data-toggle=unit]:first-child {
  margin-right: 0.25rem;
}
.size-and-fit [data-toggle=unit]:last-child {
  margin-left: 0.25rem;
}

.size-and-fit[data-handle-unit=cm] [data-unit=cm],
.size-and-fit[data-handle-unit=inches] [data-unit=inches] {
  border-bottom-color: #000;
}

.size-guide--units {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.page--size-and-fit .size-guide--units {
  display: none;
}

.size-and-fit tr > *:first-child {
  width: 76px;
  overflow: hidden;
}
.size-and-fit tr > *:not(:first-child) {
  width: 52px;
  overflow: hidden;
}

.size-and-fit th {
  font-weight: normal;
}

.size-guide--related-styles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.size-guide--related-styles button {
  all: unset;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.size-and-fit .table-container {
  width: 100%;
  overflow-x: scroll;
}
.size-and-fit .table-container table {
  min-width: 400px;
}

@media (min-width: 768px) {
  .modal--currency-switcher .currency-form {
    margin-top: -2.4375rem;
  }
}

.radio__wrapper {
  display: inline-block;
}
.radio__input:checked + .radio__label, .radio__label:hover {
  position: relative;
}
.radio__input:checked + .radio__label::after, .radio__label:hover::after {
  content: "";
  background-color: currentColor;
  bottom: -1px;
  display: block;
  height: 2px;
  left: -1px;
  position: absolute;
  right: -1px;
}
.radio__label.is-disabled {
  align-items: center;
  color: #cfcfcf;
  display: flex;
}
.radio__label.is-disabled svg {
  margin-left: 6px;
}
.color-scheme--dark .radio__input:checked + .radio__label::after, .color-scheme--dark .radio__label:hover::after {
  background-color: currentColor;
}

.innovation-lab {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  padding: 3rem 0;
}
.innovation-lab__content {
  box-sizing: content-box;
  margin: auto;
  max-width: 500px;
  padding: 0 1rem;
  text-align: center;
}
.innovation-lab__title {
  margin: 0 0 3.5rem 0.25rem;
  text-align: left;
}
.innovation-lab__img {
  height: 100px;
  margin-bottom: 0.75rem;
  width: auto;
}
.innovation-lab__text {
  margin: 0 1.5rem 3rem;
}
.innovation-lab__blocks {
  display: grid;
  column-gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}
.innovation-lab__blocks h3 {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.innovation-lab__blocks p {
  margin: 0;
}
.innovation-lab__blocks--column {
  display: grid;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .innovation-lab__title {
    margin: 0 0 2rem 0.25rem;
  }
  .innovation-lab__img {
    height: 150px;
    margin-bottom: 2rem;
  }
  .innovation-lab__text {
    margin: 0 auto 4.25rem;
  }
  .innovation-lab__blocks h3 {
    margin-bottom: 0.5rem;
  }
}

.timeline-slider {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  padding: 13px 0;
}
.timeline-slider__head {
  margin: auto;
  max-width: 800px;
  padding: 0 1rem;
  width: 100%;
}
.timeline-slider__head h3 {
  margin: 0;
}
.timeline-slider__slider:not(.slick-initialized) {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding-left: 0;
  text-align: center;
}
.timeline-slider__slider.slick-initialized:hover {
  cursor: pointer;
}
.timeline-slider__slide {
  height: 100%;
  margin: 0 10px;
  width: 300px;
}
.timeline-slider__slide.year h1 {
  height: 100%;
  max-width: 250px;
  width: 50vw;
}
.timeline-slider__slide > picture {
  height: auto;
  width: 66.6666666667vw;
}
.timeline-slider__slide .media.media--loaded::before {
  opacity: 0;
  visibility: hidden;
}
.timeline-slider__slide .media:not(.media--loaded)::before {
  background-image: url({{ "spinner.svg" | asset_url }});
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50%;
  background-color: transparent;
}
.timeline-slider__copy {
  margin-top: 9px;
  text-align: left;
  width: 66.6666666667vw;
}
.timeline-slider__thumbSlider {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 auto 42px;
  overflow: auto;
  width: 100%;
}
.timeline-slider__thumbSlide {
  cursor: pointer;
  margin-right: 0.25rem;
  padding: 2px;
  -webkit-user-select: none;
          user-select: none;
}
.timeline-slider__thumbSlide:first-child {
  padding-left: 0;
}
.timeline-slider__thumbSlide:last-child {
  margin-right: 0;
}
.timeline-slider__thumbSlide.is-active {
  text-decoration: underline;
}
.timeline-slider .slick-slide.slick-current .timeline-slider__thumbSlide {
  text-decoration: underline;
  width: 100px;
}
.timeline-slider .slick-slider .slick-track {
  display: flex;
}
.timeline-slider .slick-initialized .slick-slide {
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline-slider {
    padding: 42px 0;
  }
  .timeline-slider__head h3 {
    margin: 0 0 2px;
  }
  .timeline-slider__slider:not(.slick-initialized) {
    padding-left: 38vw;
  }
  .timeline-slider__slide {
    width: 400px;
  }
  .timeline-slider__slide.year h1 {
    max-width: unset;
    width: 300px;
  }
  .timeline-slider__slide > picture {
    height: auto;
    width: 400px;
  }
  .timeline-slider__copy {
    width: 400px;
  }
  .timeline-slider__thumbSlider {
    margin: 0 auto 52px;
  }
  .timeline-slider__thumbSlide {
    margin-right: 0.75rem;
    padding: 2px 10px;
  }
}

.categories {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
}
.categories__heading {
  margin: 26px 16px;
  max-width: 100%;
  text-align: center;
}
.categories__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.categories__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.categories__menu-container {
  display: flex;
  justify-content: center;
}
.categories__menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-width: 250px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.categories__title {
  color: white;
}
.categories__title.is-active {
  text-decoration: underline;
}
.categories__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.categories__title:hover {
  text-decoration: underline;
}
.categories__menu.hovered .categories__title.is-active:not(:hover) {
  text-decoration: none;
}
.categories__images {
  float: left;
  width: 100%;
}
.categories__image {
  display: none;
  height: 100%;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.categories__image.is-active {
  display: block;
  text-decoration: underline;
}
.categories__image .media::before {
  padding: 0;
  padding-bottom: calc(100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px));
}
@media (min-width: 768px) {
  .categories__heading {
    margin: 26px auto;
    max-width: 612px;
  }
  .categories__image {
    width: 612px;
  }
  .categories__image .media::before {
    padding-bottom: calc(100% / (var(--media-md-size, var(--media-size))));
  }
  .categories__title:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.zooming-video {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
}
.zooming-video__scroll {
  display: block;
  margin: auto;
  height: 100vh;
  overflow: var(--force-overflow, hidden);
  position: relative;
  width: var(--mobile-section-video-width, 30%);
}
.zooming-video__scroll--animated-text-sticky {
  overflow: visible;
}
.zooming-video__scroll--animated-text-sticky .animated-text.animated-text {
  position: sticky;
}
.zooming-video__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.zooming-video__content {
  margin: 0;
  position: sticky;
  top: calc((100vh - var(--header-height, 0px) - var(--video-height)) / 2);
  padding: 0 0 176.3636363636%;
  padding: 0 0 calc((100vh - var(--header-height, 0px) - var(--alert-banner-height, 0px)) / var(--mobile-section-video-width-ratio, 1));
  transition: padding-top 0.3s ease-in-out;
  width: 100%;
}
.zooming-video__text {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateY(40px);
  transition: opacity 100ms ease, transform 100ms ease;
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  z-index: 1;
}
.zooming-video__video {
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform-origin: var(--mobile-section-zooming-direction, center);
  transition: transform 100ms ease;
  width: 100%;
  will-change: transform;
}
.zooming-video__video--mobile {
  display: block;
}
.zooming-video__video--desktop {
  display: none;
}
.zooming-video .animated-stats {
  background-color: transparent;
  bottom: 0;
  color: var(--animated-stats-color, white);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.zooming-video .animated-text {
  background-color: transparent;
  color: var(--animated-text-color, white);
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .zooming-video__scroll {
    width: var(--section-video-width, 30%);
  }
  .zooming-video__content {
    top: calc((100vh - var(--video-height)) / 2);
    padding: 0 0 56%;
    padding: 0 0 calc(100vh / var(--section-video-width-ratio, 1));
  }
  .zooming-video__content.portrait {
    padding: 0 0 176.3636363636%;
  }
  .zooming-video__video {
    transform-origin: var(--section-zooming-direction, center);
  }
  .zooming-video__video--mobile {
    display: none;
  }
  .zooming-video__video--desktop {
    display: block;
  }
}

.animated-stats {
  background-color: transparent;
  color: white;
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  position: relative;
  z-index: 1;
}
.animated-stats__content {
  justify-content: center;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(90px, calc((100% - 24px - 26px) / 3)));
  text-align: center;
  padding: 24px 13px;
}
.animated-stats .animated-stat {
  display: grid;
  gap: 5px;
  grid-template-rows: auto 1fr;
  height: 100%;
  margin: auto;
}
.animated-stats .animated-stat__header, .animated-stats .animated-stat__body {
  margin: 0;
}
.animated-stats .animated-stat__header {
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
}
.animated-stats .animated-stat__header.gap {
  gap: 4px;
}
.animated-stats .animated-stat__body {
  opacity: 0;
  transform: translateY(8px);
}
.animated-stats .animated-stat.show .animated-stat__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@media (min-width: 640px) {
  .animated-stats__content {
    grid-template-columns: repeat(auto-fit, minmax(195px, calc((100% - 24px - 26px) / 3)));
    padding: 42px;
    padding-left: calc((100vw - 800px) / 2);
    padding-right: calc((100vw - 800px) / 2);
  }
}

.animated-text {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  padding: 28px 20px 20px;
}
.animated-text__content {
  margin: auto;
  max-width: 840px;
}
.animated-text__content p {
  margin: 0;
  opacity: 0;
  width: 100%;
  will-change: transform;
}
.animated-text h2 {
  text-align: center;
}
@media (min-width: 640px) {
  .animated-text {
    padding: 20px 42px 42px;
  }
  .animated-text__content p {
    margin: 0;
    width: var(--section-copy-width, 40%);
  }
}

.spacer {
  background-color: var(--section-bg-color, white);
  height: var(--mobile-section-spacing, 0);
  margin: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  transition: height 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .spacer {
    height: var(--section-spacing, 0);
  }
}

.quotes {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin-bottom: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0)) / -2);
  padding: 0 20px 10px;
  text-align: center;
}
.quotes__content {
  display: grid;
  gap: 72px;
  justify-content: center;
  margin: 0 auto;
}
.quotes .quote {
  max-width: 442px;
  width: 100%;
}
.quotes .quote__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.quotes .quote__header picture {
  width: 150px;
}
.quotes .quote__header picture:hover {
  cursor: pointer;
}
.quotes .quote__header button {
  background: none;
  border: 0;
  color: var(--section-text-color, black);
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-decoration: underline;
}
.quotes .quote__body {
  border: 1px solid var(--section-text-color, black);
  border-left: 0;
  border-right: 0;
  display: none;
  max-width: 500px;
  margin: 19px auto;
  padding: 0 0 10px 0;
  text-align: left;
}
.quotes .quote__body.is-active {
  display: block;
}
.quotes .quote__body button {
  align-items: center;
  background-color: transparent;
  color: var(--section-text-color, black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.quotes .quote__body button::after {
  content: "–";
  display: inline-block;
  width: 9px;
}
.quotes .quote p {
  margin: 0;
}
.quotes__copy {
  margin: 135px auto 0;
  max-width: 840px;
}
.quotes__text {
  margin: 0;
  max-width: 100%;
  text-align: left;
  width: 100%;
}
@media (min-width: 640px) {
  .quotes {
    padding: 0 42px 10px;
  }
  .quotes__content {
    gap: 140px;
    margin: 0 auto;
  }
  .quotes .quote__header picture {
    width: 150px;
  }
  .quotes .quote__body {
    margin: 0.75rem auto;
  }
  .quotes__text {
    width: var(--quotes-text-width, 40%);
  }
}

.product-grid {
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 768px;
}
.product-grid__heading {
  margin: 24px 0;
  max-width: 100%;
  text-align: center;
}
.product-grid__footer {
  border: 1px solid;
  display: flex;
  font-size: 0.8125rem;
  flex-direction: row;
  letter-spacing: 0.0385714286em;
  justify-content: space-between;
  margin: 16px auto 0;
  padding: 10px 15px;
  width: 100%;
}
.product-grid__saving {
  font-size: 0.8125rem;
  letter-spacing: 0.0385714286em;
  margin: 12px auto;
  text-align: center;
  width: 100%;
}
.product-grid__image {
  height: 100%;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.product-grid__image .media::before {
  padding-bottom: calc(100% / (var(--media-md-size, var(--media-size))));
}
@media (min-width: 768px) {
  .product-grid__image {
    width: 612px;
  }
  .product-grid__footer, .product-grid__saving {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    width: 340px;
  }
  .product-grid__footer {
    margin: 24px auto 0;
  }
}

.images-grid {
  background-color: var(--section-bg-color, white);
  color: var(--section-text-color, black);
  margin: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / -2);
  padding: 32px 0;
}
.images-grid:not(.full-bleed) {
  padding-left: 16px;
  padding-right: 16px;
}
.images-grid__content {
  position: relative;
  display: grid;
  gap: 16px 8px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
.images-grid .image-grid {
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .images-grid {
    padding: 64px 0;
  }
  .images-grid:not(.full-bleed) {
    padding-left: calc((100vw - 100% - var(--scrollbar-width, 0px)) / 2);
    padding-right: calc((100vw - 100% - var(--scrollbar-width, 0px)) / 2);
  }
  .images-grid__content {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
  .images-grid .image-grid {
    gap: 6px;
  }
}

#shopify-section-header.white-bg {
  background: #fff;
}

.shopify-section.sticky-bar,
.template-collection .shopify-section.sticky-bar:not(#shopify-section-header),
.template-page .shopify-section.sticky-bar:not(#shopify-section-header) {
  position: sticky;
  top: 58px;
  z-index: 2;
}
@media (max-width: 767px) {
  .shopify-section.sticky-bar,
.template-collection .shopify-section.sticky-bar:not(#shopify-section-header),
.template-page .shopify-section.sticky-bar:not(#shopify-section-header) {
    top: auto;
  }
}

.quick-links {
  grid-template-columns: 150px 1fr 150px;
  display: grid;
  margin-bottom: 0 !important;
  padding: 0 1rem;
  background-color: var(--bg-color);
  z-index: 4;
  position: relative;
}
.quick-links.full-width {
  left: 0;
  margin-left: calc((100vw - 100% - var(--scrollbar-width, 0)) / -2);
  margin-right: calc((100vw - 100% - var(--scrollbar-width, 0)) / -2);
}
.quick-links__list {
  justify-self: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  grid-column: 2;
  padding: 0;
}
.quick-links__item {
  align-self: center;
  justify-self: end;
  list-style-type: none;
}
.quick-links__item:not(:last-child) {
  margin-right: 2.5rem;
}
.quick-links__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-links__item a > span {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.quick-links__item a:hover > span,
.quick-links__item a:focus > span {
  border-bottom-color: currentColor;
}
.quick-links__icon {
  max-width: 50px;
  height: 36px;
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
.quick-links__button {
  --btn-color: colors.$pitch-black;
  --btn-border-color: colors.$pitch-black;
  --btn-bg-color: colors.$optical-white;
  align-self: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  transition: width ease 0.3s;
  width: 150px;
}
.quick-links__sticky--sentinel {
  visibility: hidden;
}
@media (max-width: 767px) {
  .quick-links {
    grid-template-columns: auto;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 92px;
    width: 100%;
  }
  .quick-links__list {
    grid-column: 1;
    justify-content: space-between;
    margin: 10px 5%;
  }
  .quick-links__item {
    margin: 0;
  }
  .quick-links__item:not(:last-child) {
    margin-right: 0;
  }
  .quick-links__icon {
    max-width: 35px;
    height: auto;
    margin-bottom: 5px;
  }
  .quick-links__button {
    --btn-color: var(--bg-color);
    --btn-border-color: var(--color);
    --btn-bg-color: var(--color);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--btn-color);
    border-color: var(--btn-border-color);
    background-color: var(--btn-bg-color);
    font-size: 0.8125rem;
    letter-spacing: 0.0385714286em;
    padding-top: 0.6875rem;
    padding-bottom: 0.625rem;
    width: 100%;
  }
  .quick-links__button:hover, .quick-links__button:focus {
    text-decoration: none;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .quick-links__button {
    font-size: 0.875rem;
    letter-spacing: 0.0415384615em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .quick-links__button.is-loading {
    cursor: wait;
  }
}
@media (max-width: 767px) {
  .quick-links__button.block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quick-links__button.hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .quick-links__button.invisible {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .quick-links__button[disabled], .quick-links__button.is-disabled {
    cursor: not-allowed;
    color: #000;
    background-color: #eee;
    border-color: #eee;
  }
}
@media (min-width: 1280px) {
  .quick-links {
    grid-template-columns: 210px 1fr 210px;
  }
  .quick-links__button {
    width: 210px;
  }
}

.template-password {
  height: 100%;
}

.template-password__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.header-80 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .header-80 {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}

.header-60 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .header-60 {
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: 0.0625em;
  }
}

.h2-caps {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h2-caps {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
}

.h2-p {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.1785714286;
  letter-spacing: 0.0107142857em;
}
@media (min-width: 1024px) {
  .h2-p {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.0125em;
  }
}

.p-header {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p-header {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}

.p {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.p-bold {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0416666667em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1024px) {
  .p-bold {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0333333333em;
  }
}

.p-bold-caps {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .p-bold-caps {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.0933333333em;
  }
}

.p-small-header {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3846153846;
  letter-spacing: 0.0707692308em;
  text-transform: uppercase;
}

.p-small {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .p-small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}

.hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-bold,
.split-banner .p-bold,
.video-player-v2 .p-bold,
.banner-list-v2 .p-bold,
.quick-shop-banner .p-bold {
    margin-left: -1px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
  margin-top: -4px;
  margin-bottom: -5px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p,
.split-banner .p,
.video-player-v2 .p,
.banner-list-v2 .p,
.quick-shop-banner .p {
    margin-top: -6px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-header,
.split-banner .p-header,
.video-player-v2 .p-header,
.banner-list-v2 .p-header,
.quick-shop-banner .p-header {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -1px;
  }
}
.hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-small,
.split-banner .p-small,
.video-player-v2 .p-small,
.banner-list-v2 .p-small,
.quick-shop-banner .p-small {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .p-small-header,
.split-banner .p-small-header,
.video-player-v2 .p-small-header,
.banner-list-v2 .p-small-header,
.quick-shop-banner .p-small-header {
    margin-left: -1px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
  margin-top: -5px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .h2-p,
.split-banner .h2-p,
.video-player-v2 .h2-p,
.banner-list-v2 .h2-p,
.quick-shop-banner .h2-p {
    margin-top: -8px;
    margin-bottom: -9px;
    margin-left: -2px;
  }
}
.hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
  margin-top: -5px;
  margin-bottom: -7px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .h2-caps,
.split-banner .h2-caps,
.video-player-v2 .h2-caps,
.banner-list-v2 .h2-caps,
.quick-shop-banner .h2-caps {
    margin-left: -3px;
    margin-top: -9px;
    margin-bottom: -9px;
  }
}
.hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
  margin-top: -3px;
  margin-bottom: -4px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .hero .p-bold-caps,
.split-banner .p-bold-caps,
.video-player-v2 .p-bold-caps,
.banner-list-v2 .p-bold-caps,
.quick-shop-banner .p-bold-caps {
    margin-left: -1px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .header-60,
.split-banner .header-60,
.video-player-v2 .header-60,
.banner-list-v2 .header-60,
.quick-shop-banner .header-60 {
    margin-top: -15px;
    margin-bottom: -12px;
    margin-left: -4px;
  }
}
.hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -1px;
}
@media (min-width: 1024px) {
  .hero .header-80,
.split-banner .header-80,
.video-player-v2 .header-80,
.banner-list-v2 .header-80,
.quick-shop-banner .header-80 {
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: -6px;
  }
}
.hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .header-80,
.split-banner .justify-self-end .header-80,
.video-player-v2 .justify-self-end .header-80,
.banner-list-v2 .justify-self-end .header-80,
.quick-shop-banner .justify-self-end .header-80 {
    margin-left: 0;
    margin-right: -12px;
  }
}
.hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .header-60,
.split-banner .justify-self-end .header-60,
.video-player-v2 .justify-self-end .header-60,
.banner-list-v2 .justify-self-end .header-60,
.quick-shop-banner .justify-self-end .header-60 {
    margin-left: 0;
    margin-right: -5px;
  }
}
.hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
  margin-left: 0;
  margin-right: -3px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .h2-caps,
.split-banner .justify-self-end .h2-caps,
.video-player-v2 .justify-self-end .h2-caps,
.banner-list-v2 .justify-self-end .h2-caps,
.quick-shop-banner .justify-self-end .h2-caps {
    margin-left: 0;
    margin-right: -7px;
  }
}
.hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .h2-p,
.split-banner .justify-self-end .h2-p,
.video-player-v2 .justify-self-end .h2-p,
.banner-list-v2 .justify-self-end .h2-p,
.quick-shop-banner .justify-self-end .h2-p {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-header,
.split-banner .justify-self-end .p-header,
.video-player-v2 .justify-self-end .p-header,
.banner-list-v2 .justify-self-end .p-header,
.quick-shop-banner .justify-self-end .p-header {
    margin-left: 0;
    margin-right: -3px;
  }
}
.hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p,
.split-banner .justify-self-end .p,
.video-player-v2 .justify-self-end .p,
.banner-list-v2 .justify-self-end .p,
.quick-shop-banner .justify-self-end .p {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold,
.split-banner .justify-self-end .p-bold,
.video-player-v2 .justify-self-end .p-bold,
.banner-list-v2 .justify-self-end .p-bold,
.quick-shop-banner .justify-self-end .p-bold {
    margin-left: 0;
    margin-right: -1px;
  }
}
.hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-bold-caps,
.split-banner .justify-self-end .p-bold-caps,
.video-player-v2 .justify-self-end .p-bold-caps,
.banner-list-v2 .justify-self-end .p-bold-caps,
.quick-shop-banner .justify-self-end .p-bold-caps {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-small-header,
.split-banner .justify-self-end .p-small-header,
.video-player-v2 .justify-self-end .p-small-header,
.banner-list-v2 .justify-self-end .p-small-header,
.quick-shop-banner .justify-self-end .p-small-header {
    margin-left: 0;
    margin-right: -2px;
  }
}
.hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
  margin-left: 0;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .hero .justify-self-end .p-small,
.split-banner .justify-self-end .p-small,
.video-player-v2 .justify-self-end .p-small,
.banner-list-v2 .justify-self-end .p-small,
.quick-shop-banner .justify-self-end .p-small {
    margin-left: 0;
    margin-right: -2px;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "Franklin Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

.seperator {
  border-top-width: 1px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

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

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

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pe-none {
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.d-block {
  display: block;
}

@media (max-width: 767px) {
  .site-logo {
    height: 100%;
    display: flex;
  }
  .site-logo a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
}

.site-nav-wrapper-link--account .link:hover svg g, .site-nav-wrapper-link--account .link:focus svg g {
  fill: currentColor;
}

.site-nav-wrapper-link {
  display: none;
}

@media (min-width: 768px) {
  .site-nav-wrapper-link {
    display: block;
  }
}
.cart-link div {
  position: relative;
  width: 12px;
  height: 14px;
}
.cart-link div .count {
  width: 12px;
  font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
  letter-spacing: -0.031em;
  font-size: 0.5rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  .cart-link div {
    width: auto;
    height: auto;
  }
  .cart-link div .count {
    text-align: left;
    left: auto;
    right: -14px;
    bottom: 13px;
  }
}
.cart-link:hover svg path:first-child, .cart-link:focus svg path:first-child {
  fill: currentColor;
}
.cart-link:hover .count, .cart-link:focus .count {
  color: #fff;
}
@media (min-width: 768px) {
  .cart-link:hover .count, .cart-link:focus .count {
    color: currentColor;
  }
}

.site-nav-wrapper {
  justify-self: end;
  display: flex;
  margin: 0 -6px 0 -12px;
}
.site-nav-wrapper a {
  border-bottom-width: 0;
}
.site-nav-wrapper > div > a,
.site-nav-wrapper > div > div,
.site-nav-wrapper > div > form {
  display: block;
  padding: 12px;
  min-width: 36px;
}
.site-nav-wrapper > div > .search-form,
.site-nav-wrapper > div > .currency-link {
  display: none;
}
.site-nav-wrapper > .site-nav-wrapper-link--account span,
.site-nav-wrapper > div > .cart-link .text {
  display: none;
}
.site-nav-wrapper .account-link {
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-nav-wrapper > div > .search-form,
.site-nav-wrapper > div > .currency-link {
    display: block;
  }
  .site-nav-wrapper > .site-nav-wrapper-link--account span,
.site-nav-wrapper > div > .cart-link .text {
    display: inline;
  }
}

.site-nav__highlighted .slider__items > li:first-child > a {
  padding-left: 16px;
}
.site-nav__highlighted .slider__items > li:last-child > a {
  padding-right: 16px;
}

.menu-btn {
  cursor: pointer;
  background-color: transparent;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.site-tabs__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  list-style-type: none;
}
.site-tabs__list a:not(.button) {
  display: inline-block;
  padding: 6px;
  border-bottom-width: 0;
}
.site-tabs__list a:not(.button) span {
  display: inline-block;
  border-bottom-width: 1px;
  border-color: transparent;
}
.site-tabs__list a:not(.button):hover, .site-tabs__list a:not(.button):focus {
  color: currentColor;
  border-color: transparent;
}
.site-tabs__list a:not(.button):hover span, .site-tabs__list a:not(.button):focus span {
  border-color: currentColor;
}

.site-tabs__section {
  padding: 75px 16px 16px 16px;
}
@media (min-width: 1024px) {
  .site-tabs__section {
    padding: 83px 24px 24px 24px;
  }
}

.site-tabs--is-open .site-tabs__section {
  color: #000;
}

.color-scheme--dark:not(.site-tabs--is-open) .site-tabs__section {
  color: #fff;
}

.color-scheme--dark:not(.site-tabs--is-open) .site-tabs__section .column__button {
  color: #fff;
  border-color: #fff;
}

.site-tabs__section-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.site-tabs__section-inner > div {
  grid-column: span 3/span 3;
}
@media (min-width: 1024px) {
  .site-tabs__section-inner {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1600px;
  }
  .site-tabs__section-inner > div:first-child {
    grid-column-start: 2;
  }
}

#shopify-section-header {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0 !important;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
@media (min-width: 768px) {
  #shopify-section-header {
    position: sticky;
    top: 0;
    bottom: auto;
  }
}

.site-header {
  display: grid;
  grid-template-areas: "hl hl hl hl hl hl" "hr hr hr hr hr hr" ". logo menu menu menu .";
  grid-template-rows: 40px 1px 50px;
  grid-template-columns: 1rem auto auto auto auto 1rem;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  margin-bottom: 0 !important;
}
.site-header > .site-nav__highlighted {
  grid-area: hl;
  height: 40px;
}
.site-header > .site-nav__highlighted > .slider__items {
  height: calc(100% + 1.5rem);
  align-items: center;
  padding-bottom: 1.5rem;
}
.site-header > .seperator {
  grid-area: hr;
  border-color: rgba(0, 0, 0, 0.1);
}
.site-header > .site-logo {
  grid-area: logo;
  position: relative;
  z-index: 1;
}
.site-header > .site-logo img {
  display: inline-block;
}
.site-header > .site-logo a {
  border-bottom-width: 0;
}
.site-header > .site-nav-wrapper {
  grid-area: menu;
  position: relative;
  z-index: 2;
}
.site-header > .site-tabs {
  grid-area: tabs;
  display: none;
  position: relative;
  z-index: 1;
}
.site-header > .site-tabs__section {
  grid-row: 1/-1;
  grid-column: 1/-1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .site-header {
    bottom: auto;
    top: 0;
    grid-template-areas: ". logo tabs tabs menu ." ". nav nav nav nav .";
    grid-template-rows: 59px auto;
    grid-template-columns: 1rem minmax(0, 1fr) auto auto minmax(0, 1fr) 1rem;
    align-items: center;
    border-top-width: 0;
  }
  .site-header > .site-logo img {
    width: 52px;
    height: 13px;
  }
  .site-header > .site-nav__highlighted,
.site-header > .seperator {
    display: none;
  }
  .site-header > .site-tabs {
    display: block;
  }
}

.site-tabs--is-open .site-header {
  color: #000;
}

.site-header .accordion__trigger::after {
  display: none;
}

.menu-mobile {
  --color: #000;
  --bg-color: #ffe802;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: calc(1.5rem + env(safe-area-inset-top, 0)) 1rem calc(1.5rem + env(safe-area-inset-bottom, 0)) 1rem;
  color: var(--color);
  background-color: var(--bg-color);
  z-index: 2;
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .button {
  color: var(--color);
  border-color: var(--color);
  background-color: var(--bg-color);
}

body:not(.nav-mobile--open) .menu-mobile {
  display: none;
}

.tabs--menu-mobile {
  display: flex !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 1;
  height: 100%;
}
.tabs--menu-mobile .tabs__list {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
  display: grid;
  grid-auto-flow: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .tabs--menu-mobile .tabs__list {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
.tabs--menu-mobile .tabs__tab {
  display: block;
  border-color: transparent;
  border-bottom-width: 1px;
  padding: 8px;
}
.tabs--menu-mobile .tabs__tab[aria-selected] {
  border-color: #000;
}
.tabs--menu-mobile .tabs__panel {
  overflow: auto;
  height: 100%;
  padding: 1.75rem 0 0 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: -1.5rem;
}
.tabs--menu-mobile .tabs__panel > * {
  margin-right: 1.5rem;
}

.menu-mobile-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.menu-mobile__list,
.menu-mobile__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-mobile__list a {
  padding: 12px 0;
  display: inline-block;
}
.menu-mobile__list .has-children:not(.show-children) > .children {
  display: none;
}

.menu-mobile__list--more > li > a {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0769230769em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .menu-mobile__list--more > li > a {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.08125em;
  }
}
body.nav-mobile--back .menu-mobile__list--more > li:not(.show-children), body:not(.nav-mobile--back) .menu-mobile__list--more > li ul {
  display: none;
}

.menu-mobile-footer {
  margin-top: auto;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-mobile-footer__links {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: flex;
  justify-content: center;
  margin: 24px -24px;
}
@media (min-width: 1024px) {
  .menu-mobile-footer__links {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0.0583333333em;
  }
}
.menu-mobile-footer__links > div {
  margin: 0 24px;
}

.menu-mobile-footer__actions {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}

body:not(.nav-mobile--back) .button.menu-mobile-footer__back {
  display: none;
}

.menu-mobile__list--currency .field-option {
  padding: 12px 0;
  margin: 0;
}

.menu-mobile__list--currency .field-option__label {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.0415384615em;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .menu-mobile__list--currency .field-option__label {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.04375em;
  }
}

.color-scheme--dark:not(.site-tabs--is-open) .site-header .site-logo img {
  filter: invert(100%);
}

@media (max-width: 767px) {
  #shopify-section-header {
    background-color: #fff;
  }

  .color-scheme--dark #shopify-section-header {
    background-color: #000;
  }

  .color-scheme--dark .site-header,
.color-scheme--dark .site-header > .seperator {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .color-scheme--dark .site-header svg g {
    stroke: #fff;
  }

  .color-scheme--dark .cart-link:hover .count,
.color-scheme--dark .cart-link:focus .count {
    color: #000;
  }
}
.color-scheme--dark:not(.site-modal--is-active):not(.site-tabs--is-open) .site-nav-wrapper-link--account .icon,
.color-scheme--dark:not(.site-modal--is-active):not(.site-tabs--is-open) .site-nav-wrapper-link--cart .icon,
.color-scheme--dark:not(.site-modal--is-active):not(.site-tabs--is-open) .site-nav-wrapper-link--search .icon {
  filter: invert(100%) sepia(29%) saturate(437%) hue-rotate(225deg) brightness(107%) contrast(101%);
}

@media (max-width: 1023px) {
  .site-nav-wrapper-link--account .icon,
.site-nav-wrapper-link--cart .icon,
.site-nav-wrapper-link--search .icon {
    vertical-align: text-top;
  }
}
@media (min-width: 768px) {
  .site-nav-wrapper-link--account {
    order: 9998;
  }

  .site-nav-wrapper-link--cart {
    order: 9999;
  }

  .site-nav-wrapper-link--search .icon {
    margin-right: 2px;
  }
}
@media (min-width: 1024px) {
  .site-nav-wrapper-link--account .icon,
.site-nav-wrapper-link--cart .icon,
.site-nav-wrapper-link--search .icon {
    margin-bottom: -2px;
    height: 16px;
    width: 15px;
  }
}
.color-scheme--dark.site-modal--is-active:not(.site-modal-dark--is-active):not(.site-tabs--is-open) .site-nav-wrapper {
  color: #000;
}

.site-modal--is-active.site-modal-dark--is-active:not(.color-scheme--dark):not(.site-tabs--is-open) .site-nav-wrapper {
  color: #fff;
}

.site-nav-wrapper-link--cart svg {
  margin-top: -1px;
}

@media (max-width: 767px) {
  .site-nav-wrapper a,
.site-nav-wrapper .menu-btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.sgdpr-box {
  font-family: inherit;
  width: 320px;
  font-size: 15px;
  padding: 0.8em;
  background-color: #f9f9fa;
  color: #324b64;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: left;
  display: inline-block;
}

.sgdpr-bottom-right {
  bottom: 0;
  right: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  position: fixed;
}

.sgdpr-bottom-left {
  bottom: 0;
  left: 0;
  margin-left: 30px;
  margin-bottom: 30px;
  position: fixed;
}

.sgdpr-top-right {
  top: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 30px;
  position: fixed;
}

.sgdpr-top-left {
  top: 0;
  left: 0;
  margin-left: 30px;
  margin-top: 30px;
  position: fixed;
}

.sgdpr-title {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 0.5em;
}

.sgdpr-message {
  padding-bottom: 0.7em;
}

.sgdpr-button {
  font-size: 0.9em;
  font-family: inherit;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: none;
  border-radius: 2px;
  background-color: #0a84ff;
  color: #f9f9fa;
  float: right;
  outline: 0;
  cursor: pointer;
}

.sgdpr-text {
  display: inline-block;
}

.sgdpr-info-icon {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE1aC0ydi02aDJ2NnptMC04aC0yVjdoMnYyeiIgZmlsbD0iIzMyNEI2NCIvPjwvc3ZnPg==);
  height: 18px;
  width: 18px;
  margin-bottom: -3px;
  right: 5px;
}

.sgdpr-yes-icon, .sgdpr-yes-mobile {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGQ9Ik05IDE2LjJMNC44IDEybC0xLjQgMS40TDkgMTkgMjEgN2wtMS40LTEuNEw5IDE2LjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.sgdpr-yes-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: -3px;
}

.sgdpr-link {
  color: inherit;
}

.sgdpr-yes-mobile {
  display: none;
}

.sgdpr-box-light {
  border-left: 3px solid #0a84ff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sgdpr-button-light {
  background-color: #0a84ff;
}

.sgdpr-button-light:hover {
  background-color: #0367ca;
}

.sgdpr-box-modern {
  text-align: center;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.sgdpr-button-modern {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 5em;
  padding-right: 5em;
  background-image: linear-gradient(to right, #2af598 0, #009efd 51%, #2af598 100%);
  background-size: 200% auto;
  text-shadow: 0 1px 3px rgba(36, 180, 126, 0.4);
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  float: none;
  transition: 0.5s;
  background-position: left;
}

.sgdpr-button-modern:hover {
  background-position: right center;
}

.sgdpr-box-dark {
  background-color: #00d181;
  background-image: linear-gradient(to top, #00d181 40px, #37404f 40px);
  color: #fefefe;
  border-radius: 4px;
  box-sizing: border-box;
}

.sgdpr-button-dark {
  background-color: #00d181;
  color: #fff;
  padding-bottom: 0;
  display: inline-block;
  float: none;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -20px -50px;
  margin-top: 10px;
}

.sgdpr-info-icon-dark {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE1aC0ydi02aDJ2NnptMC04aC0yVjdoMnYyeiIgZmlsbD0iI2ZlZmVmZSIvPjwvc3ZnPg==);
}

.sgdpr-box-material {
  letter-spacing: 0.03125em;
  line-height: 1.25rem;
  border-radius: 4px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
}

.sgdpr-button-material {
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  padding: 0 1.5rem;
  color: #fff;
  font-size: inherit;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
  background-color: #03a9f4;
}

.sgdpr-button-material:hover {
  background-color: #23b9fc;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.225);
}

.sgdpr-title-material {
  letter-spacing: 0.0125em;
}

.sgdpr-policy, .sgdpr-policy:visited {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
@keyframes sgdpr-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.sgdpr-fadeout {
  -webkit-animation-name: sgdpr-fadeout;
  animation: sgdpr-fadeout 0.4s ease-out;
  animation-fill-mode: forwards;
}
@keyframes sgdpr-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sgdpr-fadein {
  animation-name: sgdpr-fadein;
  animation: sgdpr-fadein 0.4s ease-out;
}
@keyframes sgdpr-slidein {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.sgdpr-slidein {
  animation: sgdpr-slidein 0.5s cubic-bezier(0.68, -0.25, 0.265, 1.28);
}
@keyframes sgdpr-slideout {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.sgdpr-slideout {
  animation: sgdpr-slideout 0.5s cubic-bezier(0.68, -0.25, 0.265, 1.28);
}

@media (max-width: 961px) {
  .sgdpr-box, .sgdpr-box-dark, .sgdpr-box-material, .sgdpr-box-modern {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: static;
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: #509bf5;
    background-image: none;
    color: #fff;
  }

  .sgdpr-message {
    overflow: hidden;
    width: 90%;
    padding: 10px;
    font-size: 12px;
  }

  .sgdpr-info-icon, .sgdpr-text, .sgdpr-title {
    display: none;
  }

  .sgdpr-button {
    padding: 0;
    float: none;
    position: relative;
    background-color: #509bf5;
    padding-right: 10px;
  }

  .sgdpr-button:hover {
    background-color: #509bf5;
  }

  .sgdpr-yes-icon {
    display: none;
  }

  .sgdpr-yes-mobile {
    display: inherit;
    height: 18px;
    width: 18px;
  }

  .sgdpr-box-material {
    line-height: initial;
  }

  .sgdpr-button-material, .sgdpr-button-material:hover, .sgdpr-button-modern {
    background-image: none;
    box-shadow: none;
  }

  .sgdpr-button-material {
    height: initial;
  }

  .sgdpr-button-dark {
    top: initial;
    left: initial;
    margin: 0;
  }
}
